@charset "UTF-8";

/****************************************

	セッティング

*****************************************/
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td,
figure{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style:none;
}

img{
	vertical-align: bottom;
}

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	background: #FFFEE7;
	-webkit-text-size-adjust: 100%;
}

a{color:#007E3C; text-decoration:underline;}
a:hover{color:#007E3C; text-decoration:none;}

a:link {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: opacity 0.5s ease-out;
}

a:hover {
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after{
	content:"";
	display:block;
	overflow:hidden;
}
.clearfix:after{
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix{
	zoom:1;
}



/****************************************

	サイズ調整

*****************************************/
.taL {text-align:left !important;}
.taC {text-align:center !important;}
.taR {text-align:right !important;}
.uLine {text-decoration: underline !important;}
.vaTop {vertical-align: top !important;}
.vaMid {vertical-align: middle !important;}
.vaBot {vertical-align: bottom !important;}

.mt05{margin-top:5px !important;}			.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}		.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}		.mt30{margin-top:30px !important;}
.mt35{margin-top:35px !important;}		.mt40{margin-top:40px !important;}
.mt45{margin-top:45px !important;}		.mt50{margin-top:50px !important;}

.mb05{margin-bottom:5px !important;}	.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}	.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}	.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}	.mb40{margin-bottom:40px !important;}
.mb45{margin-bottom:45px !important;}	.mb50{margin-bottom:50px !important;}
.mb55{margin-bottom:55px !important;}	.mb60{margin-bottom:60px !important;}
.mb65{margin-bottom:65px !important;}	.mb70{margin-bottom:70px !important;}
.mb75{margin-bottom:75px !important;}	.mb80{margin-bottom:80px !important;}
.mb85{margin-bottom:85px !important;}	.mb90{margin-bottom:90px !important;}
.mb95{margin-bottom:95px !important;}	.mb100{margin-bottom:100px !important;}

.ml05{margin-left:5px !important;}		.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}		.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}		.ml30{margin-left:30px !important;}
.ml35{margin-left:35px !important;}		.ml40{margin-left:40px !important;}
.ml45{margin-left:45px !important;}		.ml50{margin-left:50px !important;}

.mr05{margin-right:5px !important;}		.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}	.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}	.mr30{margin-right:30px !important;}
.mr35{margin-right:35px !important;}	.mr40{margin-right:40px !important;}
.mr45{margin-right:45px !important;}	.mr50{margin-right:50px !important;}

.pt05{padding-top:5px !important;}		.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}		.pt20{padding-top:20px !important;}
.pt25{padding-top:25px !important;}		.pt30{padding-top:30px !important;}
.pt35{padding-top:35px !important;}		.pt40{padding-top:40px !important;}
.pt45{padding-top:45px !important;}		.pt50{padding-top:50px !important;}
.pt65{padding-top:65px !important;}

.pb05{padding-bottom:5px !important;}		.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}	.pb20{padding-bottom:20px !important;}
.pb25{padding-bottom:25px !important;}	.pb30{padding-bottom:30px !important;}
.pb35{padding-bottom:35px !important;}	.pb40{padding-bottom:40px !important;}
.pb45{padding-bottom:45px !important;}	.pb50{padding-bottom:50px !important;}

.pl05{padding-left:5px !important;}		.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}	.pl20{padding-left:20px !important;}
.pl25{padding-left:25px !important;}	.pl30{padding-left:30px !important;}
.pl35{padding-left:35px !important;}	.pl40{padding-left:40px !important;}
.pl45{padding-left:45px !important;}	.pl50{padding-left:50px !important;}

.pr05{padding-right:5px !important;}	.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}	.pr20{padding-right:20px !important;}
.pr25{padding-right:25px !important;}	.pr30{padding-right:30px !important;}
.pr35{padding-right:35px !important;}	.pr40{padding-right:40px !important;}
.pr45{padding-right:45px !important;}	.pr50{padding-right:50px !important;}

