@charset "UTF-8";

/*---------------------------------
ヘッダ
----------------------------------*/
#header{
}

/*---------------------------------
#page-Ttl
----------------------------------*/
.page-Ttl{
	text-align: center;
	background-image:url("../images/service/img_page_ttl.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	padding: 150px 0 0 0;
}
.page-Ttl h1{
	font-size: 5.4rem;
	font-family: 'Sarabun', sans-serif;
	color: #ffffff;
	text-shadow: 0px 0px 10px rgba(0,0,0,1);
	margin-bottom: 60px;
}
.page-Ttl ul{
	width: 100%;
	height: 80px;
	text-align: justify;
	text-justify: distribute-all-lines; 
	margin: 30px 0;
}
.page-Ttl ul:after{
	content:"";
	display: inline-block;
	width: 100%;
	line-height:0;
	height: 0; 
}
.page-Ttl li{
	display: inline-block;
	width: 46%;
	font-size: 2.4rem;
	font-family: 'Sarabun', sans-serif;
	text-align: center;
	vertical-align: top;
}
.page-Ttl li a{
	color: #ffffff;
	text-shadow: 0px 0px 10px rgba(0,0,0,1);
}
.page-Ttl li a:hover{
	color: #ffcc00;
}

/*---------------------------------
コンテンツ
----------------------------------*/
#content .inner{
	width: 90%; 
	max-width:1020px;
	margin: 0 auto;
}


/*---------------------------------
コンテンツ内フォント指定
----------------------------------*/
.font-style h1{
	margin:  0; 
    position:  relative;
	display:  inline-block;
	font-size:  2.4rem;
    font-weight:  normal;
	padding: 20px 0 20px 40px;
}
.font-style h1:before {
    content:  '';
	display:  block;
	position:  absolute;
	z-index:  -1;
    background-color: #ffe57f; 
    top: 0; 
    left:  0;
	width: 60px;
    height: 60px; 
    border-radius:  50%;
}
.font-style h2{
	position: relative;
	font-size:  2rem;
	font-weight:  normal;
	border-bottom: 2px solid #ccc;
	padding: 0 10px 6px 10px;
	margin: 20px 0;
}
.font-style h2::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 2px;
	background-color: #ffcc00;
}
.font-style h3{
	font-size:  1.6rem;
	font-weight:  normal;
	padding: .25em 0 .25em .75em;
  border-left: 4px solid #ccc;
	margin: 20px 20px 10px 20px;
}

.font-style p{
	width: 80%;
	font-size: 1.4rem;
	line-height: 1.4;
	margin:0 auto;
	padding: 0 0px;
}



/*----------------------------
ミディアムサイズ
----------------------------*/
@media only screen and (min-width: 40em){	/* 640px */


} /* end 640px*/



/*----------------------------
ラージサイズ
----------------------------*/

 @media only screen and (min-width: 60em) {	/*960px*/
 
/*---------------------------------
#page-Ttl
----------------------------------*/
.page-Ttl{
	padding: 190px 0 0 0;
}
.page-Ttl h1{
	max-width: 1020px;
	text-indent: 0.2em;
	text-align: left;
	margin: 0 auto 60px auto;
}
.page-Ttl ul{
	max-width: 1020px;
	margin: 0 auto 60px auto;
}

} /* end 960px*/

