@media screen and (min-width: 1025px) {

	.pb_textbox {
		width: 100%;
		height: 100%;
		position: relative;
		vertical-align: middle;
		font-size: 14px;
		
		max-width: calc(1024px - 2em);
		margin: 0 auto;
		padding: 3em 2em;
	}
	.pb_textbox p {
		position: absolute;
		top: 40%;
		left: 50%;
		-ms-transform: translate(-50%,-40%);
		-webkit-transform : translate(-50%,-40%);
		transform : translate(-50%,-40%);
		width: 100%;
		text-align: center;
	}
	span.pb_name {
		display: block;
	    font-size: 1.2em;
	    font-weight: 400;
	    line-height: 1;
		letter-spacing: 2.5px;
	}
	span.pb_name_other {
		display: block;
	    font-size: 1em;
	    font-weight: 400;
	    line-height: 3;
		letter-spacing: 2.5px;
	}
	span.pb_name_other_b {
		display: block;
	    font-size: 1em;
	    font-weight: 500;
	    line-height: 3;
		letter-spacing: 2.5px;
	}
	span.other_b {
		font-weight: 500;
	}
	span.pb_name_s_other {
	    font-size: 0.9em;
	    font-weight: 400;
	    line-height: 2;
		letter-spacing: 1.5px;
	}
	span.pb_name_s {
	    font-size: 0.9em;
	    font-weight: 400;
	    line-height: 2;
		letter-spacing: 1.5px;
	}
	span.pb_maintext {
	    font-size: 0.9em;
	    font-weight: 400;
	    line-height: 2;
		letter-spacing: 1.5px;
	}
}
@media only screen and (max-width: 1024px) {
	span.pb_name_other {
		display: block;
	    font-size: 1em;
	    font-weight: 400;
	    line-height: 3;
		letter-spacing: 2.5px;
	}
	span.pb_name_other_b {
		display: block;
	    font-size: 1em;
	    font-weight: 500;
	    line-height: 3;
		letter-spacing: 2.5px;
	}
	span.other_b {
		font-weight: 500;
	}
	span.pb_name_s_other {
	    font-size: 0.9em;
	    font-weight: 400;
	    line-height: 2;
		letter-spacing: 1.5px;
	}
}

@media screen and (min-width: 1520px) {
	
	.pb_textbox {
		width: 100%;
		height: 100%;
		position: relative;
		vertical-align: middle;
		font-size: 14px;
		
		max-width: calc(1440px - 2em);
		margin: 0 auto;
		padding: 3em 2em;
	}
	.pb_textbox p {
		position: absolute;
		top: 40%;
		left: 50%;
		-ms-transform: translate(-50%,-40%);
		-webkit-transform : translate(-50%,-40%);
		transform : translate(-50%,-40%);
		width: 100%;
		text-align: center;
	}
	span.pb_name {
		display: block;
	    font-size: 1.6em;
	    font-weight: 400;
	    line-height: 2.2;
		letter-spacing: 2.5px;
		margin-bottom: 0.2%;
	}
	span.pb_name_s {
	    font-size: 1.2em;
	    font-weight: 400;
	    line-height: 2;
		letter-spacing: 1.5px;
	}
	span.pb_maintext {
	    font-size: 1.2em;
	    font-weight: 400;
	    line-height: 2;
		letter-spacing: 1.5px;
	}
	span.pb_name_other {
		display: block;
	    font-size: 1.2em;
	    font-weight: 400;
	    line-height: 3;
		letter-spacing: 2.5px;
	}
	span.pb_name_other_b {
		display: block;
	    font-size: 1.2em;
	    font-weight: 500;
	    line-height: 3;
		letter-spacing: 2.5px;
	}
	span.other_b {
		font-weight: 500;
	}
	span.pb_name_s_other {
	    font-size: 1.2em;
	    font-weight: 400;
	    line-height: 2;
		letter-spacing: 1.5px;
	}
}
