@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.3
*/
:root {
    --keyColor: #006bce;
    --bgOrange: #ee6e00;
    --bgYellow: #ffc209;
}
.top__main__wrap main.main-column{
	background:#fff;
}

.related-entry-card-title, h2.entry-card-title{
	background:transparent;
	color:#000;
	text-align:left;
	padding:0;
	font-weight:400;
}
h2.entry-card-title:after{
	display:none;
}
.bg dt {
    margin-bottom: 10px;
    background: #fafaf9;
    padding: 8px;
    font-weight: 700;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

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

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

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

#content-in h2:after{
	display:none;
}

/************************************
** ＣＴＡ
************************************/
.cta_wrapper {
    border: 5px solid #0071bb;
    margin-bottom: 1.5em;
padding: .5em;
    background: #0071bb;
}

.cta_side_title {
    font-size: 1.25rem;
}
.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;
}
	.column-wrap .btn_mail{
	position:relative;
	display: block;
	width:100%;
	    background: #17cc0e;
	    background: -moz-linear-gradient(top, #17cc0e 5%, #00a508 100%);
	    background: -webkit-linear-gradient(top, #17cc0e 5%,#00a508 100%);
	    background: linear-gradient(to bottom, #17cc0e 5%,#00a508 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17cc0e', endColorstr='#00a508',GradientType=0 );
	    box-shadow: 0px 2px 9px -3px rgb(0 0 0 / 95%);
	    border-bottom: solid 3px #216500;
	    font-family: 'Noto Sans JP', sans-serif;
	border-radius: 5px;
	padding:.45em .3em;
	    box-shadow: 0px 2px 9px -3px rgb(0 0 0 / 95%);
	    border-bottom: solid 3px #216500;
	text-align: center;
	line-height:1.3;
	color: #fff;
	text-decoration: none;
	font-size:1.25rem;
	}




div.cta{
 text-align:center;
}

.cta-wrap{
 position:relative;
 padding:1em .9em 0;
 margin-bottom:.9em;
border: solid 3px var(--keyColor);
}

.cta-wrap:after{
 content:'';
 background:#f4f3f3;
 width:100%;
 height:100%;
 position:absolute;
 top:0;
 left:0;
 z-index:-1;
}



p.insert-btn-lead {
    font-size: 18px;
    text-align: center;
    margin-bottom: .5em;
    line-height: 1.5;
	font-weight:bold;
}

p.insert-btn-lead-sub {
    font-size: 16px;
    font-weight:600;
    text-align: center;
    margin-bottom:1em;
    line-height: 1.5;
    position:relative;
    display:inline-block;
    background:linear-gradient(transparent 60%, #ff6 60%);
}

p.insert-btn-lead-sub::before{
   content:"";
   display:inline-block;
   width:1px;
   height:20px;
   background-color:#393939;
   position:absolute;
   top:0px;
   left:-15px;
   transform: rotate(-40deg);
}
p.insert-btn-lead-sub::after{
   content:"";
   display:inline-block;
   width:1px;
   height:20px;
   background-color:#393939;
   position:absolute;
   top:0px;
   right:-15px;
   transform: rotate(40deg);
}

.insert-btn {
    max-width: 320px;
    margin: auto;
    display: block;
    position: relative;
    border-radius: 114px;
    background: #00b900;
    color: #fff;
    box-shadow: 0 3px 6px rgb(51 51 51 / 29%);
    text-align: center;
    box-sizing: border-box;
    font-size: 19px;
    font-weight: bold;
    padding: 1em 0 1em;
    line-height: 1.4;
    text-decoration: none;
    transition: box-shadow .3s;
}

.insert-btn::after {
    transition: right .3s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-size: 2.4rem;
    font-family: "FontAwesome";
    content: '\f105';
    font-weight: bold;
}

.insert-btn__underline {
    position: relative;
    display: inline-block;
    pointer-events: none;
}

.insert-btn__underline::before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #fff;
}

.insert-btn:hover{
 color:#fff;
 opacity:0.75;
 text-decoration:none;
}

.Cta--wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
	align-items: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;
	margin-top:0 !important;
}

.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 {
    margin-top: 0.5em;
}

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

.Cta--wrap .tel-wrap a:hover{
 text-decoration:none;
}

.sect-text, .sect-text p{
  font-size: 1.15rem;
}

.sect-text{
  margin-top:2em;
}
.cta-title {
    background: var(--keyColor);
    padding: 0.5em 0.5em 0.2em;
    text-align: center;
    color: #fff;
    font-size: 1.25rem;
    margin: auto;
}

.sectTit {
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}
 
.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);
}
.cta_contents_item a.mail, .cta_side_item a.mail{
  background:#de2304;
 text-decoration:none;
 border-bottom:5px solid #c21c00;
 max-width:100%;
 }