.fs10{font-size:10px !important;}		.fs11{font-size:11px !important;}
.fs12{font-size:12px !important;}		.fs13{font-size:13px !important;}
.fs14{font-size:14px !important;}		.fs15{font-size:15px !important;}
.fs16{font-size:16px !important;}		.fs17{font-size:17px !important;}
.fs18{font-size:18px !important;}		.fs19{font-size:19px !important;}
.fs20{font-size:20px !important;}
.fs30{font-size:30px !important;}

.fB{font-weight:bold !important;}
.fwN{font-weight:normal !important;}

.lh12{line-height:1.2 !important;}		.lh13{line-height:1.3 !important;}
.lh14{line-height:1.4 !important;}		.lh15{line-height:1.5 !important;}
.lh16{line-height:1.6 !important;}		.lh17{line-height:1.7 !important;}
.lh18{line-height:1.8 !important;}		.lh19{line-height:1.9 !important;}
.lh20{line-height:2.0 !important;}

.fL{float:left;}
.fR{float:right;}
.clear{clear:both;}

@media screen and (min-width: 1000px){

.pc{display:block !important;}
.sp{display:none !important;}



/****************************************

	ヘッダー

*****************************************/
header{}
#header{}

#header-logo{
	width: 960px;
	margin: 0 auto;
}
#header-logo h1{
	margin: 27px 0 28px 0;
}

#header nav{
	background-image: url("../navi-bg.png");
	background-repeat: repeat-x;
	background-position: left top;
}
#header nav ul{
	width: 960px;
	margin: 0 auto;
}
#header nav ul li{
	float: left;
}


/*ヘッダー(SP)メニュー部分*/
#sp_gnavi{
	display: none;
}
/*ヘッダー(SP)開閉ボタン*/
#nav_toggle{
	display: none;
}



/****************************************

	共通

*****************************************/



/****************************************

	フッター

*****************************************/
#pagetop{
	position: fixed;
	bottom: 117px;
	right: 30px;
	font-size: 77%;
	z-index: 9999;
}
#pagetop a{
	background-image: url("../pagetop.png");
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 60px;
	height: 60px;
}


footer{}
.footer{
	border-top: 10px solid #9ECE22;
	min-width: 960px;
	background: #F3F3B3;
}
.footer-inner{
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 30px 0;
}

.footer-bnr{
	width: 260px;
	float: left;
}
.footer-address1{
	width: 320px;
	float: left;
}
.footer-address2{
	width: 380px;
	float: left;
}

.footer-address1 p.name{
	color: #333;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}
.footer-address1 p.txt{
	color: #333;
	font-size: 14px;
	line-height: 1.5;
}
.footer-address1 p.txt a{
	color: #333;
}

.footer-address2 p.name{
	color: #333;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}
.footer-address2 p.txt{
	color: #333;
	font-size: 14px;
	line-height: 1.5;
}
.footer-address2 p.txt a{
	color: #333;
}



/****************************************

	home

*****************************************/
#top{}


#top-mainvisual{
	min-width: 960px;
	margin: 0 0 35px 0;
}
#top-mainvisual h2 > img{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}


#top-news-wrapper{
	width: 920px;
	margin: 0 auto 35px auto;
}
/*#top-news-bnr{
	width: 279px;
	float: left;
}*/
#top-news{
	width: 100%;
	float: right;
	background: #FFFFFF;
	border: 3px solid #D8D8DA;
	padding: 40px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
}
#top-news h2{
	text-align: center;
	margin: 0 0 40px 0;
}
#top-news-box{
	height: 175px;
	overflow: auto;
	z-index: 1;
}
#top-news-box iframe{
	width: 100%;
	height: 100%;
	display: block;
}


#top-introduction{
	width: 960px;
	margin: 0 auto 70px auto;
}
#top-introduction h2{
	background: #3CACA4;
	border-left: 10px solid #9ECE22;
	padding: 20px 12px;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 30px 0;
}

