@charset "utf-8";
/*# マージン
=============================================== */
.mt_00{margin-top:0!important}.mt_05{margin-top:5px!important}.mt_10{margin-top:10px!important}.mt_15{margin-top:15px!important}.mt_20{margin-top:20px!important}.mt_25{margin-top:25px!important}.mt_30{margin-top:30px!important}.mt_35{margin-top:35px!important}.mt_40{margin-top:40px!important}.mt_45{margin-top:45px!important}.mt_50{margin-top:50px!important}.mt_55{margin-top:55px!important}.mt_60{margin-top:60px!important}.mt_70{margin-top:70px!important}.mt_75{margin-top:75px!important}.mt_80{margin-top:5pc!important}.mt_85{margin-top:85px!important}.mt_90{margin-top:90px!important}.mt_95{margin-top:95px!important}.mt_100{margin-top:75pt!important}.mb_00{margin-bottom:0!important}.mb_05{margin-bottom:5px!important}.mb_10{margin-bottom:10px!important}.mb_15{margin-bottom:15px!important}.mb_20{margin-bottom:20px!important}.mb_25{margin-bottom:25px!important}.mb_30{margin-bottom:30px!important}.mb_35{margin-bottom:35px!important}.mb_40{margin-bottom:40px!important}.mb_45{margin-bottom:45px!important}.mb_50{margin-bottom:50px!important}.mb_55{margin-bottom:55px!important}.mb_60{margin-bottom:60px!important}.mb_70{margin-bottom:70px!important}.mb_75{margin-bottom:75px!important}.mb_80{margin-bottom:5pc!important}.mb_85{margin-bottom:85px!important}.mb_90{margin-bottom:90px!important}.mb_95{margin-bottom:95px!important}.mb_100{margin-bottom:75pt!important}
/*# 幅指定
=============================================== */
.width_05{width:5%!important}.width_8{width:8%!important}.width_10{width:10%!important}.width_15{width:15%!important}.width_18{width:18%!important}.width_20{width:20%!important}.width_22{width:22%!important}.width_25{width:25%!important}.width_28{width:28%!important}.width_30{width:30%!important}.width_35{width:35%!important}.width_38{width:38%!important}.width_40{width:40%!important}.width_45{width:45%!important}.width_50{width:50%!important}.width_55{width:55%!important}.width_60{width:60%!important}.width_65{width:65%!important}.width_70{width:70%!important}.width_75{width:75%!important}.width_80{width:80%!important}.width_85{width:85%!important}.width_90{width:90%!important}.width_95{width:95%!important}.width_100{width:100%!important}.width_auto{width: auto!important;}
@media (min-width :835px){
.width_05_pc{width:5%!important}.width_10_pc{width:10%!important}.width_15_pc{width:15%!important}.width_20_pc{width:20%!important}.width_22_pc{width:22%!important}.width_25_pc{width:25%!important}.width_28_pc{width:28%!important}.width_30_pc{width:30%!important}.width_35_pc{width:35%!important}.width_40_pc{width:40%!important}.width_45_pc{width:45%!important}.width_50_pc{width:50%!important}.width_55_pc{width:55%!important}.width_60_pc{width:60%!important}.width_65_pc{width:65%!important}.width_70_pc{width:70%!important}.width_75_pc{width:75%!important}.width_80_pc{width:80%!important}.width_85_pc{width:85%!important}.width_90_pc{width:90%!important}.width_95_pc{width:95%!important}.width_100_pc{width:100%!important}    
}
/*# フォントサイズ
=============================================== */
.font60{font-size:60%}.font65{font-size:65%}.font70{font-size:70%}.font75{font-size:75%}.font80{font-size:80%}.font85{font-size:85%}.font90{font-size:90%}.font95{font-size:95%}.font105{font-size:105%}.font110{font-size:110%}.font120{font-size:120%}.font125{font-size:125%}.font130{font-size:130%}.font135{font-size:135%}.font140{font-size:140%}.font145{font-size:145%}.font150{font-size:150%}.font155{font-size:155%}.font160{font-size:160%}.font165{font-size:165%}
/* wrap_intro
=============================================== */
.wrap_intro{
  padding:150px 0  25px;
  background: url(../img/bg_ttl.png)no-repeat center center;
  background-size: cover;
  background-color: var(--bg-green);
  color: #fff;
}
.wrap_intro.consortium{
  background-image: url(../img/bg_ttl_consortium.png);
}
.wrap_intro h1{
  font-size: 1.8rem;
  line-height: var(--lh-sub);
}
.wrap_intro h1 span[lang="en"]{
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-en);
  font-size: 6rem;
  font-weight: 400;
}
@media screen and (max-width :834px){
  .wrap_intro{
    padding:110px 0 15px;
    background-image: url(../img/bg_ttl_sp.png);
  }
  .wrap_intro.consortium{
    background-image: url(../img/bg_ttl_consortium_sp.png);
  }  
  .wrap_intro h1{
    font-size: 1.4rem;
  }
  .wrap_intro h1 span[lang="en"]{
    margin-bottom: 0px;
    font-size: 4.5rem;
  }  
}
/* topicpath
=============================================== */
.topicpath{
  position: relative;
  z-index: 0;
  width: 100%;
  margin-top: 55px;
  overflow-x: auto;
  scrollbar-color: var(--main-color) var(--bg-rgreen);
  scrollbar-width: thin;    
}
.topicpath::-webkit-scrollbar{
  height: 10px;
}
.topicpath::-webkit-scrollbar{
  background: var(--bg-rgreen);
}
.topicpath::-webkit-scrollbar-thumb{
  border-radius:0;
  background:  var(--main-color);
}
.list_topicpath{
  display: inline-flex;
  flex-wrap: nowrap;
  font-size: 1.2rem;
  line-height: 1;
  color:  #fff;
}
.list_topicpath > li{
  flex-shrink: 0;
}
.list_topicpath > li:nth-child(n+2)::before{
  content: '/';
  margin: 0 12px;
}
.list_topicpath li a{
  display: inline-block;
  text-decoration: none;
  word-break: keep-all;
  color:  #fff;
}
.list_topicpath li span{
  position: relative;
  display: inline-block;
}
.list_topicpath li span::after{
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom:-7px;
  left: 0;
  background-color: #fff;
}
@media screen and (max-width :834px){
  .topicpath{
    margin-top: 30px;
  }
  .topicpath::-webkit-scrollbar{
    height: 5px;
  }
  .list_topicpath{
    font-size: 1.1rem;
  }
  .list_topicpath li span::after{
    margin-left: 7px;
    padding-left: 7px;
  }
}
/* primary_content
=============================================== */
#primary{
  padding: 128px 0;
}
@media screen and (max-width :834px){
  #primary{
    padding: 64px 0;
  }
}
/* cmn_ttl_article
=============================================== */
.cmn_ttl_article+*{
  margin-top: 80px;
}
.cmn_ttl_article::after{
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 25px;
  background-color: var(--main-color);
  border-radius: 1.5px;
}
.cmn_ttl_article .cmn_txt_date{
  margin-bottom: 10px;
}
.cmn_ttl_article .txt_ttl{
   font-size: 3.2rem;
   line-height: 1.5;
}
@media screen and (max-width :834px){
  .cmn_ttl_article+*{
    margin-top: 40px;
  }
  .cmn_ttl_article::after{
    height: 2px;
    margin-top: 15px;
  }
  .cmn_ttl_article .cmn_txt_date{
    margin-bottom: 13px;
  }
  .cmn_ttl_article .txt_ttl{
    font-size:2rem;
    line-height: 1.4;
  }
}
/* 本文
=============================================== */
.area_cms p:not(:empty)+*,
.cmn_p+*{
  margin-top: 32px;
}
.area_cms p:empty{
  min-height: 1em;
}

