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

body {
  width: 100%;
  background-color:#FFF;
  font-family: "Helvetica", "Arial", "Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  color:#000;
}

#fullwrap{font-family: "Helvetica", "Arial", "Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;}
#fullwrap .inr{
	width:90%;
	margin: 0 auto;
}
#fullwrap header#header{
	padding:10px 0;
	border-bottom:10px #7ed27a solid;
}

#fullwrap footer#footer{
	padding:30px 0;
	border-top:5px #7ed27a solid;
}
#fullwrap footer#footer p.copy{
	font-size:12px;
	color:#444;
}

#info{
	background-color:#fff;
	border:1px #ccc solid;
	padding:20px;
	margin-bottom:30px;
}

#info h2{
	margin-bottom:15px;
	line-height:1.4em;
    font-size: 1.2em;
}

h2 span{
	margin-left:10px;
	background-color:#ff0000;
	color:#fff;
	padding:3px 5px;
	font-weight:bold;
	font-size:100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#info p{

	line-height:1.3;
}

#info p strong{
	color:#ff0000;
}


#info p.last{
	margin-bottom:0px;
}

#info_tuika{
	background-color:#fbfac2;
	border:1px #ccc solid;
	padding:20px;
	margin-bottom:50px;
}
#info_tuika h2{
	margin-bottom:15px;
	line-height:1.3;
}
#info_tuika p{
	margin-bottom:15px;
	line-height:1.3;
}
#info_tuika p.last{
	margin-bottom:0px;
}



#fullwrap #main{
	padding-top:30px;
	padding-bottom:50px;
/*	background-color:#d7efd6;*/
}
.corner{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#fff;
	border:1px #ccc solid;
	padding:20px;
	margin-bottom:30px;
}

.corner dt{
	color:#007b3a;
	margin-bottom:10px;
	font-weight:bold;

}

.corner .oth_txt{
	margin-top:15px;
	border:1px #ccc solid;
	width:500px;
	padding:5px;
}



.form_area h2{
	margin-bottom:20px;
	font-size:20px;
	border-left:5px #007b3a solid;
	padding-left:10px;
}
.form_area h2.second{
	margin-bottom:10px;
	font-size:20px;
}

h2.comp{
	margin-bottom:10px;
	font-size:20px;
}

.form_area h2 span{

	font-size:14px;
	margin-left:10px;
}


.form_area .syumiBox{
	margin-bottom:10px;
	font-size:14px;
}

.form_area p.sub{
	margin-bottom:20px;
	font-size:14px;
	color:#333;
}

.form_area h3{
	margin-bottom:15px;
	padding-bottom:5px;
	font-size:14px;
	border-bottom:1px #007b3a solid;
}


input::placeholder {
  font-size: 0.8em;
}




/*テーブル*/
.form_area table{
	border-collapse:collapse;
	width:100%;
	margin:0 auto 0px;
	border-top:1px solid #7ed27a;
	border-bottom:1px solid #7ed27a;
	font-size:16px;
}

.form_area th{
	padding:15px 5px 10px 15px;
	background-color:#d7efd6;
/*	background-image:url(../img/icon_peal.gif);
	background-repeat:no-repeat;
	background-position:10px 13px;*/
	color:#007b3a;
	font-weight:bold;
	vertical-align:top;
	text-align:left;
	border-top:1px solid #7ed27a;
	width:320px;
}


.form_area th span{
	margin-left:10px;
	background-color:#ff0000;
	color:#fff;
	padding:3px 5px;
	font-weight:bold;
	font-size:80%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}




.form_area th img{
	vertical-align:middle;
	margin-left:5px;
}


.form_area td{
	border-top:1px solid #7ed27a;
	padding:10px;
}
.form_area td.line{
	background-image:url(../img/bk_line.gif);
	background-repeat:repeat-x;
	background-position:20px 15px;
	text-align:center;
}
.form_area td.ar_l{
	background-image:url(../img/arrow_l.gif);
	background-repeat:no-repeat;
	background-position:240px 9px;
	padding-right:35px;

}
.form_area td.ar_r{
	background-image:url(../img/arrow_r.gif);
	background-repeat:no-repeat;
	background-position:10px 9px;
	padding-left:60px;
}
.form_area td.no{
	text-align:center;
	font-size:12px;
	color:#007b3a;

}
.form_area td input{
	margin-right:5px;
	padding:3px;
}

