/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
@charset "utf-8";
.top-banner {
    width: 720px;
    margin: 60px auto;
}
@media (max-width: 576px) {
.top-banner {
	width:100%;
	padding:0 15px;
	}
}
.alignfull{
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
}
.alignfull>img{
    width: 100%;
}
.page_fv>p{
    margin-bottom:0;
}
.page_fv>p>img{
    vertical-alogn:bottom;
}

ul{
    list-style:none;
}

@media (min-width: 576px) {
    .container,.container-sm {
        max-width:540px
    }
    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl {
        flex-wrap: nowrap
    }
}

@media (min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:720px
    }

    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl {
        flex-wrap: nowrap
    }
    .alignfull_inner{
        max-width:calc( 1140px - 15px * 2 )!important;
        width:90%;
        margin:0 auto!important;
    }
}

@media (min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }
    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl {
        flex-wrap: nowrap
    }
    .alignfull_inner{
        max-width:calc( 1140px - 15px * 2 )!important;
        width:90%;
        margin:0 auto!important;
    }
}

@media (min-width: 1200px) {
    main{
        max-width:1140px!important;
        width:100%;
        margin:0 auto!important;
    }
    .siteHeader .container{
        position:relative;
        margin:0 auto!important;
    }
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1140px!important;
        width:100%;
        margin:0 auto!important;
    }
    .alignfull_inner{
        max-width:1140px!important;
        width:100%;
        margin:0 auto!important;
    }
    .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl {
        flex-wrap: nowrap
    }
}

/*********** 共通 **********/
/*** Fontレスポンシブ ***/
@media screen and (min-width: 320px) and (max-width: 781px) {
  :root {
    font-size: calc(0.5125rem + ((1vw - 3.2px) * 2.5541));
    min-height: 0vw;
  }
}
@media screen and (min-width: 782px) and (max-width: 1109px)  {
  :root {
    font-size: calc(0.38125rem + ((1vw - 7.82px) * 0.7927));
    min-height: 0vw;
  }
}
/*
@media screen and (min-width: 782px) and (max-width: 991px) {
  :root {
    font-size: calc(0.625rem + ((1vw - 7.82px) * 1.2857));
    min-height: 0vw;
  }
}
@media screen and (min-width: 992px) and (max-width: 1109px) {
  :root {
    font-size: calc(0.625rem + ((1vw - 9.92px) * 1.0169));
    min-height: 0vw;
  }
}
*/
@media screen and (min-width: 1110px) {
  :root {
    font-size: 8.7px;
  }
}

/*** 共通設定 ***/
.clearfix:after{
  content: " ";
  display: block;
  clear: both;
}

.only_pc{
  display:block!important;
}
.only_hp{
  display:none!important;
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  .only_pc{
    display:block!important;
  }
  .only_hp{
    display:none!important;
  }
}
@media screen and (min-width: 782px) and (max-width: 991px){
  .only_pc{
    display:block!important;
  }
  .only_hp{
    display:none!important;
  }
}
@media screen and (min-width: 320px) and (max-width: 781px){
  .only_pc{
    display:none!important;
  }
  .only_hp{
    display:block!important;
  }
}

body{
  max-width:1980px;
  margin:0 auto;
}

p{
  font-size:1.6rem;
}
h1{
  font-size:4.8rem;
  font-weight:500;
  color:#ffffff;
  line-height:0.9;
}
h1 span{
  font-size:1.8rem;
}
h2{
  font-size:3.2rem;
  font-weight:600;
}
h2 span{
  font-size:2.4rem;
  font-weight:500;
  color: #D23339;
  line-height: 2;
}
h3{
  font-size:3.2rem;
  font-weight:600;
}
h4{
  font-size:2.4rem;
  font-weight:600;
}

@media screen and (min-width: 320px) and (max-width: 781px) {
p{
  font-size:1.4rem;
}
h1{
  font-size:clamp(10px,2.4rem,100px);
  font-weight:normal;
  color:#ffffff;
  line-height:1.05;
}
h1 span{
  font-size:1.4rem;
}
h2{
  font-size:3.2rem;
  font-weight:500;
}
h2 span{
  font-size:2.4rem;
  font-weight:normal;
  color: #D23339;
  line-height: 2;
}
h3{
  font-size:3.2rem;
  font-weight:600;
}
h4{
  font-size:2.0rem;
  font-weight:600;
}
}
.siteContent {
    padding: 0 0 0 0;
}
.page_fv{
  position:relative;
}
.page_fv_h1{
  position:absolute;
  top:53%;
  left:8%;
}
@media screen and (min-width: 320px) and (max-width: 781px) {
.page_fv_h1{
  position:absolute;
  top:45%;
  left:8%;
}
}

h2{
  position: relative;
  border: none;
}
h2:before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;/*線の上下位置*/
  display: inline-block;
  width: 20%;/*線の長さ*/
  height: 5px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #D23339;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}

.gMenu_name:after{
  content: '';/*何も入れない*/
  display: inline-block;
  width: 20px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url(https://vetvet-english.com/wp-content/uploads/2024/01/arrow_down.png
);
  background-size: contain;
  vertical-align: middle;
}

/*** swiper ***/
.swiper-pagination-bullet {
  /*ドットのサイズを変更*/
  width: 10px;
  height: 10px;
  border-radius:5px;
}

.o-posts-grid-post-body{
  padding:5% 2%!important;
}
.shadow2{
  filter: drop-shadow(8px 8px 8px rgba(128,128,128,0.6));
}
.page_top_btn {
  position: fixed;
  right: 2%;
  bottom: 3%;
  z-index: 99999;
  width: 40px;
  height: 38px;
  color: transparent;
  border: none;
  background: rgba(255,255,255,.8);
  box-shadow: 0 0 0 1px rgba(255,255,255,.8), 0 0 0 2px rgba(0,0,0,.8);
  background-image: url("https://vetvet-english.com/wp-content/uploads/2024/01/vk-menu-gotop-red.png");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity .3s;
  text-decoration: none;
}
.wp-block-button__link {
  font-size: 1.8rem;
}
.entry-full {
    margin-bottom: 0;
}
/****** ヘッダー *****/
.heade_button p a{
  font-size:1.2rem;
  font-weight:800;
}
.siteHeader {
  width: 100%;
  position: absolute;
  border-radius: 0 0 15px 15px;
}
.siteHeader_logo {
  float: left;
  width: 20%;
}
.page-template-default .page-header,.breadSection{
  display:none;
}
.page-template-default .siteContent{
  padding-top:0;
}
.gMenu_outer {
  clear: both;
  float: left;
  width:unset;
}
.heade_button{
  width: 25%;
}
.heade_button p{
  width:48%;
}
.heade_button .button_lesson a{
  background-color:#FDE619;
/*
	color:#D23339;
*/
  color:#ffffff;
  display:block;
  text-align:center;
  padding:5% 10%;
  border-radius: 20px;
}
.heade_button .button_free a{
  background-color:#D23339;
  color:#ffffff;
  display:block;
  text-align:center;
  padding:5% 10%;
  border-radius: 20px;
}
.heade_button{
  position: absolute;
  right: 10px;
  top: 20px;
  display: flex;
  width: 25%;
  justify-content: space-between;
}
  .heade_button .button_lang{
    display:flex;
    align-items:center;
  }
.vk-mobile-nav{
  background-color: #f2fdfd;
}
.vk-mobile-nav nav ul li a {
  color: #000;
  border-bottom: 1px solid #857d7d;
}
.vk-mobile-nav nav>ul {
  border-top: 1px solid #857d7d;
}
.gMenu>li:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 0;
    border-bottom: 1px solid #D23339;
    transition: all .5s ease-out;
}

/****** フッター *****/
.siteFooter {
  border-top: 30px solid #D23339;
  background-color:#ffffff;
}
.siteFooter .wp-block-image figure{
  margin:0;
}
.footerWidget .row .col-md-4{
  flex: 0 1 auto;
}
.footerWidget .row .col-md-4:nth-of-type(1){
  width:25%;
}
.footerWidget .row .col-md-4:nth-of-type(2) p a{
  font-size:1.6rem;
  font-weight:600;
}
.footerWidget .row .col-md-4:nth-of-type(2) p a:before{
  content:"▶";
  color:#D23339;
}
.footerWidget .row .col-md-4:nth-of-type(2){
  width:50%;
  max-width:50%;
  padding:0 5%;
}
.footerWidget .row .col-md-4:nth-of-type(2) a{
  text-decoration:none;
  color:#000000;
}
.footerWidget .row .col-md-4:nth-of-type(2) a:hover{
  text-decoration:underline;
  color:#D23339;
}
.footerWidget .row .col-md-4:nth-of-type(3){
  width:25%;
}
.footerWidget .row .col-md-4:nth-of-type(3) #block-8{
  display:none;
}
.footerWidget .row .col-md-4:nth-of-type(3) .widget_block:nth-of-type(1) .wp-block-columns .wp-block-column .wp-block-image img{
    width:30px;
    height:auto;
}
.footer_btn1{
  width:80%;
}
.footer_btn2{
  width:80%;
}
.footer_btn1 a{
  width:100%;
  font-size:1.6rem;
  font-weight:800;
}
.footer_btn2 a{
  width:100%;
  font-size:1.6rem;
  font-weight:800;
}
footer .copySection{
  padding-top:0;
}
footer .copySection p{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D23339;
  color:#ffffff;
  margin-left: calc(-50vw + 50%);
  width: 100vw;
  height:30px;
}
.siteContent_after{
  padding:0;
}
.footer_above{
  margin-top:0;
  padding:100px 0 100px 0;
}
.footer_above{
  background-color:#FEF9F9;
}
.footer_above .footer_above_btn{
  width:50%;
  border-radius:30px;
  font-size:1.6rem;
  font-weight:500;
}
.footer_above_arrow{
  background-color: #cccccc;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_above .title_1{
  font-size:3.2rem;
  font-weight:600;
}
.footer_above .title_1 a{
  color: #D23339;
}
.footer_above .title_1 a:hover{
  text-decoration:none;
}
.footer_above .p_1{
  font-size:1.6rem;
  font-weight:600;
}

.fixed_banner{
  display:none;
}

/*********** Topページ **********/
.top .top_about,
.top .top_features,
.top .top_plan,
.top .top_voice,
.top .top_school,
.top .top_trial,
.top .top_news{
  margin-top:0;
  padding:100px 0 100px 0;
}
.top .top_about{
  background-color:#FEF9F9;
}
.top .top_features{
  background-color:#FEF9F9;
}
.top .top_plan{
  background-color:#F4F2E9;
}
.top .top_voice{
  background-color:#FEF9F9;
}
.top .top_school{
  background-color:#F4F2E9;
}
.top .top_trial{
  background-color:#FEF9F9;
}
.top .top_news{
  background-color:#F4F2E9;
}
.home .siteContent_after .footer_above{
  background-color:#F4F2E9;
}

.top_about h2{
  text-align:center;
}
.top_about p{
  font-size:1.8rem;
  padding:0 5%;
}
.top_features .title_1{
  font-size: 2.0rem;
  font-weight:700;
  padding:0 5%;
}
@media screen and (min-width: 782px) and (max-width: 991px){
.top_features .title_1{
  font-size: 1.6rem;
}
}
.top_features .p_2{
  padding:0 5%!important;
}
.top_features .top_feat_btn{
  font-size: 2.4rem;
  font-weight:700;
  width: 40%;
  padding: 2% 0;
}
.top_features h2{
  text-align:center;
  margin-bottom: 7%;
}

.top_features .top_feat_btn{
    font-size: 2.4rem;
    font-weight: 700;
    width: 40%;
    padding: 2% 0;
    margin-bottom: -15%;
    margin-left: 4%;
    position: relative;
    text-align:center;
    color:#ffffff;
    background-color:#d23339;
}
.top_features .top_feat_txt_wrap{
    border-radius:30px;
    background-color:#f4f2e9;
}
.top_features .top_feat_txt_wrap .title_1{
    color:#d23339;
}
.top_features .top_feat_txt_wrap .p_2{
    padding:0 5%;
}
@media screen and (min-width: 782px){
.top_features h2{
  margin-bottom: 7%;
}
.top_features .top_feat_btn{
    font-size: 2.4rem;
    font-weight: 700;
    width: 40%;
    padding: 2% 0;
    margin-bottom: -25% !important;
    margin-left: 4%;
    position: relative;
    text-align:center;
    color:#ffffff;
    background-color:#d23339;
}
}