.cta_contents_item a.mail{
	padding:.7em;
}
.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:hover{
	color:#fff;
	opacity:0.75;
}

.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%);
 }

.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 p{
	margin-bottom:0;
	line-height:1.45;
}
.tel-wrap .tel-icon {
    height: 35px !important;
    width: 30px !important;
}
.tel-wrap .signal-icon {
    top: 17px !important;
    left: 14px !important;
}
.cta__wrap h2{
	background:#006ace;
}
.cta__wrap h2::after{
	display:none;
}
.cta__wrap .wpcf7 {
    padding: 1em;
    border: 5px solid var(--keyColor);
	margin-bottom:2em;
}
.cta__wrap input, .cta__wrap select, .cta__wrap textarea {
    font-size: 0.95rem;
    padding: .7em;
}
.cta__wrap th, .cta__wrap td {
    padding: .5em;
    font-size: 0.95rem;
}
.form_wrap span.text_red {
    background: #fe0000 !important;
    padding: .2em .75em .2em .75em;
    color: #fff !important;
    font-size: 0.8rem;
    margin-left: .3em;
    text-align: center;
    border-radius: 1.35em;
    line-height: 1.0;
}
.cta__wrap input[type='submit'] {
    padding: 1em;
    font-size: 1.2rem;
	background: #de2304 !important;
	margin-top:0 !important;
	border-radius:8px;
    max-width: 450px;
	margin-bottom:1em;
}
@media screen and (max-width: 767px) {

	.entry-card-content {
        margin-left: 40% !important;
    }

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

	.logo-font{
		justify-content: flex-start !important;
		align-items: center;
	}
	
	footer .logo-font{
		justify-content:center !important;
	}

	.sp_image{
	 display:block;
	}

	.sectTit{
	 font-size:12px;
	}

	.cta-wrap p.Center{
	 font-size:0.8rem;
	}

	.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-top:1em;
	 padding-bottom:1em;
	 padding-left:1em;
	 padding-right:1em;
	}
		
	.sect-text {
    margin-top:1em;
    }

	.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{
	 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;
	}

	.Cta--wrap .Hurf .mail:after{
		display:none;
	}
	
	.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;
	}
	.cta-title{
		font-size: 0.9rem;
	}
.tel-wrap .signal-icon {
    top: 20px !important;
    left: 25px !important;
}
			.privacy_text{
		font-size:0.75rem !important;
	}
}


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

.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;
 position: relative;
}

.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;
 font-size: 1.25rem;
}

.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%);
 }
