@charset "utf-8";
/* CSS Document */

tml, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	font-family: Verdana, Helvetica, Sans-Serif;	
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	color:#332b25;
	box-sizing: border-box;
}

body {
    margin: 0px !important;
    padding: 0px !important;
    font-size: 16px;
    line-height: 180%;
    background-color: #ffffff;
	color:#313131;
 overflow: hidden;
	background-image: url(/images/common/bg.gif);
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}
a {
  color: #2F2F2F;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
	text-decoration: none;
}
a:hover { opacity: .7; }
a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.both{
	clear:both;
}
img {vertical-align: bottom;}

#wrap {background:#FFF;width:100%;max-width:800px;margin:0 auto;padding:3%;}
header {background:#1e4eab;padding:10px;width:100%;max-width:800px;margin:0 auto;}
header img {width:140px;}
.copy {background:#1e4eab;padding:3px;width:100%;max-width:800px;margin:0 auto;text-align: center;font-size:0.8em;color:#FFF;}
h1,h2 {text-align: center;font-size:26px;font-weight: bold;color:#1e4eab;}
h2 {
margin-bottom: 30px;
font-size: 1.9em;
margin-top: .5em;
}
p {font-size:16px;margin-bottom: 10px;}


.contactList {
    width:100%;
    margin: 30px auto;
}
.contactList dl dt span {
    padding: 4px 6px;
    margin-left: 8px;
    color: #FFF;
    font-weight: bold;
    font-size: 0.8em;
    background: #e7666b;
    border-radius: 3px;
    line-height: 0.8em;
}
.contactList dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.contactList dl:first-child dt {
    border-top: 1px solid #8fc9eb;
}
.contactList dl dt {
    padding: 16px 0 16px 5px;
    background: #e6f9ff;
    color: #3f2408;
    line-height: 1.6em;
    width: 30%;
    margin-right: 24px;
    border-bottom: 1px solid #8fc9eb;box-sizing: border-box;
}
.contactList dl:first-child dd {
    /*border-top: 1px solid #ededed;*/
}
.contactList dl dd {
    padding: 15px 0 24px 0;
    width:65%;
    line-height: 1.6em;
    border-bottom: 1px solid #8fc9eb; box-sizing: border-box;
}
.contactList input.mail {
    width: 80%;
}
.contactList input[type="text"], .contactList input[type="tel"], .contactList input[type="email"], .contactList textarea {
    border: 0;
    padding: 10px;
    font-size: 1.3em;
    border: solid 1px #ccc;
    border-radius: 5px;
}
 textarea {
    margin: 0;
    padding: 0;
    background: none;
    border: solid #E5E5E5 1px;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.contactList2 h3 {font-size:1.4em;font-weight:bold;}
.a_img img {width:100%;max-width:200px;vertical-align: bottom;}



table.answer {
	width:100%;
	border-right:#3EB1C6 solid 1px;
	border-collapse: collapse;
	margin-bottom: 40px;
}
table.answer thead th {
	vertical-align: middle;
	background:#3EB1C6;
	color:#FFF;
	/*padding:2%;*/
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
	text-align: center;font-weight: bold;
}
table.answer thead th:last-child {
	border-right:#3EB1C6 solid 1px;
}
table.answer tbody th {
	background:#3EB1C6;
	color:#FFF;
	padding:10px 15px;
	border-bottom:#FFF solid 1px;
	vertical-align:top;
}
table.answer tbody tr:last-child th {
	border-bottom:#3EB1C6 solid 1px;
}
table.answer tbody td {
	background:#FFF;
	padding:2px 10px;
	border-left:#3EB1C6 solid 1px;
	border-bottom:#3EB1C6 solid 1px;
	vertical-align:middle;
	text-align: center;
	width:25%;font-size:1.2em;
	word-break : break-all;
}
table.answer tbody td.q_title {width:10%;}
table.answer tbody td.a_img {
	word-wrap: break-word;
	width:30%;
	/*height: 69px;*/
    text-align: center;
    /*font-weight: bold;*/
}

.contactList2 h3 {margin-top: 20px;font-size:1.6em;}

h4 {color:rgba(255,76,79,1.00);margin-top: 80px;}

@media screen and (max-width: 640px) {
.contactList dl {
    display: block
}
.contactList dl:first-child dt {
    border-top: 1px solid #3EB1C6;
}
.contactList dl dt {
	border-top: 1px solid #8fc9eb;
	display: block;
    width: 100%;
    margin-right: 0;
}
.contactList dl:first-child dd {
   /*border-top: 1px solid #ededed;*/
}
.contactList dl dd {
    display: block;
    width: 100%;
    margin-right: 0;
}
.contactList dl dd:last-child {
    border-bottom: none;
}
table.answer tbody td {
	padding:3px;
    font-size:1em;
	width:18%;
}
table.answer tbody td.judge {
	width: 15%;
	text-align: left;
}
	table.answer tbody td.q_title {width:12%;}
	input[type="radio"] {
	text-align: left;
    margin: 0 5px 0 7px;
		/*display: block;margin: 0 auto;*/}
}
table.answer_new tbody td.a_img {
	padding: 6px;
}
table.answer_new tbody td.a_img img {
	text-align: center;
	vertical-align: bottom;
}
.info_question .greeting {
    line-height: 1.5em;
}

.deadline {
    color: #d73033;
    display: block;
    font-size: .7em;
    padding: 10px 0;
}
ul.question_list li .deadline {
    padding: 0;
    height: 20px;
    line-height: 20px;
}

.top_link {text-align: center;margin-top: 20px;}


.bt_area img {margin:auto 5px;}
.conf {margin-top: -2em !important;}

.info_question {
    margin-top: 20px;
}
.question_list_wrap {
	width: 100%; 
	margin: 40px auto;
	padding-top: 20px;
	border-radius:4px;
	border: solid 1px #aba8a8;
	border-top: solid 4px #1e4eab;
}
.info_question .question_list_wrap h3 {
	margin-bottom: 0;
	padding-bottom: .5em;
}
.question_list li {	
	background: url(images/question_icon.png) no-repeat;
	background-size: 1.2em;
	text-indent: 2.3em;
	/*padding: 10px 0;*/
	background-position: .8em .6em;
	font-size: 1.2em;
	border-bottom: solid 1px #ccc;
}
.question_list li a {
	display: block;
	background: url(images/2018_arrow1.png) no-repeat;
    background-position: 95% center;
    background-size: 8px;
	padding: 10px 0;
}
.question_list li a:hover {
	opacity: .7;
	background: url(images/2018_arrow1.png) #f6f7f8 no-repeat;
	background-position: 95% center;
    background-size: 8px;
}

.question_list li:last-child {
	border-bottom: none;
}

.info_question h3 {
	font-weight: bold;
	margin-bottom: 1em;
	border-bottom: solid 1px #cccccc;
	/*padding-bottom: .5em;*/
    text-align: center;
	font-size: 1.3em;
}
.backtop {
	padding: 20px 0;
	width:100%;
	max-width:800px;
	margin:0 auto;
	text-align: center;
	font-size:0.8em;
	background: #ffffff;
}
.backtop a {
	display: inline-block;
	border-radius: 4px;
	border: solid 1px #c9c6c6;
    border-bottom: solid 2px #c9c6c6;
	min-width: 280px;
	padding: 10px 5px;
	margin-bottom: 30px;
	background: url(images/2018_arrow1.png) #f6f7f8 no-repeat;
    background-position: 95% center;
    background-size: 10px;
	font-size: 1.1em;
}
table.answer thead th.bdrn,
table.answer thead td.bdrn {
	border-right: none;
}

/*送信完了ページ*/
.info_question .txt.thanks {
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 40px;
	margin-top: 40px;
	text-align: center;
}
.info_question.thanks {
	margin-bottom: 50px;
}
.sp_none {display:none;}

.question_ttl {
    background: url(images/question_icon.png) no-repeat;
    background-size: 1.2em;
    /* padding: 6px 0; */
    background-position: 1px 0;
    display: inline-block;
    text-indent: 1.6em;
    font-weight: bold;
}

table.answer_new {
    width: 100%;
    border-right: #3EB1C6 solid 1px;
	border-top: #3EB1C6 solid 1px;
    border-collapse: collapse;
    margin-bottom: 40px;
}

table.answer_new tbody td {
    background: #FFF;
   /* padding: 10px 10px;*/
    border-bottom: #3EB1C6 solid 1px;
	border-right: #3EB1C6 solid 1px;
    vertical-align: middle;
    text-align: center;
    width: 34%;
    font-size: 1.2em;
	/*height: 60px;*/
	word-break : break-all;
}

/*table.answer_new tbody td.judge {
	width: 10%;
}*/

table.answer_new th {
    vertical-align: middle;
    background: #3EB1C6;
    color: #FFF;
    padding: 2% 0;
    border-right: #FFF solid 1px;
    border-bottom: #FFF solid 1px;
    text-align: center;
	font-size: .95em;
}

 table.answer_new th:nth-last-child(3) {
    border-bottom: solid 1px #3EB1C6;
    border-right: none;
}
table.answer_new.confirm th {
	width: 20%;
}
table.confirm th:nth-last-child(3) {
    border-bottom: solid 1px #3EB1C6 !important;
    border-right: none;
}
span.a_txt {
    text-align: left;
    display: inline-block;
}



/*チェックボックススタイル*/



.Checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}

.Checkbox + label {
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
  cursor: pointer;
}

.Checkbox + label:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1em;
  height: 1em;
  margin: auto;
  border: 1px solid #767676;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-size: contain;
}

.Checkbox:focus + label:before {
  border-color: #1589ee;
  box-shadow: 0 0 5px #1589ee;
}

.Checkbox:checked + label:before {
  border: 0;
  background-image: url("images/checkbox_on.jpg");
}


.Checkbox:disabled,
.Checkbox + label[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

.Checkbox.check01 + label:before {
  bottom:1.1em;
}









/*
.checkbox01-input{
  display: none;
}
.checkbox01-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}

.checkbox01-input:checked + .checkbox01-parts{
  color: #009a9a;
  font-weight: bold;
}

.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #3eb1c6;
  border-right: 3px solid #3eb1c6;
}
@media screen and (max-width: 320px) {
.checkbox01-input{
  display: block;
	}
.checkbox01-parts {
  display: none
 }
.checkbox01-parts_mb {
display: block;		
}
}*/