.top .link_btn{
  width:25%;
}
.top .link_btn a{
  font-size: 1.8rem;
  font-weight:800;
  width:100%;
  border-radius: 20px;
    color: #d23339;
    background-color: #fde619;
}
.top_plan .p_1{
  font-size: 1.8rem;
  font-weight:500;
  padding:0 5%;
}
.top_plan .title_1{
  font-size: 1.8rem;
  font-weight:800;
}
.top_plan .title_2{
  font-size: 2.4rem;
  font-weight:500;
}
.top_school .title_1{
  font-size: 2.4rem;
  font-weight:800;
  color: #d23339;
  border-bottom:none;
}
.top_school .title_1:after{
  display:none;
}
.top_trial .p_1{
  font-weight:500;
  padding:0 5%;
}
.top_trial .title_1{
  font-weight:700;
}
.top_trial .title_2{
  font-size: 2.4rem;
  font-weight:600;
}
.top_trial .title_2 span{
  font-weight:600;
}
.top_trial .link_btn a{
  border-radius:30px;
  background-color: #d23339;
  color:#ffffff;
}
.top_news .link_btn a{
  border-radius:30px;
  color: #d23339;
  background-color: #fde619;
}
.top_fv{
  position:relative;
}
.top_fv p{
  margin-bottom:0;
}
.top_fv .top_fv_p1{
  position: absolute;
  top: 18%;
  left: 5%;
  font-size: 3.7vw;
  color:#d23339;
  border-bottom:none;
}
.top_fv .top_fv_p1:after{
  display:none;
}
.top_fv .top_fv_p2{
  position: absolute;
  top: 46%;
  left: 5%;
  font-size: 1.9vw;
  color:#d23339;
}
.top_fv .top_fv_btn{
  position: absolute;
  top: 66%;
  left: 5%;
  margin-top:24px;
}
.top_fv .top_fv_btn a{
  font-size: 1.3vw;
  padding: 0 7.5vw;
  line-height: 3.5;
  border-radius:30px;
  background-color:#d23339;
  color:#ffffff;
}
.top_feat_btn{
  border-radius: 30px;
  width: 50%;
  line-height: 1;
}

.top_features img{
  width:100%;
}
.top_features .banner_1 .banner_1_text{
  font-size:1.7rem;
  font-weight:500;
}
.top_features .banner_1 .banner_1_text_2{
  font-size:3.4rem;
  font-weight:600;
  color:#CAA846;
  letter-spacing: 0.00001rem;
}
.top_features .banner_1 .banner_1_text_2 span{
  font-size:2.6rem;
  font-weight:600;
}
.top_features .banner_1 .banner_1_text_3{
  font-size:3.4rem;
  font-weight:600;
  color:#CAA846;
  letter-spacing: 0.00001rem;
}
.top_features .banner_1 .banner_1_text_3 span{
  font-size:2.6rem;
  font-weight:600;
}

.icon_point{
  color: #ffffff;
  background-color: #D23339;
  border-radius: 20px;
  padding: 1% 3%;
  font-size: 1.2rem;
  display: inline-block;
  margin: 0;
}
.icon_step{
  color:#ffffff;
  background-color:#D23339;
  border-radius: 20px;
  padding: 1% 3%;
  font-size: 1.2rem;
}
.top_voice_slider{
  padding:5% 0;
}
.top_features .p_height{
  min-height:180px;
}
.top_features .banner_1{
  position:relative;
  margin-top: 5%;
}
.top_features .banner_1 .banner_1_text{
  position: absolute;
  top: 10%;
  left: 42%;
  width: 49%;
  line-height: 1.4;
}
.top_features .banner_1 .banner_1_text span{
  color:#D23339;
}
.top_features .banner_1 .banner_1_text_2{
  position: absolute;
  top: 60%;
  left: 68%;
}
.top_features .banner_1 .banner_1_text_3{
  position: absolute;
  top: 60%;
  left: 48%;
}
@media screen and (min-width: 1099px) and (max-width: 1199px){
.top_features .banner_1 .banner_1_text{
  font-size:1.7rem;
}
.top_features .banner_1 .banner_1_text_2{
  font-size:3.4rem;
  letter-spacing: 0.00001rem;
}
.top_features .banner_1 .banner_1_text_2 span{
  font-size:2.6rem;
}
.top_features .banner_1 .banner_1_text_3{
  font-size:3.4rem;
  letter-spacing: 0.00001rem;
}
.top_features .banner_1 .banner_1_text_3 span{
  font-size:2.6rem;
}
.top_features .banner_1 .banner_1_text{
  top: 10%;
  left: 42%;
  width: 49%;
  line-height: 1.4;
}
.top_features .banner_1 .banner_1_text_2{
  top: 57%;
  left: 67%;
}
.top_features .banner_1 .banner_1_text_3{
  top: 57%;
  left: 48%;
}
}
@media screen and (min-width: 992px) and (max-width: 1098px){
.top_features .banner_1 .banner_1_text{
  font-size:1.7rem;
}
.top_features .banner_1 .banner_1_text_2{
  font-size:3.4rem;
  letter-spacing: 0.00001rem;
}
.top_features .banner_1 .banner_1_text_2 span{
  font-size:2.6rem;
}
.top_features .banner_1 .banner_1_text_3{
  font-size:3.4rem;
  letter-spacing: 0.00001rem;
}
.top_features .banner_1 .banner_1_text_3 span{
  font-size:2.6rem;
}
.top_features .banner_1 .banner_1_text{
  top: 10%;
  left: 42%;
  width: 49%;
  line-height: 1.4;
}
.top_features .banner_1 .banner_1_text_2{
  top: 58%;
  left: 67%;
}
.top_features .banner_1 .banner_1_text_3{
  top: 58%;
  left: 48%;
}
}
@media screen and (min-width: 782px) and (max-width: 991px){
.top_features .banner_1 .banner_1_text{
  font-size:1.7rem;
}
.top_features .banner_1 .banner_1_text_2{
  font-size:2.8rem;
  letter-spacing: 0.00001rem;
}
.top_features .banner_1 .banner_1_text_2 span{
  font-size:2.2rem;
}
.top_features .banner_1 .banner_1_text_3{
  font-size:2.8rem;
  letter-spacing: 0.00001rem;
}
.top_features .banner_1 .banner_1_text_3 span{
  font-size:2.2rem;
}
.top_features .banner_1 .banner_1_text{
  top: 10%;
  left: 42%;
  width: 49%;
  line-height: 1.4;
}
.top_features .banner_1 .banner_1_text_2{
  top: 60%;
  left: 68%;
}
.top_features .banner_1 .banner_1_text_3{
  top: 60%;
  left: 48%;
}
}
.top_plan .plan_title{
  background-color: #f4f2e9;
  margin: 0 0 0% -25%;
  padding: 0% 0 5% 13%;
  border-radius: 0 0 0 10px;
}
.top_plan .plan_p_3 span{
  color:#d23339;
  font-weight:700;
}

.top_school .btn_detail{
  margin:24px 0 0 0;
}
.top_school_img{
  position:relative;
}
.top_school_img_txt{
  position: absolute;
  top: 10%;
  left: 46%;
  padding: 5% 5%;
  border-radius: 30px;
  background-color:#ffffff;
}
.top_school_img_img{
  width:70%;
}
.top_school_img_img img{
  width:100%;
}

.top_trial .btn_detail{
  margin:24px 0 0 0;
}
.top_trial .top_trial_column{
  background-image:url(https://vetvet-english.com/wp-content/uploads/2024/01/top_trial_bg.png);
  background-size:100% 100%;
  padding: 3% 4% 7% 4%;
}

/*VOICE swiper*/
.top_voice .swiper-outer {
    position:relative;
}
.top_voice .swiper-outer .swiper{
    width:90%;
}
.top_voice .swiper-outer .swiper-button-next{
  top:50%;
}
.top_voice .swiper-outer .swiper-button-next:after{
  content: ">";
    color: #D23339;
    font-size: 2.8rem;
    font-weight: 600;
    transform: scale(0.8, 2);
}
.top_voice .swiper-outer .swiper-button-prev{
  top:50%;
}
.top_voice .swiper-outer .swiper-button-prev:after{
  content: "<";
    color: #D23339;
    font-size: 2.8rem;
    font-weight: 600;
    transform: scale(0.8, 2);
}
.top_voice .swiper-outer .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom:-10%;
}
.top_voice .swiper-outer .swiper-pagination-bullet-active {
    background: #D23339;
}
.top_voice .swiper .swiper-slide {
    padding: 0 0;
}
.top_voice .swiper .swiper-slide .swiper-slide_inner{
    padding: 5% 5%;
    background-color:#ffffff;
    border-radius: 20px;
    width:90%;
}
.top_voice .swiper .swiper-slide .term_wrap{
    width:100%;
}
.top_voice .swiper .swiper-slide .term{
    font-size: 1.2rem;
    line-height: 1.8;
    font-weight: 500;
    border: 1px solid #D23339;
    border-radius: 20px;
    color: #000000;
    display: inline-block;
    text-align: center;
    width: 28%;
    pointer-events: none;
}
.top_voice .swiper .swiper-slide .post_title{
  font-size: 1.8rem;
    font-weight: 600;
    color: #000000;
}
.top_voice .swiper .swiper-slide .post_title a{
  font-size: 1.8rem;
    font-weight: 600;
    color: #000000;
}
.top_voice .swiper .swiper-slide .post_link{
    text-align:center;
}
.top_voice .swiper .swiper-slide .post_link a{
  color: #D23339;
    opacity: 0.6;
    font-size: 1.4rem;
    font-weight: 500;
}
.top_voice .btn_detail{
  margin:5% 0 0 0;
}

.top_news h2 {
  text-align:center;
}
.top_news ul li{
  margin-bottom:4%;
}
.top_news ul li a{
  color:#000000;
}
.top_news ul li .article_txt{
  background-color: #ffffff;
    display: flex;
    padding: 2% 2%;
    border-radius: 30px;
}
.top_news ul li .article_txt .days{
  font-size:1.6rem;
  font-weight:700;
  width: 15%;
  margin:0;
}
.top_news ul li .article_txt .tags{
  font-size: 1.6rem;
  font-weight: 700;
  color: #D23339;
    width: 10%;
    display: inline-block;
    text-align: center;
    border: 1px #D23339 solid;
    border-radius: 20px;
    pointer-events: none;
  margin: 0 5% 0 0;
}
.top_news ul li .article_txt .titles{
  font-size:1.6rem;
  font-weight:700;
    width: 70%;
  margin:0;
  display:flex;
  justify-content:space-between;
}
.top_news ul li .article_txt .titles:after{
  content: ">";
    color: #d23339;
    font-weight: bold;
}

/*********** aboutページ **********/
.about .about_intro,
.about .about_point,
.about .about_slider,
.about .about_env{
  margin-top:0;
  padding:100px 0 100px 0;
}
.about .about_fv2{
  margin-top:0;
  padding:0 0 100px 0;
}
.about .about_intro{
  background-color:#FEF9F9;
}
.about .about_point{
  background-color:#FEF9F9;
}
.about .about_slider{
  background-color:#F4F2E9;
}
.about .about_fv2{
  background-color:#F4F2E9;
}
.about .about_env{
  background-color:#F4F2E9;
}
.post-name-about .siteContent_after .footer_above{
  background-color:#F4F2E9;
}

.about .link_btn{
  font-size: 1.8rem;
  font-weight:800;
  display: inline-block;
}
.about_intro .title_1{
  font-size:3.2rem;
  font-weight:600;
  text-align:center;
  margin:3% 0;
}
.about_intro .title_1:before{
  display:none;
}
.about_intro .p_1{
  font-size:1.8rem;
  font-weight:500;
  padding:0 3%;
}
.about_point .title_1{
  font-size:2.4rem;
  font-weight:600;
  border-bottom:none;
}
.about_point .title_1:after{
  display:none;
}
.about_point .icon_point{
  font-size:1.8rem;
  font-weight:600;
}
.about_point .p_1{
  font-size:2.4rem;
  font-weight:600;
}
.about_slider h2{
  text-align:center;
}
.about_slider p{
  font-size:1.8rem;
  font-size: 1.8rem;
    padding: 5% 5% 0 5%;
    width: 80%;
    margin: 0 auto;
    text-align:center;
}
.about_fv2 .title_1{
  font-size:2.0rem;
  font-weight:500;
  color:#d23339;
}
.about_fv2 .title_2{
  font-size:2.4rem;
  font-weight:800;
  color:#d23339;
}
.about_fv2 .p_1{
  font-size:2.0rem;
  font-weight:500;
}
.about_env .title_1{
  font-size:3.2rem;
  font-weight:600;
  text-align:center;
  margin:3% 0;
}
.about_env .title_1:before{
  display:none;
}
.about_env .p_1{
  font-size:1.8rem;
  font-weight:500;
  padding:0 3%;
}
.about_env .banner_1 .banner_1_text{
  font-size:1.8rem;
  font-weight:500;
}
.about_env .banner_1 .banner_1_text_2{
  font-size:3.8rem;
  font-weight:600;
  color:#CAA846;
  letter-spacing: 0.00001rem;
}
.about_env .banner_1 .banner_1_text_2 span{
  font-size:3.0rem;
  font-weight:600;
}
.about_env .banner_1 .banner_1_text_3{
  font-size:3.8rem;
  font-weight:600;
  color:#CAA846;
  letter-spacing: 0.00001rem;
}
.about_env .banner_1 .banner_1_text_3 span{
  font-size:3.0rem;
  font-weight:600;
}

