@charset "Shift_JIS";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
img{
	border:0;
	vertical-align:middle;
}
body {
	font-family:Arial, Helvetica, sans-serif, "Times New Roman", Times, serif, "?l?r ?o?S?V?b?N", Osaka, "?q???M?m?p?S Pro W3";
	font-size:16px;
	line-height:1.4;
	text-align: center;
}



p { line-height:1.6;}

ul,li{
	list-style: none;
}
.pc { display:block; }
.sp { display:none; }

.mt10 {margin-top:10px; }
.mt30 {margin-top:30px; }
.mb100 {margin-bottom:100px; }
.tac { text-align: center; }

@media only screen and (max-width: 750px) {
body { font-size:4vw;}
input,
textarea,
select,
option {
	font-size:100%;
}
.pc { display:none; }
.sp { display:block; }

#ui-datepicker-div {
	left:50px!important;
	width:70%;
}

}


/* ?????N ----------------------------------------------------------------- */
a:link, a:visited, a:hover {
    color: #a0072b;
    text-decoration: none;
    border-bottom: #a0072b 1px dashed;
}
a.link:before {
content: "";
display: inline-block;
width: 0;
height: 0;
left: 10px;
top: 10px;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
padding-left:.3em;
}
body.mice a:before{ border-left: 5px solid #a0072b; }


body.mice a.link { border-bottom:1px dotted #a0072b; color:#a0072b;}
/* ?S?I ----------------------------------------------------------------- */
.wrap{
	width:1000px;
	margin: 15px auto;
	background: #fff;
	padding-top: 20px;
}
#formarea{
	text-align: left;
}
body.mice h1
{
	font-size:25px!important;
	text-align:center;
	margin: 0 0 10px;
	padding: 7px;
}
.red,
sup{ color:#f00;}

@media only screen and (max-width: 750px) {
.wrap{
	width:90%;
	margin: 15px auto;
	background: #fff;
	padding-top: 20px;
}
#formarea{
	width: 100%;
	margin:auto;
}

body.mice h1{
	font-size:4vw!important;
	text-align:center;
	margin: 0 0 30px!important;
	padding: 7px;
	line-height:1.4;
}
}

/*table--------------------------*/
table.main,
table.sub,
table.sub2 {
	width:1000px;
	border-collapse: collapse ;
}
table.main th {
	width:240px;
	background-color:#eee;
	border:#ccc 1px solid;
	padding:1em 1em;
	text-align:left;
	vertical-align:top;
}
table.main td {
	padding:.5em 1em;
	border:#ccc 1px solid;
}
#formarea caption {
	padding:1em;
	border:#ccc 1px solid;
	border-bottom:none;
	color:#fff;
	text-align:left;
	font-weight:bold;
}
.tcc-m #formarea caption {
	background-color:#aa002b;
}
.mice #formarea caption,
body#mice p.mice{
	background-color:#a0072b;
}
p.mice {
    padding:.5em 0 .5em 1em!important;
    text-align: left;
    }
th s,
td s {
	font-size:85%;
	font-weight:normal;
	text-decoration:none;
}
caption span.r::after,
th span.r::after {
	content:"Required";
	background-color:#000;
	color:#fff;
	font-size:80%;
	padding:.2em .3em;
	display:inline-block;
	margin-left:1em;
}

th span.rs::after {
	content:"Required";
	background-color:#000;
	color:#fff;
	font-size:80%;
	padding:.2em .3em;
	display:inline-block;
	margin-left:1em;
}
div.qtype {
	display:block;
	width:300px;
	height:30px;
	margin:auto;
}
ul.qtype li,
td ul li {
	float:left;
	margin-right:2em;
	line-height:1.6;
}
td ul li:last-child {
	margin-left:0em;
}
td ul li:last-child,
td ul::after {
  content: "";
  display: block;
  clear: both;
}
table.sub td,
table.sub2 td {
	border:#ccc 1px solid;
	padding:.5em 1em;
}