.top-introduction-inner{
	margin: 0 20px;
}
.top-introduction-inner > p{
	margin: 0 0 30px 0;
}

.top-introduction-image{
	width: 240px;
	float: left;
}

.top-introduction-contents{
	width: 580px;
	float: right;
}
.top-introduction-contents h3{
	color: #333;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px 0;
}
.top-introduction-contents p.txt{
	margin: 0 0 75px 0;
}
.top-introduction-contents p.btn a{
	width: 260px;
	display: block;
	border: 2px solid #079E59;
	background: #FFF;
	padding: 18px;
	text-align: center;
	color: #079E59;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	background-image: url("../icon01.png");
	background-repeat: no-repeat;
	background-position: left 50%;
}


#top-cta{
	background: #FFD6AD;
	margin: 0 auto 40px auto;
}
.top-cta-inner{
	width: 920px;
	margin: 0 auto;
	padding: 50px 0;
}

.top-cta-image{
	width: 408px;
	float: left;
}

.top-cta-contents{
	width: 428px;
	float: right;
}
.top-cta-contents h2{
	color: #FE5823;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px 0;
}
.top-cta-contents p.txt{
	margin: 0 0 30px 0;
}
.top-cta-contents p.btn a{
	width: 260px;
	display: block;
	margin: 0 0 10px 0;
	border: 2px solid #FE5823;
	background: #FFF;
	padding: 18px;
	text-align: center;
	color: #FE5823;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	background-image: url("../icon02.png");
	background-repeat: no-repeat;
	background-position: left 50%;
}
.top-cta-contents p.btn2 a{
	width: 260px;
	display: block;
	border: 2px solid #FE5823;
	background: #FFF;
	padding: 18px;
	text-align: center;
	color: #FE5823;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 1px;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	background-image: url("../icon03.png");
	background-repeat: no-repeat;
	background-position: left 50%;
}


#top-event{
	width: 960px;
	margin: 0 auto 70px auto;
}
#top-event h2{
	background: #3CACA4;
	border-left: 10px solid #9ECE22;
	padding: 20px 12px;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 30px 0;
}

.top-event-inner{
	margin: 0 20px;
}
.top-event-image{
	width: 240px;
	float: left;
}

.top-event-contents{
	width: 580px;
	float: right;
}
.top-event-contents h3{
	color: #333;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px 0;
}
.top-event-contents ul{
	margin: 0 0 20px 0;
}
.top-event-contents ul li {}
.top-event-contents ul li:before {
	content: "";
	width: 12px;
	height: 12px;
	display: inline-block;
	background-color: #A1C452;
	border-radius: 50%;
	margin: 0 5px 0 0;
}

.top-event-contents p.txt{
	margin: 0 0 30px 0;
}


#top-access{
	width: 960px;
	margin: 0 auto 70px auto;
}
#top-access h2{
	background: #3CACA4;
	border-left: 10px solid #9ECE22;
	padding: 20px 12px;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 30px 0;
}

.top-access-map{
	margin: 0 20px 30px 20px;
}
/* 計算方法　長方形動画（600:400）の場合100÷920×340=36.95652173913043% に設定 */
.top-access-map .access-googlemap{text-align: center; padding: 0 0 36.95652173913043% 0; position: relative; width: 100%;}
.top-access-map .access-googlemap iframe{position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}

.top-access-inner{
	margin: 0 20px;
}
.top-access-contents{
	width: 450px;
	float: left;
}
.top-access-image{
	width: 400px;
	float: right;
}

.top-access-contents p.name{
	font-weight: 700;
}
.top-access-contents p.txt{
	margin: 0 0 30px 0;
}
.top-access-contents p.txt a{
	color: #333;
}


