@charset "utf-8";

.section_title{
  font-size: clamp(2.8rem, 2.56rem + 1.2vw, 4rem);
  line-height: 1.4;
}

.contact_list{
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}

.contact_list li{
  width: 31%;
  height: 50px;
  margin-right: 3.5%;
}

.contact_list li:last-child{
  margin-right: 0;
}

.contact_list a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: #e4007f 1px solid;
    color: #e4007f;
    background: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    border-radius:5px;
}

.contact_list a:hover{
  background: #e4007f;
  border: #e4007f 1px solid;
  color: #fff;
}

.notice_title{
  font-size:1.6rem;
  font-weight: 600;
  margin: 2em 0 0.5em;
}

.notice_head,.notice_text{
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 1em;
}

.notice_text{
  text-indent: -0.5em;
  padding-left:0.5em;
}

.notice_domain{
  font-weight: 600;
}

  .qa_link{
    border-bottom: 1px solid #333;
    margin-left: 0.5em;
    font-weight: 600;
  }

  .qa_link.last{
    margin: 0;
  }

  .qa_link:hover{
    color:#e4007f;
    border-bottom: 1px solid #e4007f;
  }

  
  .form_wrap{
    width:100%;
    margin-top:50px;
  }

  .matter_wrap{
   min-height:110px;
  }
  .matter_wrap.long{
    min-height:140px;
  }

  .matter_wrap.tel_wrap{
    min-height:initial;
  }
  
  .matter{
    font-size:1.6rem;
    font-weight: 600;
    height:20px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    margin-bottom:0.5em;
    pointer-events: none;
  }

  .matter_text{
    font-size:1.6rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom:0.5em;
  }
  .matter_text span{
    position: relative;
    bottom:2px;
  }
    
  .required_mark{
    display: inline-block;
    font-size:12px;
    background: red;
    color:#fff;
    border-radius: 3px;
    padding:0 0.5em;
    margin-left: 0.5em;
  }	

  .choice_wrap{
    background:url(../images/pass.svg)top 14px right 11px  no-repeat, linear-gradient(-90deg, #ffecfa 0, #ffecfa 38px, #fff 38px, #fff 100%);
    width:100%;
    height: 38px;
    border-radius:5px;
    border:1px solid #e4007f;
  }

  .choice {
    width: 100%;
    height:100%;
    font-size:1.6rem;
    color: #4a4844;
    padding-left: 1em;
  }

  .text_wrap_note{
    font-size: 1.2rem;
    width: 100%;
    margin:1em 0 40px;
  }
  
  .form_wrap input{
    width: 100%;
    height: 38px;
    font-size:1.6rem;
    color: #4a4844;
    border:1px solid #e4007f;
    border-radius: 5px;
    padding-left: 1em;
  }
  .form_wrap input.input_radio{
    font-size:0;
    width: 16px;
    height: 16px;
    position: relative;
    bottom:2px;
  }

  .bca-radio__label{
    font-size: 1.4rem;
    display:inline-block;
    margin-bottom:0.5em;
	margin-left: 0.2em;
  }
  
  .submit_btn_wrap{
    max-width: 200px;
    height: 50px;
    margin:30px auto;
    position: relative;
  }

  .submit_btn{
    border: 1px solid #333;
    padding: 0;
    border-radius:0;
    text-decoration: none;
    font-size:1.4rem;
    font-weight: 600;
    color:#333;
    display: block;
    width:100%;
    height:100%;
    text-align: center;
    line-height: 2.5;
    -webkit-transition:0.3s;
	  transition:0.3s;
  }

  .submit_btn_wrap:hover .submit_btn {
    background: #e4007f;
    border:1px solid #e4007f;
    color:#fff;
  }

  .info_line{
    display: block;
    width:23px;
    border-bottom: 1px solid #333;
    position:absolute;
    right:20px;
    bottom:40%;
  }

  .submit_btn_wrap:hover .info_line{
    border-bottom: 1px solid #fff;
  }
  
  .info_arrow{
      display: block;
      position: absolute;
      bottom:40%;
      right:23px;
      width:2px;
      height: 10px;
      background: #333;
      transform: skewX(45deg);
  }

  .submit_btn_wrap:hover .info_arrow{
    background: #fff;
  }
    
  .text_wrap_01{
   margin-bottom:30px;
  }	
  
  .text_wrap_02{
    margin-bottom:30px;
  }
  
  .input_wrap{
    display: flex;
    align-items: center;
    position: relative;
  }

  ::placeholder{
    color: #b3b3b3;
    font-size: 1.6rem;
  }
  
  textarea{
    width: 100%;
    padding: 1em;
    font-size: 1.6rem;
    border:1px solid #e4007f;
    border-radius:5px;
  }

  .error-message{
    display: block;
    color: red;
    font-weight: 600;
    font-size: 1.2rem;
    position: relative;
	top:0.5em;
    z-index: -1;
  }

  input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #000;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
}