@media screen and (max-width :834px){
  .area_cms p:not(:empty)+.cmn_catch,
  .cmn_p+.cmn_catch{
    margin-top: 40px;
  }
}
/* ページ内リンク
=============================================== */
.cmn_anchor{
  padding: 22px 32px 14px 32px;
  background: var(--bg-rgreen);
  border-radius: var(--radius);
}
.cmn_anchor ul{
	display : inline-flex;
  flex-wrap: wrap;
}
.cmn_anchor ul li{
  margin-right:38px; 
  margin-bottom: 16px;
}
.cmn_anchor ul li:last-child{
  margin-right: 0;
}
.cmn_anchor a{
  padding-left: 19px;
  font-size: 1.4rem;
  font-weight:500;  
  color: var(--font-black);
  line-height: var(--lh-sub);
  text-decoration: none;
  background: url("/assets/img/ico_arrow_down.svg")no-repeat left top 5.25px;
  background-size:10px auto;}
@media (hover: hover) and (pointer: fine) {
  .cmn_anchor ul li a:hover{
    color: var(--main-color);
    opacity: 1;
  }
}
@media screen and (max-width :834px){
  .area_cms > p+.cmn_anchor{
    margin-top: 30px;
  }  
  .cmn_anchor{
    padding: 11px 16px 0 16px;
  }
  .cmn_anchor ul li{
    margin-right:37px; 
    margin-bottom: 16px;
  }
  .cmn_anchor a{
    font-size: 1.2rem;
    background-position: left top 3px;
  }
}
/* cmn_catch
=============================================== */
.cmn_catch{
  font-size: 3.6rem;
  font-weight: 700;
  color: var(--main-color);
  line-height: 1.455;
}
@media screen and (max-width :834px){
  .cmn_catch{
    font-size:2.2rem;
  }  
}
/* 見出し
=============================================== */
/*大見出し*/
.area_cms h3,
.cmn_ttl01{
  padding: 20px 24px;
  font-size: 2.6rem;
  color: #fff;
  line-height: var(--lh-sub);
  background-color: var(--bg-green);
  border-radius: var(--radius);
}
/*中見出し*/
.area_cms h4,
.cmn_ttl02{
  font-size: 2.2rem;
  line-height: var(--lh-sub);
}
.area_cms h4::after,
.cmn_ttl02::after{
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 20px;
  background: #19aca0;
  background: linear-gradient(90deg, rgba(25, 172, 160,1) 0%, rgba(25, 172, 160,1) 24px, rgba(255, 255, 255, 1) 24px, rgba(255, 255, 255, 1) 28px, rgba(197, 211, 215, 1) 28px, rgba(197, 211, 215, 1) 100%);  
  border-radius: 1.5px;
}
/*小見出し*/
.area_cms h5,
.cmn_ttl03{
  font-size: 2rem;
  line-height: var(--lh-sub);
  color: var(--main-color);
}

