@charset "utf-8";
.deback_new{
  width: 219px;
  height: 62px;
  line-height: 62px;
  background: #fe1e1e;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 31px;
  text-align: left;
  color: #fff;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}


.cmp_container{
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  font-weight: 400;
  color:#242424;
  font-size: 2rem;
  word-break: break-all;
}


.fixpage a[rel="noopener"]{
  position: relative;
  padding-right: 17px;
  display: inline-block;
}
.fixpage a[rel="noopener"]::after{
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  right:0;
  top:5px;
  background: url(../svg/button_blank.svg) no-repeat  50% 50% / 100%;
 }
.link_box a[rel="noopener"]::after{
  background: none;
}
.fixpage a.cmp_para_link[target="_blank"]{
  text-decoration: none;
}

.cmp_container .lg{
  font-size: 2.2rem;
}
.cmp_container .md{
  font-size: 1.6rem;
}
.cmp_container .sm{
  font-size: 1.4rem;
}

.cmp_container a{
  color: var(--main-clr);
  /*text-decoration: underline;*/
}

.fixpage a{
  text-decoration: underline;
}

@media screen and (max-width: 1100px) {
  .cmp_container{
    font-size: 1.6rem;
  }
}

.cmp_section_head>.ttl{
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.4;
  text-align: left;
  color: #0b1f07;
  margin-bottom: 10px;
}

.cmp_section_head>.post{
  text-align: right;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: calc(21 / 14);
  color: #9fa79e;
  margin-bottom: 33px;
}

@media screen and (max-width: 1100px) {
  .cmp_section_head>.ttl{
    font-size: 2.2rem;
  }
  .event_section_ttl {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }

  .cmp_section_head>.post{
    font-size: 1.2rem;
  }
}
.cmp_ttl_group{
  height: 79px;
  background: #fff;
  border: 3px solid #f00;
  width:100%;
  margin: 67px 0 30px;
  padding:0 30px;
  line-height: 73px;
  background: #fff;
  font-weight: bold;
  font-size: 3.2rem;
  text-align: left;
  color: #f00;
}
@media screen and (max-width: 1100px) {
  .cmp_ttl_group {
    height: 79px;
   padding:0 15px;
    font-size: 2.3rem;
  }
}

/*セレクト*/
.cmp_head{
  position: relative;
  margin-bottom: 35px;
  z-index: 2;
  padding-top: 7px;
  margin-top: 0px;
}

.cmp_head .select_box1 {
  position: absolute;
  right: 0;
  top:0;
  z-index: 100;
}
@media screen and (max-width: 1100px) {

  .cmp_head .select_box1 {
      position: relative;
      right: auto;
      top:0;
      z-index: 100;
      margin-left: auto;
  }
}


.cmp_wrap{
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 40px 0;
}


.content.news_content > .cmp_wrap{
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .cmp_wrap{
    padding: 20px 15px 0;
  }

}
@media screen and (max-width: 340px) {
  .cmp_wrap{
    padding: 20px 10px 0;
  }

}

/*見出し*/
.cmp_ttl_xl{
  position: relative;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 17px 22px;
  line-height: 1.3;
  /*background: #F9FAFB;*/
  background: #EDEFF4;
  margin-bottom: 40px;
}

.cmp_ttl_xl::before,
.cmp_ttl_xl::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 5em;
  background: var(--sub-clr);
  z-index: 3;
}

.cmp_ttl_xl::after{
  background:var(--main-clr);
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .cmp_ttl_xl{
    position: relative;
    font-size: max(2.2rem,5.5vw);
    padding: 0.5em 0.5em;
    line-height: 1.3;
    margin-bottom: 30px;
  }
}

.cmp_ttl_center{
  position: relative;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 3.2rem;
  text-align: center;
  color: #242424;
  padding-top: 15px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.cmp_ttl_center::after{
  content: '';
  position: absolute;
  bottom:0;
  left:50%;
  margin-left: -40px;
  width: 80px;
  height: 5px;
  background: #e63888;
}

@media screen and (max-width: 768px) {
 .cmp_ttl_center{
    position: relative;
    font-size: max(2rem,5vw);
    padding: 0.5em 0.5em;
    line-height: 1.3;
    margin-bottom: 30px;
  }
}



/* .cmp_ttl_l{
  position: relative;
  font-size: 2.8rem;
  padding: 17px 22px;
  line-height: 1.3;
  background: #F9FAFB;
  margin-bottom: 40px;
}

.cmp_ttl_l::before,
.cmp_ttl_l::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 5em;
  background: var(--sub-clr);
  z-index: 3;
}

.cmp_ttl_l::after{
  background:var(--main-clr);
  width: 100%;
  z-index: 2;
}
 */
.cmp_ttl_m{
  position: relative;
  padding-top: 1px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.333;
  padding-left: 27px;
  padding-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.cmp_ttl_m div,
.cmp_ttl_m em{
  color: var(--main-clr);
}

.cmp_ttl_m::before{
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--sub-clr);
}

.cmp_ttl_l{
  position: relative;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.333;
  padding: 18px 22px 13px;
  margin-bottom: 60px;
  overflow: hidden;
  color: #fff;
  background: var(--sub-clr);
}

.cmp_ttl_l::before{
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 5px;
  background: var(--main-clr);
  width: 100%;
}

@media screen and (max-width: 768px) {
  .cmp_ttl_l{
    position: relative;
    font-size: max(2.2rem,4.2vw);
    padding: 0.5em 0.5em;
    margin-bottom: 30px;
  }
}



.cmp_ttl_m2{
  position: relative;
  padding: 10px 0 5px;
}

.cmp_ttl_m2>div,
.cmp_ttl_m2>span{
  position: relative;
  display: block;
  font-size: 2.4rem;
  text-align: left;
  color: #242424;
  padding-left: 30px;
  font-weight: bold;
  line-height: 1.3;
  padding: 10px 0 10px 30px;
  margin-bottom: 10px;
}

.cmp_ttl_m2.type2>div,
.cmp_ttl_m2.type2>span{
  background: #EDEFF4;
}

.cmp_ttl_m.center{
  text-align: center;
}
.cmp_ttl_m2>div::before,
.cmp_ttl_m2>span::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  height: calc(100% - 20px);
  width: 14px;
  background: var(--main-clr);
}

@media screen and (max-width: 768px) {
  .cmp_ttl_m2>div,
  .cmp_ttl_m2>span{
    font-size: max(1.8rem, 3.4vw);
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .cmp_ttl_m2>div::before,
  .cmp_ttl_m2>span::before {
    width: 10px;
  }

/*   .cmp_ttl_m2::before{
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    height: 100%;
    width: 10px;
    background: #22326E;
  } */

}




.cmp_ttl_dt{
  position: relative;
  /*font-size: 3rem;*/
  font-size: 2.6rem;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  /*line-height: 1.333;*/
  line-height: 1.75;
  background: #fff;
  margin-bottom: 10px;
  /*min-height: 50px;*/
  min-height: 60px;
  padding-left: 27px;
  overflow: hidden;
}

.cmp_ttl_dt em{
  color: var(--main-clr);
}

.cmp_ttl_dt em + span,
.cmp_ttl_dt span + span{
  padding-left: 22px;
}

.cmp_ttl_dt::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: var(--main-clr);
}

