/* -- general -- */
.mgnT20 {
	margin-top: 20px;
}
.mgnT30 {
	margin-top: 30px;
}
.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.fl_center {
	margin-left: auto;
	margin-right: auto;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}
* html .clearfix{zoom:1;} /* IE6 */
*:first-child+html .clearfix{zoom:1;} /* IE7 */

.pc_only {
	display: block;
}
.sp_only {
	display: none;
}
@media screen and (max-width: 767px) {
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
}
/* -- inline -- */
br.pc_only,
a.pc_only,
span.pc_only {
	display: inline;
}
br.sp_only,
a.sp_only,
span.sp_only {
	display: none;
}
@media screen and (max-width: 767px) {
	br.pc_only,
	a.pc_only,
	span.pc_only {
		display: none;
	}
	br.sp_only,
	a.sp_only,
	span.sp_only {
		display: inline;
	}
}
/* font-family
--------------------------------------------- */
.ff_goth {
	font-family: "Hiragino Kaku Gothic ProN", "meiryo", sans-serif !important;
}
.ff_min {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif !important;
}
/* font-color
--------------------------------------------- */
.fc_black {
	color: #333;
}
.fc_red {
	color: #c50018;
}
.fc_blue {
	color: #67a1c0;
}
.fc_gray {
	color: #777;
}
/* font-weight
--------------------------------------------- */
.fw_b {
	font-weight: bold !important;
}
.fw_n {
	font-weight: normal !important;
}
/* ---------------------------------------------
*   line-height
--------------------------------------------- */
.lh_1-8 {
	line-height: 1.8 !important;
}
.lh_2 {
	line-height: 2 !important;
}
/* ---------------------------------------------
*   text-align
--------------------------------------------- */
.al_center {
	text-align: center !important;
}
.al_left {
	text-align: left !important;
}
.al_right {
	text-align: right !important;
}
/* margin */
.mgnB30 {	margin-bottom: 30px;}

/* 英語版・中国語版 */
.notepaper02 {
	margin: 0 0 30px;
	padding: 25px;
	box-shadow: 3px 4px 5px 0px rgba(64, 34, 15, 0.55);
    padding-left: 107px;
    padding-right: 107px;
    text-align: left;
    background: url(../img/foreign/common/notepaper02.jpg) center top repeat-y;
    background-size:cover;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-feature-settings: "palt";
}
.notepaper02 p {
    margin-bottom: 1.5em;
    font-size: 1.5rem;
    line-height: 1.7;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-feature-settings: "palt";
}
.notepaper02 > h2 {
    line-height: 1.2;
}
.notepaper02 > h2 span.small {
    font-size: 93%;
}

.notepaper02 > section {
    text-align: left;
}
.notepaper02 > h3 {
    margin: 0 0 1.0em;
    text-align: center;
    font-size: 2.4rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-feature-settings: "palt";
    line-height: 1.2;
}
.notepaper02 h4 {
    margin-bottom: 1.5em;
    font-size: 2.4rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-feature-settings: "palt";
    line-height: 1.1;
    text-align: center;
}
.notepaper02 > section .photo {
    margin-bottom: 1.5em;
    text-align: center;
}

@media screen and (max-width:767px) {
	.notepaper02 {
		padding-left: inherit;
		padding-right: inherit;
		text-align: left;
		background: url(../../common/img/bg_02_sp.jpg) center top repeat-y;
		background-size:cover;
	}
	.notepaper02 h3 {
		font-size: 2.0rem;
	}
	.notepaper02 h3 span {
		display: inline-block;
	}
	.notepaper02 h4 {
		font-size: 1.8rem;
	}
	.notepaper02 > section .photo img {
		width: 100%;
		max-width: 428px;
		height: auto;
	}
}