/* ----------------------------
reset
------------------------------- */
body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote {
	margin:0px;
	padding:0px;
}

ul,li {
	list-style:none;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:bottom;
}

body {
    width: 100%;
    color: #1A1A1A;
    font-size: 1.1em;
    line-height: 1.8;
    font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    -webkit-text-size-adjust: 100%;
    background-image: url(../images/back.jpg);
	background-repeat: repeat;
}

#wrapper{
	margin: 0 auto;
}

a,
a:link,
a:visited {
	color: #666;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #666;
	text-decoration:none;
}

a img {
	margin:0;
	padding:0;
	border-style:none;
}

/**************************************************************
プレースフォルダー
**************************************************************/
/* 各ベンダープレフィックスが取れた標準版 */
:placeholder-shown {
    color: #cccccc; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #cccccc; }

/* Firefox 18- */
:-moz-placeholder {
    color: #cccccc; opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder {
    color: #cccccc; opacity: 1; }

/* IE 10+ */
:-ms-input-placeholder {
    color: #cccccc; }

/**************************************************************
【配置設定】
**************************************************************/
.img_c{text-align:center;}
.img_c img{
	width:100%;
}
.img_c2{text-align:center;}
.img_c2 img{
	width:90%;
}
.img_c3{text-align:center;}
.img_c4{text-align:center;}
.img_c5{text-align:center;}
.img_c5 img{
	width:60%;
}
.center_block{text-align:center; margin:auto;}

.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}

.f_left{float:left;}
.f_right{float:right;
box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
margin:0 5px 10px 10px;}
.f_right2{float:right;}

.text_wp{
	padding:30px 0;
}


/* ヘッダー */
header{
	width:100%;
	margin: 0 auto;
	padding:0 0 0px;
}
.h_pc{display: block;}
.h_sp{display: none;}

#header_re{
	background-image: url(../images/header_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header_in {
	max-width: 1030px;
	margin: 0 auto;
}

/* contents */
#contents{
	width:100%;
	margin: 0 auto;
	padding:0 0px 30px;
}

.inner{
	width: 1030px;
	padding:0 30px;
	margin:0 auto;
}

.inner_s{
	padding:0 30px;
	margin:0 auto;
}

.inner_form{
	padding:20px 50px;
}

/* contact */
.contact{background-image: url(../images/back5.jpg);
	background-repeat: repeat;
	padding:20px 0;}

.contact_box{
	width:884px;
	margin:0 auto;
	padding:0 0px;
	background-color: #ffffff;
	border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}

.contact_in{
	background-image: url(../images/contact_img.png);
	background-repeat: no-repeat;
	background-position: 7px bottom;
	
}

.cont_tel_pc{
	padding:195px 0 0 226px;
}
.cont_tel_sp{
	display:none;
}
.cont_mail{
	padding:0px 0 40px 226px;
}



/* ch1 */
.ch1{
	margin:0px auto 30px;
}

/* ch2 */
.ch2{
	margin:50px auto 40px;
}

/* ch3 */
.ch3{
	margin:50px auto 40px;
	background-image: url(../images/back6.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.ch3 ul{margin: 20px 20px;}
.higai1{float: left; margin-bottom: 20px;}
.higai2{float: right; margin-bottom: 20px;}
.higai3{float: left;}
.higai4{float: right;}

/* ch4 */
.ch4{
	margin:50px auto 40px;
}

/* ch5 */
.ch5{
	margin:50px auto 40px;
}

/* フォーム */
.form_area{
	margin:70px 0 0;
	background-image: url(../images/back6.png);
	background-repeat: repeat-x;
	background-position: center top;
}

.f_text{
	margin:0 10px;
}

/* サンクスページ */
.thanks{
	margin:20px 0 0;
	padding:30px 0;
}

/* kou */
.kou{
	margin:30px auto 30px;
}
.kou img{
	width:85%;
}


/* footer */
footer{
	margin:0px auto 0;
	padding:30px 0 0;
	width:1030px;
	margin: 0 auto;
	font-size:1em;
}
footer h3{
	font-weight:bold;
	padding:0px 30px 10px;
	text-align:left;
	font-size:1em;
}
footer li{
	padding:0px 30px 10px;
	text-align:left;
	line-height:150%;
}
footer li strong{
	font-weight:bold;
}

.copyright{
	margin:10px 0 30px 0;
	text-align:center;
	padding:20px 30px 20px;
	line-height:150%;
	font-size:0.8em;
}

footer a,
footer a:link,
footer a:visited {
	text-decoration:none;
}

footer a:hover,
footer a:active {
	text-decoration:none;
}


/*ここからタブレット用（481px～1030px）環境の設定
---------------------------------------------------------------------------*/
@media (min-width:481px) and (max-width:1030px){
body { font-size: 16px;
	line-height: 180%;}

/* イメージ */
.img_c img{width:100%;}
.img_c2 img{width:90%;}
.img_c3 img{width:60%;}
.img_c5 img{
	width:80%;
}

#wrapper{
	width: 100%;
	margin: 0 auto;
}

#contents{
	width: 100%;
	margin: 0 auto;
	padding:0px 0 20px;
}

.inner{
	width: 96%;
	margin:0 auto;
	padding:0;
}

.text_wp{
	padding:30px 30px;
}

/* ヘッダー */
header{
	width:100%;
	margin: 0 auto;
	padding:0 0 0px;
}
.h_pc{display: none;}
.h_sp{display: block;}

#header_re{
	background-image: url(../images/back_sp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100%;
}
#header_in {
	width: 100%;
	margin: 0 auto;
}

/* contact */
.contact{
	padding:30px 0;}

.contact_box{
	width:90%;
	padding:0 0px;
	background-color: #ffffff;
	border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}

.contact_in{
	background-image: url(../images/contact_img.png);
	background-repeat: no-repeat;
	background-position: 2% bottom;
	background-size:100% auto;
}

.cont_tel_pc{
	display:none;
}
.cont_tel_sp{
	display: block;
	padding:23% 0 0 26%;
}
.cont_mail{
	padding:0px 0 3% 26%;
}

.cont1,.cont2,.cont_tel_sp,.cont_mail{
	width:70%;
}
.cont1 img,.cont2 img,.cont_tel_sp img,.cont_mail img{
	width:100%;
}

/* ch1 */
.ch1{
	margin:0px auto 30px;
	padding:0px 0 0;
}
	
/* ch2 */
.ch2{
	margin:40px auto 30px;
}

/* ch3 */
.ch3{
	margin:40px auto 30px;
	background-image: none;
}
	.ch3 h2 img{width: 100%;}
	.ch3 ul{margin: 10px auto; width: 80%; text-align:center;}
	.ch3 ul img{width: 100%;}
.higai1{float: none; margin-bottom: 20px;}
.higai2{float: none; margin-bottom: 20px;}
.higai3{float: none; margin-bottom: 20px;}
.higai4{float: none;}

	
/* ch4 */
.ch4{
	margin:20px auto 20px;
}
	
/* ch5 */
.ch5{
	margin:20px auto 20px;
}
/* フォーム */
.inner_form{
	padding:20px 0px;
}

.form_area{
	margin:40px 0 0;
	background-image: none;
}
	.form_area h2 img{width: 100%;}	

/* footer */
footer{
	margin:0px auto 0;
	padding:20px 0 0;
	width:100%;
	margin: 0 auto;
	font-size:1em;
}

}


/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
@media only screen and (max-width:480px){
body { font-size: 14px; 
line-height:180%;
margin: 0 auto;
}

/* イメージ */
.img_c img{width:100%;}
.img_c2 img{width:100%;}
.img_c3 img{width:90%;}
.img_c5 img{
	width:80%;
}

#wrapper{
	width: 100%;
	margin: 0 auto;
}

#contents{
	margin: 0px auto;
	width: 100%;
	padding:0px 0 30px;
}