.cmp_ttl_label{
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.333;
  padding-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.cmp_ttl_label>div,
.cmp_ttl_label>span{
  display: inline-block;
  font-size: 20px;
  /*height: 44px;*/
  padding: 8px 20px;
  text-align: left;
  color: #fff;
  background: var(--main-clr);
}

.cmp_ttl_line{
  position: relative;
  /*font-size: 2.6rem;*/
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.333;
  padding-left: 27px;
  padding-bottom: 8px;
  border-bottom: 3px solid #00A23F;
  padding-top: 10px;
  margin-bottom: 10px;
}

.cmp_ttl_line::before{
  content: '';
  position: absolute;
  top: 17px;
  left: 0;
  width: 18px;
  height: 18px;
  background: var(--main-clr);
}

.cmp_ttl_line a {
  position: relative;
  font-size: 1.6rem;
  text-decoration: none;
  display: inline-block;
  padding-right: 1.5em;
  margin-top: 0em;
  margin-left: 1.2em;
  transform: translateY(-2px);
}

.cmp_ttl_line a[target="_blank"]::after{
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  right:0;
  top:4px;
  background: url(../svg/button_blank.svg) no-repeat  50% 50% / 100%;
 }


.cmp_ttl_bar{
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.333;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 10px;
}

.cmp_ttl_bar::before{
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  height: calc(100% - 10px);
  width: 100%;
  background: #EDEFF4;
}

.cmp_ttl_bar>div,
.cmp_ttl_bar>span{
  position: relative;
  padding: 3px 9px;
  display: inline-block;
  background: #fff;
  z-index: 2;
}

.cmp_ttl_ms{
  position: relative;
  padding-top: 1px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.333;
  padding-left: 0px;
  padding-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.cmp_ttl_ms.center{
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cmp_ttl_ms{
    font-size: max(1.8rem, 3.4vw);
  }
}

/*
  .cmp_ttl_l{
    position: relative;
    font-size: 2.2rem;
    padding-top: 0px;
    padding-bottom: 1px;
    padding-left: 19px;
    margin-bottom: 15px;
    overflow: hidden;
  }

  .cmp_ttl_l::before{
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 8px;
  }

  .cmp_ttl_l{
    position: relative;
    padding-top: 1px;
    font-size: 2rem;
    padding-left: 19px;
    padding-top: 10px;
    margin-bottom: 5px;
    overflow: hidden;
  }

  .cmp_ttl_m{
    padding-top: 10px;
    margin-bottom: 5px;
    font-size: 1.6rem;
  }


   .cmp_ttl_l em{
      color: var(--main-clr);
   }

  .cmp_ttl_l::before{
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    width: 14px;
    height: 14px;
  }
*/

.cmp_ttl_dt{
  font-size: 2.2rem;
  padding-top: 9px;
  padding-bottom: 9px;
  line-height: 1.333;
  margin-bottom: 5px;
  min-height: 50px;
  padding-left: 20px;
  overflow: hidden;
}

.cmp_ttl_dt em{
  color: var(--main-clr);
}

.cmp_ttl_dt em + span,
.cmp_ttl_dt span + span{
  padding-left: 15px;
}

.cmp_ttl_dt::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: var(--main-clr);
}

.cmp_ttl_label{
  padding-top: 10px;
  margin-bottom: 5px;
}

.cmp_ttl_label>span{
  /*height: 36px;*/
  font-size: 1.6rem;
  padding: 7px 18px 6px;
}

.cmp_ttl_line {
  font-size: 2.0rem;
  padding-bottom: 8px;
  padding-top: 10px;
  margin-bottom: 5px;
  border-bottom: 2px solid var(--main-clr);
}

.cmp_ttl_line::before{
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  width: 16px;
  height: 16px;
  background: var(--main-clr);
}

.cmp_ttl_bar{
  font-size: 1.6rem;
  padding-top: 10px;
  margin-bottom: 5px;
}

.cmp_ttl_bar>span{
  padding: 5px 15px 4px;
}

.cmp_ttl_s{
  font-weight: bold;
}

/*
段落コンポーネント
*/
.cmp_para{
  padding: 0px 0 0em;
  overflow: hidden;
  /*max-width: 900px;*/
}

.cmp_para small{
  font-size: 1.6rem;
}

.cmp_para.row{
  display: flex;
  flex-wrap:nowrap !important;
}


.cmp_para.row small{
  white-space: nowrap;
  margin-right: 10px;
  margin-top: 0.1em;
}
.cmp_para h2{font-size: 2.2rem; margin-bottom: 0.5em;}
.cmp_para h3{font-size: 2.0rem; margin-bottom: 0.5em;}
.cmp_para h4{font-size: 1.8rem; margin-bottom: 0.5em;}
.cmp_para h5{font-size: 1.6rem; margin-bottom: 0.5em;}

.cmp_para img{
  width: auto;
  max-width: 1100px;
}
.cmp_para img{
  margin-top: 0.5em;
  margin-bottom: 1em;
}

@media screen and (max-width: 1100px) {
  .cmp_para h2{font-size: 2.0rem; margin-bottom: 0.5em;}
  .cmp_para h3{font-size: 1.8rem; margin-bottom: 0.5em;}
  .cmp_para h4{font-size: 1.6rem; margin-bottom: 0.5em;}
  .cmp_para h5{font-size: 1.4rem; margin-bottom: 0.5em;}
  .cmp_para img{
    width: 100%;
    max-width: 1100px;
  }
}

.cmp_para_link{
  padding: 30px;
  margin: 20px 0;
  display: flex;
  color: inherit;
  justify-content: space-between;
  text-decoration: none;
  background: #edeff4;
  border-radius: 0;
  border:3px solid #edeff4;
  transition: all 0.19s ease;
  overflow: hidden;
  max-width: 100%;
}

.cmp_para_link:hover{
  opacity: 1;
  display: flex;
  border-color:var(--sub-clr);
}

.cmp_para_link .box1{
  width: calc(100% - 21.3%);
  padding-right: 3%;
}

.cmp_para_link .box2{
  max-width: 300px;
  width: 21.3%;
  padding-top: 10px;
  text-align: center;
  padding-left: 0px;
}


.cmp_para_link .box2 img{
  max-width: 192px;
  width: 100%;
  display: inline-block;
}

.cmp_para_link .ttl,
.cmp_para_ttl{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom:20px;
  overflow: hidden;
}

.cmp_para_link .msg {
  margin-bottom: 10px;
  max-width: 850px;
}

.cmp_para_float{
  overflow: hidden;
  line-height: 1.6;
  margin: 20px 0 70px;
}
.cmp_para_float .cmp_para{
  line-height: 1.6;
}

.cmp_para_float.left figure {
  max-width: 622px;
  width: 44.42%;
  margin-right: 4.1%;
  margin-bottom: 10px;
  float: left;
  text-align: center;
}

.cmp_para_float.right figure {
  max-width: 622px;
  width: 44.42%;
  margin-left: 4.1%;
  margin-bottom: 10px;
  float: right;
  text-align: center;
}

.cmp_para_float.left figure img,
.cmp_para_float.right figure img {
  /*width: auto;*/
  width: 100%;
  max-width: 100%;
  border-radius: 0;
}

.cmp_para_float.right.clear{
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
}

.cmp_para_float.right.clear .box1{
  width: 66.67%;
}

.cmp_para_float.right.clear figure {
  float:none;
}
.cmp_para_float .box1 h2{ font-size: 2.4rem; margin-bottom: 0.5em;}
.cmp_para_float .box1 h3{ font-size: 2.2rem; margin-bottom: 0.5em;}
.cmp_para_float .box1 h4{ font-size: 2.0rem; margin-bottom: 0.5em;}
.cmp_para_float .box1 h5{ font-size: 1.8rem; margin-bottom: 0.5em;}

.cmp_unit1 .box1 h2{ font-size: 2.4rem; margin-bottom: 0.5em;}
.cmp_unit1 .box1 h3{ font-size: 2.2rem; margin-bottom: 0.5em;}
.cmp_unit1 .box1 h4{ font-size: 2.0rem; margin-bottom: 0.5em;}
.cmp_unit1 .box1 h5{ font-size: 1.8rem; margin-bottom: 0.5em;}

.cmp_para_float .box1 img{
  width: auto;
}

/* @media screen and (max-width: 1200px) {

.cmp_para_link .box1{
  width: calc(100% - 300px);
}
.cmp_para_link .box2{
  width: 300px;
  padding-top: 10px;
  text-align: center;
  padding-left: 30px;
}
   */

@media screen and (max-width: 1100px) {

  .cmp_para_link{
    padding: 15px;
    display: block;
    margin: 15px 0;
    border-radius: 18px;
    border:3px solid #fff;
    overflow: hidden;
    max-width: none;
  }

  .cmp_para_link:hover{
    opacity: 1;
    border:3px solid var(--main-clr)
  }

  .cmp_para_link .box1{
    width: 100%;
    margin-bottom: 15px;
  }

  .cmp_para_link .box2{
    width: 100%;
    padding-top: 0px;
    text-align: center;
    padding-left: 0px;
    max-width: none;
  }

  .cmp_para_link .box2 img{
    width: 50%;
    max-width: none;
    display: block;
    margin: auto;
  }

  .cmp_para_link .ttl{
    font-size: 1.6rem;
  }

  .cmp_para_link .ttl,
  .cmp_para_ttl{
    font-size: 1.6rem;
    margin-bottom:15px;
  }

  .cmp_para_link .msg{
    margin-bottom: 10px;
  }
  .cmp_para_float.right.clear,
  .cmp_para_float{
    overflow: hidden;
    line-height: 1.6;
    margin: 15px 0;
    display: flex;
    flex-direction: column;
  }

  .cmp_para_float.left figure {
    max-width: 400px;
    width: 90%;
    margin-right: 4.1%;
    margin: 0 auto 15px;
    float: none;
  }

  .cmp_para_float.right.clear figure,
  .cmp_para_float.right figure {
    max-width: 400px;
    width: 90%;
    margin: 0 auto 15px;
    float: none;
    order:1;
  }

  .cmp_para_float.right.clear .box1 ,
  .cmp_para_float.right .box1{
    order:2;
    width: 100%;
  }

  .cmp_para_float.left figure img,
  .cmp_para_float.right figure img {
    width: auto;
    min-width: 70%;
    max-width: 100%;
    border-radius: 0px;
  }
  .cmp_para_float .box1 h2{ font-size: 2.0rem; margin-bottom: 0.5em;}
  .cmp_para_float .box1 h3{ font-size: 1.8rem; margin-bottom: 0.5em;}
  .cmp_para_float .box1 h4{ font-size: 1.6rem; margin-bottom: 0.5em;}
  .cmp_para_float .box1 h5{ font-size: 1.4rem; margin-bottom: 0.5em;}

  .cmp_unit1 .box1 h2{ font-size: 2.0rem; margin-bottom: 0.5em;}
  .cmp_unit1 .box1 h3{ font-size: 1.8rem; margin-bottom: 0.5em;}
  .cmp_unit1 .box1 h4{ font-size: 1.6rem; margin-bottom: 0.5em;}
  .cmp_unit1 .box1 h5{ font-size: 1.4rem; margin-bottom: 0.5em;}

}

/*
リストコンポーネント
*/
.cmp_ol_list{
  padding: 0;
  counter-reset:cp_clist; /*数字をリセット*/
  list-style-type: none;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap:10px
}

.cmp_ol_list>li{
  position: relative;
  padding-left:36px;
  /*font-weight: bold;*/
  /*font-size: 2rem;*/
  font-size: 1.8rem;
}

.cmp_ol_list>li::before{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  counter-increment: cp_clist;
  content: counter(cp_clist);
  background:  var(--sub-clr);
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-top: 0px;
  margin-left: 0px;
  left:0;
  top:0px;
  font-weight: bold;
  font-size: 2rem;
}

.cmp_ul_list,
.cmp_dot_list{
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap:4px;
  margin-bottom: 20px;
}

.cmp_ul_list>li,
.cmp_dot_list>li{
  position: relative;
  /*font-size: 1.8rem;*/
  padding-left: 34px;
  /*line-height: 1.75;*/
  /*display: flex;*/
  margin-bottom: 0px;
  /*font-weight: bold;*/
}

.cmp_ul_list>li::before,
.cmp_dot_list>li::before{
  content: '';
  position: absolute;
  top: 12px;
  left: 7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--sub-clr);
}
.cmp_ul_list>li.flex-type{
  display: flex;
  gap: 10px;
}
.cmp_ul_list>li.flex-type>p{
  min-width: 80px;
}
@media screen and (max-width: 767px){
  .cmp_ul_list>li.flex-type{
    flex-direction: column;
    gap: 0px;
  }
}

.cmp_list_div,
.cmp_list_l>li,
.cmp_list_s>li{
  position: relative;
  /*font-size: 2.2rem;*/
  font-size: 1.8rem;
  font-weight: bold;
  /*padding: 10px 0;*/
  padding: 0 0 10px;
  /*padding-left: 1.6em;*/
  display: flex;
}
.cmp_list_div>span,
.cmp_list_l>li>span,
.cmp_list_s>li>span{
  /*position: absolute;
  left:0;
  top:auto;*/
  white-space: nowrap;
  padding: 0 10px;
}

.cmp_list_s>li{
  /*font-size: 2rem;*/
  font-size: 1.8rem;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: normal;
  /*font-weight: 500;*/
}



.cmp_list_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0;
  gap: 20px;
}

.cmp_list_box>li{
  padding: 40px 20px 30px;
  border-radius: 0;
  /*background: #fff;
  border: 1px solid #E63888;*/
  width: calc((100% - 20px * 2) / 3 );
}
.cmp_list_box>li.bottom-link{
  position: relative;
  padding-bottom: 100px;
}

.posirug .cmp_list_box {
    justify-content: left;
}

.cmp_list_box>li> h2.head{
  margin-bottom: 20px;
  text-align: center;
}

.cmp_list_box.txt_left>li> h2.head{
  text-align: left;
}

.cmp_list_box>li> h2.head strong{
  line-height: 1;
  font-family: var(--sub);
  font-size: 2.6rem;
  font-weight: bold;
  display: block;
  color: var(--sub-clr);
  margin-bottom: 0em;
}

.cmp_list_box>li> h2.head span{
  font-weight: bold;
  /*font-size: 3rem;*/
  /*font-size: 2.0rem;*/
  font-size: 2.2rem;
}
.cmp_row .cmp_list_box>li> h2.head span{
  /*font-size: 1.8rem;*/
}


.cmp_list_box figure{
  margin-bottom: 0.5em;
}
.cmp_list_box figure img{
  /*border-radius: 0.5em;*/
}
.cmp_list_box>li> .text_body {
  /*font-size: 1.6rem;*/
}
.cmp_row .cmp_list_box>li> .text_body{
  font-size: 1.5rem;
}
.cmp_list_box>li> .text_body .ttl{
  /*font-size: 1.8rem;*/
  margin-bottom: 15px;
  font-weight: bold;
}

.cmp_list_box>li>.text_body p.msg{
  /*font-size: 1.6rem;*/
  line-height: 1.375;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .cmp_ol_list{
    margin: 15px 0;
    gap:4px;
  }

  .cmp_ol_list>li{
    position: relative;
    padding-left:30px;
    font-size: 1.6rem;
  }

  .cmp_ol_list>li::before {
    font-size: 1.6rem;
    width: 24px;
    height: 24px;
    line-height: 23px;
    top: 0;
    display: block;
    text-align: center;
  }
  .cmp_ul_list,
  .cmp_dot_list{
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    gap:2px;
    margin-bottom: 20px;
  }
  .cmp_ul_list>li,
  .cmp_dot_list>li{
    position: relative;
    /*font-size: 1.6rem;*/
    padding-left:30px;
    line-height: 1.75;
    /*display: flex;*/
    margin-bottom: 0px;
    /*font-weight: bold;*/
  }
  .cmp_ul_list>li::before,
  .cmp_dot_list>li::before{
    content: '';
    position: absolute;
    top: 8px;
    left: 7px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
  }

  .cmp_list_div,
  .cmp_list_l>li,
  .cmp_list_s>li{
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    /*padding-left: 1.8em;*/
    display: flex;
  }

  .cmp_list_s>li{
    font-size: 1.6rem;
    font-weight: normal;
  }

  .cmp_list_box{
    display: flex;
    justify-content: center;
    margin: 15px 0;
    flex-wrap:wrap;
    gap:15px;
  }

  .cmp_list_box>li{
    padding: 15px;
    /*width: 100%;*/
    width: 100%;
  }

  .cmp_list_box>li> h2.head{
    margin-bottom: 15px;
    /*text-align: center;*/
  }

  .cmp_list_box>li> h2.head strong{
    font-size: 2.4rem;
  }

  .cmp_list_box>li> h2.head span{
    font-weight: bold;
    /*font-size: 2.2rem;*/
    font-size: 1.8rem;
  }

  .cmp_list_box>li> .text_body .ttl{
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .cmp_list_box>li> .text_body {
    font-size: 1.4rem;
  }
  .cmp_list_box>li>.text_body p.msg{
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}

/*
ページナビ
*/

.cmp_local_nav{
  padding: 65px 0 100px;
}

.cmp_local_nav ul{
  display: flex;
  justify-content: center;
  flex-wrap:wrap;
  gap:32px;
  max-width: 1096px;
  margin: 0 auto;
}

.cmp_local_nav ul li {
  width: calc((100% - (32px*3) ) / 4);
}

.cmp_local_nav ul li > a{
  position: relative;
  width: 100%;
  border: 1px solid var(--main-clr);
  border-radius: 8px;
  background: #fff;
  color: var(--main-clr);
  display: block;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  padding: 0.6em 0.4em;
  font-weight: bold;
  justify-content: center;
  text-decoration: none;
}

.cmp_local_nav ul li > a.active {
  background: var(--sub-clr);
  color: #fff;
}

.cmp_local_nav ul li > a::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--main-clr);
  border-right: 2px solid var(--main-clr);
  transform: translateY(-50%) rotate(135deg);
}

.cmp_local_nav ul li > a.active::after {
  border-color: #fff;
}


