@charset "utf-8";

/* ****************************************************
Title: copy.css
---------------------------------------------------------------------------- */

section .bar {width:273px; margin: 0 auto 20px;}
.atten {padding: 1em; font-size:90%; box-sizing:border-box; background:#eee; margin-top:15px;}


/*
.sc1
------------*/

.nini{
	box-sizing:border-box;
	padding:30px;
	background:#f5f5f5;
}

.sc1 dl {
	width: 100%;
	padding:0 0 10px;
	margin: 0 auto 30px;
}

.sc1 dl.last{
	margin: 0 auto 30px;
}


.nini dl {
	margin: 0 auto 10px;
}




.sc1 dl dt {
	font-weight:bold;
	padding-top:0.3em;
	margin-top: 30px;
}

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

.sc1 dl dd {
}

.sc1 em {
	color:#C00;
}

.sc1 dd input {
	width: 100%;
	height:35px;
	font-size:1.2em;
	color:#333;
	padding-left: 0.5em;
	box-sizing: border-box;
}

.sc1 dd input[type=radio]  {
	width: 15px;
	height:15px;;
	color:#333;
	padding-left: 0.5em;
	margin-right: 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%;}

.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;
}
.sc1 textarea {
    width: 100%;
    height: 280px;
	font-size:1.2em;
	padding-left: 0.5em;
	ox-sizing: border-box;
}
.desc {
	color:#0080C7;
}

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

.sc1 input.confirm {
	background-color: rgba(131, 182, 56, 1);
	border: none;
	cursor: pointer;
	display: block;
	height: 70px;
	text-align:center;
	font-size:125%;
	color:#fff;
	width: 400px;
	margin: 0 auto 20px;
}

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

}

.sc1 input.reset {
	background-color: #CCCCCC;
	border: none;
	cursor: pointer;
	display: block;
	height: 30px;
	text-align:center;
	font-size:110%;
	color:#fff;
	width: 170px;
	margin: 0 auto;
}

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

}

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



.sc1 input#submit {
	background-color: rgba(131, 182, 56, 1);
	border: none;
	cursor: pointer;
	display: block;
	height: 70px;
	text-align:center;
	font-size:125%;
	color:#fff;
	width: 400px;
	float:left;
}

.sc1 input#submit:hover {
	filter: alpha( opacity=70 );
	opacity:0.7;
}
.sc1 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;
	margin-right:40px;

}

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

}

@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
==============================*/
.sc1 {}

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

.sc1 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;}

.sc1 input#submit{float:none; width:100%; margin-bottom:0.5em;}
.sc1 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;
}