.mice table.sub td.s1,
.mice table.sub td.s2,
.mice table.sub td.s3,
.mice table.sub td.s4 {
	background-color:#deedd6;
}
table.sub td.s1 { width:20%!important; }
table.sub td.s2 { width:50%!important; }
table.sub td.s3 { width:15%!important; }
table.sub td.s4 { width:15%!important; }

table.sub2 td:nth-child(1) { width:40%!important;}
table.sub2 td:nth-child(2) { width:20%!important;}
table.sub2 td:nth-child(3) { width:20%!important;}
table.sub2 td:nth-child(4) { width:20%!important;}


td ul#soufu li,
td ul.anq li{
	height:40px;
}
td ul#soufu li input,
td ul#anq li{
	margin-top:11px;
}
td ul#soufu li:nth-of-type(3) input{
	margin-top:3px;
}
td ul.contact li {
	float:none;
	margin-left:1em;
}
td ul#anq li:nth-of-type(5) {
	margin-left:0;
}

td ul#anq li:nth-of-type(7):before{
  content: "";
  display: block;
  clear: both;
}

@media only screen and (max-width: 750px) {
table.main,
table.sub,
table.sub2 {
	width:100%;
	margin-top:1em;
	border-collapse: collapse ;
	border-bottom:#ccc 1px solid;
}

table.main th,
table.main td,
table.sub td,
table.sub ht,
table.sub2 th,
table.sub2 td {
	display:block;
	width:100%!important;
	border-bottom:none;
	position: relative;
}

table.sub tr:nth-child(2n) {
	background-color:#e5eefc;
}
table.sub td.s1,
table.sub td.s2,
table.sub td.s3,
table.sub td.s4 {display:none;}

thead {display:none;}
table.sub2 td:nth-child(1) { display:none;}
table.sub2 td:nth-child(2) {
	display:block;
	width:100%!important;
	border-bottom:none;
}

table.sub2 td:nth-child(3),
table.sub2 td:nth-child(4){
	display:inline-block;
	width:50%!important;
	border-bottom:none;
}
table.sub2 td:nth-child(3) {
	border-right:none;
}
table.sub2 tr:nth-child(2n) {
	background-color:#e5eefc;
}


table.sub td:before,
table.sub2 td:before {
	content: attr(aria-label);
}


td span {
	font-size:80%;
}


td ul li {
	float:none;
	display:block;
	margin-left:0em;
	line-height:1.6;
}

td ul#soufu li,
td ul.anq li{
	height:20px;
	margin-bottom:20px;
}
td ul.anq {
	margin:20px 0;
	}
}



input,select {
	margin:5px 0;
	font-size:15px;
	padding:.3em;
}

input, select, textarea {
		font-family:Arial, Helvetica, sans-serif, "Times New Roman", Times, serif, "?l?r ?o?S?V?b?N", Osaka, "?q???M?m?p?S Pro W3";
}

input[type=text], textarea {
	padding:.3em;
	font-size:15px;
}

input[type=radio]:after {
  content: '';
}

input[type=submit],
input[type=reset] {
	width:150px;
}

@media only screen and (max-width: 750px) {
input[type=text], textarea {
	padding:.3em;
	font-size:20px;
}
	
}

/*???s*/
ul.attention{
	margin-left: 1.0em;
	clear: both;
	font-size: small;
	color: red;
	}
ul.attention li{	
	text-indent: -1.0em;
	}
ul.attention li { margin-top: 0;margin-top: expression((this.parentNode.firstChild ==this)?'8px':'0');}
ul.attention li:first-child { margin-top: 8px;}

.btmbtn{ text-align: center; margin: 15px 0 100px}
address{
	border-top: 1px solid #d4d4d4;
	padding-top: 5px;
	margin-top: 1em;
	font-size: x-small;
	font-style: normal;
	text-align:right;
}

textarea {
	display: block;
	width: 90%;
}
.m1 { ime-mode: disabled; } /*?p?????u????[?h*/
.m2 { ime-mode: active; } /*?u?{?e?u????[?h*/