.inner{
	width: 96%;
	margin:0 auto;
	padding:0;
}

.text_wp{
	padding:20px 15px;
}

/* ヘッダー */
header{
	width:100%;
	margin: 0 auto;
	padding:0 0 0px;
}
.h_pc{display: none;}
.h_sp{display: block;}

#header_re{
	background-image: url(../images/back_sp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100%;
}
#header_in {
	width: 100%;
	margin: 0 auto;
}

/* contact */
.contact{
	padding:20px 0;}

.contact_box{
	width:96%;
	padding:0 0px;
	background-color: #ffffff;
	border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}

.contact_in{
	background-image: url(../images/contact_img.png);
	background-repeat: no-repeat;
	background-position: 2% bottom;
	background-size:100% auto;
}

.cont_tel_pc{
	display:none;
}
.cont_tel_sp{
	display: block;
	padding:23% 0 0 26%;
}
.cont_mail{
	padding:0px 0 3% 26%;
}

.cont1,.cont2,.cont_tel_sp,.cont_mail{
	width:70%;
}
.cont1 img,.cont2 img,.cont_tel_sp img,.cont_mail img{
	width:100%;
}

/* ch1 */
.ch1{
	margin:0px auto 20px;
	padding:0px 0 0;
}
	
/* ch2 */
.ch2{
	margin:30px auto 20px;
}