.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;
}
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;
}
.cta_contents_item a span.text, .cta_side_item a span.text {
    background: #fff;
    text-align: center;
    padding: .5em;
    color: #1a1a1a;
    font-size: 0.85rem;
    font-weight: 500;
    border-radius: 3px;
}
footer.article-footer{
	padding-bottom:0 !important;
}
/**************
 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;
}
    .cta__wrap th, .cta__wrap td {
        display: block;
        width: 100%;
    }
	.cta__wrap h2{
		background:#006ace;
	}
	footer{
		padding-bottom:0 !important;
	}
}

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

監修者

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

.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;
 }

}

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

関連記事

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

.related-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:flex-start;
}

.related-list a.a-wrap{
 width:calc(96% / 3);
 margin-right:2%;
 padding:0;
}

.related-list a.a-wrap:nth-of-type(3n){
 margin-right:0;
}

.related-entry-card-thumb{
 width:100%;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:.5em;
}

.related-entry-card-content{
  margin-left:auto;
 margin-right:auto;
}

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

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

.related-list a.a-wrap{
 width:100%;
 margin-right:0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:flex-start;
    align-items:center;
}

.related-entry-card-thumb{
 width:40%;
 margin-right:10px;
 margin-bottom:0;
}

.related-entry-card-content{
 width:100%;
 padding-bottom: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;
}

dl dt {
    border-left: 5px solid var(--keyColor);
    padding-left: 10px;
    line-height: 1.25;
    margin-bottom: .5em;
}
dl.media dd a{
    text-decoration: underline;
}
.column-right.full, .cta_side_item.full{
	margin-left: auto;
	margin-right: auto;
	max-width:600px;
}

.article h3{
	text-align:left;
}

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

.profile__flex .item{
	width:35%;
}

.profile__flex .text{
	width:62%;
}
.icon br{
	display:none;
}

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

		.profile__flex .item{
		width:100%;
		margin:0 auto 1em;
	}
	.profile__flex .text{
		width:100%;
	}
}

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

.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%;
	align-items:inherit !important;
    flex-direction: row;
    flex-wrap: wrap !important;
justify-content: flex-start;
column-gap:1%;
row-gap:1vh;
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;
	margin-top:0 !important;
 }

.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(96% / 4) !important;
 margin-top:1em;
}

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

.Flex-wrap .Fourth{
 margin-right:0 !important;
}

.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;
}
section.cta{
	background:transparent !important;
	padding:0 !important;
}
@media screen and (max-width: 767px) {

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

	.Flex-wrap .Fourth{
	 width:calc(100% / 1) !important;
	 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;
   }
	
 }

.tel-top{
	margin-bottom:0 !important;
}
.cta .mail span.top{
	display:block !important;
		font-size:1.0rem !important;
}

.Flex.Flex__space{
	justify-content:space-between;
	align-items:center;
}

.Cta--blue-top .Flex{
	align-items:center;
}

.Cta--blue-top .Flex .Item:nth-of-type(2){
	font-size:1.35rem;
}

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

.footer{
	padding-bottom: 40px;
}

.Bnr .mail::before, .Bnr .mail::after{
	display:none !important;
}

@media screen and (max-width: 767px) {
    .Bnr__img a .toptext {
        max-width: 99%;
        font-size: 9px;
        padding: 1px 5px;
        margin-top: 3px;
        margin-bottom: 3px;
    }
	.Bnr__img a .toptext{
		font-size: 10px !important;
		width: 100% !important;
		max-width: 90% !important;
	}
    .Bnr .Bnr__img__inner a.mail {
        padding: .7em .25em .75em !important;
    }
	.Bnr .tel_btn a{
	 padding: .25em .25em .25em !important;
	}
.cta_side_item a.mail:after {
 	top: 35%;
    transform: translateY(-35%);
}
	.post-cta-bottom a.mail:after {
 	top: 25% !important;
    transform: translateY(-25%) !important;
}
	.cta .Inner{
		padding-left:0 !important;
		padding-right:0 !important;
	}
}
@media screen and (min-width: 768px) {
	
	.drawer-menu_wrap{
	display:none;
	}
	.Bnr .Bnr__img__inner a.mail{
		padding: .75em .5em !important;
	}

}
@media screen and (max-width: 767px) {
	.drawer-menu_wrap{
	background:rgba(255,255,255,0.85);
	border:none;
	position: fixed;
	right:0;
		top:0;
	width:55px;
	height:55px;
	 z-index: 99999;
	}

	.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{
	 border:none;
	 margin:0;
	 padding:0;
	}

	.drawer-menu li {
	    text-align: center;
	    display:block;
	    width:100%;
		padding-left:0;
	}

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

	.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;
	}

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

	ul.check{
	 border:none;
	 padding:0;
	}

	ol.check, ul.check{
	 display:block;
	 padding-left:16px;
	 margin:auto;
	}

	/* menu button - label tag */
	.menu-btn {
	    position: absolute !important;
	    display: block !important;
	    top: 8px;
	    right: 8px;
	    width: 35px;
	    height: 40px;
	    font-size: 10px !important;
	    text-align: center;
	    cursor: pointer !important;
		padding-left:0  !important;
	 z-index: 1000000001;
	}
	
	.drawer-menu_wrap input[type=checkbox]+label:before, .drawer-menu_wrap input[type=checkbox]+label:after{
		display:none !important;
	}

	.bar {
	    position: absolute;
	    top: 0;
	    left: 0;
	    display: block;
	    width: 35px;
	    height: 1px;
	    background: #454545;
	    -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%);
	}

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

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

}