#top-policy{
	width: 960px;
	margin: 0 auto 40px auto;
	text-align: center;
}
#top-policy p{
	background-image: url("../../img/policy-bg01.gif");
	background-repeat: repeat;
	background-position: left top;
	display: inline-block;
	padding: 10px 20px;
	color: #333;
	font-size: 14px;
	line-height: 1.2;
}



/****************************************

	work

*****************************************/
#work{}


#work-mainvisual{
	min-width: 960px;
	margin: 0 0 35px 0;
}
#work-mainvisual h2 > img{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}


#work-register{
	width: 960px;
	margin: 0 auto 70px auto;
}
#work-register h2{
	background: #3CACA4;
	border-left: 10px solid #9ECE22;
	padding: 20px 12px;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 30px 0;
}

.work-register-inner{
	margin: 0 20px;
}
.work-register-inner > p{
	margin: 0 0 30px 0;
}

.work-register-box{
	width: 700px;
	margin: 0 auto 50px auto;
}
.work-register-box h3{
	background: #FF9234;
	-moz-border-radius: 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0;
	-ms-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
	padding: 20px;
	text-align: center;
}
.work-register-box-inner{
	background: #FFF;
	border: 3px solid #FF9234;
	-moz-border-radius: 0 0 20px 20px;
	-webkit-border-radius: 0 0 20px 20px;
	-ms-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
	padding: 35px 30px;
}
.work-register-box-inner h4{
	text-align: center;
	border-bottom: 1px dotted #333;
	color: #333;
	font-size: 18px;
	font-weight: 500;
	padding: 0 0 20px 0;
}
.work-register-box-inner p.txt{
	border-bottom: 1px dotted #333;
	color: #333;
	font-size: 18px;
	padding: 20px;
}
.work-register-box-inner p.txt:before {
	content: "";
	width: 14px;
	height: 14px;
	display: inline-block;
	background-color: #FF9233;
	border-radius: 50%;
	margin: 0 5px 0 0;
}
.work-register-box-inner p.txt span{
	padding: 0 0 0 20px;
	font-size: 14px;
}

.work-register-recommend{}
.work-register-recommend h3{
	text-align: center;
	margin: 0 0 30px 0;
}
.work-register-recommend ul{
	width: 801px;
	margin: 0 auto 60px auto;
}
.work-register-recommend ul li{
	float: left;
	margin: 0 60px 0 0;
}
.work-register-recommend ul li:last-child{
	margin: 0;
}

.work-register-recommend p{
	text-align: center;
	margin: 0 0 60px 0;
}


#work-cta{
	background: #FFD6AD;
	margin: 0 auto 50px auto;
}
.work-cta-inner{
	width: 920px;
	margin: 0 auto;
	padding: 50px 0;
}

.work-cta-image{
	width: 408px;
	float: left;
}

.work-cta-contents{
	width: 428px;
	float: right;
}
.work-cta-contents h2{
	color: #FE5823;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px 0;
}
.work-cta-contents p.txt{
	margin: 0 0 30px 0;
}
.work-cta-contents p.btn a{
	width: 260px;
	display: block;
	margin: 0 0 10px 0;
	border: 2px solid #FE5823;
	background: #FFF;
	padding: 18px;
	text-align: center;
	color: #FE5823;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	background-image: url("../icon02.png");
	background-repeat: no-repeat;
	background-position: left 50%;
}
.work-cta-contents p.btn2 a{
	width: 260px;
	display: block;
	border: 2px solid #FE5823;
	background: #FFF;
	padding: 18px;
	text-align: center;
	color: #FE5823;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 1px;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	background-image: url("../icon03.png");
	background-repeat: no-repeat;
	background-position: left 50%;
}


#work-support{
	width: 960px;
	margin: 0 auto 70px auto;
}
#work-support h2{
	background: #3CACA4;
	border-left: 10px solid #9ECE22;
	padding: 20px 12px;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 30px 0;
}