.about_fv{
  position:relative;
}
.about_fv_text{
  position: absolute;
  width: 50%;
  top:40%;
  left:10%;
  font-size:3.2rem
}
.about_fv_text span{
  font-size:2.2rem
}
.about_fv2{
  position:relative;
}
.about_fv2_text{
  position: relative;
  width: 40%;
  margin: -22% 0 0 0;
  float: right;
  padding: 2% 3% 2% 3%;
  border-radius: 20px;
  background-color:#ffffff;
}
.about_fv2_img{
  margin-bottom:0!important;
}
.about_fv2 .about_fv2_text .link_btn{
  width:100%;
}
.about_fv2 .about_fv2_text .link_btn a{
  width:50%;
  border-radius: 20px;
  color: #d23339;
  background-color: #fde619;
}
.about_slider{

}
.about_slider .swiper img{
  width:100%;
}
.about_slider .slider_wrap{
  background-color:#F4F2E9;
}
.about_slider .slider_wrap figure{
  padding:0 10%;
}
.about_slider .slider_wrap .slider_item-background-area{
  background-color:#F4F2E9;
}
.about_slider .slider_wrap .swiper-button-next,
.about_slider .slider_wrap .swiper-button-prev{
    top: 50%;
}
.about_slider .slider_wrap .swiper-button-next{
  right:5%;
}
.about_slider .slider_wrap .swiper-button-prev{
  left:5%;
}
.about_slider .slider_wrap .swiper-button-next:after,
.about_slider .slider_wrap .swiper-button-prev:after {
    display: inline-flex;
    font-size: 3rem;
    align-items: center;
    font-weight: bold;
    justify-content: center;
    color: #c95229;
    background-color: #F4F2E9;
    box-shadow: 5px 5px 5px #777;
    border-radius: 30px;
    padding: 10px 17px;
}
.about_slider .slider_wrap .swiper-pagination{
    display:none;
}
.about_slider .slider_wrap .slider_item_container {
    background-color: #FFFFFF;
    width: 80%;
    padding: 7% 0;
    border-radius: 25px;
}
.about_slider .slider_wrap{
  padding:5% 0;
}

.about_env .banner_1{
  position:relative;
}
.about_env .table_wrap{
  background-color:#ffffff;
  padding:5% 5%;
}
.about_env .table_wrap table tr td{
  border:none;
  text-align:center;
  vertical-align:middle;
  font-size:1.4rem;
  font-weight:500;
}
.about_env .table_wrap table tr td span{
  font-size:2.4rem;
  font-weight:500;
}
.about_env .table_wrap table tr:nth-of-type(1) td{
  font-size:2.4rem;
  font-weight:500;
}
.about_env .table_wrap table tr td:nth-of-type(1){
  font-size:2.0rem;
  font-weight:500;
}
.about_env .table_wrap table tr:nth-of-type(2n) td{
  background-color:#f4f4f4;
}
.about_env .table_wrap table tr td:nth-of-type(2) {
  border-left:1px solid #d23339;
  border-right:1px solid #d23339;
  color:#d23339;
}
.about_env .table_wrap table tr:nth-of-type(1) td:nth-of-type(2) {
  border-left:none;
  border-right:none;
  background-color:#d23339;
  color:#ffffff;
  border-radius:20px 20px 0 0;
}
.about_env .table_wrap table tr:nth-of-type(6) td:nth-of-type(2) {
  border-bottom:1px solid #d23339;
}

.about_env .banner_1{
  position:relative;
  margin: 10% 0 0 0;
}
.about_env .banner_1 img{
  width:100%;
}
.about_env .banner_1 .banner_1_text{
  position: absolute;
  top: 10%;
  left: 43%;
  width: 49%;
  line-height: 1.7;
}
.about_env .banner_1 .banner_1_text span{
  color:#D23339;
}
.about_env .banner_1 .banner_1_text_2{
  position: absolute;
  top: 59%;
  left: 68%;
}
.about_env .banner_1 .banner_1_text_3{
  position: absolute;
  top: 58%;
  left: 48%;
}

/*********** planページ **********/
.plan .plan_plans,
.plan .plan_table,
.plan .plan_voice{
  margin-top:0;
  padding:100px 0 100px 0;
}
.plan .plan_plans{
  background-color:#FEF9F9;
}
.plan .plan_plans .course{
  background-color:#ffffff;
    border: 1px solid #d23339;
    border-radius: 30px;
    padding:2% 2% 4% 2%;
}
.plan .plan_table{
  background-color:#FEF9F9;
}
.plan .plan_voice{
  background-color:#F4F2E9;
}
.plan .plan_voice h2{
  text-align:center;
  border:none;
}
.plan .post-name-plan .siteContent_after .footer_above{
  background-color:#F4F2E9;
}

.plan .wp-block-button{
  font-size: 1.8rem;
  font-weight:800;
}
.plan .wp-block-button a{
  border-radius: 20px;
    color: #d23339;
    background-color: #fde619;
}
.plan .plan_plans .p_1{
  font-size:3.2rem;
  font-weight:700;
  text-align:center;
  margin:3% 0;
}
.plan .plan_plans .p_1:before{
  display:none;
}
.plan .plan_plans .title_1{
  font-size:1.8rem;
  font-weight:800;
  margin-top:0;
  padding-top:0;
  color: #d23339;
}
.plan .plan_plans .title_2{
  font-size:2.4rem;
  font-weight:900;
}
.plan .plan_plans .plan_btn{
  font-size:1.8rem;
  font-weight:700;
  text-align:center;
  background-color: #d23339;
  color:#ffffff;
  padding: 2% 0;
}
/*.plan .plan_plans .course p:nth-of-type(1)*/
.course .course-type {
  font-size:1.8rem;
  font-weight:700;
}
/*.plan .plan_plans .course p:nth-of-type(1) span*/
.course .course-note {
  font-size:1.4rem;
}
/*.plan .plan_plans .course p:nth-of-type(2)*/
.course .course-price {
  font-size:1.8rem;
  font-weight:700;
}
/*.plan .plan_plans .course p:nth-of-type(2) span:nth-of-type(1)*/
.course .price-main {
  font-size:3.2rem;
  color:#d23339;
}
/*.plan .plan_plans .course p:nth-of-type(2) span:nth-of-type(2)*/
.course .price-unit {
  font-size:2.0rem;
  color:#d23339;
}
/*.plan .plan_plans .comment p:nth-of-type(1)*/
.course .note .note-heading {
  font-size:1.2rem;
  font-weight:700;
  color: #d23339;
  text-align: right;
}
.plan .plan_plans .comment p:nth-of-type(1){
  font-size:1.6rem;
  font-weight:700;
  color: #d23339;
}
/*.plan .plan_plans .comment p:nth-of-type(3) span{
  color:#d23339;ight:700;
}*/

.course-price-wrap {
  display: inline-block;
  position: relative;
}

.course-price {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}

.note-heading {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.3rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #d23339;
  white-space: nowrap;
}

.plan .plan_table .title_1{
  font-size:3.2rem;
  font-weight:600;
  text-align:center;
  border:none;
}
.plan .plan_table .title_1:after{
  display:none;
}
.plan .plan_table .p_1{
  font-size:1.8rem;
  font-weight:500;
  padding:0 5%;
}
.plan .plan_table table tr td{
  font-size:1.6rem;
  font-weight:500;
}
.plan .plan_table .p_2{
  font-size:1.4rem;
  font-weight:500;
  color: #d23339;
  text-align:center;
}
.plan .plan_table .p_3{
  font-size:0.8rem;
  font-weight:500;
}

.plan .plan_plans .plan_title{
  background-color: #fef9f9;
  margin: 0 0 0% -25%;
  padding: 0% 0 5% 13%;
  border-radius: 0 0 0 10px;
}

.plan .plan_table{
  padding:0 0 100px 0;
}
.plan .plan_table .table_wrap{
  background-color: #F4F2E9;
  padding: 5% 5%;
  border-radius: 20px;
}
.plan .plan_table table tr td{
  height:60px;
  text-align:center;
}
.plan .plan_table table tr td span{
  color:#0000ff;
}
.plan .plan_table table tr td:nth-of-type(2n){
  background-color:#fef9f9;
}
.plan .plan_table table tr td:nth-of-type(2n+1){
  background-color:#ffffff;
}
.plan .plan_table table tr:nth-of-type(1) td:nth-of-type(2n){
  background-color:#BE1219;
  color:#ffffff;
}
.plan .plan_table table tr:nth-of-type(1) td:nth-of-type(2n+1){
  background-color:#D23339;
  color:#ffffff;
}
.plan .plan_table table tr:nth-of-type(1) td{
  width:16.5%;
}
.plan .plan_table table tr:nth-of-type(1) td:nth-of-type(1){
  width:17.5%;
}
.plan .plan_table table tr td{
  border-left:none;
  border-right:none;
  border-bottom:2px solid #aaaaaa;
  vertical-align: middle;
}
.plan .plan_table table tr:nth-of-type(1) td{
  border-bottom:none;
}
.plan .plan_btn {
  border-radius: 30px;
  width: 30%;
  line-height: 1;
}

.page-template-page-plan .siteContent_after .footer_above{
  background-color:#fef9f9;
}

/*VOICE swiper*/
.plan .top_voice .swiper-outer {
    position:relative;
}
.plan .top_voice .swiper-outer .swiper{
    width:90%;
}
.plan .top_voice .swiper-outer .swiper-button-next{
  top:50%;
}
.plan .top_voice .swiper-outer .swiper-button-next:after{
  content: ">";
    color: #D23339;
    font-size: 2.8rem;
    font-weight: 600;
    transform: scale(0.8, 2);
}
.plan .top_voice .swiper-outer .swiper-button-prev{
  top:50%;
}
.plan .top_voice .swiper-outer .swiper-button-prev:after{
  content: "<";
    color: #D23339;
    font-size: 2.8rem;
    font-weight: 600;
    transform: scale(0.8, 2);
}
.plan .top_voice .swiper-outer .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom:-10%;
}
.plan .top_voice .swiper-outer .swiper-pagination-bullet-active {
    background: #D23339;
}
.plan .top_voice .swiper .swiper-slide {
    padding: 0 0;
}
.plan .top_voice .swiper .swiper-slide .swiper-slide_inner{
    padding: 5% 5%;
    background-color:#ffffff;
    border-radius: 20px;
    width:90%;
}
.plan .top_voice .swiper .swiper-slide .term_wrap{
    width:100%;
}
.plan .top_voice .swiper .swiper-slide .term{
    font-size: 1.2rem;
    line-height: 1.8;
    font-weight: 500;
    border: 1px solid #D23339;
    border-radius: 20px;
    color: #000000;
    display: inline-block;
    text-align: center;
    width: 25%;
    pointer-events: none;
}
.plan .top_voice .swiper .swiper-slide .post_title{
  font-size: 1.8rem;
    font-weight: 600;
    color: #000000;
}
.plan .top_voice .swiper .swiper-slide .post_title a{
  font-size: 1.8rem;
    font-weight: 600;
    color: #000000;
}
.plan .top_voice .swiper .post_link a{
  color: #D23339;
    opacity: 0.6;
    font-size: 1.4rem;
    font-weight: 500;
}
.plan .top_voice .btn_detail{
  margin:5% 0 0 0;
}

/*********** schoolページ **********/
.school .school_slider,
.school .school_access,
.school .school_instructor{
  margin-top:0;
  padding:100px 0 100px 0;
}
.school .school_slider{
  background-color:#FEF9F9;
}
.school .school_access{
  background-color:#FEF9F9;
}
.school .school_instructor{
  background-color:#F4F2E9;
}
.post-name-school .siteContent_after .footer_above{
  background-color:#F4F2E9;
}

.school_slider .title_1{
  font-size:3.2rem;
  font-weight:700;
  margin-top:2%;
  text-align:center;
}
.school_slider .title_1:before{
  display:none;
}
.school_access h2{
  text-align:center;
}
.school_access .p_1{
  font-size:1.8rem;
  font-weight:500;
  text-align:center;
}
.school_access .gmap{
  margin-bottom:3%;
}
.school_table table tr td{
  font-size:1.4rem;
  font-weight:500;
}
.school_table table tr td:nth-of-type(1){
  font-weight:700;
}

