@import url('https://fonts.googleapis.com/css?family=Anton&text=0123456789&display=swap');
/*
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
*/
:root{

  --keyColor:#36a0da;
  --bgOrange:#ee6e00;
  --bgYellow:#ffc209;
}
body{
	    overflow-x: hidden;
}

.info-list-item-meta{
	display:none !important;
}

p , .article p{
    margin: 0 0 20px 0;
    font-size: 17px;
}

p.Center{
	text-align:center;
}
.mb_10{
	margin-bottom:5px !important;
}

ol, ul{
 list-style-position: inside;
 padding-left:0;
}

div.gray-box{
 border:2px solid #ddd;
 padding:1.15em;
 margin-bottom:20px;
}

div.gray-box ul, div.gray-box dl{
 margin:auto;
}

div.gray-box ul li{
 margin:0;
}

.navi-in > ul, #navi .navi-in>.menu-header .sub-menu{
 border:none;
}

.screen-reader-response ul{
	padding: 0;
}

.screen-reader-response ul li, .wpcf7-response-output{
	font-size: 0px;
}

.screen-reader-response{
	text-align: center;
}

span.wpcf7-not-valid-tip{
	font-size: 14px;
	color:#dd0303;
	display: block;
}

.screen-reader-response{
	color:#dd0303;

}

ol li::marker{
	font-weight:bold;
        color: var(--keyColor);
}

ol li::marker{
	font-weight:bold;
        color: var(--keyColor);
}

dl{
 padding:0;
}

dl{
 margin-bottom:1.25em;
}

blockquote cite{
 font-size:15px;
}

dl dt{
 border-left:5px solid var(--keyColor);
 padding-left:10px;
 line-height:1.25;
 margin-bottom:.5em;
}

.article dd{
 margin-left:15px;
}

dl dd{
  margin-bottom:1em;
}

ul li::marker{
        color:#ccc;
}

.anton {
    font-family: 'Anton', sans-serif;
}

#header .site-name-text{
	max-width: 75%;
}
.go-to-top{
	display:none !important;
}

.footer-bottom{
 margin-top:0;
}
#footer{
		background:#fff;
}
.footer{
	margin-top:0;
	background:#fff;
}

.footer__top{
	background:var(--keyColor);
	padding: .3em;
	color:#fff;
	position: relative;
}

.cta-wrap + .footer__top{
	margin-bottom: 0;
}

section.cta + .footer__top{
	margin-top: 5vh;
	margin-bottom: 5vh;
}

.footer__top .Inner{
	max-width: 1000px;
	margin: auto;
	display: flex;
	justify-content: center;
	font-size: 15px;
	align-items: center;
	line-height: 0;
}

.footer__top .Inner .Image{
	width:60px;
	margin-right: 10px;
}

@media screen and (max-width: 767px) {
	.footer__top{
		padding-top: .5em;
	}

	.footer__top .Inner{
		font-size: 12px;
		line-height: 1.4;
	}
}

/*H3以降の文字サイズ*/
.toc-content .toc-list li li {
font-weight:normal;
padding-left:12px;
}

.sidebar h3{
	font-size:18px;
}

.list-1{
    list-style: none;
    padding:0;
    margin:0;
}
.list-1 li { 
    position: relative;
    margin:0.5em 0 !important;
    padding-left: 25px;
}
.list-1 li:before {
   background-color:  #428aff; /* 点の色 */
   position: absolute;
   content: '';
   top:0.9em;
   left: 0.5em;
   width: 7px;
   height: 7px;
   border-radius: 4px;
}

.list-8{
   counter-reset:number;
   list-style-type: none;
   padding:0;
   margin:0;
}
.list-8 li { 
   border-bottom:2px dashed;
   border-color:#428aff; /* 線の色 */
   position: relative;
   margin:0.5em 0 !important;
   max-width:500px; /* 横幅 */
   padding: 0 0 0.5em 1.8em;
}
.list-8 li:last-child { 
   border:none;
}
.list-8 li:before {
   counter-increment: number;
   content: counter(number);
   background-color: #428aff; /* 文字背景色 */
   color: #fff; /* 文字色 */
   position: absolute;
   font-weight:bold;
   font-size: 14px;
   left: 0;
   top:0.5em;
   width: 22px;
   height: 22px;
   line-height: 22px;
   text-align: center;
}

.list-2{
   list-style: none;
   padding:0;
   margin:0;
}
.list-2 li { 
   border-bottom:2px dashed;
   border-color:#428aff; /* 線の色 */
   position: relative;
   margin:0.5em 0 !important;
   max-width:500px; /* 横幅 */
   padding: 0 0 0.5em 1.4em;
}
.list-2 li:last-child{ 
   border:none;
}
.list-2 li:before {
   background-color:  #428aff; /* 点の色 */
   position: absolute;
   content: '';
   top:0.9em;
   left: 0.5em;
   width: 7px;
   height: 7px;
   border-radius: 4px;
}

.box5-blue {
	position: relative;	/* 配置に関するもの(ここを基準に) */
	max-width:600px; /* ボックスの横幅 */
	margin: 2em auto;	/* ボックスの外側余白(上下:2em　左右:auto) */
	padding: 2em 2em 1.7em;	/* ボックスの内側余白(上:2em　左右:2em 下：1.7em) */
	border: 1px solid #0e7ac4;	/* ボックスの線 (太さ　線の種類　線の色)*/
	border-radius: 4px;	/* ボックスの角丸 */
	background: #e6f1f9; /* ボックス背景色 */
}
.box5-blue .box-title {
	position: absolute; /* 配置に関するもの(ここを動かす) */
	top: -18px; /* 上から（-18px）移動*/
	left: 27px; /* 左から(27px)移動 */
	background: #0e7ac4; /* タイトル背景色 */
	color: #fff; /* タイトル文字色 */
	padding: 0.6em 1em;/* タイトルの内側余白 */
	line-height: 1;/* タイトルの行の高さ */
	font-size: 17px;/* タイトル文字の大きさ */
	font-weight: bold;/* タイトル文字の太さ */
	border-radius:4px;/* タイトルの角丸 */
}
.box5-blue p {
	margin: 0; /* 文字の外側余白リセット*/
	padding: 0; /* 文字の内側余白リセット*/
}

.box3-blue {
	position: relative;	/* 配置に関するもの(ここを基準に) */
	max-width:600px; /* ボックスの横幅 */
	margin: 2em auto;	/* ボックスの外側余白(上下:2em　左右:auto) */
	padding: 1.7em 2em;	/* ボックスの内側余白(上下:1.7em　左右:2em) */
	border: 2px solid #0e7ac4;	/* ボックスの線 (太さ　線の種類　線の色)*/
	border-radius: 4px;	/* ボックスの角丸 */
}
.box3-blue .box-title {
	position: absolute; /* 配置に関するもの(ここを動かす) */
	top: -10px; /* 上から（-10px）移動*/
	left: 30px; /* 左から(30px)移動 */
	background: #fff; /* タイトル背景色 */
	color: #0e7ac4; /* タイトル文字色 */
	padding: 0 10px;/* タイトルの余白 */
	line-height: 1;/* タイトルの行の高さ */
	font-size: 20px;/* タイトル文字の大きさ */
	font-weight: bold;/* タイトル文字の太さ */
}
.box3-blue p {
	margin: 0; /* 文字の外側余白リセット*/
	padding: 0; /* 文字の内側余白リセット*/
}

@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/* 見出しカスタマイズ */
/* H2 */
.article h2{
position: relative;
    background:var(--keyColor);
    color:#fff;
}
/* H3 */
.article h3{
    border-left:none;
    border-right:none;
    border-top:none;
    border-bottom: 4px solid var(--keyColor);
    padding: 0 5px 12px;
}
 
/* H4 */
.article h4 {
    border-top:none;
    border-bottom:none;
    padding:0 0 0 25px;
    position:relative;
}

h3.related-entry-card-title::before{
   display:none;
 }

.article h4:after{
content:'■';
margin-right:5px;
position:absolute;
left:0;
top:0;
color: var(--keyColor);
}
 
/* H5 */
.article h5{
  background: #fff;
  padding: 0.5em;
  border-bottom:3px solid #ddd;
}

/* H6 */
.article h6{
border-bottom: solid 3px #cce4ff;
  position: relative;
}

.navi-in > ul{
 width:100%;
}

.navi-in > ul li{
 width: calc(100% / 5);
}


/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

/****************** 追従フッター *****************/

.footer{
 padding-bottom:95px;
}

.txt_center{
 text-align:center;
}

.cta-title{
 background:#0083c8;
 padding:.5em .5em .2em;
 text-align:center;
 color:#fff;
 font-size:1.25rem;
 margin:0 auto;
}

.cta-wrap{
 padding:.5em 0 0;
 border:4px solid #0083c8;
 margin-bottom:.25em;
 margin-left: auto;
 margin-right: auto;
}

.cta-wrap ul{
	margin-left:1em;
}

.cta-wrap .column-wrap{
	padding: 0 .25em;
}

.cta-wrap .column-wrap{
 margin-bottom:0;
}

.cta-wrap .tel_btn{
	padding: .6em;
}

.cta-wrap .column-wrap .column-right p {
    font-size: 0.9rem;
}

.cta-wrap p.Center{
	margin-bottom: 0;
}

.cta-wrap .column-wrap{
	padding-bottom: .25em;
	padding-top: .25em;
}

.cta-wrap img{
	vertical-align: bottom;
}

/*******************************

追従フッター

*********************************************/

.Bnr{
  position: relative;
  margin: 0 auto;
  width:100%;
  display: none;
}

.Bnr .Bnr__img{
  position: fixed;
  border-top: 3px solid var(--keyColor);
  bottom:0;
  width:100%;
  box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 20%);
  z-index: 999;
  background-color: rgba(255,255,255,0.95);
  padding:.5em;
}

.Bnr .Bnr__img a{
 text-decoration:none;
}

.Bnr__img__inner{
  padding: 0;
  max-width:1000px;
  margin:auto;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content:space-between;
}

.Bnr .Bnr__img__inner a{
 display: block;
 padding:.45em .5em;
 height:100%;
 width:100%;
 line-height:1.45;
}

.ftb.Hurf{
 width:calc(98% / 2);
 }

.Bnr .Bnr__img__inner .Triple{
display: flex;
flex-direction: column;
justify-content:center;
}

.Bnr .Bnr__img p.close{
  position: absolute;
  right: 20px;
  top:10px;
}
.Bnr .Bnr__img p.close a{
  display: block;
  width: 20px;
  height: 25px;
  text-align: center;
}
.Bnr .Bnr__img p.close a span{
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.Bnr .Bnr__img p.close a i{
  font-size: 22px;
  z-index: 888;
  color: #ddd;
}

img.free {
    max-width: 40px;
    max-height:40px;
    margin-right: 7px;
    vertical-align: middle;
    width:100%;
    height:100%;
}

.tel_btn{
 width:100%;
    background: #fff;
    position: relative;
    border: 3px solid #ccc;
 padding:.25em;
    line-height: 1.25;
    text-align:center;
box-shadow: 6px 3px 10px 0px rgba(0, 0, 0, 0.4);
}

.bottom_menu_contents a.btn_tel span.top, .bottom_menu_contents a.footer-tel span.top{
	font-size:15px;
	display:block;
	text-align:center;
	color:#000;
}

.tel_btn a{
 text-decoration:none;
}

.bottom_menu_contents {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
	column-gap:2%;
}

.bottom_menu_contents_wrap {
width: 100%;
margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}


.bottom_menu_contents_wrap .tel_btn a{
 padding:0;
}

.sp-mail{
 width:100% !important;
 max-width:600px;
 text-align:center;
 margin: -10px auto 5px;
 background: #ff4200;
 border-radius:.35em;
}

.wd65{
	text-align:center;	
}

.bottom_menu_contents .Triple{
 width:calc(98% / 3);
}

.timeout-text{
 max-width:400px;
    margin-left: auto;
    margin-right: auto;
}


.timeout-text.none{
 display:none;
}

.bottom_menu_contents dt {
    font-size: 15px;
    text-align: center;
    background: #efefef;
    font-weight:400;
    padding: 8px;
    border-radius: 10px;
    line-height: 1.2;
    width: 145px;
    height: 55px;
    position: relative;
    margin-bottom: 0;
    margin-top:20px;
    margin-left:150px;
}

.bottom_menu_contents dt:before {
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    border-style: solid;
    border-color: #efefef transparent;
    border-width: 20px 0 0 30px;
    top: 18px;
    left: -14px;
    margin-left: -10px;
}

.fixedbox__tell-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
    position: relative;
}


.bottom_menu_contents a {
font-family: 'Inter', sans-serif;
font-size: 20px;
font-weight:500;
}

.bottom_menu_contents .btn_tel{
 font-size:32px;
 padding:0 .3em;
 }

.bottom_menu_contents a.btn_tel, .bottom_menu_contents a.footer-tel{
 line-height: 1.2;
 height:auto;
 text-align:center;
 color:#b00808;
 font-weight:bold;
 font-family: 'Anton', sans-serif;
 font-weight:normal;
 letter-spacing:1px;
 font-size:35px;
 display:block;
 position: relative;
}

.btn_mail{
position:relative;
display: block;
width:100%;
background: #f27d00;
border-radius: 5px;
padding:.75em .3em;
text-align: center;
line-height:1.3;
color: #fff;
text-decoration: none;
}

.btn_mail .mail_btn_time {
    border-radius: 12px;
    color: #f27d00;
    text-align: center;
    background: #fff;
    line-height: 1.1;
    padding: 3px;
    max-width: 280px;
    display: block;
    font-size: 12px;
    margin: auto;
    font-weight: 600;
    margin-top: .56em;
}

.btn_mail span.Top{
color: #ffd800;
    font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
    font-weight: bold;
    display: block;
    font-size: 16px;
    margin: 0 auto 3px auto;
    text-align: center;
}

.btn_mail:hover{
 opacity:0.8;
 color:#fff;
}

.bottom_menu_contents a:hover{
 text-decoration:none;
 opacity:0.8;
}