@media screen and (max-width :834px){
  /*大見出し*/
  .area_cms h3,
  .cmn_ttl01{
    padding: 10px 12px;
    font-size: 1.9rem;
  }
  /*中見出し*/
  .area_cms h4,
  .cmn_ttl02{
    font-size: 1.7rem;
  }
  .area_cms h4::after,
  .cmn_ttl02::after{
    height: 2px;
    margin-top: 15px;
    background: linear-gradient(90deg, rgba(24, 160, 149, 1) 0%, rgba(24, 160, 149, 1) 16px, rgba(255, 255, 255, 1) 16px, rgba(255, 255, 255, 1) 20px, rgba(197, 211, 215, 1) 20px, rgba(197, 211, 215, 1) 100%);  
    border-radius: 1.5px;
  }
  /*小見出し*/
  .area_cms h5,
  .cmn_ttl03{
    font-size: 1.5rem;
  }
}
/* 写真＋テキスト
=============================================== */
.cmn_textPhoto figcaption{
  margin-top: 8px;
  font-size: 1.4rem;
  color: var(--main-color);
  line-height: 1.571;
}
.wp-block-media-text img,
.cmn_textPhoto figure.round img{
  border-radius: var(--radius);
  overflow: hidden;
}


.cmn_textPhoto.is_peaple .cmn_catch{
  font-size: 2.8rem;
}
.cmn_textPhoto.is_peaple .cmn_catch+*{
  margin-top: 25px;
}
.cmn_textPhoto.is_peaple .box_name{
  position: relative;
  margin-top: 35px;
  padding-left: 27px;
  line-height: var(--lh-sub);
}
.cmn_textPhoto.is_peaple .box_name::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, rgba(25, 172, 160,1) 0%, rgba(25, 172, 160,1) 24px, rgba(255, 255, 255, 1) 24px, rgba(255, 255, 255, 1) 28px, rgba(197, 211, 215, 1) 28px, rgba(197, 211, 215, 1) 100%);  
  border-radius: 1.5px;
}
.cmn_textPhoto.is_peaple .box_name .name{
  display: block;
  margin-top: 10px;
  font-size: 2rem;
}
.cmn_textPhoto.is_peaple .box_name .roma{
  display: block;
  margin-top: 8px;
  font-size: 1.4rem;
  color: var(--main-color);
  font-family: var(--font-ro);
}
.cmn_textPhoto.is_peaple .box_name .txt{
  margin-top: 9px;
  font-size: 1.4rem;
  line-height: 1.857;
}
@media (min-width :835px){
  .wp-block-media-text,
  .cmn_textPhoto{
    display:-webkit-box;
    display:flex;
    justify-content: flex-start;
  }  
  .wp-block-media-text figure,
  .cmn_textPhoto .box_photo{
    width: 48.125%;
    margin-left:48px;
  }    
  .wp-block-media-text .wp-block-media-text__content,
  .cmn_textPhoto .box_text{
    -webkit-box-flex: 1;
    flex: 1;
  }   
  .wp-block-media-text:not(.has-media-on-the-right) figure,
  .cmn_textPhoto.photo_left .box_photo{
    margin-left: 0;
    margin-right: 48px;
  }     

  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
    order: 0;
  }  
  .wp-block-media-text.has-media-on-the-right figure{
    order: 1;
  }

  .cmn_textPhoto.is_peaple .box_photo{
    width: 240px;
  }

}
@media screen and (max-width :834px){
  .cmn_textPhoto figcaption{
    margin-top: 8px;
    font-size: 1.3rem;
    line-height: 1.692;
  }
  .cmn_textPhoto .box_photo.center{
    margin-right: auto;
    margin-left: auto;
  }
  .cmn_textPhoto .box_text+.box_photo,
  .cmn_textPhoto .box_photo+.box_text{
    margin-top: 18px;
  }    

  .cmn_textPhoto.is_peaple .box_photo{
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
  .cmn_textPhoto.is_peaple .cmn_catch{
    font-size: 2rem;
  }
  .cmn_textPhoto.is_peaple .cmn_catch+*{
    margin-top: 20px;
  }
  .cmn_textPhoto.is_peaple .box_name{
    margin-top: 15px;
    padding-left: 16px;
  }
  .cmn_textPhoto.is_peaple .box_name::before{
    width: 2px;
    background: linear-gradient(180deg, rgba(24, 160, 149, 1) 0%, rgba(24, 160, 149, 1) 16px, rgba(255, 255, 255, 1) 16px, rgba(255, 255, 255, 1) 20px, rgba(197, 211, 215, 1) 20px, rgba(197, 211, 215, 1) 100%);  
  }
  .cmn_textPhoto.is_peaple .box_name .name{
    margin-top: 8px;
    font-size: 1.6rem;
  }
  .cmn_textPhoto.is_peaple .box_name .roma{
    margin-top: 5px;
    font-size: 1.3rem;
  }
  .cmn_textPhoto.is_peaple .box_name .txt{
    margin-top: 7px;
    font-size: 1.3rem;
  }  
}

/*# ギャラリー
=============================================== */
.wp-block-image,
.cmn_gallery{
  text-align:center;
}

.wp-block-gallery figcaption,
.wp-block-image figcaption,
.cmn_gallery figcaption{
  margin-top: 8px;
  font-size: 1.4rem;
  color: var(--main-color);
  line-height: 1.571;
  text-align: left;
}

.wp-block-gallery li{
  margin: 0 !important;
}


@media (min-width :835px){
  /*1列*/
  .cmn_gallery.col1 figure{
    display: inline-block;
    width: auto;
    max-width:100%;
  }
  /*2列*/
  .cmn_gallery:not(.col1){
    display: flex;
    justify-content: space-between;    
    flex-wrap: wrap;  
    grid-gap:48px 3.75%;
  }  
  .cmn_gallery.col2 figure{
    width: 48.125%;
  }
}
@media screen and (max-width :834px){
  .cmn_gallery figure+figure{
    margin-top: 28px;
  }
  .wp-block-gallery figcaption,
  .cmn_gallery figcaption{
    margin-top: 8px;
    font-size: 1.3rem;
    line-height: 1.692;
  }  
}


/*# リスト
=============================================== */
.unit_list li{
  line-height: 1.75;
}
@media (min-width :835px){
  .unit_list.col2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
    grid-gap:6px 3.75%;
  }  
  .unit_list:not(.col2) > li:nth-child(n+2),
  .area_cms ul:not(.blocks-gallery-grid) > li:nth-child(n+2),
  .area_cms ol > li:nth-child(n+2){
    margin-top: 13px;
  }  
  /*2列*/
  .unit_list.col2 > li{
    width: 48.125%;
  }
}
@media screen and (max-width :834px){
  .area_cms ol > li:nth-child(n+2),
  .unit_list li:nth-child(n+2){
    margin-top: 10px;
  }
 
}
/*数字-------------------------*/
.area_cms ol+ul,
.area_cms ol+ol,
.area_cms ol+.wp-block-file{
  margin-top: 20px;
}
.cmn_deciList{
  text-indent: 0;
  counter-reset: number;
  list-style-type: none;
}
.area_cms ol >li,
.cmn_deciList > li{
  position: relative;
  counter-increment: number;
  padding-left: 1.5em;
}
.cmn_deciList > li b{
  font-weight: bold;
}
.area_cms ol >li::before,
.cmn_deciList > li::before{
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1em;
  display: inline-block;
  counter-increment: count 1;
  content: counter(number) ".";
  color: var(--main-color);
}

