@charset "UTF-8";
/* CSS Document */


.Pagettl_wrap{
  margin: 100px 0 200px 0;
  position: relative;
}

.Pagettl h2{
  font-size: 4.4rem;
  font-weight: 500;
  color: #0f2868;
}

.Pagettl h2 span{
  display: block;
  color: #b3a87c;
  font-size: 2rem;
  font-weight: 500;
}

.Pagettl_object1,
.Pagettl_object2{
  z-index: -9999 !important;
  position: absolute;
}

.Pagettl_object1{
  height: 75%;
  width: 80%;
  left: 0%;
  bottom: -10%;
  background: #e5b7e7;
  opacity: 0.12 !important;
}
.Pagettl_object2{
  height: 33%;
  width: 12%;
  left: 5%;
  top: 15%;
  background: #e5b7e7;
  opacity: 0.12 !important;
}
    
  @media screen and (min-width:768px){
    .Pagettl_wrap{
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: row-reverse;
    }
      .Pagettl_wrap.no_img{display: block; padding: 80px 0; margin-bottom: 100px;}
    
    .Pagettl{
     width: 38%;
     margin-right: -12%;
     margin-left: 12vw;
     z-index: 1;
    }
    .Pagettl_img{
      width: 62%;
      z-index: 0;
    }
  }
  @media screen and (max-width:1260px){
    .Pagettl{margin-left: 30px;}
    .Pagettl h2{font-size: 3.4rem;}
  }
  @media screen and (max-width:767px){
    .Pagettl_wrap{
      margin: 65px 0 100px 0;}
     .Pagettl_wrap.no_img{display: block; padding: 30px 0; margin-bottom: 50px;}  
      
    .Pagettl{margin-top: 10px;}
    .Pagettl h2{font-size: 2.4rem; }  
    .Pagettl h2 span{font-size: 1.6rem;} 
    .Pagettl{margin-left: 20px;}
    .Pagettl_object2{
      left: auto;
      right: 5%;
      bottom: 0%;
      top: auto;
      height: 20%;
      width: 40%;}
  }
  
.lead{
  color: #0f2868;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}  

    @media screen and (max-width:767px){
      .lead{font-size:2rem; line-height: 1.6;}
    }

table.List{
  margin-bottom: 50px;
}

table.List th{
  font-weight: 500;
  text-align: left;
}

table.List thead th{
  font-size: 2rem;
  text-align: center;
  
  border-bottom: 1px solid #CCC;
  
}
table.List th,table.List td{
  padding: 25px 0 ;
  position: relative;
}


table.List tbody th:after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #CCC;
  position: absolute;
  bottom: 0;
  left: 0;
}

table.List tbody td{width: 42%;}

table.List tbody td:after{
  content: '';
  display: block;
  width: 95%;
  height: 1px;
  background: #CCC;
  position: absolute;
  bottom: 0;
  left: 0%;
}
table.List tbody td.col2:after{width: 100%;}

table.List tbody td:nth-of-type(2):after{
  width: 95%;
  right: 0;
  left: auto;
}
table.List tbody th:after{
  content: '';
  display: block;
  width: 80%;
  height: 1px;
  background: #CCC;
  position: absolute;
  bottom: 0;
  left: 0%;
}

table.List td{
  text-align: center;
}

    @media screen and (max-width:767px){
      table.List thead th{font-size: 1.6rem;}
      table.List th,table.List td{font-size: 1.4rem;}
    }


/*Profile///////////////////////////*/
.Profile{margin-bottom: 80px;}
.name{
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.25rem;
  margin-bottom: 40px;
}
.name span{
  font-size: 2rem;
  margin-left: 1em;
  color:#b3a87c;
  letter-spacing: 0;
  vertical-align: 0.5em;
}
.Profile .ctg{width: 100px;}
.Prof_txt ul li{margin-bottom: 15px; line-height: 1.4;}
.Profile .ctg{
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 10px;
}
article + article{margin-top: 50px;}



  @media screen and (min-width:768px){
    .Profile{
      display: flex;
      justify-content: space-between;
    }
    .Prof_img{
      width: 43%;
    }
    .Prof_txt{
      width: 52%;
    }
  }
  @media screen and (max-width:767px){
    .name{font-size: 3.4rem; margin-top: 5px;}
    .name span{display: block; margin-left: 0}
  }
  
 
 
