@charset "utf-8";
/* ===============================================
# box_form_flow
=============================================== */
.box_form_flow{
  margin-bottom: 30px;
}
.box_form_flow ul li{
  position: relative;
  width: 33.33%;  
}
.box_form_flow ul li p{
  width: 100%;
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  height: 70px;
  color: #063e8d;
  text-align: center;
  font-size: 18px;
  background: #fff;  
  border: solid 1px #063e8d;
  padding-left: 16%;  
}
.box_form_flow ul li:first-child p{
  padding-left: 8%;
}
.box_form_flow ul li.active p{
  color: #fff;
  background: #063e8d;  
}

.box_form_flow ul li.active:nth-child(-n+2)::after,
.box_form_flow ul li:not(.active):nth-child(-n+2)::before,
.box_form_flow ul li:not(.active):nth-child(-n+2)::after{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 0 35px 30px;
  border-color: transparent transparent transparent #063e8d;
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 10;  
}

.box_form_flow ul li:not(.active):nth-child(-n+2)::before{
  border-color: transparent transparent transparent #fff;
  right: -29px;
  z-index: 11;
}

.box_form_flow ul li p .no{
  border-radius: 50%;
  color: #fff;
  background-color: #063e8d;
  width: 36px;
  height: 36px;
  margin-right: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 36px;
}
.box_form_flow ul li.active p .no{
  color: #063e8d;
  background-color: #fff;
}
@media print,screen and (max-width :1024px) {
  .box_form_flow ul li.active:nth-child(-n+2)::after,
  .box_form_flow ul li:not(.active):nth-child(-n+2)::before,
  .box_form_flow ul li:not(.active):nth-child(-n+2)::after{
    border-width: 35px 0 35px 20px;
    right: -20px;
  }
  .box_form_flow ul li:not(.active):nth-child(-n+2)::before{
    right: -19px;
  }
  .box_form_flow ul li p .no{
    margin-right: 15px;
  }
}
@media screen and (max-width :768px) {
  .box_form_flow{
    margin-bottom: 20px;
  }
  .box_form_flow ul li p{
    height: 44px;
    font-size: 14px;
  }
  .box_form_flow ul li.active:nth-child(-n+2)::after,
  .box_form_flow ul li:not(.active):nth-child(-n+2)::before,
  .box_form_flow ul li:not(.active):nth-child(-n+2)::after{
    border-width: 22px 0 22px 10px;
    right: -10px;
  }
  .box_form_flow ul li:not(.active):nth-child(-n+2)::before{
    right: -9px;
  }
  .box_form_flow ul li p .no{
    width: 24px;
    height: 24px;
    margin-right: 5px;
    line-height: 24px;
  }
}
/*氾平旦玄*/
.form_text{
  margin-bottom: 20px;
}
.form_text.end{
  text-align: center;
  padding-top: 60px;
}
.form_text a{
  color: #063e8d;
  text-decoration: underline;
}
.form_text .blue{
  text-align: center;
  color: #063e8d;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width :768px) {
  .form_text.end{
    text-align: left;
    padding-top: 30px;
  }  
}
/* ===============================================
# box_form
=============================================== */
.box_form dl{
  display: table;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  border-left: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}
