@charset "utf-8";

button,input,select,textarea,option { font-size: .95rem; }

#formStep{
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}
ul#step1,ul#step2{
  display: flex;
  align-items: center;
  align-content: center;
  text-align: center;
  justify-content: space-around;
  position: relative;
  flex-wrap: wrap;
}
ul#step2{
  background-color: #fff;
  border: 2px solid #4083c0;
  height: 4.5em;
  position: relative;
  display:table;
  table-layout: fixed;
  width:100%;
  overflow: hidden;
  font-size: 90%;
  line-height: 1.4;
}
ul#step2 li{ display:table-cell; table-layout: fixed; position: relative; padding: 0 0.5em 0 1em; vertical-align: middle;}

ul#step2 li:last-child{  }
ul#step2 li:last-child:before,
ul#step2 li:last-child:after{
  display:none;
}
ul#step2 li:before,
ul#step2 li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
ul#step2 li:before{
  top:-.65em;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #ccc;
  border-width: 2.5em 0 2.5em 1em;
  z-index: 10;
}
ul#step2 li:after{
  top:-.65em;
  right:-.9em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 2.5em 0 2.5em 1em;
  z-index: 10;
}
ul#step2 li.act:before{ border-color: transparent transparent transparent #4083c0; }
ul#step2 li.act:after{ border-color: transparent transparent transparent #fff998; }
ul#step2 li.act.end:after{ border-color: transparent transparent transparent #ecf2f9; }

ul#step2 li.act{ background-color: #fff998; font-weight: bold; color: #4083c0; }
ul#step2 li.act.end{ font-weight: normal; color: #052b52; background-color: #ecf2f9; }

ul#step2 li > b{ background-color:#db2e4e; border-radius:20px; color:#fff; position:absolute; left:15px; top:3px; z-index:10; padding:0 7px; line-height:1.6; font-size:15px; }
ul#step2 li:first-child > b{ left:5px; }

#stepArr{
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-left: 52px;
  border-style: solid;
  border-width: 0 11px 11px 11px;
  border-color: transparent transparent #4083c0 transparent;
}
.s2 #stepArr{ margin-left: 175px; }
.s3 #stepArr{ margin-left: 300px; }
.s4 #stepArr{ margin-left: 425px; }
.s5 #stepArr{ margin-left: 550px; }
.s6 #stepArr{ margin-left: 676px; }


ul#step1:before,ul#step1:after{
  content: "";
  position: absolute;
  width: 850px;
  height: 4px;
  left: 75px;
  top: 14px;
  background-color: #ccc;
}
ul#step1:after{
  background-color: #a0c7eb;
  z-index: 1;
  width: 0;
}
.s2 ul#step1:after{ width: 130px; }
.s3 ul#step1:after{ width: 250px; }
.s4 ul#step1:after{ width: 370px; }
.s5 ul#step1:after{ width: 510px; }
.s6 ul#step1:after{ width: 600px; }
.s7 ul#step1:after{ width: 720px; }
.s8 ul#step1:after{ width: 850px; }

ul#step1 li{
  width: 12.5%;
  z-index: 2;
}
ul#step1 li > div{
  width: 32px;
  height: 32px;
  background-color: #fff;
  border: 2px solid #555;
  color: #555;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  position: relative;
}
ul#step1 li > p{
  margin-top: .5em;
  font-size: 80%;
  color: #555;
}

.s1 ul#step1 li:nth-child(1) > div,
.s2 ul#step1 li:nth-child(1) > div,
.s2 ul#step1 li:nth-child(2) > div,
.s3 ul#step1 li:nth-child(1) > div,
.s3 ul#step1 li:nth-child(2) > div,
.s3 ul#step1 li:nth-child(3) > div,
.s4 ul#step1 li:nth-child(1) > div,
.s4 ul#step1 li:nth-child(2) > div,
.s4 ul#step1 li:nth-child(3) > div,
.s4 ul#step1 li:nth-child(4) > div,
.s5 ul#step1 li:nth-child(1) > div,
.s5 ul#step1 li:nth-child(2) > div,
.s5 ul#step1 li:nth-child(3) > div,
.s5 ul#step1 li:nth-child(4) > div,
.s5 ul#step1 li:nth-child(5) > div,
.s6 ul#step1 li:nth-child(1) > div,
.s6 ul#step1 li:nth-child(2) > div,
.s6 ul#step1 li:nth-child(3) > div,
.s6 ul#step1 li:nth-child(4) > div,
.s6 ul#step1 li:nth-child(5) > div,
.s6 ul#step1 li:nth-child(6) > div,
.s7 ul#step1 li:nth-child(1) > div,
.s7 ul#step1 li:nth-child(2) > div,
.s7 ul#step1 li:nth-child(3) > div,
.s7 ul#step1 li:nth-child(4) > div,
.s7 ul#step1 li:nth-child(5) > div,
.s7 ul#step1 li:nth-child(6) > div,
.s7 ul#step1 li:nth-child(7) > div,
.s8 ul#step1 li:nth-child(1) > div,
.s8 ul#step1 li:nth-child(2) > div,
.s8 ul#step1 li:nth-child(3) > div,
.s8 ul#step1 li:nth-child(4) > div,
.s8 ul#step1 li:nth-child(5) > div,
.s8 ul#step1 li:nth-child(6) > div,
.s8 ul#step1 li:nth-child(7) > div,
.s8 ul#step1 li:nth-child(8) > div{ background-color: #4083c0; border-color: #4083c0; color: #fff; }
.s1 ul#step1 li:nth-child(1) > div,
.s2 ul#step1 li:nth-child(2) > div,
.s3 ul#step1 li:nth-child(3) > div,
.s4 ul#step1 li:nth-child(4) > div,
.s5 ul#step1 li:nth-child(5) > div,
.s6 ul#step1 li:nth-child(6) > div,
.s7 ul#step1 li:nth-child(7) > div,
.s8 ul#step1 li:nth-child(8) > div{ transform:scale(1.3); }

.s2 ul#step1 li:nth-child(1) > p{ color: #000; }
.s1 ul#step1 li:nth-child(1) > p,
.s2 ul#step1 li:nth-child(2) > p{ font-weight: bold; color: #4083c0; }



