@charset "utf-8";

/* ===============================================
# box_form_flow
=============================================== */
.box_form_flow{
  margin-bottom: 20px;
}
.box_form_flow ul li{
  padding:15px 36px 0 30px;
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  background: url(/cip/common/img/ico_flow.svg) no-repeat right center;
  background-size: 18px auto;
}
.box_form_flow ul li.active{
  color: #f56e74;
  font-weight: bold;  
}
.box_form_flow ul li.active span{
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: solid 2px #f56e74;
}
@media screen and (max-width :768px) {
  .box_form_flow{
    margin-bottom: 18px;
  }
  .box_form_flow ul li{
    padding:11px 22px 11px 10px;
    font-size: 13px;
    font-size: 1.3rem;
    background-size: 14px auto;
  }
  .box_form_flow ul li.active span{
    padding-bottom: 8px;
  }
}
/* ===============================================
# 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: 34%;
  padding: 22px 25px;
  background: #fbf7e6;
  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: #f56e74;
  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;
  width: 100%;
}
.box_form input[type=text]:focus {
  border: 1px solid rgba(245,110,116,0.5);
  box-shadow: none;
  outline: none;
}

@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(245,110,116,0.5);
  box-shadow: none;
  outline: none;
}
@media screen and (max-width :767px){
  .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%;
  display:block;
  overflow:hidden;
  background-image:url("/cip/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 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{
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.box_btn .cmn_btn{
  width: 320px;
  font-size: 16px;
  font-size: 1.6rem;  
  margin: 25px 0;
}

.box_btn .cmn_btn:nth-child(n+2){
  margin-left: 30px;
}
@media screen and (max-width :768px) {
  .box_btn .cmn_btn{
    width: 215px;
    font-size: 13px;
    font-size: 1.3rem;  
  }
  .box_btn .cmn_btn:nth-child(n+2){
    margin-left: 15px;
  }  
}
/* ===============================================
# 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;
  }
}