#work-support ul{
	margin: 0 20px;
}
#work-support ul li{
	width: 290px;
	float: left;
	margin: 0 25px 0 0;
}
#work-support ul li:last-child{
	margin: 0;
}

#work-support ul li p.image{
	margin: 0 0 5px 0;
}
#work-support ul li p.title{
	color: #009999;
	font-size: 20px;
	line-height: 1.2;
	margin: 0 0 5px 0;
}
#work-support ul li p.txt{
	color: #333;
	font-size: 16px;
	line-height: 1.5;
}


#work-flow{
	width: 960px;
	margin: 0 auto 70px auto;
}
#work-flow h2{
	background: #3CACA4;
	border-left: 10px solid #9ECE22;
	padding: 20px 12px;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 50px 0;
}

.work-flow01{
	width: 560px;
	margin: 0 auto 75px auto;
	background: #FFE2DD;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	padding: 20px;
  position: relative;
}
.work-flow01:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -28px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #FFE2DD transparent transparent transparent;
  border-width: 28px 16px 0 16px;
}

.work-flow01 h3{
	text-align: center;
	margin: -40px 0 20px 0;
}
.work-flow01 p{
	text-align: center;
	color: #333;
	font-size: 16px;
	line-height: 1.4;
}

.work-flow02{
	width: 300px;
	margin: 0 auto 60px auto;
  position: relative;
}
.work-flow02:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -28px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #FF6666 transparent transparent transparent;
  border-width: 28px 16px 0 16px;
}
.work-flow02 h3{
	text-align: center;
	margin: 0 0 20px 0;
}

.work-flow03{
	text-align: center;
	margin: 0 0 70px 0;
}


#work-contact{
	background: #FFE5DE;
	margin: 0 0 60px 0;
	padding: 60px 0 70px 0;
}
#work-contact h2{
	text-align: center;
	margin: 0 0 20px 0;
}
#work-contact ul{
	width: 642px;
	margin: 0 auto;
}
#work-contact ul li{
	width: 296px;
	float: left;
	margin: 0 50px 0 0;
}
#work-contact ul li:last-child{
	margin: 0;
}



/****************************************

	contact

*****************************************/
#contact{}


#contact-mainvisual{
	min-width: 960px;
	margin: 0 0 35px 0;
}
#contact-mainvisual h2 > img{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}


#contact-box{
	background: #FFF;
	width: 960px;
	margin: 0 auto 60px auto;
	padding: 30px 20px 50px 20px;
}

#contact-box h2{
	border-left: 10px solid #0077F9;
	border-bottom: 1px solid #0077F9;
	padding: 5px 10px;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px 0;
}
#contact-box p{
	font-size: 14px;
	margin: 0 0 30px 0;
}


#contact-box table.type01{
	width: 100%;
	border-collapse: collapse;
}
#contact-box table.type01 tr{
	border-bottom: 1px solid #CCCCCC;
}
#contact-box table.type01 tr th{
	padding: 10px;
	width: 22%;
	background: #E2EEF9;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
	color: #000;
	font-size: 14px;
}

#contact-box table.type01 tr td{
	padding: 10px;
	background: #FFF;
	text-align: left;
	vertical-align: middle;
	color: #333;
	font-size: 12px;
}


#contact-box table.type02{
	width: 100%;
	border-collapse: collapse;
}
#contact-box table.type02 tr{
	border-bottom: 1px solid #CCCCCC;
}
#contact-box table.type02 tr th{
	padding: 10px;
	width: 28%;
	background: #E2EEF9;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
	color: #000;
	font-size: 14px;
}
#contact-box table.type02 tr th span{
	background: #FF4344;
	padding: 2px 4px;
	display: inline-block;
	color: #FFF;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 700;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 0 10px;
}
#contact-box table.type02 tr td{
	padding: 10px;
	background: #FFF;
	text-align: left;
	vertical-align: middle;
	color: #333;
	font-size: 12px;
}