.cta .tel-top {
	/*background: #2167af;*/
    text-align: center;
    color: #000;
    padding: 0.5em;
    font-size: 1.1rem;
    width: 100%;
}

.cta .Telblock p.Center{
	margin-bottom:0;
}

.cta .mail {
    display: block;
    position: relative;
    text-align: center;
    color: rgb(255, 255, 255);
    height: 100%;
    font-size: 1.02rem;
    font-weight: 600;
    font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 1em 0.5em 1em 0.75em;
    background: rgb(222, 35, 4);
    text-decoration: none;
    border-bottom: 5px solid rgb(194, 28, 0);
    text-decoration: none;
    max-width: 100%;
    border-radius: 6px;
    line-height:1.5;
}
.cta .mail p{
	margin:0;
}

.flex__column{
	flex-direction: column;
	justify-content: center;
	row-gap: .5em;
	margin-bottom: 1em;
}

.flex__column .ftb{
	width: 95%;
}

.Cta--blue-top .Flex .Wh-icon {
    background: #2540a7;
    padding: 0.5em;
    font-weight: bold;
    text-align: center;
    line-height: 1.0;
    color: #fff;
    margin-right: 10px;
}

.Cta--blue-top span.Seconds {
    font-size: 50px;
    font-family: 'Anton', sans-serif;
    font-weight:normal;
    letter-spacing:1px;
}

.cta .tel-top {
    margin-top: 1.25em;
    margin-bottom: 0.5em;
    font-size: 1.3rem;
    text-align: center;
	position:relative;
}

.Cta--blue-top::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 23px solid #253fa7;
  border-bottom: 0;
}

.shiny-btn {
    position: relative;
}

.shiny-btn02{
    position: relative;
}

.shiny-btn02::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 60px;
    height: 200px;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    animation-name: shiny;
    animation-duration: 8s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes shiny02 {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}



.cta .tel-wrap .Img {
    width: 120px;
    margin-right:5px;
}

.cta .tel-wrap a.tel {
    font-size: 54px;
    font-weight: normal;
	text-decoration:none;
    font-family: 'Anton', sans-serif;
    text-align: center;
    position: relative;
    line-height: 1.25;
    padding-top: 0;
    letter-spacing: 0.08em;
    margin: 0;
    color: #b00808;
    display: inline-block;
    padding-left: 50px;
}

.cta .tel-wrap span.time {
    color: #1a1a1a;
    text-align: left;
    padding-left: 1em;
    font-size: 0.9rem;
    display:block;
	text-align:center !important;
}

.cta .tel-wrap a.tel:before {
    content: '';
    background: url(../../images/free-icon.svg)no-repeat left top;
    position: absolute;
    left: 0px;
    top: 12px;
    background-size: contain;
    width: 45px;
    height: 50px;
    margin-right: 5px;
}

.cta .tel-wrap a.tel:hover{
 text-decoration:none;
 opacity:0.75;
}

.column-right .mail{
 padding:.9em .5em;
}

.column-right.full{
	width:100%;
}

.line a:hover{
 opacity:0.75;
}

.fixed_box_title {
    color: #1a1a1a;
    text-align: center;
    padding: 2px 10px 2px 10px;
    margin-bottom: 4px;
    font-size: 1.1rem;
    letter-spacing: 1px;
    display: block;
    font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}
.finger-icon::after{
    content:'';
    background: url(images/cta_finger.png)no-repeat right bottom;
    background-size: contain;
    width:80px;
    height:60px;
    position: absolute;
    left:-10px;
    top: 50%;
  transform: translateY(-50%);
  animation-name: return;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}

#form-top .pramtel, #header .pramtel{
    margin-left: 0;
}

@keyframes return {
    50% {
      left: -20px;
    }
    100% {
      left: -10px;
    }
  }
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.fixed_box_title.sp_image{
		display:none !important;
	}
}
@media screen and (min-width: 890px) and (max-width: 960px) {
		.fixed_box_title{
		font-size:17px !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 890px) {
	.finger-icon::after{
		left: -40px;
	}
	@keyframes return {
    50% {
      left: -60px;
    }
    100% {
      left: -40px;
    }
  }
	.fixed_box_title{
		font-size:14px !important;
	}
}

@media screen and (max-width: 768px) {
	.cta .Telblock p.Center{
		margin-bottom:1em;
	}
		.finger-icon::after{
		left: -10px;
	}
	@keyframes return {
    50% {
      left: -10px;
    }
    100% {
      left: -0px;
    }
  }
	.fixed_box_title.sp_image{
		display:block !important;
	}
	    .finger-icon::after {
        content: '';
        background: url(images/cta_finger.png) no-repeat right bottom;
        background-size: contain;
        width: 40px;
        height: 30px;
        position: absolute;
        left: 0px;
        top: 90%;
        transform: translateY(-90%);
        animation-name: return;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-timing-function: ease;
    }
}
.Bnr .Bnr__img__inner a.cta-line, .Bnr .mail{
 min-height:62px;
 line-height:62px;
 font-size: 1.2rem;
}

.Bnr .Bnr__img__inner a.cta-line{
 background:#18b603;
 padding:.5em .5em .5em;
 color:#fff;
 text-align:center;
 position:relative;
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content:space-between;
align-items: center;
border-radius:.45em;
font-weight:bold;
font-size:1.25rem;
}

a.cta-line:before{
 content:'';
 position:absolute;
 left:15px;
 width:40px;
 height:40px;
 background:url(images/line-icon.svg)no-repeat;
 background-size:contain;
top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}

a.cta-line span.min{
 display:block;
 font-size:13px;
}

a.cta-line img{
 max-width:50px;
 display:inline-block;
 margin-right:5px;
vertical-align: middle;
}

	.scrolled .page_top_btn{
		 bottom:105px;
	}

.tel_btn .fixed_box_title{
font-size: 14px;
    color: #4d4d4d;
    margin-top: 3px;
 margin-bottom:0;
 padding:0;
}

.tel_btn span.time {
    font-size: 14px;
    color: #4d4d4d;
    margin-top: 3px;
    font-weight:400;
	font-family: 'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.tel-wrap .tel-icon {
    height: 35px;
    width: 30px;
}

.cta .tel-icon{
	margin-right:10px;
}

@media screen and (min-width: 769px) {
	.pc_none{
		display:none;
	}
	
}

/**************

sp

**************************/

@media screen and (max-width: 767px){
.bottom_menu_contents a.btn_tel span.top, .bottom_menu_contents a.footer-tel span.top{
		font-size:12px;
		margin-bottom:3px;
	margin-left:10px;
	}
	.bottom_menu_contents a.footer-tel span.top{
		margin-left:-15px;
	}
	
	.bottom_menu_contents{
		flex-wrap:wrap;
	}
	
	.pc_image{
	 display:none !important;
	}

	section.cta {
	    margin-bottom:1em;
	    margin-top:0;
	}

	.bottom_menu_contents a.mail {
	    font-size: 0.75rem;
	    border-bottom: 0;
	        padding:0.8em 0.3em;
	}

	.Flex .Hurf {
	    width: calc(100% / 1);
	}

	.Flex .Hurf:first-child{
	 margin-bottom:1em;
	}

	section.cta .Inner{
	 padding-left:1em;
	 padding-right:1em;
	}

	.cta .tel-top {
	    font-size: 0.9rem;
	}

	.cta .tel-wrap{
	 margin-top:0;
	}

	.Cta--blue-top {
	    font-size: 1.0rem;
	}

	.Cta--blue-top .Flex .Item:first-child {
	    line-height: 1.2;
	    width:100%;
	}

	.Cta--blue-top .Flex .Item:first-child {
	    padding: 0 0 0.22em 0;
	    border-bottom: 1px solid #fff;
	    margin-bottom: 0.35em;
	    border-right: none;
	}

	.Cta--blue-top .Flex .Item:nth-of-type(2) {
	    padding-left: 0;
	    width:100%;
	}

	.Cta--blue-top:after{
	 bottom:-15px;
	}

	.Bnr .Bnr__img__inner .Triple:last-child{
	 display:none;
	}

	.Bnr .Bnr__img__inner .Triple{
	 width:calc(99% / 2);
	}


	.cta .tel-wrap span.time {
	    padding: 0;
	    display: block;
	    text-align: center;
	    font-size: 0.85rem;
	}

	.cta .tel-wrap .Img {
	    display: none;
	}

	.cta .tel-wrap a.tel {
	    margin-left: auto;
	    margin-right: auto;
	    padding-left: 40px;
	    font-size: 34px;
	    text-align: center;
	    display: block;
	}

	.cta .tel-wrap a.tel:before {
	    width: 35px;
	    height: 40px;
	    left: 0;
	    top: 5px;
	}

	.cta .mail{
	 font-size:1.05rem;
	}

	.cta .mail.mail-min:before{
 	 width:30px;
 	 height:30px;
	 display:block;
	 margin:0 auto 3px;
	 position:relative;
    left: 0em;
    top: 0%;
    transform: translateY(-0%);
    -webkit- transform: translateY(-0%);
		}

	.bottom_menu_contents a.mail:before{
		display:none !important;
	}
	
	.bottom_menu_contents a.btn_tel, .bottom_menu_contents a.footer-tel{
	 font-size:1.35rem;
	}

	.fixed_box_title{
	 font-size:13px;
	}

	.cta .mail:after {
	    font-size:24px;
	}

	.Bnr .Bnr__img__inner a.cta-line, .Bnr .mail {
	    min-height:30px;
	    line-height:1.25;
	}

	a.cta-line img {
	    max-width: 30px;
	}

	.Bnr .Bnr__img__inner a.cta-line{
	 font-size:1.0rem;
	}

	a.cta-line:before {
	    content: '';
	    position: relative;
	    left: 0;
	    width: 30px;
	    height: 30px;
	    top: 0%;
	    transform: translateY(-0%);
	    -webkit- transform: translateY(-0%);
	    display:block;
	    margin:0 auto 3px;
	}
	
	.scrolled .page_top_btn{
		 bottom:87px;
	}


}

/*******************

SNSボタン

****************************************/

.sns__container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:flex-end;
    margin:.5em 0 0em auto;
}

.sns__container a {
    text-decoration: none;
    width: 40px;
    text-align: center;
    color: #fff;
    display:inline-block;
    padding:0;
    margin:0 .5%;
    font-size: 2rem;
    max-width:calc(94% / 6);
}

.sns__container a img{
 vertical-align:top;
}

.sns__container a:hover {
    opacity: 0.6;
}


.sns__container_title{
 padding-bottom:.3em;
 border-bottom:3px solid #ddd;
 margin-bottom:1em;
 font-weight:bold;
 font-size:1.2rem;
 margin-top:1em;
}

#copy-page {
  display:block;
  width: 100%;
  padding: 8px 0;
  font-size: 1rem;
  text-align: center;
  color: #1a1a1a;
  border-radius: 6px;
  background: #ddd;
  outline: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border:none;
  max-width:640px;
  margin-left:auto;
  margin-right:auto;
}
 
#copy-page:hover {
  cursor: pointer;
  opacity: .7;
}

footer.article-footer{
 margin-bottom:0;
}

#pager-post-navi{
 display:none;
}

/**************
 SP
**************************/

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

.sns__container {
	 margin-top:0;
         max-width:95%;
	}

.sns__container a {
    width: 30px;
	}

 .sns__container{
	 margin-top:0;
	 margin-bottom:0;
	}

}

/*******************

ナビゲーション

****************************************/

.navi{
     position:relative;
     background:#fff;
     border-top:1px solid #ddd;
     z-index:999;
     border-bottom:3px solid var(--keyColor);
}

#navi .navi-in a{
 color:#1a1a1a;
 }

.navi-in a:hover{
 background:var(--keyColor) !important;
 color:#fff !important;
 }

.cta-top{
	margin-top:10px !important;
}

.navi a:hover{
 text-decoration:none;
 }

.navi-in > ul .sub-menu{
 background:#fff;
}

.navi-in > ul .sub-menu .item-label:after{
  display:none;
 }



.navi .item-label{
 position:relative;
 padding: 0 2em;
 }

.navi li:first-child .item-label{
 border-left:1px solid #ddd;
}

.navi-in > ul .sub-menu li:first-child .item-label{
 border-left:0;
}

.navi .item-label:after{
  width:1px;
  background:#ddd;
  height:100%;
  position:absolute;
  content:'';
 top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
 }

/************************************
** 著者ページ
************************************/

.pr-wrap{
   display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:space-between;
}

.pr-wrap .photo{
  max-width:150px;
  min-width:80px;
 }

.pr-wrap .photo img{
  padding:4px;
  border:1px solid #ddd;
 }

.pr-wrap .text{
  padding-left:1em;
 }

/**************
 SP
**************************/

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

.pr-wrap{
    flex-wrap: wrap;
}

.pr-wrap .photo{
  width:100%;
  margin:0 autop;
  text-align:center;
 }

.pr-wrap .text{
  width:100%;
  margin:1em auto 0 auto;
  padding:0;
 }

}

/*******************

監修者

****************************************/

.supervision-head-title{
 background: var(--keyColor);
 padding:8px 5px;
 color:#fff;
 text-align:center;
 display:block;
 line-height:1.0;
 font-size:1.1rem;
 max-width: 150px;
 }

.supervision-wrap{
  border:1px solid #ccc;
  padding:1em;
  margin:0 auto .9em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:space-between;
 }

.supervision-wrap .img{
  width:80px;
 }

.supervision-wrap .img img{
  border-radius:50%;
  overflow:hidden;
 }

.supervision-wrap .text{
  width:calc(99% - 90px);
 }

.supervision-wrap .text .head{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:flex-start;
 }

.supervision-wrap .text .head p.name{
 font-weight:bold;
 font-size:1.1rem;
 margin-right:1em;
 margin-bottom:.3em;
 }

.supervision-wrap .text{
 font-size:0.9rem;
 }

/**************
 SP
**************************/

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

 .supervision-wrap .text .head p.name, .supervision-head-title{
 font-size:1.0rem;
 }

 .supervision-wrap .text{
  width:calc(99% - 70px);
 }