.f-block{ 
  width: 1000px;
  margin: 0 auto 50px;
  background-color: #fff;
  box-sizing: boder-box;
  padding: 40px 40px 1px;
  box-shadow:0 0 20px rgba(0,0,0,0.05);
}
.f-block.type4{ padding:0; border:2px solid #fff; } 
.content.type2 .f-block{ width: 100%;}
.f-block.type3{ padding:0; box-shadow:none; }
.f-block.wid{ width: 1160px; }
.f-block.error{ padding: 10px 40px; margin-bottom: 20px; box-shadow:none; background-color: #db2e4e; color: #fff; border-radius: 3px; text-align: center; font-weight: bold;}
.f-block.msg{ padding: 0; margin-bottom: 20px; box-shadow:none; background: none; color: #333;}

.f-block.type2{
  padding: 40px;
  margin: 0 auto 20px;
} 
.f-block h2{
  color: #084482;
  font-size: 120%;
  margin-bottom: .7em;
}
.f-block h2 b{ font-size: 140%; display: inline-block; top: 2px; position: relative; }
.f-block h2 span{ 
  display: inline-block;
  background-color: #4083c0;
  color: #fff;
  font-size: 65%;
  font-weight: normal;
  padding: 0.2em 1em;
  margin-left: .8em;
  top: -2px;
  position: relative;
}
.f-block h2 span.t2{
  font-size: 70%;
  border: 1px solid #db2e4e;
  background-color: #fff;
  color: #db2e4e;
   padding: 0.1em 1em 0.2em;
}
.f-block h2 span.t3{
  background: none;
  color: #555;
  padding: 0;
}




.calculate{
  background-color: #ecf2f9;
  padding: 15px;
  display: none;
}
.calculate > p:not(.emsg){ font-size: .8rem; margin-bottom: 5px; color: #225e94; }


.repair-box:not(:first-child){ display: none; }
#repair-b .repair-box:not(:first-child),#repair-c .repair-box:not(:first-child){ margin-top: 15px; }
#minus{ visibility: hidden; }

span#formTit{
  font-size: 100% !important;
  color: #333;
}
table.FormTable {
	border-collapse: 0;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	font-size: 100%;
	width: 100%;
}
table.FormTable th,table.FormTable td {
  padding: 15px 10px;
  vertical-align: middle;
  border-top: 1px solid #ccc;
  box-sizing: boder-box;
  text-align: left;
}
table.FormTable th.nob,table.FormTable td.nob{ border-top:none; } 
table.FormTable.bob{ border-bottom: 1px solid #ccc; } 

table.FormTable.wid tr > th,
table.FormTable.wid tr > td { width: 100%; display: block; }
table.FormTable.wid tr > td { padding:1.5em; }
table.FormTable th {
  font-weight: bold;
  min-width: 80px;
  width: 33%;
  padding-left: 0;
}
table.FormTable th .note { font-weight:normal; }
table.FormTable th.tit{
  width: 28%;
  padding-left: 0;
}
table.FormTable th.nno{ padding-left:1em; }
table.FormTable.wid th.tit{
  background-color: #333;
  color: #fff;
  font-size: 110%;
}
table.FormTable.wid th.tit > div{ width:auto; padding-left: 10px;}
table.FormTable.wid th.tit .num{ color:#333; width:60px; font-size:90% }
table.FormTable.wid th.tit .note{ color:#ccc }
table.FormTable th.tit.no{ opacity: 0.4; }
table.FormTable th.tit.nintei{
  background: url(/hyoka/images/nintei.png) no-repeat left .5em top calc(50% - 32px);
  background-size: 25px 25px;
}
table.FormTable th.tit.nintei.t2{ background-position:left .5em top calc(50% - 1.3em - 32px); }
table.FormTable th [name*="nintei"]{ color: #c53527 !important; }
table.FormTable th.point{
  padding: 15px 0;
  width: 40px;
  min-width: 40px;
  text-align: center;
  position: relative;
}
table.FormTable td {
  overflow: hidden;
  padding-right: 0;
}
table.FormTable th.point .fix{
  width: 40px !important;
}
table.FormTable th .fix > div,
table.FormTable th > div{ 
  display: table-cell;
  vertical-align: middle;
  width: 300px;
}

table.FormTable th.tit.nintei2 .fix{
  background: url(/hyoka/images/nintei.png) no-repeat left .5em bottom 32px;
  background-size: 25px 25px;
}

table.FormTable th .fix > div.num,
table.FormTable th > div.num{
  width: 55px;
}
table.FormTable th .fix > div.num p,
table.FormTable th > div.num p{
  background-color: #efefef;
  font-weight: normal;
  text-align: center;
  min-width: 2.9em;
  padding: .2em .5em;
  font-size: 90%;
  margin-right: .5em;
}

table.FormTable th.tit a.btn.imp{ width:220px; padding: 0 .5em; }

table.FormTable  table.phtable th{
  width: 25%;
  border-top: 1px dotted #aaa;
  padding: 10px 10px;
}
table.FormTable  table.phtable tr:first-child th,
table.FormTable  table.phtable tr:first-child td{
  border: none;
}
table.FormTable  table.phtable td{
  width: 75%;
  border-top: 1px dotted #aaa;
  padding: 10px 10px;
}
table.FormTable  table.phtable td img{
  max-width: 150px;
  height: auto;
  margin-bottom: 7px;
}
td.phtable img{ max-width: 200px; height: auto; }

table.phtable .img,.phtable .img{
  display: flex; align-items: center; margin-bottom: 5px;
}
table.phtable .img p,td.phtable .img p{ width:150px; text-align:center; margin-right:20px; }
td.phtable .img p{ width:200px; }
table.phtable .img a.imgdel,.phtable .img a.imgdel{ font-size:95% }

table.FormTable th.point input[type="text"]{ width: 100%; border: none; background-color: #fbfad2; margin-bottom: 3px; color: #4083c0; font-weight: bold; text-align: center; padding: 5px 5px; pointer-events: none; }
table.FormTable th.point input[type="text"]:focus{  background-color: #f6f1c9; }
table.FormTable th.point .fix > p,
table.FormTable th.point > p{ font-size: 80%; margin-top: 3px; font-weight: normal; }
table.FormTable td input[type="text"].par,
table.FormTable td input[type="text"].par:focus{ background-color: #fbfad2; border-color: #4083c0; text-align: center; pointer-events: none; font-size:120%; font-weight: bold; padding: 2px 10px; color:#4083c0; }
table.FormTable td input[type="text"].par.type2{ border-radius:0 5px 5px 0; border-left:none; }

table.FormTable .subTable{ width: 100%; }
table.FormTable .subTable th,
table.FormTable .subTable td{ width: auto; padding: 5px 10px; border: none; font-weight: normal;  }
table.FormTable .subTable#btn td{ padding-left: 0; }
table.FormTable .subTable th p.note{ padding: 0; }
table.FormTable .subTable tr.bor th,
table.FormTable .subTable tr.bor td{border-top: 1px dotted #666;}


table.FormTable td.w50 {
  width: 37.5%;
}
table.FormTable td h3{ font-size: 100%; margin-bottom: 10px; color: #4083c0; }
table.FormTable td h3.col1{ color:#084482; }
table.FormTable td h3 span:not(.note){ background-color: #084482; color: #fff; display: inline-block; padding: 1px 15px 2px; margin-bottom: 3px; margin-right: 10px; }
table.FormTable td h3 span.note{ font-weight:normal; }
table.FormTable .sub td,table.FormTable .sub th{ background-color: #f2f8fa; font-size: 90%; }
table.FormTable td h3.note{ color: #333; font-weight: normal; font-size: 90%;  margin-top: 1em; }
table.FormTable td h3.note span{ background: none; color: #084482; font-weight: 600; padding: 0; margin: 0;  }
table.FormTable.wid td h3{ color:#333; }

table.FormTable td .tit2{ text-align:center; padding:6px 0; color:#fff;background-color:#4083c0; }

table.FormTable .sub > td{ padding-right: 15px; }
table.FormTable .bor td,table.FormTable .bor th{ /* padding: 0; height: 10px; */ }
table.FormTable .bor td.nob{ padding: 0; height: 10px; }

table.FormTable .sub > .c1{ border-top: 3px solid #fff !important; }

table.FormTable .sub td h3{  color: #000;}
table.FormTable .sub td h3 span{ background-color: #777; }
table.FormTable td > span{}

table.FormTable td h4{ font-size: 90%; margin-bottom: 10px; font-weight: normal; position: relative; padding-left: 18px; }
table.FormTable td h4:before{ content: ""; position: absolute; left: 0; top: 50%; background-color: #052b52; width: 12px; height: 3px; }

table.FormTable th.MustItem {
  position: relative;
}
table.FormTable th.MustItem::before,
table.FormTable th.nini::before {
  content: "必須";
  display: block;
  right: 5px;
  top: 50%;
  margin-top: -13px;
  position: absolute;
  background-color: #fff5f5;
  border: 1px solid #ffbbbb;
  color: #eb1f35;
  font-weight: normal;
  font-size: 85%;
  padding: 1px 6px 3px;
}

table.FormTable th.nini {
  padding-right: 50px;
  position: relative;
}
table.FormTable th.help .fix,
table.FormTable th.help {
  padding-right: 34px;
  position: relative;
}
table.FormTable th.help.type2{ padding-right: 10px; }
table.FormTable th.help.type2 > div:nth-child(2){
  padding-right: 30px;
}
table.FormTable th.nini::before {
  content: "任意";
  background-color: #fff;
  border-color: #666;
  color: #666;
}
table.FormTable th.help .help {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: url(/hyoka/images/icon_help.png);
}
table.FormTable td.help{ position: relative; }
table.FormTable th.help .help:hover + .help_msg{ display: block; }
table.FormTable th.help .help + .help_msg{
  position: absolute;
  background: #59b521;
  color: #fff;
  font-size: 80%;
  font-weight: normal;
  padding: 1em 1em .7em;
  border-radius: 5px;
  box-shadow:0 0 10px rgba(0,0,0,0.2);
  width: 350px;
  left: 305px;
  top: 30%;
  z-index: 10;
  display: none;
  text-align: left;
}
table.FormTable th.help .help + .help_msg.sizeL{ width: 650px; }
table.FormTable th.help.type2 .help { right: 52px; }
table.FormTable th.help.tit .help + .help_msg { left: 257px; }
table.FormTable th.help .help_msg h3{
  font-size: 110%;
}
table.FormTable th.help .help_msg p{  margin-bottom: .3em; }

table.FormTable .point.help .help{ right: auto; left: -30px; }
table.FormTable th.help.point { padding-right: 0; }
table.FormTable th.help.point .help + .help_msg{
  left: 0;
  
}

table.FormTable td span.txt,
.inputForm td span.txt{ display: inline-block; margin: 0 .5em; color: #333;}

input,button,textarea,select,option {
	background-color: #fff;
	border-radius: 3px;
}

.inputForm{ margin-bottom: 30px; }
.inputForm input[type="text"],
.inputForm input[type="number"],
.inputForm textarea {
	outline: none;
	border: 2px solid #ddd;
	transition: all .3s;
	padding: 5px 10px;
}
.inputForm textarea {  }


.inputForm input[type="text"]#search1_word,
.inputForm input[type="text"]#search2_word,
.inputForm input[type="text"]#search4_word
{ padding: 5px 10px; }

.inputForm input[type="text"]:not(:readonly):focus,
.inputForm textarea:focus {
	background-color: #f8f5db;
	border-color: #00a24c;
}
input[type="checkbox"] {
	display: none;
}
input[type="checkbox"] + label {
	position: relative;
	display: inline-block;
	padding: .3rem 1em .4rem 2.2em;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #f2f2f2;
	text-align: left;
	box-shadow: 0 2px #bbb;
}
input[type="checkbox"] + label::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 10px;
	width: 14px;
	height: 14px;
	margin-top: -9px;
	background: #fff;
	border: 2px solid #ccc;
}
input[type="checkbox"]:checked + label{ background-color: #fff; }
input[type="checkbox"]:checked + label::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 14px;
	margin-top: -8px;
	width: 13px;
	height: 5px;
	border-left: 4px solid #4083c0;
	border-bottom: 4px solid #4083c0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
input[type="checkbox"].type2 + label {
	font-size: 85%;
	padding: .2rem 1em .3rem 2.5em;
	font-weight: normal;
}
input[type="checkbox"].type2:checked + label::after {
	top: 50%;
	left: 14px;
	border-left: 4px solid #59b521;
	border-bottom: 4px solid #59b521;
}

input[type="checkbox"].off:checked + label::before { display:none; }
input[type="checkbox"].off + label { padding-left:1.5em !important; cursor:default; }
input[type="checkbox"].off:checked + label::after { top: 55% !important; left: 3px !important; }


.public{ margin-top:.3em; }
.public input[type="radio"] + label{
  border: 2px solid #999;
  padding: .2rem 1em .4rem 2.2em;
  color: #777;
  box-shadow: 0 2px #777;
  font-weight: bold;
  font-size: 95%;
  background-color: #f2f2f2;
}
.public input[type="radio"]:first-child + label{ border-radius: 30px 0 0 30px; border-right:none; }
.public input[type="radio"] + label:last-child{ border-radius:  0 30px 30px 0; }
.public input[type="radio"]:first-child:checked + label {
  background-color: #fff;
  border-color: #00a34e;
  color: #00a34e;
  box-shadow: 0 2px #007d3c;
}
.public input[type="radio"]:checked + label:last-child {
  color: #333;
}
.public input[type="radio"]:first-child + label::after { background-color:#00a34e; }


.FormTable th input[type="checkbox"] + label,
input[type="checkbox"].file + label {
  border: 2px solid #4083c0;
  padding: .2rem 1em .3rem 2.2em;
  color: #084482;
  background-color: #f3f8fc;
  box-shadow: 0 2px #225e94;
  font-weight: bold;
  border-radius: 30px;
  font-size: 100%;
}
input[type="checkbox"].file + label{ border-radius:5px; font-size: 110%; display:block; padding: .4rem 1em .5rem 2.2em; color:#000; }
.FormTable th input[type="checkbox"]:checked + label,
input[type="checkbox"].file:checked + label {
  background-color: #fff;
  border-color: #00a34e;
  color: #00a34e;
  box-shadow: 0 2px #007d3c;
}
.FormTable th input[type="checkbox"] + label::before,
input[type="checkbox"].file + label::before { border-color:#999; }

input[type="checkbox"].file2 + label {
  border: none;
  padding: .2rem 1em .3rem 2.2em;
  color: #084482;
  background: none;
  box-shadow: none;
  font-weight: bold;
  border-radius: 0;
  font-size: 100%;
}
input[type="checkbox"].file2:checked + label { color:#00a34e !important; }
input[type="checkbox"].file2 + label.red {color: #db2e4e;}



input[type="radio"] {
	display: none;
}
input[type="radio"] + label {
	position: relative;
	display: inline-block;
	padding: .3rem 1em .4rem 2.2em;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #f2f2f2;
	text-align: left;
	box-shadow: 0 2px #bbb;
}
input[type="radio"] + label::before,
input[type="radio"] + label::after {
	position: absolute;
	content: '';
	top: 50%;
	border-radius: 100%;
	-webkit-transition: all .2s;
	transition: all .2s;
}
input[type="radio"] + label::before {
	left: 10px;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #fff;
	border: 2px solid #ccc;
}
input[type="radio"] + label:hover::before {
	background: #fff;
}
input[type="radio"] + label::after {
	opacity: 0;
	left: 14px;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	background: #4083c0;
	-webkit-transform: scale(2);
	transform: scale(2);
}
input[type="radio"]:checked + label{
  background-color: #fff;
}
input[type="radio"]:checked + label::before {
	background: #fff;
}
input[type="radio"]:checked + label::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
input[type="radio"]:disabled + label{ opacity: .5; }
input[type="radio"]:disabled + label:hover{ cursor: default; }

ul.checkbox > li{
  float: left;
  margin-right: 20px;
}
ul.checkbox li ul.checkbox{
  padding-left: 2em;
  padding-bottom: .5em;
  font-size: 90%;
}
ul.checkbox li ul.checkbox input[type="checkbox"] + label,
ul.checkbox li ul.checkbox input[type="radio"] + label {
  padding-left: 2.6em;
}
ul.checkbox li ul.checkbox li ul.checkbox input[type="checkbox"] + label,
ul.checkbox li ul.checkbox li ul.checkbox input[type="radio"] + label {
  padding-left: 3em;
}
ul.checkbox.type2{ 
  
}
ul.checkbox.type2 > li{
  float: none;
  margin-right: 0;
  margin-bottom: 8px;
}
ul.checkbox.s label{ font-size: 95%; }
ul.checkbox.hyoka label{ width: 100%; }


ul.checkbox + ul.checkbox.other,
ul.checkbox + .other ul.checkbox{
  padding-bottom: .5em;
  font-size: 90%;
  margin-top: 10px;
}

ul.category{
  margin-bottom: 10px;
}
ul.category li{
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.inline {
    height: 1px;
    overflow: hidden;
    width: 1px;
}

.colorArea {
    background-color: #fff;
    color: #333;
    padding: 50px;
    font-size: 120%;
    text-align: left;
}
.colorArea h3.tit{

}

select {
	text-align: left;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
select::-ms-expand {
    display: none;
}
.cp_ipselect {
	text-align: left;
	position: relative;
	border: 2px solid #ddd;
	background: #fff;
	border-radius: 3px;
	display: inline-block;
}
.cp_ipselect:before {
	position: absolute;
	top: 50%;
	right: 0.5em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #99aec6;
	pointer-events: none;
	margin-top: -3px;
	z-index: 2;
}

.cp_ipselect.cp_sl01 select {
	width: 100%;
}


.cp_ipselect.cp_sl01 {
	float: none;
	margin-right: 0;
}

select {
	padding: 4px 20px 4px 5px;
}
select option {
    color: #333;
}

.form-type2 .cp_ipselect{ border-color: #ed8600; }
#option_type{ display: none; }

#teikei{ display: flex; justify-content: flex-end; margin-bottom: 10px; }
#teikei li{ margin: 0 4px; }
#teikei li p.btn{ background: #4fc031;
    box-shadow: 0 3px 0 0 #30781d;
    color: #fff;
    display: block;
    font-size: 80%;
    font-weight: bold;
    padding: 6px 12px;
    border: none;
    transition: all 0.3s ease;
    margin: 0 auto;
    border-radius: 3px;
    max-width: 300px; }
#teikei li p.btn:hover{ background: #30781d;
  cursor: pointer;
  text-decoration: none; }
#teikei li p.sen{ display: none; }

button.form_btn {
    background-color: #888;
    border-style: none;
    color: #fff;
    padding: 8px 10px;
    text-align: center;
    font-size: 90%;
    margin-top: 5px;
    float: left;
    transition: all .4s;
}
button.form_btn:hover{
  cursor: pointer;
  background-color: #15bf1e;
}

.inputForm .error input[type="text"],
.inputForm .error input[type="number"],
.inputForm .error textarea{
  background-color: #ffedf0;
  border-color: #db2e4e;
}
p.emsg{ margin-bottom: 8px; }
p.emsg.no{ display: none; }
p.emsg span {
	padding: .5em 1em;
	background-color: #db2e4e;
	color: #fff;
	display: inline-block;
	font-size: 80% !important;
	position: relative;
	border-radius: 3px;
}
p.emsg span:after,
p.emsg span:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 15px;
	border: solid transparent;
}
p.emsg span:after {
	margin-left: 1px;
	border-top-color: #db2e4e;
	border-width: 5px;
}
p.emsg span:before {
	border-top-color: #db2e4e;
	border-width: 6px;
}

#form_privacy {
    border: 3px solid #ddd;
    padding: 15px 15px 15px 15px;
    text-align: left;
    margin: 10px 0 30px;
}

#form_privacy_in {
    background-color: #fff;
    font-size: 95%;
    height: 250px;
    overflow: auto;
    padding: 10px 20px;
    margin-bottom: 10px;
}
#form_privacy h2{ margin: 15px 0 0; font-size: 110%; }
#form_privacy h3{ margin: 10px 0 0;}
#form_privacy table.com th,#form_privacy table.com td { 
padding: 10px 15px; }

.attention{ background-color:#ffde00; padding:3px 3px 3px 30px; font-size:90%; position:relative; margin-bottom:10px; }
.attention.btn{ border-radius:8px; box-shadow:0 3px 0 #d6b700; position:relative; }
.attention.btn a{ position:absolute; left:0; top:0; width:100%; height:100%; z-index:5; background:rgba(255, 255, 255, 0); transition:.3s; }
.attention.btn a.nwin:before{ content:""; width:13px; height:13px; right:12px; top:12px; position:absolute; z-index:2; background:url(../images/icon_newwin.png) no-repeat; }
.attention.btn a:hover{ background:rgba(255, 255, 255, .4); }
.tit-area .attention .atinner{ background-color:#fff; }
.attention.yoko{ width:68%; float:right; padding:30px 3px 3px 3px; margin-bottom:0; }
.attention.yoko .atinner{ background-position:10px 1.5em; padding:.8em 1em .8em 70px; }
.atinner{ background: url(../images/icon_attention.png) no-repeat 20px center #f5f4e2; padding:1.3em 1em 1.3em 90px; }
.atinner > h3{ font-size:140%; }
.atinner.big{ font-size:120%; font-weight:bold; }
.atinner ul{ font-weight:bold; }
.a_arrow{ display: flex; flex-direction: column; justify-content: center; align-items: center; position:absolute; left:10px; top:50%; transform:translateY(-20px); }
.a_arrow b{ 
  position: absolute;
  left: 0; top: 0;
  border-top: 10px solid rgba(0,0,0,0.7);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent; 
  animation: amove 2.4s infinite;
  opacity: 0; }
.a_arrow b:nth-child(2) { animation-delay: .6s !important;}
.a_arrow b:nth-child(3) { animation-delay: 1.2s !important;}
.a_arrow b:nth-child(4) { animation-delay: 1.8s !important;}
.attention.yoko .a_arrow{ top:10px; left:55px; transform:translateY(0); }
.attention.yoko .a_arrow b{
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 10px solid rgba(0,0,0,0.7);
  animation: amove-yoko 2.4s infinite;
  opacity: 0;
}
.manual_area{ background-color:#00bfd6; padding:3px 3px 3px 30px; font-size:90%; position:relative; margin-bottom:10px; }
.manual_area .atinner{ background: url(../images/icon_manual.png) no-repeat 20px center #e2f5f5; padding:1.3em 1em 1.3em 90px; }
.manual_area .atinner a{ color:#084482; font-size:120%; font-weight:bold; text-decoration:underline; display:block; }
.manual_area .atinner a:hover{ text-decoration:none; }
.manual_area .a_arrow b{  border-top: 10px solid rgba(255,255,255,1); }
.manual_area.type2{ padding-left:3px; } 
.manual_area.type2 .atinner{ padding:2em 1em 2em 90px; }

.thanks-box{ width:700px; margin:3em auto 1em; }
.thanks-box h4{ background-color:#f2f8fa; color: #084482; padding:.3em 1em; margin-bottom:.5em; }
.thanks-box p,.thanks-box ul{ font-size:90%; }

@keyframes amove {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(40px);
  }
}
@keyframes amove-yoko {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(-50px);
  }
}


.morearea{ display:none; }
.morearea{ margin:0 auto 10px; padding: 1em 1em .6em; font-size:90%; background-color:#faf8f4; border-radius:0 0 5px 5px;  }
.morearea h3{ line-height:1.3; margin-bottom:5px; }
.morearea .cap{ background-color:#fff; padding: 1em; border-radius:5px; border:1px solid #ddd; font-size:90%; }
.indent1{ padding-left:1.2em; text-indent:-1.2em;  }
.indent2{ padding-left:2em; text-indent:-2em;  }
.morelink{ text-align:right; }
label .morelink{ float:right;  }
.morelink:after{ clear:both; }
.morelink a{ color:#084482; text-decoration:underline; font-size:90%; display:inline-block; position:relative; transition: .3s; padding-left:22px; }
.morelink a:hover{ text-decoration:none; color:#4083c0; }
.morelink a:before{}
.morelink a:before, .morelink a::after {
  content: "";
  left: 0px;
  top: 50%;
  width: 15px;
  height: 3px;
  display: block;
  background: #73c63a;
  position: absolute;
  top: 50%;
  transition: .3s;
  pointer-events: none;
}
.morelink a::after { transform:rotate(90deg); }
.morelink.close a:before, .morelink.close a::after { width: 19px; left: -2px; }
.morelink.close a:before{ transform:rotate(45deg); }
.morelink.close a:after{ transform:rotate(-45deg); }
.morearea .morelink { margin-top:5px; }
.morearea .morelink a{ font-size:100%; }

.bunsu-area { display:flex; align-items:center; margin-bottom:5px; }
.bunsu-area > .txt{ margin:0 1em !important; }
.bunsu{ position:relative; padding:0 10px; }
.bunsu:before{ content:""; top:50%; left:0; position:absolute; height:1px; width:100%; background-color:#999; } 
.bunsu > div:first-child{ margin-bottom:1em; }
.bunsu input{ text-align:center; }
.bunsu-text{ font-size:85%; position:relative; display:inline-block; text-align: center; padding:0 10px; line-height:2; }
.bunsu-text:before{ content: ""; position: absolute; top: 50%; left: 0; width:100%; height:1px; background-color:#999; }


.buttons {
    margin: 15px auto;
    min-width: 330px;
    text-align: center;
}
.buttons input[type="submit"],.buttons input[type="button"],.buttons a {
    background: #4fc031;
    box-shadow: 0 4px 0 0 #30781d;
    color: #fff;
    display: block;
    font-size: 120%;
    font-weight: bold;
    padding: 20px 100px;
    border: none;
    transition: all 0.3s ease;
    margin: 0 auto;
    border-radius: 10px;
    max-width: 300px;
}
.buttons input[type="button"] { padding: 10px 30px 12px; min-width: 250px; }
.buttons input[type="submit"]:hover,.buttons input[type="button"]:hover,.buttons a:hover{
  background: #ed8600;
  box-shadow: 0 4px 0 0 #9e5900;
  cursor: pointer;
  text-decoration: none;
}
.harfBox{ text-align: center; margin-top: 20px; }
.harfBox .buttons { display: inline-block; margin-left: 10px; margin-right: 10px; }
.harfBox .buttons.black a{ background: #555; box-shadow: 0 4px 0 0 #222; }
.harfBox .buttons.black a:hover{ background: #888; }

.t-inner{ background-color: #f3f6fa; padding: 20px; }

p#mailText {
    font-size: 150% !important;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 5px;
    clear: both;
    line-height: 1.3;
}

a.cboxElement:hover{
  text-decoration: none;
}
#category_name:hover {
  cursor: pointer;
}

#re_tutorial,.kekka-img{ display:none; }
#modal-tutorial {  }
#tutorial3,#tutorial2,#tutorial1,#tutorial4{ display:none; }
#modal-tutorial .modal_content{ max-width:1100px; padding: 0 0 40px; width: 100%; overflow-y:auto; text-align:center; border-radius:5px; }
#modal-tutorial h2{ margin-bottom:20px; padding: 10px; color:#fff; background: #00a34e; font-size:140%; display:flex; justify-content:center; align-items:center; gap:.5em; }
#modal-tutorial h2 b{ background-color:#fff; color:#00a34e; font-size:80%; padding:0 1em; }
#modal-tutorial .tutorial-in{ padding:0 40px; }
#modal-tutorial .tuto-msg{ padding:2em 1em 1em; background-color: #e8f8f0; }
#modal-tutorial .tuto-msg h3{ font-size:130%; }
#modal-tutorial .tuto-msg p{ margin-bottom:1em; }

#modal-tutorial .kekka,.evidence{ text-align:center; margin:10px 0 20px; padding: 10px; border:2px solid #00a34e; }
#modal-tutorial .kekka b{ font-size:160%; display:block; color: #00a34e; border-top:dotted 1px #999; margin-top:5px; }
.evidence b{ font-size:160%; color: #00a34e; display:inline-block; margin:0 .3em; }
#modal-tutorial .kekka b span{ font-size:75%; }
#modal-tutorial h4.q{ text-align:left; font-size:110%; margin:0 auto 10px;  }
#modal-tutorial h4.q b{ color:#00a34e; }
#modal-tutorial h4.q .note{ font-weight:normal; }
#modal-tutorial .bgg{ background-color: #e8f8f0; padding:15px; margin:10px auto 0; text-align:left; }
#modal-tutorial .bgg.min{ width:60%; padding:15px 10%; }
#modal-tutorial .emsg{ display:none; }
#modal-tutorial .fig{ text-align:center; }
#modal-tutorial .fig + .note{ display:block; margin-top:.5em; text-align:center; }
.tutorial3-in{ display:flex; justify-content:space-around; gap:1em; }
.tutorial3-in .fig{ width:44%; margin-top:10px; }

#tuto3-err{ border:#db2e4e 4px solid; padding:30px; margin-top:20px; display:none; }
#tuto3-err h4{ color:#db2e4e; font-size:120%; line-height:1.5; margin-bottom:10px; }
#tuto3-err .atesaki{ background-color:#f0f0f0; padding:20px; margin-top:20px;  }
#tuto3-err .atesaki a{ color:#00a34e; font-size:120%; font-weight:bold; } 
#tuto3-err .atesaki a:hover{ text-decoration:underline; }
.tuto-pw{ margin-top:20px; }
.tuto-pw .pw-inp{ display:flex; align-items:center; justify-content:center; gap:1em; }
.tuto-pw input[type="text"]{ width:10em; padding: 7px 10px; }

ul.checkbox.type2 > li.bgg { position:relative; }
ul.checkbox.type2 > li.bgg p,ul.checkbox.type2 > li.bgg .other2{ position:relative; }
ul.checkbox.type2 > li.bgg:before { position:absolute; content:""; background:#e8f8f0; padding:10px; left:-10px; top:-10px; display:block; z-index:0; width:100%; height:100%; }

#ev-num{ margin-bottom:30px; }
#ev-bg{ background-color: #f2f8fa; padding:10px 20px; margin-bottom:10px; }
#ev-bg b{ color:#084482; font-size:140%; }

#modal-tutorial .btnArea{ margin:2em auto 0; }
#modal-tutorial a.next{height:50px; line-height:50px; font-size: 1.1rem; width: 300px; }
#modal-tutorial a.prev{ height:50px; line-height:50px; font-size: 1.1rem; width: 200px; position: relative; background: #555; box-shadow: 0 3px #333;}
#modal-tutorial a.close{ height:50px; line-height:50px; font-size: 1.1rem; width: 200px; position: relative; background: #222; box-shadow: 0 3px #000;}
#modal-tutorial a.close:before, #modal-tutorial a.close::after {
  content: "";
  left: 10px;
  top: 50%;
  width: 24px;
  height: 2px;
  display: block;
  background: #00a34e;
  position: absolute;
  top: 50%;
  transition: .3s;
  pointer-events: none;
}
#modal-tutorial a.close:before{ transform:rotate(45deg); }
#modal-tutorial a.close:after{ transform:rotate(-45deg); }
#modal-tutorial a.prev:hover{ background-color:#333; }
.select-cont{ display:none; }

#inquiry_contents, #address,#position,#e-mail_address,#insurer,#option,#com_name,#com_address { width: 96% !important; }
input.wid{  }
.inp200 { width: 200px !important; }
.inp145 { width: 145px !important; }
.inp90 { width: 90px !important; }
.inp70 { width: 70px !important; }
.inp40 { width: 40px !important; }

.harfBox .btnStyle1,.harfBox .btnStyle1 a{
  min-width: 230px;
}


p.note span{
  
}
.fred{ color: #db2e4e !important; }

.f-block.thanks{ padding: 80px 50px; margin-top: 50px; }


input::placeholder {
   color: #888;
}
input:focus::placeholder { color: white; }

.file-area{ border-radius: 3px; padding: 10px; border: 2px solid #a0c7eb; /*background-color: #f3f7fb;*/ overflow: hidden; }
.file-area.t2{ border-color: #ced7de; background-color: #f6f8fa; }
.file-area input{ background: none; width: calc(100% - 200px); }
.file-area a.btn.del,.file-area a.btn.upload { float: right; height: 26px; line-height: 26px; }
.file-area a.del-icon{  position:relative; width:33px; height: 20px; display: none;}
.file-area a.del-icon:before,.file-area a.del-icon:after{
  content: "";
  position: absolute;
  left: 10px;
  top: 3px;
  width: 3px;
  height: 24px;
  background-color: #db2e4e;
  transform: rotate(45deg);
}
.file-area a.del-icon:after{ transform: rotate(-45deg); }
.file-area + .msg{ display:none; }
.f-block.wid table.FormTable th.tit { width: 35%; }

p.req{ background-color:#fde8ec; padding:.8em 1em; margin-bottom:.8em; }
.t2 p.req{ background-color:#efefef; padding:.3em 1em; font-size:95%; }
p.req b{ color:#fff; margin-right:.8em;  background:#db2e4e; padding:0 .6em; }
table.FormTable td.t2 h3 span:not(.note) { background-color:#4083c0; }


.flexbox1{ display: inline-block; }
.flexbox1 .inner{ display: flex; }
.flexbox1 .inner p.note{ padding-top: 0; display:block; }

#m1-2-y{ display:none; }

textarea[name="comment"]{ height: 16em; }
.textareaDiv {
 position: relative;
}
.textareaDiv #placeholderDiv {
 position: absolute;
 top: 10px;
 left: 10px;
 font-size: 90%;
 color: #777;
 pointer-events: none;
}
.textareaDiv #placeholderDiv.none {
 display: none;
}

.other,.other2{ margin-top: 8px; display: none; }
.other_block{ visibility: hidden; transition: all 0.5s ease; display: inline-block; opacity:0;   }
.other_block.on{  visibility:visible; opacity:1; }
.inputForm input[readonly="readonly"]{ pointer-events : none; color: #084482; border-color: #084482; background-color: #e6eef6; font-size: 110%; font-weight: bold; padding: 10px 10px; margin-top: 5px; }
.readonly{ pointer-events : none; }
.inputForm input[type="text"][readonly]{ background-color:#efefef; }

.box1{ width: 30%; float: left;}
.box2 li{ width: 48%; }
.box3 li{ width: 30%; }
.box3 li:nth-child(n + 4){ margin-top: 10px; }
.box1 li label,.box2 li label,.box3 li label{ width: 100%; }
.box3-1 label{ width: 30% !important; }
.box2-1 label{ width: 50% !important; }

.h2-2-tit > th{ vertical-align: top !important; }
table.FormTable .h2-2-tit th.help .help { top: 5em; }
table.FormTable .h2-2-tit th.help .help + .help_msg{ top: 10px; }
table.FormTable .h2-2-tit th.help{ padding-right: 0; }
table.FormTable .h2-2-tit th.help .fix{ z-index: 10; padding-top: 4.2em; }
table.FormTable .h2-2-tit > th .fix{ padding-top: 20px;  width: 255px;}
table.FormTable .h2-2-tit.fixed > th .fix{ position: fixed; top: 0; }



.manualink { overflow:hidden;  margin-bottom:10px; }
.manualink a{ float:right; display:block; width:171px; height:29px; background:url(../images/link_manual.png) no-repeat; text-indent:-999em; transition:.3s; }
.manualink a:hover{ opacity: 0.7; }

.note-box{ border:1px solid #ccc; padding:2px; }
.note-box h2{ background-color:#3d82bb; color:#fff; font-size:100%; padding:.3em 1em; }
.note-box > div{ padding:.6em 1em 1em; }
.note-box p.ntext{ font-size:85%; color:#555; margin-top:7px; padding-left:1em; position:relative; }
.note-box p.ntext:before{content: "※"; position: absolute; top: 0; left: 0;}

h2.h2-file{ width:1000px; margin:0 auto; background-color:#3d82bb; color:#fff; font-size: 1.3rem; padding:.3em 1em; margin-bottom:1.5em; letter-spacing:0.05em; }
h2.h2-file.col2{ background:#f47e00; }
h2.h2-file b{ font-size:130%; }
h2.h2-file span{ font-weight:normal; font-size:80%; display:inline-block; margin-left:1em; letter-spacing:0; }
.f-block.file{  padding: 0; margin-bottom: 40px;  }
.f-block.file.cap{ border:3px solid #db2e4e; color:#db2e4e; background-color:#faeaed; text-align:center; font-size:135%; font-weight:bold; padding:1.5em .5em; width:1200px; box-sizing:border-box; max-width:100%; min-width:1000px; }
.f-block.file.cap p{  }
.f-block.file.cap p.note{ padding-top:0;  } 
h3.h3-file{ background-color:#555;color:#fff; font-size:130%; padding:1% 4%; letter-spacing:0.05em; }
.tit-area{ background-color:#e8f8f0; padding:2% 4%; } 
.tit-area.col1{ background-color:#fff5ea; }
.tit-area.flex{ display:flex; align-items:center; justify-content:space-between; gap:15px; }
.tit-area.flex p.red{ width:55%; font-size:85%; line-height:1.4; }
.tit-area.flex p.red b{ font-size:150%; }
.tit-area p.tag{ background-color:#00a34e; color:#fff; border-radius:3px; padding:0 1em; display:inline-block; font-weight:bold; line-height:1.8; letter-spacing:0.05em; margin-right:.6em; }
.tit-area p.tag.col1{ background-color:#f47e00; }
.tit-area h2{ color:#000; font-size:185%; margin:.1em 0 0; }
.tit-area h2.gray{ color:#999 !important; }
.tit-area h2.discont{ position:relative; color:#555 !important; display:inline-block; }
.tit-area h2.discont:before{ content: ""; position:absolute; left: 50%; top:50%; transform:translate(-50%,-50%) rotate(-7deg); width:120px; height:60px; background:url(../images/discont.png) no-repeat center center; background-size:contain; }
.tit-area h2 span{ background:none; color:#000; display:inline; padding:0; margin:0; font-size: 75%; font-weight:bold; vertical-align:bottom; }
.tit-area p.note{ font-size:90% !important; padding-top:0; }
.file-cont .tit-area{ background:none; padding:1% 0; }
.file-cont .tit-area h2{  }
.file-cont .tit-area.border{ border-top:1px solid #ccc; margin-top:2em; padding-top:1em; }

.file-cont{ width:92%; margin:0 auto; padding:2em 0; }
h3.blue{ color:#084482; }
.cap-box{ border:1px solid #333; padding:1em; }
.file-cont .inputIcon { left: 3em; }
.file-cont .dropArea { font-size:115%; }
.file-cont h3.nini{ background-color:#555; color:#fff; padding:.2em 1em; font-size:110%; }

.tabarea,.subarea{  width:92%; margin:0 auto; padding:1em 0 2em; border-radius:10px; margin-bottom:2em; }
.tabradio{ display:flex; width:92%; margin:.6em auto 0; gap:1em; position: relative;}
.tabradio li{ width:50%; }
.tabradio li.note{ position:absolute; right:0; top:105%; text-align:right; color:#333; font-size:80%; }
.tabradio li.note span{ color:#00a34e; }
.tabradio input[type="radio"] + label { display:flex; height:100%; align-items:center; justify-content:center; text-align:center; font-size:110%; padding: .6rem 1em .6em 2.2em; border:3px solid #aaa; border-radius:10px; background-color:#fff; }
.tabradio input[type="radio"]:checked + label { border-color:#4083c0; font-weight:bold; }
.tabradio input[type="radio"] + label::before { border-color:#aaa; }
.tabarea .titUpFile .upFileWrap { width:750px; }
.tab-cont{ padding:2em 0 0; display:none; }
.tab-cont > h3,.subarea > h3{ display:flex; align-items:center; margin-bottom:.8em; }
.tab-cont h3 a.down,a.down.formdown{ font-size:90%; background-color:#fff; border:2px solid #084482; border-radius: 30px;}
a.down.formdown{ font-size:16px; margin-left:.8em; vertical-align:middle; }

.subarea{ padding:0 0 1%; border:1px solid #4083c0; overflow:hidden; margin-bottom:0; }
.subarea .subarea-in{ background-color:#ecf2f9; padding:3% 3.3% 0; }
.subarea .subarea-in h3{ font-size:150%; margin-bottom: .5em; }
.subarea .subarea-in2{ padding:3% 0; }
.subarea .subarea-in2 > .tit-area,
.subarea .subarea-in2 > .upFileWrap,
.subarea .subarea-in2 > input[type="checkbox"].file2 + label{ margin-left:3.3%; margin-right:3.3%; }
.subarea h3 a.down { font-size:65%; }
.subarea .dropArea{ }
.subarea .off .upFileWrap{ width:860px; }
.subarea .titUpFile{ padding-right:2.5%; }
.subarea .titUpFile .upFileWrap { width:780px; }

.tabradio .state{ display:flex; justify-content:center; font-size:80%; margin-top:8px; font-weight:normal; gap:8px; }
.tabradio .state p{ position:relative; display:flex; justify-content:center; align-items: center; background-color:#efefef; padding:3px 0; width:30%; border-radius:5px; }
.tabradio .state p:after{ content:"―"; margin-left:4px; font-size:120%; }
.tabradio .state p.on:after{ content:"〇"; color:#00a34e; font-size:150%; font-weight:900; }
.tabradio .state p.off:after{ content:"×"; font-size:150%; font-weight:900; }


ul.taishin li{ display:flex; }
ul.taishin li p.arr{ width:16em; position:relative; margin-right:1em; }
ul.taishin li p.arr:after{ content:"⇒"; font-size:120%; right: 0; position: absolute; color:#00a34e; font-weight:bold; }
ul.taishin li p.new{ font-weight:bold; font-size:130%; text-decoration:underline; }
ul.taishin li p.new:before{ display:none; }
.tit-area .input{ position:relative; padding-left:5.2em; }
.tit-area .input:before{ width:3.5em; position:absolute; display: block; left:0; top:50%; transform:translateY(-50%); font-size:110%;  }
.tit-area .input.hissu:before{ content:"必 須"; border:2px solid #db2e4e; color:#db2e4e; background-color:#fff; border-radius:3px; text-align:center; font-weight:bold; }
.tit-area .input.nini:before{ content:"任 意"; border:2px solid #777; color:#777; background-color:#fff; border-radius:3px; text-align:center; font-weight:bold; }

input[type="checkbox"][name="i2-1-1[]"] + label,
input[type="checkbox"][name="i2-2-1[]"] + label,
input[type="checkbox"][name="i2-3-1[]"] + label,
input[type="radio"][name="s2-2"] + label{ width: 15em; }
input[type="radio"][name="i1-10"] + label,
input[type="checkbox"][name="i3-3"] + label,
input[name="k1-1-1[]"] + label,
input[name="k1-2"] + label,
input[type="radio"][name="i4-1"] + label,
input[type="radio"][name="k5-1"] + label,
input[name="k6-1-2-c"] + label{ width: 20em; }
input[name="k5-1-2-r"] + label,
input[type="radio"][name="i2-4"] + label,
input[type="radio"][name="i3-5"] + label{ width: 28em; }