#contact-box table.type01 td select[name="contact-form-select"]{
	width: 225px;
	padding: 5px;
	color: #333;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
}

#contact-box table.type02 td input[name="contact-name"],
#contact-box table.type02 td input[name="contact-kana"],
#contact-box table.type02 td input[name="contact-tel"],
#contact-box table.type02 td input[name="contact-station"]{
	width: 150px;
	padding: 5px;
	color: #333;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
}

#contact-box table.type02 td input[name="contact-mail"]{
	width: 300px;
	padding: 5px;
	color: #333;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
}

#contact-box table.type02 td input[name="contact-address"]{
	width: 500px;
	padding: 5px;
	color: #333;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
}

#contact-box table.type02 td select[name="contact-date1"],
#contact-box table.type02 td select[name="contact-time1"],
#contact-box table.type02 td select[name="contact-date2"],
#contact-box table.type02 td select[name="contact-time2"]{
	width: 220px;
	padding: 5px;
	color: #333;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
}

#contact-box table.type02 td textarea[name="contact-message"]{
	width: 100%;
	padding: 5px;
	color: #333;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
}

.contact-scrollArea {
	overflow: auto;
	width: 100%;
	height: 300px;
	padding: 10px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 1.5;
}
.contact-check {
	padding: 10px 0 0 0;
}



.contact-guidance{
	padding: 30px 0 30px 0;
}
.contact-guidance p{
	color: #000;
	font-size: 14px;
	line-height: 1.6;
	margin: 0 0 20px 0;
}
.contact-guidance p a{
	color: #000;
}
.contact-guidance p strong{
	color: #000;
	font-weight: 700;
}
.contact-guidance p:last-child{
	margin: 0 !important;
}



.contact-step{
  list-style-type: none;
  display: table;
  width: 100%;
  padding: 0;
  margin: 0 0 30px 0;
  overflow: hidden;
}
.contact-step li{
  display: table-cell;
  position: relative;
  background: #D8D8D8;
  padding: 1em 0.5em 1em 2em;
  color: #333;
	text-align: center;
	font-size: 14px;
	width: 33%;
}
.contact-step li span{
  padding: 0 15px 0 0;
  font-weight: 700;
}
.contact-step li:last-child{
  padding-right: 1em;
}
.contact-step li:last-child:before,
.contact-step li:last-child:after{
  display: none;
}
.contact-step li:before,
.contact-step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.contact-step li:before{
  top: -15px;
  right: -1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1.5em;
  z-index: 10;
}
.contact-step li:after{
  top: -15px;
  right: -.8em;
  border-style: solid;
  border-color: transparent transparent transparent #D8D8D8;
  border-width: 40px 0 40px 1.5em;
  z-index: 10;
}
.contact-step li.is-current{
  background: #FF9933;
	color: #FFF;
}
.contact-step li.is-current span{
  padding: 0 15px 0 0;
  font-weight: 700;
}
.contact-step li.is-current:after{
  border-color: transparent transparent transparent #FF9933;
}



.contact-btn{
	width: 280px;
	margin: 0 auto 0 auto;
	padding: 50px 0 0 0;
}
.contact-btn .contact-btn-clear{
	-webkit-appearance: none;
	display: block;
	outline: 0;
	cursor: pointer;
	border: none;
	color: #666;
	background: #D8D8D8;
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	width: 130px;
	float: left;
	margin: 0 20px 0 0;
	padding: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.contact-btn .contact-btn-clear:hover{
	background: #E0E0E0;
}
.contact-btn .contact-btn-submit{
	-webkit-appearance: none;
	display: block;
	outline: 0;
	cursor: pointer;
	border: none;
	color: #FFF;
	background: #0077F9;
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	width: 130px;
	float: left;
	padding: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.contact-btn .contact-btn-submit:hover{
	background: #3392FA;
}



/****************************************

	以下レスポンシブ　記述終了用　削除禁止

*****************************************/
}
