@charset "UTF-8";
/* CSS Document */
.form-top{
  margin-bottom: 60px;
}
.form-top_image{
  margin: 200px auto 0;
}

.form-image{
border-radius: 56px;
  width: 80%;
}
.form-image img{
  width: 100%;
  
}
.form-wrap{
 width: 532px;
  padding-top: 57px;
  margin: 0 auto;
   padding-bottom: 75px;
}

@media screen and (min-width: 676px) {
  .form-wrap img{
    width: 100%;
  }
  .form-image-sp{
    display: none;
    
  }
  
  
  
}
@media screen and (max-width: 676px) {
  .form-top_image{
    margin: 50px auto 0;
  }
  .form-wrap img{
    width: 100%;
  }
  .form-image{
    display: none;
  }
  .form-image-sp {
    border-radius: 20px;
    width: 97%;
  }
  .form-wrap{
    width: 95%;
    padding: 20px 0;
  }
  
  
}

/**/
.section_entry{
  
  margin: auto;
  padding-bottom: 95px;
}
.section_entry img{
  padding:80px 0 45px;
  width: 445px;
}
.entry_wrap {
  text-align: center;
  font-size: 15px;
}
.entry_wrap p{
  text-align: left;
  display: inline-block;
}
@media screen and (max-width: 676px) {
  .entry_wrap{
    margin: 0 10px;
    font-size: 13px;
    font-weight: 400;
  }
}