.supervision-wrap .img{
  width:60px;
 }

.supervision-wrap .text{
 font-size:0.8rem;
 }

 .supervision-wrap{
  padding:.55em;
 }

}

/************************************
** 目次
************************************/

.toc{
 background:#f9f9f9;
 width:100%;
    border: 1px solid #ccc;

}


.toc .toc-list ol {
    padding-left: 0;
    margin: 0 0 0 .5em;
}

.toc.tnt-number-detail ol li{
  counter-increment: x;
  counter-reset:inherit;
}

.toc .toc-list ol li ol li a {
    font-size: 1.0rem !important;
}

.toc.tnt-number-detail ol > li:before {
    margin-right: 6px;
    content: ""counter(x)".";
    font-weight:bold;
    color: #004694;
}

ol.toc-list li > ol li{
 counter-increment: y !important;
}

ol.toc-list li ol > li:before{
content: counter(x)"-"counter(y) !important;
 display:inline !important;
   color:#004694;
  margin-right:5px;
}

ol.toc-list li ol > li > ol > li{
 counter-increment: z !important;
}

ol.toc-list li ol > li > ol > li:before{
content: counter(x)"-"counter(y)"-"counter(z) !important;
 display:inline !important;
   color:#004694;
  margin-right:5px;
 font-size:0.975rem;
}

.article ol li a:first-child{
  font-weight:bold;
 font-size:1.125rem;
}


.toc .toc-list ol li a{
 font-weight:500;
 font-size:1.1rem;
}

.toc .toc-list ol li ol li{
 list-style:none;
 font-weight:normal;
 font-size:1.1rem;
}

.toc .toc-list ol li ol{
    counter-reset: inherit;
}

.toc.tnt-number-detail ol li ol li:before{
 display:none;
}

.article ol.toc-list li ol{
    list-style:none;
    margin-left: 2.5em;
    font-weight:bold;
}


.article ol li a{
 color:#004694;
}

.article ol.toc-list li ol a{
    font-weight:500;
}

.toc-center{
 margin: 1em 0;
}


.article ol.toc-list li ol li ol{
 margin-left:1em;
 margin-top:.5em;
 margin-bottom:.5em;
}

.article ol.toc-list li ol li ol a{
 font-weight:500;
}

.article ol.toc-list li ol li ol a:before{
  display:none;
}


@media screen and (min-width: 769px) {

	.sp{
		display: none;
	}
	.sp-tel-g4 , .text_new_sp_tel div{
		display: none !important;
	}
	.drawer-menu_wrap{
	display:none;
	}

	.sp_image{
	 display:none !important;
	}

	.footer {
	    padding-bottom: 148px;
	}
	.sp-tel-g4{
		display: none !important;
	}
}

/**************
 SP
**************************/

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

	.cta-wrap ul{
	 padding-left:1em;
	}

	.cta-wrap li{
	 font-size:0.85rem;	 
	}

	.cta-title{
	 font-size:0.9rem;
	 line-height:1.4;
	 padding: 0.5em 0.2em 0.2em;
	}

	.navi-footer-in > .menu-footer li.menu-item {
	    width: 3%;
	}

	.Bnr span.time {
	    margin-left: 0;
		font-size:10px;
	    font-weight:400;
		margin-top: 2px;
        margin-bottom: 2px;

	}

	.bottom_menu_contents a.btn_tel{
	    font-size: 21.5px;
	    line-height:1.0;
		padding-left: 20px;
	}

	.bottom_menu_contents .tel-wrap {
		padding-top: 0.5em;
	}

	.column-left a.btn_tel{
	 font-size:26px;
	 line-height:1.4;
	}

	.column-wrap>div{
	 margin-bottom:.5em;
	}

	.column-right a.mail{
	 font-size:14px;
	}

	.column-left a.btn_tel:before{
	     width: 30px;
    	     height: 30px;
	}

	.drawer-menu_wrap{
	background:rgba(255,255,255,0.85);
	border:none;
	position: fixed;
	right:0;
	width:55px;
	height:55px;
	 z-index: 1000000000;
	}

	.drawer-menu_wrap input[type="checkbox"]{
	 display:none;
	 border:none;
	 box-shadow:none;
	}

	.drawer-menu {
	    box-sizing: border-box;
	    position: fixed;
	    top: 0;
	    right: 0;
	    width:100%;
	    height: 100%;
	    padding:30px 0;
	    background: #fff;
	    -webkit-transition-property: all;
	    transition-property: all;
	    -webkit-transition-duration: .5s;
	    transition-duration: .5s;
	    -webkit-transition-delay: 0s;
	    transition-delay: 0s;
	    -webkit-transform-origin: right center;
	    -ms-transform-origin: right center;
	    transform-origin: right center;
	    -webkit-transform: perspective(500px) rotateY(-90deg);
	    transform: perspective(500px) rotateY(-90deg);
	    opacity: 0;
	    overflow-y:auto;
	}

	.drawer-menu ul{
	 margin:0;
	 padding:0;
	}

	.drawer-menu li {
	    text-align: center;
	    display:block;
	    width:100%;
		margin-bottom: 0 !important;
	}

	.drawer-menu li a {
	    display: block;
	    font-size: 14px;
	    background:#007fc5;
	    color: #fff;
	    -webkit-transition: all .8s;
	    transition: all .8s;
	    padding:10px;
		text-decoration: none;
	}

	.li_global_navi > li > a, .li_global_navi > li > a:hover{
	    padding:10px;
	    font-size: 14px;
	}

	.drawer-menu li a:hover {
	    color: #fff;
	    background: #005cab;
	    font-size: 14px;
	}
	
		.toc .toc-list ol li ol li{
		line-height:1.455;
        margin:0;
	}

	.article ol.toc-list li ol li ol{
		margin:0;
	}

	/* checkbox */
	.check {
	    display: none;
	}

	/* menu button - label tag */
	.menu-btn {
	    position: absolute;
	    display: block;
	    top: 8px;
	    right: 8px;
	    display: block;
	    width: 35px;
	    height: 40px;
	    font-size: 10px;
	    text-align: center;
	    cursor: pointer;
	 z-index: 1000000001;
	}

	.bar {
	    position: absolute;
	    top: 0;
	    left: 0;
	    display: block;
	    width: 35px;
	    height: 1px;
	    background: #121212;
	    -webkit-transition: all .5s;
	    transition: all .5s;
	    -webkit-transform-origin: left top;
	    -ms-transform-origin: left top;
	    transform-origin: left top;
	}

	.bar.middle {
	    top: 10px;
	    opacity: 1;
	}

	.bar.bottom {
	    top: 20px;
	    -webkit-transform-origin: left bottom;
	    -ms-transform-origin: left bottom;
	    transform-origin: left bottom;
	}

	.menu-btn__text {
	    position: absolute;
	    bottom: -8px;
	    left: 0;
	    right: 0;
	    margin: auto;
	    color: #111;
	    -webkit-transition: all .5s;
	    transition: all .5s;
	    display: block;
	    visibility: visible;
	    opacity: 1;
	}

	.menu-btn:hover .bar {
	    background: #ccc;
	}

	.menu-btn:hover .menu-btn__text {
	    color: #ccc;
	}

	.close-menu {
	    position: fixed;
	    top: 0;
	    right: 300px;
	    width: 100%;
	    height: 100vh;
	    background: rgba(0,0,0,0);
	    cursor: url(images/cross.svg),auto;
	    -webkit-transition-property: all;
	    transition-property: all;
	    -webkit-transition-duration: .3s;
	    transition-duration: .3s;
	    -webkit-transition-delay: 0s;
	    transition-delay: 0s;
	    visibility: hidden;
	    opacity: 0;
	}

	/* checked */
	.check:checked ~ .drawer-menu {
	    -webkit-transition-delay: .3s;
	    transition-delay: .3s;
	    -webkit-transform: none;
	    -ms-transform: none;
	    transform: none;
	    opacity: 1;
	    z-index: 99999999;
	}

	.check:checked ~ .contents {
	    -webkit-transition-delay: 0s;
	    transition-delay: 0s;
	    -webkit-transform: translateX(-300px);
	    -ms-transform: translateX(-300px);
	    transform: translateX(-300px);
	}

	.check:checked ~ .menu-btn .menu-btn__text {
	    visibility: hidden;
	    opacity: 0;
	}

	.check:checked ~ .menu-btn .bar.top {
	    width: 56px;
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	}

	.check:checked ~ .menu-btn .bar.middle {
	    opacity: 0;
	}

	.check:checked ~ .menu-btn .bar.bottom {
	    width: 56px;
	    top: 40px;
	    -webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}

	.check:checked ~ .close-menu {
	    -webkit-transition-duration: 1s;
	    transition-duration: 1s;
	    -webkit-transition-delay: .3s;
	    transition-delay: .3s;
	    background: rgba(0,0,0,.5);
	    visibility: visible;
	    opacity: 1;
	    z-index: 40;
	}

	.drawer-menu li{
	    border-bottom: 1px solid #6ba3c1;
	}

	#fade-in li ul{
	    visibility: visible;
	    opacity:1;
	}

	#fade-in li ul li{
	    visibility: visible;
	    opacity:1;
		}

	.dropmenu li ul{
	position:relative;
	top:0;
	left:0;
	    transform: translateX(0%);
	}

	.sub-menu{
	width:100%;
	    opacity:1;
	}


	#fade-in li:hover ul li a{
	font-size:14px;
	    color:#1a1a1a !important;
	}

	
	.dropmenu li ul li{
	width:100%;
	float:none;
	border:0;
	margin:0;
	}

	.sub-menu a{
	    border-top: 1px solid #6ba3c1;
	    padding:10px !important;
	    color:#fff !important;
	}

	.drawer-menu li a{
	 position:relative;
	}

	.drawer-menu li a:after{
	  right:5px;
          font-family: "FontAwesome";
	content: '\f105';
	  position:absolute;
	  top: 50%;
	  transform: translateY(-50%);
	  -webkit- transform: translateY(-50%);
	}

	.dropmenu li ul li a{
	    color:#fff !important;
	}

	.drawer_logo{
	 max-width:220px;
	 margin:0 auto 0 auto;
	 text-align:center;
	}


}

/********************** テキスト装飾 ********************************/

.red{
 color:#fe0000 !important;
}