@media screen and (max-width: 1100px) {
  .cmp_local_nav ul li {
    width: calc((100% - (32px) ) / 2);
  }
}
@media screen and (max-width: 768px) {
  .cmp_local_nav {
    padding: 20px 0 40px;
  }
  .cmp_local_nav ul{
    gap:1em;
    flex-direction: column;
    width: 100%;
  }
  .cmp_local_nav ul li {
    width: 100%;
    max-width: none;
  }
  .cmp_local_nav ul li > a{
    font-size: 4vw;;
  }
  .cmp_local_nav ul li > a::after {
    right: 5%;
  }

}
/*
ボタンコンポーネント
*/
.cmp_button_box{
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
.cmp_button_box.start{
  justify-content: flex-start;
}
.cmp_button_box.end{
  justify-content: flex-end;
}
.cmp_button_box.column{
  flex-direction: column;
  align-items: center;
}
.cmp_button_box.start{
  display: flex;
  align-items: flex-start;
}
.cmp_button_box.end{
  display: flex;
  align-items: flex-end;
}

.cmp_button_box2{
  display: flex;
  justify-content: center;
  text-align: center;
}

.cmp_list_box>li.bottom-link .cmp_button_box{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 20px;
}

.submit_area2 .cmp_button1,
.cmp_container .cmp_button1 {
  max-width: 466px;
  border-radius: 10px;
  width: 31%;
  /*min-width: 500px;*/
  height: auto;
  padding: 20px 30px;
  background-color: var(--main-clr);
  color: #fff;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  display: flex;
  background-image: url(../svg/button_arrow_wh.svg);
  background-position: 95% 50%;
  background-size: 13px;
  text-decoration: none;
  background-repeat: no-repeat;
  border-radius: 10px;
  border: 1px solid var(--main-clr);
  transition: all 0.19s ease;
  align-items: center;
  justify-content: center;
}
.cmp_button1.wh {
  background-color: #FFF;
  background-image: url(../svg/button_arrow.svg);
  color:  var(--main-clr);
  border: 1px solid  var(--main-clr);;
}
.cmp_row .cmp_button1{
  width: 50%;
}
.page-laws .cmp_button1{
  width: 50%;
  height: auto;
  line-height: 1.3;
  padding: 0.9em 2.5em 0.9em 2em;
}
.cmp_button_box.column .cmp_button1{
  width: 40%;
}

.cmp_button1:hover{
  background-color: #fff;
  color: var(--main-clr);
  opacity: 1;
  background-image: url(../svg/button_arrow.svg);
}
.cmp_button1.wh:hover{
  background-color: #00A23F;
  color: #fff;
  opacity: 1;
  background-image: url(../svg/button_arrow_wh.svg);
}

.cmp_button1[target="_blank"]{
  background-image: url(../svg/button_blank_wh.svg);
}

.cmp_button1[target="_blank"]:hover{
  background-image: url(../svg/button_blank.svg);
}

.cmp_button1.wh[target="_blank"]{
  background-image: url(../svg/button_blank_wh.svg);
}

.cmp_button1.wh[target="_blank"]:hover{
  background-image: url(../svg/button_blank_wh.svg);
}

.cmp_button1.back{
  background: #fff;
  color: var(--main-clr);
}
.cmp_button1.back:hover{
  background-color:var(--main-clr);
  color: #fff;
}

.cmp_container .cmp_button_box.small .cmp_button1 {
  width:31%;
  max-width: 310px;
  height: 54px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1170px) {
  .submit_area2 .cmp_button1,
  .cmp_container .cmp_button1{
    width: 90%;
  }
  .cmp_container .cmp_row .cmp_button1{
    width: 90%;
  }
  .cmp_container .cmp_button_box.small .cmp_button1 {
    width:48%;
    font-size: 1.4rem;
  }

}
@media screen and (max-width: 768px) {
  .cmp_button_box {
    padding: 15px 0;
  }

  .submit_area2 .cmp_button1,
  .cmp_button1{
    /*max-width: 325px;*/
    padding: 15px 20px;
    font-size: 1.8rem;
  }
  .page-laws .cmp_button1{
    width: 90%;
  }
  .cmp_container .cmp_button_box.column .cmp_button1{
    width: 90%;
  }

  .cmp_list_box>li.bottom-link{
    padding-bottom: 80px;
  }
  .cmp_list_box>li.bottom-link .cmp_button_box{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 15px 10px 15px;
  }
}

.cmp_container .cmp_list_box .cmp_button1{
  width: 100%;
  max-width: 300px;
  padding: 10px 20px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .cmp_container .cmp_list_box .cmp_button1{
    width: 100%;
    max-width: 240px;
    padding: 7px 15px;
    font-size: 1.6rem;
  }
}

.cmp_button2{
  position: relative;
  width: 100%;
  max-width: 250px;
  border: 1px solid var(--main-clr);
  border-radius: 8px;
  background: #fff;
  color: var(--main-clr);
  display: block;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  padding: 0.6em 0.4em;
  font-weight: bold;
  justify-content: center;
}

.cmp_button2::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--sub-clr);
  border-right: 2px solid var(--sub-clr);
  transform: translateY(-50%) rotate(45deg);
}


/*
画像コンポーネント
*/
.cmp_one_img{
  text-align: center;
  /*padding-top: 20px;*/
}

.cmp_one_img.auto figure {
  max-width: 100%;
  width: auto;
  padding: 0;
}

.cmp_one_img figure {
  display: inline-block;
  /*max-width: 780px;
  padding: 0 40px;*/
  max-width: 1000px;
}

.cmp_one_img figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  overflow: hidden;
}

.cmp_one_img figure .cmp_para h2,
.cmp_two_img figure .cmp_para h2,
.cmp_three_img figure .cmp_para h2,
.cmp_one_img figure .ttl,
.cmp_two_img figure .ttl,
.cmp_three_img figure .ttl{
  font-size: 2.4rem;
  text-align: left;
  margin-top: 0px;
}
.cmp_one_img figure p,
.cmp_two_img figure p,
.cmp_three_img figure p{
  margin-bottom: 0.5em;
}

.cmp_two_img,
.cmp_three_img{
  padding: 0 40px;
}

.cmp_one_img.max figure {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}

.cmp_one_img.max figure img {
  width: 100%;
}

.cmp_one_img figure .cmp_para,
.cmp_one_img figure figcaption{
  display: block;
  margin: 20px auto;
  text-align: left;
  font-size: 2rem;
}
.youtube{
  position: relative;
}
.youtube .icon{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  transform: translate(-50%, -50%);
}
.youtube .js-modal-video-open{
  cursor: pointer;
}

.cmp_two_img{
  display: flex;
  gap:60px;
  justify-content: center;
  margin-top: 20px;
}

.cmp_two_img figure{
  width: calc((100% - 60px) / 2);
  text-align: center;
}

.cmp_two_img figure img{
  overflow: hidden;
}

.cmp_two_img figure .cmp_para,
.cmp_two_img figure figcaption{
  display: block;
  margin: 20px auto;
  text-align: left;
}

.cmp_three_img{
  display: flex;
  gap:60px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 20px;
}

.cmp_three_img figure{
  width: calc((100% - 60px * 2) / 3)
}

.cmp_three_img figure img{
  overflow: hidden;
}

.cmp_three_img figure .cmp_para,
.cmp_three_img figure figcaption{
  display: block;
  margin: 20px auto 10px;
  text-align: left;
  font-size: 2rem;
  line-height: 1.5;
}

@media screen and (max-width: 1100px) {
  .cmp_one_img{
    text-align: center;
    /*margin-top: 15px;*/
    /*padding: 0 28px;*/
    padding: 0 15px;
    margin-bottom: 0px;
  }

  .cmp_one_img figure {
    display: inline-block;
    max-width: 780px;
  }

  .cmp_one_img figure img {
    max-width: 100%;
    overflow: hidden;
  }
  .cmp_one_img figure .cmp_para,
  .cmp_one_img figure figcaption{
    display: block;
    margin: 15px auto;
    text-align: left;
    font-size: 1.6rem;
  }

  .cmp_two_img{
    display: flex;
    gap:0px;
    flex-wrap:wrap;
    padding: 0 15px;
    margin-top: 15px;
    justify-content: center;
  }
  .cmp_two_img figure{
    width: auto;
    max-width: 780px;
    padding-top: 15px;
  }
  .cmp_two_img figure .cmp_para,
  .cmp_two_img figure figcaption{
    display: block;
    margin: 15px auto;
    text-align: left;
    font-size: 1.6rem;
  }

  .cmp_three_img{
    display: flex;
    gap:15px;
    flex-wrap:wrap;
    justify-content: center;
    padding: 0 15px;
  }

  .cmp_three_img figure{
    padding-top: 15px;
    width: 100%;
  }

  .cmp_three_img figure .cmp_para,
  .cmp_three_img figure figcaption{
    margin: 15px auto;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .cmp_one_img figure .ttl,
  .cmp_two_img figure .ttl,
  .cmp_three_img figure .ttl{
    font-size: 2rem;
    text-align: left;
    margin-top: 20px;
    margin-bottom: -10px;
  }


}

/*
セクションコンポーネント
*/
.cmp_section{
  overflow: hidden;
  padding-bottom: 50px;
}

.cmp_section>*:last-child{
  /*margin-bottom: 0px;*/
  /*padding-bottom: 0px;*/
}

@media screen and (max-width: 1100px) {
  .cmp_section>*:last-child{
    /*margin-bottom: 0px;*/
    /*padding-bottom: 0px;*/
  }

  .cmp_section{
    padding-bottom:30px;
  }
}

/*背景特殊処理*/
#container.of{
  overflow: hidden;
}
#container main .cmp_wrap > .cmp_section.layout_white,
#container main .cmp_wrap > .cmp_section.layout_green,
#container main .cmp_wrap > .cmp_section.layout_green2,
#container main .cmp_wrap > .cmp_section.layout_image{
  position: relative;
  padding-top: 40px;
  overflow: visible;
}
#container main .cmp_wrap > .cmp_section.layout_white + *,
#container main .cmp_wrap > .cmp_section.layout_green + *,
#container main .cmp_wrap > .cmp_section.layout_green2 + *,
#container main .cmp_wrap > .cmp_section.layout_image + *{
  padding-top: 40px;
}
#container main .cmp_wrap > .cmp_section.layout_white>*,
#container main .cmp_wrap > .cmp_section.layout_green>*,
#container main .cmp_wrap > .cmp_section.layout_green2>*,
#container main .cmp_wrap > .cmp_section.layout_image>*{
  position: relative;
}
#container main .cmp_wrap > .cmp_section.layout_white::before,
#container main .cmp_wrap > .cmp_section.layout_green::before,
#container main .cmp_wrap > .cmp_section.layout_green2::before{
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background: #fff;
}
#container main .cmp_wrap > .cmp_section.layout_green::before{
  background: #ECE6D5;
}
#container main .cmp_wrap > .cmp_section.layout_green2::before{
  background: #A0E5BB;
}
#container main .cmp_wrap > .cmp_section.layout_image > img.bg-cover{
  position: absolute;
  top: 0;
  left: -30%;
  width: 160%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1100px){
  #container main .cmp_wrap > .cmp_section.layout_white,
  #container main .cmp_wrap > .cmp_section.layout_green,
  #container main .cmp_wrap > .cmp_section.layout_green2,
  #container main .cmp_wrap > .cmp_section.layout_image,
  #container main .cmp_wrap > .cmp_section.layout_white + *,
  #container main .cmp_wrap > .cmp_section.layout_green + *,
  #container main .cmp_wrap > .cmp_section.layout_green2 + *,
  #container main .cmp_wrap > .cmp_section.layout_image + *{
    padding-top: 30px;
  }
}

/*
セクションコンポーネント
*/
.cmp_tbl{
  overflow: hidden;
}

.cmp_tbl.layout_fixed table{
  table-layout: fixed;
}
table.cmp_table,
.cmp_tbl table{
  margin: 20px 0;
}

table.cmp_table th,
.cmp_tbl table th{
  /*width: 29.25%;*/
  width: auto;
  /*height: 60px;*/
  background: #EDEFF4;
  border: 1px solid var(--main-clr);
  padding: 18px 30px;
  font-size:1.8rem;
  text-align: left;
  /*white-space: nowrap;*/
}
.cmp_tbl table.event_tbl th {
    width: 10em;
}
.cmp_tbl table.event_tbl td table{}
.cmp_tbl table.event_tbl td table th{background: none; border: none;padding: 0.25em;width: auto;white-space:nowrap;}
.cmp_tbl table.event_tbl td table td{background: noen; border: none;padding: 0.25em;}


table.cmp_table td,
.cmp_tbl table td{
  padding: 18px 30px;
  font-size:1.8rem;
  background: #fff;
  vertical-align: middle;
  border: 1px solid var(--main-clr);
}

table.cmp_table .cmp_button1,
.cmp_tbl table .cmp_button1{
  width: auto;
}

@media screen and (max-width: 1100px) {

  .cmp_tbl.tbl_x_scroll{
    overflow-y: hidden;
    overflow-x: auto;
  }

  .cmp_tbl.tbl_x_scroll.layout_fixed table{
    min-width: 768px;
  }

  .cmp_tbl.tbl_x_scroll table th,
  .cmp_tbl.tbl_x_scroll table td{
    white-space: nowrap;
  }

}

@media screen and (max-width: 768px) {
  table.cmp_table th,
  .cmp_tbl table th{
    /*width: 106px;*/
    width: auto;
    height: auto;
    padding: 15px 10px;
    font-size:1.4rem;
    white-space: normal;
  }
  table.cmp_table td,
  .cmp_tbl table td{
    padding: 15px 10px;
    font-size:1.4rem;
  }

  .cmp_tbl.tbl_block table tbody,
  .cmp_tbl.tbl_block table tr,
  .cmp_tbl.tbl_block table th,
  .cmp_tbl.tbl_block table td,
  .cmp_tbl.tbl_block table colgroup,
  .cmp_tbl.tbl_block table col{
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin-top: 0px;
  }

  .cmp_tbl.tbl_block table td{
    /*border-top: 0;*/
    margin-bottom: -1px;
  }

  .cmp_tbl.tbl_block table th{
    border-top: 0;
  }
  .cmp_tbl.tbl_block table tr:first-child th{
    border-top: 1px solid var(--main-clr);
  }
}

