@charset "utf-8";

/* ****************************************************
Title: .css
---------------------------------------------------------------------------- */
.sec01 .form{ background:#fff; padding:50px 0;}
.sec01 dl {
	width: 900px;
	padding:0 50px;
	margin: 0 auto 30px;
	padding-bottom:30px;
	border-bottom: solid 1px #ddd;
}

.sec01 dl.last{	
	margin: 0 auto;
	padding-bottom:0;
	border-bottom: none;
}

.sec01 dl dt {
	font-weight:bold;
	width:30%;
	padding-top:0.3em;
}

.sec01 dt em {
	padding-left: 0.5em;
}

.sec01 dl dd {
	width:70%;
}

.sec01 em {
	color:#C00;
}

.sec01 dd input {
	width: 430px;
	height:35px;
	font-size:1.2em;
	color:#333;
	padding-left: 0.5em;
}

:placeholder-shown {
    color: #ccc; }

:-webkit-input-placeholder {
    color: #ccc; }

:-moz-placeholder {
    color: #ccc; opacity: 1; }

:-moz-placeholder {
    color: #ccc; opacity: 1; }

:-ms-input-placeholder {
    color: #ccc; }


input[type=checkbox] {
  display: none;
}
.check_css {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.6em;
  vertical-align: middle;
  cursor: pointer;
}

.check_css:nth-child(1),
.check_css:nth-child(2) {
	margin-bottom: 0.5em;
}

.mr2 {
	margin-right:2em;
}

#text { width:480px;
padding: 0.5em;
background: #efefef;
font-size:80%;}

.btn_wrap {
	width: 640px;
margin: 50px auto 0;
}

.check_css:hover:after {
  border-color: #0171bd;
}
.check_css:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 6px;
  content: '';
}
.check_css:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #0171bd;
  border-bottom: 3px solid #0171bd;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .check_css:before {
  opacity: 1;
}
.sec01 textarea {
    width: 78%;
    height: 200px;
}
.desc {
	color:#0080C7;
}

.sec01 span.ERR {
	font-weight: bold;
	color:#F00;
}

.sec01 input.confirm {
	background-color: #3E8B2F;
	border: none;
	cursor: pointer;
	display: block;
	height: 70px;
	text-align:center;
	font-size:125%;
	color:#fff;
	width: 400px;
	margin: 0 auto 20px;
}

.sec01 input.confirm:hover {
	filter: alpha( opacity=70 );
	opacity:0.7;

}

.sec01 input.reset {
	background-color: #CCCCCC;
	border: none;
	cursor: pointer;
	display: block;
	height: 60px;
	text-align:center;
	font-size:125%;
	color:#fff;
	width: 200px;
	margin:0 auto;
}

.sec01 input.confirm:hover {
	filter: alpha( opacity=70 );
	opacity:0.7;

}

.submit {width:640px; margin:0 auto;}

.btn_wrap {
}

.sec01 input#submit {
	background-color: #0082C5;
	border: none;
	cursor: pointer;
	display: block;
	height: 70px;
	text-align:center;
	font-size:125%;
	color:#fff;
	width: 400px;
	float:right;
}

.sec01 input#submit:hover {
	filter: alpha( opacity=70 );
	opacity:0.7;
}
.sec01 input#back{
	background-color: #CCCCCC;
	border: none;
	cursor: pointer;
	display: block;
	height: 60px;
	text-align:center;
	font-size:125%;
	color:#fff;
	width: 200px;
	float:left;

}

.sec01 input#back:hover {
	filter: alpha( opacity=70 );
	opacity:0.7;

}

/* =============================
 .section2
==============================*/

@media screen and (max-width:767px){
#vas .vas_r h1{width: 40vw;}	
#contents .main_contents .logo span.txtc {font-size:140%;}
#contents .main_contents .bars {font-size:240%;}
#contents .main_contents .sol { width:100%;flex-wrap: wrap;}
#contents .main_contents .sol li {width:100%; text-align:center; font-size:150%; font-weight:bold; margin-bottom:5vw; }

/* =============================
 .section1
==============================*/
.sec01 {}

.sec01 .form{ background:#fff; padding:50px;}

.sec01 form {padding:0 1em;}
.sec01 form dl,
.sec01 form dt,
.sec01 form dd,
.sec01 form dd input {width:100%;}
.sec01 form dd input {padding-left:0;}

.sec01 textarea {width: 100%;}

.btn_wrap {padding-left: 0;width: 100%;}

.btn_wrap input.reset {float:none; width:100%; height:40px; margin-right:0;}
.btn_wrap input.confirm{float:none; width:100%; margin-bottom:0.5em;}

.sec01 input#submit{float:none; width:100%; margin-bottom:0.5em;}
.sec01 input#back {float:none; width:100%; height:40px;}

.submit {width:100%;}

input[type="submit"],
input[type="reset"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="reset"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}



.mr2 {margin-right: 0.5em;}




/* =============================
 .section2
==============================*/
.sec02 {}

.listWrap {	width:90%;
	margin: 0 auto;
}
}