.Contents_object_1,
.Contents_object_2,
.Contents_object_3{
  z-index: -9999 !important;
  position: absolute;
}
 
 
/*Personal///////////////////////////*/  

.Personal .Contents_object_1{
  height: 52%;
  width: 100%;
  left: -20%;
  top: 1%;
  background: #e5b7e7;
  opacity: 0.12 !important;
  
}
.Personal .Contents_object_2{
  height: 20%;
  width: 80%;
  right: -3%;
  bottom: 42%;
  background: #e5b7e7;
  opacity: 0.12 !important;
}


.Plan_txt h3 span{
  color: #b3a87c;
  font-size: 1.8rem;
  display: block;
  font-weight: 500;
}
.Plan_txt h3{
  font-size: 2.4rem;
  color: #0f2868;
  font-weight: 500;  
  margin-bottom: 30px;
}

ul.Check_list li{
  padding-left: 40px;
  position: relative;
  margin-bottom: 25px;
}
ul.Check_list li:before{
  content: '';
  display: block;
  width: 30px;
  height: 28px;
  background: url("../images/personal/icon_check.png") no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0
}

    @media screen and (min-width:768px){
      .Plan{
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        margin-bottom: 100px;
      }
      
      .Plan:nth-of-type(2n){
        flex-direction: row;
      }
      
      .Plan_img{
        width: 58%;
         margin-right: -20%;
      }
      
      .Plan:nth-of-type(2n) .Plan_img{
        margin-right: 0;
        margin-left: -20%;}
      
      .Plan_txt{
        width: 53%;
       
      }
    }
    @media screen and (max-width:767px){
      .Plan{margin-bottom: 80px;}
      .Plan_txt{margin-top: 20px;}
      .Plan_txt h3{font-size: 2rem;}
      .Plan_txt h3 span{font-size: 1.6rem;}
      ul.Check_list li{padding-left: 35px;}
      ul.Check_list li:before{width: 24px; height: 22px; top: 4px;}
    }
    
/*Trust*/   
.Trust_intro,
.Mothers_intro{padding-bottom: 50px; position: relative;}
  
  .Trust_intro .Contents_object_1{
    height: 80%;
    width: 90%;
    right: -20%;
    top: 30%;
   background: #e5b7e7;
  opacity: 0.12 !important;
  }
  .Mothers_intro .Contents_object_1{
    height: 45%;
    width: 90%;
    right: -20%;
    top: 55%;
    background: #e5b7e7;
  opacity: 0.12 !important;
  }
  
.Step_arrow{
  margin: 10px 0;
  text-align: center;
}
.Step_arrow img{width: 26px;}

.Step_txt{
  font-weight: 500;
  font-size: 2rem; 
  line-height: 1.6;
}
.Step_number{
  color: #b3a87c;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: 'EB Garamond','Noto Sans JP', "メイリオ", Meiryo, sans-serif;
}