.marker-halfYellow {
    font-weight: 700;
    background: linear-gradient(transparent 60%,#fff8ad 60%);
}

/********************** 引用 ********************************/

.su-quote-style-default {
    position: relative;
    margin-bottom: 3em;
    padding:1em;
    font-style: normal !important;
    border:2px solid #ddd;
    background:#fafaf9;
    font-weight:500 !important;
}

.su-quote-style-default:before{
  top:5px !important;
  left:5px !important;
	content: '“' !important;
        font-weight:900;
  font-size:60px;
  background:none !important;
  line-height:1.0;
  color:#ccc;
 }

.su-quote-style-default:after {
    right:10px !important;
    bottom:10px !important;
	content: '”' !important;
        font-weight:900;
  font-size:60px;
  background:none !important;
  line-height:1.0;
  color:#ccc;
}
blockquote::before, blockquote::after {
    color: #C8C8C8;
    font-family: serif;
    position: absolute;
    font-size: 300%;
}

/************************************
** チェックボックス
************************************/

ul.check{
 list-style:none;
 border:none;
 padding:0;
}

ul.check li:before{
 	font-family: "FontAwesome";
	content: '\f058';
	color: var(--keyColor);
	margin-right:3px;
	font-size:1.25rem;
}

/************************************
** チェックボックス
************************************/

.box-gray{
 padding:1.15em;
 background:#e8e6e6;
 margin:0 auto 1.15em;
}

.box-borderblue{
 padding:1.15em;
 background:#fff;
 border: 1px dashed var(--keyColor);
 margin:0 auto 1.15em;
}

.box-borderblue dl, 
.box-borderblue dl dd:last-child{
	margin-bottom:0;
}

.box-borderblue ol{
	margin:auto;
}

.box-bluebg{
 padding:1.15em;
 background:#d2e9f7;
 margin:0 auto 1.15em;
}

.box-bluebg p:last-child{
	margin-bottom:0;
}

/************************************
** サイドメニュー
************************************/


p.tel img {
    width: 50px;
    margin-right: 5px;
    vertical-align: middle;
}

.cta_wrapper{
 border:5px solid #0071bb;
 margin-bottom:1.5em;
}

.eye-catch{
 margin-left:auto;
 margin-right:auto;
}

.cta_wrapper_title{
 background:#0071bb;
 color:#fff;
 font-weight:600;
 line-height:1.2;
 font-size:1.8rem;
 text-align:center;
 padding:.5em .5em .2em .5em;
}

.cta_side_title{
 font-size:1.25rem;
 }

.cta_contents_box{
 background:#fff;
 padding:1.2em;
 position:relative;
 background:url(images/cta_back.png) repeat-x center bottom -15px;
 }

.cta_contents_box_side{
 background:#0071bb;
 padding:.25em;
 position:relative;
 }


.cta_contents_wrap{
      display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
justify-content:space-between;
 }

.cta_contents_item{
 width:calc(98%/2);
 position:relative;
 }

.cta_side_wrap{
      display: flex;
    flex-direction: row;
    flex-wrap:wrap;
justify-content:space-between;
 }

.cta_side_item{
 width:100% !important;
 position:relative;
 margin-bottom:.5em;
 }

.cta_side_item:last-child{
 margin-bottom:0;
}

.cta_top_text{
 font-weight:600;
 text-align:center;
 font-size:1.6rem;
 line-height:1.4;
 margin-bottom:1em;
  z-index:2;
 position:relative;
 }

.cta_top_text span{
 color:#eb0c21;
 }

.marker-P-yellow {
background: linear-gradient(transparent 60%, #ffffa8 0%);
}


.cta_contents_item a{
 display:block;
 padding: 1.45em 0.5em 1em 0.5em;
 color:#fff;
 text-align:center;
 border-radius:6px;
 font-size:0.95rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
justify-content:center;
 }

.Bnr .cta_contents_item a{
 display:block;
 padding:.3em;
 color:#fff;
 text-align:center;
 }

.cta_side_item a{
 display:block;
 padding:.5em .8em .5em .8em;
 background:#fff;
 border-radius:0px;
 color:#fff;
 text-align:center;
     -webkit-transition: all .3s;
    transition: all .3s;
 border:0;
 border-radius:6px;
}

.cta_side_item a:hover{
 text-decoration:none;
}

.toc .toc-list ul, .toc .toc-list ol{
	padding: 0;
}

.nwa .toc{
	margin-top: 0;
}

.btn_icon{
  position:absolute;
  left:-15px;
  top:-15px;
  width:60px;
 }

.btn_icon_side{
  position:absolute;
  left:-25px;
  top:-35px;
  width:60px;
 }

.cta_contents_item a:hover, .cta_side_item a:hover{
	 background:#fff;
	}

.cta_contents_item p, .cta_side_item p{
 margin-bottom:.3em;
 margin-top:0;
 font-size:1.5rem;
 font-weight:bold;
 letter-spacing:-1px;
 }

.cta_contents_item p{
 font-size:1.3rem;
    padding-left: 1em;
 }

.cta_side_item p{
 margin-bottom:7px;
 margin-top:0;
 }

.cta_contents_item p img, .cta_side_item p img{
	 max-width:280px;
	}

.cta_contents_item a span, .cta_side_item a span{
 background:#fff;
 text-align:center;
 color:#1a1a1a;
 font-size:0.85rem;
 font-weight:500;
 border-radius:3px;
 }

.cta_side_item a.mail span{
 margin-top:.3em;
 display:inline-block;
}

.cta_side_item a.mail:after{
 font-family: "FontAwesome";
 /*content: '\f105';*/
 /*margin-left:.5em;*/
 position:absolute;
 font-size:1.75rem;
 /*right:1em;*/
 top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}

.cta_contents_item a.mail, .cta_side_item a.mail{
  background:#de2304;
 text-decoration:none;
 border-bottom:5px solid #c21c00;
 max-width:100%;
 }

.cta_side_item a.mail{
 border-radius:6px;
    padding: 1em 0.8em;
    border-bottom: 0;
 font-size:1rem;
 line-height:1.7;
 }

.cta_side_item a.mail p{
 margin-bottom:0;
}

.cta_contents_item a.mail img, .cta_side_item a.mail img{
 margin-right:.5em;
 max-width:45px;
 vertical-align:middle;
 position:absolute;
 left:.5em;
 top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
 }

.cta_contents_item a.mail span.time{
 background:#fff;
 text-align:center;
 display:inline-block;
 color:#de2304;
 font-size:12px;
 padding:5px 2em;
 margin-top:5px;
}

.cta_contents_item a.mail:hover, .cta_side_item a.mail:hover{
	 background:#f52604;
	}


table tr:nth-of-type(2n+1) {
    background-color: #fff;
}

p.tel{
	font-size:32px;
	font-weight:normal;
	font-family: 'Anton', sans-serif !important;
	color:#b00808;
	letter-spacing:.012em;
	margin-bottom:0;
	line-height:1.255;
   }
   
   p.tel img{
	width:50px;
	margin-right:5px;
	vertical-align:middle;
   }
   
   p.tel a:hover{
	text-decoration:underline;
   }

/*************

見出しナンバリング

**************/

body {
    counter-reset: cnt;
}

h2:not([class]) {
  counter-reset: counter-h3;
}
h3:not([class]) {
counter-increment: counter-h3;
  counter-reset:counter-h4;
}

h4:not([class]) {
counter-increment: counter-h4;
  counter-reset:counter-h5;
}

h2:not([class])::before {
  counter-increment: cnt;
  content: "" counter(cnt) " ";
  
}

.side-widget-inner h2:not([class])::before, .side-widget-inner h3::before, .page h2:not([class])::before, .page h3:not([class])::before{
	display:none !important;
}

.post-14428 h2:not([class])::before, .post-14428 h3:not([class])::before{
	display:inline-block !important;
	margin-right:.5em;
}

h3:not([class])::before {
  counter-increment: cnt2;
      content: "" counter(cnt) "-" counter(counter-h3) " ";
}

h4:not([class])::before {
  counter-increment: cnt2;
      content: "" counter(cnt) "-" counter(counter-h3) "-"counter(counter-h4);
  margin-right:10px;
}


.article h4 {
    position:relative;
}

.posts-not-found h2:before, .posts-not-found h2{
 display:none;
}

/*******************

各ページ下よくある質問

****************************************/

.accordion {
margin: 3em auto;
max-width: 100%;
}
input[type="checkbox"].toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
}
.accordion .title, .content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.accordion .title {
padding:0 .5em .5em 25px;
border-bottom:1px solid #ccc;
display: block;
position:relative;
font-weight:600;
}

.accordion .title .ico:before{
  content:'Q';
  color: var(--keyColor);
  font-size:20px;
  font-weight:bold;
  position:absolute;
  left:0;
  top:0;
}

.accordion .title::after,
.accordion .title::before {
content: "";
position: absolute;
right: 1.25em;
top: .5em;
width: 2px;
height: 0.75em;
background-color: #999;
transition: all 0.3s;
}
.accordion .title::after {
transform: rotate(90deg);
}
.accordion .content {
max-height: 0;
overflow: hidden;
margin-top:.25em;
}
.accordion .content .anther {
padding:1em 1em 1em 25px;
position:relative;
}

.accordion .content .anther:before{
  content:'A';
  color: var(--bgOrange);
  font-size:20px;
  font-weight:bold;
  position:absolute;
  left:0;
  top:.75em;
 }

.toggle:checked + .title + .content {
max-height: 500px;
transition: all 1.5s;
margin-top:.25em;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}

/**************

sp

**************************/

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

.accordion .title .ico:before{
   top:-.2em;
 }

.accordion .content .anther:before{
	 top:.5em;
	}

 .accordion {
	margin:20px auto;
	}

}

p.reference, p.reference a{
  color:#999;
  text-decoration:none;
}

cite {
    font-style: normal;
}

/************************************
** ＣＴＡ記事下
************************************/

.post-cta-top{
    background: var(--keyColor);
    padding:1em 1em .5em;
    color:#fff;
    font-size:1.55rem;
}

table tr:nth-of-type(2n+1) {
    background-color: #fff;
}

.post-cta-top .wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:center;
    align-items:center;
    width:100%;
}

.post-cta-top .wrap .Left{
 padding-right:.55em;
 border-right:2px solid #fff;
 font-weight:bold;
}

.post-cta-top .wrap .Right{
 font-weight:700;
 padding-left:.55em;
 line-height:1.45;
}

.post-cta-top .wrap .whiteicon{
 background:#fff;
 padding:.5em .5em;
 line-height:1.0;
 color: var(--keyColor);
 display:inline-block;
 font-size:1.15rem;
 margin-right:.5em;
}

.post-cta-bottom{
    background: var(--keyColor);
    color: #fff;
    padding:.5em 1em 1em;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content:space-between;
}

.post-cta-bottom .item{
 width:calc(98% / 2) !important;
 margin:0;
}

.post-cta-bottom .item a{
 padding-top:.5em;
 padding-bottom:.5em;
}

.post-cta-bottom .item a.mail{
 padding-top:.9em;
 padding-bottom:.9em;
}

.post-cta-bottom .item a{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content:center;
}

.post-cta-bottom a.mail p{
 margin-bottom:.25em;
}

.post-cta-bottom span.blue{
 color: var(--keyColor);
 display:block;
 margin-bottom:0;
 font-size:12px;
 padding:0;
}

.cta_side_item a.mail:after{
    top: 25%;
    transform: translateY(-25%);
}

.cta_side_item a.mail img, .cta_side_wrap a.mail:after{
	top: 50%;
    transform: translateY(-50%);
}


.post-cta-bottom .cta_side_item a.mail img{
  top: 15%;
    transform: translateY(-15%);
 }

span.yellow {
    color: #fffc00;
}

.sect-text, .sect-text p{
	font-size: 1.15rem;
  }
  
  .sect-text{
	margin-top:2em;
  }
  .sectTit {
	position: relative;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
	display: flex;
	justify-content: center;
  }
   
  .sectTit:before,
  .sectTit:after {
	position: relative;
	display: inline-block;
	content: "";
	background: #faa94d;
	width: 2px;
	height: 2em;
	margin: 0 1em;
	margin-top: -.2em;
	vertical-align: middle;
  }
   
  .sectTit:before {
	transform: rotate(-35deg);
  }
   
  .sectTit:after {
	transform: rotate(35deg);
  }
  

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

.br-sp02{
  display:none;
 }

}

/**************
 SP
**************************/

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

	.post-cta-top{
	 padding-top:1em;
	}

	.post-cta-bottom .item a {
	    padding-top: 1.25em;
	    padding-bottom: 1.25em;
	}

	.post-cta-top .wrap{
		    justify-content:center;
		}

	.post-cta-bottom .item{
	 width:calc(100% / 1) !important;
	 margin:.5em auto;
	}

	.post-cta-top, .post-cta-bottom{
	  padding:0 .9em .9em;
	 }

	.post-cta-top{
		 font-size:1.25rem;
		 padding-bottom:0;
		 padding-top:1em;
		}

	 .post-cta-top .wrap .Right{
		 padding:0;
		 margin-top:.5em;
		 width:100%;
		  text-align: center;
		font-size: 1.4rem;
		}

	.post-cta-top .wrap .Left{
		 width:100%;
		 padding:0;
		 border-right:none;
		 border-bottom:2px solid #fff;
		 padding-bottom:.5em;
		  text-align: center;
		font-size: 1.4rem;
		}

	.post-cta-bottom .item:nth-of-type(2) a{
	     padding-top: .5em;
	    padding-bottom: .5em;
	}

}

/* Links Button */

a.links{
 border-radius:1.4em;
 padding:.75em 1em;
 text-align:center;
 display:block;
 max-width:500px;
 margin:0 auto 0 auto;
 font-size:1.2rem;
 color:#fff;
 background:#c61d3e;
}

a.red-btn{
 background:#de2304;
 margin-top:.5em;
 color:#fff;
 border-radius:0.45em;
}


a.links:hover{
 text-decoration:none;
 background:#f52604; 
}


/**********************以下ヘッダー用********************************/

.header{
	padding:.2em 0 .25em 0;
	margin-bottom: 0;
	}
   
   .header_wrapper {
	   width: 100%;
	   padding: 15px 2.5% 10px 2.5%;
	   box-shadow: 0 3px 3px rgba(0,0,0,0.14);
	   -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.14);
	   -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.14);
	   background: #fff;
	   z-index: 999;
   }
   
   .header_contents_wrap {
	   max-width: 1256px;
	   margin: auto;
	   padding:0 0;
	   width: 100%;
	   display: flex;
	   flex-direction: row;
	   flex-wrap: nowrap;
	   justify-content:space-between;
	   align-items:center;
   }
@media screen and (min-width: 768px) and (max-width: 1300px) {
   .header_contents_wrap{
	padding-left: 29px;
	padding-right: 29px;
   }
}
.header_contents{
	width:500px;
}
   
   .header_contents:nth-of-type(2) {
	   margin-right:0;
	   display: flex;
	   flex-direction: row;
	   flex-wrap: nowrap;
	   justify-content:flex-end;
	   align-items:center;
	   width:60%;
   }
   
   .header_tel_title {
	   background: #ccc;
	   color:#1a1a1a;
	   padding:3px;
	   line-height:1.2;
	   width: 100%;
	   text-align: center;
	   font-size:0.7rem;
	   font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	   font-weight:400;
   }
   
   .header_contents .btn_wrap{
	margin-left:2%;
	}
   
   .header_tel {
	   font-weight: bold;
	   font-size: 1.8rem;
	   line-height: 1.3;
	   text-align: center;
	   margin-top:-3px;
   }
   
   .header_tel a {
	   color: #000;
	   text-decoration: none;
   }
   
   .header_tel div {
	   font-weight: normal;
	   font-size: 0.8rem;
	   color:#000;
   }
   
   
   .header_contact_btn:hover{
	 text-decoration:none;
   }
   
   .header_contents h1 {
	   font-size: 0.7rem;
	   margin: 1em auto 1em auto;
	   font-weight:normal;
   }
   .header_contents div.disp{
	   font-size: 0.78rem;
	   margin: 0 0 0 10px;
	   font-weight:normal;
	   line-height:1.55;
	   color:#000 !important;
	   text-align:center;
   }

.header_cta_tel, a.header-tel{
	letter-spacing:2px;
	margin-bottom:3px;
	font-family: 'Anton', sans-serif;
	font-weight:normal;
	}
   
   .btn_mail .mail_btn_time {
	   border-radius: 12px;
	   color: #319400;
	   text-align: center;
	   background: #ffef19;
	   line-height: 1.1;
	   padding: 3px;
	   max-width: 280px;
	   display: block;
	   font-size: 12px;
	   margin: auto;
	   font-weight: 600;
	   margin-top: .56em;
   }

   .mail {
    display: block;
    position: relative;
    text-align: center;
    color: rgb(255, 255, 255);
    height: 100%;
    font-size: 1.65rem;
    font-weight: 600;
    font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 0.4em 0.5em 0.4em 0.75em;
    background: linear-gradient(rgb(251, 101, 20) 0%, rgb(251, 101, 20) 50%, rgb(250, 62, 0) 51%, rgb(250, 62, 0) 100%);
    border-radius: 0.45em;
    overflow: hidden;
    line-height: 1.4;
}

header .mail {
    font-size: 12px;
    max-width:300px;
    margin-left:auto;
    background: #ff3039;
}

header .mail span.big{
	font-size: 16px;
}

.btn_wrap a.Hurf span.min {
    font-size: 10px;
}
.btn_wrap a span.top {
    background: #fff;
    padding: 1px 5px;
    width: 100%;
    text-align: center;
    color: #101010;
    border-radius: 2px;
    font-size: 10px;
    margin-bottom: .1em;
    display:inline-block;
    width:100%;
}

.block{
 display:block;
}

.shiny-btn {
    position: relative;
}