/*フォーム*/
.wpcf7-form-control{
  width: 100%;
    height: 3em;
    padding: .5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    border: none;
 display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
}
.formTable tr th p{
  font-weight: 400;
}
.formTable tr th p span{
  background: #f5b000;
    border-radius: 10px;
    padding: 2px 1.3em;
    color: #fff;
    margin-left: .5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
}
.formTable tr th{
  width: 30%;
    font-weight: normal;
    padding: 1em .5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.box_con tr{
  position: relative;
}
.box_con tr::after{
   content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  border-bottom: dotted #cdcdcd 1px;
}
.box_con {
  max-width: 900px;
  margin: 30px  auto;
  background-color: #EAF6FF;
  padding: 30px;
}
.box_con div{
  text-align: left;
  padding-bottom: 20px;
}


input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.wpcf7-list-item.first {
  margin-left: 0;
}

span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  border: 1px solid #999999;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #3F96D2;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

input[type="radio"]:checked + span.wpcf7-list-item-label::after {
  display: block;
}

@media only screen and (max-width: 768px) {
  .box_con {
    width: 100%;
  }
}
.box_con form {
  width: 100%;
}
.box_con form table {
  width: 100%;
}
.box_con form table tr {
  position: relative;
}
.box_con form table tr:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  border-bottom: dotted #cdcdcd 1px;
}
.box_con form table tr th {
  width: 30%;
  font-weight: normal;
  padding: 1em .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .box_con tr{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    
  }
  
  .box_con  tr th {
    text-align: center;
    width: 100%;
    display: block;
    background: #3f96d2;
    padding: .8em .2em;
    color: #fff;
  }
  .box_con{
    padding: 20px 0 ;
  }
  
}
.box_con form table tr th span {
  background: #f5b000;
  border-radius: 10px;
  padding: 2px 1.3em;
  color: #fff;
  margin-left: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
}
.box_con form table tr td {
  padding: 1em .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.box_con td{
 
 padding: 1em 1em;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .box_con form table tr td {
    padding: 1.5em .5em;
    display: block;
    width: 100%;
  }
}
.box_con form table tr .box_br {
  display: block;
}
.box_br p label input{
  margin: 0;
  width: 16px;
  height: 16px;
}
.formTable tr span.wpcf7-list-item{
  margin: 0 1em 0 0; 
}
.box_con form table tr select {
  border: 1px solid #97ae88;
}
.box_con form table tr label input {
  cursor: pointer;
  display: none;
  vertical-align: middle;
}
.box_con form table tr .radio02-input + label {
  padding-left: 23px;
  margin-right: 20px;
  position: relative;
}
.box_con form table tr .radio02-input + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box_con form table tr .radio02-input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 12px;
  height: 12px;
  background: #3f96d2;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box_con form table tr select, .box_con form table tr input, .box_con form table tr textarea {
  width: 100%;
  height: 3em;
  padding: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
    border: none;
}
.box_con form table tr textarea {
  height: 10em;
}
/*利用する人*/
.box_con_use {
  max-width: 900px;
  margin: 30px  auto;
  background-color: #FFF5DD;
  padding: 30px;
}
.box_con_use div{
  text-align: left;
 
}
.box_con_use tr{
  position: relative;
}
.box_con_use tr::after{
  content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    border-bottom: dotted #cdcdcd 1px;
}
@media only screen and (max-width: 768px) {
  .box_con_use {
    width: 100%;
  }
}
.box_con_use form {
  width: 100%;
}
.box_con_use form table {
  width: 100%;
}
.box_con_use form table tr {
  position: relative;
}
.box_con_use form table tr:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  border-bottom: dotted #cdcdcd 1px;
}
.box_con_use form table tr th {
  width: 30%;
  font-weight: normal;
  padding: 1em .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .box_con_use tr th {
    text-align: center;
    width: 100%;
    display: block;
    background: #f5b000;
    padding: .8em .2em;
    color: #fff;
  }
  .box_con_use tr {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
  }
  .box_con_use tr td{
    padding: 1em 2em;
    
  }
  .box_con_use tr td .care {
    padding: 50px;
  }
  
}
.box_con_use form table tr th span {
  background: #cd6f55;
  padding: 0 .3em;
  color: #fff;
  margin-left: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box_con_use form table tr td {
  padding: 1em .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.box_con_use td{
 padding: 1em 5em;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .box_con_use form table tr td {
    padding: 1.5em .5em;
    display: block;
    width: 100%;
  }
}
.box_con_use form table tr .box_br {
  display: block;
}

.box_con_use form table tr select {
  border: 1px solid #97ae88;
}
.box_con_use form table tr label input {
  cursor: pointer;
  display: none;
  vertical-align: middle;
}
.box_con_use form table tr .radio02-input + label {
  padding-left: 23px;
  margin-right: 20px;
  position: relative;
}
.box_con_use form table tr .radio02-input + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box_con_use form table tr .radio02-input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 12px;
  height: 12px;
  background: #f5b000;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box_con_use form table tr select, .box_con_use form table tr input, .box_con_use form table tr textarea {
  width: 100%;
  height: 3em;
  padding: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
    border: none;
}
.box_con_use form table tr textarea {
  height: 10em;
}

/*その他*/
.box_con-other {
  max-width: 900px;
  margin: 30px  auto;
  background-color: #EAF6FF;
  padding: 30px;
}
.box_con-other div{
  text-align: left;
  padding-bottom: 20px;
}
.box_con-other td{
  padding: 1em 5em;
    box-sizing: border-box;
}
.box_con-other tr{
  position: relative;
}
.box_con-other tr::after{
  content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    border-bottom: dotted #cdcdcd 1px;
}

@media only screen and (max-width: 768px) {
  .box_con-other {
    width: 100%;
  }
}
.box_con-other form {
  width: 100%;
}
.box_con-other form table {
  width: 100%;
}
.box_con-other form table tr {
  position: relative;
}
.box_con-other form table tr:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  border-bottom: dotted #cdcdcd 1px;
}
.box_con-other form table tr th {
  width: 30%;
  font-weight: normal;
  padding: 1em .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .box_con-other tr th {
    text-align: center;
    width: 100%;
    display: block;
    background: #3f96d2;
    padding: .8em .2em;
    color: #fff;
  }
  .box_con-other tr {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
  }
  .box_con-other td{
    padding: 30px;
  }
  .box_con-other div{
    padding: 0;
  }
}
.box_con-other form table tr th span {
  background: #cd6f55;
  padding: 0 .3em;
  color: #fff;
  margin-left: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box_con-other form table tr td {
  padding: 1em .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


@media only screen and (max-width: 768px) {
  .box_con-other form table tr td {
    padding: 1.5em .5em;
    display: block;
    width: 100%;
  }
}
.box_con-other form table tr .box_br {
  display: block;
}
.box_con-other form table tr select {
  border: 1px solid #97ae88;
}
.box_con-other form table tr label input {
  cursor: pointer;
  display: none;
  vertical-align: middle;
}
.box_con-other form table tr .radio02-input + label {
  padding-left: 23px;
  margin-right: 20px;
  position: relative;
}
.box_con-other form table tr .radio02-input + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box_con-other form table tr .radio02-input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 12px;
  height: 12px;
  background: #3f96d2;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  
}
.box_con-other form table tr select, .box_con-other form table tr input, .box_con-other form table tr textarea {
  width: 100%;
  height: 3em;
  padding: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
    border: none;
}
.box_con-other form table tr textarea {
  height: 10em;
}

/*プライバシーのデザインcss↓*/
.con_pri {
  max-width: 700px;
  margin: 0  auto;
}
@media only screen and (max-width: 768px) {
  .con_pri {
    width: 95%;
  }
}
.con_pri .box_pri {
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #cdcdcd;
  background: #f7f7f7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 20px 55px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri {
    margin-top: 4%;
    padding: 3%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .con_pri .box_pri {
    padding: 4%;
  }
}
.con_pri .box_pri .box_tori {
  text-align: left;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori {
    margin-top: 4%;
  }
}
.con_pri .box_pri .box_tori h4 {
  font-weight: normal;
  margin-bottom: 30px;
  font-size: 150%;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori h4 {
    margin-bottom: 4%;
  }
}
.con_pri .box_pri .box_tori .txt {
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori .txt {
    padding: 0;
  }
}
.con_pri .box_pri .box_num {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_num {
    margin-top: 5%;
  }
}
.con_pri .box_pri .box_num h4 {
  font-weight: normal;
  font-size: 113%;
}
.con_pri .box_pri .box_num .txt {
  padding: 10px 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_num .txt {
    padding: 3% 0 0 3%;
  }
}

.box_check {
  text-align: center;
  margin: 1em auto;
}
.box_check label {
  display: inline-block;
}
.box_check label span {
  margin-left: .3em;
}

.btn {
  text-align: center;
}
.btn input {
 display: inline-block;
    background: #f5b000;
    padding: 1.5em 5em;
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  margin-bottom: 95px;
}

.btn input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

@media screen and (max-width: 676px) {
  .box_con {
   padding: 0;
   
  }
  .box_con div{
    
    padding-left: 10px;
  }
  .box_con_use {
   padding: 0;
   
  }
  .box_con_use div{
    padding-top: 3px;
    padding-left: 10px
  }
  .box_con-other {
   padding: 0;
   
  }
  .box_con-other div{
    padding-top: 3px;
    padding-left: 10px
  }
  .btn input{
    padding: 1em 3em;
  }
}