@charset "utf-8";
/* ===============================================
# マージン
=============================================== */
.mt_00 {margin-top: 0px !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: 80px !important;}
.mt_85 {margin-top: 85px !important;}
.mt_90 {margin-top: 90px !important;}
.mt_95 {margin-top: 95px !important;}
.mt_100 {margin-top: 100px !important;}

.mb_00 {margin-bottom: 0px !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: 80px !important;}
.mb_85 {margin-bottom: 85px !important;}
.mb_90 {margin-bottom: 90px !important;}
.mb_95 {margin-bottom: 95px !important;}
.mb_100 {margin-bottom: 100px !important;}

.ml_05 {margin-left: 5px !important;}
.ml_10 {margin-left: 10px !important;}
.ml_15 {margin-left: 15px !important;}
.ml_20 {margin-left: 20px !important;}
.ml_25 {margin-left: 25px !important;}
.ml_30 {margin-left: 30px !important;}
.ml_35 {margin-left: 35px !important;}
.ml_40 {margin-left: 40px !important;}
.ml_45 {margin-left: 45px !important;}
.ml_50 {margin-left: 50px !important;}

.mr_05 {margin-right: 5px !important;}
.mr_10 {margin-right: 10px !important;}
.mr_15 {margin-right: 15px !important;}
.mr_20 {margin-right: 20px !important;}
.mr_25 {margin-right: 25px !important;}
.mr_30 {margin-right: 30px !important;}
.mr_35 {margin-right: 35px !important;}
.mr_40 {margin-right: 40px !important;}
.mr_45 {margin-right: 45px !important;}
.mr_50 {margin-right: 50px !important;}
/* ===============================================
# 幅指定
=============================================== */
.width_05 {width: 5%;}
.width_10 {width: 10%;}
.width_15 {width: 15%;}
.width_20 {width: 20%;}
.width_25 {width: 25%;}
.width_28 {width: 28%;}
.width_30 {width: 30%;}
.width_35 {width: 35%;}
.width_40 {width: 40%;}
.width_45 {width: 45%;}
.width_50 {width: 50%;}
.width_55 {width: 55%;}
.width_60 {width: 60%;}
.width_65 {width: 65%;}
.width_70 {width: 70%;}
.width_75 {width: 75%;}
.width_80 {width: 80%;}
.width_85 {width: 85%;}
.width_90 {width: 90%;}
.width_95 {width: 95%;}
.width_100 {width: 100%;}