.cmp_row{
  display: flex;
  justify-content: space-between;
}

.cmp_row>.aside{
  width: 250px;
}

.cmp_row>.contents{
  width: calc(100% - 300px);
}
@media screen and (max-width: 1100px) {

  .cmp_row{
    flex-direction:column-reverse;
  }

  .cmp_row>.aside {
    width: 100%;
    position: relative;
    padding-bottom: 15px;
  }

  .cmp_row>.contents{
    width: 100%;
  }

  .cmp_row>.aside .cmp_back{
    width: 100%;
  }
  .cmp_row>.aside .head{
    margin-bottom: 20px;
    background: #00A23F;
  }

  .cmp_row>.aside .sp_head{
    display: flex !important;
    position: absolute;
    right:0;
    top:0;
    color: #fff;
    text-decoration: none;
    font-size: 1.8rem;
    padding-left: 28px;
    font-family: var(--sub);
    width: 100px;
    height: 60px;
    font-weight: bold;
    align-items: center;
  }

  .cmp_row>.aside .sp_head .icon{
    width: 21px;
    position: absolute;
    left:0;
    top:16px;
  }

  .cmp_row>.aside .sp_head .icon img{
    vertical-align: middle;
  }

  .cmp_row>.aside .sp_head.open .icon{
    margin-top: -1px;
  }

  .cmp_row>.aside .sp_head.open .icon img{
    transform: rotate(180deg);
  }
}

.cmp_back{
  position: relative;
  display: block;
  font-size: 1.6rem;
  text-align: left;
  color: #fff;
  background: #00A23F;
  height: 60px;
  padding-left: 38px;
  font-weight: bold;
  padding-top: 16px;
  text-decoration: none;
}

.cmp_back .icon{
  width: 13px;
  position: absolute;
  display: block;
  left: 10px;
  top:14px;
}

.cmp_back .icon img{
  vertical-align: middle;
}

.cmp_aside_menu{
  margin-bottom: 30px;
}

.cmp_aside_menu>li{
  min-height: 57px;
  padding: 10px 0;
  border-bottom: 1px solid #00A23F;
}
.cmp_aside_menu>li>a{
  position: relative;
  display: flex;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.38;
  text-align: left;
  color: #0b1f07;
  align-items: center;
  text-decoration:none;
  padding: 7px 32px 7px 17px;
}
.cmp_aside_menu>li>a.active{
  color: #00A23F;
}

.cmp_aside_menu>li>a::after {
  content: '';
  position: absolute;
  right: 13px;
  top: 50%;
  width: 15px;
  height: 15px;
  transform: translateY(-5px);
  background: url(../svg/button_arrow_gr.svg) no-repeat 50% 50% / 100%;
}

.cmp_aside_menu>li>a[target="_blank"]::after{
  width: 14px;
  height: 14px;
  background: url(../svg/button_blank_gr.svg) no-repeat  50% 50% / 100%;
}
.cmp_aside_menu>li.drw_button>a{
  position: relative;
}
.cmp_aside_menu>li .drw_box{
  display: none;
}

.cmp_aside_menu>li.drw_button>a::after{
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  transform: translateY(-7px) rotate(0);
  background: url(../svg/arrow_u.svg) no-repeat  50% 50% / 100%;
}

.cmp_aside_menu>li.drw_button>a.open::after{
  transform: translateY(-8px) rotate(180deg);
}

.cmp_aside_menu>li .menu1>li{
  padding: 2px 0;
}

.cmp_aside_menu>li .menu1>li>a{
  display: flex;
  position: relative;
  color: #0B1F07;
  padding: 7px 32px 7px 17px;
  text-decoration: none;
  line-height: calc(20 / 16);
  font-size: 1.4rem;
  /*font-weight: bold;*/
}

.cmp_aside_menu>li .menu1>li>a.active{
  color: var(--main-clr);
}

.cmp_aside_menu>li .menu1>li>a::after{
  content: '';
  position: absolute;
  right: 13px;
  top:13px;
  width: 13px;
  height: 13px;
  background: url(../svg/button_arrow_gr.svg) no-repeat  50% 50% / 100%;
}
.cmp_aside_menu>li .menu1>li>a>strong {
  /*white-space: nowrap;*/
}

.cmp_aside_menu>li .menu1>li>a span{
  padding-left: 0.5em;
  font-weight: normal;
}
@media screen and (max-width: 1100px) {
  .cmp_aside_box{
    display: none;
  }
}

.cmp_tag_dl{
  padding-top: 10px;
  margin-bottom: 20px;
  display: flex;
  font-size: 1.6rem;
}

.cmp_tag_dl dt{
  width: 55px;
  font-weight: bold;
}

.cmp_tag_dl dd{
  width: calc(100% - 55px);
}

.cmp_tag_list{
  display: flex;
  flex-wrap:wrap;
  font-size: 1.6rem;
  line-height: calc(21 / 16);
  text-align: center;
  color: #00a23f;
  gap:10px;
}

.cmp_tag_list>li{
  padding:0 10px;
  line-height: 25px;
  background: transparent;
  border: 1px solid #00a23f;
}
@media screen and (max-width: 768px) {
  .cmp_tag_list{
    font-size: 1.4rem;
  }

}

.cmp_nav{
  display: flex;
  flex-wrap:wrap;
  gap:14px 19px;
  padding: 20px 0;
}

.cmp_nav>li{
  width: calc((100% - 19px) / 2);
}

.cmp_nav>li>a{
  display: block;
  background-color: #00a23f;
  padding: 25px 35px;
  height: 100%;
  font-family: "Noto Sans JP";
  font-weight: bold;
  /*font-size: 2rem;*/
  color: #fff;
  display: flex;
  align-items:center;
  text-decoration: none;
  background: var(--sub-clr) url(../svg/button_arrow_wh.svg) no-repeat  95% 52% / 14px;
  border-radius: 15px;
}