@media screen and (max-width :834px){
}

/*通常-------------------------*/
.area_cms ul+ul,
.area_cms ul+ol,
.area_cms ul+.wp-block-file{
  margin-top: 20px;
}
.area_cms ul:not(.blocks-gallery-grid),
.cmn_discList{
  text-indent: 0;
}
.area_cms ul:not(.blocks-gallery-grid)>li,
.cmn_discList > li{
 position: relative;
 padding-left: 1.5em;
}
.area_cms ul:not(.blocks-gallery-grid)>li::before,
.cmn_discList > li:before {
  display: block;
  position: absolute;
  top:calc(0.5em + 4px);
  left:0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
	background-color: var(--main-color);
	content:"";
}

@media screen and (max-width :834px){
  .area_cms ul:not(.blocks-gallery-grid)>li::before,
 .cmn_discList > li:before {
    top:calc(0.5em + 3px);
    width:6px;
    height: 6px;
 }
}
/*注釈-------------------------*/
.cmn_komeList{
  text-indent: 0;
}
.cmn_komeList > li{
 display: inline-block;
 position: relative;
 padding-left: 1.5em;
}
.cmn_komeList > li b{
  font-weight: bold;
}
.cmn_komeList > li:before {
  position: absolute;
  top: 0;
  left:0;
	content:"※";
  display:inline-block;
}
@media screen and (max-width :834px){

}
/*インデントのみ-----------------*/
ul.cmn_indent{
  text-indent: 0;
}
ul.cmn_indent > li{
  margin-left: 1em;
  text-indent: -1em;
}
ul.cmn_indent.txt15 > li{
  margin-left: 1.5em;
  text-indent: -1.5em;
}
ul.cmn_indent.txt2 > li{
  margin-left: 2em;
  text-indent: -2em;
}
ul.cmn_indent.txt25 > li{
  margin-left: 3em;
  text-indent: -2.5em;
}
ul.cmn_indent.txt3 > li{
  margin-left: 3em;
  text-indent: -3em;
}
@media screen and (max-width :834px){
}
/*リンクリスト----------------------*/
.wp-block-file .wp-block-file__button{
  display: none;
}
.wp-block-file+.wp-block-file,
.cmn_link > li+li{
  margin-top: 15px;
}
.wp-block-file a,
.cmn_link > li > a{
  padding:1.5px 0 ;
  text-decoration: none;  
  padding-left: 30px;
  font-size: 1.6rem;
  background: url("../img/ico_link_circle.svg")no-repeat left top 3px;
  background-size: 20px auto;  
  line-height: 1.25;
  transition: all 0.5s ease;
}
.wp-block-file a::after,
.cmn_link > li > a::after{
  content: '';
  display: inline-block;
  margin-left: 8px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 1;
  vertical-align: middle;
}
.wp-block-file a[target = "_blank"]::after,
.cmn_link > li > a[target = "_blank"]::after{
  width: 12px;
  height: 13px;
  background-image: url("../img/ico_blank.svg");  
}
.wp-block-file a[href $= ".docx"]::after,
.wp-block-file a[href $= ".doc"]::after,
.cmn_link > li > a[href $= ".docx"]::after,
.cmn_link > li > a[href $= ".doc"]::after{
  width: 24px;
  height: 28px;    
  background-image: url("../img/ico_file_word.svg");  
}
.wp-block-file a[href$=".pdf"]::after,
.cmn_link > li > a[href $= ".pdf"]::after{
  width: 24px;
  height: 28px;  
  background-image: url("../img/ico_file_pdf.svg");  
}
.wp-block-file a[href$=".xls"]::after,
.wp-block-file a[href$=".xlsx"]::after,
.cmn_link > li > a[href $= ".xls"]::after,
.cmn_link > li > a[href $= ".xlsx"]::after{
  width: 24px;
  height: 28px;  
  background-image: url("../img/ico_file_excel.svg");  
}
.wp-block-file a[href$=".ppt"]::after,
.wp-block-file a[href$=".pptx"]::after,
.cmn_link > li > a[href $= ".ppt"]::after,
.cmn_link > li > a[href $= ".pptx"]::after{
  width: 24px;
  height: 28px;    
  background-image: url("../img/ico_file_powerpoint.svg");  
}