.w10 { width:10%; }
.w20 { width:20%; }
.w30 { width:30%; }
.w40 { width:40%; }
.w50 { width:50%; }
.w60 { width:60%; }
.w70 { width:70%; }
.w80 { width:80%; }
.w90 { width:90%; }
.w100 { width:100%; }

@media only screen and (max-width: 750px) {
.w10 { width:20%; }
.w20 { width:30%; }
.w30 { width:70%; }
.w40 { width:70%; }
.w50 { width:70%; }
.w60 { width:70%; }
.w70 { width:80%; }
.w80 { width:80%; }
.w90 { width:100%; }
.w100 { width:100%; }
.s20 { width:20%; }
.s30 { width:30%; }


.number1 .w50 { width:20%; }
}
ol {
	display:block;
	margin-top:.5em;
}
ol li {
	display:inline-block;
	float:left;
	margin-left:.5em;
	height:30px;
	vertical-align:baseline;
}
ol.none li {
	display:block;
	clear:both;
	margin-left:.5em;
	height:30px;
	vertical-align:baseline;
}

ol.none::after {
  content: "";
  display: block;
  clear: both;
}
*/


/*----------?G???[?E?m?F?E?R?1?y?[?W--------*/
.page2 p{ text-align: center; margin-bottom: 1em;}


div.main,
div.sub {
	width:1000px;
	margin:auto auto 20px;
	border:none!important;
	display:flex;
flex-wrap:wrap; 

}
div.main div{
	width:300px;
	float:left;
	background-color:#eee;
	border-top:#ccc 1px solid;
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
	text-align:left;
	padding:.3em 1em;
}
div.main > div:nth-of-type(2n) {
	width:700px;
	background-color:#fff;
	border-left:none;
	float:left;
}

div.main p,
div.sub p{
	color:#fff;
	width:100%;
}
p.mice { background-color:#a0072b; }


div.main::after,
div.sub::after {
  content: "";
  display: block;
  clear: both;
}
div.main > div:nth-last-child(2){
	border-bottom:#ccc 1px solid;
}

div.main > div:last-child,
.end {
	border-bottom:#ccc 1px solid;
}
div.sub > div {
	padding:.3em 1em;
	border-top:#ccc 1px solid;
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
}

div.sub > div.a {
	background-color:#eee;
	width:600px;
	float:left;
	text-align:left;
}
div.sub > div.b ,
div.sub > div.c {
	width:200px;
	float:left;
	border-left:none;
}



@media only screen and (max-width: 750px) {
div.main,
div.sub {
	width:95%;
	margin:auto auto 20px;
	border:none!important;
}

div.main div,
div.sub div{
	width:100%;
	float:none;
	background-color:#eee;
	border-top:#ccc 1px solid;
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
	text-align:left;
}
div.main > div:nth-of-type(2n) {
	width:100%;
	background-color:#fff;
	border-left:#ccc 1px solid;
	float:none;
}
div.main > div:nth-last-child(2){
	border-bottom:none;
}

div.tccm {
	background-color:#e5eefc!important;
}

div.sub > div.a {
	width:100%!important;
	background-color:#eee;
}

div.sub > div.b ,
div.sub > div.c{
	width:50%;
	background-color:#fff;
	float:left;
}
div.sub > div.b {
		border-left:#ccc 1px solid;
}

}

.formError .formErrorContent {
    width: 100%;
    background: #fff;
    position: relative;
    color: #a0072b;
    min-width: 100px;
    font-size: 11px;
    border: 2px solid #ddd;
    box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    -o-box-shadow: 0 0 6px #000;
    padding: 4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
}
.formError .formErrorArrow div {
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    box-shadow: 0 2px 3px #444;
    -moz-box-shadow: 0 2px 3px #444;
    -webkit-box-shadow: 0 2px 3px #444;
    -o-box-shadow: 0 2px 3px #444;
    font-size: 0px;
    height: 1px;
    background: #fff;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    display: block;
}