/* ch3 */
.ch3{
	margin:30px auto 30px;
	background-image: none;
}
	.ch3 h2 img{width: 100%;}
	.ch3 ul{margin: 0px auto; width: 90%; text-align:center;}
	.ch3 ul img{width: 100%;}
.higai1{float: none; margin-bottom: 10px;}
.higai2{float: none; margin-bottom: 10px;}
.higai3{float: none; margin-bottom: 10px;}
.higai4{float: none;}

	
/* ch4 */
.ch4{
	margin:20px auto 20px;
}
	
/* ch5 */
.ch5{
	margin:20px auto 20px;
}
/* フォーム */
.inner_form{
	padding:20px 0px;
}

.form_area{
	margin:40px 0 0;
	background-image: none;
}
	.form_area h2 img{width: 100%;}

.f_text{
	margin:0 10px 0 20px;
}




/* footer */
footer{
	margin:0px auto 0;
	padding:0px 0 0;
	width:100%;
	margin: 0 auto;
	font-size:1em;
}
}





/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*************************************************************
【marginの設定】
*************************************************************/
.m0{margin:0 !important}
.mt0{margin-top:0 !important}
.mr0{margin-right:0 !important}
.mb0{margin-bottom:0 !important}
.ml0{margin-left:0 !important}

.m5{margin:5px !important}
.mt5{margin-top:5px !important}
.mr5{margin-right:5px !important}
.mb5{margin-bottom:5px !important}
.ml5{margin-left:5px !important}

.m10{margin:10px !important}
.mt10{margin-top:10px !important}
.mr10{margin-right:10px !important}
.mb10{margin-bottom:10px !important}
.ml10{margin-left:10px !important}

.m15{margin:15px !important}
.mt15{margin-top:15px !important}
.mr15{margin-right:15px !important}
.mb15{margin-bottom:15px !important}
.ml15{margin-left:15px !important}

.m20{margin:20px !important}
.mt20{margin-top:20px !important}
.mr20{margin-right:20px !important}
.mb20{margin-bottom:20px !important}
.ml20{margin-left:20px !important}

.m25{margin:25px !important}
.mt25{margin-top:25px !important}
.mr25{margin-right:25px !important}
.mb25{margin-bottom:25px !important}
.ml25{margin-left:25px !important}

.m30{margin:30px !important}
.mt30{margin-top:30px !important}
.mr30{margin-right:30px !important}
.mb30{margin-bottom:30px !important}
.ml30{margin-left:30px !important}

.m35{margin:35px !important}
.mt35{margin-top:35px !important}
.mr35{margin-right:35px !important}
.mb35{margin-bottom:35px !important}
.ml35{margin-left:35px !important}

.m40{margin:40px !important}
.mt40{margin-top:40px !important}
.mr40{margin-right:40px !important}
.mb40{margin-bottom:40px !important}
.ml40{margin-left:40px !important}

.m45{margin:45px !important}
.mt45{margin-top:45px !important}
.mr45{margin-right:45px !important}
.mb45{margin-bottom:45px !important}
.ml45{margin-left:45px !important}

.m50{margin:50px !important}
.mt50{margin-top:50px !important}
.mr50{margin-right:50px !important}
.mb50{margin-bottom:50px !important}
.ml50{margin-left:50px !important}

.m55{margin:55px !important}
.mt55{margin-top:55px !important}
.mr55{margin-right:55px !important}
.mb55{margin-bottom:55px !important}

.ml55{margin-left:55px !important}
.m60{margin:60px !important}
.mt60{margin-top:60px !important}
.mr60{margin-right:60px !important}
.mb60{margin-bottom:60px !important}
.ml60{margin-left:60px !important}