.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: 30px;
    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);
}
  @media screen and (max-width: 767px) {
    .bottom_menu_contents a.mail {
        font-size: 0.75rem;
        border-bottom: 0;
        padding: 0.8em 0.3em;
    }
}

.drawer-menu .tel_btn {
    width: 100%;
    background: #fff;
    position: relative;
    border: 2px solid #ccc;
    padding: .25em;
    line-height: 1.25;
    text-align: center;
	margin:0 auto .5em;
}
.drawer-menu .tel_btn a{
    text-align: center;
	font-size: 21.5px !important;
    line-height: 1.0;
    color: #b00808;
}
.drawer-menu .bottom_menu_contents{
	margin:0 auto 1em;
	display:block;
	width:80%;
}
.drawer-menu .bottom_menu_contents a.mail{
    background: rgb(222, 35, 4);
}

.sidebar-scroll .wpcf7 form.invalid .wpcf7-response-output{
	font-size: 0.8rem;
	margin-top: 5px;
}

.selectform .stepform__title, .selectform div.contact{
	display:none !important;
}

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

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

.drawer-menu .bottom_menu_contents .Triple{
	width:100%;
}
.drawer-menu .tel_btn .time{
	font-size:10px;
	margin-top:5px;
}

@media screen and (max-width: 767px) {
	.drawer-menu .tel_btn{
		padding:.5em !important;
	}
}

/****************** 記事装飾用タグ **********************/

b {
	font-weight: bold;
}

.red{
	color:#fe0000 !important;
   }
   
   .gray{
	color:#dddddd !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;
}

/************************************
** チェックボックス
************************************/
.box-gray{
	padding:1.15em;
	background:#e8e6e6;
	margin:0 auto 1.15em;
   }
   
   .box-borderblue{
	padding:1em;
	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;
   }
   
   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, div.gray-box dl{
	margin:auto;
   }
   
   div.gray-box ul li{
	margin:0;
   }
   
   dl{
   padding:0;
   }
   
   dl{
	margin-bottom:1.25em;
   }
   
   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-left:1em;
	 margin-bottom:1em;
	}

/**************監修者**************/

.author-box{
  background-color: #f0f3f7 !important;
  padding: 1em;
}

.author-box h2{
  font-weight: bold;
  text-align: center;
  color:#000 !important;
  background: none !important;
  border:none !important;
  padding: 0 !important;
  margin: 0 auto .5em !important;
}

.author-box h4{
  padding: 0 !important;
  margin-bottom: .25em !important;
	border:none;
}

.author-box h2 .st-dash-design{
  border:none !important;
  padding: 0 !important;
}

.author-box .Inner__wrap{
  background: #fff;
  padding: 1em;
  border-radius: 0.46em;
  display: flex;
  column-gap: 2%;
}

.author-box .Inner__wrap picture{
  width: 15%;
  border-radius: 6px;
}