.Step_box{
  border: 2px solid #b3a87c;
  padding: 18px 30px;
  background: #FFF;}



.Outline_txt{
  border: 2px solid #b3a87c;
  padding: 20px 40px;
  background: #FFF;
  margin-bottom: 100px;
}
.Outline_txt span{
  font-size: 1.4rem;
}

.course_detail{
  margin-bottom: 100px;
}



.course_detail_l h3{
  font-size: 2.4rem;
  font-weight: 500;
  color: #0f2868;
}

 
.course_lead{
  font-size: 2.4rem;
  font-weight: 500;
  color: #b3a87c;
  margin-bottom: 20px;
}

table.List_2{
  margin: 40px 0;
}

table.List_2 th,
table.List_2 td{
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  vertical-align: top;
  padding: 20px 0;
}

table.List_2 th{
  padding-right: 40px;
  text-align: left;
  font-weight: 500;
  white-space: nowrap;
}
.caution{
  margin-top: 15px;
  font-size: 1.4rem;
  padding-left: 1em;
  line-height: 1.6;
}
.caution span{
  margin-left: -1em;
}
ul.dot_list{
  padding-left: 1.5em;
}

ul.dot_list li{
  line-height: 1.6;
  margin-bottom: 10px;
}
ul.dot_list li:before{
  content: '● ';
  font-size: 1.2rem;
  vertical-align: 1px;
  margin-left: -2em;
  color: #b3a87c;
}

.link_logo{
  text-align: center;
}
.large_img{
  margin-bottom: 100px;
}


    @media screen and (min-width:768px){
      .Trust_intro{
        display: flex;
        justify-content: space-between;
      } 
      .Trust_intro_l{
        width: 50%;
      }
      .Trust_intro_r{
        width: 42%;
      }
      .Step_number{margin-right: 20px;}
      .Step_box{
        display: flex;
        align-items: center;
        
      }
      .course_detail{
        display: flex;
        justify-content: space-between;
      }
      
      .course_detail_l{
        width: 20%;
        
      }
      .course_detail_r{
        width: 75%;
        
      }
      
      .course_box{
        margin-top: -80px;
        padding-top: 80px;
        padding-bottom: 100px;
      }
      
      .course_menu.fixed{
        position: fixed;
        top: 100px;
      }  
      .course_menu li a.active:after{
        content: '';
        width: 8px;
        height: 8px;
        border-top: 2px solid #0f2868;
        border-right: 2px solid #0f2868;
        position:absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(45deg);
      }
      
      
    }
    
    @media screen and (max-width:1000px){
      .course_detail_l h3{
        font-size: 2rem;}
      .course_lead{
        font-size: 1.8rem;}
      
     
    }
     
    @media screen and (max-width:767px){
      .Trust_intro_l{margin-bottom: 40px;}
      .Outline_txt{padding: 20px;}
      .Step_txt{font-size: 1.8rem;}
      .Step_box{padding: 10px 30px;}
      
      .large_img{margin-left: -20%;}
      .large_img img{
        max-width: 140%;
      }
    }
   
/*Corporate//////////////////////////*/
.Corpo_introduction{margin-bottom: 100px; margin-top: -100px; padding-top: 100px;}
.Corpo_introduction_txt h3,
.Corpo_introduction_2_box h3{
  font-size: 2.4rem;
  color: #0f2868;
  font-weight: 500;
  margin-bottom: 20px;
}
.Corpo_introduction_2_box h3 span{
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  vertical-align: 2px;
}
  
.Corpo_introduction_photo{margin-bottom: 100px;}  
   
ul.logo_list{
  display: flex;
  margin-bottom: 50px;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}   
ul.logo_list li{
  width: 30%;
  text-align: center;
  margin-bottom: 20px;
}
   
.Coporate{
  position: relative;
}   
.Coporate .Contents_object_1{
  height: 48%;
  width: 120%;
  left: -20%;
  top: 2%;
  background: #e5b7e7;
  opacity: 0.12 !important;
}
.Coporate .Contents_object_2{
  height: 20%;
  width: 80%;
  right: -15%;
  bottom: 47%;
  background: #e5b7e7;
  opacity: 0.12 !important;
}   
.Coporate .Contents_object_3{
  height: 34%;
  width: 125%;
  right: -20%;
  bottom: 2%;
  background: #e5b7e7;
  opacity: 0.12 !important;
} 
   
    @media screen and (min-width:768px){
      .Corpo_introduction{
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
      }
      
      .Corpo_introduction_txt{
        width: 55%;
      }
      .Corpo_introduction_img{
        width: 58%;
        margin-right: -18%;
      }
      
      .Corpo_introduction:nth-of-type(2){flex-direction: row;}
      .Corpo_introduction:nth-of-type(2) .Corpo_introduction_img{margin-right: 0; margin-left: -18%;}
      
      .Corpo_introduction:nth-of-type(3) .Corpo_introduction_txt{
        width: 75%;
      }
      .Corpo_introduction:nth-of-type(3) .Corpo_introduction_img{
        width: 40%;
        margin-right: -15%;
      }
      .Corpo_introduction_photo{
        display: flex;
        justify-content: space-around;
        position: relative;
        align-items:flex-start;
      }
      
      .Corpo_introduction_photo div + div{margin-left: 3%;}
      .Corpo_introduction_photo1{
        position: absolute;
        left: -10%;
        top: -10%;
      }
      .Corpo_introduction_photo2{
        margin-top: 300px;
      }
      .Corpo_introduction_photo4{margin-right: -20%;  margin-top: 100px;}
      
      .Corpo_introduction_2{
        display: flex;
        justify-content: space-between;
      }
      
      .Corpo_introduction_2_box{width: 47.5%;}
      
    }
       
    @media screen and (max-width:1260px){
      .Corpo_introduction_txt h3,    
      .Corpo_introduction_2_box h3{font-size: 2rem;}
    }      
       
    @media screen and (max-width:767px){   
       .Corpo_introduction_img{
         margin-bottom: 20px;
       }
       .Corpo_introduction_photo div + div{margin-top: 10px;}
       .Corpo_introduction_photo4{text-align: right;}
       .Corpo_introduction_2_box{margin-bottom: 50px;}
       .ex_list{
         font-size: 1.2rem;
       }
       ul.logo_list li{width: 40%;}
       .Coporate .Contents_object_1{width: 90%;}
       .Coporate .Contents_object_3{
         width: 90%;
         bottom: 5%;
       }
      }
   
/*News///////////////////////////////*/
.Main .NewsBox{margin-bottom: 60px;}
.Main .NewsList{margin-bottom: 50px;}

.pagination ul{
  text-align: center;
  line-height: 1;
  position: relative;
}
.pagination li{
  display: inline-block;
  font-size: 1.4rem;
  margin: 0 2px;
}

.pagination li a{
  border: 1px solid #CCC;
  padding: 12px 15px;
  display: block;
}
.pagination li a.prev,
.pagination li a.next{
  display: block;
  position: relative;
  background:#b697c1;
  color: #FFF;
  padding: 12px 35px;
  border-radius: 30px;
  border-color:#b697c1}
  
.pagination li span.current{
   color: #FFF;
   display: block;
   background: #b697c1;
   border: 1px solid #b697c1;
   font-weight: 700;
   padding: 12px 15px;
}

.Entry_box{
  margin-bottom: 100px;
}
.Entry_box p{
  margin-bottom: 30px;}
  
.Entry_box a{
  color: #b3a87c;
  text-decoration: underline;
}  

.Entry_box div + div{margin-top: 30px;}


.Entry_ttl{
  font-size: 2.4rem;
  margin: 40px 0;
}
.Entry_box .video-container{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.Entry_box img{margin-bottom: 20px;}

.Entry_box .video-container iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.Main .NewsBox_head{justify-content: flex-start;}
.Main .NewsBox_head time{margin-right: 30px;}

.return .btn{
  margin-left: 0;
}


.return .btn a:after{
  width: 23px;
  height: 5px;
  border-bottom: 2px solid #FFF;
  border-right: none;
  border-left: 2px solid #FFF;
  transform: skew(-45deg);
  right: auto;
  left: 20px;
} 
.Side_ttl{
  color: #b3a87c;
  font-weight: 500;
  font-size: 2rem;
}

.Side ul{
  margin-bottom: 50px;
}

.Side ul li{
  margin-bottom: 5px;
}

  
  @media screen and (min-width:768px){
    .News{
      display: flex;
      justify-content: space-between;
    }
    .Main{
      width: 77%;
    }
    
    .Main .NewsBox{
        width: 46.75%;
      }
    
    .return .btn a:hover:after{left: 10px;}
    
    .Side{
      width: 15%;
    }
    .pagination li a.prev:after,
    .pagination li a.next:after{
      content: '';
      display: block;
      width: 13px;
      height: 5px;
      border-bottom: 2px solid #FFF;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
    }

    .pagination li a.prev:after{
      border-left: 2px solid #FFF;
      transform: skew(-45deg);
      left: 10px;
    }

    .pagination li a.next:after{
      border-right: 2px solid #FFF;
      transform: skew(45deg);
      right: 10px;}
    .pagination li:first-child{margin-right: 20px;}
    .pagination li:last-child{margin-left: 20px;}
  }

  @media screen and (max-width:767px){
    .Main .NewsBox{margin-bottom: 30px;}
    .Main{margin-bottom: 50px;}
    
    .pagination li{margin: 0 1px; font-size: 1.4rem;}
    .pagination li a,
    .pagination li span.current{padding: 4px 6px;}
    .pagination li a.prev,
    .pagination li a.next{padding: 4px 10px;}
    .Side ul{
      margin-bottom: 0;
    }
    .Side{
      display: flex;
      justify-content: space-around;
    }
    .Side_menu{
      width: 49%;
    }
    .Side_ttl{font-size: 1.8rem;}
    
    .Entry_ttl{font-size: 1.8rem; margin: 30px 0;}
  }
  
/*Contact////////////////////*/ 
table.FormList{
  border-top: 1px solid #CCC;
  margin: 50px 0;
}
table.FormList th,
table.FormList td{
  padding: 20px;
  vertical-align: middle;
  position: relative;
  text-align:left;
}

table.FormList th{white-space: nowrap;}

table.FormList th:after,
table.FormList td:after{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
  background: #CCC;
}

table.FormList_inner th:after,
table.FormList_inner td:after{
  content: none;
}

table.FormList td:after{
  left: 0;
  width: 100%;
}
table.FormList th:after{
  width: 85%;
  left: 0;
}
table.FormList input[type="text"],
table.FormList input[type="email"]{
  height: 50px;
  box-sizing: border-box;
  padding: 10px;
  background: #f3f4f7;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;}

table.FormList textarea{
  background: #f3f4f7;
  width: 100%;
  box-sizing: border-box;
  border: none;
  padding: 10px;
  height: 200px;
}

table.FormList input[type="text"].text_middle{width: 40%; margin-right: 20px;}
table.FormList input[type="text"].number_birth{width: 15%; margin-left: 20px;}
table.FormList input[type="text"].number_tel{width: 15%; margin:0 10px;}
table.FormList input[type="text"].number_tel:first-child{margin-left: 0;}

.required{
  background: #f13d5f;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 2px 10px;
  border-radius: 20px;
  vertical-align: middle;
}
.agree_box{  
  text-align: center;
  margin-bottom: 30px;}
  
.agree_box a{text-decoration: underline;}
.agree{
  display: inline-block; margin: 30px 0;
}
.agree .check_custom-parts::before{width: 30px; height: 30px; top: 0;}
.agree .check_custom-parts{padding-left: 40px;}

.agree .check_custom:checked + .check_custom-parts::after{
  top: 3px;
  left: 10px;
  width: 7px;
  height: 14px;
  }
  
.mw_wp_form_confirm .form_txt_edit{display: none;}
.mw_wp_form_input .form_txt_confirm{display: none;}

/*チェックボックス*/
.check_custom{
  display: none;
}
.check_custom-parts{
  padding-left: 25px;
  position:relative;
  
  display: block;
}
.check_custom-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  background: #f3f4f7;
}
.check_custom:checked + .check_custom-parts{
  color: #081c4f;
}
.check_custom:checked + .check_custom-parts::before{
	 background: #081c4f;
}
.check_custom:checked + .check_custom-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #FFF;
  border-right: 3px solid #FFF;
 
}

.check-box input{
  display: none;
}
.mwform-checkbox-field-text{
  padding-left: 25px;
  position:relative;
  display: inline-block;
  
}
.mwform-checkbox-field-text::before{
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  background: #f3f4f7;
}
.check-box input:checked + .mwform-checkbox-field-text{
  color:#081c4f;
}
.check-box input:checked + .mwform-checkbox-field-text::before{
	 background: #081c4f;
}
.check-box input:checked + .mwform-checkbox-field-text::after{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #FFF;
  border-right: 3px solid #FFF;
 
}  



/*セレクトボックス*/
.select-middle{
  width: 30%; display: inline-block;}
 
.select-wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  height: 50px;
	width: 100%;
  box-sizing: border-box;
  padding: 15px 10px;
  border: none;
  font-size: 1.6rem;
	background: url(../images/select.png) 98% 50% no-repeat #f3f4f7;
  background-size: 8px 20px;	
}
select::-ms-expand {
    display: none;
}

/*ラジオボタン*/

.radio_custom{
  display: none;
}
.radio_custom + label{
  padding-left: 30px;
  position:relative;
  margin-right: 30px;
}
.radio_custom + label::before{
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0px;
  width: 24px;
  height: 24px;
  background: #f3f4f7;
  border-radius: 50%;
}
.radio_custom:checked + label{
  color: #081c4f;
}
.radio_custom:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 14px;
  height: 14px;
  background: #081c4f;
  border-radius: 50%;
 
}
.radio_custom_mw input{
  display: none;
}
.radio_custom_mw input + span.mwform-radio-field-text{

  padding-left: 30px;
  position:relative;
  margin-right: 30px;
}
.radio_custom_mw input +span.mwform-radio-field-text::before{
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0px;
  width: 24px;
  height: 24px;
  background: #f3f4f7;
  border-radius: 50%;
}
.radio_custom_mw input:checked + span.mwform-radio-field-text{
  color: #081c4f;
}
.radio_custom_mw input:checked + span.mwform-radio-field-text::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 14px;
  height: 14px;
  background: #081c4f;
  border-radius: 50%;
}

