/*画面の横幅が640pxまで Landscape phones and down */
@media (max-width: 640px) { 

.PC{
	display:none;
}
.SP{
	display:block;
}



/* コンテンツ基本
------------------------------------------------------------ */	
body{
	-webkit-text-size-adjust: 100%;
	width:100%;
	min-width:100%;
}


#main-wrapper{
	
	padding-bottom: 90px;
}



/*コンテンツ幅*/
.content-inner{
	width:92%;
	margin:0 auto;
	text-align:left;
}
.content-innerS{
	width:90%;
	margin:0 auto;
	text-align:left;
}
.full-inner{ 
	width:100%;
}


.SP-fullW{
	margin-left: -4.5%;
	margin-right: -4.5%;
	overflow: none;
}

.inner{
}


/*基本レイアウト*/
.photo-left .imgbox{
	float:left;
	margin:0 15px 15px 0;
	width:30%;
}
.photo-left .txtbox{
	
}

.photo-right .imgbox{
	float:right;
	margin:0 0px 15px 15px;
	width:30%;
}
.photo-right .txtbox{
	
}

.col2box .inner{
	margin:0;
}
.col2box .box{
	width:100%;
}
.col2box .box .box-inner{
	padding:0 0;
}

.col3box .inner{
	margin:0;
}
.col3box .box{
	width:100%;
}
.col3box .box .box-inner{
	padding:0 0;
}

.col4box .inner{
	margin:0 -2%;
}
.col4box .box{
	width:50%;
	float: left;
}
.col4box .box .box-inner{
	padding:0 4%;
}


.col5box .inner{
	margin:0 -2%;
}
.col5box .box{
	width:50%;
	float: left;
}
.col5box .box .box-inner{
	padding:0 4%;
}




/* ページトップ 
------------------------------------------------------------ */
.pagetop{
	position:fixed;
	bottom:40px;
	right:4%;
	display:none;
	z-index:1000;
}

.pagetop a{
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	background: url(../../images/btn_pagetop.png) center center no-repeat;
	background-size: cover;
}




/* ヘッダー
------------------------------------------------------------ */

#header	{
	padding-top: 60px;
}

#header h1{
	width: 113px;
	margin: 0 auto;
}

#header #navi{
	text-align: center;
	padding-top: 35px;
	padding-bottom: 20px;
}
#header #navi ul li{
	font-size: 18px;
	display: block;
	margin: 0 18px;
	text-align: center;
}
#header #navi ul li a{
	text-decoration: none;
	line-height: 120%;
	display: inline-block;
	
}
#header #navi ul li a span{
	display: block;
	padding: 10px 20px 10px 10px;
	background: url("../../images/arrow_bottom.png") right 1.1em no-repeat;
	background-size: 10px auto;
}




.page #header{
	padding-top: 30px;
}

#header .content-inner{
	position: relative;
}
.page #header h1{
	width: 77px;
	margin: 0 auto;
	position: relative;
	left: 0px;
}


#header #crumb{
	font-size: 12px;
	vertical-align: middle;
	padding-top: 35px;
	text-align: center;
}

#header #crumb img{
	width: 18px;
	vertical-align: middle;
}




/* フッター
------------------------------------------------------------ */

#footer{

}
.footer-contact{
	padding: 60px 0 60px 0;
}
.contact-title{
	width: auto;
	float: none;
}
.contact-title p{
	padding-top: 30px;
}
.contact-title a{
	display: inline-block;
	margin-top: 10px;
	text-decoration: underline;
	font-weight: 600;
}

.contact-btn{
	width: auto;
	float: none;
	margin-top: 4em;
}


#copy{
	padding: 15px 0;
	text-align: center;
	clear: both;
}
#copy address{
	text-align: center;
	font-size: 8px;
	line-height: 120%;
}

/* ボタン 
--------------------------------------------*/
.btn-back a{
	display: block;
	width: auto;
}




/* 共通
--------------------------------------------*/
.c-section{
	padding-top: 60px;
	clear: both;
}

.c-inner{
	padding-top: 40px;
	clear: both;
}