.shiny-btn::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 60px;
    height: 200px;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes shiny {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}
   
   .navi{
		position:relative;
		background:#fff;
		border-top:1px solid #ddd;
		z-index:999;
		border-bottom:3px solid var(--keyColor);
   }
   
   .navi-in a:hover{
	background:var(--keyColor);
	color:#fff;
	}
   
   
   
   .navi a:hover{
	text-decoration:none;
	}
   
   .navi-in > ul .sub-menu{
	background:#fff;
	border:none;
   }
   
   .navi-in > ul .sub-menu .item-label:after{
	 display:none;
	}
   
   .navi a{
	color:#1a1a1a;
	}
   
   .navi .item-label{
	position:relative;
	padding: 0 2em;
	}
   
   .navi li:first-child .item-label{
	border-left:1px solid #ddd;
   }
   
   .navi-in > ul .sub-menu li:first-child .item-label{
	border-left:0;
   }
   
   .navi .item-label:after{
	 width:1px;
	 background:#ddd;
	 height:100%;
	 position:absolute;
	 content:'';
	top: 50%;
	 right: 0;
	 transform: translateY(-50%);
	}
   
	.header_tel a:before{
	   display:none;
	}
   
   .content-in{
	background:#fff;
   }
   
   @media screen and (max-width: 767px) {

	.header_contents_wrap{
	 padding-left:.9em;
	 padding-right:.9em;
	}

	.header_contents:nth-of-type(2) {
		display: none;
	}
	   	span.tosyo{
		margin-left:0 !important;
	}

}

/*******************

ロゴフォント

****************************************/

.logo-font a{
	font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background: #005cab;
	background: -moz-linear-gradient(-45deg,  #005cab 0%, #36a0da 50%);
	background: -webkit-linear-gradient(-45deg,  #005cab 0%,#36a0da 50%);
	background: linear-gradient(135deg,  #005cab 0%,#36a0da 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005cab', endColorstr='#36a0da',GradientType=1 );
	font-weight:900;
	/*font-size:32px;*/
	  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	margin-bottom:0;
	}
	.logo-font{
		display: flex;
		justify-content: center;
		-webkit-text-fill-color: inherit !important;
		background: transparent !important;
		align-items: center;
		width:100%;
	}
.logo-font div.text{width:calc(100% - 120px);}

img.logo{
	width:100%;
	max-width: 160px;
}

.header_contents h1{
	    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:flex-start;
	align-items:center;
	margin:0;
	line-height: 0;
}
span.by{
    font-size: 12px;
	margin: 0 -5px 0 auto;
    font-weight: normal;
    line-height: 1.55;
    color: #656565 !important;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    max-width:100%;
   align-items: center;
}

span.by img{
	width:105px;
	vertical-align:middle;
	display:inline-block;
	margin-left:0;
   }
   
   span.tosyo img{
	   width:53px;
	   vertical-align:middle;
	   display:inline-block;
	   margin-right:10px;
	   margin-left: 5px;
	   height: auto;
	  }

span.tosyo{
    font-size: 9px;
    margin: 0 0 0 10px;
    font-weight: normal;
    line-height: 1.55;
    color: #656565 !important;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    max-width: 260px;
    align-items: center;
	letter-spacing: 0.046em;
}

	@media screen and (min-width: 768px) and (max-width: 945px){
	
	 .logo-font{
	   font-size:26px;
	  }
	
	  .logo-font span.by img{
		 width:60px;
		}

	
	 header .mail{
	   font-size:1.0rem;
	 }
	 .header_contents div.disp{
		display:block;
		margin-top: 5px !important;
	 }  
	
	}
	
	/**************
	 SP
	**************************/
	
	@media screen and (max-width: 767px) {
		.header{
			padding-top: 0.75em;
			padding-bottom: 0.75em;
		}

		img.logo{
			max-width:120px;
		}
		
		span.tosyo img{
			width: 38px;
			margin-left: 10px;	
		}
		
	 .logo-font a{
		 font-size:18px;
		     line-height: 1.0;
		}
		.logo-font span.by img{
			width: 80px !important;
		}				
		.logo-font a{
			font-size:19px;
		   }
	   
		   .logo-font span.by img {
			width: 80px !important;
		}
			
		   span.by{
			   font-size:10px;
			   margin-left: 3px;
			   margin-top: -5px;
		   }
		footer .logo-font{
		justify-content:center !important;
	}
	  .entry-title{
		 padding-top:0;
		 padding-left:0;
		 padding-right:0;
		}
		
		.header_contents div.disp{
			font-size:0.65rem;
			margin-bottom:0;
			margin-left: 0;
		}
	

	}

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

		p.br-sp{
			display: none;
		}

		.header_contents_wrap{
		 padding-left:.9em;
		 padding-right:.9em;
		}
	
		.sp_image{
		 display:block;
		}
	
		.sectTit{
		 font-size:12px;
		}
	
		.cta-wrap p.Center{
		 font-size:0.8rem;
		}

		.cta-wrap p{
			font-size: 14px;
		}
	
		.cta-wrap:after{
		 content:'';
		 background:#f2f2f2;
		 width:100vw;
		 height:100%;
		 position:absolute;
		 top:0;
		 left:calc(50% - 50vw);
		 z-index:-1;
		}
	
		.cta-wrap{
		 position:relative;
		 padding-left:0;
		 padding-right:0;
		}

		.column-right{
			margin-bottom: 0 !important;
		}
			
		.sect-text {
		margin-top:1em;
		}
	
		.cta-wrap .column-wrap{
			padding-left:.5em;
			padding-right:.5em;
		}
		
		.Cta--wrap .Hurf{
		 width:100%;
		}
		
		.Bnr .Cta--wrap .tel-wrap{
			padding:.25em !important;
		}
		
		.Bnr .Cta--wrap .Hurf{
			width:calc(98% / 2);
			margin-bottom:0 !important;
		}
		
		.Cta--wrap .Hurf:first-child{
		 margin-bottom:1em;
		}
	
		.Cta--wrap .Hurf:last-child{
		 margin-bottom:0;
		}
	
		.Cta--wrap .tel-wrap a.tel{
		 font-size:29px;
		}
	
		.Cta--wrap .tel-wrap a.tel:before{
		 left:5px;
			 width:35px;
		}
	
		.Cta--wrap .tel-wrap a.tel span.time{
		 font-size:12px;
		}
	
		.Bnr .tel-wrap a.tel:before{
		 width:20px;
			left:5px;
			top: 6px;
		}
	
		.Bnr .tel-wrap a.tel{
			font-family: 'Anton', sans-serif;
			font-size: 21.5px;
			padding-left: 0px;
			padding-right:0;
			padding-bottom: 0;
			padding-top: 0;
			font-weight: normal;
		}
	
		.sect-text, .sect-text p{
		 font-size:1.0rem;
		}
	
		.Bnr .tel-wrap a.tel span.time{
			font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
			font-weight: normal;
		 margin-left:auto;
		 font-size: 11px;
		 margin-top:0;
		 margin-right: auto;
		 text-align: center;
		}
	
	}

	/************* 電話アニメーション *****************/

.tel-icon{
	display: inline-block;
	background: url(images/phone-icon03.png) left 0px top 0px no-repeat;
	background-size: contain;
	height: 30px;
	margin: auto 5px auto auto;
	width: 30px;
	position: relative;
}

.sidebar .tel-icon, .post-cta-bottom .tel-icon{
	display: inline-block;
	background: url(images/phone-icon03.png) left 0px top 0 no-repeat;
	background-size: contain;
	height: 30px;
	margin: auto 8px auto auto;
	width: 30px;
	position: relative;
}

.header_tel .tel-icon{
	background: url(images/phone-icon03.png) left 0px top 0 no-repeat;
    background-size: contain;
	width:25px;
	height:25px;
}

.header_tel .signal-icon{
	top:12px;
	left: 15px;
}

.tel-wrap .tel-icon{
	height: 35px;
	width: 30px;
}

.signal-icon{
	position: absolute;
	top: 14px;
	left: 18px;
	color: #b00808 !important;
	transform: rotate(45deg);
}

.signal-icon:before,
.signal-icon:after{
	content: '';
	position: absolute;
	border: 3px solid transparent;
	border-top: solid 3px currentColor;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	animation-name: callSupportSignal;
	animation-duration: 1.4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}


.signal-icon:first-of-type:before{
	width: 11px;
	height: 11px;
	animation-delay: -1.16s;
}
.signal-icon:first-of-type:after{
	width: 24px;
	height: 24px;
	animation-delay: -1.08s;
}


.tel-wrap .signal-icon{
   top:20px;
   left:17px;
}

.tel-wrap .signal-icon:first-of-type:before{
	width: 20px;
	height: 20px;
	animation-delay: -1.16s;
}
.tel-wrap .signal-icon:first-of-type:after{
	width: 34px;
	height: 34px;
	animation-delay: -1.08s;
}

@keyframes callSupportSignal {
  8%, 64% { opacity: 1; }
  78% { opacity: 0; }
}

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

	.tel-icon{
	 margin-right:8px;
	 background: url(images/phone-icon03.png) left 0px top 0 no-repeat;
	 background-size: contain;
	}

	.tel-icon{
		height: 20px;
		width: 20px;
	}

	.tel-wrap .tel-icon{
		height: 22px;
		width: 22px;
	}

	.cta .tel-icon{
		background: url(images/phone-icon03.png) left 0px top 0 no-repeat;
		background-size: contain;
	}

	.Bnr .tel-wrap .signal-icon{
		left:17px;
		top:19px;
	}
	
	.tel-wrap .signal-icon:first-of-type:before{
		width: 20px;
		height: 11px;
	}

	.Bnr .tel-wrap .signal-icon:first-of-type:before {
		width: 15px;
		height: 11px;
	}

	.Bnr .tel-wrap .signal-icon:first-of-type:after {
		width: 21px;
		height: 23px;
	}

	.Bnr .tel-wrap .tel-icon{
		margin-right:3px;
	}
	
	.tel-wrap .signal-icon:first-of-type:after{
		width: 24px;
		height: 22px;
	}
	
	.tel-wrap .signal-icon{
	top:19px;
	left:20px;
	}

	.cta .tel-wrap .signal-icon{
		top: 17px;
		left:20px;
	}

	.signal-icon:before,
	.signal-icon:after{
		transform: translate(-90%, -50%);
	}

	.signal-icon:first-of-type:before{
	 width:18px;
	}

}

/*******************

目次へ戻る

****************************************/

.fixed-toc{
 position:fixed;
 right:1em;
 bottom:170px;
 z-index:5;
 opacity:0.9;
 display: flex;
 flex-direction: column;
 row-gap: .5em;
 align-items: center;
 }

.fixed-toc img{
 display:block;
 width:80px;
 margin: .5em auto 0;
}

.fixed-toc .Bnr.Inner{
 width:80px;
 height:80px;
}

.side__fixed{
	width: 80px;
	 right:1em;
 bottom:170px;
 z-index:5;
 position: fixed;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
	.chat__btn__fixed{
		display: none !important;
	}
	.footer--btn{
		max-width: 80px;
		position: fixed;
		z-index: 1000;
		right:1em;
		bottom:100px;
		display: block ;
	}
	.side__fixed__pc{
    right: 110px;
    bottom: 100px;
    z-index: 999;
    position: fixed;
	}
}
/**************
 SP
**************************/

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

	.footer--btn{
		display: none !important;
	}

.fixed-toc{
 right:5px;
 bottom:130px;
 width:80px;
 }
.fixed-toc img, .chat__btn__fixed{
	width: 80px;
	margin: 0;
}
.chat__btn__fixed img{
	width: 100%;
}
.entry-content{
	 margin-bottom:1em;
	}

	.mobile-menu-buttons{
		display:none !important;
	}
	
}


@media screen and (max-width: 767px) {
	.toc{
		padding:.5em;
	}
	
	.article ol li a:first-child{
		font-size:0.9rem;
	}

	.toc .toc-list ol li a{
		font-size:0.8rem;
	}
	
	.article ol.toc-list li ol{
		margin-left:.5em;
        letter-spacing:-1px;
	}
	
	.toc.tnt-number-detail ol{
		line-height:1.8;
	}
	
	.toc.tnt-number-detail ol{
		margin-top:0;
	}
	
}

/*******************

メディア掲載

****************************************/

dl.media{
	padding:.5em 0;
	border-top:1px solid #ddd;
	margin:auto;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:flex-start;
	align-items:center;
}

dl.media dt{
	width:15%;
	padding:.5em;
}

dl.media dt img{
	max-width:100%;
}

dl.media dd{
	width:75%;
	padding:.5em;
	font-size:0.9rem;	
}

dl.media dd p{
	margin-bottom:0;
}

dl.media:last-child{
	border-bottom:1px solid #ddd;
}
@media screen and (max-width: 767px) {
dl.media dt{
	width:25%;
}
}
.bottom_menu_contents .Hurf.full{
	margin-left: auto;
	margin-right: auto;
	width:100%;
}

.column-left.none, .cta_contents_item_border.none{
	display:none;
}

/*.cta_side_item.none{
display:none;
}*/

.column-right.full, .cta_side_item.full{
	margin-left: auto;
	margin-right: auto;
	max-width:600px;
}

 /**************
監修者ページ
**************************/

.supervision__wrap{
    padding: 40px;
    border-radius: 10px;
    background-color: #fafafa;
    border: 1px solid #f2f2f2;
	display:flex;
	flex-wrap: wrap;
}

.supervision__wrap .icon{
    background: #777;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    padding: 0 8px;
    line-height: 1.6;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    margin-right: auto;
    margin-bottom: 4px;
}

.supervision__wrap .images img{
	border-radius:50%;
    width:120px;
	height:120px;
	min-width:120px;
	min-height:120px;
}

article.entry-card h2.entry-card-title{
 background:transparent;
 color:#000;
 font-size: 18px;
 margin: 0 0 5px 0;
 line-height: 1.2;
 font-weight: bold;
 padding:0;
}

.supervision__wrap .text h3:first-of-type{
	margin-top: 0;
	font-size: 1.65rem;
}