.width_1em{width:1em;}
.width_2em{width:2em;}
.width_3em{width:3em;}
.width_4em{width:4em;}
.width_5em{width:5em;}
.width_6em{width:6em;}
.width_7em{width:7em;}
.width_8em{width:8em;}
.width_9em{width:9em;}
.width_10em{width:10em;}
.width_11em{width:11em;}
.width_12em{width:12em;}
.width_13em{width:13em;}
.width_14em{width:14em;}
.width_15em{width:15em;}
.width_16em{width:16em;}
.width_17em{width:17em;}
.width_18em{width:18em;}
.width_19em{width:19em;}
.width_20em{width:20em;}
/* ===============================================
# フォント／テキスト
=============================================== */
.fontfjalla{
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.fontallura{
  font-family: 'Allura', cursive;
  font-weight: 400;
  font-style: normal;
}
.fontroboto{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.fontroboto_con{
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.txtCenter{
  text-align: center !important;
}
.txtCenter_pc{
  text-align: center !important;
}
.txtLeft{
  text-align: left!important;
}
.txtRight{
  text-align: right!important;
}
.txtNowrap{
  display: inline-block;
}
em,strong{
  font-weight: bold;
}
sup {
  vertical-align: super;
  font-size: 70%;
}
sub {
  vertical-align: sub;
  font-size: 70%;
}
i{
  font-style: italic;
}
.txtWhite{
  color: #fff;
}
.txtRed {
  color: #ff4620;
}
.txtGreen {
  color: #00b097;
}
.txtBold{
  font-weight: bold;
}
.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%;}
.font140{font-size: 140%;}
.font145{font-size: 145%;}
.font150{font-size: 150%;}
.font155{font-size: 155%;}
.font160{font-size: 160%;}
.font165{font-size: 165%;}

@media screen and (max-width :768px){
  .txtCenter_pc{
    text-align: left !important;
  }
}
/* ===============================================
# 背景色
=============================================== */
.bgWhite {
	background-color:#fff !important;
}
.bgBeige01 {
	background-color:#fcfbf9 !important;
}
/* ===============================================
# 配置
=============================================== */
.fixed {
  position: fixed;
}
/* ===============================================
# アイコン
=============================================== */
img[src*=".svg"].ico_blank{
  width: 14px;
  margin-left: 10px;
  vertical-align: middle;
}
img[src*=".svg"].ico_file{
  width: 28px;
  margin-left: 10px;
  vertical-align: middle;
}
img[src*=".svg"].ico_blank_p{
  width: 14px;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
}
img.ico_file_p{
  width: 20px;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
}
@media screen and (max-width :768px){
  img[src*=".svg"].ico_blank{
    width: 11px;
    margin-left: 8px;
  }
  img[src*=".svg"].ico_file{
    width: 17px;
    margin-left: 10px;
    margin-top: -2px;
  }  
  img[src*=".svg"].ico_blank_p{
    width: 11px;
    margin-left: 3px;
    margin-right: 3px;
  }  
  img.ico_file_p{
    width: 15px;
    margin-left: 3px;
    margin-right: 3px;
  }    
}
/* ===============================================
# アニメーション
=============================================== */
.ov_btn {
  overflow: hidden;
  position: relative;
}
.ov_btn > span{
  text-align: center;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.ov_btn:before {
  content: "";
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: #145aa4;
  transition: 0.4s;
}
.ov_btn:hover::before {
  left: 0;
}

@keyframes ov_ico {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.ov_ico:hover img{
  animation: ov_ico 0.4s ease;
}

/* ===============================================
# 見出し
=============================================== */
/*大見出し-------------------------*/
.cmn_ttl01{
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 25px;
  padding-left:1.5em;
  position:relative;  
  line-height: 1.2;
}
.cmn_ttl01:before {
  content: '';
  display: inline-block;
  width: 31px;
  height: 31px;
  background: url(../images/ico_aogiri.svg)no-repeat left top;
  background-size: contain;
  vertical-align: middle;
  margin-right: 20px;
  position:absolute;
  left:0;
}
@media screen and (max-width :768px){
  .cmn_ttl01{
  font-size: 19px;
  font-size: 1.9rem;
    margin-bottom: 20px;
  }
  .cmn_ttl01:before {
    width: 19px;
    height: 20px;
    margin-right: 12px;   
    top:0px;
  }  
}
/*大見出し②-------------------------*/
.cmn_ttl02{  
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;  
  position: relative;
  padding: 17px 0 16px 35px;
  margin-bottom: 25px;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.2;
  border-top: solid 1px #cacaca;
  border-left: solid 1px #cacaca;
  border-right: solid 1px #cacaca;
  border-bottom: solid 2px #00b097;
}
@media screen and (max-width :768px){
  .cmn_ttl02{
    margin-bottom: 20px;  
    padding: 12px 0 12px 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.176;
  }
}
/*アコーディオン付き*/
.cmn_ttl02.js-acd{
  margin-bottom: 20px;
  cursor: pointer;
}
.cmn_area_acd .acd_item{
  overflow: hidden;
  margin-bottom: 15px;
  display: none;
}
.cmn_ttl02.js-acd > span{
  -webkit-box-flex:1;
  flex: 1;
  display: block;
}
.cmn_ttl02.js-acd .ico{
  display: block;
  width: 95px;
  background: url(../images/ico_down.svg) no-repeat center center;
  background-size: 17px auto;
}
.cmn_ttl02.js-acd.open .ico{
  background-image: url(../images/ico_up.svg);
}
@media screen and (max-width :768px){
  .cmn_ttl02.js-acd {
    margin-bottom: 10px;
  }
  .cmn_area_acd .acd_item {
    margin-bottom: 10px;
  }
  .cmn_ttl02.js-acd .ico{   
    width: 25px;
    background-size: 13px auto;
  }
}
/*アコーディオン付きFAQ*/
.faq .cmn_ttl02.js-acd{
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.faq .cmn_ttl02 .acd_item{
  height: 0;
  overflow: hidden;
}
.faq .cmn_ttl02.js-acd > span{
  -webkit-box-flex:1;
  flex: 1;
  display: block;   
  padding-left:1em;
  position:relative;
  line-height: 1.4;
}
.faq .cmn_ttl02.js-acd > span:before{
  content: "Q";
  text-align: center;
  display: inline-block;
  margin-right: .5em; 
  position:absolute;
  left:0;
  top:0;
}
.faq .cmn_ttl02.js-acd .ico{
  display: block;
  width: 95px;
  background: url(../images/ico_down.svg) no-repeat center center;
  background-size: 17px auto;
}
.faq .cmn_ttl02.js-acd.open .ico{
  background-image: url(../images/ico_up.svg);
}
.faq .acd_item{
  padding-left: 1.2em;
  position:relative;
  margin-bottom: 20px;
}
.faq .acd_item:before{
  content: "A";
  color: #00b097;
  text-align: center;
  display: inline-block;
  margin-right: .5em; 
  position:absolute;
  left:0;
  top:-4px;
  font-size: 20px;
}
@media screen and (max-width :768px){
  .faq .cmn_ttl02.js-acd .ico{   
    width: 25px;
    background-size: 13px auto;
  }
}
/*中見出し-------------------------*/
.cmn_ttl03{
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;  
  position: relative;
  padding: 16px 0 16px 35px;
  margin-bottom: 25px;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.2;
  border-top: solid 1px #00b097;
  background: rgba(0,176,151,0.05);
}
@media screen and (max-width :768px){
  .cmn_ttl03{
    margin-bottom: 20px; 
    padding: 10px 0 10px 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.176;
  }
}
/*小見出し-------------------------*/
.cmn_ttl04{
  margin-bottom: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #00b097; 
}
@media screen and (max-width :768px){
  .cmn_ttl04{
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 20px; 
  }
}


/*中見出しアコーディオン-------------------------*/
.cmn_acd > dt{
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;  
  position: relative;
  padding: 16px 50px 16px 35px;
  margin-bottom: 25px;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.2;
  border-top: solid 1px #00b097;
  background: url(../images/ico_down.svg) no-repeat right 35px center;
  background-size: 17px auto;  
  background-color: rgba(0,176,151,0.05);  
  cursor: pointer;
}
.cmn_acd > dt.open{
  background-image: url(../images/ico_up.svg);
}
.cmn_acd > dd{
  width: 100%;
  padding: 20px 0;
  display: none;
}
@media screen and (max-width :768px){
  .cmn_acd > dt{
    margin-bottom: 20px; 
    padding: 10px 35px 10px 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.176;
    background-position: right 20px 0;
    background-size: 13px auto;
  }
}

/* ===============================================
# 本文
=============================================== */
/* 本文 */
.cmn_wrap{
  margin: 0;
  padding: 0;
}
.cmn_p {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2.1;
  margin-bottom: 25px;
}
.cmn_p a{
  color: #00b097;
  border-bottom: 1px solid #00b097;
  line-height: 1.2;
}


@media screen and (max-width :768px){
  .cmn_p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.75;
    margin-bottom: 15px;
  }
}

/* ===============================================
# アンカーリンク
=============================================== */
.cmn_anchor{
  margin-bottom:20px;   
}
.cmn_anchor li{
  position: relative;
  float: left;
  padding-right: 15px;  
  line-height: 1;
  margin-bottom: 20px;
  font-size: 15px;
  font-size: 1.5rem; 
  width: 25%;
}
.cmn_anchor li a{
  display: inline-block;
  background: url(../images/ico_anchor.svg) no-repeat right center;
  background-size: 11px auto;
  padding-right: 18px;
  color: #00b097;
  font-weight: bold;
}
.cmn_anchor li a:hover{
  opacity: 0.6;
}
@media screen and (max-width :768px){
  .cmn_anchor{
    margin-bottom: 5px;
	margin-top: 30px;
    border-top: solid 1px #cacaca;
  }
  .cmn_anchor li{
    margin-bottom: 0;
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
    border-bottom: solid 1px #cacaca;
  }
  .cmn_anchor li a{
    background-size: 11px auto;
    padding-right: 23px;
    width: 100%;
    padding: 17.5px 20px;
  }
}

/* ===============================================
# リスト
=============================================== */
/*注釈-------------------------*/
ul.cmn_komeList{
  text-indent: 0;
  margin-bottom: 20px;
}
ul.cmn_komeList > li{
 position: relative;
 padding-left: 1.3em;
  font-size: 17px;
  font-size: 1.7rem;
}
ul.cmn_komeList > li b{
  font-weight: bold;
}
ul.cmn_komeList > li:before {
  position: absolute;
  top: 0;
  left:0;
  content:"※";
  display:inline-block;
}
ul.cmn_komeList > li:nth-child(n+2){
  margin-top: 6px;
}
@media screen and (max-width :768px){
  ul.cmn_komeList > li{
    font-size: 14px;
    font-size: 1.4rem;
  }
  ul.cmn_komeList > li:nth-child(n+2){
    margin-top: 3px;
  }
}

/*数字-------------------------*/
ol.cmn_deciList{
  margin-bottom: 30px;
}

ol.cmn_deciList{
  text-indent: 0;
  counter-reset: number;
  list-style-type: none;
}
ol.cmn_deciList > li{
  position: relative;
  counter-increment: number;
  padding-left: 3.0em;
  font-size: 17px;
  font-size: 1.7rem;
}
ol.cmn_deciList > li b{
  font-weight: bold;
}
ol.cmn_deciList > li::before{
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  counter-increment: count 1;
  content: counter(number) ;
  color: #fff;
  background: #00b097; 
  padding: 0px 11px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  line-height: 1.5;
}
ol.cmn_deciList > li:nth-child(n+2){
  margin-top: 8px;
}
@media screen and (max-width :768px){
  ol.cmn_deciList{
    margin-bottom: 20px;
  }
  ol.cmn_deciList > li{
    font-size: 14px;
    font-size: 1.4rem;   
    padding-left: 2.2em;
  }
  ol.cmn_deciList > li:nth-child(n+2){
    margin-top: 18px;
  }
  ol.cmn_deciList > li::before{ 
    padding: 0px 8px;
    font-size: 15px;
    line-height: 1.6;
  }
}
.cms_txt > ol{
  list-style: decimal;
  padding-left: 1em;
}

/*通常-------------------------*/
ul.cmn_discList{
  margin-bottom: 30px;
}
.cms_txt > ul,
ul.cmn_discList{
  text-indent: 0;
}
.cms_txt > ul > li,
ul.cmn_discList > li{
 position: relative;
 padding-left: 1.2em;
  line-height: 1.6;
  font-size: 17px;
  font-size: 1.7rem;
}
.cms_txt > ul > li b,
ul.cmn_discList > li b{
  font-weight: bold;
}
.cms_txt > ul > li:before,
ul.cmn_discList > li:before {
  position: absolute;
  top: 2.5px;
  left: 0;
  color: #00b097;
  content: "●";
  font-size: 13px;
  display: inline-block;
}
.cms_txt > ul > li:nth-child(n+2),
ul.cmn_discList > li:nth-child(n+2){
  margin-top: 6px;
}
@media screen and (max-width :768px){
 ul.cmn_discList{
    margin-bottom: 20px;
  }
  .cms_txt > ul > li,
  ul.cmn_discList > li{
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 1.0em;
}
 .cms_txt > ul > li:before,
 ul.cmn_discList > li:before {
   top: 0.3em;
   -webkit-transform: scale(0.8);
   transform: scale(0.8);
   font-size: 11px;
 }
.cms_txt > ul > li:nth-child(n+2),
  ul.cmn_discList > li:nth-child(n+2){
    margin-top: 3px;
  }
}

/*通常（ひし形）-------------------------*/
ul.cmn_rhombusList{
  margin-bottom: 30px;
  text-indent: 0;
}
ul.cmn_rhombusList li{
  position:relative;
  padding-left: 1.2em;
  line-height: 1.6;
  font-size: 17px;
  font-size: 1.7rem;
}
ul.cmn_rhombusList li:before{
  content:'';
  display: inline-block;
  background:#00b097;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 7.3px;
  left: 0;
  transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
}
ul.cmn_rhombusList > li:nth-child(n+2){
  margin-top: 6px;
}
@media screen and (max-width :768px){
 ul.cmn_rhombusList{
    margin-bottom: 20px;
  }
  ul.cmn_rhombusList > li{
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 1.0em;
}
 ul.cmn_rhombusList > li:before {
   top: 0.55em;
   width: 6px;
   height: 6px;
  }
  ul.cmn_rhombusList > li:nth-child(n+2){
    margin-top: 3px;
  }
}

/*字下げインデント-------------------------*/
ul.cmn_indent{
  text-indent: 0;
  margin-bottom: 20px;
}
ul.cmn_indent li:nth-child(n+2){
  margin-top: 6px;
}
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: 2.5em;
  text-indent: -2.5em;
}
ul.cmn_indent.txt3 > li{
  margin-left: 3em;
  text-indent: -3em;
}
@media screen and (max-width :768px){
  ul.cmn_indent li:nth-child(n+2){
    margin-top: 3px;
  }
}


/*2列*/
ul.cmn_discList.col2,
ul.cmn_discList.col3,
ul.cmn_discList.col4{
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
  ul.cmn_discList.col2 > li:nth-child(n+2),
  ul.cmn_discList.col3 > li:nth-child(n+2),
  ul.cmn_discList.col4 > li:nth-child(n+2){
    margin-top: 0;
  }
  ul.cmn_discList.col2 > li:nth-child(n+3){
    margin-top: 6px;
  }

  ul.cmn_discList.col3 > li:nth-child(n+4){
    margin-top: 6px;
  }
  ul.cmn_discList.col4 > li:nth-child(n+5){
    margin-top: 6px;
  }
@media print,screen and (min-width :769px){
  ul.cmn_discList.col2 > li{
    width: 50%;
    padding-right: 1em;
  }
  /*3列*/
  ul.cmn_discList.col3 > li{
    width:33.33%;
    padding-right: 1em;
  }
  /*4列*/
  ul.cmn_discList.col4 > li{
    width:25%;
    padding-right: 1em;
  }
}
@media screen and (max-width :768px){
  ul.cmn_discList.col2,
  ul.cmn_discList.col3{
    display: block;
  }
  ul.cmn_discList.col2 > li:nth-child(n+2),
  ul.cmn_discList.col2 > li:nth-child(n+3),
  ul.cmn_discList.col3 > li:nth-child(n+2),
  ul.cmn_discList.col3 > li:nth-child(n+4),
  ul.cmn_discList.col4 > li:nth-child(n+3),
  ul.cmn_discList.col4 > li:nth-child(n+5){
    margin-top: 3px;
  }
  ul.cmn_discList.col4 > li{
    width: 50%;
    padding-right: 1em;
  }
}

/*インデントのみ-----------------*/
ul.cmn_indent{
  text-indent: 0;
  margin-bottom: 20px;
}
ul.cmn_indent li:nth-child(n+2){
  margin-top: 6px;
}
ul.cmn_indent > li{
  margin-left: 1em;
  text-indent: -1em;
  font-size: 17px;
  font-size: 1.7rem;
}
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: 2.5em;
  text-indent: -2.5em;
}
ul.cmn_indent.txt3 > li{
  margin-left: 3em;
  text-indent: -3em;
}
@media screen and (max-width :768px){
  ul.cmn_indent li:nth-child(n+2){
    margin-top: 3px;
  }
  ul.cmn_indent > li{
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* ===============================================
# ボタン　動きは"アニメーション"で管理
=============================================== */
.cmn_btn{
  margin-bottom: 10px;  
  min-width: 244px;
}
.cmn_btn a{
  display: inline-block;
  border-radius: 10px;
  line-height: 1.3;
  padding: 16px 20px 16px 24px;
  background: url(../images/ico_arrow_btn.svg) no-repeat right 20px center;
  background-size: 31px auto;
  background-color: #00b097;
  color: #fff;
  text-align: left;
  font-weight: bold;
}
.cmn_btn.blank a{
  background: url(../images/ico_blank.svg) no-repeat right 30px center;
  background-size: 12px auto;
  background-color: #00b097;
}
.cmn_btn.nomal a{
  background-image: none;
}
.cmn_btn.red a{
  background-color: #ff4620;
}
.cmn_btn.center{
  text-align: center;
}
@media print,screen and (min-width :769px){
  .cmn_btn a:hover{
    opacity: .6;
  }
  .cmn_btn.btn a{
    padding-right: 55px;
  }
  .cmn_btn.btnl a{
    min-width: 500px;
  }
  .cmn_btn.btnm a{
    min-width: 315px;
  }
  .cmn_btn.btns a{
    min-width: 244px;
  }
  /*横並び*/
  .cmn_btn_wrap{
    display: -webkit-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }
  .cmn_btn_wrap .cmn_btn a{
    width: 100%;
    min-width: inherit !important;
  }
  .cmn_btn_wrap.col2 .cmn_btn{
    width: 46.3%;
  }
  .cmn_btn_wrap.col2 .cmn_btn:nth-child(even){
    margin-left :1.5%;
  }
  .cmn_btn_wrap.col2 .cmn_btn:nth-child(n+3){
    margin-top: 10px;
  }
  .cmn_btn_wrap.col2_center .cmn_btn:nth-child(even){
  margin-left: 3%;
  }
  .cmn_btn_wrap.col3 .cmn_btn{
   width: 29.2%;
    margin-left: 1.5%;
  }
  .cmn_btn_wrap.col3 .cmn_btn:nth-child(3n+1){
    margin-left: 0;
  }
  .cmn_btn_wrap.col3 .cmn_btn:nth-child(n+5){
    margin-top: 10px;
  }
}
@media screen and (max-width :768px){
  .cmn_btn{
    text-align: center;
  }
  .cmn_btn a{
    width: 80%;
    padding: 16px 60px 16px 20px;
    border-radius: 5px;
    background-position: right 20px center;
    background-size: 20px auto;
    line-height: 1.2;
  }
  .cmn_btn.btnl a{
    width: 100%;
  }
  .cmn_btn.btnm a{
    width: 80%;
  }
  .cmn_btn.btns a,
  .cmn_btn.btnss a{
    width: 60%;
  }
}

/* ===============================================
# テーブル
=============================================== */
.cmn_tableStyle{
  width: 100%;
  margin-bottom: 30px;
  table-layout: fixed;
  text-align: left;
}
.cmn_tableStyle th,
.cmn_tableStyle td{
  border: solid 2px #d2d2d2;
}
.cmn_tableStyle th{
  background: #00b097;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  padding: 15px 20px;
}
.cmn_tableStyle td{
  padding: 15px 20px;
}
.cmn_tableStyle.vm td,
.cmn_tableStyle.vm th,
.cmn_tableStyle tr.vm td,
.cmn_tableStyle tr.vm th,
.cmn_tableStyle td.vm{
  vertical-align: middle;
}
/*　slim　*/
.cmn_tableStyle.slim th,
.cmn_tableStyle.slim td{
  padding: 10px 20px;
}
@media screen and (max-width :768px){
  .cmn_tableStyle{
    margin-bottom: 25px;
    line-height: 1.1;
  }
  .cmn_tableStyle th,
  .cmn_tableStyle td{
    padding: 11px 10px;
  }
  /*　slim　*/
  .cmn_tableStyle.slim th{
    padding: 8px 10px;
  }
  .cmn_tableStyle.slim td{
    padding: 9px 10px;
  }
}

/* ===============================================
# 表組
=============================================== */
.tableStyle{
  width: 100%;
  margin-bottom: 30px;
  table-layout: fixed;
  text-align: left;
}
.tableStyle th,
.tableStyle td{
  padding: 30px 35px;
  border: solid 2px #d2d2d2;
  line-height: 2.0;
}
.tableStyle.vm th,
.tableStyle.vm td,
.tableStyle tr.vm th,
.tableStyle tr.vm td,
.tableStyle th.vm,
.tableStyle td.vm{
  vertical-align: middle;
}
.tableStyle th{
 /* width: 33.33%;*/
  background: #00b097;
  color: #fff;
}
.tableStyle .cmn_textPhoto {
  margin-bottom: 0;
}
.tableStyle .cmn_textPhoto .photo {
  max-width: 27%;
}
.tableStyle .listLink1,.tableStyle .listLink2 {
  margin-bottom: 0;
}
@media screen and (max-width :768px){
  .tableStyle table{   
    width: 100%;
    margin-bottom: 30px;
  }
  .tableStyle th,
  .tableStyle td{
    width: 100%;
    display: block;
    padding: 18px 5%;
  }
  .tableStyle th{
    width: 100%;
    line-height: 1.1;
    border-top: none;
    border-bottom: none;
  }
}

/* ===============================================
# スクロール
=============================================== */
@media screen and (max-width :1600px){
  .cmn_scroll_area.pc{
    width: 100%;
    padding-bottom: 10px;
    overflow-x: auto;
    margin-bottom: 30px;
  }
  .cmn_scroll_area.pc > *{
    width: 1300px;
    margin-bottom: 5px;
  }
  .cmn_scroll_area::-webkit-scrollbar{
    height:5px;
  }
  .cmn_scroll_area::-webkit-scrollbar{
    background: #d5d5d5;
  }
  .cmn_scroll_area::-webkit-scrollbar-thumb{
    background: #00b097;
    border-radius: 0;
  }
}
@media screen and (max-width :768px){
  .cmn_scroll_area{
    width: 100%;
    padding-bottom: 10px;
    overflow-x: auto;
    margin-bottom: 30px;
  }
  .cmn_scroll_area > *{
    width: 650px;
    margin-bottom: 5px;
  }
  .cmn_scroll_area.w1200 > *{
    width:1200px;
  }  
  .cmn_scroll_area.w1100 > *{
    width:1100px;
  }    
  .cmn_scroll_area.w1000 > *{
    width:1000px;
  }
  .cmn_scroll_area.w900 > *{
    width:900px;
  }  
  .cmn_scroll_area.w800 > *{
    width:800px;
  }   
  .cmn_scroll_area.w700 > *{
    width:700px;
  }  
  .cmn_scroll_area.w600 > *{
    width:600px;
  } 
  .cmn_scroll_area.w650 > *{
    width:650px;
  }   
  .cmn_scroll_area.w530 > *{
    width:530px;
  }   
  .cmn_scroll_area.w500 > *{
    width:500px;
  }     
  .cmn_scroll_area::-webkit-scrollbar{
    height:2px;
  }
  .cmn_scroll_area::-webkit-scrollbar{
    background: #d5d5d5;
  }
  .cmn_scroll_area::-webkit-scrollbar-thumb{
    background: #00b097;
    border-radius: 0;
  }
}

/* ===============================================
# 写真＋テキスト
=============================================== */
.cmn_textPhoto {
	width: 100%;
	/*overflow:hidden;*/
  margin-bottom: 30px;
}
.cmn_textPhoto figcaption{
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 10px;
  line-height: 1.3;
}
.cmn_textPhoto .text a{
  text-decoration: underline;
}

.cmn_textPhoto .photo iframe{
  width: 100%;
  height: auto;
}

.cmn_textPhoto .text .cmn_btn a{
  text-decoration: none;
}
.cmn_textPhoto figure img:nth-of-type(n+2){
  margin-top: 20px;
}

@media print,screen and (min-width : 769px){
  .cmn_textPhoto .photo{
    float: left;
    max-width: 41%;
    margin-right:3.2%;
  }
  .cmn_textPhoto.right .photo{
    float: right;
    margin-right: 0;
    margin-left: 3.2%;
    }
  .cmn_textPhoto::after{
    clear: both;
    content:'';
    display: block;
  }
  .cmn_textPhoto .text{
    overflow: hidden;
    zoom: 1;
  }

  .cmn_textPhoto a.tellink{
    text-decoration: none;
    color: #000;
  }
}

@media screen and (max-width : 768px){
  .cmn_textPhoto{
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  .cmn_textPhoto .photo{
    float: none;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    text-align: center;
  }
  .cmn_textPhoto.right .photo{
    -webkit-box-ordinal-group:3;
    -ms-flex-order:2;
    order:2;
    margin-bottom: 0; 
    margin-top: 0;
  }
  .cmn_textPhoto img{
    width: 100%;
  }
  .cmn_textPhoto.right img{
    -webkit-box-ordinal-group:2;
	  -ms-flex-order:1;
	  order:1;
  }
  .cmn_textPhoto figcaption{
    font-size: 11px;
    font-size: 1.2rem;
    margin-top: 7px;
    text-align: left;
  }
}

/* ===============================================
# 2カラムBOX
=============================================== */
.cmn_box.col2{
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.cmn_box.col2 > li{
    width: 48.7%;
    margin-left:2.6%;
  }
.cmn_box.col2 > li:nth-child(2n+1){
    margin-left: 0;
  }
.cmn_box.col2 > li:nth-child(n+3){
    margin-top: 20px;
  }
@media screen and (max-width :768px){
  .cmn_box{
    display: block;
  }
  .cmn_box.col2 > li{
    width: 100%;
    margin-left: 0%;
  }
  .cmn_box li:nth-child(n+2){
    margin-top: 0;
  }
}

/* ===============================================
# 定義リスト
=============================================== */
.cmn_defList{
  margin-bottom: 30px;
}
.cmn_defList dl{
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  border-top: 2px dotted #a0a0a0; 
  font-size: 17px;
  font-size: 1.7rem;  
  padding: 19px 0;
  min-height: inherit;
}
.cmn_defList.slim dl{
  padding: 10px 0;
}
.cmn_defList dl:first-child{
  border-top: none; 
}
.cmn_defList dl:last-child{
  border-bottom: 2px dotted #a0a0a0; 
}
.cmn_defList > dl > dt{
  font-weight: bold; 
  position: relative;
  width: 120px;
  padding-left:0;
  padding-right: 1em;
  color: #00b097;
}
.cmn_defList > dl > dd{
  flex: 1;
  padding-left: 1em;
  border-left: none;
}
.cmn_defList .cmn_money{
 font-size: 30px;
  font-size: 3.0rem;
  font-weight: bold;
  color: #ff4620;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
}
.cmn_defList .cmn_money .kanji{
 font-size: 26px;
  font-size: 2.6rem;
}

/*TOPのボーダーを足す*/
.cmn_defList dl.top_border{
  border-top: 2px dotted #a0a0a0; 
}

/*タイトル長さ違い*/
.cmn_defList.w10 > dl > dt{
  width: 10%;
}
.cmn_defList.w20 > dl > dt{
  width: 20%;
}
.cmn_defList.w30 > dl > dt{
  width: 30%;
}
.cmn_defList.w40 > dl > dt{
  width: 40%;
}
.cmn_defList.w5em > dl > dt{
  width: 5em;
}
.cmn_defList.w6em > dl > dt{
  width: 6em;
}
.cmn_defList.w7em > dl > dt{
  width: 7em;
}
.cmn_defList.w8em > dl > dt{
  width: 8em;
}
.cmn_defList.w9em > dl > dt{
  width: 9em;
}
.cmn_defList.w10em > dl > dt{
  width: 10em;
}

@media screen and (max-width :768px){
  .cmn_defList {
    margin-bottom: 25px;
  }
  .cmn_defList dl{
    padding: 15px 0;
    min-height: inherit;
    font-size: 14px;
    font-size: 1.4rem;
    border-top: 1px dotted #a0a0a0; 
  }
  .cmn_defList dl:first-child{
    border-top: 1px dotted #a0a0a0;
  }
  .cmn_defList dl:last-child{
    border-bottom: 1px dotted #a0a0a0; 
  }
  
  .cmn_defList > dl > dt{
    width: 28.8%;
    padding-right: 1em;  
  }
  .cmn_defList > dl > dd{
    padding-left: 1em;
  }
  /* 一部テキスト縦に並び */
  .cmn_defList > dl.sprow{
    display: block;
  }
  .cmn_defList > dl.sprow > dt{
    width: 100% !important;
    padding-right: 0;
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .cmn_defList > dl.sprow > dd{
    width: 100%;
    padding-left: 0;
  }
  .cmn_defList .cmn_money {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 0.9;
  }
  .cmn_defList .cmn_money .kanji{
    font-size: 24px;
    font-size: 2.4rem;
  }
  /*TOPのボーダーを足す*/
  .cmn_defList dl.top_border{
    border-top: 1px dotted #a0a0a0; 
  }
}

/* 2カラム定義リスト */
.cmn_box.col2 .cmn_defList dl{
  padding: 19px 35px;
}
@media screen and (max-width :768px){
  .cmn_box.col2 .cmn_defList dl{
    padding: 15px 0;
  }
}

/* アイコン付きテキストブロック */
.cmn_icotxt{
  display: inline-block;
  border: 1px solid #cacaca;
  border-radius: 25px;
  margin: 10px 11px 15px 0;
  width: 200px;
  padding: 15px 10px 5px 30px;
}
.cmn_icotxt .cate_ttl{
 font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  color: #00b097;
}
.cmn_icotxt .icobox{
  display: inline-block;
  max-width: 39px;
  margin-right: 7px;
}
.cmn_icotxt .icobox img{
  vertical-align: baseline;
}
.cmn_icotxt .txtbox{
  display: inline-block;
  line-height: 1.2;
}
.cmn_icotxt .txtbox span{
  font-size: 15px;
  font-size: 1.5rem;
}
.cmn_icotxt .txtbox .cate_ttl{
  font-size: 19px;
  font-size: 1.9rem;
}
.cmn_icotxt .txtbox  .cmn_money{
 font-size: 30px;
  font-size: 3.0rem;
  font-weight: bold;
  color: #ff4620;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
}
@media screen and (max-width :768px){
  .cmn_icotxt {
    border-radius: 15px;
    margin: 0 10px 15px 0;
    width: auto;
    padding: 6px 10px 2px 15px;
  }
  .cmn_icotxt .icobox {
    max-width: 26px;
  } 
  .cmn_icotxt .txtbox{
    font-size: 13px;
    font-size: 1.3rem;
  }
  .cmn_icotxt .txtbox span{
    font-size: 12px;
    font-size: 1.2rem;
  }
  .cmn_icotxt .txtbox .cate_ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .cmn_icotxt .txtbox .cmn_money{
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* ===============================================
# テキストリンク
=============================================== */
a.txtLink{
  color: #00b097;
  border-bottom: 1px solid #00b097;
}
.listLink1,.listLink2{
  margin-bottom: 20px;
}
.listLink1 li,.listLink2 li a{
  padding-left: 1.5em;
  background: url(../images/ico_arrow_bk.svg)no-repeat center left;
  background-size: 15px;
}
.listLink1 li:nth-child(n+2),
.listLink2 li:nth-child(n+2){
  margin-top: 15px;
}
.listLink1 li img,
.listLink2 li img{
  margin-left: 13px;
  vertical-align: middle;
}
.listLink1 li a{  
  border-bottom: 1px solid #000;
  line-height: 1.2;
}
.listLink2 li a{
  color: #00b097;
}
.listLink1 li a:hover,
.listLink2 li a:hover{
  opacity: 0.6;
}

/*リンク切る場合*/
.listLink1 li a.nolink{
  pointer-events: none;
  opacity: 0.5;
}
@media screen and (max-width :768px){
 /* .listLink1 li,.listLink2 li{
    background-size: 12px 12px;
  }*/
  
.listLink1 li,.listLink2 li a{
  background: url(../images/ico_arrow_bk.svg)no-repeat top 3px left;
  background-size: 12px;
}
  .listLink1 li:nth-child(n+2),
  .listLink2 li:nth-child(n+2){
    margin-top: 10px;
  }
  .listLink1 li img,
  .listLink2 li img{
    margin-left: 8px;
    width: 15px;
  }
}

/* ===============================================
# ボックス
=============================================== */
/*枠付きボックス*/
.cmn_box_border {
  padding: 25px 40px; 
  margin-bottom: 15px;
  border: solid 1px #00b097;
  background-color: #f2fbfa;
}
.cmn_box_border .ttl{
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #00b097;
}
@media screen and (max-width :768px){
  .cmn_box_border {
    padding: 20px 3%; 
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 15px;
  }
  .cmn_box_border .ttl{
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
}
/*グレー背景ボックス*/
.cmn_box_gray {
  padding: 25px 40px; 
  margin-bottom: 15px;
  background-color: #fafafa;
}
.cmn_box_gray .ttl{
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #00b097;
}
@media screen and (max-width :768px){
  .cmn_box_gray {
    padding: 20px 3%; 
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 15px;
  }
  .cmn_box_gray .ttl{
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
}

/* ===============================================
# ギャラリー
=============================================== */
.cmn_gallery{
  margin-bottom: 30px;
  text-align: center;
}
.cmn_gallery figure{
  display: inline-block;
  width: 100%;
  text-align: center;
}
.cmn_gallery figure > a{
  display: inline-block;
}
.cmn_gallery.left figure{
  display: block;
  text-align: left;
}
.cmn_gallery figcaption{
  margin-top: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: left;
}
.cmn_gallery.col3 figcaption,
.cmn_gallery.col4 figcaption,
.cmn_gallery.col5 figcaption{
  font-size: 13px;
  font-size: 1.3rem;
}
@media print,screen and (min-width :769px){
  .cmn_gallery:not(.col1){
    display: -webkit-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /*1列*/
  .cmn_gallery.col1 figure:nth-child(n+2){
    margin-top: 60px;
  }
  /*2列*/
  .cmn_gallery.col2 figure{
    width: 46.3%;
    margin-left: 7.4%;
  }
  .cmn_gallery.col2 figure:nth-child(n+3){
    margin-top: 25px;
  }
  .cmn_gallery.col2 figure:nth-child(2n+1){
    margin-left: 0;
  }
  
  /*3列*/
  .cmn_gallery.col3 figure{
    width: 32%;
    margin-left: 2%;
  }  
  .cmn_gallery.col3 figure:nth-child(n+4){
    margin-top: 60px;
  }  
  .cmn_gallery.col3 figure:nth-child(3n+1){
    margin-left: 0;
  }  
  /*4列*/
  .cmn_gallery.col4 figure{
    width: 24%;
    margin-left: 1.33%;
  }    
  .cmn_gallery.col4 figure:nth-child(n+5){
    margin-top: 60px;
  }
  .cmn_gallery.col4 figure:nth-child(4n+1){
    margin-left: 0;
  }    
}


@media screen and (max-width :768px){
  .cmn_gallery{
    margin-bottom: 20px;
  }
  .cmn_gallery figcaption,
  .cmn_gallery.col3 figcaption,
  .cmn_gallery.col4 figcaption{
    margin-top: 5px;
    font-size: 10px;
    font-size: 1rem;
  }
  .cmn_gallery figure:nth-child(n+2){
    margin-top: 12.5px;
  }  
  /*4列*/
  body.default .cmn_gallery.col4{
    display: -webkit-box;
    display: -ms-flex;  
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body.default .cmn_gallery.col4 figure{
    width: 48.46%;
    margin-left: 3.08%;
  }    
  body.default .cmn_gallery.col4 figure:nth-child(2){
    margin-top: 0;
  }
  body.default .cmn_gallery.col4 figure:nth-child(n+3){
    margin-top:12.5px;
  }
  body.default .cmn_gallery.col4 figure:nth-child(2n+1){
    margin-left: 0;
  }      
}

/*スマホスクロール*/
@media screen and (max-width :768px){
  .cmn_gallery.cmn_gallery_scroll figure {
    width: 1200px;
  }
  .cmn_gallery.cmn_gallery_scroll{
    position: relative;
    width: 100%;
    overflow-x: auto;
    margin-bottom: 30px;
    padding-bottom: 5px;
  }
  .cmn_gallery.cmn_gallery_scroll figure > *{
    margin-bottom: 5px;
  }
  .cmn_gallery.cmn_gallery_scroll.w1000 figure,
  .cmn_gallery.cmn_gallery_scroll .w1000 figure {
    width:1000px;
  }
  .cmn_gallery.cmn_gallery_scroll.w900 figure,
  .cmn_gallery.cmn_gallery_scroll .w900 figure {
    width:900px;
  }
  .cmn_gallery.cmn_gallery_scroll.w800 figure,
  .cmn_gallery.cmn_gallery_scroll .w800 figure {
    width:800px;
  }
  .cmn_gallery.cmn_gallery_scroll.w700 figure,
  .cmn_gallery.cmn_gallery_scroll .w700 figure {
    width:700px;
  }
  .cmn_gallery.cmn_gallery_scroll.w600 figure,
  .cmn_gallery.cmn_gallery_scroll .w600 figure {
    width:600px;
  }
  .cmn_gallery.cmn_gallery_scroll::-webkit-scrollbar{
    height:2px;
  }
  .cmn_gallery.cmn_gallery_scroll::-webkit-scrollbar{
    background: #d5d5d5;
  }
  .cmn_gallery.cmn_gallery_scroll::-webkit-scrollbar-thumb{
    background: #00b097;
    border-radius: 0;
  }
}


/* ===============================================
# マップ
=============================================== */
.block_map{
  margin-bottom: 30px;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.block_map iframe{
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width :768px){
  
}

/* ===============================================
# マップ + 動画
=============================================== */
.cmn_box.col2.map_movie > li {
    width: 46.3%;
    margin-left: 7.4%;
}
.cmn_box.col2.map_movie > li:nth-child(2n+1) {
    margin-left: 0;
}
.cmn_box.col2 .block_map{
  max-width: 500px;
  height: 0;
  overflow: hidden;
  padding-bottom: 65.25%;
  position: relative;
  margin-bottom: 0;
}
.cmn_box.col2 .block_map iframe{
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cmn_box.col2 .movie{
  position: relative;
  width:100%;
  height:0;
  padding-top: 56.25%;
}
.cmn_box.col2 .movie-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width :768px){
  .cmn_box.col2.map_movie > li {
    width: 100%;
    margin-left: 0%;
}
  .cmn_box.col2 .block_map{
    max-width: auto;
    padding-bottom: 56.25%;
    margin-bottom: 30px;
  }
}


/* ===============================================
# ページ戻るボタン
=============================================== */
.cmn_pageback a{
  background: #f8fdfc;
  text-align: center;
  color: #00b097;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.25;
  padding: 30px 0;
  margin: 50px 0 60px;
  border: 1px solid #00b097;
}
.cmn_pageback a span{
  display: inline-block;
  padding-left: 35px;
  background: url(../images/ico_arrow_back.svg)no-repeat left center;
  background-size: 16px auto;
}
@media screen and (min-width :769px){
  .cmn_pageback a:hover{
    background: #00b097;
    color: #fff;
  }
  .cmn_pageback a:hover span{
    background: url(../images/ico_arrow_back_w.svg)no-repeat left center;
    background-size: 16px auto;
  }
}
@media screen and (max-width :768px){
.cmn_pageback a{
  line-height: 1.25;
  padding: 16px 0;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 50px 0 100px;
}
.cmn_pageback a span{
  display: inline-block;
  padding-left: 22px;
  background-size: 13.5px auto;
}
}

/* ===============================================
# ページタブ
=============================================== */
.cmn_area_pagetab{  
  max-width: 1080px;
  margin: 50px auto 26px;
  border-bottom: solid 2px #00b097;
}
.cmn_area_pagetab ul{
  display: inline-flex;
  width: 100%;
}
.cmn_area_pagetab ul li{
  overflow: hidden;
  min-height: 58px;
  width: 50%;
}

.cmn_area_pagetab ul li a{
  padding: 18px 30px;
  line-height: 1.2;
  height: 100%;
  font-size: 24px;
  font-size: 2.4rem;
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
  border-top:solid 1px #cacaca;
  border-left:solid 1px #cacaca;
  border-right:solid 1px #cacaca;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cmn_area_pagetab ul li:hover a:not(.nolink),
.cmn_area_pagetab ul li.on a{
  color: #fff;
  background: #00b097; 
  border-top:solid 1px #00b097;
  border-left:solid 1px #00b097;
  border-right:solid 1px #00b097;
}

@media screen and (max-width :768px){
  .cmn_area_pagetab {  
    margin: 27px auto 0;
  }
  .cmn_area_pagetab ul{
    padding: 0 5%;
  }
  .cmn_area_pagetab ul li{
    min-height: 45px;
  }
  .cmn_area_pagetab ul li a{
    padding: 5px 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* ===============================================
# ページャー
=============================================== */
.pagination{
  display: table;
  margin: 50px auto 0;
}
.pagination li{  
  float: left;
  margin: 0 2px;
}
.pagination li{  
  font-size: 22px;
  font-size: 2.2rem;
}
.pagination li.arrow{
  margin: 0 20px;
}
.pagination li.arrow a{
  transition: 0.3s;
}
.pagination li.arrow a:hover{
  color: #00b097;
}
.pagination .arrow.prev a::before{
  content: "";
  width: 25px;
  height: 25px;   
  padding-left: 42px;
  background: url("../images/ico_pager_prev.svg")no-repeat center center;
  background-size: 25px auto;
}
.pagination .arrow.next a::after{
  content: "";
  width: 25px;
  height: 25px;   
  padding-right: 42px;
  background: url("../images/ico_pager_next.svg")no-repeat center center;
  background-size: 25px auto;  
}
.pagination .num a{
  transition: 0.3s; 
  color: #000;
}
.pagination .num a:hover{
  color: #00b097;  
}
.pagination .num .current{
  color: #00b097;  
}
@media screen and (max-width: 768px){
  .pagination{
    margin: 30px auto 0;
  }
  .pagination li{  
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pagination li.arrow{
    margin: 0 15px;
  }
  .pagination .arrow.prev a::before{
    width: 15px;
    height: 15px;   
    padding-left: 35px;
    background-size: 15px auto;
  }
  .pagination .arrow.next a::after{
    width: 15px;
    height: 15px; 
    padding-right: 35px;
    background-size: 15px auto;  
  }
}



/* ===============================================
# パンくず
=============================================== */
.cmn_topicpath{
  width: 100%;
  line-height: 1.2;
  padding: 11px 0 9px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #3b3b3b;
  align-items: center;
  margin-top: 125px;
}
.cmn_topicpath a{
  color: #a0a0a0;
}
.cmn_topicpath li{
  float: left;
  padding: 2px 0;
}
.cmn_topicpath li:first-child a{
  background: url(../images/ico_home.svg) no-repeat left center;
  background-size: 14px auto;
  padding-left: 16px;
  margin-left: 14px;
}
.cmn_topicpath li:nth-child(n+2)::before{
  content: '>';
  width: 5px;
  height: 8px;
  background-size: 100% auto;
  margin-right: 8px;
  margin-left: 8px;
  color: #00b097;
}
.cmn_topicpath li:nth-child(n+2){
  text-indent: -21px;
  padding-left: 21px;
}
.cmn_topicpath li:last-child{
  color: #00b097;
}
@media screen and (min-width :768px) and (max-width :1120px){
  .cmn_topicpath{
    margin-top: 0;
  }
}
@media screen and (max-width :768px){
  .cmn_topicpath{
    padding: 12px 0;
    font-size: 10px;
    font-size: 1rem;
    overflow-x: auto;
    margin-top: 50px;
  }
  .cmn_topicpath .inner{
    width: auto;
    word-break: keep-all;
    padding: 0 2.7%;
  }
  .cmn_topicpath li:first-child a{
    background-size: 14px auto;
    padding-left: 16px;
    margin-left: 5px;
  }
  .cmn_topicpath li:nth-child(n+2)::before{
    width: 4px;
    height: 6px;
    margin-right:6px;
    margin-left: 6px;
  }  
}

/* ===============================================
# 第二階層プロモ
=============================================== */
.area_second_main{
  position: relative;
  padding-top: 13%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/img_main.jpg);
}
.area_second_main .inner{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.area_second_main h2{
  display: table;
  min-width: 490px;
  padding: 30px 10px 26px 7%;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.3;
  text-align: left;
}
@media screen and (min-width :768px) and (max-width :1120px){
  .area_second_main {
    margin-top: 0;
  }
}
@media screen and (max-width :768px){
  .area_second_main{
    padding-top: 40%;
    background-image: url(../images/img_main_sp.jpg);
  }
  .area_second_main .inner{
    width: 94.6%;
  }
  .area_second_main h2{  
    min-width: inherit;
    font-size: 26px;
    font-size: 6.7vw;
    text-align: left;
    line-height: 1.2;
    padding: 30px 15px 26px;
  }
}
@media screen and (max-width :480px){
  .area_second_main{
    min-width: 375px;
    min-height: 152.5px;
  }
}

/* ===============================================
# 二階層エリア　共通
=============================================== */
/* メインエリア　area_main
----------------------------------------*/
.area_second_cmn .area_main,
.area_second_cmn2 .area_main{
  /*max-width: 1920px;*/
  margin: 65px auto 0;
}
.area_second_cmn .area_main .inner,
.area_second_cmn2 .area_main .inner{
  max-width: 1140px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width :768px){
  .area_second_cmn .area_main .inner,
  .area_second_cmn2 .area_main .inner {
    max-width: 89%;
    padding-top: 23px;
    padding-left: 0;
    padding-right: 0;
  }
  .area_second_cmn .area_main,
  .area_second_cmn2 .area_main{
    margin: 0 auto;
  }
}
/* ===============================================
# 二階層エリア　サイドメニューなし
=============================================== */
.area_second_cmn{
  display: block;
}
/* メインエリア　area_main
----------------------------------------*/
.area_second_cmn .area_main{
  width:100%;
}
/* ===============================================
# 二階層エリア　サイドメニューあり
=============================================== */
.area_second_cmn2{
  display: flex;
}
@media screen and (max-width :768px){
  .area_second_cmn2 {
    display: block;
  }
}
/* サイドエリア　area_side
----------------------------------------*/
.area_second_cmn2 .area_side{
  width:300px;
  border-right: 1px solid #cacaca;
}
.area_second_cmn2 .area_side .inner{
  padding: 45px 30px;
}
.area_second_cmn2 .area_side .side_ttl{
  color: #00b097;
  font-size: 27px;
  font-size: 2.7rem;
  text-align: center;
  margin-bottom: 55px;
}
.area_second_cmn2 .area_side nav ul>li a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  border-top: 1px solid #cacaca;
  padding: 16px 10px 15px;
  background: url(../images/ico_nv_arrow.svg) no-repeat right 5% center;
  background-size: 16px;
}
.area_second_cmn2 .area_side nav ul>li:last-child {
  border-bottom: 1px solid #cacaca;
}
.area_second_cmn2 .area_side nav ul>li.active {
  background: rgb(238,238,238,0.4);
}
.area_second_cmn2 .area_side .btn_kihu p a {
  display: block;
  background: #FF4622 url(../../img/ico_kifu.svg) no-repeat 38px center;
  padding: 20px 15px 15px 63px;
  margin-top: 55px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  text-align: center;
  font-size: 20px;
  font-size: 2.0rem;
  font-family: YuGothic,'Yu Gothic', sans-serif;
  font-weight: bold;
  letter-spacing: 1.3px; 
  transition: 0.3s;
}
.area_second_cmn2 .area_side .btn_kihu p a:hover {
  opacity: 0.8;
}
.area_second_cmn2 .area_side .btn_kihu p a,
.area_second_cmn2 .area_side .btn_kihu p a:hover,
.area_second_cmn2 .area_side .btn_kihu p a:focus {
  color: #fff;
  text-decoration:none;
}
@media screen and (max-width :768px){
  .area_second_cmn2 .area_side{
    display: none;
  }
}
/* メインエリア　area_main
----------------------------------------*/
.area_second_cmn2 .area_main{
  width:calc(100% - 300px);
}
@media screen and (max-width :768px){
  .area_second_cmn2 .area_main{
    width: 100%;
  }
}

/* ===============================================
# お知らせ
=============================================== */
.sec_news{
  margin-bottom: 40px;
}
.sec_news .inner{
  width: 100%; 
  max-width: 1080px;
  margin: 0 auto;
  padding: 75px 0 60px;
}
.sec_news .inner h2{
  font-size: 26px;
  font-size: 2.6rem;  
  padding-left: 28px;
  margin-bottom: 20px;
  position: relative;
}
.sec_news .inner h2:before{
  content: "";
  background: url(../images/ico_aogiri.svg)no-repeat left top;
  width: 24px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
}
.sec_news .btn_list {
  position: absolute;
  right: 0;
  bottom: 0;
}
.sec_news .btn_list a{
  padding-right: 30px;
  color: #00b097;
}
.sec_news .btn_list a:after{
  content: "";
  background: url(../images/ico_arrow_g.svg)no-repeat left top;
  width: 7px;
  height: 15px;
  position: absolute;
  background-size: 7px;
  bottom: 7px;
  right: 0;
}
@media screen and (max-width: 1152px) {
  .sec_news .inner {
    padding: 75px 15px 60px;
  }
  .sec_news .btn_list {
    right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .sec_news {
    margin-bottom: 15px;
    padding: 0 5%;
  }
  .sec_news .inner {
    padding: 35px 0 50px;
  }
  .sec_news .inner h2 {
    font-size: 19px;
    font-size: 1.9rem;
    padding-left: 26px;
    margin-bottom: 15px;
  }
  .sec_news .inner h2:before {
    width: 15px;
    height: 15px;
    background-size: 15px;
  }
  .sec_news .btn_list{
    bottom: 7px; 
    right: 0;
  }
  .sec_news .btn_list a{
    padding-right: 25px;
  }
  .sec_news .btn_list a:after{  
    width: 8px;
    background-size: 8px;
    bottom: 4px; 
  }
}

/* お知らせ
------------------------------------- */
.entryList {
  overflow:hidden;
}
.entryList li {
  border-bottom: 2px dotted #d5d5d5;
}
.entryList li:first-child{
  border-top: 2px dotted #d5d5d5;
}
.entryList li a {
  text-decoration:none;
  display:table;
  padding: 7px 0;
  width:100%;
}
.entryList li .date {
  font-size:100%;
  width:7em;
  padding-left: 3px;
  color:#00b097;
  display:table-cell;
}
.entryList li .cate {
  display:inline-block;
}
.entryList li .cate > img {
  width:64px;
}
.entryList li .ttl {
  color:#333;
  font-size:105%;
  line-height:1.4;
  display:table-cell;
}
.entryList li .ico_new {
  color:#ff4620;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .entryList {
    width:auto;
  }
  .entryList li {
    border-bottom: 1px dotted #d5d5d5;
  }
  .entryList li:first-child{
    border-top: 1px dotted #d5d5d5;
  }
  .entryList li a {
    padding:10px 0 10px;
  }
  .entryList li .date {
    font-size:100%;
    padding-left: 0;
    display:inline;
  }
  .entryList li .cate {
    display:block;
    padding-bottom:5px;
  }
  .entryList li .ttl {
    line-height:1.8;
    padding-left:0px;
    display:block;
  }
}


/* ===============================================
# 問い合わせ
=============================================== */
.cmn_contact {
  width: 100%;
  background-color: #f2fbfa;
}

.area_second_cmn .area_main  .cmn_contact .inner,
.area_second_cmn2 .area_main .cmn_contact .inner {
  padding: 25px 30px;
}

.cmn_contact .ttl{  
  margin-bottom: 5px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #00b097;
}
/* 住所と電話 */
.cmn_contact .add{
  margin-bottom: 15px;
}
.cmn_contact .add .tel.em,
.cmn_contact .add .mail{
  padding-left: 45px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 35px;
  background-size: 35px 35px;
  display: inline-block;
}
.cmn_contact .add .tel.em{
  background: url(../images/ico_add_tel.svg) no-repeat left center;
  margin-right: 45px;  
}
.cmn_contact .add .mail{
  background: url(../images/ico_add_mail.svg) no-repeat left center;
}
.cmn_contact .add .tel.em a,
.cmn_contact .add .mail a{
  color: #00b197 !important;
}
/* 事務取扱時間 */
.cmn_contact .data .ttl_data{
  margin-left: -10px;
  font-weight: bold;
}
.cmn_contact .data .ttl_data p{
  line-height: 1.4;
}
/*横並び*/
.cmn_contact_wrap{
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cmn_contact_wrap .cmn_btn a{
  width: 100%;
  min-width: inherit !important;
}
.cmn_contact_wrap.col2 .cmn_contact_box{
  width: 50%;
}

@media screen and (max-width :768px){
.area_second_cmn .area_main  .cmn_contact .inner,
.area_second_cmn2 .area_main .cmn_contact .inner {
  padding: 25px 0;
}
  
  .cmn_contact .ttl{ 
    font-size: 18px;
    font-size: 1.8rem;   
    margin-bottom: 15px;
  }
  .cmn_contact .add p{
    margin-bottom: 5px;
  }
  .cmn_contact .add .tel.em,
  .cmn_contact .add .mail{
    font-size: 18px;
    font-size: 1.8rem;
    background-size: 22.5px;  
    line-height: 24px;
    padding-left: 29px;
  }
  .cmn_contact .add .tel.em{
    margin-right: 0;
  }  
  .cmn_contact_wrap.col2 .cmn_contact_box{
    width: 100%;
  }
}

/* ===============================================
# 区切り線
=============================================== */
.cmn_partition{
 width: 100%;
  height: 10px;
  background: #f2fbfa;
  border: none;
  box-shadow: 0px 5px 5px -5px rgba(0 176 151 / 16%) inset;/*IE*/
  box-shadow: 0px 5px 5px -5px rgb(0 176 151 / 16%) inset;
  margin: 0;
}
@media screen and (max-width :768px){
  .cmn_partition {
    height: 4px;
    box-shadow: 0px 3px 3px -5px rgb(0 176 151 / 16%) inset;
    box-shadow: 0px 3px 3px -5px rgb(0 176 151 / 16%) inset;
  }
}



/* 動画ブロック */
.block_movie{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.movie {
  margin: 0 auto;
  max-width: 700px;   
  width: 700px;
  height: 394px;
}
.movie-wrap {
  position: relative;
  overflow: hidden;
} 
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px){
  .movie {
    max-width: 700px;
    width: auto;
    height: auto;
    float: none;
    margin: 0 0 10px;
  }
  .movie-wrap {
    padding-bottom: 56.25%;
  }  
}
/* 動画＋テキスト */
.movie_left .movie{
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
  max-width: 520px;
  width: 500px;
  height: 281px;
}
.movie_right .movie{
  float: right;
  margin-left: 20px;
  margin-bottom: 5px;
  max-width: 520px;
  width: 500px;
  height: 281px;
}
@media screen and (max-width: 767px){
  .movie_left .movie,.movie_right .movie{
    width: 100%;
    height: 100%;
    float: none;
    margin: 0 auto 10px;
    max-width: 100%;
  }  
  .movie_left .text,.movie_right .text{
    padding: 0;
  }  
}
