@charset "utf-8";
table th, table td {
  text-align: left;
}
table td{
	background:none !important;
	border-right:none !important;
}
table th{
	color:#333 !important;
	text-align:left !important;
}
.any {
  border: 1px solid #000;
  border-radius: 3px;
  padding:3px 8px 2px;
  margin-right: 5px;
}
.required {
  border: 1px solid #d23c28;
  border-radius: 3px;
  padding:3px 8px 2px;
  margin-right: 5px;
  color: #d23c28;
}
.txtRed {
  font-size: 13px;
}
.note {
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}
.note02{
  display: inline;
  font-size: 13px;
}
.indent {padding-left: 4rem;}
.errorTxt {
	display: block;
	color: #d23c28;
	background: url(/common/img/ico_error.png) no-repeat 0 0;
	padding: 1px 0 2px 28px;
}
.tbl02 input {
	margin-bottom: 10px;
}
.bg01 {
	/*background: #fff0f0;*/
	background: #f1c5c5;
}
.bg01::-webkit-input-placeholder {
	color: #000;
}
.input-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  width: 480px;
}
.input-list li {
	display: flex;
	align-items: center;
  margin-right: 30px;
  justify-content: space-between;
  box-sizing: border-box;
  width: 50%;
}
.input-list li:last-child {
  margin-right: 0;
}
.input-list li input {
	margin-left: 12px;
}
input.sizeL {
  width: 480px;
}
input.sizeM {
  width: 226px;
}
input.sizeS {
  width: 180px;
}
.input-list li label {
    width: 18%;
    /*text-align: right;*/
}
.input-list li input {
    width: 82%;
}
.note-list li {
  text-indent: -15px;
  padding-left: 15px;
}
.note-tit {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}
.table02 {
  width: 100%;
}
.tbl02 {
  margin-top: -22px;
  max-width: 1000px;
}
.tbl02 th.w100 {
  width: 100%;
  max-width: 1000px;
}
.tbl02 tr.colspan td {
  padding: 40px 0 40px 0;
  border-top: 1px solid #c8d0d8;
  border-bottom: 1px solid #c8d0d8;
}
.tbl02 textarea.bg01 {
  margin-bottom: 10px;
}
.btn-list {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-list li {
  padding: 0 10px;
}
.btn-list a {
  color: #225180;
  border: 1px solid #144678;
  width: 140px;
  display: block;
  text-align: center;
  border-radius: 28px;
  font-size: 16px;
  padding: 14px 0;
  text-decoration: none;
}
.btn-list li:last-child a {
  border: 1px solid #144678;
  background: #144678;
  color: #fff;
  font-size: 18px;
  width: 380px;
}
#thanks .detail a {
  margin: 0 auto;
}
.tbl02 .text {
  padding: 7px 0 0;
  display: block;
}
.center-box {
  text-align: center;
}
.borderN { border: none!important; }
.list-col02 li {
  margin-bottom: 20px;
}
.list-col02.list_txt li a {
  background: #002878;
  color: #fff!important;
}
.list-col02.list_txt .detail a::after {
    background: url(/common/img/ico_detail-white.png) no-repeat 0 0;
}
.radio-list, .checkbox-list, .checkbox-list2, .checkbox-list3 {
  display: flex;
  flex-wrap: wrap;
}
.radio-list li {
  padding-right: 3vw;
  padding-top: 5px;
  padding-bottom: 5px;
  box-sizing: border-box;
  line-height: 45px;
}
_:-ms-lang(x)::-ms-backdrop, .radio-list li {
  padding-right: 30px;
}
.checkbox-list li {
  width: 25%;
  padding: 5px 0;
  box-sizing: border-box;
  line-height: 45px;
}
li.wide{
  width: auto;
  display: flex;
}
li.wide label {
  width: 150px;
}
.checkbox-list2 li {
  width: 50%;
  padding: 5px 0;
  box-sizing: border-box;
  line-height: 45px;
}
.checkbox-list3 li {
  width: 100%;
  padding: 5px 0;
  box-sizing: border-box;
  line-height: 45px;
}
.tbl02 {
  margin-top: 0;
}
.tbl02 th {
  background: #c0dbe7;
  width: auto;
  font-size: 16px;
  padding: 20px 46px 20px 10px;
}
.tbl03 th, .tbl03 td {
  width: auto;
}
.tbl03 th {
  padding: 20px 46px 20px 10px;
}
th.question {
  padding: 10px;
  font-size: 14px;
  font-weight: normal;
}
th.nowrap{
  white-space: nowrap;
}
th.vb {
  vertical-align: bottom;
}
.tbl03 td {
  padding: 10px;
}
.tbl03 tr.base td {
  vertical-align: bottom;
}
.tbl03 td input[type="radio"] + label span {
  margin: 0 5px 0 0;
}
.tbl-col2 .td-box .col .custom-select {
  background: #fff url(/common/img/arr_blue08.jpg) no-repeat right 0!important;
  padding: 0;
  height: 100px;
  width: 56%;
}
.tbl-col2 .custom-select:after {
  height: 100px;
  background: none;
}
.w50 {width: 50px;}
.w80 {width: 80px;}
.w100 {width: 100px;}
.pb0 {padding-bottom: 0;}
th .required {
  top: 25%;
}
.tbl02 th .any, .tbl02 th .required{
  top: 17px;
  right: 5px;
}
.custom-select select {color: #000!important;}

/** IE hack **/
_:-ms-lang(x)::-ms-backdrop, .radio-list,
_:-ms-lang(x)::-ms-backdrop, .checkbox-list,
_:-ms-lang(x)::-ms-backdrop, .checkbox-list2 {
  max-width: 980px;
}
_:-ms-lang(x)::-ms-backdrop, .tbl05 .checkbox-list3,
_:-ms-lang(x)::-ms-backdrop, .tbl05 .radio-list {
  max-width: 730px;
}
@media only screen and (max-width: 1000px) {
  .input-list li {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .fontS .note {
    font-size: 14px;
  }
  .fontL .note {
    font-size: 18px;
  }
  .fontL .input-list li input {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .input-list {
    width: auto;
    display: block;
  }
  .input-list:after {
    content:" ";
    display:block;
    clear:both;
  }

  .input-list:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  input.sizeS,
  input.sizeM,
  input.sizeL {
    width: 100%;
  }
  .input-list li {
    margin-right: 0;
    padding: 0!important;
    width: 48%;
    justify-content: space-between;
    float: left;
  }
  .input-list li:last-child {
    float: right;
  }
  .input-list li label {
    width: 21%;
    text-align: left;
  }
  .input-list li input {
    width: 79%;
    margin-left: 0;
  }
  .tbl02 td {
    padding: 15px 0 15px 0
  }
  .btn-list {
    display: block;
  }
  .btn-list.col-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .btn-list.col-reverse li:last-child a {
    margin-bottom: 10px;
  }
  .btn-list li a {
    margin: 0 auto 10px;
    padding: 10px 0;
  }
  .btn-list li:last-child a {
    width: 280px;
    margin-bottom: 0;
    display: block;
    font-size: 16px;
  }
  .tbl02 tr:last-child td {
    padding: 20px 0;
  }
  .center-box {
    text-align: left;
  }
  _:-ms-lang(x)::-ms-backdrop, .radio-list,
  _:-ms-lang(x)::-ms-backdrop, .checkbox-list,
  _:-ms-lang(x)::-ms-backdrop, .checkbox-list2,
  _:-ms-lang(x)::-ms-backdrop, .checkbox-list3 {
    display: block;
    width: 100%;
  }
  _:-ms-lang(x)::-ms-backdrop, li.wide label {
    width: 110px;
  }
  _:-ms-lang(x)::-ms-backdrop, #q2_1text,
  _:-ms-lang(x)::-ms-backdrop, #q3_1text,
  _:-ms-lang(x)::-ms-backdrop, #q3_2text,
  _:-ms-lang(x)::-ms-backdrop, #q3_4text1,
  _:-ms-lang(x)::-ms-backdrop, #q3_4text2,
  _:-ms-lang(x)::-ms-backdrop, #q3_5text {
    width: 200px;
  }
}

.tbl04{
  width: 100%;
  border-collapse: collapse;
}
.tbl04 th{
  background: #c0dbe7;
  width: auto;
  font-size: 16px;
  padding: 20px 10px;
  border-bottom: 1px dashed #c8d0d8;
  vertical-align: top;
}
.tbl04 th.center{
  text-align: center;
  vertical-align: middle;
}
.tbl04 th.middle{
  vertical-align: middle;
}
.tbl04 th.grey{
  padding: 10px;
  background: #ecf0f6;
}
.tbl04 td{
  padding: 20px 10px;
  border-bottom: 1px dashed #c8d0d8;
}
.tbl04 th.w170{
  width: 170px;
}
.tbl04 input[type="text"] {
  width: 100%;
  border: 1px solid #e0e4ea;
  border-radius: 3px;
  height: 45px;
  box-shadow: 1px 1px #b1b4b8;
  box-sizing: border-box;
  padding: 4px 15px;
}
.group1 span, .group1 .custom-select{
  display: inline-block;
  vertical-align: middle;
}
.checkbox-list__fix1 li{
  width: 50%;
}
.checkbox-list__fix2 li:last-child{
  clear: both;
  width: 75%;
}
.f_bold{
  font-weight: bold;
}
.group2{
  display: flex;
  align-items: center;
}
.group2 span{
  width: 90px;
  display: block;
}
.tbl04 .group2 input[type="text"]{
  width: calc(100% - 90px);
}
.tbl02 td.plfix{
  padding: 20px 10px;
}
.tbl02 textarea.w90per{
  max-width: 90%;
}
.tbl02 input.w15per{
  width: 20%;
  margin-right: 5px;
}
.tbl02 input.w25per{
  width: 25%;
  margin-right: 5px;
}
.tbl02 input.w60per{
  width: 60%;
  margin-right: 5px;
}
.fullw li{
  width: 100%;
}
.style1{
  color: #FF0000;
  font-weight: bold;
}
.tbl02 th.w25per{
  width: 25%;
}
.tbl02 th.w35per{
  width: 35%;
}
.btn-list input {
  background: transparent;
  color: #225180;
  border: 1px solid #144678;
  width: 180px;
  display: block;
  text-align: center;
  border-radius: 28px;
  font-size: 16px;
  padding: 14px 0;
  text-decoration: none;
  cursor: pointer;
  margin: 0 10px;
}
.btn-list input[type="submit"]{
  background: #144678;
  color: #fff;
}

.borderR {border-right: 1px dashed #c8d0d8;}
@media only screen and (max-width: 1000px) {
  .tbl-col2{
    width: 100%;
    overflow: auto;
  }
  .tbl-inner{
    width: 1000px;
  }
}
@media only screen and (max-width: 767px) {
  /*.tbl02 th, .tbl02 td{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 10px;
  }*/
  .tbl-col2 .tbl02 th, .tbl-col2 .tbl02 td{
    display: table-cell;
    padding: 10px;
  }
  .h3-tit{
    font-size: 16px;
  }
  .tbl02 th{
    font-size: 14px;
    padding: 10px 46px 10px 10px;
  }
  .tbl02 th .any, .tbl02 th .required{
    top: 6px;
  }
  .tbl02 th.w25per{
    width: 100%;
  }
  .tbl02 td, .tbl02 tr:last-child td{
    padding: 5px 0;
  }
  .tbl02 td.plfix{
    padding-bottom: 10px;
  }
  .fixpad td, .fixpad tr:last-child td{
    padding: 15px 0;
  }
  .checkbox-list li{
    width: auto;
    margin: 0 15px 0 0;
    line-height: 30px;
  }
  .checkbox-list2 li{
    width: 100%;
    line-height: 30px;
  }
  .radio-list li{
    line-height: 30px;
  }
  .tbl02 input.w15per, .tbl02 input.w25per{
    width: 30%;
  }
  .tbl02 input.w60per{
    width: 100%;
  }
  .style1{
    font-size: 11px;
  }
  .tblfix tbody, .tblfix tr{
    width: 100%;
    display: block;
  }
  .btn-list input{
    font-size: 14px;
    padding: 10px;
    margin: 0 auto 10px;
  }
}
@media only screen and (max-width: 359px) {
  .tblfix th{
    padding: 10px;
  }
  .tblfix th .any, .tblfix th .required{
    position: relative;
    left: 0;
    top: 0;
    padding: 0 8px;
    margin: 0 0 0 5px;
    display: inline-block;
  }
  .xs-small{
    font-size: 12px;
  }
}