.supervision__wrap .text p{
	font-size: 0.975rem;
}

.supervision__wrap .text h3:first-child span{
	display: inline-block;
	margin-right:5px;
}

.supervision__wrap .text{
	padding-left:15px;
	width:calc(100% - 130px);
}

.supervision__wrap .name{
	 font-size:1.3rem;
	 font-weight: bold;
}

.supervision__wrap .position{
	border-radius:12px;
	background: #252525;
	color: #fff;
	text-align: center;
	padding:10px;
	display: inline-block;
	margin-bottom: 5px;
}

.supervision__wrap h3::before{
	display:none;
}

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

	.supervision__wrap{
		padding:1em;
	}
	.supervision__wrap .images img {
		border-radius: 50%;
		width: 60px;
		height: 60px;
		min-width: 60px;
		min-height: 60px;
	}

	.supervision__wrap .text {
		width: calc(100% - 70px);
	}

	.supervision__wrap .text h3:first-child{
		font-size: 1.2rem;
	}

	article.entry-card h2.entry-card-title{
		font-size: 16px;
	}

}

.cta .Hurf.none, .bottom_menu_contents.none{
	display:none;
}

.cta .Hurf.full, .cta-wrap .cta_contents_item.full{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	max-width:600px;
}

.cvarea_fixed .cta .Hurf.full{
	max-width: 49%;
	margin: auto;
	display: block;
}

.bottom_menu_contents.full, .cta_side_item.full{
	margin-left:auto;
	margin-right:auto;
}

.cta_contents_item_border.none, .cta-wrap .Hurf.none{
	display:none;
}

/**********記事下ＣＴＡ************/

.cta__wrap{
	margin:0 auto 2em;
}

.cta__wrap h2::before{
	display:none;
}

.cta__wrap th, .cta__wrap td{
	padding:.5em;
	font-size:0.9rem;
}

.cta__wrap input, .cta__wrap select, .cta__wrap textarea{
	font-size:0.95rem;
	padding:.7em;
}

.cta__wrap select.wpcf7-select{
	margin-bottom:.5em;
}

.cta__wrap tr:first-child td select{
	margin-bottom:0;
}

.cta__wrap p{
	margin-bottom:0;
}

.cta__wrap textarea{
	min-height:80px !important;
	height:80px;
}
.cta__wrap .wpcf7{
    padding: 1em;
    border: 5px solid var(--keyColor);
}
.cta__wrap td br{
	display:none;
}

.cta__wrap .wpcf7-not-valid-tip{
	font-size:0.8rem;
}

.cta__wrap #zip{
	margin-bottom:.5em;
}

.cta__wrap center{
	font-size:0.9rem;
	margin:.5em auto;
}

.cta__wrap input[type='submit']{
	padding:1em;
	font-size:1.0rem;
}

.wpcf7-spinner{
	display:none !important;
}

.side__cta__wrap th, .side__cta__wrap td{
	padding:.3em 0;
	border:none;
}

.side__cta__wrap td{
	padding:.15em 0;
}

.side__cta__wrap textarea{
    min-height: 100px !important;
	height: 80px;
	font-size:0.9rem;
}

.side__cta__wrap input, .side__cta__wrap select{
	font-size:0.9rem;
	padding:.3em;
	border-radius:0;
}

.side__cta__wrap select{
	margin-bottom:.5em;
}

.side__cta__wrap center p{
	font-size:0.8rem;
	margin:0 auto 5px;
}

.side__cta__wrap table{
	margin-bottom:0;
}

.side__cta__wrap p{
	margin:0;
}

.side__cta__wrap input[type='submit']{
	padding:.75em;
	font-size:0.95rem;
	border-radius:0.26em;
}

.side__cta__wrap #zip{
	margin-bottom:10px;
}

.side__cta__wrap .wpcf7-not-valid-tip{
	font-size:0.8rem;
}

.side__cta__wrap td br{
	display:none;
}

.side__cta__wrap .wpcf7 form .wpcf7-response-output{
	margin-top:2px auto 0;
	font-size:0.7rem;
}

.sidebar-scroll .toc-widget-box{
	max-height:200px;
	overflow-y:auto;
}

.side__cta__wrap .wpcf7{
	padding:.5em;
	border:3px solid var(--keyColor);
}

span.text_red {
    background: #fe0000;
    padding: 0.2em 0.75em 0.2em 0.75em;
    color: #fff;
    font-size: 0.65rem;
    margin-left: 0.3em;
    text-align: center;
    border-radius: 1.35em;
    line-height: 1.0;
}

input[type='submit'], #bbp_reply_submit, .bp-login-widget-register-link a {
    background: #de2304;
    color: #fff;
    border: none;
    border-radius: 8px;
    color: #fff;
    border-bottom: 3px solid #c21c00;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 1em 1em 1em 1em;
    font-size: 1.3rem;
    max-width: 450px;
}

#zip {
    width: 50%;
}

.tel--wrap .header_cta_tel {
    font-size: 40px;
}

.header_tel a {
    color: #000;
}

.tel--wrap .time {
    font-size: 14px;
}

.tel--wrap p.min {
    font-weight: 300;
    margin-top: 0.5em;
    font-size: 12px;
    margin-bottom: 0;
}

.header_tel {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.3;
    text-align: center;
    margin-top: -3px;
}

.tel--wrap {
    border: 1px solid #ccc;
}

.tel--wrap .header_tel p{
	margin-bottom:0;
}

.bg--gray {
    padding: 1em;
    background: #fafaf9;
    margin: 0 auto 1em auto;
}

.bg--gray ul.disc {
    color: #1a1a1a;
    list-style: disc;
    margin:0 auto 0 1em;
}

.bg--gray ul.disc li:not(:last-child) {
    margin-bottom: 0.5em;
}

.header_tel_title {
    background: #ccc;
    color: #1a1a1a;
    padding: 3px;
    line-height: 1.2;
    width: 100%;
    text-align: center;
    font-size: 0.7rem;
    font-family: 'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 400;
	align-items: center;
	display: flex;
	justify-content: center;
}
.header_tel_title::before,
.header_tel_title::after {
  content: "";
  height: 1px;
  width: 10px;
border-radius:2px;
	background:#000;
}
.header_tel_title::before {
  margin-right: 0px;
  transform: rotate(60deg);
}
.header_tel_title::after {
  margin-left: 0px;
  transform: rotate(-60deg);
}
.tel--wrap .header_tel {
    padding: 0.2em 1em 0.355em;
}

.header_cta_tel {
    letter-spacing: 2px;
    margin-bottom: 3px;
    font-family: 'Anton', sans-serif;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
.cta__wrap th{
	font-size:1.0rem;
}
	.cta__wrap td{
		padding:.75em;
	}
	.cta__wrap th, .cta__wrap td{
		display:block;
		width:100%;
	}
.toc .toc-list ol li ol li a, ol.toc-list li ol > li > ol > li:before{
    font-size: 0.7rem !important;
}
	table.comm_mb20 th, table.comm_mb20 td{
	display:block;
	width:100%;
}
	table.comm_mb20 th p, table.comm_mb20 td p{
		margin-bottom:0;
	}

}

/************************************
** 罫線枠
************************************/

.Block-border{
	border:2px solid #777;
	margin:2em auto;
}

.Block-border .Title{
	background:#999;
	color:#fff;
	padding:.5em;
	text-align:center;
	font-size:1.25rem;
}

.Block-border .Text{
	padding:.5em;
	background:#fff;
}

.Block-border p{
 margin-bottom:.5em;
}

.Block-border p b{
	font-size:1.1rem !important;
}

.Block-border p:last-child{
 margin-bottom:0;
}

.Block-border p{
	font-size:1.0rem;
}
	

	.Block-border .Title{
	font-size:1.15rem !important;
}

.footer__links__wrap{
	background: #006196;
	padding: 0.75em;
}

.footer__links__wrap .Inner {
    max-width: 1000px;
    margin: auto;
    display: flex;
    justify-content: center;
    font-size: 16px;
    align-items: center;
    color: #fff;
}

.footer__links__wrap .Inner a{
	color: #fff;
	text-decoration:underline;
}

.footer__links__wrap .Inner a:hover{
		text-decoration:none;
}

.footer__links__wrap .Inner a:first-child::before{
		content:'|';
	display:inline-block;
	padding:0 10px;
}

.footer__links__wrap .Inner a::after{
	content:'|';
	display:inline-block;
	padding:0 10px;
}
.footer__links__wrap .title{
	font-weight:bold;
	text-align:center;
	margin-bottom:.25em;
	color:#fff;
}
@media screen and (max-width: 767px) {
	.footer__links__wrap .Inner{
		flex-direction:column;
		flex-wrap:wrap;
	}
	
	.footer__links__wrap .Inner a::before{
		    content: '|';
    display: inline-block;
    padding: 0 10px;
	}
	
}
.accordion-container {
  width: 100%;
  margin-bottom:2em;
}

.accordion-container dl{
 margin-bottom:0;
}

.accordion-list:not(:first-child) {
  margin-top: 10px;
}

.accordion-title {
  background: #fff;
  cursor: pointer;
  font-size: 17px;
  padding:1em;
  position: relative;
	  border-bottom: 1px solid #ccc;
  border-left:none;
}

.accordion-title:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #ccc;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.accordion-title:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #ccc;
  transition: all .3s ease-in-out;
}

.accordion-title.open:before {
  transform: rotate(180deg);
}
.accordion-title.open:after {
  opacity: 0;
}

.accordion-title .ico{
	padding-left:10px;
}

.accordion-text {
  display: none;
  padding: 1em;
	position:relative;
}

.ico:before {
    content: 'Q';
    color: var(--keyColor);
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0.5em;
}

.accordion-text .anther:before{
  content:'A';
  color: var(--bgOrange);
  font-size:20px;
  font-weight:bold;
  position:absolute;
  left:0;
  top:.75em;
 }

.accordion-text .anther{
	padding-left:10px;
}

@media screen and (max-width: 767px){
	.accordion-container{
		padding:0 1em;
	}
	.accordion-title:before, .accordion-title:after{
		right:0;
	}
	
	}

table.company th{
	border:none;
	border-bottom:1px solid #262626;
	padding:.75em;
	font-size:0.9rem;
	width:20%;
}

table.company td{
	border:none;
	border-bottom:1px solid #262626;
	padding:.75em;
}

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

.profile__flex .item{
	width:35%;
}

.profile__flex .text{
	width:62%;
}

@media screen and (max-width: 767px) {
	table.company th{
		width:30%;
	}
	.profile__flex .item{
	width:100%;
	margin:0 auto 1em;
}

.profile__flex .text{
	width:100%;
}
}

/**************スタッフ紹介*******************/

.icon {
    background: #eae8e0;
    padding: 5px;
    line-height: 1.0;
    text-align: center;
    font-size: 0.9rem;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 5px;
}

.icon br{
	display:none;
}

.icon-price {
    font-size: 1.1rem;
    margin-right: 5px;
    margin-bottom: 10px;
}
.Staff_name {
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 1em;
}

.Staff_name span {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 0.5em;
    font-weight: normal;
    font-size: 0.9rem;
}

.flex_wrapper .three p{
	font-size:0.9rem;
}

/**************
 お客様の声
**************************/

.wood_wrap{
background: #fffbf0;
padding:5% 2.5% 5% 2.5%;
color:#000 !important;
}

.wood_wrap h2{
 margin-bottom:0;
}

.wood_wrap h2.review .title_count{
 background:transparent;
}

.Flex-wrap{
display:flex;
width:100%;
    flex-direction: row;
    flex-wrap: wrap;
justify-content: flex-start;
max-width:1000px;
margin:0 auto 0 auto;
}

.Flex-wrap .Fourth.review{
  position:relative;
  display:flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  padding:.75em;
  background:#fff;
 height:auto;
 border:1px solid #eee;
 }

.Flex-wrap .Fourth.review p.Center{
 margin-bottom:.5em;
 }

.Flex-wrap .Fourth.review{
 text-align:left;
 }

.Flex-wrap .Fourth.review img{
 border:1px solid #ddd;
 }

.Flex-wrap .Fourth.review div:nth-of-type(1){
	min-height:200px;
}

.Flex-wrap .Fourth.review div.auto:nth-of-type(1){
	min-height:auto;
}

.Flex-wrap .Fourth p.mod-title{
 font-size:1.0rem;
 margin-bottom:5px;
 line-height:1.5;
 font-weight:900;
 min-height:72px;
color:#424242;
}


.Flex-wrap .Fourth p.name{
 font-size:0.9rem;
 font-weight:500 !important;
 margin-bottom:0;
}

.Flex-wrap .Fourth p.name span{
 display:inline-block;
 font-size:0.8rem;
 margin-left:1em;
 font-weight:300 !important;
}
.Flex-wrap.inherit{
    align-items: inherit !important;
}

.Flex-wrap .Fourth{
 width:calc(97% / 3);
 margin-top:1em;
 margin-right:1%;
}

.Flex-wrap .Fourth.review:nth-of-type(-n+3){
	margin-top:0;
}

.Flex-wrap .Fourth:nth-of-type(3n){
 margin-right:0;
}

.Flex-wrap.wrap{
    flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top:0;
  margin-bottom:0;
  border:0;
  padding:0;
}

.Flex-wrap .Fourth a img {
    border: 1px solid #ddd;
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.cat-title{
	font-weight:bold;
	font-size:1.3rem;
	margin-bottom:5px;
	text-align:center;
}

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

	.Flex-wrap .Fourth p.mod-title{
	 min-height:auto;
	 }

	.Flex-wrap .Fourth{
	 width:calc(100% / 1);
	 margin-bottom:1em;
	}
	.Flex-wrap .Fourth a img{
		height:auto;
	 }
	
	table th, table td p, dl.media dd p{
		font-size:0.8rem;
	}
	
	table td iframe{
		max-height:250px;
	}

	.Flex-wrap .Fourth.review div:nth-of-type(1){
	min-height:auto;
   }
	
 }

/**************

新規CTA

**************************/

.cta-top{
 background:#fff;
 margin:0 auto;
}