.school_table table{
  border:none;
  border-color: #cccccc;
}
.school_table table tr:nth-of-type(1) td{
  border-top:none;
}
.school_table table tr:nth-of-type(1) td:nth-of-type(1){
  width:20%;
}
.school_table table tr td:nth-of-type(1){
  padding:0 0 0 20px;
}
.gmap{
  text-align:center;
}
.school_slider .wp-block-vk-blocks-slider{
  padding:5% 0;
}
.school_slider .slider-thumbnail{
  margin:5% 0 0 0;
}
.school_slider .swiper-container {
    width: 100%;
    //スライダー
    &.slider {
        height: 80vh;
    }
    //サムネイル
    &.slider-thumbnail {
        height: 20vh;
        .swiper-wrapper {
            .swiper-slide {
                width: 25%;
                height: 100%;
                opacity: .5;
                overflow: hidden;
                &.swiper-slide-thumb-active {
                    opacity: 1;
                }
            }
        }
    }
}



.school_instructor h2{
  text-align:center;
  margin-bottom:2%;
}
.school_instructor .column_profile{
  background-color:#ffffff;
  padding:2% 2%;
  border-radius: 20px;
}
.school_instructor .tag{
  margin:;
}
.school_instructor .tag p{
  font-size: 1.2rem;
  font-weight:700;
  border: 1px solid #D23339;
  border-radius: 10px;
  text-align:center;
}
.school_instructor .profile{
  margin:0;
}
.school_instructor .profile p{
  font-size: 1.8rem;
  font-weight:600;
}
.school_instructor .profile p span{
  font-size: 1.0rem;
  font-weight:600;
  color:#D23339;
}
.school_instructor .profile2{
  font-size: 1.4rem;
  font-weight:600;
}
.school_instructor .profile2 span{
  font-size: 1.0rem;
  font-weight:600;
  color:#D23339;
}

/*********** voiceページ **********/
.voice .voice_inner{
  margin-top:0;
  padding:100px 0 0 0;
}
.voice .voice_inner{
  background-color:#FEF9F9;
}

.voice_search{
  width: 60%;
  margin: 0 auto 10% auto!important;
}
.voice_search .title_1{
  font-size:1.6rem;
  font-weight:700;
}
.voice_search .table_wrap{
  padding: 5% 0;
  background-color:#ffffff;
}
.voice_search .table_search table tr td{
  font-size:1.6rem;
  font-weight:500;
  text-align:center;
}
.voice_search .table_search table tr td:nth-of-type(1){
  font-weight:700;
}

.voice_search .table_search table{
  border-top:none;
}
.voice_search .table_search table tr td{
  border:none;
}
.voice_search .table_search table tr td:nth-of-type(1){
  border-right:5px solid #D23339;
}
.voice_search .table_search table tr:nth-of-type(1) td{
  width:16.5%;
}
.voice_search .table_search table tr:nth-of-type(1) td:nth-of-type(1){
  width:17.5%;
}
.voice_search .table_search table tr td a{
  border: 1px solid #D23339;
  border-radius: 10px;
  display: inline-block;
  width: 100%;
  color: #000000;px;
}

.voice_posts{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  margin-bottom:0;
}
.voice_posts li{
  width: 32%;
    margin: 0 0 5% 0;
    padding: 2% 2%;
    background-color: #fff;
    border-radius: 20px;
}
.voice_posts li .term{
	font-size: 1.2rem;
    font-weight: 500;
    border: 1px solid #D23339;
    border-radius: 20px;
    color: #000000;
    display: inline-block;
    text-align: center;
    width: 25%;
    pointer-events: none;
}
.voice_posts li .post_title{
  font-size: 1.8rem;
    font-weight: 600;
    color: #000000;
    padding:5% 0 0 0;
    margin:0 0 2% 0;
}
.voice_posts li .post_title a{
  font-size: 1.8rem;
    font-weight: 600;
    color: #000000;
}
.voice_posts li .post_link{
  text-align:center;
}
.voice_posts li .post_link a{
  margin: 0 auto;
    color: #D23339;
    opacity: 0.6;
    font-size: 1.4rem;
    font-weight: 500;
}

/*********** QAページ **********/
.qa .qa_menu{
  margin-top:0;
  padding:100px 0 2% 0;
}
.qa .qa_content{
  margin-top:0;
  padding:50px 0 100px 0;
}
.qa .qa_content h2{
  text-align:center;
}
.qa .qa_menu{
  background-color:#FEF9F9;
}
.qa .qa_content{
  background-color:#FEF9F9;
}

.qa_menu_pc .wp-block-button__link{
  font-size:2.0rem;
  font-weight:700;
  border: 2px solid #d23339;
    border-radius: 20px;
    color: #d23339;
    background-color: #ffffff;
}
.qa_sec{
  margin-top:2%;
}
.accordion-open{
  font-size:1.6rem;
  font-weight:500;
}
.accordion-inner{
  font-size:1.6rem;
  font-weight:500;
}
.accordion-open div p:nth-of-type(1){
  font-size:3.2rem;
  font-weight:500;
}
.accordion-inner div p:nth-of-type(1){
  font-size:3.2rem;
  font-weight:500;
}
.accordion {
  width: 100%;
  box-shadow: 8px 8px 8px #ddd ;
  margin:0 0 30px 0;
}
.accordion p{
  margin-bottom:0;
}
.accordion-hidden {
  display: none;
}
.accordion-open {
  display: block;
  padding: 10px 80px 10px 10px;
  background: #ffffff;
  cursor: pointer;
  margin: 5px 0;
  position: relative;
}
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #d23339;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}
.accordion-hidden:checked+.accordion-open:after {
  transform: translateY(-50%) rotate(0);
}
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  cursor: pointer;
}
.accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px 80px 10px 2.5em;
}
.accordion_qa .accordion-open {
  padding-left: 2.5em;
}
.accordion_qa .accordion-open div{
  display:flex;
}
.accordion_qa .accordion-inner div{
  display:flex;
}
.accordion_qa p{
  display: flex;
  align-items: center;
}
.accordion_qa .accordion-open div p:nth-of-type(1){
  color: #ffffff;
  margin: 0 5px 0 0;
}
.accordion_qa .accordion-open div p:nth-of-type(1) span{
  background-color: #D23339;
  padding: 0 5px;
}
.accordion_qa .accordion-inner div p:nth-of-type(1){
  color: #D23339;
  padding: 0 5px;
  margin: 0 5px 0 0;
}
.accordion_qa .accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px 80px 10px 2.5em;
}

/*********** newsページ **********/
.news .news_search{
  margin-top:0;
  padding:100px 0 0 0;
}
.news .news_content{
  margin-top:0;
  padding:50px 0 100px 0;
}
.news .news_search{
  background-color:#FEF9F9;
}
.news .news_content{
  background-color:#FEF9F9;
}

.news_search .news_menu p a{
  font-size:1.6rem;
  font-weight:700;
  color:#D23339;
  display: inline-block;
  width: 100%;
  border:1px solid #D23339;
  border-radius:20px;
  line-height:3;
}
.news_search .wp-block-button__link{
  font-size:1.6rem;
  font-weight:700;
}

.news_search .news_menu{
  display: flex;
  width: 50%;
  justify-content: space-between;
  margin: 0 auto;	
}
.news_search .news_menu p{
  width:30%;
}

.news .news_content ul li {
  margin-bottom: 0;
  margin-top: 0;
  padding: 1% 2%;
}
.news .news_content ul li:nth-of-type(2n+1) {
  background-color:#f4f2e9;
}
.news .news_content ul li>.wp-block-columns>.wp-block-column:nth-of-type(1){
  flex-basis: unset!important;
  width: 40%;
}
.news .news_content ul li>.wp-block-columns>.wp-block-column:nth-of-type(2){
  flex-basis: unset!important;
}
.news .news_content ul li>.wp-block-columns>.wp-block-column:nth-of-type(1)>.wp-block-columns>.wp-block-column{
  flex-basis: unset!important;
  width: 50%;
}
.news .news_content ul li time{
  font-size:1.6rem;
  font-weight:700;
}
.news .news_content ul li .taxonomy-news_type a{
  font-size: 1.6rem;
  font-weight: 700;
  color: #D23339;
  width: 50%;
  display: inline-block;
  text-align: center;
  border: 1px #D23339 solid;
  border-radius: 20px;
    pointer-events: none;
}
.news .news_content ul li .wp-block-post-title a{
  font-size: 1.8rem;
  font-weight: 700;
  color: #000000;
}
.news .news_content h2 {
  text-align:center;
}
.news .news_content ul li{

}
.news .news_content ul li a{
  color:#000000;
}
.news .news_content ul li .article_txt{
    display: flex;
    padding: 2% 0;
}
.news .news_content ul li .article_txt .days{
  font-size:1.6rem;
  font-weight:700;
  width: 15%;
  margin:0;
}
.news .news_content ul li .article_txt .tags{
  font-size: 1.6rem;
  font-weight: 700;
  color: #D23339;
    width: 10%;
    display: inline-block;
    text-align: center;
    border: 1px #D23339 solid;
    border-radius: 20px;
    pointer-events: none;
  margin: 0 5% 0 0;
}
.news .news_content ul li .article_txt .titles{
  font-size:1.6rem;
  font-weight:700;
    width: 70%;
  margin:0;
  display:flex;
  justify-content:space-between;
}
.news .news_content ul li .article_txt .titles:after{
  content: ">";
    color: #d23339;
    font-weight: bold;
}
.news .link_btn a{
  color: #d23339;
    background-color: #fde619;
    border-radius:20px;
}
/*********** contactページ **********/
.contact .contact_inner_wrap{
  margin-top:0;
  padding:100px 0 100px 0;
}
.contact .contact_inner_wrap{
  background-color:#FEF9F9;
}

.contact p{
  font-size:1.4rem;
  font-weight:500;
}
.contact .title{
  font-size:1.4rem;
  font-weight:700;
}
.contact .required{
  font-size:1.0rem;
  font-weight:700;
}
.contact .non_required{
  font-size:1.0rem;
  font-weight:700;
}
.contact input{
  font-size:1.6rem;
  font-weight:500;
}
.contact textarea{
  font-size:1.6rem;
  font-weight:500;
}
.contact .submit_btn{
  font-size:1.28rem;
  font-weight:700;
}

.contact .contact_inner{
  width:60%;
  margin:0 auto;
  background-color:#ffffff;
  padding-top: 5%;
}
.form_wrap{
  width:80%;
  margin:0 auto;
}
.form_wrap .title{
  line-height:3;
}
.form_name{
  display:flex;
  justify-content:space-between;
}
.form_name p{
  width:48%;
}
.required{
  background-color:#D23339;
  color:#ffffff;
  padding: 3px 8px;
  border-radius: 8px;
  margin: 0 5px 0 0;
}
.non_required{
  background-color:#777777;
  color:#ffffff;
  padding: 3px 8px;
  border-radius: 8px;
  margin: 0 5px 0 0;
}
.submit_btn_wrap{

}
.submit_btn{
  background-color:#D23339!important;
  color:#ffffff!important;
  width:30%;
  border: none;
  margin: 0 auto;
  display: block;
  padding: 2% 0;
  border-radius: 20px;
}

/*********** thanksページ **********/
.thanks .thanks_text{
  margin-top:0;
  padding:100px 0 100px 0;
}
.thanks .thanks_text{
  background-color:#FEF9F9;
}

.thanks_text p{
  font-size:1.8rem;
  font-weight:500;
}
.thanks_text .title_1{
  font-size:3.8rem;
  font-weight:700;
}

/*********** privacyページ **********/
.privacy{
  padding-top:160px;
}
.privacy .privacy_inner{
  margin-top:0;
  padding:150px 0 100px 0;
}
.privacy .privacy_inner{
  background-color:#FEF9F9;
}

.privacy .title_1{
  font-size:3.2rem;
  font-weight:700;
  border:none;
}
.privacy .title_1:after{
  display:none;
}
.privacy .p_1{
  font-size:1.6rem;
  font-weight:500;
}
.privacy .pp_sec h4{
  font-size:2.4rem;
  font-weight:600;
}
.privacy .pp_sec p{
  font-size:1.6rem;
  font-weight:500;
}
.privacy .pp_sec{
  margin-top:3%;
}

/*********** voice投稿ページ **********/
.post_voice-template-default{
  background-color:#fef9f9;
}
.post_voice-template-default .siteContent{
  padding-top:150px;
}
.post_voice-template-default .page-header{
  display:none;
}
.post_voice-template-default .entry-header{
  display:none;
}
.post_voice-template-default .entry-footer{
  display:none;
}
.post_voice-template-default .entry-title{
  display:none;
}