.form_area td ul{
	zoom:1;
	overflow:hidden;
}

.form_area td li{
	width:auto;
	float:left;
	display:inline;
	margin-right:10px;
}

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

js用

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

.slide-area {
	display: none;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color:#FFF;
}




/*エラー部分*/
#error{
	background-color:#FAEEEE;
	border:2px solid #D20085;
	margin:0 auto 40px;
	padding:10px;
}

#error h3{
	font-size:16px;
	color:#D20085;
	margin-bottom:10px;
	padding-left:10px;
	border-left:3px #D20085 solid;
}

#error li{
	list-style-type:disc;
	margin-left:15px;
	margin-bottom:5px;
}




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

ポップアップ　エリア

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

#areabox hgroup{
/*	background-image:url(../img/bg_header.gif);
	background-repeat:repeat-x;
	background-position:center top;*/
	border-bottom:#7ed27a 5px solid;
/*	position:relative;*/
	width:100%;
	padding:20px 10px;
	margin-bottom:30px;

}
#areabox hgroup .top_box{
	width:930px;
	margin: 0 auto;
}

#areabox hgroup h5{
	float:left;
	font-size:14px;
}
#areabox hgroup p{
	float:right;
	margin-right:20px;
}

/*#areabox li label{
	padding:15px 0px;
}*/
#areabox .tab_list li{
	float:left;
	width:270px;
}
.close p{
	text-align:center;
margin-bottom:1500px;
}
/********************************************

ポップアップ　エリア

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

.list_box{
	margin-bottom:30px;
}
.list_box:last-child{
	margin-bottom:0px;
}
.list_box li{
	float:left;
	width:200px;
	font-size:14px;
	line-height:1.2;
}

.radio_list{
	margin-bottom:30px;
}
.last{
	margin-bottom:0px;
}
.radio_list input{
position:relative;
top:-1px;

}
.radio_list li{
	float:left;
	margin-right:10px;
	font-size:14px;

}
.block1{
	width:15px;
}
.btn_area{
	text-align:center;
	margin-bottom:50px;
	margin-top:50px;

}
textarea{
	margin-top:15px;
	font-size:12px;
	width:600px;
	padding:5px;
	height:60px;
}
.tab{overflow:hidden;}
.tab li{background:#ccc; padding:5px 25px; float:left; margin-right:1px;}
.tab li.select{background:#eee;}
.content li{background:#eee; padding:20px;}
.hide {display:none;}

#tabs{
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: 10px;
/* 改修 */
	width:900px;
	margin:0 auto 30px;
	border:1px #333 solid;
}
.messagetab {
	color:#000000;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	position: fixed;
	bottom: 0;
	padding-top: 20px;
	height: 40px;
	width: 100%;
	z-index: 1000;
	background-color: rgba(215, 239, 214, 0.8);
}
#noscriptarea{
	background-color:#ffffff;
	display:block;
	width:100%;
	height:6000px;
	z-index:100;
	position: absolute;
	left: 0px;
	top: 0px;
}

#pdf{
	font-size:120%;
	margin-bottom:30px;
}

p.error{
	margin:15px 0;
	color:#ff0000;
}



.form_area td input[type="text"]{
padding:5px;border:1px #999 solid;
	font-size:110%;
width:150px;
}
.form_area td select{
padding:5px;border:1px #999 solid;
}
.form_area td input[type="text"].long{
	width:250px;
}
.form_area td input[type="text"].short{
	width:50px;
}

.form_area p{
	margin-top:10px;
}


#fullwrap #main .go_top{
	text-align:center;
	margin-top:50px;
}



/* ------------------------------------------------------------------ tablet CSS*/
@media screen and (max-width: 1100px) {
    
    
}