.author-box .Inner__wrap .Text{
  width: 83%;
  line-height: 1.855;
  font-size: 0.9rem;
}

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

  .author-box .Inner__wrap picture{
    width: 20%;
  }
  .author-box h4{
    font-size: 15px !important;
    margin-top: 0 !important;
  }
  .author-box .Inner__wrap .Text{
    width: 78%;
    line-height: 1.755;
    font-size: 0.8rem;
  }
}

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

.footer__links__wrap .title{
	font-weight:bold;
	text-align:center;
	margin-bottom:.25em;
	color:#fff;
}

.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;
}

@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;
	}
	
}
.wpp-list.ranking{
	padding-left: 0;
}

.wpp-list.ranking li{
    display: flex;
    column-gap: 5px;
    list-style: none;
    align-items: center;
}

.wpp-list.ranking li img{
    object-fit: cover;
    width: 75px;
    height: 75px;
    min-width: 75px;
    min-height: 75px;
    overflow: hidden;
}

.wpp-list.ranking li a:before{
    display: none;
}

.wpp-list.ranking li {
    font-size: 14px;
}

.wpp-list.ranking li .text{
    width: calc(100% - 80px);
}

h3.p-entry-t{
    font-size: 16px;
}

h3.p-entry-t a{
	color:#fff;
	text-decoration: none
}

.wpp-meta, .post-stats{
	display: none;
}

section#newlist{
	background: #fff;
	padding: 5vh 1em;
}

.cat__list__wrap{
	display: flex;
	column-gap: 2%;
	row-gap: 1.2vh;
	flex-wrap: wrap;
}

.cat__list__wrap .Item{
	width: calc(98% / 2);
}
.cat__list__wrap .Item .Contents{
display: flex;
column-gap: 2%;
align-items: center;
margin-top: .5em;
}
.cat__list__wrap .Item .Contents h3{
	text-align: left;
	margin: 0;
}

.cat__list__wrap .Item picture img{
	width: 90px;
	height: 90px;
	min-height: 90px;
	object-fit: cover;
	height: auto;
}

.cat__list__wrap .Item .Text{
	width: calc(98% - 90px);
}
.cat__list__wrap .Item .Text h3{
	font-weight: normal;
	font-size: 15px;
}

.cat__list__wrap .Item h3{
	margin: .5em 0 0;
}

#newlist h3.title{
	padding: .25em;
	background: var(--keyColor);
	color:#fff;
}

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

	.cat__list__wrap{
		flex-direction: column;
	}

	.cat__list__wrap .Item{
		width:100%;
		display: flex;
		column-gap: 2%;
		flex-direction: column;
	}
}

/************************************
** フッターボトム
************************************/
.footer-bottom-content.flex {
    display: flex;
    column-gap: 5%;
    min-width: 50%;
    justify-content: flex-end;
    width: 100%;
    max-width:500px;
    margin: auto 0 auto auto;
    float: none;
}
.footer-nav, .sub-menu{
	padding-left:0;
	list-style:none;
}
.footer-bottom {
    padding:2em 8px 2em;
    position: relative;
    font-size: 14px;
    max-width: 1240px;
    display: flex
;
    margin: auto;
}
.footer-bottom.fdt-left-and-right .footer-bottom-logo {
  display: none;
}
.footer-nav li{
	text-align:left;
}
.footer-bottom.fdt-left-and-right .footer-bottom-content {
  float: none;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.footer-bottom.fdt-up-and-down .footer-bottom-logo {
  display: none;
}
.copyright {
    font-size: 0.75rem;
    text-align: right;
    padding-bottom: .5em;
}
.footer-bottom.fdt-up-and-down .footer-bottom-content {
  float: none;
	  display: flex;
}
.footer-bottom.fdt-up-and-down .footer-bottom-content .navi-footer-in > ul {
  justify-content: center;
}
.footer-bottom.fnm-text-width .menu-footer li {
  width: auto;
}
.footer-bottom.fnm-text-width .menu-footer li a {
  padding: 0 10px;
}

.footer-bottom-logo {
  float: left;
  bottom: 0;
  position: absolute;
}
.footer-bottom-logo .logo-text {
  padding: 0;
}
.footer-bottom-logo .site-name-text {
  font-size: 18px;
  padding-bottom: 8px;
}
.footer-bottom-logo .logo-image {
  padding: 0;
  max-width: 120px;
}
.footer-bottom-logo img {
  height: 50px;
  width: auto;
}

.footer-bottom-content {
  float: right;
  text-align: right;
}
.footer-bottom.fdt-up-and-down .footer-bottom-logo {
    display: block;
    position: relative;
}
.logo-font {
    display: flex
;
    justify-content: center;
    -webkit-text-fill-color: inherit !important;
    background: transparent !important;
    align-items: center;
}
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: 100px;
    align-items: center;
	min-width:90px;
}
.footer-bottom-logo a img {
    height: auto;
    width: 200px;
	min-width:200px;
}