.post_voice-template-default h3{
  position: relative;
  border: none;
}
.post_voice-template-default h3:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;/*線の上下位置*/
  display: inline-block;
  width: 20%;/*線の長さ*/
  height: 5px;/*線の太さ*/
  background-color: #D23339;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}
.post_voice-template-default .title_1{
  font-size:3.2rem;
  font-weight:500;
  padding:3% 0 5% 0;
}
.post_voice-template-default .post_wrap{
  width:90%;
  border:1px solid #D23339;
  padding:1% 5%;
  margin:0 auto 5% auto;
  background-color:#ffffff;
}
.post_voice-template-default .comment{
  border:2px solid #D23339;
  padding:1%;
}

.post_voice-template-default .query .wp-block-post-terms a{
  font-size: 1.2rem;
  font-weight: 500;
  border: 1px solid #D23339;
  border-radius: 20px;
  color: #000000;
  display: inline-block;
  text-align: center;
  width: 90%;
}
.post_voice-template-default .wp-block-post-title{
  font-size:3.2rem;
  font-weight:600;
}
.post_voice-template-default .wp-block-post-title:before{
  display:none;
}
.post_voice-template-default .wp-block-post-title a{
  font-size: 1.8rem;
  font-weight: 600;
  color:#000000;
}
.post_voice-template-default .wp-block-post-date time{
  font-size:1.4rem;
  font-weight:600;
  display: flex;
  align-items: center;
}
.post_voice-template-default .wp-block-post-date time:before{
  content:url(https://vetvet-english.com/wp-content/uploads/2024/02/Time.png);
}
.post_voice-template-default .author>.wp-block-column:nth-of-type(1){
  flex-basis: 20%!important;
}
.post_voice-template-default .author>.wp-block-column:nth-of-type(2){
  flex-basis: 80%!important;
}
.post_voice-template-default .author .tag_wrap{
  display:block;
}
.post_voice-template-default .author .tag_wrap>div{
  width:20%;
  float:left;
  margin:0 0 0 0;
  padding:0 5% 0 0;
}
.post_voice-template-default .author .tag_wrap>div a{
  font-size:1.4rem;
  font-weight:500;
  color:#000000;
  display:inline-block;
  width:100%;
  text-align:center;
  border:1px solid #D23339;
  border-radius: 20px;
    line-height: 2.5;
}
.post_voice-template-default .author h3{
  font-size:2.4rem;
  font-weight:600;
  color:#000000;
  clear:both;
  margin: 0 0 0 0;
    padding: 3% 0 0 0;
}
.post_voice-template-default .author .wp-block-post-title{
  font-size:1.8rem;
  font-weight:600;
  color:#000000;
}
.post_voice-template-default .author{
  margin-bottom:2%;
}
.post_voice-template-default .entry-body .post_wrap > .wp-block-post-title:nth-of-type(2){
  display:none;
}
.post_voice-template-default .entry-body .post_wrap > h3{
  font-size:2.4rem;
  font-weight:600;
  color:#000000;
  margin-top: 10%;
}
.post_voice-template-default .entry-body .post_wrap > h4{
  font-size:2.0rem;
  font-weight:500;
  color:#000000;
}
.post_voice-template-default .entry-body .post_wrap > p{
  font-size:1.6rem;
  font-weight:500;
  color:#000000;
  padding:0 0 0 0;
}
.post_voice-template-default .comment{
  margin-bottom: 5%!important;
}
.post_voice-template-default .comment h4{
  font-size:2.4rem;
  font-weight:600;
  color:#000000;
}
.post_voice-template-default .comment p{
  font-size:1.4rem;
  font-weight:500;
  color:#000000;
}
.archive .page-header {
  display;none;
}
.archive body {
  padding-top;150px;
}

.post_voice-template-default .query h2{
  font-size:3.2rem;
  font-weight:600;
  margin-bottom: 7%;
}
.post_voice-template-default .query h2 span{
  font-size:2.4rem;
  font-weight:500;
  color: #D23339;
  line-height: 2;
}
.post_voice-template-default .query h2:before{
  width: 12%;/*線の長さ*/
}
@media screen and (min-width: 320px) and (max-width: 781px) {
.post_voice-template-default .query h2{
  font-size:3.2rem;
  font-weight:500;
}
.post_voice-template-default .query h2 span{
  font-size:2.4rem;
  font-weight:normal;
  color: #D23339;
  line-height: 2;
}
}


.post_voice-template-default .query .wp-block-query-pagination-numbers{
  width:20%;
  text-align: center;
}
.post_voice-template-default .query .wp-block-query-pagination-numbers .page-numbers{
  font-size: 2.4rem;
  font-weight: 500;
  padding: 0 6%;
  color:#000000;
}
.post_voice-template-default .query .wp-block-query-pagination-numbers .current{
  border-radius: 40px!important;
  background-color:#D23339!important;
  color:#ffffff!important;
}
.post_voice-template-default .query .wp-block-query-pagination-next{
  visibility:hidden;
}
.post_voice-template-default .query .wp-block-query-pagination-next span{
  visibility:visible;
  color:#000000;
}
.post_voice-template-default .query .wp-block-query-pagination-previous{
  visibility:hidden;
}
.post_voice-template-default .query .wp-block-query-pagination-previous span{
  visibility:visible;
  color:#000000;
}


.post_voice-template-default .wp-block-query-pagination{
  display:none;
}
.post_voice-template-default .postNextPrev{
  display:none;
}
.post_voice-template-default .wp-block-read-more{
  margin: 0 auto;
  color:#D23339;
  opacity:0.6;
  font-size:1.4rem;
  font-weight:500;
}
.post_voice-template-default .footer_above .title_1{
  font-size:3.2rem;
  font-weight:600;
  padding:3% 0;
  margin:0;
}
.post_voice-template-default .footer_above .title_1:before{
  display:none;
}

@media screen and (min-width: 320px) and (max-width: 781px) {
.post_voice-template-default .footer_above .title_1{
  font-size:3.2rem;
  font-weight:600;
}
}
/*********** お知らせ投稿ページ **********/
.post_news-template-default .page-header{
  display:none;
}
.post_news-template-default .siteContent{
  padding-top:170px;
}
/*
.post_news-template-default .entry-header{
  display:none;
}
*/
.post_news-template-default .entry-meta{
  display:none;
}
.post_news-template-default .siteContent .entry-title{
  color:#000000; 
  margin: 5% 0 0 0;
}
.post_news-template-default .wp-block-post-title{
  font-size:3.2rem;
  font-weight:600;
}
.post_news-template-default .wp-block-post-title:before{
  display:none;
}
.post_news-template-default .wp-block-post-date time{
  font-size:1.4rem;
  font-weight:600;
  display: flex;
  align-items: center;
}
.post_news-template-default .wp-block-post-date time:before{
  content:url(https://vetvet-english.com/wp-content/uploads/2024/02/Time.png);
}
.post_news-template-default .wp-block-post-date{
  width:20%;
  float:left;
  margin:0 0 0 0;
  padding:0 5% 0 0;
}
.post_news-template-default .taxonomy-news_type{
  width:20%;
  float:left;
  margin:0 0 0 0;
  padding:0 5% 0 0;
}

.post_news-template-default .taxonomy-news_type a{
  font-size:1.4rem;
  font-weight:500;
  color:#000000;
  display:inline-block;
  width:100%;
  text-align:center;
  color:#D23339;
  border:1px solid #D23339;
  border-radius: 20px;
    line-height: 2.5;
  pointer-events: none;
}

.post_news-template-default .wp-block-image{
  clear:both;
  padding-top:2%;
}
.post_news-template-default h3{
  font-size:2.4rem;
  font-weight:600;
  color:#000000;
}
.post_news-template-default h3:after {
    content: ".";
    line-height: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: -1px;
    width: 15%;
    border-bottom: 1px solid #D23339;
}
.post_news-template-default h4{
  font-size:2.0rem;
  font-weight:500;
  color:#000000;
}
.post_news-template-default p{
  font-size:1.6rem;
  font-weight:500;
  color:#000000;
  padding:5% 0 0 0;
}
.post_news-template-default .return_news{
  position:absolute;
  width:100%;
  margin;0;
  padding:0;
}
.post_news-template-default .return_news a{
  position:relative;
  z-index:2;
  font-size:1.6rem;
  font-weight:500;
  color:#000000;
}
.post_news-template-default .entry-footer{
  display:none;
}

.post_news-template-default .postNextPrev{
  width: 60%;
  margin: 0 auto;
  position:relative;
  z-index:1;
  margin-top:0;
}
.post_news-template-default .postNextPrev .card-body{
  padding:0;
}
.post_news-template-default .postNextPrev .card-img-outer{
  display:none;
}
.post_news-template-default .postNextPrev .postNextPrev_label{
  display:none;
}
.post_news-template-default .postNextPrev .vk_post_date{
  display:none;
}
.post_news-template-default .postNextPrev .vk_post_title{
  margin:0;
}
.post_news-template-default .postNextPrev .vk_post_title a{
  font-size:0;
}
.post_news-template-default .postNextPrev .card-horizontal{
  border:none;
}
.post_news-template-default .postNextPrev .card-horizontal:nth-of-type(1) .vk_post_title a:before{
  content:"<";
  font-size:2.0rem;
  color:#d23339;
  font-weight:600;
}
.post_news-template-default .postNextPrev .card-horizontal:nth-of-type(2) .vk_post_title{
  text-align:right;
}
.post_news-template-default .postNextPrev .card-horizontal:nth-of-type(2) .vk_post_title a:before{
  content:">";
  font-size:2.0rem;
  color:#d23339;
  font-weight:600;
}

@media screen and (min-width: 992px){
/*********** 共通 **********/
/****** ヘッダー *****/
  .siteHeader {
    width: 100%;
    position: absolute;
    border-radius: 0 0 15px 15px;
  }
  .siteHeader_logo {
    float: left;
    width: 20%;
  }
  .page-template-default .page-header,.breadSection{
    display:none;
  }
  .page-template-default .siteContent{
    padding-top:0;
  }
  .gMenu_outer {
    clear: both;
    float: left;
    width:unset;
  }

  .heade_button{
    width: 50%;
  }
  .heade_button p{
    width:25%;
  }
  .heade_button .lang_img{
    width:20%;
    display: flex;
    align-items: center;
  }
  .heade_button .lang_img img{
    margin:0 10px 0 0;
  }
  .heade_button .button_lesson a{
    background-color:#06C755;
/*
	  color:#D23339;
*/
    color:#ffffff;
    display:block;
    text-align:center;
    padding:5% 10%;
    border-radius: 20px;
  }
  .heade_button .button_free a{
    background-color:#D23339;
    color:#ffffff;
    display:block;
    text-align:center;
    padding:5% 10%;
    border-radius: 20px;
  }
  .heade_button .button_lang a{
    color:#000000;
    display:block;
    text-align:left;
    padding:0 10%;
  }
  #menu-item-931-ja{
    display:none;
  }
  #menu-item-931-vi{
    display:none;
  }

/****** フッター *****/
  .siteFooter {
    border-top: 30px solid #D23339;
  }
  .footerWidget .row .col-md-4{
    flex: 0 1 auto;
  }
  .footerWidget .row .col-md-4:nth-of-type(1){
    width:25%;
  }
  .footerWidget .row .col-md-4:nth-of-type(2){
    width:50%;
    max-width:50%;
  }
  .footerWidget .row .col-md-4:nth-of-type(3){
    width:25%;
  }
  .footer_btn1 a{
    border-radius:20px!important;
  }
  .footer_btn2 a{
    border-radius:20px!important;
  }
  footer .copySection{
    padding-top:0;
  }
  footer .copySection p{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D23339;
    color:#ffffff;
    margin-left: calc(-50vw + 50%);
    width: 100vw;
    height:30px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px){
  .top_feat_btn{
    border-radius: 30px;
    width: 70%;
    line-height: 1;
  }
  .top_features .p_height{
    min-height:180px;
  }
  .top_features h3{
    min-height:50px;
  }
}
@media screen and (min-width: 900px) and (max-width: 991px){
.top_features .p_height{
  min-height:180px;
}
}
@media screen and (min-width: 850px) and (max-width: 899px){
.top_features .p_height{
  min-height:170px;
}
}
@media screen and (min-width: 782px) and (max-width: 849px){
.top_features .p_height{
  min-height:160px;
}
}
@media screen and (min-width: 782px) and (max-width: 991px){
  .page-template-default .siteContent{
    margin-top:-5%;
  }
.mainSection {
    margin-bottom: 0;
}
/****** ヘッダー *****/
  .siteHeader {
    width: 100%;
    position: absolute;
    border-radius: 0 0 15px 15px;
    padding: 0;
  }
  .siteHeader .siteHeadContainer{
    max-width: unset;
  }
  .siteHeader_logo img {
    max-height: 60px;
  }
  .vk-mobile-nav-menu-btn {
    left: unset;
    top: 5px!important;
    right: 5px;
  }
  
  .heade_button .button_free{
    display:none;
  }
  .heade_button .button_lang{
    display:none;
  }
  .heade_button .lang_img{
    display:none;
  }

  .heade_button .button_free{
    display:none;
  }
  .heade_button {
    display: flex;
    align-items: center;
    height: 46px;
    width: 25%;
    margin: 0px 10% 0 0;
    position: absolute;
    right: 10px;
    top: 0;
  }
  .heade_button p {
    width: 100%;
    height:unset;
    font-size:16px;
    margin:0;
  }

  .siteHeader_logo {
    float: left;
    width: 50%;
    padding:0;
  }
  .siteHeader_logo img {
    display: block;
    margin: 0;
  }
/*ハンバーガーメニューカスタマイズ*/
  .vk-mobile-nav-menu-btn {
    border: none;
    background-image: url("https://vetvet-english.com/wp-content/uploads/2024/01/vk-menu-btn-red.png");
    background-size: cover;
  }

  .vk-mobile-nav-menu-btn.menu-open {
    border: none;
    background-image: url("https://vetvet-english.com/wp-content/uploads/2024/01/vk-menu-close-red.png");
    background-size: cover;
  }
  .top_feat_btn{
    width: 70%;
  }
  .top_features h3{
    min-height:50px;
  }
  
  .top_school_img{
    position:relative;
    margin-bottom:15%;
  }
  .fixed_banner{
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2% 0 2% 0;
    background-color: #ffffff;
    z-index:8888;
  }
  .fixed_banner .p_1{
    text-align: center;
    width: 100%;
    margin: 0 auto;
    color:#D23339;
    padding: 2% 0;
    font-size:1.6rem;
    font-weight:500;
  }
  .fixed_banner .p_2{
    background-color: #D23339;
    border-radius: 30px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    color:#ffffff;
    padding:2% 0;
    font-size:2.0rem;
    font-weight:500;
  }
  body{
    padding-bottom:15%;
    margin-top:-60px;
  }
}
@media screen and (min-width: 320px) and (max-width: 781px){
/*********** 共通 **********/
 :root {
  margin-top:0!important;
}
.alignfull_inner{
  padding-right:5%;
  padding-left:5%;
}
.mainSection {
    margin-bottom: 0;
}
  h2{
    font-size: 4.5vw;
    font-weight: bold;
  }
  h2 span{
    font-size: 4.0vw;
  }
h2:before{
  left: 50%;
  bottom: 0;/*線の上下位置*/
  display: inline-block;
  width: 20%;/*線の長さ*/
  height: 3px;/*線の太さ*/
  background-color: #D23339;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}
  body{
    margin-top:30px;
  }
/****** ヘッダー *****/
  .siteHeader {
    width: 100%;
    position: absolute;
    border-radius: 0 0 15px 15px;
    padding: 0;
  }
  .vk-mobile-nav-menu-btn {
    left: unset;
    top: 5px!important;
    right: 5px;
  }

  .heade_button .button_free{
    display:none;
  }
  .heade_button .button_lang{
    display:none;
  }
  .heade_button .lang_img{
    display:none;
  }
  .heade_button {
    display: flex;
    align-items: center;
    height: 46px;
    width: 30%;
    margin: 0px 10% 0 0;
    position: absolute;
    right: 10px;
    top: 0;
  }
  .heade_button p {
    width: 100%;
    height:unset;
    font-size:16px;
    margin:0;
  }
  .heade_button .button_lesson a {
    max-height: 45px;
    padding: 3px 0;
}
  .siteHeader_logo {
    float: left;
    width: 50%;
    padding:0;
  }
  .siteHeader_logo img {
    display: block;
    margin: 0;
  }
/*ハンバーガーメニューカスタマイズ*/
  .vk-mobile-nav-menu-btn {
    border: none;
    background-image: url("https://vetvet-english.com/wp-content/uploads/2024/01/vk-menu-btn-red.png");
    background-size: cover;
  }

  .vk-mobile-nav-menu-btn.menu-open {
    border: none;
    background-image: url("https://vetvet-english.com/wp-content/uploads/2024/01/vk-menu-close-red.png");
    background-size: cover;
  }
  .vk-mobile-nav nav ul li a{
    display: flex;
    justify-content: space-between;
  }
  .vk-mobile-nav nav ul li a:after{
    content:">";
    color:#D23339;
    font-weight:bold;
  }
  .vk-mobile-nav {
    background-color: #f4f2e9;
  }
  .vk-mobile-nav-widget p{
    text-align:right;
  }
  .vk-mobile-nav-widget p a{
    color:#000000;
  }
/****** フッター *****/
.siteContent_after {
  display:none;
}
.footerWidget .row .col-md-4:nth-of-type(2) p a{
  font-size:1.2rem;
  font-weight:600;
}
  .footerWidget .row{
    display:block;
    position:relative;
  }
  .footerWidget .row .col-md-4:nth-of-type(1) {
    width: 35%;
  }
  .footerWidget .row .col-md-4:nth-of-type(3){
    width: 65%;
    position:absolute;
    right:0;
    top:3%;
  }
  .footerWidget .row .col-md-4:nth-of-type(3) .wp-block-columns{
    display:block;
  }
  .footerWidget .row .col-md-4:nth-of-type(2) {
    width: 75%;
    max-width: 100%;
  }
  .footerWidget .row .col-md-4:nth-of-type(3) .widget_block:nth-of-type(1){
    display: block;
  }
  .footerWidget .row .col-md-4:nth-of-type(3) .widget_block:nth-of-type(1) .wp-block-columns{
    display: block;
    margin:0;
  }
  .footerWidget .row .col-md-4:nth-of-type(3) .widget_block:nth-of-type(1) .wp-block-columns .wp-block-column{
    flex-basis: unset!important;
    float:left;
    margin: 0 7% 0 0;
    width:10%;
  }
  .footerWidget .row .col-md-4:nth-of-type(3) .widget_block:nth-of-type(1) .wp-block-columns .wp-block-column .wp-block-image{
    width:100%;
    float:left;
    margin:0 ;
  }
  .footerWidget .row .col-md-4:nth-of-type(3) .widget_block:nth-of-type(1) .wp-block-columns .wp-block-column .wp-block-image img{
    width:30px;
    height:auto;
  }
  .footerWidget .row .col-md-4:nth-of-type(3) .widget_block:nth-of-type(2){
    display:none;
  }
  .footerWidget .row .col-md-4:nth-of-type(3) .widget_block:nth-of-type(3){
    display:none;
  }
  .fixed_banner{
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2% 0 2% 0;
    background-color: #ffffff;
    z-index:8888;
  }
  .fixed_banner .p_1{
    text-align: center;
    width: 100%;
    margin: 0 auto;
    color:#D23339;
    padding: 2% 0;
    font-size:1.2rem;
    font-weight:500;
  }
  .fixed_banner .p_2{
    background-color: #D23339;
    border-radius: 30px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    color:#ffffff;
    padding: 2% 0;
    font-size:1.6rem;
    font-weight:500;
  }
  body{
    padding-bottom:15%;
  }

/*********** topページ **********/
.top .top_about,
.top .top_features,
.top .top_plan,
.top .top_voice,
.top .top_school,
.top .top_trial,
.top .top_news{
  padding:30px 0 50px 0;
}
.top .top_fv{
  padding:0 0 50px 0;
}
.top .top_fv{
  background-color:#F4F2E9;
}

.top_about p{
  font-size:1.4rem;
  font-weight:500;
}
.top_features .title_1{
  font-size: 1.6rem;
  font-weight:800;
}
.top_features .top_feat_btn{
  font-size: 1.2rem;
  font-weight:700;
}
.top_features .p_2{
  padding:0 5% 10% 5%!important;
}
.top_features .p_height{
  min-height:unset;
}

.top .link_btn a{
  font-size: 1.8rem;
  font-weight:800;
}
.top_plan .p_1{
  font-size: 1.4rem;
  font-weight:500;
}
.top_plan .title_1{
  font-size: 1.6rem;
  font-weight:800;
}
.top_plan .title_2{
  font-size: 2.0rem;
  font-weight:900;
}
.top_school .title_1{
  font-size: 1.8rem;
  font-weight:700;
}
.top_trial .p_1{
  font-size: 1.4rem;
  font-weight:500;
}
.top_trial .title_1{
  font-size: 1.5rem;
  font-weight:700;
}
.top_trial .title_2{
  font-size: 1.4rem;
  font-weight:600;
}
.top_trial .title_2 span{
  font-size: 1.2rem;
  font-weight:600;
}
.top_features .banner_1 .banner_1_text{
  font-size:1.4rem;
  font-weight:500;
}
.top_features .banner_1 .banner_1_text_2{
  font-size:2.2rem;
  font-weight:600;
  color:#CAA846;
  letter-spacing: 0.00001rem;
}
.top_features .banner_1 .banner_1_text_2 span{
  font-size:1.8rem;
  font-weight:600;
}
.top_features .banner_1 .banner_1_text_3{
  font-size:2.2rem;
  font-weight:600;
  color:#CAA846;
  letter-spacing: 0.00001rem;
}
.top_features .banner_1 .banner_1_text_3 span{
  font-size:1.8rem;
  font-weight:600;
}

.top_fv{
  position:relative;
}
.top_fv .top_fv_p1{
  position: relative;
  font-size: 3.2rem;
  font-weight:900;
}
.top_fv .top_fv_p2{
  position: relative;
  font-size: 2.0rem;
  font-weight:600;
}
.top_fv .top_fv_btn{
  position: relative;
  border-radius: 30px;
  width: 100%;
  line-height: 1;
}
.top_fv .top_fv_btn .wp-block-button{
  width: 90%;
}
.top_fv .top_fv_btn a{
  font-size: 1.4rem;
  font-weight:800;
  padding: 2% 0;
  width:100%;
}
  .top_about p{
    padding-right: 0!important;
    padding-left: 0!important;
  }
  .top_features .wp-block-image{
    margin-right: 0!important;
    margin-left: 0!important;
    max-width: 100%;
  }
  .top_features h3{

  }
  .top_features .top_feature_img img{
    margin:0 auto;
    width:100%;
  }
  .top_features .column{
    position:relative;
  }
  .top_features .column .top_feat_btn{
    position: absolute;
    top: 8%;
    left: 0%;
    width: 30%;
  }
  .top_plan p:nth-of-type(1){
    padding-right: 0!important;
    padding-left: 0!important;
  }
  .top_trial p:nth-of-type(1){
    padding-right: 0!important;
    padding-left: 0!important;
  }
  .top_trial img{
    margin:0 auto;
  }
  .top_school_img{
    position:relative;
    margin-bottom:0;
  }
  .top_school_img_txt{
    clear:both;
    position: relative;
    top: 0;
    left: 0;
    padding: 5% 8%;
    width:90%
  }
  .top_school_img_img{
    width:100%;
    float;none;
    margin-bottom:-15%;
  }
  .top_school_img_img img{
    width:100%;
  }
  .top_trial .top_trial_column{
    background-image:url(https://vetvet-english.com/wp-content/uploads/2024/01/top_trial_bg.png);
    background-size:100% 100%;
    padding: 3% 4% 10% 4%;
  }
  
  .top_voice .swiper-outer .swiper {
    width: 85%;
  }
  .top_voice .swiper-outer .swiper-button-next:after {
    font-size: 1.8rem;
  }
  .top_voice .swiper-outer .swiper-button-prev:after {
    font-size: 1.8rem;
  }
  .top_voice_slider{
    padding:15% 0;
  }
  .top .link_btn {
    width: 80%;
  }
  .top_voice .btn_detail {
    margin: 15% 0 0 0;
  }
  .top_voice_slider .swiper-button-next.swiper-button-mobile-bottom,
  .top_voice_slider .swiper-button-prev.swiper-button-mobile-bottom{
    top:50%;
    bottom:10px;
  }
  .top_voice_slider .swiper-button-prev.swiper-button-mobile-bottom{
    left:-10px;
  }
  .top_voice_slider .swiper-button-next.swiper-button-mobile-bottom{
    right:-10px;
  }
  .top_voice_slider .vk_slider_item-background-area{
    background-color:unset!important;
  }
  
  
.top_features .banner_1{
  position:relative;
  margin:15% 0 0 0;
}
.top_features .banner_1 .banner_1_text{
  position: absolute;
  top: 29%;
  left: 8%;
  width: 85%;
  line-height: 1.5;
}
.top_features .banner_1 .banner_1_text span{
  color:#D23339;
}
.top_features .banner_1 .banner_1_text_2{
  position: absolute;
  top: 75%;
  left: 56%;
}
.top_features .banner_1 .banner_1_text_3{
  position: absolute;
  top: 75%;
  left: 18%;
}

.top_features .top_feat_btn{
  font-size: 1.2rem;
  font-weight:700;
  width: 40%;
  padding: 2% 0;
}
.top .link_btn{
  width:80%;
}
.top .link_btn a{
  font-size: 1.8rem;
  font-weight:800;
  width:100%;
}
.top_plan .plan_title{
  background-color: #f4f2e9;
  margin: -25% 0 0% -5%;
  padding: 5% 0 5% 5%;
  border-radius: 0 10px 0 0px;
  width: 80%;
}

.top_news .link_btn a{
  border-radius:30px;
}

.top_trial .top_trial_column h4 {
    font-size: 1.2rem;
    margin:0 0 5% 0;
}
.top_trial .top_trial_column p {
    font-size: 1.2rem;
    line-height: 1.2;
}
.top_trial .top_trial_column{
    padding:3% 5% 10% 5%;
}
.top_trial .title_1{
    width:100%;
  border: 2px #D23339 solid;
  border-radius: 20px;
}
.top_trial .top_trial_column .wp-block-columns .wp-block-column:nth-of-type(2){
  display: flex;
  align-items: center;
}
.top_trial .link_btn a{
  border-radius:30px;
}

.top_news ul{
  padding:0;
  margin-bottom: 10%;
}
.top_news ul li{
  margin-bottom:4%;
}
.top_news ul li .article_txt{
    padding: 5% 5%;
    border-radius: 30px;
    flex-wrap: wrap;
}
.top_news ul li .article_txt .days{
  font-size: 1.2rem;
  font-weight: 700;
  width: 15%;
  margin:0;
  width:40%;
}
.top_news ul li .article_txt .tags{
  font-size: 0.8rem;
    font-weight: 700;
  color: #D23339;
    width: 10%;
    display: inline-block;
    text-align: center;
    border: 1px #D23339 solid;
    border-radius: 20px;
    pointer-events: none;
  margin: 0 5% 0 0;
  width:30%;
  display:flex;
  justify-content: center;
    align-items: center;
}
.top_news ul li .article_txt .titles{
  font-size: 1.6rem;
    font-weight: 700;
    width: 70%;
  margin:0;
  display:flex;
  justify-content:space-between;
  width:100%;
  line-height: 1.2;
    padding: 5% 0 0 0;
}
.top_news ul li .article_txt .titles:after{
  content: ">";
    color: #d23339;
    font-weight: bold;
}
/*********** aboutページ **********/
.about .about_point,
.about .about_slider,
.about .about_env{
  padding:30px 0 50px 0;
}
.about .about_intro{
  padding:0 0 50px 0;
}
.about .about_fv2{
  margin-top:0;
  padding:0 0 50px 0;
}

.about .about .link_btn{
  font-size: 1.8rem;
  font-weight:800;
}
.about .about_intro .title_1{
  font-size:1.8rem;
  font-weight:600;
}
.about .about_intro .p_1{
  font-size:1.4rem;
  font-weight:500;
}
.about .about_point .icon_point{
  font-size:1.2rem;
  font-weight:600;
  width:30%;
  text-align:center;
  padding:3% 0;
}
.about .about_point .title_1{
  font-size:2.0rem;
  font-weight:600;
}
.about .about_point .p_1{
  font-size:2.0rem;
  font-weight:600;
}
.about .about_slider p{
  font-size:1.2rem;
}
.about .about_fv2 .title_1{
  font-size:1.6rem;
  font-weight:500;
}
.about .about_fv2 .title_2{
  font-size:1.8rem;
  font-weight:700;
}
.about .about_env .title_1{
  font-size:2.0rem;
  font-weight:600;
}
.about .about_env .p_1{
  font-size:1.4rem;
  font-weight:500;
}

.about .about_intro p{
    padding-right: 0!important;
    padding-left: 0!important;
  }
.about .about_point .wp-block-columns{
    flex-direction: column-reverse;
  }
  
  
  
.about .about_slider .slider_wrap .swiper-button-next,
.about .about_slider .slider_wrap .swiper-button-prev{
    top: 50%;
}
.about .about_slider .slider_wrap .swiper-button-next{
  right:2%;
}
.about .about_slider .slider_wrap .swiper-button-prev{
  left:2%;
}
.about .about_slider .slider_wrap .swiper-button-next:after,
.about .about_slider .slider_wrap .swiper-button-prev:after {
    display: inline-flex;
    font-size: 1.5rem;
    align-items: center;
    font-weight: bold;
    background-color: #F4F2E9;
    box-shadow: 5px 5px 5px #777;
    border-radius: 15px;
    padding: 5px 10px;
}

.about .about_fv2_text{
    width:90%;
    margin:-7% auto 0 auto;
    float:none;
    padding-bottom:10%;
  }
.about .about_fv2 .about_fv2_text .link_btn {
    width: 100%;
    text-align: center;
  }  
.about .about_fv2 .about_fv2_text .link_btn a {
    width: 80%;
  }
  .about_fv2 .p_1 {
    font-size: 1.4rem;
    font-weight: 500;
}
  
.about .about_env p{
    padding-right: 0!important;
    padding-left: 0!important;
  }
.about .about_env .table_wrap{
  background-color:#ffffff;
  padding:5% 5%;
}
.about .about_env .table_wrap table tr td{
  border:none;
  vertical-align:middle;
}
.about .about_env .table_wrap table tr td{
  font-size:1.0rem;
  font-weight:500;
}
.about .about_env .table_wrap table tr td span{
  font-size:1.0rem;
  font-weight:500;
}
.about .about_env .table_wrap table tr:nth-of-type(1) td{
  font-size:1.0rem;
  font-weight:500;
}
.about .about_env .table_wrap table tr td:nth-of-type(1){
  font-size:1.0rem;
  font-weight:500;
}
.about .about_env .table_wrap table tr:nth-of-type(2n) td{
  background-color:#f4f4f4;
}
.about .about_env .table_wrap table tr td:nth-of-type(2) {
  border-left:1px solid #d23339;
  border-right:1px solid #d23339;
  color:#d23339;
}
.about .about_env .table_wrap table tr:nth-of-type(1) td:nth-of-type(2) {
  border-left:none;
  border-right:none;
  background-color:#d23339;
  color:#ffffff;
  border-radius:10px 10px 0 0;
}
.about .about_env .table_wrap table tr:nth-of-type(6) td:nth-of-type(2) {
  border-bottom:1px solid #d23339;
}
.about .about_fv .wp-block-image{
  margin:0;
}
/*********** planページ **********/
.plan .plan_table,
.plan .plan_voice{
  padding:30px 0 50px 0;
}
.plan .plan_plans{
  padding:0 0 50px 0;
}

.plan .plan_plans .course{
  background-color:#ffffff;
  margin: 0 0 5% 0;
  padding: 5% 7% 7%!important;
}

.plan .wp-block-button{
  font-size: 1.8rem;
  font-weight:800;
}
.plan .plan_plans .p_1{
  font-size:2.0rem;
  font-weight:700;
  text-align:left;
  margin:0 0 0 0;
  padding:15% 0 5% 0;
}
.plan .plan_plans .title_1{
  font-size:1.6rem;
  font-weight:800;
}
.plan .plan_plans .title_2{
  font-size:2.0rem;
  font-weight:900;
}
.plan .plan_plans .plan_btn{
  font-size:1.0rem;
  font-weight:700;
}
/*.plan .plan_plans .course p:nth-of-type(1)*/
.course .course-type {
  font-size:1.6rem;
  font-weight:700;
}
/*.plan .plan_plans .course p:nth-of-type(1) span*/
.course .course-note {
  font-size:1.4rem;
}
/*.plan .plan_plans .course p:nth-of-type(2)*/
.course .course-price {
  font-size:1.2rem;
  font-weight:700;
}
/*.plan .plan_plans .course p:nth-of-type(2) span:nth-of-type(1)*/
.course .price-main {
  font-size:2.0rem;
  color:#d23339;
}
/*.plan .plan_plans .course p:nth-of-type(2) span:nth-of-type(2)*/
.course .price-unit {
  font-size:1.4rem;
  color:#d23339;
}
/*.plan .plan_plans .comment p:nth-of-type(1)*/
.course .note .note-heading {
  font-size:0.8rem;
  font-weight:700;
}
.plan .plan_plans .comment p:nth-of-type(1){
  font-size:1.4rem;
  font-weight:700;
}
/*.plan .plan_plans .comment p:nth-of-type(3) span{
  color:#d23339;
  font-weight:700;
}*/
.plan .plan_table .title_1{
  font-size:2.0rem;
  font-weight:600;
}
.plan .plan_table .p_1{
  font-size:1.4rem;
  font-weight:500;
}
.plan .plan_table table tr td{
  font-size:1.6rem;
  font-weight:500;
}
.plan .plan_table .p_2{
  font-size:1.4rem;
  font-weight:500;
}
.plan .plan_table .p_3{
  font-size:0.8rem;
  font-weight:500;
}
.plan .plan_plans .plan_title{
  background-color: #fef9f9;
  margin: -25% 0 0% -5%;
  padding: 5% 0 5% 5%;
  border-radius: 0 10px 0 0px;
  width: 80%;
}
.plan .plan_table p:nth-of-type(1){
    padding-right: 0!important;
    padding-left: 0!important;
  }
.plan .plan_fv .wp-block-image{
  margin:0;
}
.plan .plan_btn {
  border-radius: 30px;
  width: 20%;
  line-height: 1;
}
.plan .plan .link_btn{
  width:80%;
}
.plan .plan .link_btn a{
  font-size: 1.8rem;
  font-weight:800;
  width:100%;
}

.plan .top_voice .swiper-outer .swiper {
    width: 80%;
  }
.plan .top_voice .swiper .swiper-slide {
    background-color: #ffffff;
    padding: 5% 5%;
    border-radius: 20px;
  }
.plan .top_voice .swiper-outer .swiper-button-next:after {
    font-size: 1.8rem;
  }
.plan .top_voice .swiper-outer .swiper-button-prev:after {
    font-size: 1.8rem;
  }
.plan .top_voice_slider{
    padding:15% 0;
  }
.plan .top .link_btn {
    width: 80%;
  }
.plan .top_voice .btn_detail {
    margin: 15% 0 0 0;
  }
.plan .top_voice_slider .swiper-button-next.swiper-button-mobile-bottom,
.plan .top_voice_slider .swiper-button-prev.swiper-button-mobile-bottom{
    top:50%;
    bottom:10px;
  }
.plan .top_voice_slider .swiper-button-prev.swiper-button-mobile-bottom{
    left:-10px;
  }
.plan .top_voice_slider .swiper-button-next.swiper-button-mobile-bottom{
    right:-10px;
  }
.plan .top_voice_slider .vk_slider_item-background-area{
    background-color:unset!important;
  }
/*********** schoolページ **********/
.school .school_access{
  padding:30px 0 50px 0;
}
.school .school_slider{
  padding:30px 0 50px 0;
}

.school_slider .title_1{
  font-size:2.0rem;
  font-weight:700;
}
.school_access p_1{
  font-size:1.4rem;
  font-weight:500;
}
.school_table table tr td{
  font-size:1.0rem;
  font-weight:400;
}
.school_table table tr td:nth-of-type(1){
  font-size:1.4rem;
  font-weight:500;
}

  .school_access .school_table{
    padding-right: 0!important;
    padding-left: 0!important;
  }
  .school_table table tr:nth-of-type(1) td:nth-of-type(1) {
    width: 30%;
  }
.school_slider .swiper-button-next,.school_slider .swiper-button-prev{
  display:none!important;
}
.school_fv .wp-block-image{
  margin:0;
}
.school_instructor .column_profile {
    background-color: #ffffff;
    padding: 5% 5%;
    border-radius: 20px;
}

/*********** voiceページ **********/
.voice .voice_inner{
  padding:30px 0 50px 0;
}

.voice_search{
  width:100%;
}

.post_voice-template-default .query .wp-block-query-pagination-numbers{
  width:40%;
  text-align: center;
}

.voice_search .title_1{
  display:none;
  font-size:1.6rem;
  font-weight:700;
}
.voice_search .table_search table tr td{
  font-size:1.0rem;
  font-weight:700;
  padding: 1% 2%;
}
.voice_search .table_search table tr td:nth-of-type(1){
  font-size:1.2rem;
  font-weight:700;
}

  .post_voice-template-default .siteContent{
    padding-top:50px;
  }
  .post_voice-template-default .title_1{
    font-size:1.8rem;
    font-weight:600;
  }
  
  
  .post_news-template-default .siteContent{
    padding-top:50px;
  }
  
  
.voice_fv .wp-block-image{
  margin:0;
}
.voice_posts{
  padding:0 0 0 0;
}
.voice_posts li{
  width:90%;
  margin:0 auto 5% auto;
}
/*********** QAページ **********/
.qa .qa_menu{
  padding:30px 0 0 0;
}

.qa_menu_pc .wp-block-button__link{
  font-size:1.2rem;
  font-weight:700;
}
.accordion-open{
  font-size:1.5rem;
  font-weight:500;
}
.accordion-inner{
  font-size:1.6rem;
  font-weight:500;
}
.accordion-open div p:nth-of-type(1){
  font-size:2.4rem;
  font-weight:500;
}
.accordion-inner div p:nth-of-type(1){
  font-size:2.4rem;
  font-weight:500;
}
  .qa_menu .wp-block-button__link{
    font-size: 2.2vw;
  }

.qa_menu{
  width:100%;
}
.qa_fv .wp-block-image{
  margin:0;
}

/*********** newsページ **********/
.news .news_search{
  padding:0 0 0 0;
}
.news .news_content{
  padding:30px 0 50px 0;
}

.news .news_search{
  margin-top:0;
  padding:100px 0 0 0;
}
.news .news_content{
  margin-top:0;
  padding:50px 0 100px 0;
}
.news .news_search{
  background-color:#FEF9F9;
}
.news .news_content{
  background-color:#FEF9F9;
}
.news .news_content .alignfull_inner{
  padding:0;
}
.news .news_content .alignfull_inner ul{
  padding:0;
}
.news .news_content .alignfull_inner ul li .article_txt{
  display:block;
  position:relative;
}
.news .news_content .alignfull_inner ul li .days{
  width:30%;
  margin:0;
  font-size: 1.2rem;
  font-weight: 700;
  text-align:center;
}
.news .news_content .alignfull_inner ul li .tags{
  width:30%;
  margin:0;
  font-size: 1.4rem;
  font-weight: 700;
}
.news .news_content .alignfull_inner ul li .titles{
    width: 65%;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    align-items: center;
    font-size: 1.4rem;
    font-weight: 700;
}
.news .news_content .wp-block-buttons{
  display:none;
}
.news_search .news_menu p a{
  font-size:1.6rem;
  font-weight:700;
  color:#D23339;
  display: inline-block;
  width: 100%;
  border:1px solid #D23339;
  border-radius:30px;
  line-height:2.5;
}
.news_search .news_menu{
  display:block;
  width:80%;
  margin:0 auto;
}
.news_search .news_menu p{
  width:45%;
}
.news_search .news_menu p:nth-of-type(2n+1){
  float:left;
}
.news_search .news_menu p:nth-of-type(2n){
  float:right;
}

.news_search .wp-block-button__link{
  font-size:1.6rem;
  font-weight:700;
}

.news_fv .wp-block-image{
  margin:0;
}


/*********** contactページ **********/
.contact .contact_inner_wrap{
  padding:30px 0 50px 0;
}

.contact p{
  font-size:1.4rem;
  font-weight:500;
}
.contact .title{
  font-size:1.4rem;
  font-weight:700;
}
.contact .required{
  font-size:1.0rem;
  font-weight:700;
}
.contact .non_required{
  font-size:1.0rem;
  font-weight:700;
}
.contact input{
  font-size:1.5rem;
  font-weight:500;
}
.contact textarea{
  font-size:1.5rem;
  font-weight:500;
}
.contact .submit_btn{
  font-size:1.2rem;
  font-weight:700;
}
.contact .contact_inner{
  width:100%;
  padding: 5% 5%;
}
.contact_fv .wp-block-image{
  margin:0;
}
.form_wrap{
  width:100%;
  margin:0 auto;
}

/*********** thanksページ **********/
.thanks .thanks_text{
  padding:70px 0 50px 0;
}

.thanks_text p{
  font-size:1.5rem;
  font-weight:500;
}
.thanks_text .title_1{
  font-size:2.4rem;
  font-weight:700;
}
.thanks_fv .wp-block-image{
  margin:0;
}

/*********** privacyページ **********/
.privacy .privacy_inner{
  margin-top:0;
  padding:70px 0 50px 0;
}

.privacy .title_1{
  font-size:2.0rem;
  font-weight:700;
  text-align:center;
}
.privacy .p_1{
  font-size:1.4rem;
  font-weight:500;
}
.privacy .pp_sec h4{
  font-size:1.8rem;
  font-weight:600;
  text-align:center;
}
.privacy .pp_sec p{
  font-size:1.4rem;
  font-weight:500;
}

/*********** voice投稿ページ **********/
.post_voice-template-default .wp-block-post-title{
  font-size:1.8rem;
  font-weight:600;
}

.post_voice-template-default .wp-block-post-date time{
  font-size:1.2rem;
  font-weight:600;
}
.post_voice-template-default .author>.wp-block-column:nth-of-type(1){
  flex-basis: 30%!important;
}
.post_voice-template-default .author>.wp-block-column:nth-of-type(2){
  flex-basis: 70%!important;
  display:flex;
  flex-direction: column;
  justify-content: space-between;
}
.post_voice-template-default .author .tag_wrap{
  display:block;
}
.post_voice-template-default .author .tag_wrap>div{
  width:33.3%;
  float:left;
  margin:0 0 0 0;
  padding:0 2% 0 0;
  font-size:2.4rem;
  font-weight:600;
}
.post_voice-template-default .author .tag_wrap>div>div{
  display:flex;
}
.post_voice-template-default .author h3{
  font-size:1.8rem;
  font-weight:600;
}
.post_voice-template-default .entry-body .post_wrap > .wp-block-post-title:nth-of-type(2){
  display:block;
  font-size:1.8rem;
  font-weight:600;
}
.post_voice-template-default .entry-body .post_wrap > h3{
  font-size:1.8rem;
  font-weight:600;
  color:#000000;
  margin-top: 30%;
}
.post_voice-template-default h3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    width: 50%;
    height: 3px;
    background-color: #D23339;
    border-radius: 2px;
}

.post_voice-template-default .author .tag_wrap>div a{
  font-size:0.8rem;
  font-weight:700;
  display:inline-block;
  width:100%;
  text-align:center;
  border:1px solid #D23339;
  border-radius: 20px;
    line-height: 2.5;
}

.post_voice-template-default .author .wp-block-post-title{
  display:none;
}
.post_voice-template-default .entry-body>div>.wp-block-post-title:nth-of-type(2){
  display:block;
  font-size:1.8rem;
  font-weight:600;
}
.post_voice-template-default .entry-body>div>h3{
  font-size:1.8rem;
  font-weight:600;
}
.post_voice-template-default .entry-body>div>h4{
  font-size:1.6rem;
  font-weight:500;
}
.post_voice-template-default .entry-body>div>p{
  font-size:1.4rem;
  font-weight:500;
  padding:5% 0 0 0;
}
.post_voice-template-default .comment{
  display:none;
  margin-bottom: 5%!important;
}
.post_voice-template-default .comment img{
  width:100%;
}
.post_voice-template-default .comment h4{
  font-size:1.8rem;
  font-weight:600;
  color:#000000;
}
.post_voice-template-default .comment p{
  font-size:1.4rem;
  font-weight:500;
  color:#000000;
}
.post_voice-template-default .post_voice__wrap > .query{
  display:none;
}
.archive body {
  padding-top;100px;
}

/*********** お知らせ投稿ページ **********/
.post_news-template-default .wp-block-post-title{
  font-size:1.8rem;
  font-weight:600;
}
.post_news-template-default .wp-block-post-date time{
  font-size:1.2rem;
  font-weight:600;
}
.post_news-template-default .wp-block-post-date{
  width:40%;
  float:left;
  margin:0 0 0 0;
  padding:0 5% 0 0;
}
.post_news-template-default .taxonomy-news_type{
  width:30%;
  float:left;
  margin:0 0 0 0;
  padding:0 5% 0 0;
}

.post_news-template-default .taxonomy-news_type a{
  font-size:1.2rem;
  font-weight:700;
  display:inline-block;
  width:100%;
  text-align:center;
  color:#D23339;
  border:1px solid #D23339;
  border-radius: 20px;
    line-height: 2.5;
}

.post_news-template-default .wp-block-image{
  clear:both;
  padding-top:2%;
}
.post_news-template-default h3{
  font-size:1.8rem;
  font-weight:600;
}
.post_news-template-default h3:after {
    content: ".";
    line-height: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: -1px;
    width: 50%;
    border-bottom: 3px solid #D23339;
}
.post_news-template-default h4{
  font-size:1.6rem;
  font-weight:500;
}
.post_news-template-default p{
  font-size:1.4rem;
  font-weight:500;
  padding:5% 0 0 0;
}


.post_news-template-default .post_news_wrap {
  padding-bottom:50px;
}
.post_news-template-default .return_news{
  position:absolute;
  width:100%;
  margin;0;
  padding:50px 0 0 0;
}
.post_news-template-default .return_news a{
  position:relative;
  z-index:2;
  font-size:1.6rem;
  font-weight:500;
  color:#000000;
}



.post_news-template-default .entry-footer{
  display:none;
}

.post_news-template-default .postNextPrev{
  width: 100%;
  margin: 0 auto;
  position:relative;
  z-index:1;
  margin-top:0;
  display:block;
  margin-bottom: 70px!important;
}
.post_news-template-default .postNextPrev .card-body{
  padding:0;
}
.postNextPrev .card{
  width:50%;
  margin:0;
}
.postNextPrev .card:nth-of-type(1){
  float:left;
}
.postNextPrev .card:nth-of-type(2){
  float:right;
}
.post_news-template-default .postNextPrev .vk_post_title{
  margin:0;
}
.post_news-template-default .postNextPrev .vk_post_title a{
  font-size:0;
}
.post_news-template-default .postNextPrev .card-horizontal{
  border:none;
}
.post_news-template-default .postNextPrev .card-horizontal:nth-of-type(1) .vk_post_title a:before{
  content:"<";
  font-size:2.0rem;
  color:#d23339;
  font-weight:600;
}
.post_news-template-default .postNextPrev .card-horizontal:nth-of-type(2) .vk_post_title{
  text-align:right;
}
.post_news-template-default .postNextPrev .card-horizontal:nth-of-type(2) .vk_post_title a:before{
  content:">";
  font-size:2.0rem;
  color:#d23339;
  font-weight:600;
}
}

.footer_above_column{
	background:#ffffff;
	border-radius:25px;
	box-shadow: 15px 15px #d23339;
}
.footer_above_column>div:nth-of-type(2){
	padding:1% 0;
}
.footer_above .footer_above_btn {
	padding: 2% 0;
    margin: 0;
	}
.footer_above .div3{
margin: 2% 0 0 0;
}
.footer_above .title_1 {
    margin: 0 0 2% 0;
}
.footer_above .div6{
display: none;
}
.heade_button .form-control {
    display: block;
    width: 20%;
    margin: 5px 0 0 0;
}
.heade_button #lang_choice_1 {
    border: none;
    font-size: 1.7rem;
    padding-top: 0;
    margin-top: 0;
    width: 20%;
    height: 30px;
}
@media (max-width: 991px) {
.heade_button #lang_choice_1 {
    display:none;
}
}