/* ------------------------------------------------------------------ SP CSS*/
@media screen and (max-width: 767px) {
    

/*テーブル*/
.form_area table{
	border-collapse:collapse;
	width:100%;
	margin:0 auto 0px;
	border-top:1px solid #7ed27a;
	border-bottom:1px solid #7ed27a;
	font-size:16px;
}

.form_area th{
	padding:15px 5px 10px 15px;
	background-color:#d7efd6;
/*	background-image:url(../img/icon_peal.gif);
	background-repeat:no-repeat;
	background-position:10px 13px;*/
	color:#007b3a;
	font-weight:bold;
	vertical-align:top;
	text-align:left;
	border-top:1px solid #7ed27a;
	width:280px;
}


.form_area th span{
	margin-left:10px;
	background-color:#ff0000;
	color:#fff;
	padding:3px 5px;
	font-weight:bold;
	font-size:60%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}




.form_area th img{
	vertical-align:middle;
	margin-left:5px;
}


.form_area td{
	border-top:1px solid #7ed27a;
	padding:10px;
}
.form_area td.line{
	background-image:url(../img/bk_line.gif);
	background-repeat:repeat-x;
	background-position:20px 15px;
	text-align:center;
}
.form_area td.ar_l{
	background-image:url(../img/arrow_l.gif);
	background-repeat:no-repeat;
	background-position:240px 9px;
	padding-right:35px;

}
.form_area td.ar_r{
	background-image:url(../img/arrow_r.gif);
	background-repeat:no-repeat;
	background-position:10px 9px;
	padding-left:60px;
}
.form_area td.no{
	text-align:center;
	font-size:12px;
	color:#007b3a;

}
.form_area td input{
	margin-right:5px;
	padding:3px;
}

.form_area td ul{
	zoom:1;
	overflow:hidden;
}

.form_area td li{
	width:auto;
	float:left;
	display:inline;
	margin-right:10px;
}

    

.corner{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#fff;
	border:1px #ccc solid;
	padding:10px;
	margin-bottom:30px;
}

.corner dt{
	color:#007b3a;
	margin-bottom:10px;
	font-weight:bold;

}

.corner .oth_txt{
	margin-top:15px;
	border:1px #ccc solid;
	width:500px;
	padding:5px;
}


/*テーブル*/
.form_area table{
	border-collapse:collapse;
	width:100%;
	margin:0 auto 0px;
	border-bottom:1px solid #7ed27a;
	font-size:16px;
}

.form_area th{
    display: block;
	padding:15px 5px 10px 15px;
	background-color:#d7efd6;
/*	background-image:url(../img/icon_peal.gif);
	background-repeat:no-repeat;
	background-position:10px 13px;*/
	color:#007b3a;
	font-weight:bold;
    font-size: 16px;
	vertical-align:top;
	text-align:left;
	border-top:1px solid #7ed27a;
    width: 94%;
}


.form_area th span{
	margin-left:10px;
	background-color:#ff0000;
	color:#fff;
	padding:3px 5px;
	font-size:60%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}




.form_area th img{
	vertical-align:middle;
	margin-left:5px;
}


.form_area td{
    display: block;
	border-top:1px solid #7ed27a;
	padding:10px;
    width: 94%;
}
.form_area td.line{
	background-image:url(../img/bk_line.gif);
	background-repeat:repeat-x;
	background-position:20px 15px;
	text-align:center;
}
.form_area td.ar_l{
	background-image:url(../img/arrow_l.gif);
	background-repeat:no-repeat;
	background-position:240px 9px;
	padding-right:35px;

}
.form_area td.ar_r{
	background-image:url(../img/arrow_r.gif);
	background-repeat:no-repeat;
	background-position:10px 9px;
	padding-left:60px;
}
.form_area td.no{
	text-align:center;
	font-size:12px;
	color:#007b3a;

}
.form_area td input{
	margin-right:5px;
	padding:3px;
}

.form_area td ul{
	zoom:1;
	overflow:hidden;
}

.form_area td li{
	width:auto;
	float:left;
	display:inline;
	margin-right:10px;
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    


.foot{
    width: 100%;
    height: 50px;
    background-color: #eee;
}


}
/* ------------------------------------------------------------------ END */