@media screen and (max-width :834px) {
  .wp-block-file+.wp-block-file,
  .cmn_link > li+li{
    margin-top: 16px;
  }  
  .wp-block-file a,
  .cmn_link > li > a{
    padding:1px 0 2px 27px;
    background-position: left top 3px;
    background-size:16px auto;  
    line-height: 1.14;
    font-size: 1.4rem
  }
  .wp-block-file a[target = "_blank"]::after,
  .cmn_link > li > a[target = "_blank"]::after{
    width: 9px;
    height: 9px;
  }
  .wp-block-file a[href $= ".docx"]::after,
  .wp-block-file a[href $= ".doc"]::after,
  .cmn_link > li > a[href $= ".docx"]::after,
  .cmn_link > li > a[href $= ".doc"]::after,
  .wp-block-file a[href$=".pdf"]::after,
  .cmn_link > li > a[href $= ".pdf"]::after,
  .wp-block-file a[href$=".xls"]::after,
  .wp-block-file a[href$=".xlsx"]::after,
  .cmn_link > li > a[href $= ".xls"]::after,
  .cmn_link > li > a[href $= ".xlsx"]::after,
  .wp-block-file a[href$=".ppt"]::after,
  .wp-block-file a[href$=".pptx"]::after,
  .cmn_link > li > a[href $= ".ppt"]::after,
  .cmn_link > li > a[href $= ".pptx"]::after{
    width: 16px;
    height: 18.5px;
  }  
}