.m65{margin:65px !important}
.mt65{margin-top:65px !important}
.mr65{margin-right:65px !important}
.mb65{margin-bottom:65px !important}
.ml65{margin-left:65px !important}

.m70{margin:70px !important}
.mr70{margin-right:70px !important}
.mb70{margin-bottom:70px !important}
.ml70{margin-left:70px !important}

.m75{margin:75px !important}
.mt75{margin-top:75px !important}
.mr75{margin-right:75px !important}
.mb75{margin-bottom:75px !important}
.ml75{margin-left:75px !important}

.m80{margin:80px !important}
.mt80{margin-top:80px !important}
.mr80{margin-right:80px !important}
.mb80{margin-bottom:80px !important}
.ml80{margin-left:80px !important}


.mlrb30{margin:10px 30px 30px !important}
.ml90{margin-left:90px !important}

/**************************************************************
【paddingの設定】
**************************************************************/
.p0{padding:0 !important}		
.pt0{padding-top:0 !important}	
.pr0{padding-right:0 !important}
.pb0{padding-bottom:0 !important}
.pl0{padding-left:0 !important}	

.p5{padding:5px !important}
.pt5{padding-top:5px !important}
.pr5{padding-right:5px !important}
.pb5{padding-bottom:5px !important}
.pl5{padding-left:5px !important}

.p10{padding:10px !important}
.pt10{padding-top:10px !important}
.pr10{padding-right:10px !important}
.pb10{padding-bottom:10px !important}
.pl10{padding-left:10px !important}

.p20{padding:20px !important}
.pt20{padding-top:20px !important}
.pr20{padding-right:20px !important}
.pb20{padding-bottom:20px !important}
.pl20{padding-left:20px !important}

.p30{padding:30px !important}

.p4050{padding:40px 50px !important}

.pb30{padding-bottom:30px !important}
.pb40{padding-bottom:40px !important}
.pb50{padding-bottom:50px !important}
.pb80{padding-bottom:80px !important}

/**************************************************************
【widthの設定】
**************************************************************/
.w50{width:50px;}
.w100{width:100px;}
.w130{width:130px;}
.w180{width:180px;}
.w200{width:200px;}
.w220{width:220px;}
.w250{width:250px;}
.w350{width:350px;}
.w400{width:400px;}
.w450{width:450px;}
.w500{width:500px;}
.w600{width:600px;}
.w700{width:700px;}
.w710{width:710px;}
.w876{width:876px;}

/**************************************************************
【heightの設定】
**************************************************************/
.h10{height:10px;}
.h30{height:30px;}
.h100{height:100px;}
.h200{height:200px;}

/**************************************************************
【文字装飾】
**************************************************************/
.red1{color:#F00;}/*明るい赤 */
.red2{color:#D90000;}/*暗い赤 */
.red1_b{color:#F00;font-weight:bold;}/*太字・明るい赤 */
.red2_b{color:#D90000;font-weight:bold;}/*太字・暗い赤 */
.blue{color:#00F;}/*青 */
.bl{color:#0085B2;}/*青 */
.or{color:#FF7F00;}/*オレンジ */
.blk{color:#000;}/*黒 */
.gr{color:#999;}/*グレー */
.pk{color:#FF4C4C;}/*ピンク */
.underline{text-decoration:underline;}/*アンダーライン */
strong{font-weight:bold;}/*太字 */
.bg_y{background-color:#FFFF4D; padding:5px 10px 0px;
display:inline-block;}/*背景きいろ */
.bg_y2{background-color:#FFFF4D; }/*背景きいろ余白無し */
.keshi{
	text-decoration: line-through;
}

.font12{font-size:12px;}
.font14{font-size:14px;}
.font16{font-size:16px;}
.font18{font-size:18px;}
.font20{font-size:20px;}
.font22{font-size:22px;}
.font24{font-size:24px;}
.font26{font-size:26px;}
.font30{font-size:30px;}

.font1_1{font-size:1.1em;}
.font1_2{font-size:1.2em;}
.font1_3{font-size:1.3em;}
.font1_4{font-size:1.4em;}
.font1_5{font-size:1.5em;}
.font1_6{font-size:1.6em;}
.font1_7{font-size:1.7em;}
.font1_8{font-size:1.8em;}
.font1_9{font-size:1.9em;}
.font2{font-size:2em;}
.font0_8{ont-size:0.8em;}
.font0_9{ont-size:0.9em;}