.form_btn{
  text-align: center;
  }


.form_btn .btn{
  display: inline-block;
}

.form_btn .btn button{
  background: #b697c1;
  color: #FFF;
  border:none;
  border-radius: 30px;
  cursor: pointer;
  font-size: 1.8rem;
  padding: 20px;
  line-height: 1;
  display: block;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 0.15rem;
  position: relative;
  overflow: hidden;
  opacity: 1;
  z-index: 0;
  }
  
.form_btn .btn.btn_return button{
  background: #999;
  border-color: #999;
}
  
.form_btn .btn button:hover{
  opacity: 0.6;
  transition: 0.3s;
}  


  
.form_btn .btn button:after{
  content: '';
  display: block;
  width: 23px;
  height: 5px;
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: skew(45deg);
  position: absolute;
  right: 20px;
  top: -5px;
  bottom: 0;
  transition: 0.3s;
  margin: auto;
}
.form_btn .btn.btn_return button:after{content: none;}

.message{
  text-align: center;
  line-height: 2.5;
  font-size: 2rem;
  margin: 30px 0;}

  @media screen and (min-width:768px){
    .form_btn .btn + .btn{margin-left: 20px;}
  }
  @media screen and (max-width:767px){
    .form_txt{font-size: 1.6rem;}
    .family_reserve_ttl{font-size: 1.6rem;}
    .family_reserve .btn a{
      line-height: 1.4;
      font-size: 1.6rem;
    }
    
    table.FormList input{font-size: 1.4rem;}
    table.FormList th,
    table.FormList td{display: block; padding:15px 5px;}
    table.FormList th{padding-bottom: 0;}
    table.FormList th:after{
      content: none;
    }
    .select-middle{
      width: 100%; display: block; margin-bottom: 10px;}
    
    table.FormList input[type="text"].number_birth{width: 20%;}
    table.FormList input[type="text"].number_birth:first-of-type{margin-left: 0;}
    table.FormList input[type="text"].number_tel{width: 20%;}
    
    table.FormList_inner td{
      padding: 5px;
    }
    .form_btn .btn{width: 100%;}
    .form_btn .btn button{font-size: 1.6rem;}
    .radio_wrap + .radio_wrap{margin-top: 10px;}
    .form_btn .btn + .btn{margin-top: 20px;}
    .message{font-size: 1.6rem;}
  }
  

.Privacy a{
  text-decoration: underline;
}