input[type="radio"]:checked {
    border-color: #e4007f;
}

input[type="radio"]:checked::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e4007f;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bca-radio{
	display: block;
}
    

@media (min-width:768px) {
  .section_child{
    padding-bottom:30px;
  }
  .child_container{
    width:92%;
    max-width: 950px;
    margin:0 auto;
  }

  .contact_list{
    width: 100%;
     margin-bottom: 80px;
  }

  .contact_list li{
    height: 78px;
  }
  
  .contact_list a{
      font-size: 2rem;
      border-radius:10px;
  }
  
  .notice_title{
    font-size:1.8rem;
    font-weight: 600;
    margin: 2em 0 0.5em;
  }
  
  .notice_head,.notice_text{
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 1em;
  }

  .notice_head.last{
    margin-bottom: 0;
  }
  
  .notice_domain{
    font-weight: 600;
    font-size:1.8rem;
  }
  
    .form_wrap{
      width:100%;
      max-width: 850px;
      margin:auto;
    }

    .matter_wrap{
      margin: 0;
      min-height:100px;
    }
    .matter_wrap.long{
      min-height:100px;
    }

    .matter_wrap::after{
      content:"";
      display: block;
      clear: both;
    }
    
    .matter{
      float: left;
      font-size:1.8rem;
      width: 30%;
      margin-right:3%;
      margin-top: 12px;
    }

    .matter.long{
      margin-bottom:20px;
    }

    .matter_text{
      font-size:1.8rem;
    }
    .matter_text span{
      position: relative;
      bottom:3px;
    }
      
    .required_mark{
      font-size:14px;
      border-radius: 3px;
      padding:0 0.5em;
      margin-left:auto;
      min-width: 42px;
    }	

    
  .choice_wrap{
    background:url(../images/pass.svg)top 16px right 14px  no-repeat, linear-gradient(-90deg, #ffecfa 0, #ffecfa 42px, #fff 42px, #fff 100%);
    width: 72%;
    height: 42px;
    float: left;
  }

  .choice_wrap::after{
    content: "";
    display: block;
    clear: both;
  }

  .choice {
    font-size:1.8rem;
  }
  
    .text_wrap_note{
      font-size: 1.4rem;
      width: 100%;
      padding-left:33%;
    }
    
    .form_wrap input{
      height: 42px;
      font-size:1.8rem;
      width: 67%;
    }
    .form_wrap input.p-postal-code{
      width: 20%;
    }

    .bca-radio__label{
      font-size: 1.6rem;
      margin-right:1.5em;
    }
    
    .submit_btn_wrap{
      max-width: 300px;
      height: 75px;
      margin:80px auto 0;
      position: relative;
    }
  
    .submit_btn{
      border: 1px solid #333;
      padding: 0;
      border-radius:0;
      text-decoration: none;
      font-size:1.8rem;
      font-weight: 600;
      color:#333;
      display: block;
      width:100%;
      height:100%;
      text-align: center;
      line-height: 2.5;
      -webkit-transition:0.3s;
      transition:0.3s;
    }
  
    .submit_btn_wrap:hover .submit_btn {
      background: #e4007f;
      border:1px solid #e4007f;
      color:#fff;
    }
  
    .info_line{
      display: block;
      width:36px;
      border-bottom: 1px solid #333;
      position:absolute;
      right:20px;
      bottom:40%;
    }
  
    .submit_btn_wrap:hover .info_line{
      border-bottom: 1px solid #fff;
    }
    
    .info_arrow{
        display: block;
        position: absolute;
        bottom:40%;
        right:23px;
        width:2px;
        height: 10px;
        background: #333;
        transform: skewX(45deg);
    }
  
    .submit_btn_wrap:hover .info_arrow{
      background: #fff;
    }
      
    .input_wrap{
      display: flex;
      align-items: center;
      position: relative;
    }
  
    ::placeholder{
      font-size: 1.8rem;
    }
    
    textarea{
      font-size: 1.8rem;
    }
  
    .error-message{
      font-size: 1.4rem;
      width: 100%;
      padding-left:33%;
    }
	  .long .error-message{
		 padding-left:0;
    }

    .matter_last .error-message{
      padding-left: 0;
    }

    .choice_wrap .error-message{
      padding-left: 0;
    }

    .form_wrap input.input_radio{
      width: 20px;
      height: 20px;
      position: relative;
      bottom:4px;
    }
	
	
.bca-radio{
	display: inline;
}
 
}