.sp_menu_button{
	display:flex;
	width:70%;
	float:right;
	gap:10%;
}
.sp_menu_button .lang_img{
	display:flex;
	width:45%;
}
.sp_menu_button .lang_img img{
	margin:0 10px 0 0;
}
.sp_menu_button #lang_choice_1{
	width:45%;
	border: none;
}

#block-7{
	width: 50%;
    float: left;
}
#polylang-2{
width: 50%;
    /* transform-style: flat; */
    float: left;
}
.sp_menu_button .lang_img img {
    margin: 5px 10px 0 0;
    width: 24px;
    height: 24px;
}
#lang_choice_polylang-2{
	width: 100%;
    border: none;
}
.vk-mobile-nav-menu-outer{
	clear:both;
}
/* === 料金注意書き＋早割：ベース（全幅で適用） === */
.plan_table .plan_meta{
  display:flex;
  gap:24px;
  align-items:flex-start;
  margin-top:12px;
}
.plan_table .plan_notes{ flex:1 1 auto; }
.plan_table .plan_notes .p_2{
  margin:0.3em 0 0;          /* ほんの少し間を空ける */
  color:#333;
  line-height:1.9;           /* 読みやすさUP */
}
.plan_table .earlybird {
  background: none;
  border: none;
  padding: 0;
  text-align: center;
}

.plan_table .earlybird__text {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  font-weight: 500;
}