.footer-bottom-content .sub-menu a:before{
	content:'└';
}
.footer-bottom-content a{
	color:#101010;
	text-decoration:none
}

.footer-bottom-content a:hover{
	text-decoration:underline;
}

.menu-footer-navi1-container, .menu-footer-navi2-container, .footer-bottom .Right{
	width: calc(100% / 3);
}
.footer-nav{
	flex-wrap:wrap;

}
#menu-footer-navi3, #menu-footer-navi4, #menu-footer-navi5, #menu-footer-navi6, #menu-footer-navi7, #menu-footer-navi8, #menu-footer-navi9{
	display:flex;
	flex-wrap:wrap;
	margin-top:.5em;
	column-gap:5px;
}

.footer-nav{
	margin-bottom:0;
}
.footer-bottom-content .Right .footer-nav:before{
content: '▶';
    font-size: 0.6rem;
    margin-left: -1.5em;
    vertical-align: middle;
    display: inline-block;
    line-height: 1.0;
    margin-top: 1em;
}

@media screen and (max-width: 767px) {
	.footer-bottom.fdt-up-and-down .footer-bottom-content{
		flex-wrap:wrap;
		margin-left:auto;
		margin-right:auto;
	}
	.footer-bottom .Right{
		width:97%;
	}

	#menu-footer-navi3, #menu-footer-navi4, #menu-footer-navi5, #menu-footer-navi6, #menu-footer-navi7, #menu-footer-navi8, #menu-footer-navi9{
		justify-content:center;
	}
	.footer-bottom{
		flex-direction:column;
	}
	.footer-bottom-logo a img {
    height: auto;
    width: 150px;
    min-width: 150px;
}
	   .footer-bottom-logo .logo-font {
			justify-content:center !important;
	}
	.footer-bottom.fdt-up-and-down .footer-bottom-content {
    float: none;
    display: flex
;
    justify-content: center;
}
	.footer-bottom-content .sub-menu a{
		color:#000 !important;
		text-decoration:none;
		border:none;
	}
	span.by{
		margin:0
	}
	.footer-bottom.fdt-up-and-down .footer-bottom-content li, .footer-bottom.fdt-up-and-down .footer-bottom-content ul{
		list-style:none;
		text-indent:0;
		padding-left:0;
	}
	.footer_copy{
		padding-bottom:85px !important;
	}
}

.local-text{
	text-align:center !important;
	margin-top:1em;
	font-size:15px !important;
}
@media screen and (max-width: 767px) {
	.address-form .mail:after {
		font-size:24px;
	}
}

/*************20250605 ****************/

.Bnr .tel_btn{
 padding:.2em;
 display: flex;
 flex-direction: column;
 justify-content: center;
 height: 100%;
	border-width:3px;
 box-shadow: 6px 3px 10px 0px rgba(0, 0, 0, 0.23);
}