/*tab*/
.cmp_tab_nav{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cmp_tab_nav>li{
  margin-bottom: -2px;
}
.cmp_tab_nav>li>span{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 17px 15px;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  color: var(--sub-clr);
  text-decoration: none;
  border: 1px solid var(--sub-clr);
  border-right: none;
  cursor: pointer;
}
.cmp_tab_nav>li:last-child>span{
  border: 1px solid var(--sub-clr);
}
.cmp_tab_nav>li.active>span{
  background: var(--sub-clr);
  color: #fff;
}
.cmp_tab_nav>li.active>span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 17px solid var(--sub-clr);
  z-index: 1;
}
.cmp_tab_contents{
  padding-top: 50px;
}
.cmp_tab_contents>*{
  display: none;
}
.cmp_tab_contents>*:first-child{
  display: block;
}
@media screen and (max-width: 1100px) {
  .cmp_tab_nav>li>span{
    min-width: 0px;
    padding: 10px 10px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .cmp_tab_nav{
    display: flex;
    flex-wrap: wrap;
  }
  .cmp_tab_nav>li{
    width: 100%;
    order: 1;
    border-bottom: none;
    opacity: 0.5;
  }
  .cmp_tab_nav>li.active{
    order: 1000;
    opacity: 1;
  }
  .cmp_tab_nav>li>span{
    min-width: 0px;
    padding: 10px 10px;
    font-size: 1.6rem;
    border: 1px solid var(--sub-clr);
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .cmp_nav>li>a{
    padding: 15px 20px;
    padding-right: 30px;
    font-size: 1.6rem;
  }
}
/*
.cmp_local_nav{
  padding: 10px 0 15px;
}

.cmp_local_nav>li{
  margin-bottom: -3px;
}

.cmp_local_nav>li>a{
  height: 59px;
  display: block;
  background: #fff url(../svg/button_arrow_gr_down.svg) no-repeat  96% 50% / 13px;
  border: 3px solid #00a23f;
  text-decoration: none;
  padding: 12px 28px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 32px;
  text-align: left;
  color: #00a23f;
}

.cmp_local_nav>li>a {
  padding: 12px 18px;
}
*/

.cmp_drw{
  position: relative;
  margin: 20px 0;
}
.cmp_drw_head{
  position: relative;
  margin-bottom: 0px;
  cursor: pointer;
}

.cmp_drw_head> .cmp_ttl_line{
  padding-right: 50px;
}

.cmp_drw_head.open{
  margin-bottom: 0;
}

.cmp_drw_head .arrow{
  content: '';
  position: absolute;
  top: 21px;
  right: 20px;
  width: 20px;
  height: auto;
  display: flex;
}

.cmp_drw_head.open .arrow{
  transform: rotate(180deg);
}

.cmp_drw_head.open .arrow img{
  vertical-align: middle;
}
.cmp_drw_body{
  display: none;
}

.cmp_check_allopen{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.cmp_check_allopen em{
  font-weight: 500;
  font-size: 2rem;
  color: var(--main-clr);
  text-decoration: underline;
}
@media screen and (max-width: 1100px) {
  .cmp_drw_head .arrow{
    content: '';
    position: absolute;
    top: 18px;
    right: 15px;
    width: 20px;
    height: auto;
    display: flex;
  }
  .cmp_check_allopen em{
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 800px) {
  .cmp_local_nav{
    gap: 10px;
  }

}

.cmp_info_list{
  display: flex;
  gap:35px;
  flex-wrap:wrap;
  padding: 0;
  border-radius: 20px;
}

.cmp_info_list>li{
  width: calc((100% - 35px*2) / 3);
}

.cmp_info_list>li a{
  display: flex;
  height: 107px;
  padding: 20px 50px 20px 20px;
  border-radius: 10px;
  background: #fff;
}
.cmp_row .cmp_info_list{
  gap:15px;
}

.cmp_row .cmp_info_list>li{
  width: calc((100% - 15px*2) / 3);
}



.cmp_info_list>li a{
  position: relative;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.cmp_info_list>li a::after{
  width: 19px;
  height: 11px;
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  background: url(../svg/arrow_u.svg) no-repeat  50% 50% / 100%;
  transform: rotate(-90deg);
  margin-top: -5px;
}

.cmp_info_list>li a.scroll::after{
  transform: rotate(-180deg);
}

.cmp_info_list>li a[target="_blank"]::after{
  width: 20px;
  height: 20px;
  transform: rotate(0deg);
  margin-top: -10px;
  background: url(../svg/button_blank_gr.svg) no-repeat  50% 50% / 100%;
}

.cmp_info_list>li a .img{
  width: 100px;
}

.cmp_info_list>li a .box{
  width: calc(100% - 100px);
  font-weight: bold;
  font-size: 1.6rem;
  padding-left: 20px;
  line-height: calc(26 / 20);
  text-align: left;
  color: #0b1f07;
}
@media screen and (max-width: 1250px) {
  .cmp_info_list>li{
    width: calc((100% - 35px) / 2);
  }
}
@media screen and (max-width: 1100px) {
  .cmp_info_list>li{
    width: 100%;
  }

  .cmp_info_list>li a .box {
    font-weight: bold;
    font-size: 1.6rem;
    padding-left: 15px;
  }
  .cmp_row .cmp_info_list>li{
    width: calc((100% - 15px*2) / 2);
  }

}
@media screen and (max-width: 768px) {
  .cmp_info_list{
    gap:15px;
  }
  .cmp_info_list>li a {
      height: 90px;
      padding: 15px 40px 15px 15px;
  }
  .cmp_row .cmp_info_list>li{
    width: 100%;
  }
}

.cmp_section_news{
  padding: 70px 0;
}
@media screen and (max-width: 1100px) {
  .cmp_section_news .cmp_wrap{
    padding:0;
  }
}

.cmp_section_movie .button_area,
.cmp_section_news .button_area{
  display: flex;
  padding: 40px 0 0;
  justify-content: center;
}

.cmp_section_news{
  padding: 70px 0;
}

.cmp_section_movie{
  padding: 70px 0;
}

.cmp_section_info{
  padding: 70px 0 0;
}
@media screen and (max-width: 1100px) {
  .cmp_section_news{
    padding: 40px 0;
  }

  .cmp_section_movie{
    padding: 40px 0;
  }

  .cmp_section_movie .cmp_wrap{
    padding-right:0;
  }

  .cmp_section_info{
    padding: 40px 0 0;
  }
}

/*
トグルコンポーネント
*/
.cmp_toggle_wrap{
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}

.cmp_toggle{
  position: relative;
}

.cmp_toggle>.t_head{
  position: relative;
  background: #EDEFF4;
  padding-right: 50px;
  cursor: pointer;
}

.cmp_toggle>.t_head::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 19px;
  margin-top: -4px;
  height: 12px;
  background: url(../svg/arrow_u.svg) no-repeat  50% 50% / 100%;
}

.cmp_toggle>.t_head.open::after{
  transform: rotate(180deg);
  margin-top: -6px;
}

.cmp_toggle>.t_body {
  display: none;
}

.cmp_toggle>.t_body>div,
.cmp_toggle>.t_body>p{
  padding: 20px 0;
  font-weight: 400;
  /*font-size: 1.8rem;*/
  line-height: 1.5;
}

.cmp_toggle>.t_head i {
  position: absolute;
  left: 0;
  top: 0;
  width: 59px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background: var(--main-clr);
  font-family: "Noto Sans JP";
  font-weight: bold;
  /*font-size: 3rem;*/
  font-size: 2.6rem;
  text-align: center;
  color: #fff;
}
.cmp_toggle>.t_head i>span {
  margin-top: -5px;
  display: inline-block;
}

.cmp_toggle>.t_head i + span{
  padding-left: 82px;
}

.cmp_toggle>.t_head i + span::before{
  display: none;
}

.cmp_toggle>.t_head>span {
  position: relative;
  padding-left: 35px;
  position: relative;
  display: block;
  font-family: "Noto Sans JP";
  font-weight: bold;
  /*font-size: 3rem;*/
  font-size: 2.0rem;
  line-height: 1.45;
  text-align: left;
  color: #0b1f07;
  padding-top: 12px;
  padding-bottom: 10px;
  min-height: 56px;
}
.cmp_toggle>.t_head>span::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: var(--main-clr);
}

@media screen and (max-width: 1100px) {

  .cmp_toggle>.t_head i {
    font-size: 2.0rem;
    width: 42px;
  }

  .cmp_toggle>.t_head>span {
    font-size: 1.8rem;
    padding-top: 9px;
    padding-bottom: 8px;
    line-height: 1.45;
    margin-bottom: 0px;
    min-height: 50px;
    display: flex;
    align-items: center;
    padding-left: 24px;
  }
  .cmp_toggle>.t_head i + span {
    padding-left: 55px;
  }

  .cmp_toggle>.t_body p{
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

.cmp_toggle2 {
  padding: 20px 0;
}
.cmp_toggle2 .t_head{
  position: relative;
  display: flex;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.333;
  padding-left: 27px;
  padding-bottom: 8px;
  border-bottom: 3px solid #00A23F;
  padding-top: 10px;
  margin-bottom: 10px;
  flex-wrap:wrap;
}

.cmp_toggle2 .t_head::before{
  content: '';
  position: absolute;
  top: 19px;
  left: 0;
  width: 18px;
  height: 18px;
  background: var(--main-clr);
}

.cmp_toggle2 >.t_head a{
  position: relative;
  font-size: 1.6rem;
  padding-left: 1.5em;
  text-decoration: none;
  display: inline-block;
  padding-right: 1em;
  margin-top: 7px;
}
.cmp_toggle2 >.t_head a[target="_blank"]::after{
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  right:0;
  top:4px;
  background: url(../svg/button_blank_gr.svg) no-repeat  50% 50% / 100%;
 }

/*
スライダー
*/
/*ニュース*/
/* .news_slider.no-swipe .swiper-wrapper {
  pointer-events: none;
  touch-action: none;
} */


.news_slider{
  padding: 0 15px 10px;
  border-radius: 10px;
}

.news_slider .swiper-slide{
  height: auto;
  width: calc((100% - 35px * 2) / 3);
  margin-right: 35px;
}

.news_slider .swiper-slide .inr{
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  height: 100%;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
}

.news_slider .swiper-slide picture {
  aspect-ratio: 4 / 3;
  width: 100%;
  overflow: hidden;
}

.news_slider .swiper-slide picture img{
  height: 100%;
  object-fit: cover;
}

.news_slider .swiper-slide .box{
  padding: 10px 24px 25px;
  display: flex;
  margin-bottom: auto;
  flex-direction: column;
  justify-content: space-between;
  flex:1;
}

.news_slider .swiper-slide .box time{
  font-family: var(--sub);
  font-weight: bold;
  font-size: 1.8rem;
  text-align: left;
  color: #00a23f;
  padding-bottom: 8px;
  margin-bottom: 0;
}

.news_slider .swiper-slide .box .ttl{
  font-weight: bold;
  line-height: 1.5;
  /*font-size: 1.8rem;*/
  margin-bottom: auto;
}

.news_slider .swiper-slide .box .tag{
  display: flex;
  flex-wrap:wrap;
  gap:5px 10px;
  margin-top: 25px;
}

.news_slider .swiper-slide .box .tag>li{
  min-width: 80px;
  padding: 0 10px;
  height: 32px;
  font-size: 1.4rem;
  line-height: 30px;
  background: #fff;
  color: #00a23f;
  text-align: center;
  border: 1px solid #00a23f;
}
.news_slider .swiper-button-prev,
.news_slider .swiper-button-next{
  width: 54px;
}
.news_slider .swiper-button-prev:after,
.news_slider .swiper-button-next:after{
  display: none;
}

@media screen and (max-width: 1100px) {
  .news_slider .swiper-slide{
    opacity: 1 !important;
    margin-right: 0;
    visibility: visible !important;
    transform: translateY(0) !important;
  }

  .news_slider .swiper-slide .box{
    padding: 10px 20px 20px;
  }

  .news_slider .swiper-slide .inr{
    min-height: 0;
  }

  .news_slider .swiper-button-prev,
  .news_slider .swiper-button-next{
    width: 40px;
  }

  .news_slider .swiper-button-prev {
    left: 0px;
  }

  .news_slider .swiper-button-next {
    right: 0px;
  }

  .news_slider .swiper-slide {
    width: calc((100% - 26px) / 1.3);
    margin-right: 26px;
  }

}

@media screen and (max-width: 425px) {
  .news_slider .swiper-slide .box .ttl {
    font-weight: bold;
    line-height: 1.5;
    font-size: 4.25vw;
  }
}

.movie_slider_wrap .swiper-slide{
  width: 419px;
  margin-right: 10px;
}

.movie_slider_wrap .movie_box .img{
  position: relative;
  border-radius: 11px;
  overflow: hidden;
  margin-bottom: 10px;
  aspect-ratio: 16 /  9;
  cursor: pointer;
}

.movie_slider_wrap{
  position: relative;
}

.movie_slider_wrap .swiper-button-prev {
  left: -20px;
  top: 126px;
}

.movie_slider_wrap .swiper-button-next {
  right: -20px;
  top: 126px;
}

.movie_slider_wrap .movie_box .img img{
  height: 100%;
  object-fit: cover;
}

.movie_slider_wrap .movie_box .img .icon{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  transform: translate(-50%,-50%);
}

.movie_slider_wrap .movie_box .meta{
  display: flex;
  margin-bottom: 10px;
}

.movie_slider_wrap .movie_box .meta time{
  font-family: var(--sub);
  font-size: 1.6rem;
  font-weight: bold;
  width: 112px;
}

.movie_slider_wrap .movie_box .meta .tag{
  display: flex;
  flex-wrap:wrap;
  gap:5px;
  padding-top: 5px;
  align-self: flex-start;
  width: calc(100% - 112px);
}

.movie_slider_wrap .movie_box .meta .tag>li{
  padding: 0 10px;
  line-height: 19px;
  color: #399D26;
  text-align: center;
  font-size: 1.1rem;
  border:1px solid #399D26;
}

.movie_slider_wrap .movie_box .ttl{
  font-size: 1.8rem;
  line-height: 1.44;
  font-weight: bold;
}

.movie_slider_wrap .movie_box .minutes{
  position: absolute;
  right:0;
  bottom:2px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  color: #fff;
  padding: 0px 5px;
  height: 25px;
  font-size: 1.4rem;
  line-height: 25px;
}

@media screen and (max-width: 1100px) {
  .top_section_movie .wrap{
    padding-right: 0;
  }

  .movie_slider_wrap .swiper-button-prev {
    left: 0px;
    top: 100px;
  }

  .movie_slider_wrap .swiper-button-next {
    right: 0px;
    top: 100px;
  }

  .movie_slider_wrap .swiper-slide {
    width: 368px;
  }

  .movie_slider_wrap .swiper-button-next {
    right: 5px;
  }

  .movie_slider_wrap .swiper-button-prev {
    left: 5px;
  }

}

@media screen and (max-width: 415px) {
  .movie_slider_wrap .swiper-slide {
    width: 315px;
  }
}

/*news*/
.cmp_news_list{
  flex-wrap: wrap;
  display: flex;
  gap:30px 35px;
  margin-bottom: 55px;
}

.cmp_news_list>li{
  width: calc( (100% - 70px) / 3 );
}

.cmp_news_list>li .inr{
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  height: 100%;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);

}


.cmp_news_list>li picture {
  aspect-ratio: 4 / 3;
  width: 100%;
  overflow: hidden;
}

.cmp_news_list>li picture img{
  height: 100%;
  object-fit: cover;
}

.cmp_news_list>li .box{
  padding: 10px 24px 25px;
  display: flex;
  margin-bottom: auto;
  flex-direction: column;
  justify-content: space-between;
  flex:1;
}

.cmp_news_list>li .box time{
  font-family: var(--sub);
  font-weight: bold;
  font-size: 1.8rem;
  text-align: left;
  color: #00a23f;
  margin-bottom: 0;
  padding-bottom: 8px;
}

.cmp_news_list>li .box .ttl{
  font-weight: bold;
  line-height: 1.5;
  /*font-size: 1.8rem;*/
  margin-bottom: auto
}

.cmp_news_list>li .box .tag{
  display: flex;
  flex-wrap:wrap;
  gap:5px 10px;
  margin-top: 25px;
}

.cmp_news_list>li .box .tag>li{
  min-width: 80px;
  padding: 0 10px;
  height: 32px;
  font-size: 1.4rem;
  line-height: 30px;
  background: #fff;
  color: #00a23f;
  text-align: center;
  border: 1px solid #00a23f;
}
@media screen and (max-width: 1100px) {

  .cmp_news_list{
    gap:12px;
    margin-bottom: 45px;
  }

  .cmp_news_list>li .box .tag>li {
    padding: 0 8px;
    height: 16px;
    line-height: 14px;
    font-size: 1.4rem;
  }

  .cmp_news_list>li{
    width: calc( (100% - 12px) / 2 );
  }

  .cmp_news_list>li .box {
    padding: 12px 10px 13px;
  }

  .cmp_news_list>li .box time{
    font-size: 1rem;
    padding-bottom: 5px;
  }

  .cmp_news_list>li .box .ttl{
    line-height: 1.42;
    font-size: 1.4rem;
  }

  .cmp_news_list>li .box .tag {
    margin-top: 17px;
  }

  .cmp_news_list>li .box .tag>li {
    min-width: 63px;
    font-size: 1.1rem;
  }

}

@media screen and (max-width: 425px) {

  .cmp_news_list>li .box time{
    font-size: 0.7rem;
  }
}
/****************************************************
コンポーネント拡張
******************************************************/

/*文字サイズ*/
.cmp_fnt_16{font-size: 1.6rem !important;}
.cmp_fnt_18{font-size: 1.8rem !important;}
.cmp_fnt_20{font-size: 2.0rem !important;}
.cmp_fnt_22{font-size: 2.2rem !important;}

.cmp_fnt_en{ font-family: var(--sub);}

/*目次*/
.cmp_local_nav.cmp_mokuji{
  padding: 30px;
  background: #EDEFF4;
  border-radius: 5px;
  counter-reset: listnum;
    gap: 0px;
}
.cmp_local_nav.cmp_mokuji>li{
  width:100%;
  margin-bottom: 10px;
}
.cmp_local_nav.cmp_mokuji li a{

  border: none;
}
/*下線付きステップ*/
.cmp_uline_list.cmp_list_box h2.head strong{
    border-bottom: 1px solid var(--main-clr);
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}

/*シャドウボーダー*/
.cmp_card_border li {
    border: 1px solid var(--main-clr);
}
.cmp_card_border li ul li{
    border: none;
}
/*
.cmp-card-border li {
    border: 1px solid #00A23F;
    border-right: 6px solid #00A23F;
    border-bottom: 6px solid #00A23F;
}
.cmp-card-border li ul li{
    border: none;
}
*/
/*
.cmp_local_nav.cmp_mokuji li a{
  position: relative;
  padding-left: 1em;
  padding-top: 3em;
  border: none;
}
*/
/*
.cmp_local_nav.cmp_mokuji li a::before{
  position: absolute;
	counter-increment: listnum;
	content: "0"counter(listnum) ".";
	display: block;
  width: 90%;
  padding: 0em;
  z-index: 1;
  left: 1em;
  top: 0.9em;
  border-bottom: 1px solid #00A23F;
  font-family: "Montserrat", sans-serif;
  font-size: 0.85em;

}
*/
.cmp_1colum.cmp_list_box>li{
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
}
.cmp_2colum.cmp_list_box>li{
  width: calc((100% - 20px * 2) / 2);
  gap: 30px;
}
.cmp_4colum.cmp_list_box>li{
  width: calc((100% - 20px * 2) / 4.1);
}
/*見出し下線付きbox*/

.cmp_borer_1card.cmp_list_box>li{
  width: 100%;

}
.cmp_borer_1card.cmp_list_box>li h2.head {
    text-align: left;
    color: var(--main-clr);
    padding-bottom: 0.5em;
    border-bottom: 1px solid var(--main-clr);
}
.cmp_borer_2card.cmp_list_box>li{
  padding-bottom: 1.5em;
  width: calc((100% - 10px * 2) / 2);
}
.cmp_borer_2card.cmp_list_box>li h2.head {
    text-align: left;
    color: var(--main-clr);
    padding-bottom: 0.5em;
    border-bottom: 1px solid var(--main-clr);
}
.cmp_borer_3card.cmp_list_box>li{
  padding-bottom: 1.5em;
  width: calc((100% - 20px * 2) / 3);
}
.cmp_borer_3card.cmp_list_box>li h2.head {
    text-align: left;
    color: var(--main-clr);
    padding-bottom: 0.5em;
    border-bottom: 1px solid var(--main-clr);
}



/*リストボックスの中央揃え*/
.cmp_list_box.center{
  justify-content: center;
}
/*リストボックスの左揃え*/
.cmp_list_box.left{
  justify-content: left;
}
/*リストボックス　見出し中央揃え*/

.cmp_list_box.txt_center>li> h2.head{
  text-align: center;
}
/*リストボックス　見出し左揃え*/

.cmp_list_box.txt_left>li> h2.head{
  text-align: left;
}

/*画像左のリストボックス*/
.cmp_list_box2.cmp_list_box>li> h2.head{
  text-align: left;
}
.cmp_list_box2.cmp_list_box {
    justify-content: left;
}
.cmp_list_box2.cmp_list_box>li> .text_body{
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.cmp_para.attention_p {
    background: #ECE6D5;
    padding: 1em;
    border-radius: 5px;
}

/*ポイントボックス*/
.cmp_point_box.cmp_list_box>li h2.head {
  display: flex;
  align-items: center;
}
.cmp_point_box.cmp_list_box>li h2.head strong{
  background: var(--sub-clr);
  color: #FFF;
  font-size: 2rem;
  padding: 0.5em 0.75em;
  border-radius: 2em;
  margin: 0;
}
.cmp_point_box.cmp_list_box>li h2.head span{
  padding-left: 0.75em;
  font-size: 2.2rem;
}

.cmp_point_box.cmp_list_box figure{
  float: left;
  max-width: 200px;
  margin: 20px;
}

.cmp_point_box.cmp_list_box>li .text_body .cmp_button_box{
  clear: both;
}
@media screen and (max-width: 768px) {
  .cmp_point_box.cmp_list_box figure{
    float: left;
    max-width: 120px;
    margin: 10px;
  }
}
/*メモ風リスト*/
.cmp_ul_list.cmp_memo_list{
  max-width: 1400px;
  background: #FFF;
  border-radius: 1em;
  padding: 1.5em;
}
.cmp_ul_list.cmp_memo_list li {
  border-bottom: 1px dashed #000;
  font-weight: bold;
  margin-bottom: 0.25em;
}


/*画像左のリストボックス*/
@media screen and (max-width: 768px) {

	.cmp_list_box2.cmp_list_box {
	    justify-content: center;
	}
	.cmp_list_box2.cmp_list_box>li{
	/*display: flex;
	gap: 15px;*/
	}
	.cmp_list_box2.cmp_list_box figure{
	width: 30%;
	float: left;
	margin-right: 15px;
	}
	.cmp_list_box2.cmp_list_box>li> .text_body{
	width: calc(70% - 15px);
	}
	.cmp_list_box2.cmp_list_box>li> h2.head {
	margin-bottom: 5px;
	}
	.cmp_list_box2.cmp_list_box>li> h2.head span {
	  font-size: 1.6rem;
	  line-height: 1.4;
	}
	.cmp_list_box2.cmp_list_box>li> .text_body {
	  font-size: 1.3rem;
	}
  .cmp_point_box.cmp_list_box>li h2.head strong{
    font-size: 1.5rem;
    white-space: nowrap;
  }
  .cmp_point_box.cmp_list_box>li h2.head span{
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1100px) {

  .cmp_ttl_l.cmp_ttl_ll{
    font-size: 2.4rem;
  }
  .cmp_4colum.cmp_list_box>li{
     width: calc((100% - 20px * 2) / 2);
  }
  .cmp_1colum.cmp_list_box>li{
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}


@media screen and (max-width: 800px) {
  /*文字サイズ*/
  .cmp_fnt_16{font-size: 1.4rem !important;}
  .cmp_fnt_18{font-size: 1.6rem !important;}
  .cmp_fnt_20{font-size: 1.8rem !important;}
  .cmp_fnt_22{font-size: 2.0rem !important;}

  .cmp_local_nav.cmp_mokuji{
    padding: 10px;
  }
  .cmp_local_nav>li,
  .cmp_local_nav.cmp_mokuji>li{
    width: 100%;
  }
}
@media screen and (max-width: 680px) {
  .cmp_2colum.cmp_list_box>li{
     width: 100%;
  }
  .cmp_4colum.cmp_list_box>li{
     width: 100%;
  }
  .cmp_borer_2card.cmp_list_box>li{
    width:100%;
  }

  .cmp_borer_3card.cmp_list_box>li{
      width:100%;
  }


}
/*テーブル（ピンク）*/
.cmp_tbl.cmp_pink_tbl table th{
background: var(--sub-clr);
color: #FFF;
}
.cmp_tbl.cmp_pink_tbl table tbody th,
.cmp_tbl.cmp_pink_tbl table tbody td{
    border: 1px solid #D1D1D1;
}


.cmp_ttl_l.cmp_ttl_ll{
  padding-left: 0;
  font-weight: normal;
  font-size: 2.8rem;
}
.cmp_ttl_l.cmp_ttl_ll::before{
  display: none;
}
.cmp_img_ttl{
display: flex;
align-items: center;
margin: 0.5em 0 1em;
}
.cmp_img_ttl figure{
margin: 0 !important;
padding: 0 !important;
width: auto !important;
}
.cmp_img_ttl figure img{
border-radius: 0 !important;
}
.cmp_img_ttl h3{
padding-left: 0.5em;

}

.cmp-no-radius img{
border-radius: 0 !important;
}
/*
タイムテーブル
*/
/* .cmp_time_dl */
.cmp_time_dl {
  position: relative;
  padding-top: 10px;
  margin-bottom: 15px;
}

.cmp_time_dl .head {
  position: relative;
  text-align: left;
  display: flex;
  margin-bottom: 0;
  padding: 10px 0;
  background: #EDEFF4;
}

.cmp_time_dl .time {
  position: relative;
  font-size: 3rem;
  margin-right: 0;
  width: 250px;
  padding:0 50px 0 40px;
  font-family: var(--sub);
  color: var(--sub-clr);
  font-weight: bold;
}
.cmp_time_dl .time::after{
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 30px;
  width: 0;
  height: 0;
  border-left: 20px solid var(--sub-clr);
  border-right: 0px solid transparent;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.cmp_time_dl .ttl {
  font-size: 2.4rem;
  font-weight: bold;
}

.cmp_time_dl .body {
  padding-left: 250px;
  padding-top: 20px;
}

.cmp_time_dl .text {
  font-size: 1.8rem;
}

/* 横並び */
.cmp_time_dl .head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.cmp_time_dl.type2 .head{
  background: var(--main-clr);
}
.cmp_time_dl.type2 .time {
  color: #fff;
}
.cmp_time_dl.type2 .ttl{
    color: #fff;
}
.cmp_time_dl.type2 .time::after{
  border-left: 20px solid #fff;
}
@media screen and (max-width: 768px) {
  .cmp_time_dl {
    position: relative;
    padding-top: 5px;
    margin-bottom: 5px;
  }
  .cmp_time_dl.type2 .head{
    padding: 0.8em 0;
  }

  .cmp_time_dl .time {
    font-size: max(2rem, 5.5vw);
    margin-right: 0;
    width: 100%;
    padding:0 0 15px 0;
    text-align: center;
  }

  .cmp_time_dl .text {
    /* font-size: max(1.5rem, 4vw); */
    font-size: 1.6rem;
  }

  .cmp_time_dl .time::after {
    top: auto;
    bottom: 8px;
    margin-top: 0px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--sub-clr);
    border-bottom: 0px solid transparent;
  }

  .cmp_time_dl.type2 .time::after{
    border-left-color: transparent;
    border-top: 15px solid #fff;
    border-left: 15px solid transparent;
  }

  .cmp_time_dl .ttl {
    font-size: 2.4rem;
    font-size: max(1.8rem, 4vw);
    font-weight: bold;
    padding: 0 1em;
  }

  .cmp_time_dl .body {
    padding: 1em;
  }
}

/*アイフレーム*/
.cmp_iframe{
  margin-bottom: 40px;
}
.cmp_iframe iframe{
  width: 100%;
}

@media screen and (max-width: 768px) {
  .cmp_iframe{
    margin-bottom: 20px;
  }
}


/*赤いマーク*/
.cmp_mark{
  color: var(--sub-clr);
}

/* .cmp_unit1 */
.cmp_unit1 {
  width: 100%;
  padding: 54px;
  background: #edeff4;
}
/*見出し*/
.cmp_unit1 .cmp_ttl_m2 {
    font-family: var(--sub);
}


/* レイアウト */
.cmp_unit1>.row {
  display: flex;
  flex-wrap: wrap;
}

/* 画像 */
.cmp_unit1>.row>.img {
 width: 42%;
}

.cmp_unit1>.row>.img img {
  width: 100%;
}

/* コンテンツ */
.cmp_unit1>.row>.box1 {
  padding-left: 70px;
  width: 58%;
}
.cmp_unit1>.row .box1>.ttl {
  font-size: 2.4rem;
  margin-bottom: 0.4em;
}

/* テキスト */
.cmp_unit1>.row>.box1>.msg {
  margin-bottom: 10px;
}
.cmp_unit1>.row>.box1 p{
  margin-bottom: 1em;
}


/* リンク */
.cmp_unit1 .link{
  color: var(--main-clr);
  text-decoration: underline;
}
@media screen and (max-width: 1250px) {
  .cmp_unit1 {
    padding: 40px 20px 40px 50px;
  }
    /* コンテンツ */
  .cmp_unit1>.row>.box1 {
    padding-left: 8%;
  }
}

@media screen and (max-width: 1024px) {
  .cmp_unit1 {
    padding: 10px 20px 30px;
  }

  .cmp_unit1 .row{
    display: block;
  }
    /* コンテンツ */
  .cmp_unit1>.row>.img {
    width: 100%;
  }

  .cmp_unit1>.row>.box1 {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }

  .cmp_unit1>.row .box1>.ttl {
    font-size: max(1.8rem, 3.4vw);
    margin-bottom: 0.4em;
  }
}
@media screen and (max-width: 340px) {
  .cmp_unit1 {
    padding: 10px 10px 30px;
  }
}
/*画像+テキスト　吹き出しコメント*/

.cmp_para_float.left.cmp_fukidashi figure {
  max-width: 100px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 100px;
  margin-right: 3%;
}
.cmp_para_float.left.cmp_fukidashi .cmp_para {
  position: relative;
  padding: 1.5em;
  background-color: #EDEFF4;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1.8rem;
  overflow: visible;
  margin-left: 130px !important;
  border-right: 3px solid #CCC;
  border-bottom: 3px solid #CCC;
  max-width: 60%;

}

.cmp_para_float.left.cmp_fukidashi .cmp_para::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 0 16px 16px 0;
  border-color: transparent #EDEFF4 transparent transparent;
  translate: -100% calc(-50% - 0.4px);
}
.cmp_para_float.right.cmp_fukidashi .box1 h4 {
  text-align: right;
  font-weight: 600;
}
.cmp_para_float.right.cmp_fukidashi figure {
  max-width: 100px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 100px;
  margin-left: 3%;
}
.cmp_para_float.right.cmp_fukidashi .cmp_para {
  position: relative;
  padding: 1.5em;
  background-color: #EDEFF4;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1.8rem;
  overflow: visible;
  /*margin-right: 130px !important;*/
  border-right: 3px solid #CCC;
  border-bottom: 3px solid #CCC;
  max-width: 60%;
  float: right;
}


.cmp_para_float.right.cmp_fukidashi .cmp_para::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 0 0 16px 16px;
  border-color: transparent transparent transparent #EDEFF4;
  translate: 100% calc(-50% - 0.4px);
}
@media screen and (max-width: 1100px) {
    .cmp_para_float.cmp_fukidashi{
        display: block;
    }
    .cmp_para_float.left.cmp_fukidashi figure {
        float: left;
    }
    .cmp_para_float.right.cmp_fukidashi figure {
        float: right;
    }
}
@media screen and (max-width: 640px) {
  .cmp_para_float.right.cmp_fukidashi .cmp_para ,
  .cmp_para_float.left.cmp_fukidashi .cmp_para {

      font-size: 1.6rem;
      max-width: 70%;

  }
}
/*次へ前へボタン*/
.cmp_next_prev{
  position: relative;
}
.cmp_next_prev .cmp_button1{
  color: #fff;
  border:  1px solid var(--main-clr);
  background-color: var(--main-clr);
}
.cmp_next_prev .cmp_button1:nth-child(1){
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  max-width: 280px;
  background-image: url(../svg/button_arrow_wh.svg);
  background-position: 5% 50%;
  padding: 10px 15px;
}
.cmp_next_prev .cmp_button1:nth-child(2){
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  max-width: 280px;
  background-image: url(../svg/button_arrow_wh.svg);
  padding: 10px 15px;
}
@media screen and (max-width: 1000px) {
  .cmp_next_prev .cmp_button1:nth-child(1){
    font-size: 1.8rem;
    padding: 7px 15px;
  }
  .cmp_next_prev .cmp_button1:nth-child(2){
    font-size: 1.8rem;
    padding: 7px 15px;
  }
}
@media screen and (max-width: 640px) {
  .cmp_next_prev .cmp_button1:nth-child(1){
    width: 40%;
    font-size: 1.6rem;
    padding: 7px 10px;
  }
  .cmp_next_prev .cmp_button1:nth-child(2){
    width: 40%;
    font-size: 1.6rem;
    padding: 7px 10px;
  }
}
/*ヘッダー付　リスト（ステップ）*/

.cmp_list_box.cmp_list_header > li{
  border: 1px solid var(--main-clr);
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.cmp_list_box.cmp_list_header > li > .head{
  background-color: var(--main-clr);
  padding: 0.5em;
}
.cmp_list_box.cmp_list_header > li > figure{
  padding: 10px 20px;
  max-width: 440px;
  margin: 0 auto;
}
.cmp_list_box.cmp_list_header > li > .text_body{
  padding: 0 2em 0.5em;
}
.cmp_list_box.cmp_list_header > li > .head > strong,
.cmp_list_box.cmp_list_header > li > .head > span{
  color: #FFF;
}

/*
サムネイル連動スライダー
*/
.cmp_gallery{
  max-width:1200px;
  margin:auto;
}

.cmp_gallery_main{
  position:relative;
  margin-bottom:25px;
}

.cmp_gallery_main .swiper-slide{
    overflow:hidden;
    aspect-ratio: 1200 / 685;
    overflow: hidden;
}

.cmp_gallery_main img{
    width:100%;
    height: 100%;
    display:block;
    object-fit:cover;
}

.cmp_gallery_thumb .swiper-slide{
  cursor:pointer;
  opacity:1;
  overflow:hidden;
  width: calc( (100% - 19px*4 ) / 5);
}

.cmp_gallery_thumb .swiper-slide-thumb-active{
    opacity:0.6;
}

.cmp_gallery_thumb .swiper-slide{
  aspect-ratio: 1200 / 685;
}

.cmp_gallery_thumb img{
    width:100%;
    height: 100%;
    display:block;
    object-fit:cover;
}

.cmp_gallery .swiper-button-next,
.cmp_gallery .swiper-button-prev{
  color:#fff;
  width: 80px;
  height: 80px;
  right:0;
  background: #22326e;
  border-radius:0%;
}

.cmp_gallery .swiper-button-prev{
  left:0;
}

.cmp_gallery .swiper-button-prev::after,
.cmp_gallery .swiper-button-next::after{
  content: none;
}

.cmp_gallery .swiper-button-prev::before,
.cmp_gallery .swiper-button-next::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}

.cmp_gallery .swiper-button-next::before{
  transform: translate(-65%, -50%) rotate(45deg);
}

.cmp_gallery .swiper-button-prev::before{
  transform: translate(-35%, -50%) rotate(-135deg);
}

@media screen and (max-width: 768px) {

  .cmp_gallery_main {
    position: relative;
    margin-bottom: 15px;
  }

  .cmp_gallery .swiper-button-next,
  .cmp_gallery .swiper-button-prev{
    width: 45px;
    height: 45px;
  }

  .cmp_gallery .swiper-button-prev::before,
  .cmp_gallery .swiper-button-next::before{
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }

}



/*
その他設定
*/
.bg_white{ background: #ffffff !important;}
.bg_pink{ background: #FBDEEA !important;}
.bg_navy{ background: #EDEFF4 !important;}
.bg_transparent{ background: transparent !important;}

.bg_white_child > * { background: #ffffff !important;}
.bg_pink_child > * { background: #FBDEEA !important;}
.bg_navy_child > * { background: #EDEFF4 !important;}

.noradius{
  border-radius: 0 !important;
}

.gap10,
.gap15,
.gap20{
  align-items: baseline;
  display: flex;
  flex-wrap:wrap;
}

.gap10{ gap:10px}
.gap15{ gap:15px}
.gap20{ gap:20px}


/*下のマージン*/
.mg1_1{ margin-bottom: 5px;}
.mg1_2{ margin-bottom: 10px;}
.mg1_3{ margin-bottom: 15px;}
.mg1_4{ margin-bottom: 20px;}
.mg1_5{ margin-bottom: 25px;}
.mg1_6{ margin-bottom: 30px;}
.mg1_7{ margin-bottom: 35px;}
.mg1_8{ margin-bottom: 40px;}
.mg1_9{ margin-bottom: 45px;}
.mg1_10{ margin-bottom: 50px;}
.mg2_1{ margin-bottom: 0.5em;}
.mg2_2{ margin-bottom: 1em;}
.mg2_3{ margin-bottom: 1.5em;}
.mg2_4{ margin-bottom: 2em;}
.mg2_5{ margin-bottom: 2.5em;}
.mg2_6{ margin-bottom: 3em;}
.mg2_7{ margin-bottom: 3.5em;}
.mg2_8{ margin-bottom: 4em;}
.mg2_9{ margin-bottom: 4.5em;}
.mg2_10{ margin-bottom: 5em;}
.mg3_0{ margin-bottom: 0px;}
.mg3_05{ margin-bottom: 5px;}
.mg3_1{ margin-bottom: 10px;}
.mg3_2{ margin-bottom: 20px;}
.mg3_3{ margin-bottom: 30px;}
.mg3_4{ margin-bottom: 40px;}
.mg3_5{ margin-bottom: 50px;}
.mg3_6{ margin-bottom: 60px;}
.mg3_7{ margin-bottom: 70px;}
.mg3_8{ margin-bottom: 80px;}
.mg3_9{ margin-bottom: 90px;}
.mg3_10{ margin-bottom: 100px;}
@media screen and (max-width: 1000px){
  .mg1_1{ margin-bottom: 3px;}
  .mg1_2{ margin-bottom: 6px;}
  .mg1_3{ margin-bottom: 9px;}
  .mg1_4{ margin-bottom: 12px;}
  .mg1_5{ margin-bottom: 15px;}
  .mg1_6{ margin-bottom: 18px;}
  .mg1_7{ margin-bottom: 21px;}
  .mg1_8{ margin-bottom: 24px;}
  .mg1_9{ margin-bottom: 27px;}
  .mg1_10{ margin-bottom: 30px;}
  .mg3_05{ margin-bottom: 3px;}
  .mg3_1{ margin-bottom: 5px;}
  .mg3_2{ margin-bottom: 10px;}
  .mg3_3{ margin-bottom: 15px;}
  .mg3_4{ margin-bottom: 20px;}
  .mg3_5{ margin-bottom: 25px;}
  .mg3_6{ margin-bottom: 30px;}
  .mg3_7{ margin-bottom: 35px;}
  .mg3_8{ margin-bottom: 40px;}
  .mg3_9{ margin-bottom: 45px;}
  .mg3_10{ margin-bottom: 50px;}
}
@media screen and (max-width: 340px){
  .mg1_1{ margin-bottom: 2px;}
  .mg1_2{ margin-bottom: 4px;}
  .mg1_3{ margin-bottom: 6px;}
  .mg1_4{ margin-bottom: 9px;}
  .mg1_5{ margin-bottom: 12px;}
  .mg1_6{ margin-bottom: 15px;}
  .mg1_7{ margin-bottom: 18px;}
  .mg1_8{ margin-bottom: 21px;}
  .mg1_9{ margin-bottom: 24px;}
  .mg1_10{ margin-bottom: 27px;}
  .mg3_05{ margin-bottom: 1px;}
  .mg3_1{ margin-bottom: 2px;}
  .mg3_2{ margin-bottom: 4px;}
  .mg3_3{ margin-bottom: 6px;}
  .mg3_4{ margin-bottom: 9px;}
  .mg3_5{ margin-bottom: 12px;}
  .mg3_6{ margin-bottom: 15px;}
  .mg3_7{ margin-bottom: 18px;}
  .mg3_8{ margin-bottom: 21px;}
  .mg3_9{ margin-bottom: 24px;}
  .mg3_10{ margin-bottom: 27px;}
}

/*font*/
.cmp_font_s{ font-size: 16px;}
.cmp_font_m{ font-size: 22px;}
.cmp_font_l{ font-size: 30px;}
.cmp_font_xl{ font-size: 36px;}
@media screen and (max-width: 1000px){
  .cmp_font_s{ font-size: 12px;}
  .cmp_font_m{ font-size: 18px;}
  .cmp_font_l{ font-size: 22px;}
  .cmp_font_xl{ font-size: 28px;}
}
@media screen and (max-width: 340px){
  .cmp_font_s{ font-size: 11px;}
  .cmp_font_m{ font-size: 14px;}
  .cmp_font_l{ font-size: 20px;}
  .cmp_font_xl{ font-size: 24px;}
}

.imgauto{
  width: auto;
  max-width: 100%;
}



/*modal*/
.thumbnail {
  cursor: pointer;
  width: 320px;
  height: 180px;
  margin: 0 8px;
}
#modal-video {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  /*background-color: rgba(0, 0, 0, 0.75);*/
  transition: .5s;
  z-index: 1000;
}
#modal-video .js-modal-video-close{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
#modal-video .js-modal-video-close::after{
  content:'';
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top:10px;
  right:20px;
  background-color: transparent;
  background-image: url(../svg/close.svg);
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center;
  /*pointer-events: none;*/
}
#modal-video.close {
  filter: opacity(0);
  visibility: hidden;
}
#modal-video.open {
  filter: opacity(1);
  visibility: visible;
}
#modal-video #player{
  position: relative;
}
#modal-video iframe {
  width: 64vw;
  height: 36vw;
}
@media screen and (max-width: 768px) {
  #modal-video iframe {
    width: 100vw;
    height: 56.25vw;
  }
  #modal-video .js-modal-video-close{
    content:'';
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top:0;
    right:0;
    background-image: url(../svg/close.svg);
    background-repeat: no-repeat;
    background-size: 40px;
  }
}


/*チケットリスト*/
.ticket_list{
  gap:20px;
  display: flex;
  flex-direction: column;
}
.widget_ticket_board {
  position: relative;
  border: 1px solid #D6D6D6;
}
.widget_ticket_board dl.host{
  display: flex;
  gap:0;
  border-radius: 0;
}
.widget_ticket_board dl.host .area {
  display: flex;
  align-items: center;
  width: 100%;
}
.widget_ticket_board dl.host dt {
  width: 140px;
  border-radius: 0px;
  justify-content: center;
  padding: 0;
  background: var(--sub-clr);
  font-family: var(--sub);
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  padding-top: 0.15em;
}
.widget_ticket_board dl.host.visitor dt{
  background: #929292;
}
.widget_ticket_board dl.host dd{
  display: flex;
  align-items: center;
  width: calc(100% - 140px);
  text-align: left;
  background: #F9F9F9;
  padding: 0.9em 0;
  padding-left: 1em;
  line-height: 1.3;
  padding-right: 10px;
  border-radius: 0px;
}
.widget_ticket_board dl.host dd i{
  width: 14px;
}
.widget_ticket_board dl.host dd span{
  width: calc(100% - 14px);
  padding-left: 0.5em;
  font-size: 1.6rem;
}
.widget_ticket_board .location {
  display: flex;
}
.widget_ticket_board .location .box1{
  width: 140px;
  border-radius: 15px 0px 0px 0px;
  justify-content: center;
  padding: 0;
  background: var(--sub-clr);
  font-family: var(--sub);
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
}
.widget_ticket_board .location .box2{
  width: calc(100% - 140px);
  border-radius: 0px 15px 0px 0px;
  background: #F9F9F9;
  padding: 10px 24px;
}
.widget_ticket_board .location .box2 .area{
  display: flex;
  gap:8px;
  padding-top: 5px;
}
.widget_ticket_board .location .box2 .area i{
  width: 14px;
  margin-top: 0.1em;
}
.widget_ticket_board .location .box2 .area i img{
  vertical-align: top;
}
.widget_ticket_board .location .box2 .area span{
  width: calc(100% - 14px);
  padding-left: 0em;
  font-size: 1.6rem;
  line-height: 1.5;
}
.widget_ticket_board .body {
  background: #fff;
  padding: 15px 55px;
  border-radius: 0px 0px 15px 15px;
  justify-content: space-between;
}

.widget_ticket_board .row{
  display: flex;
  flex-wrap:wrap;
}

.widget_ticket_board .row .date_area{
  width:270px;
}

.widget_ticket_board .row .ticket_area {
  width: 290px;
  display: flex;
  padding-right: 10px;
  justify-content: center;
  flex-direction: column;
}

.widget_ticket_board .row .match_area {
  width: calc(100% - 290px - 270px - 205px);
}

.widget_ticket_board .row .action_area {
  width:205px;
}

/*日付*/
.widget_ticket_board .row .date_area{
  position: relative;
  display: flex;
  align-items: center;
}
.widget_ticket_board .row .date_area .section{
  font-size: 1.8rem;
  line-height: 1;
  text-align: left;
  color: #242424;
  font-weight: bold;
  margin-bottom: 10px;
}
.widget_ticket_board .row .date_area .date{
  display: flex;
  font-family: var(--sub);
  align-items: first baseline;
  line-height: 1;
  gap:8px;
}
.widget_ticket_board .row .date_area .date strong{
  font-weight: bold;
  font-size: 4.9rem;
  text-align: left;
  color: var(--sub-clr);
  line-height: 1;
}
.widget_ticket_board .row .date_area .date span{
  font-weight: bold;
  font-size: 1.6rem;
  text-align: left;
  color: var(--sub-clr);
  line-height: 1;
  margin-left: -0.4em;
}
.widget_ticket_board .row .date_area .kickoff{
  font-weight: bold;
  font-size: 2.2rem;
  text-align: left;
  color: var(--sub-clr);
  line-height: 1;
  display: flex;
  justify-content: left;
  font-family: var(--sub);
  min-height: 1em ;
}
/* 対戦エリア */
.widget_ticket_board .row .match_area {
  position: relative;
  display: flex;
  align-items: center;
}
.widget_ticket_board .row .match_area::after{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 115px;
  width: 1px;
  background: #DCDCDC;
}
.widget_ticket_board .row .match_area .match {
  display: flex;
  align-items: center;
  padding-left: 50px;
}
.widget_ticket_board .row .match_area .match .vs {
  font-weight: bold;
  font-size: 2.4rem;
  color: var(--main-clr);
  padding-right: 15px;
  font-family: var(--sub);
  white-space: nowrap;
}
.widget_ticket_board .row .match_area .match .logo {
  width: 97px;
}
.widget_ticket_board .row .match_area .match .logo img{
  max-width: 100%;
  width: auto;
}
.widget_ticket_board .row .match_area .match .team {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: left;
  color: #242424;
  padding-left: 15px;
  line-height: 1.5;
}
.widget_ticket_board .row .ticket_area {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 30px;
}
.widget_ticket_board .row .ticket_area::after{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 115px;
  width: 1px;
  background: #DCDCDC;
}
.widget_ticket_board .row .ticket_area dl{
  line-height: 1.5;
  font-size: 1.6rem;
  margin: 0.1em 0;
}
.widget_ticket_board .row .ticket_area dl dt{
  font-weight: bold;
}

/* アクション */
.widget_ticket_board .row .action_area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.widget_ticket_board .row .action_area .inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:10px;
}
.widget_ticket_board .row .action_area .button {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  width: 147px;
  padding: 0.1em;
  text-align: center;
}
.widget_ticket_board .row .action_area .button.event{ background: #4791DB;}
.widget_ticket_board .row .action_area .button.buy{ background: #D8A643;}
.widget_ticket_board .row .action_area .button.info{ background: #248260;}


@media screen and (max-width: 1400px) {
  .widget_ticket_board .row .date_area{
    width:240px;
  }
  .widget_ticket_board .row .ticket_area {
    width: 270px;
  }
  .widget_ticket_board .row .match_area {
    width: calc(100% - 240px - 270px - 170px);
  }
  .widget_ticket_board .row .action_area {
    width:170px;
  }
  .widget_ticket_board .row .match_area .match {
    padding-left: 30px;
  }

}
@media screen and (max-width: 1300px) {
  .widget_ticket_board .row .date_area{
    width:200px;
  }
  .widget_ticket_board .row .ticket_area {
    width: 220px;
  }
  .widget_ticket_board .row .match_area {
    width: calc(100% - 200px - 220px - 170px);
  }
  .widget_ticket_board .body {
    padding: 15px 2vw;
  }
  .widget_ticket_board .row .date_area .section {
    font-size: 1.4vw;
  }
  .widget_ticket_board .row .date_area .kickoff {
    font-size: 1.7vw;
  }
  .widget_ticket_board .row .date_area .date strong {
    font-size: 3.1vw;
  }
  .widget_ticket_board .row .ticket_area  .result span{
    font-size: 1.5vw;
  }


  .widget_ticket_board .row .match_area .match {
    display: flex;
    align-items: center;
    padding-left: 2vw;
  }
  .widget_ticket_board .row .match_area .match .vs {
    font-size: 1.8vw;
  }

  .widget_ticket_board .row .match_area .match .team {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 1000px) {
  .widget_ticket_board {
    position: relative;
  }
  .widget_ticket_board .location {
    display: flex;
  }
  .widget_ticket_board .location .box1{
    width: 140px;
    border-radius: 15px 0px 0px 0px;
    padding: 9px 0 8px;
    background: var(--sub-clr);
    font-family: var(--sub);
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #fff;
  }
  .widget_ticket_board .location .box2{
    width: calc(100% - 140px);
    border-radius: 0px 15px 0px 0px;
    background: #F9F9F9;
    padding: 10px 24px;
  }
  .widget_ticket_board .location .box2 .area {
    display: flex;
    gap: 8px;
  }
  .widget_ticket_board .body {
    padding: 20px 20px;
    padding-bottom: 35px;
  }
  .widget_ticket_board .row{
    display: flex;
    flex-wrap:wrap;
    flex-direction: column;
  }
  .widget_ticket_board .row .date_area,
  .widget_ticket_board .row .ticket_area ,
  .widget_ticket_board .row .match_area ,
  .widget_ticket_board .row .action_area {
    width:100%;
    justify-content: center;
    flex-wrap:wrap;
    order:5;
  }
  .widget_ticket_board .row .date_area{
    margin-bottom: 10px;
    order:1;
  }
  .widget_ticket_board .row .date_area .inner{
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
    align-items: baseline;
    gap:0 1em;
  }
  .widget_ticket_board .row .date_area .section{
    font-size: 1.8rem;
    width: 100%;
    text-align: center;
  }
  .widget_ticket_board .row .date_area .date{
    align-items: baseline;
    gap:8px;
  }
  .widget_ticket_board .row .date_area .date strong{
    font-size: 4rem;
  }
  .widget_ticket_board .row .date_area .date span{
    font-size: 1.6rem;
    margin-left: 0em;
  }
  .widget_ticket_board .row .date_area .kickoff{
    font-size: 2.2rem;
  }
  /* 対戦エリア */
  .widget_ticket_board .row .match_area{
    margin-bottom: 10px;
  }
  .widget_ticket_board .row .match_area::after{
    display: none;
  }
  .widget_ticket_board .row .match_area .match .team {
    font-size: 1.8rem;
    padding-left: 0;
  }
  .widget_ticket_board .row .match_area .match .vs {
    font-size: 2.4rem;
    padding-right: 9px;
  }
  .widget_ticket_board .row .match_area .match .team {
    font-size: 1.8rem;
    padding-left: 13px;
  }
  .widget_ticket_board .row .match_area .match .logo{
    width: auto;
  }
  /* スコア */
  .widget_ticket_board .row .ticket_area{
    margin-bottom: 30px;
    display: flex;
    /* flex-direction: row; */
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px;
    gap:0.5em;
  }
  .widget_ticket_board .row .ticket_area .inner {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .widget_ticket_board .row .ticket_area dl{
    font-size: 1.6rem;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 90%;
    gap: 1em;
    max-width: 400px;
  }
  .widget_ticket_board .row .ticket_area dl dt {
    font-weight: bold;
    width: 42%;
    background: #EEE;
    padding: 2px;
    text-align: center;
  }
  .widget_ticket_board .row .ticket_area dl dd {
    width: 58%;
  }

  /* アクション */
  .widget_ticket_board .row .action_area::after{
    display: none;
  }
  .widget_ticket_board .row .action_area{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:10px;
  }
  .widget_ticket_board .row .action_area .button {
    font-size: 1.6rem;
  }
  .widget_ticket_board .row .action_area .inner{
    gap:10px;
    flex-direction: row;
  }
  .widget_ticket_board .row .ticket_area::after{
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .widget_ticket_board .body {
    padding: 20px 2.7vw 20px;
  }
  .widget_ticket_board .row .match_area .match .logo {
    width: auto;
    max-width: 13%;
  }
  .widget_ticket_board dl.host dt{
    font-size: 3.5vw;
    padding:0.2em 0 0;
    width: 30%;
  }
  .widget_ticket_board dl.host dd{
    width: calc(100% - 30%);
    padding: 0.9vw 1em;
  }
  .widget_ticket_board dl.host dd i {
    width: 0.8em;
  }
  .widget_ticket_board dl.host dd span{
    font-size: 2.8vw;
    width: calc(100% - 0.8em);
  }
  .widget_ticket_board .row .date_area .section {
    font-size: max(1.6rem, 2.8vw);
  }
  .widget_ticket_board .row .date_area .date strong {
    font-size: max(3rem, 6.25vw);
  }
  .widget_ticket_board .row .date_area .date span {
    font-size: max(1.3rem, 2.2vw);
  }

  .widget_ticket_board .row .date_area .kickoff {
    font-size: max(2rem, 3.4vw);
  }
  .widget_ticket_board .row .match_area .match .team {
    font-size: max(1.4rem, 2.8vw);
    line-height: 1.3;
  }
  .widget_ticket_board .row .match_area .match .vs {
    font-size: max(2rem, 3.7vw);
  }
  .widget_ticket_board .row .ticket_area {
    padding-right: 0px;
    padding-left: 10%;
    justify-content: center;
  }
  .widget_ticket_board .row .ticket_area dl{
    display: flex;
    gap:1em;
    font-size: max(1.3rem, 2.7vw);
    max-width: none;
  }
  .widget_ticket_board .row .action_area .button {
    font-size: max(1.2rem, 2.5vw);
  }
  .widget_ticket_board .row .action_area .inner{
    gap:2%;
  }
  .widget_ticket_board .row .action_area .button {
    width: 8em;
  }
  .widget_ticket_board .row .ticket_area dl{
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .widget_ticket_board .row .ticket_area {
    padding-right: 0px;
    padding-left: 0;
    max-width: 322px;
  }
}

/*未定タグ*/
.date_tbd1,
.kickoff_tbd1{
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: left;
  color: #fb0033;
  white-space: nowrap;
  text-align: center;
}

@media screen and (max-width: 1800px) {
  .date_tbd1,
  .kickoff_tbd1{
    font-size: clamp(1.2rem,0.7vw,1.4rem);
  }
}

@media screen and (max-width: 768px) {
  .kickoff_tbd1{
    font-size: clamp(1.1rem,2.2vw,1.4rem);
  }
  .date_tbd1{
    font-size: clamp(0.9rem, 2.2vw, 1.4rem);
  }
}

/*未定タグ game・ticketボード*/
.date_tbd2,
.kickoff_tbd2{
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: left;
  color: #fb0033;
  white-space: nowrap;
  text-align:left;
  display: block;
}
.widget_ticket_board .date_tbd2{
  width: 100%;
}
.kickoff_tbd2{
  margin-top: 7px;
}

.date_tbd2{
  margin-top: 20px;
  bottom:0;
  order:2;
  transform: translateX(-20px);
}

@media screen and (max-width: 1200px) {
  .date_tbd2,
  .kickoff_tbd2{
    transform: translateX(0px);
    display: block;
    font-size: clamp(1rem,2.2vw,1.4rem);
  }

 .date_tbd2{
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: center;
    font-size: clamp(1.2rem,2.4vw,1.4rem);
  }
}
@media screen and (max-width: 768px) {
  .date_tbd2,
  .kickoff_tbd2 {
    order: 2;
    font-size: clamp(1.1rem,2.2vw,1.4rem);
  }
}


/*未定タグ ゲーム結果*/
.date_tbd3,
.kickoff_tbd3{
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: left;
  color: #fb0033;
  white-space: nowrap;
  text-align: center;
}
.date_tbd3{
  text-align: center;
  display: block;
  margin-bottom: 0.5em;
}
.kickoff_tbd3 {
  display: inline-block;
  margin-left: -0.8em;
}

#container.limited + footer{
  display: none;
}
#container.limited form{
  padding-top: 50px;
}
#container.limited .cmp_button_box{
  padding: 60px;
}
#container.limited .cmp_button_box .cmp_button1{
  max-width: 280px;
  padding: 10px 20px;
}
#container.limited form input.size_m {
    max-width: 340px;
}

#container.limited form .input1 {
    background: #EEE;
    border: 2px solid #666;
}

@media screen and (max-width: 768px) {
  .date_tbd3,
  .kickoff_tbd3 {
    font-size: clamp(1rem,2.2vw,1.4rem);
    margin-left: 0em;
    margin: 0.4em 0 0.5em;
    display: block;
  }

  .date_tbd3 {
    font-size: clamp(0.9rem, 2.2vw, 1.4rem);
  }
}