/*# テーブル
=============================================== */
.wp-block-table thead{
  border: none !important;
}
.cmn_tableStyle+.cmn_komeList,
.cmn_scroll_area+.cmn_komeList{
  margin-top: 10px;
}
.area_cms table,
.cmn_tableStyle{
  width: 100%;
  table-layout: fixed;
  text-align: left;
  background: #fff;
}

.area_cms table th,
.area_cms table td,
.cmn_tableStyle th,
.cmn_tableStyle td{
  border: solid 1px var(--color-border);
  line-height: 1.625;
  vertical-align: middle;
}

.area_cms table thead th,
.cmn_tableStyle thead th{
  vertical-align: middle;
  height: 54px;
  padding: 5px 20px;  
  background: #1cb9ac;
  color: #fff;
  font-weight: 500;
}

.area_cms table tbody th,
.cmn_tableStyle tbody th,
.area_cms table td,
.cmn_tableStyle td{
  padding: 12px 20px;
}
.cmn_tableStyle.vt td,
.cmn_tableStyle.vt th,
.cmn_tableStyle tr.vt td,
.cmn_tableStyle tr.vt th,
.cmn_tableStyle td.vt{
  vertical-align: top;
}

.wp-block-table.is_head tbody tr>td:first-child,
.wp-block-table.type2 tbody tr>td:first-child,
.cmn_tableStyle tbody th{
  background-color: var(--bg-rgreen);
}