.box_form dl:first-child{
  border-top: solid 1px #cccccc;
}
.box_form dl dt{
  display: table-cell;
  width: 24%;
  padding: 22px 25px;
  background: #e6eef9;
  border-right: solid 1px #cccccc;
}
.box_form dl dd{
  display: table-cell;
  width: auto;
  padding: 15px 20px;
  vertical-align: middle;
}
@media print,screen and (max-width :1024px) {
  .box_form dl{
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .box_form dl dt{
    display: block;
    width: 100%;
    padding: 10px;
    border-right: none;
    border-bottom: solid 1px #cccccc;
  }
  .box_form dl dd{
    display: block;
    width: 100%;
    padding: 6px 10px;
  }  
}
/*斛穴奈弁*/
.box_form dl dt .required{
  margin-left: 15px;
  padding: 5px 12px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  background-color: #ba9716;
  text-align: center;
  border-radius: 12px;
}
@media screen and (max-width :768px) {
  .box_form dl dt .required{
    padding: 3px 8px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/*氾平旦玄*/
.box_form input[type=text] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  color: inherit;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;    
  font-family: inherit;
  padding: 8px 10px;
  max-width: 100%;
}
.box_form input[type=text]:focus {
  border: 1px solid rgba(6,62,141,0.5);
  box-shadow: none;
  outline: none;
}
@media print,screen and (min-width :769px){
  .box_form input.small{
    max-width: 400px;
  }  
}
@media screen and (max-width :768px){
  .box_form input[type=text] {
    font-size: 16px;
  }
}
/*氾平旦玄示永弁旦*/
.box_form textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid #cccccc; 
  border-radius: 0;
  color: inherit;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;    
  font-family: inherit;
  height: 220px;
  padding: 8px 10px;
  width: 100%;
}

.box_form textarea:focus {
  border: 1px solid rgba(6,62,141,0.5);
  box-shadow: none;
  outline: none;
}
@media screen and (max-width :768px){
  .box_form textarea {
    font-size: 16px;
  }
}

/*民尼永弁示永弁旦*/
.box_form .box_checkbox li{
  display: inline-block;
  margin-right: 30px;
}
/*仿斥左示正件*/
.box_form .box_radio li{
  display: inline-block;
  margin-right: 30px;
}
/*本伊弁玄示永弁旦*/
.box_form .select_wrap{
  width: 100%;
  max-width: 565px;
  display:block;
  overflow:hidden;
  background-image:url("/common/img/ico_seclect.svg");
  background-position:right 20px center;
  background-size: 16px auto;
  background-repeat:no-repeat;
  background-color: #fff;
}
.box_form .select_wrap.long{
  max-width: 100%;
}
.box_form .select_wrap select{
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;  
  color: #666666;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;  
  padding: 8px 40px 8px 10px;
  vertical-align:middle;
  border: 1px solid #cccccc; 
  background-color:transparent;  
}
@media screen and (max-width :768px) {
  .box_form .select_wrap{
    background-position:right 8px center;
    background-size: 13px auto;
  }
  .box_form .select_wrap select{
    font-size: 16px;
  }
}
/* IE10 */
::-ms-expand{
  display: none;
}
/*巨仿奈丟永本奈斥*/
.box_form dd .err{
  color: #cc0000;
  padding-top: 10px;
}
/*復庲示正件氾平旦玄*/
.box_form dd .text{
  padding: 8px 10px;
}
@media screen and (max-width :768px) {
  .box_form dd .text{
    padding:8px 0;
  }
}
/*示正件*/
.box_btn{
  text-align: center;
}
.box_btn.flex{
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.box_btn .cmn_btn_blue{
  width: 342px;
  max-width: 40%;
  min-width: inherit;
  font-size: 18px;
  font-size: 1.8rem;  
  margin: 30px 0;
}
.box_btn .cmn_btn_blue.back{
  background-color: #6e6e6e;
  color: #fff;
}
.box_btn .cmn_btn_blue.back:hover{
  background-color: #989898;
}
.box_btn .cmn_btn_blue.back span{
  background-image: url(/common/img/ico_arrow_back_w.svg);  
  background-position: left center;  
}
@media screen and (max-width :768px) {
  .box_btn .cmn_btn_blue{
    width: 175px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* ===============================================
# box_done
=============================================== */
.box_done{
  border: solid 1px #a6a6a6;
  padding: 60px 25px 20px;
  text-align: center;
}
.box_done .ttl{
  margin-bottom: 15px;
  font-weight: bold;
  color: #f56e74;
  font-size: 20px;
  font-size: 2rem;
}
.box_done .text{
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
}
.box_done .cmn_btn{
  display: inline-block;
  margin-bottom: 0;
}
@media screen and (max-width :768px) {
  .box_done{
    padding:20px 20px 15px;
  }
  .box_done .ttl{
    margin-bottom: 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .box_done .text{
    font-size: 14px;
    font-size: 1.4rem;
  }
}
