@charset "Shift_JIS";

/*========================================
書面
========================================*/
.letter_box {
	font-family: 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
	border: 0.1em solid #ccc;
	padding: 3em 5% 1.5em;
	box-shadow: rgba(0, 0, 0, 0.2) 0.1em 0.4em 0.7em 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0.1em 0.4em 0.7em 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0.1em 0.4em 0.7em 0;
}

.letter_box p { line-height: 1.8; }

.letter_box strong {
	border-bottom: 0.2em solid #7acce4;
	/*font-weight: normal;*/
}

.body_pc .letter_box { font-size: 1.13em; }

.body_sph .letter_box { font-size: 0.9em; }

/*========================================
独自設定
========================================*/

.global_h1 { margin-bottom: 2em; }
.global_h1 span { display: inline-block; }
h2.global_h2 {
	background: url("/category/other/info/welcome/image/fb.png")no-repeat left bottom;
	background-size:2em auto;
	-webkit-background-size:2em auto;
	-moz-background-size:2em auto;
	-o-background-size:2em auto;
	-ms-background-size:2em auto;
	padding-left: 2.2em;
	padding-top: 0.4em;
	min-height:2.2em;
}
.body_sph h3 span{font-size:0.8em;margin-left:0;}
h3 span[class^="icon"] {
	font-size: 1.3em!important;
	vertical-align: -0.1em;
	margin-right: 0.4em!important;
}