.wp-block-table.type2 tbody tr>td:first-child,
.cmn_tableStyle.type2 tbody th{
  width: 33.35%;
}

@media screen and (max-width :834px){
  .area_cms table th,
  .area_cms table td,
  .cmn_tableStyle th,
  .cmn_tableStyle td{
    line-height: 1.714;
  }

  .area_cms table thead th,
  .cmn_tableStyle thead th{
    height:35px;
    padding: 5px 12px;  
  }
  .area_cms table tbody th,
  .cmn_tableStyle tbody th,
  .area_cms table td,
  .cmn_tableStyle td{
    padding: 5px 12px;
  }
  .wp-block-table.type2 tbody tr>td:first-child,
  .cmn_tableStyle.type2 tbody th{
    width: 34%;
  }
}

/*# 定義リスト
=============================================== */
.cmn_defList{
  border-top: solid 1px var(--color-border);
}
.cmn_defList .row{
  display: flex;
  border-bottom: solid 1px var(--color-border);
}
.cmn_defList .row > dt{
  width: 390px;
  padding:24px 20px;
  font-weight: 500;
}
.cmn_defList .row > dd{
  flex: 1;
  padding: 24px 0;
}
/*タイトル長さ違い*/
.cmn_defList.w10 .row>dt{width:10%}.cmn_defList.ws20 .row>dt{width:20%}.cmn_defList.w30 .row>dt{width:30%}.cmn_defList.w40 .row>dt{width:40%}.cmn_defList.w5em .row>dt{width:5em}.cmn_defList.w6em .row>dt{width:6em}.cmn_defList.w7em .row>dt{width:7em}.cmn_defList.w8em .row>dt{width:8em}.cmn_defList.w9em .row>dt{width:9em}.cmn_defList.w10em .row>dt{width:10em}.cmn_defList.w11em .row>dt{width:11em}.cmn_defList.w12em .row>dt{width:12em}.cmn_defList.w13em .row>dt{width:13em}
@media screen and (max-width :834px){
  .cmn_defList .row > dt{
    width: 150px;
    padding: 13px 11px;
  }
  .cmn_defList .row > dd{
    padding: 13px 0;
  }  
  
}

/*# 枠
=============================================== */
.cmn_flame{
  background: var(--bg-rgreen);
  padding: 30px 29px;
  border-radius: var(--radius);
}
.cmn_flame.type_line{
  border: solid 1px var(--color-border);
  background-color: #fff;
}

.cmn_flame.type_info{
  background:var(--bg-gray);
}
.cmn_flame.type_info .txt+*{
  margin-top: 10px;
}
.cmn_flame.type_info .ttl_contact{
  font-size: 2rem;
}

.cmn_flame .cmn_ttl03{
  margin-bottom: 13px;
}
.cmn_flame .box_tel{
   margin-top: 15px !important;
 }