section.cta{
 margin-top:0;
 margin-bottom:0;
}

section.cta .comm_contents{
 max-width:1000px;
}

section.cta a:hover{
 opacity:0.75;
 text-decoration:none;
}

span.yellow {
    color: #fffc00;
}

.Cta--blue-top {
    background: #2540a7;
    padding: 0.75em 0.55em;
    position: relative;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 1.5em;
}

.Flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
	align-items:center;
}

.Flex.align__start{
	align-items: flex-start;
}

.Flex .Hurf {
    width: calc(98% / 2);
    position: relative;
}

.Flex__space{
    justify-content: space-between;
}

.Cta--blue-top .Flex .Item:first-child {
    width: 30%;
    padding-right: 0.5em;
    border-right: 2px solid #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.Cta--blue-top .Flex .Item:nth-of-type(2) {
    width: 70%;
    padding-left: 0.5em;
    text-align: center;
    font-size:1.45rem;
}

.Cta--blue-top:after {
    /*content: '';*/
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #253fa7 transparent transparent transparent;
}

.Cta--blue-top .Flex .Wh-icon {
    background: #2540a7;
    padding: 0.5em;
    font-weight: bold;
    text-align: center;
    line-height: 1.0;
    color: #fff;
    margin-right: 10px;
}

.Cta--blue-top span.Seconds {
    font-size: 45px;
    font-family: 'Inter', sans-serif;
}

section.cta .Inner {
    background: #fff;
    padding: 0;
}

.cta .tel-top {
    margin-top: 0em;
    margin-bottom: 0em;
    font-size: 0.95rem;
    text-align: center;
}

.cta .tel-wrap p{
	margin-bottom:0;
}

.cta .mail.mail-min:before {
    content: '';
    background: url(images/mail_logo.svg)no-repeat;
    background-size: contain;
    margin-right: 0.5em;
    width: 45px;
    height: 45px;
    display: inline-block;
    position: absolute;
    left: 0.5em;
    top: 50%;
  transform: translateY(-50%);
}
.cta .mail{
	font-size:1.45rem;
}

.cta .mail:after {
    font-family: "FontAwesome";
    content: '\f105';
    position: absolute;
    right: 0.35em;
    font-size: 40px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
}

.column-right .mail:after{
	display: none;
}

.cta .mail span.top {
    margin-bottom: 0em;
    font-size: 20px;
    display: inline-block;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.Cta--blue-top .Flex .Wh-icon {
    background: #fff;
    padding: 0.5em;
    font-weight: bold;
    text-align: center;
    line-height: 1.0;
    color: #2540a7;
    margin-right: 10px;
}

.Cta--blue-top span.Seconds {
    font-size: 50px;
    font-family: 'Anton', sans-serif;
    font-weight:normal;
    letter-spacing:1px;
}


.shiny-btn {
    position: relative;
}

.cta .tel-wrap {
    background: #fff;
    position: relative;
    border: 1px solid #ddd;
    padding: .5em;
    text-align: center;
    margin-top:0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.cta .tel-wrap .Img {
    width: 120px;
    margin-right:5px;
	display:none;
}

.cta .tel-wrap a.tel {
    font-size: 44px;
    font-weight: normal;
    font-family: 'Anton', sans-serif;
    text-align: center;
    position: relative;
    line-height: 1.25;
    padding-top: 0;
    letter-spacing: 0.08em;
    margin: 0;
    color: #b00808;
    display: inline-block;
    padding-left: 50px;
}

.cta .tel-wrap span.time {
    color: #1a1a1a;
    text-align: left;
    padding-left: 0;
    font-size: 0.9rem;
    display:block;
}

.cta .tel-wrap span.time br{
	display: none;
}

.cta .tel-wrap a.tel:before {
    content: '';
    background: url(images/free-icon.svg)no-repeat left top;
    position: absolute;
    left: 0px;
    top: 12px;
    background-size: contain;
    width: 45px;
    height: 50px;
    margin-right: 5px;
	display:none;
}

.cta .tel-wrap a.tel:hover{
 text-decoration:none;
 opacity:0.75;
}

.line a:hover{
 opacity:0.75;
}

.cta .tel-wrap a.tel{
	padding-left:0;
}

table.company a{
	text-decoration:none;
}
.Cta--wrap.Center{
	justify-content: center;
}

 .cta_contents_item a.mail .top{
	background: #fff;
	color:#c21c00;
	font-size: 0.8rem;
	padding: .45em;
	text-align: center;
	display: block;
	margin: 0 auto .5em;
	max-width: max-content;
 }

 .cta_contents_item a.mail.Center{
	width:100% !important;
	margin: 0 auto 1em;
	max-width:500px;
	padding: .5em .45em;
	font-size: 1.15rem;
}
@media screen and (max-width: 768px) {
	.cta_contents_item a.mail.Center{
		margin-bottom: 0;
	}
	.cta_contents_item a.mail.Center{
		font-size: 1.0rem;
	}
}
/**************

sp

**************************/

@media screen and (max-width: 767px){
	
			img.logo{
			max-width:120px;
		}
		
		span.tosyo img{
		width: 38px;
		margin-left: 10px;	
		}
		
	 .logo-font a{
		 font-size:18px;
		     line-height: 1.0;
		}

	section.cta {
	    margin-bottom:1em;
	    margin-top:0;
	    padding-left:0;
	    padding-right:0;
	    background: #fff;
	}

	.Flex .Hurf {
	    width: calc(100% / 1);
	}

	.Flex .Hurf:first-child{
	 margin-bottom:1em;
	}

	section.cta .Inner{
	 padding-left:0;
	 padding-right:0;
	}

	.cta .tel-top {
	    font-size: 0.85rem;
	}

	.cta .tel-wrap{
	 margin-top:0;
	}

	.Cta--blue-top {
	    font-size: 1.0rem;
	}

	.Cta--blue-top .Flex .Item:first-child {
	    line-height: 1.2;
	    width:100%;
	}

	.Cta--blue-top .Flex .Item:first-child {
	    padding: 0 0 0.22em 0;
	    border-bottom: 1px solid #fff;
	    margin-bottom: 0.35em;
	    border-right: none;
	}

	.Cta--blue-top .Flex .Item:nth-of-type(2) {
	    padding-left: 0;
	    width:100%;
	    font-size:1.35rem;
	}

	.Cta--blue-top:after{
	 bottom:-15px;
	}

	.cta .tel-wrap span.time {
	    padding: 0;
	    display: block;
	    text-align: center;
	    font-size: 0.7rem;
	}

	.cta .tel-wrap .Img {
	    display: none;
	}

	.cta .tel-wrap a.tel {
	    margin-left: auto;
	    margin-right: auto;
	    padding-left: 0px;
	    font-size: 34px;
	    text-align: center;
	    display: block;
	}

	.cta .tel-wrap a.tel:before {
	    width: 35px;
	    height: 40px;
	    left: 0;
	    top: 5px;
	}

	.cta .mail{
	 font-size:1.3rem;
	}

	.cta .mail.mail-min:before{
		width: 28px;
        height: 28px;
        top: 30%;
        transform: translateY(-30%);
		}

}

/************* テーブル横スクロール *************/

.scroll-hint:after {
    content: "";
    width: 34px;
    height: 14px;
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left:-10px;
    background: url(images/arrow-scroll.svg)no-repeat;
    opacity: 1;
    transition-delay: 2.4s;
}

.scroll-hint:before {
	content: "";
    display: block;
    width: 40px;
    height:20px;
}

.table-container {
  position: relative;
  overflow-x: scroll;
  white-space: nowrap;
}

.table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
	min-width:1200px;
}

.scroll-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  display: none;
  animation: scroll-hint-animation 2s infinite ease;
}

.toc-checkbox{
	display:none !important;
}

@keyframes scroll-hint-animation {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-40%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

.scroll-hint--show {
  display: block;
}

.cta a + p{
	display:none;
}

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

.nouhau_red{
	font-weight:bold;
	color:#f73939;
	}

.fukidashi__wrap{
	border:7px solid var(--keyColor);
padding: .3em;
    position: relative;
    max-width: 550px;
    margin: auto;
	overflow:hidden;
}

.fukidashi__wrap p{
	font-size: 1.0rem;
	text-align: center;
	margin:0;
}

.fukidashi__wrap .Inner{
	display: flex;
	column-gap: 10px;
	align-items: center;
	justify-content: center;
}

.fukidashi__wrap .Inner picture{
    width: 100px;
    height: 100px;
	background: url(images/operator.png)no-repeat right bottom;
	background-size: contain;
}

.fukidashi__wrap:hover .Inner picture{
	width: 100px;
	height: 100px;
	background: url(images/operator_hover.png)no-repeat center top;
	background-size: contain;
}

.balloon-left {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 1.5em 0 1.5em 15px;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	width: 80%;
	color: #555;
	font-size: 18px;
	background: #e0edff;
	border: 3px solid #000;
  }
  
  .balloon-left:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -33px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #000;
	z-index: 3;
  }
  
  .balloon-left p {
	margin: 0;
	padding: 0;
	font-size: 18px;
  }

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

	.balloon-left{
		margin-top: 0;
		margin-bottom: 0;
	}
	.balloon-left p {
		margin: 0;
		padding: 0;
		font-size: 16px;
	  }
	  .balloon-left:before{
		top:25%;
	  }
  }

  .btn-sink{
display: block;
    margin: 0;
    padding: 12px 12px;
    width: 60%;
    border-radius: 5px;
    background: #de2304;
    text-align: center;
    box-shadow: 0 4px 0 #dcdcdc;
    font-size: 24px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
  }
  
  .fukidashi__wrap:hover .btn-sink{
	box-shadow:none;
	position:relative;
	top:4px;
	color:#fff;
	text-decoration: none;
  }
  .updown {
	animation: yureru-updown 4s infinite;
	width: 30px;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	background: url(images/headset.png)no-repeat;
	background-size: contain;
	height: 25px;
}
.speechBubble {
  position: relative;
  display: inline-block;
  margin-left:-5px;
  padding: 16px;
  border: 2px solid #000000;
  border-radius: 12px;
  background-color: #fff;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}

.speechBubble::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 16px 16px 0 0;
  border-color: transparent #000000 transparent transparent;
  translate: -100% -50%;
  transform: skew(0, -10deg);
  transform-origin: right;
}

.speechBubble::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 11.2px 11.2px 0 0;
  border-color: transparent #fff transparent transparent;
  translate: -100% calc(-50% + 0.4px);
  transform: skew(0, -10deg);
  transform-origin: right;
}

@keyframes yureru-updown {
	0% {
		transform: translate(0px, 2px);
	}
	5% {
		transform: translate(0px, -2px);
	}
	10% {
		transform: translate(0px, 2px);
	}
	15% {
		transform: translate(0px, -2px);
	}
	20% {
		transform: translate(0px, 2px);
	}
	25% {
		transform: translate(0px, -2px);
	}
	30% {
		transform: translate(0px, 0px);
	}
}


  @media screen and (max-width: 767px) {
	  
	  .speechBubble{
		  padding:7px;
	  }
	  .speechBubble p br-sp{
		  display:none;
	  }
	.updown{
		width: 28px;
		height: 18px;
	}

	.btn-sink{
		width:100%;
		font-size: 0.85rem;
	}

	.fukidashi__wrap{
		padding: .3em;
		margin-bottom:.5em;
	}
	.fukidashi__wrap p{
		font-size: 0.75rem;
		margin-bottom: 0;
	}
	  .fukidashi__wrap p .br-sp{
		  display:none;
	  }
	  .fukidashi__wrap .Inner picture{
        width: 110px;
        height: 90px;
        margin-bottom: 0;
		max-height: 90px;
	  }
	  .fukidashi__wrap:hover .Inner picture {
		width: 110px;
		height: 90px;
		background: url(images/operator_hover.png) no-repeat center bottom;
		background-size: contain;
	}
	      .speechBubble {
        padding: 5px;
    }
  }

  .wpcf7 table p:last-child{
	margin-bottom: 0;
  }

  .notice-area-wrap.media{
	padding:5px 0 0;
	background: #f9e85a !important;
  }

  .notice-area-wrap.media #notice-area {
    background-color: #f9e85a;
}

.drawer__cta__title {
    position: relative;
    padding: 1rem 14px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.drawer__cta__title::before,
.drawer__cta__title::after {
    position: absolute;
    top: 15px;
    height: 1.8rem;
    content: '';
}

.drawer__cta__title::before {
    border-left: solid 1px;
    left: 80px;
    transform: rotate(-30deg);
}

.drawer__cta__title::after {
    border-right: solid 1px;
    right: 80px;
    transform: rotate(30deg);
}

.Bnr__img a .toptext{
	border:3px solid #de2304;
	border-radius: 3.6em;
	padding: 2px .5em;
	text-align: center;
	background: #fff;
	color:#de2304;
	font-weight: 600;
	font-size: 1.0rem;
	display: block;
	margin:0px auto 5px;
	max-width: 60%;
}
.Bnr .Bnr__img__inner a.mail{
	font-size: 1.4rem;
	padding:.75em .5em .75em;
}
.Bnr .Bnr__img__inner a.mail:before{
	display: none;
}

.Bnr .Bnr__img__inner a.mail div{
	line-height: 1.1;
}
.ftb.Hurf.none{
	display: none;
}

@media screen and (max-width: 767px) {
	.Bnr__img a .toptext{
		max-width: 99%;
		font-size: 9px;
		padding:1px 5px;
		margin-bottom: 3px;
	}

	.Bnr .Bnr__img__inner a.mail{
		font-size: 0.75rem;
	}
	.Bnr .Bnr__img__inner a.mail{
		padding:1em .5em 1.5em;
	}
}

.footer-bottom-content.flex{
display: flex !important;
    column-gap: 5%;
    min-width: 50%;
    justify-content: flex-end;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    float: none;
}

.footer-bottom-content.flex ul{
	display:flex;
	flex-direction:column;
	gap:.5vh 2%;
	list-style:none;
	text-align:left;
	margin-bottom:0;
}


.footer-bottom-content.flex ul .sub-menu{
	margin-left:.5em;
	font-size:0.9rem;
	margin-top:0;
	margin-bottom:0;
}

.footer-bottom-content.flex ul .sub-menu li:before{
	content:'└';
	display:inline-block;
	margin-right:5px;
	color:#000;
}
.copyright{
	font-size:0.75rem;
	text-align:right;
	padding-bottom:2em;
}

.footer-bottom-logo{
	position:relative;
	display:flex;
	margin-top:1em;
}

.footer-bottom-content.flex ul a, .footer-bottom-content.flex ul .sub-menu a{
	color:#000 !important;
	text-decoration:none !important;
	border:none !important;
}
.copyright{
	color:#000;
}
@media screen and (max-width: 767px) {
	.footer-bottom-content.flex{
		justify-content:center;
	}
	.copyright{
		text-align:center;
	}
	.menu-footer-navi1-container, .menu-footer-navi2-container{
		gap:0 1%;
		width:calc(99% / 2);
		font-size:0.9rem
	}
	.footer-bottom-content.flex > ul a{
		font-size:0.9rem;
	}
}

/*******************

パンくずリスト

****************************************/

.breadcrumbs-wrap{
  background:#ededed;
  font-size:12px;
 }

.breadcrumbs-wrap .breadcrumbs{
  padding:5px 0;
  max-width:1256px;
  margin:auto;
 }

/**************
 SP
**************************/

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

 .breadcrumbs-wrap .breadcrumbs{
  padding:5px 16px;
 }

}
/*******************

ロゴフォント

****************************************/
.logo-font{
display:flex;
justify-content:center;
    -webkit-text-fill-color: inherit !important;
background: transparent !important;
align-items: center;
}

