@charset "UTF-8";
/* CSS Document */


#contents{
	width:100%;
	padding:158px 0 60px 0;
}
#contents .inner{
	width:100%;
	max-width:1020px;
	margin:0 auto;
	position:relative;
}
#contents .inner h3{
	text-indent: 100%;
	white-space: nowrap;
	width: 727px;
	height: 23px;
	background-image: url(../images/title_term.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin:0 auto 30px auto;
	overflow: hidden;
}
#contents .inner h3.jp{
	width: 97px;
	height: 23px;
	background-image: url(../images/title_term_jp.png);
}
#contents .inner h3 br{ display: none; }

#contents .inner hr{
	width:320px;
	margin-bottom:60px;
	border-bottom:solid 2px #000;
}

#contents .inner .post{
	text-align: left;
	width:960px;
	margin:0 auto 40px auto;
}
#contents .inner .post.bottom{
	padding-bottom:0px;
	margin:0 auto;
	border-bottom:none;
}
.post h5{
	font-family:"museo-sans", Helvetica, sans-serif;
	font-weight:900;
	font-size:1.4em;
	letter-spacing: 0.1em;
	margin-bottom:15px;
}
.post p,.post ul{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:0.9em;
	line-height:1.6em;
}
#contents .inner .sign{
text-align: left;
width:960px;
margin: 0 auto;
}



/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media only screen and (max-width: 736px) {

#contents{
	padding:79px 0 30px 0;
	margin:0 auto;
}
#contents .inner{
	width:auto;
	padding: 0 15px;
}
#contents .inner h3{
	color: #000;
	font-family:"museo-sans", Helvetica, sans-serif;
	font-size:1.4rem;
	font-weight: 900;
	text-indent: 0;
	width: auto !important;
	height: auto !important;
	background-image: none !important;
	margin-bottom:15px;
}
#contents .inner h3.jp{ font-size: 1.3rem; }
#contents .inner h3 br{ display: block; }

#contents .inner hr{
	width:160px;
	margin-bottom:30px;
	border-bottom:solid 1px #000;
}

#contents .inner .post{
	width:100%;
	margin:0 auto 20px auto;
}
#contents .inner .post.bottom{
	padding-bottom:0px;
	margin:0 auto;
	border-bottom:none;
}

.post h5{
	font-size:1.2rem;
	letter-spacing: 0;
	margin-bottom:10px;
}
.post p,.post ul{
	font-size:0.8rem;
	line-height:1.6rem;
}
#contents .inner .sign{
	font-size:1rem;
	width:100%;
}

}