@media (min-width :835px){
  .cmn_flame .box_tel{
    display: inline-flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .cmn_flame .box_tel >*{
    margin-right: 59px;
  }
  .cmn_flame .box_tel >*:last-child{
    margin-right: 0;
  }  
}
@media screen and (max-width :834px) {
  .cmn_flame{
    padding: 16px 16px;
  }
  .cmn_flame.type_info .txt+*{
    margin-top: 10px;
  }
  .cmn_flame.type_info .ttl_contact{
    font-size: 1.62rem;
  }

  .cmn_flame .cmn_ttl03{
    margin-bottom: 7px;
  }

}
/* 一覧（タイトルのみ）
=============================================== */
.cmn_list_ttl li{
  border-bottom: solid 1px var(--color-border);
}
.cmn_list_ttl li >*{
  display: flex;
  align-items: center;
  min-height: 65px;
  height: 100%;
  padding: 13px 36px 13px 17px;
  font-weight: 500;
  color: var(--font-black);
  text-decoration: none;
  background: url(../img/ico_arrow.svg)no-repeat right 16px center;
  background-size: 12px auto;
  transition: all 0.5s ease;
}
@media (hover: hover) and (pointer: fine) {
  .cmn_list_ttl li >a:hover{
    color: var(--main-color);
    background-color: var(--bg-rgreen);
  }
}
@media (min-width :835px){
  .cmn_list_ttl.col2,
  .cmn_list_ttl.col3{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
    grid-gap:0 3.75%;
  }    
  /*2列*/
  .cmn_list_ttl.col2 > li{
    width: 48.125%;
  } 
  .cmn_list_ttl.col2 li:nth-child(-n+2){
    border-top: solid 1px var(--color-border);
  }   
  /*3列*/
  .cmn_list_ttl.col3{
    grid-gap:0 3.125%;
  }
  .cmn_list_ttl.col3 li:nth-child(-n+3){
    border-top: solid 1px var(--color-border);
  }     
  .cmn_list_ttl.col3 > li{
    width:31.25%;
  }    
}

@media screen and (max-width :834px) {
  .cmn_list_ttl li:first-child{
    border-top: solid 1px var(--color-border);
  }  
  .cmn_list_ttl li >*{ 
    min-height:50px;
    padding: 12px 30px 12px 12px;
    font-size: 1.4rem;
    background-repeat: right 13px center;
    background-size: 10px auto;
  }  
}

/* WPカラム
=============================================== */
.wp-block-gallery{
  display: block !important;
}
.blocks-gallery-grid,
.wp-block-columns{
  display: flex;
  grid-gap: 48px 3.75%;
}
.blocks-gallery-grid>*,
.wp-block-columns>*{
  flex: 1;
}

/* 余白
=============================================== */
.wp-block-table+*,
.wp-block-file+*,
.wp-block-buttons+*:not(.wp-block-buttons),
.unit_block+*{
  margin-top: 64px;
}
.wp-block-group+*,
.wp-block-gallery+*,
.wp-block-image+*,
.wp-block-columns+*,
.unit_block_m+*{
  margin-top: 49px;
}
.area_cms h4+*,
.area_cms h5+*,
.unit_ttl+*{
  margin-top: 40px;
}
.area_cms h3+*,
.unit_ttl_s+*{
  margin-top: 15px;
}

.area_cms ul:not(.blocks-gallery-grid),
.area_cms ol,
.unit_list+*{
  margin-top: 35px;
}

.primary_content .cmn_ttl01:nth-of-type(n+2),
.area_cms h3:nth-of-type(n+2){
  margin-top:64px;
}


@media screen and (max-width :834px) {
  .wp-block-table+*,
  .wp-block-file+*,
  .wp-block-buttons+*:not(.wp-block-buttons),
  .unit_block+*{
    margin-top: 40px;
  }
  .wp-block-group+*,
  .wp-block-gallery+*,
  .wp-block-image+*,
  .wp-block-columns+*,
  .unit_block_m+*{
    margin-top: 30px;
  }
  .area_cms h4+*,
  .area_cms h5+*,  
  .unit_ttl+*{
    margin-top: 24px;
  }
  .area_cms h3+*,
  .unit_ttl_s+*{
    margin-top: 12px;
  }
  .area_cms ul:not(.blocks-gallery-grid),
  .area_cms ol,  
  .unit_list+*{
    margin-top:20px;
  }
  .primary_content .cmn_ttl01:nth-of-type(n+2),
  .area_cms h3:nth-of-type(n+2){
    margin-top:40px;
  }

}