.finger-icon::after{
    content:'';
    background: url(images/cta_finger.png)no-repeat right bottom;
    background-size: contain;
    width:80px;
    height:60px;
    position: absolute;
    left:40px;
    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: 50px;
    }
    100% {
      left:40px;
    }
  }
@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) {
		.finger-icon::after{
		left: -10px;
	}
	@keyframes return {
    50% {
      left: -30px;
    }
    100% {
      left: -10px;
    }
  }
	.fixed_box_title.sp_image{
		display:inline-block !important;
	}
}
.bottom_menu_contents .pramtel{
    margin-left: auto;
}

@media screen and (min-width: 768px) {
    .cta .tel-top{
        margin-bottom: -.5em;
        text-decoration: none;
    }
    .cta .tel-wrap a.tel {
        font-size: 44px;
    }
    .cta .tel-new-wrap a{
        padding:.15em !important;
    }
    .bottom_menu_contents a.btn_tel{
        padding:.15em;
    }
    .tel_btn{
        border:1px solid #ccc;
        box-shadow: none;
        padding: .5em 0.2em;
    }
    .bottom_menu_contents a.btn_tel{
        box-shadow: none;
    }
    .footer__cta__finger::after{
        display: none;
    }
    .Bnr div.top__text{
        display: none;
    }
	.bottom_menu_contents a.btn_tel{
		    padding: .27em .5em !important;
	}
	.new__sp__tel{
		display:none !important;
	}
}

@media screen and (max-width: 767px) {
    .Bnr div.top__text{
        font-size: 12px !important;
        margin-left: -35px;
    }
    .bottom_menu_contents_wrap .tel_btn{
        padding:0;
        max-width: 98%;
    }

    .bottom_menu_contents_wrap .tel_btn a{
        padding: .1em;
        padding-left: 50px;
    }
    .Bnr .tel-icon{
        display: none;
    }
    .sp-tel{
        padding-top: 0;
    }
    .sp-tel a.tel {
        font-size: 19px !important;
		border:2px solid #ccc;
        box-shadow: 4px 6px 6px 0px rgba(0, 0, 0, 0.3);
        padding: 3px 0;
    }
    .bottom_menu_contents a.btn_tel {
        font-size: 1.25rem;
    }
    .bottom_menu_contents .pramtel {
        margin-left: -10px;
    }
    .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.mail {
        padding-top: 0.95em;
        padding-bottom: 0.85em;
    }

    @keyframes return {
        50% {
          left: 10px;
        }
        100% {
          left: 0px;
        }
      }
    .fixed_box_title{
        margin-left: -20px;
    }

}
.Bnr span.top {
    font-size: 15px;
    display: block;
    text-align: center;
    color: #000;
}
.Bnr .fixed_box_title {
    font-size: 14px;
    color: #4d4d4d;
    margin-top: 3px;
}
.Bnr .fixed_box_title{
    margin-top: 0.5em;
}
.Bnr .fixed_box_title {
    font-size: 12px;
	margin-top:0;
    font-family: 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen and (max-width: 767px) {
    .Bnr span.top {
        font-size: 12px;
		margin-bottom:.25em;
    }
	    .Bnr a.tel {
        font-family: 'Anton', sans-serif;
        font-size: 21.5px !important;
        padding-left: 0px;
        padding-right: 0;
        padding-bottom: 0;
        padding-top: 0;
        font-weight: normal;
    }
	.bottom_menu_contents_wrap .tel_btn a{
		padding-left: 10px;
	}
	.Bnr .fixed_box_title{
		font-size:9px;
		text-align:center;
		margin-left: 0;
	}
		.bottom_menu_contents_wrap .tel_btn a{
		padding:.15em .1em;
	}
	.go-to-top{
		bottom:120px;
	}
}

.mobile-footer-menu-buttons input[type=checkbox]+label:before{
	display:none;
}

.wpcf7 .wpcf7-submit:disabled {
    background: #aaa !important;
    border-color: #999 !important;
}