.logo-font span.by img{
	width:105px !important;
}

.logo-font a{
font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
background: #005cab;
background: -moz-linear-gradient(-45deg,  #005cab 0%, #36a0da 50%);
background: -webkit-linear-gradient(-45deg,  #005cab 0%,#36a0da 50%);
background: linear-gradient(135deg,  #005cab 0%,#36a0da 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005cab', endColorstr='#36a0da',GradientType=1 );
font-weight:900;
font-size:32px;
margin-bottom:0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
line-height: 1.12;
}

span.by img{
 width:110px;
 vertical-align:middle;
 display:inline-block;
 margin-left:0;
}

span.tosyo img{
	width:53px;
	vertical-align:middle;
	display:inline-block;
	margin-right:10px;
	margin-left: 5px;
	height: auto;
   }

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

 .logo-font a{
   font-size:26px;
  }

  .logo-font span.by img{
	 width:60px;
	}

	header .mail{
	font-size:1.0rem;
	}

}

/**************
 SP
**************************/

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

 .logo-font a{
	 font-size:19px;
	}

.logo-font span.by img{
    width: 80px !important;
}

	span.by{
		font-size:10px;
	}

  .entry-title{
	 padding-top:0;
	 padding-left:0;
	 padding-right:0;
	}

 .header_contents div.disp{
	 display:block;
	 margin-top: 5px !important;
	}
	span.tosyo{
		margin-left:0;
	}
	span.tosyo img{
		width:40px;
	}
	span.by{
		font-size: 9px;
		margin: 0;
	}

}
/*******************cta追加**********************/
.Cta--wrap .tel-wrap a.tel span.time, .Cta--wrap .tel-wrap a.footer-tel span.time{
 font-size:12px;
 font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.Cta--wrap .tel-wrap a.tel{
	text-decoration:none;
}

.Cta--wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
	align-items:center;
}

.Cta--wrap.Center{
	justify-content: center;
}

.Cta--wrap .Hurf{
 width:calc(98% / 2);
 margin-bottom:1em;
}

.Cta--wrap .tel-wrap {
    background: #fff;
    position: relative;
    border: 2px solid #ccc;
    padding: 0.6em;
    text-align: center;
}
.Bnr .Cta--wrap .tel-wrap{
	padding:0.4em;
}
.Bnr .Cta--wrap .Hurf{
	margin-bottom:0;
}

a.footer-tel, .Cta--wrap .tel-wrap a.tel{
    font-size: 34px;
    font-weight: normal;
    font-family: 'Anton', sans-serif;
    text-align: center;
    position: relative;
    line-height: 1.25;
    padding-left: 0px;
    padding-top: 0;
    letter-spacing: 0.02em;
    margin: 0 auto 0 auto;
    color: #b00808;
    display: inline-block;
}

.Cta--wrap .tel-wrap a.tel span.time, .Cta--wrap .tel-wrap a.footer-tel span.time{
    margin-top: 0.5em;
}

.Cta--wrap .tel-wrap a.tel span.time, .Cta--wrap .tel-wrap a.footer-tel span.time{
    font-size: 14px;
    color: #4d4d4d;
    margin-top: 3px;
}

.Cta--wrap .tel-wrap a:hover{
 text-decoration:none;
}
.sp_mb{
	margin-bottom:0 !important;
}
.Cta--wrap .shadow{
	    box-shadow: 6px 3px 10px 0px rgba(0, 0, 0, 0.4);
}

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

	.Bnr .Cta--wrap .tel-wrap span.top{
		font-size:12px;

	}
	.Cta--wrap .Hurf{
	 width:100%;
	}

	.Cta--wrap .Hurf:first-child{
	 margin-bottom:1em;
	}

	.Cta--wrap .Hurf:last-child{
	 margin-bottom:0;
	}

	.Cta--wrap .tel-wrap a.tel, .Cta--wrap .tel-wrap a.footer-tel{
	 font-size:29px;
	}

	.Cta--wrap .tel-wrap a.tel:before, .Cta--wrap .tel-wrap a.footer-tel:before{
	 left:5px;
	     width:35px;
	}

	.Cta--wrap .tel-wrap a.tel span.time, .Cta--wrap .tel-wrap a.footer-tel span.time{
	 font-size:12px;
	}
	.sp_mb{
		margin-bottom:1em !important;
		margin-top:1em;
	}
	.Cta--wrap .mail p{
		font-size:1.05rem;
	}
	.privacy_text{
		font-size:0.75rem !important;
	}
}

.navi-in > ul.menu-top li:last-of-type > a{
	background: var(--keyColor);
    color: #fff !important;
}
.navi-in > ul.menu-top li .sub-menu li:last-of-type a{
	background:#fff;
	color: #333 !important;
}
.navi-in > ul.menu-top li .sub-menu li:last-of-type a:hover{
		background: var(--keyColor);
    color: #fff !important;
}
footer .column_link{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	gap:1.35vw;
	padding:0 1em;
}
footer .column_link a{
	text-decoration:underline;
	font-size:1.0rem;
	    color: #1967d2 !important;
}

footer .column_link_title{
	font-weight:bold;
	font-size:1.05rem;
	margin-bottom:.5em;
	margin-top:1em;
	border-left:8px solid var(--keyColor);
	padding-left:15px;
	color:#000 !important;
}
.cta_contents_item a.mail > div{
	font-size:1.1rem;
}

@media screen and (max-width: 768px) {
	
	footer .column_link{
		flex-direction:column;
	}
	div.sidebar{
		padding-top: 0;
		margin-top: 0;
	}
.cta_contents_item a.mail > div{
	font-size:0.95rem;
}
	td a.red-btn{
		font-size:13px;
	}
}

.info-list-item-categorys{
	display: none;
}
.info-list-item {
    padding: 5px 0;
    font-size: 15px;
    line-height: 1.6;
}

.chat__wrap{
	border:5px solid var(--keyColor);
	padding:1em 1em 1em 0;
}

.chat__wrap .Image{
	width:20%;
}
.chat__wrap .Text{
	width:80%;
}

/*******************cta追加**********************/
.Cta--wrap .tel-wrap a.footer-tel span.time{
 font-size:12px;
 font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.Cta--wrap .tel-wrap a.footer-tel{
	text-decoration:none;
}

.Cta--wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
	align-items:center;
}

.Cta--wrap.Center{
	justify-content: center;
}

.Cta--wrap .Hurf{
 width:calc(98% / 2);
 margin-bottom:1em;
}

.Cta--wrap .tel-wrap {
    background: #fff;
    position: relative;
    border: 2px solid #ccc;
    padding: 0.6em;
    text-align: center;
}

.Cta--wrap .tel-wrap a.footer-tel {
    font-size: 34px;
    font-weight: normal;
    font-family: 'Anton', sans-serif;
    text-align: center;
    position: relative;
    line-height: 1.25;
    padding-left: 0px;
    padding-top: 0;
    letter-spacing: 0.02em;
    margin: 0 auto 0 auto;
    color: #b00808;
    display: inline-block;
}

.Cta--wrap .tel-wrap a.footer-tel span.time {
    margin-top: 0.5em;
}

.Cta--wrap .tel-wrap a.footer-tel span.time{
    font-size: 14px;
    color: #4d4d4d;
    margin-top: 3px;
}

.Cta--wrap .tel-wrap a:hover{
 text-decoration:none;
}
.sp_mb{
	margin-bottom:0 !important;
}
.Cta--wrap .shadow{
	    box-shadow: 6px 3px 10px 0px rgba(0, 0, 0, 0.4);
}

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

	.Bnr .Cta--wrap .tel-wrap span.top{
		font-size:12px;

	}
	.Cta--wrap .Hurf{
	 width:100%;
	}

	.Cta--wrap .Hurf:first-child{
	 margin-bottom:1em;
	}

	.Cta--wrap .Hurf:last-child{
	 margin-bottom:0;
	}

	.Cta--wrap .tel-wrap a.footer-tel{
	 font-size:21px;
	 padding: 0 0 0 30px;
	}

	.Cta--wrap .tel-wrap a.footer-tel:before{
	 left:5px;
	     width:35px;
	}

	.Cta--wrap .tel-wrap a.footer-tel span.time{
	 font-size:9px;
	         margin-left: -12px;
        margin-top: -1px;
	}
	.sp_mb{
		margin-bottom:1em !important;
		margin-top:1em;
	}
	.Cta--wrap .mail p{
		font-size:1.05rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	    .Cta--wrap .tel-wrap a.footer-tel {
        font-size: 29px;
        display: flex
;
        flex-direction: column;
    }
}

.header_tel_title::before, .header_tel_title::after{
	display: none;
}

/**********202510お問い合わせ**********/

section#contact{
	width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0 2.6vw;
}

section#contact .Inner {
  display: flex;
  -moz-column-gap: 2%;
       column-gap: 2%;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1256px;
  margin-left: auto;
  margin-right: auto;
}
section#contact .Inner h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}
section#contact .Inner .contents{
  width: 42%;
  margin-top: 0;
}

section#contact .Inner .contents p{
	font-size: 14px;
}

section#contact .Inner .contents h3{
	border-left: #0083c8 10px solid;
	padding-left: 15px;
	font-size: 18px;
	margin-bottom: .5em;
}

section#contact .form__wrap{
	width: 56%;
}

section#contact .form__wrap dl.flex dt {
  width: 24%;
  min-width: 24%;
  font-size: 16px;
}
section#form .form__wrap dl.flex dd {
  width: 74%;
}

.area__wrap .photo__wrap picture{
  max-width: calc(100% / 3);
}
.area__wrap .photo__wrap picture img{
  max-height: 150px;
  width: 100%;
  max-width: 150px;
  min-width: 150px;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.area__wrap .photo__wrap picture img{
	max-width:110px;
	min-width:110px;
	max-height:110px;
	height:110px;
	}
	.area__wrap .photo__wrap picture {
    max-width: calc(100% / 3);
}
}
.area__wrap .photo__wrap{
  display: flex;
  column-gap: 2%;
  margin-bottom: 2em;
}
.screen-reader-response p{
	margin-bottom:0;
}

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

	.area__wrap .photo__wrap{
		justify-content: center;
		margin-bottom: .5em;
	}

	section#contact, section#about{
		padding-left:1em;
		padding-right:1em;
	}

	.area__wrap .photo__wrap picture{
	max-width: calc(100% / 3);
	}

	section#contact .form__wrap, section#contact .Inner .contents{
		width: 100%;
	}

	section#contact .form__wrap{
		margin-bottom: 2em;
	}

	.area__wrap .photo__wrap picture img{
	max-height: 100%;
	width: 100%;
	max-width: 100px;
	min-width: 100px;
	height: 100px;
	object-fit: cover;
	object-position: center;
	}
}

section#about{
	background: #36a0da;
	padding: 5vh 2.6vw;
		width: 100vw;
  margin: 5vh calc(50% - 50vw) -37px;
}


section#about .Inner{
	max-width: 800px;
	margin: 0 auto;
}

section#about .Inner *{
	color:#fff;
}

section#about .Inner dl.border{
	border-bottom: 2px solid #fff;
	padding: .5em 0;
	margin-bottom: 0;
	display: flex;
}

section#about .title{
	background: #fff;
	color:#36a0da;
	padding: .5em;
	text-align: center;
	max-width: 600px;
	border-radius: 10px;
	margin: 0 auto 1em;
	font-size: 1.5rem;
	font-weight: bold;
}

section#about .Inner dl.border dt{
	width: 28%;
	text-align: center;
	padding: 0 .5em;
	margin: 0;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

section#about .Inner dl.border dd{
	margin: 0;
	padding: 0;
	text-align: left;
	width: 72%;
}

@media screen and (max-width: 767px) {
	section#about .title{
		font-size: 1.1rem;
		padding: .35em;
	}

	section#about .Inner dl.border dt, section#about .Inner dl.border dd{
		font-size: 13px;
	}
	h2 .fz32{
		font-size:19px;
	}
}

.form__check, .privacy_text{
	margin-bottom:5px;
}

.privacy_text{
	font-size:15px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	font-size:14px;
	    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ffb900;
}

.wpcf7 .screen-reader-response{
	display:none;
}
.Flex.related-item {
	align-items:flex-start;
}
.related-item figure img{
	display:block;
	width:85%;
	margin:0 auto .5em;
	min-height:170px;
	max-height:170px;
	object-fit:contain;
}

section.cta .Flex__align__center{
	column-gap:2%;
	justify-content:center;
}