.c-section h2{
	font-size: 36px;
	font-weight: normal;
	line-height: 90%;
	text-align: center;
}

.title-L{
	font-size: 36px;
	font-weight: normal;
	line-height: 90%;
	text-align: center;
}


.line-title{
	font-size: 26px;
	font-weight: normal;
	position: relative;
	padding-left: 35px;
}
.line-title span{
	font-size: 14px;
}
.line-title:after{
	position: absolute;
	top:0.4em;
	left: 0;
	content: '';
	display: block;
	height: 1px;
	width: 25px;
	background-color: #111111;
}



.cbox{
	padding-top: 23px;
}

.cbox h4{
	font-size: 12px;
}




.cbox.table-box{
	padding: 0;
	padding-top: 15px;
}
.cbox.table-box h4{
	font-size: 15px;
	display: block;
	width: auto;
	max-width: 300px;
	margin-right: 0;
	padding-bottom: 3px;
	float: none;
}
.cbox.table-box p{
	display: block;
	padding-top: 0;
	float: none;
	width: auto;
	font-size: 15px;
	padding-left: 1em;
}


.cboxWrap{
	display: block;
}

.cboxWrap .cbox{
	width: 100%;
}


/* TOP
--------------------------------------------*/
.box-L{
	width: auto;
	float: none;
	padding-bottom: 30px;
}

.col1box .box-L{
	width: auto;
	margin-top: 0;
	margin-bottom: 0;
}
.col1box .box-L img{

}

.box-S{
	width: auto;
	float: none;
	padding-bottom: 30px;
}

.box-SS{
	width: auto;
	float: none;
	padding-bottom: 30px;
}



.top-strength{
	margin-top: 70px;
}

.strength-title{
	width: auto;
	float: none;
	margin-top: -35px;
}
.strength-title p{
	padding-top: 40px;
	text-align: center;
}

.strength-zu{
	width: auto;
	float: none;
	padding-top: 40px;
}




.top-about-box{
	margin-top: 60px;
}

.top-about-box02{
	padding: 60px 0 0 0;
}

.top-about-box-txt{
	float: none;
	width: auto;
	padding-top: 60px;
}
.top-about-box .imgbox{
	float: none;
	width: auto;
	text-align: center;
	padding: 40px 0 60px 0;
}
.top-about-box .imgbox img{
	width: 70%;
}





/*TOPスライド
--------------------------------------------*/

#mainImgSlider{
	height: 250px;
	width: 100%;
}

#mainImgSlider div{
	height: 250px;
}






/* お問い合わせ
------------------------------------------------------------ */

.form-block{
	padding-top: 80px;
}
.form-block h3{
	font-size: 18px;
	padding-bottom: 15px;
}
.form-block-inner{
	padding-top: 15px;
}

.form-block.form-block-bottom-line .form-block-inner{
	padding-bottom: 15px;
}


.form-box{
	padding-top: 10px;
}


.rq{
	font-size: 9px;

}


.submit-wrapp{
	padding-top: 60px;
}

.error{
	display: inline-block;
	color: #910000;
	margin-top: 5px;
}




.form-wrapp table,
.form-wrapp table tr,
.form-wrapp table tbody,
.form-wrapp table th,
.form-wrapp table td{
	display: block;
}

.form-wrapp table th{
	border-bottom: none;
	padding: 15px 0 0 0 ;
	width: auto;
}
.form-wrapp table td{
	border-bottom: dotted #cccccc 1px;
	padding: 15px 0;
}


label.radio_text {

	display      : block;
	margin-bottom: 15px;
}



.submit-wrapp{
	text-align: center;
}
.submit-wrapp form{
	display: block;
	padding-bottom: 20px;
}

.form-wrapp input[type="submit"]{
	cursor       : pointer;
	border: none;
	display: block !important;
	width: 100%;
	min-width: 0 !important;

}


.form-wrapp .submit-back{
	
	display: inline-block !important;
	width: 100% !important;
	min-width: 0 !important;
	margin-right: 0%;
}


		
	
}