@charset "utf-8";
@import url("shop.css?20250624001");
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(font/materialicons.woff2) format('woff2');
font-display: swap;
}


.reason-items .reason-item .icon .material-symbols-outlined,
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}

html body{
font-family: 'Noto Sans JP', sans-serif;
/*font-family: 'Noto Serif JP', serif;*/
/*font-family: "游ゴシック体",YuGothic,"游ゴシック Medium",Yu Gothic Medium,"游ゴシック",Yu Gothic,"メイリオ",sans-serif;*/
color: #3C3835;
font-weight: 400;
	line-height: 1.7;
}
.over_btn .todetail a{
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
display: block;
padding: 0 !important;
overflow: hidden;
text-indent: -150%;
white-space: nowrap;
border: 0 !important;
}
.mincho{
font-family: 'Noto Serif JP', serif;
font-feature-settings: "palt" 1;
letter-spacing: 0.1em;

}
a,
#headnav ul li a,
.home-menu a:link,
.home-menu a:visited{
color: #3C3835;
}
body.home #breadcrumb{
display: none;
}
.telnum{
font-family: 'Arial', 'Helvetica', "sans-serif"
}

:root{
--btn-gnavi:#fff;
--col_key01:#e60012;
--col_key02: #209AA0;
--col_key03: #25726F;
--col_key04: #545147;
--col_key05: #C4D82C;
}



/*ラッパー最大幅*/
.wrapper.container{
max-width: 1230px;
}

/*HEADER*/

#header {
padding-top: 64px;
}
#header:before {
content: "";
position: fixed;
display: block;
top: 0;
background:rgba(230, 0, 18,75);
-webkit-backdrop-filter: blur(30px);
backdrop-filter: blur(30px);
width: 100%;
height: 64px;
z-index: 299;
}
@media screen and (max-width: 767.98px) {
#header:before {
height: 54px;
}
#header {
padding-top: 54px;
}
}

#globalheader{
z-index: 300;
position: fixed;
right: 0;
left: 0;
top: 0;
max-width: 1380px;
margin-left: auto;
margin-right: auto;
}


#headnav{
margin: 0;
padding: 0;
width: auto;
position: absolute;
top: 0;
right: 66px;
}
@media screen and (min-width:1480px) {
#headnav{
right: 0;
}
}
#headnav ul{
font-size: 0;
letter-spacing: 0;
margin: 0;
}
#headnav ul li{
font-size: 16px;
}
#headnav ul li a{
line-height: 16px;
white-space: nowrap;
padding: 23px 2em;
display: block;
}
#headnav .home-menu{
margin: 0;
padding: 0;
}



#headnav{
margin: 0;
padding: 0;
width: auto;
position: absolute;
top: 0;
right: 66px;
}
@media screen and (min-width:1480px) {
#headnav{
right: 0;
}
}
#headnav ul{
font-size: 0;
letter-spacing: 0;
margin: 0;
}
#headnav ul li{
font-size: 16px;
}
#headnav ul li a{
line-height: 16px;
white-space: nowrap;
padding: 23px 1vw;
display: block;
}
#headnav ul li a:hover{
}
#headnav .home-menu{
margin: 0;
padding: 0;
}


.home-menu li{
padding: 0;
}
#headnav .home-menu li li a{
padding: 0.5em 1.5em;
}
.home-menu li li{
text-align: left;
}
.home-menu .sub-menu{
margin-left: 1.5em;
}
.home-menu .sub-menu > .menu-item a{
padding: 0.3em 0.5em;
}


#headnav ul li.links_offer a{
color: #fff;
}
li.links_offer a:before{
font-family: 'Material Icons';
display: inline-flex;
justify-content: center;
font-size: 1.4em;
margin-right: 0.4em;
vertical-align: middle;
}

li.links_offer.to_shiryou a{
	background: var(--col_key01);
}
li.links_offer.to_shiryou a:before{
content: "\e873";	
}
li.links_offer.to_inquiry a{
	background: var(--col_key02);
}

li.links_offer.to_inquiry a:before{
content: "\e158";	
}
#wrapper .btn-gnavi{
top: 15px;
}
#headnav .home-menu .menu > li {
border-left: none;
vertical-align: top;
}
#headnav .home-menu .menu > li:last-child{
border-right: none;
}

@media screen and (max-width: 1199.98px) {
#headnav .links_offer.to_shiryou,
#headnav .links_offer.to_inquiry{
	display: none;
}

}


li.links_offer.to_ig{
	padding: 10px 1rem !important;
}
li.links_offer.to_ig a{
	max-width: 44px;
	padding: 0 !important;
	border-radius: 10px;
	overflow: hidden;
	display: block;
	height: 44px !important;
}
#foot-offer{
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 399;
background: rgba(0,0,0,0.20);
}
#foot-offer .flexbox{
max-width: 800px;
margin:  0 auto;
}
#foot-offer .flexbox > li{
width: 50%;
margin: 0;
display: block;
list-style: none;
}
#foot-offer .flexbox > li a{
display: block;
padding: 0.8em 0.3em;
text-align: center;	
}
#global-navi #access li.links_offer{
display: none;
}
#global-navi #access li.links_offer.to_sns{
display: none !important;
}


@media screen and (max-width: 1279.98px) {
#headnav ul li a{
line-height: 16px;
white-space: nowrap;
display: block;
}
}
@media screen and (max-width: 1099.98px) {
#headnav ul li a{
padding: 23px 0.5em;
}
}
@media screen and (max-width: 767.98px) {
#wrapper .btn-gnavi{
top: 10px;
}
}

.btn-gnavi-menu{
	color:var(--btn-gnavi);
}
#wrapper .btn-gnavi span{
	background:var(--btn-gnavi);
}
/*HOME*/
#home-slider{
max-width: 2048px;
height: auto;
margin: 0 auto;
z-index: 50;
position: relative;
overflow: hidden;
}
#home-slider .nivo-caption{
display: none !important;
}

.nivo-controlNav{
display: none;
}


#slideshow:hover .nivo-directionNav a {
}
#slideshow .nivo-directionNav a {
display: block;
width: 30px;
height: 30px;
background: url("images/arrows.png");
text-indent: 110%;
white-space: nowrap;
overflow: hidden;
transition: all 200ms ease-in-out;
}
#slideshow  a.nivo-nextNav {
background-position: -30px 0;
right: -45px;
}

#slideshow  a.nivo-prevNav {
left: -45px;
}
#slideshow:hover  a.nivo-nextNav {
background-position: -30px 0;
right: 15px;
}

#slideshow:hover  a.nivo-prevNav {
left: 15px;
}
/*CAROUSEL*/
#home-carousel{
display: block;
background: #fff;
letter-spacing: 1%;
width: 100%;
max-width: 1000px;
margin: auto;
padding: 0.7em 1.5em;
z-index: 55;
position: relative;
overflow-x: hidden;
}

@media screen and (max-width:991.98px) {
#home-carousel{
margin-top: 0;
}

}

#calousel_ttl .ttl{
margin: 0 auto 0.7em;
display: block;
}

#inc-eventposts{
position: relative;
}
#inc-eventposts .owl-carousel .owl-nav{
display: block;
margin-top: 0;

}

#inc-eventposts .owl-carousel .owl-nav button{
opacity: 0;
display: block;
margin: 0;
border-radius: 0;
background: rgba(0,0,0,0.80);
color: #fff;
top: 20%;
position: absolute;
line-height: 52px;
transition: all .3s ease;
}
#inc-eventposts .owl-carousel:hover .owl-nav button{
opacity: 0.7;
transition: all .3s ease;
}

#inc-eventposts .owl-carousel .owl-nav.disabled {
display: block !important;
}
.owl-carousel .owl-nav button{
display: block;
width: 32px;
height: 55px;
overflow: hidden;
}
.owl-carousel .owl-nav button.owl-next{
right: -55px;
}
.owl-carousel .owl-nav button.owl-prev{
left: -55px;
}

.owl-carousel:hover .owl-nav button.owl-next{
right: 0;
}
.owl-carousel:hover .owl-nav button.owl-prev{
left: 0;
}


.owl-carousel .owl-nav button.owl-next:before{
font-family: 'Material Icons';
font-size: 40px;
display: inline-flex;
justify-content: center;
content: "\e5cc";	
}
.owl-carousel .owl-nav button.owl-prev:before{
font-family: 'Material Icons';
font-size: 40px;
display: inline-flex;
justify-content: center;
content: "\e5cb";}



.content_header{
	position: relative;
}

.content_header .to_index{
	position: absolute;
	bottom: 0em;
	right:0;
	text-align: right;
	font-size: 1rem;
	line-height: 1;
	text-decoration: none;
}
.content_header .to_index:before{
font-family: 'Material Icons';
content: "\e896";
display: inline-block;
vertical-align: middle;
opacity: 0.7;
font-size: 1.4em;
margin-right: 0.2em;
}
.content_header .to_index.grid:before{
content: "\e5c3";
}
.content_header .to_index.staff:before{
content: "\ea1d";
}

body.home .content_header > h2.ttl{
}
.content_header a.to_index:hover{
	color: #999;
}

#home-concept:before,
#home-concept #home-concept-header .ttl,
#concept_choice ul{
background: #F6F7FB;
}
#home-concept{
	position: relative;
}
#home-concept:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: -3;

}
#home-concept .inbox{
	position: relative;
}
#home-concept .inbox:before{
	content: "";
	display: block;
	position: absolute;
	border: 1px solid #595757;
	width: 100%;
	max-width: 1100px;
	margin-left: 50%;
	transform: translate(-50%);
	bottom: 0;
	top: 0;
	margin-top: 1em;
	z-index: -1

}

#home-concept #home-concept-header .ttl{
display: inline-block;
padding: 0 2em;
}


#home-concept #home-concept-header  + div p{
line-height: 2em;
}
#home-concept .inbox + .btn{
margin-top: -2em;
cursor: default;
}
#concept_item{
	margin-left:calc( -44vw  + 50%);
	margin-right:calc( -44vw  + 50%);
}
@media screen and (max-width: 767.98px) {
#concept_item{
	margin-left:2rem;
	margin-right:2rem;
}


}
#concept_item .nav-item .w100 {
  height: 0;
  padding-top: clamp(14rem, 65%, 7rem);
}

#concept_choice li,
#concept_choice li div,
#concept_choice li img{
position: relative;
}
#concept_choice li a{
}
#concept_choice li:before{
position:absolute;
content: "";
background: #fff;
top: 0;
bottom: 0;
left: 15px;
right: 15px;
display: block;
}
#concept_choice li a{
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
display: block;
overflow: hidden;
white-space: nowrap;
text-indent: 150%;
}

#concept_choice li .txtcell{
padding: 0.2em 0.7em 1.5em;
}
#concept_choice li .subttl{
display: block;
margin-bottom: 1em;
}
#concept_choice li .ttl{
font-size: 17px;
line-height: 1.6em;
}



#concept_choice li figure{
position: relative;
}
#concept_choice li figure:after{
}
#concept_choice li:hover figure img{
opacity: 0.7;
}
@media screen and (max-width:991.98px) {
#concept_choice li .ttl{
font-size: 1.5vw;
}
}
@media screen and (max-width:767.98px) {
#concept_choice li .ttl{
font-size: 3vw;
}
}




/*POST REFORM*/

#addcontent-reform #reform-meta,
#addcontent-reform #gallery-set{
	background: rgba(255,249,239,1.00);
}
#addcontent-reform #reform-meta{
	border: 1px solid #D2C39A;
    padding: 1em 2em;
    border-radius: 1em;
}
#addcontent-reform #reform-meta{
	padding: 2em 5% 0;
	color: #624106;
}
#addcontent-reform #reform-meta > .inbox:first-child{
	margin-bottom: 2em;
}
#addcontent-reform #reform-meta dt.title{
	margin-top: 1em;
}
#addcontent-reform #reform-meta dd{
	padding-bottom: 1em;
	margin-bottom: 1em;
}
#before-after{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
/*HOME-INFOAREA*/


#home-infoarea .content_header{
	
}
#home-infoarea .content_header  a{
color: #454545;
}

#home-news .content_header + .posts{
	position: relative;
	padding-top: 2rem;
}
#home-news .content_header + .posts:before{
content: "";
display: block;
height: 1rem;
border-top: 1px solid #595757;
position: absolute;
left: 0;
right: 0;
	top: 0;
	
}
#home-news{
	background: #F6F7FB;
	box-shadow: 0 0 0 100vmax #F6F7FB;
	clip-path: inset( 0 -100vmax);
}

#home-news .posts,
#home-event .posts{
}
#home-news > .arrow.btn,
#home-event > .arrow.btn{
	margin-top: auto;
	display: block;
	padding-top: 1em;
}



#home-news .posts .post .thumbnail{
max-width: none;
}
#home-news .posts .post .thumbnail .attachment{
padding-top: 87%;
margin-bottom: 10%;
}
/*HOME-EVENTS*/




@media screen and (max-width:767.98px) {
#home-event .posts .post.style-event{
flex: 100%;
}
}



/*HOME-VOICE*/
#home-voice{
}
#home-voice .posts.post.style-voice{}
#home-voice .posts .post .thumbnail,
#home-voice .posts .post .metabox{
width: 100%;
max-width: none;
}

#home-voice .posts .post .attachment{
position: relative;
}
#home-voice .posts .post.style-voice:before{
}


#home-greeting{
}



#home-staff{
}

#home-staff .flexbox > *{
background: #fff;
width: calc( 100% / 5 - 6px );
padding: 0.5rem;
margin: 0 3px;
margin-bottom: 1.5em;
}

#home-staff .user_info{
position: relative;
background: #F6F7FB;
}

@media screen and (max-width:767.98px) {
#home-staff .flexbox > *{
width: calc( 94% / 3 );
}
.page-staff .user_info{
width: calc( 94% / 2 );

}
}
@media screen and (max-width:575.98px) {
#home-staff .user_info,
#home-staff .staff-list{
width: 100%;
margin-bottom:0.5rem;
}
#home-staff .photobox,
#home-staff .staff-meta{
display: inline-block;
vertical-align: top;
text-align: left;
}
#home-staff .photobox{
width: 20%;
margin-bottom: 0;
}
#home-staff .staff-meta{
width: 75%;
}
#home-staff .staff-list a{
text-align: center;
}
#home-staff .staff-list a img{
display: none;
}
#home-staff .staff-list a:after{
content: "> RECRUIT";
color: #595757;
} 
}
/*HOME-BOUT*/
#home-blog {
}
.post.style-inc_blog{}
.post.style-inc_blog:before{
	content: "";
	background: #fff;
	position: absolute;
	left: 0.5rem;
	right: 0.5rem;
	top: 0rem;
	bottom: 0rem;
	border-radius: 0.4rem;
}

.home-posts{
position: relative;
}

.aboveright.arrow.toindex{
text-align: center;
}
.aboveright.arrow.toindex a{
color: #3C3835;
text-decoration: none;
}

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

.aboveright.arrow.toindex{
position: absolute;
right: 0;
top: 1.5em;
}
}



.include-contact {
color: #fff;
background: var(--col_key02);
}
.include-contact .telnum {
  font-size: min(7vw,30px);
}
.include-contact .telnum,
.include-contact.telnum a{
color: #fff;
} 
.include-contact .btn a{
padding: 0.7em 0;
}
.include-contact .btn.to_shiryou  a{
background: var(--col_key05);
color: #222;
}
.include-contact .btn.to_inquiry  a{
background: var(--col_key04);
color: #fff;
}
.include-contact .telnum a{
color: #fff;
}




.posts .post{
	position: relative;
}
/*HOME-EXAMPLE*/

/*POST EXAMPLE　REFORM　VOICE*/

/*
body.archive.tax-reform_cat .wrapper,
body.archive.post-type-archive-reform .wrapper,*/
body.archive.tax-ex_cat .wrapper,
body.archive.post-type-archive-example .wrapper,
body.archive.tax-voice_cat .wrapper,
body.archive.post-type-archive-voice .wrapper
{
	max-width: 1380px;
}
body.archive.tax-ex_cat .entry-header h1,
body.archive.post-type-archive-example  .entry-header h1,
body.archive.tax-voice_cat  .entry-header h1,
body.archive.post-type-archive-voice  .entry-header h1{
	border-top: 0;
}



.posts .linkarea.post.style-example:hover .todetail a{
	background: transparent;
}
.posts .post.style-example .thumbnail .attachment {
	padding-top: 56.25%
}
.posts .post.style-example .attachment img{
transition: all 0.4s ease;
}
.posts .post.style-example:hover .attachment img{
	transform: scale(110%) translate(-45%, -45%);
	
}

.posts .post.style-example{
	overflow: hidden;
}


.posts .post.style-voice .catch,
.posts .post.style-example .catch,
.posts .post.style-voice .title,
.posts .post.style-example .title{
	align-content: stretch;
	padding: 0;
	text-align: center;
	display: block;
}

.posts .post.style-voice .title a,
.posts .post.style-example .title a{
	display: block;
	text-align: center;
}
.posts .post.style-example .title .todetail a{
	background: #D18E35;
	color: #fff;
	border: none;
	opacity: 1;
}
.posts .post.style-example .title .todetail a:hover{
	opacity: 0.8;
}
.posts .post.style-example .title .todetail a:after{
	color: #fff;
}

.posts .post.style-voice .metabox{}
.posts .post.style-voice .metabox .todetail{}

.posts .post.style-voice .thumbnail .attachment{
	padding-top: 62%;
}

#home-example .owl-carousel .owl-item {
padding: 0 0.5rem;
}
.example-item-inner {
position: absolute;
text-align: center;
color: #fff;
left: 0;
right: 0;
top: 0;
bottom: 0;
display: block;
background: rgba(0,0,0,0.70);
opacity: 0;
font-size: 0.8rem;
transition: 0.3s;
text-decoration: none;
}
.linkarea a.example-item-inner:hover{
opacity: 1 !important;
color: #fff;
text-decoration: none;
background: rgba(0,0,0,0.7);
}
#home-example .linkarea:hover {
opacity: 1 !important;
}
.example-item-inner .inbox {
position: absolute;
top: 50%;
transform: translateY( -50%);
width: 100%;
padding: 0 0.5rem;
}

.posts .post.style-home-example .ttl{
	font-size: 1.1rem;
}

@media screen and (max-width: 575.98px) {
.posts .post.style-home-example .ttl{
	font-size: clamp(0.813rem, 0.738rem + 0.37vw, 0.875rem);
}
}

.posts .post.style-home-example .thumbnail {
position: relative;
height: 0;
/*padding-top: 66%;*/
padding-top: 56.25%;
background: #efefef;
}
.posts .post.style-home-example .thumbnail img {
position: absolute;
width: 100%;
height: auto;
top: 50%;
left: 50%;
transform: translate( -50% ,-50%);
}
#home-example .owl-carousel .owl-item > div	{
border: 0;
}
	
	
#home-example .owl-nav{
position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	pointer-events: none;
	}
#home-example .owl-nav button{
	transition: 0.3s;
	background: rgba(0,0,0,0.90);
	pointer-events:all;
	}
	#home-example .owl-nav button:before{
		color: #fff;
	}
#home-example .owl-nav:hover button{
	}

#home-example .owl-prev,
#home-example .owl-next{
position: absolute;
z-index: 2;
top: 50%;
transform: translateY( -50%);
}

	

.posts .post.post.style-event.closed .event-status{
display: none;
}
.posts .post.style-event .metabox .todetail{
padding-top: 1em;
}
.posts .post.style-event .metabox .todetail span{
background: #fff;
border-radius: 1.5em;
padding: 0.5em 1.5em;
border: 1px solid #ccc;
}
.post.style-event .to_detail{
display: inline-block;
vertical-align:middle;
margin-top: 1rem;
}
.post.style-event .to_detail:before{
font-family: 'Material Icons';
display: inline-block;
vertical-align: middle;
content: "\e890";
color: #9c9a99;
font-size: 1.5em;
margin-right: 0.3em;
}

@media screen and (max-width: 575.98px) {
.posts .post.style-event .metabox .todetail span{
	display: block;
	text-align: center;
	}
}


/*HOME-EVENTS*/

.event-meta{
	font-size: 0.9em;
}
.posts .post.style-event a.event-closed{
background: rgba(255,255,255,0.70);
}

@media screen and (max-width:767.98px) {
#home-event .posts .post.style-event{
flex: 100%;
}
}


/*HOME-REASON*/
#home-reason.outerwrap:before{
	
}
#home-reason {
}

#home-reason .nav-item .nav-item-inner{
bottom: 0;
right: 0;
left: 0;
padding: 0.5rem;
background: rgba(255,255,255,0.60);

backdrop-filter:blur( 3px );
-webkit-backdrop-filter: blur(3px);


top:inherit;
transform: none;
color: #000;
text-shadow: none;
}
#home-reason .nav-item .w100{
padding-top: min(12rem, 75%);
}
#home-reason .nav-item .w100 img{
filter: none;
}
#home-reason .nav-item .nav-item-inner{
font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
}

/*アイコン表示*/
.reason-items .reason-item{
position: relative;
}

.reason-items .reason-item .item_bg{
	content: "";
	background: #fff;
	position: absolute;
	left: 0.5rem;
	right: 0.5rem;
	top: 0;
	bottom: 0.5rem;
	z-index: -1;
	border:0.2rem solid #ccc;
	box-sizing: border-box;
}


.reason-items .reason-item .icon .material-symbols-outlined,
.reason-items .reason-item .icon .material-icons{
	font-size: 4.5rem;
}
.reason-items .reason-item a{
	font-size: 0.85em;
	padding: 0.3em;
	position: absolute;
	bottom: 1.5rem;
	left: 2rem;
	right: 2rem;
	transition: .3s;
}
.reason-items .reason-item a:hover{
	opacity: 0.8;
}

@media screen and (max-width: 575.98px) {
.reason-items .reason-item .item_bg{
	top: 0;
}
.reason-items .reason-item .icon{
	width: 6rem;
}
.reason-items .reason-item .rsn_ttl{
	width:  calc( 100% - 6rem);
}
.reason-items .reason-item a{
	left: 1.5rem;
	right: 1.5rem;
	bottom: 1rem;
}

}





.nav-item > *:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
}
.nav-item > * {
	position: relative;
	margin-bottom: 0;
	overflow: hidden;
}
.nav-item .nav-item-inner{
	position: absolute;
	top: 1.5rem;
	left: 1rem;
	right: 1rem;
	color: #fff;
	text-shadow: 0 0 1.5rem #000,00 0 1rem #000,0 0 0.5rem #000;
}

.nav-item .nav-item-inner{
	font-size:1.1rem;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}


.nav-item .w100{
	height: 0;
	padding-top: clamp(7rem, 56.25%, 14rem) ;
/*	padding-top: clamp(7rem, 70%, 14rem) ;*/
}
.nav-item .w100 img{

	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: auto;
	transform:translate( -50%,-50%);
	  filter: brightness(75%)  saturate(115%);
	transition: .3s;
}
.nav-item .w100:hover img{
  filter: brightness(100%)  saturate(100%);
}

@media screen and (max-width: 575.98px) {
.nav-item .nav-item-inner{
}
}


/*HOME-VOICE*/
#home-voice{
}
#home-voice .posts.post.style-voice{}
#home-voice .posts .post .thumbnail,
#home-voice .posts .post .metabox{
width: 100%;
max-width: none;
}

#home-voice .posts .post .attachment{
	position: relative;
}
#home-voice .posts .post.style-voice:before{
}


#home-greeting{
}



#home-staff{
}

#home-staff .flexbox{
	margin-left: -3px;
	margin-right: -3px;
}
#home-staff .flexbox > *{
	background: #fff;
	width: calc( 100% / 5 - 6px );
	margin: 0 3px;
}

#home-staff .user_info{
	position: relative;
	background: #F6F7FB;
}

@media screen and (max-width:767.98px) {
#home-staff .flexbox > *{
	width: calc( 94% / 3 );
	}
.page-staff .user_info{
	width: calc( 94% / 2 );
	
}
}
@media screen and (max-width:575.98px) {
	#home-staff .user_info,
	#home-staff .staff-list{
		width: 100%;
		margin-bottom: 1px;
	}
#home-staff .photobox,
#home-staff .staff-meta{
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}
	#home-staff .photobox{
		width: 20%;
		margin-bottom: 0;
	}
	#home-staff .staff-meta{
		width: 75%;
	}
	#home-staff .staff-list a{
		text-align: center;
	}
	#home-staff .staff-list a img{
		display: none;
	}
	#home-staff .staff-list a:after{
		content: "> RECRUIT";
		color: #595757;
	} 
}
/*HOME-BOUT*/



#home-about {
	overflow-x: hidden;
}
#home-about .content_header{
    background: url("images/hm-about-bg@2x.jpg") center;
	background-size: cover;
	color: #fff;
	padding:1.5rem 0 0.5rem;
}
.aboveright.arrow.toindex{
	text-align: center;
}
.aboveright.arrow.toindex a{
	color: #3C3835;
	text-decoration: none;
}

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

.aboveright.arrow.toindex{
	position: absolute;
	right: 0;
	top: 2rem;
}
}


/*ABOUT*/
#about-filter li .title{
background: #9F8369;
border-left:0;
color: #fff;
}
/*STAFF POPUP*/
.staff_list{
}

.staff_list .edit_theme.staff{
position: initial;
display: block;
width: 100%;
clear: both;
text-align: right;
}


.user_info .staff-post{
line-height: 1.8em;
color: #B56B31;
}

.user_info .staff-post,
.user_info .staff-division{
line-height: 1.4em;
font-size: 0.9em;
}

.user_info .staff-division{
display: none;
}
.user_info .staff-name{
font-size: 1.1em;
}
.user_info .staff-kana{
font-size: 0.8em;
}
.user_info .staff-meta{
text-align: center;
}
.user_info .staff-meta > div{
width: auto;
}


#staff-inbox {}
#staff-inbox .user_info {
position:inherit;
padding: 0;
}
#staff-inbox .user_info > .inbox{
position: relative;
}

#staff-inbox .user_info .user_name > span {
margin-right: 1em;
}
.user_info .userphoto, .user_info .photo {
width: 100%;
}
#staff-inbox .user_info .thumbnail {
float: left;
}
#staff-inbox .user_info .photobox{
position: relative;
}
#staff-inbox .user_info .photobox img.photo{
max-width: 152px;
margin: 0 auto;
display: block;
}

#staff-inbox .user_info .user-meta {
float: right;
width: calc(100% - 220px);
}

.user_info{

}
.user_info .staffpopup{
width:100%;
height: 100%;
background:rgba(0,0,0,0.7);
box-sizing:border-box;
position:fixed;
top:0;
left:0;
right: 0;
bottom: 0;
padding-bottom: 200%;
visibility: hidden;
opacity: 0;
}

.user_info .staffpopup .inbox{
z-index: 99;    
background:#fff;
padding:1em 2%;
box-sizing:border-box;
position:fixed;
top:50%;
left:50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 90%;
max-width: 800px;
}
.user_info .staffpopup .inbox .w100{
position: relative;
margin-bottom: 1em;
}
.user_info .staffpopup .inbox .w100 .romaji{
margin-left: 15px;
margin-right: 15px;

}


.user_info img{
width:100%;
}
.user_info label{
display:block;
position:absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
body.page-about .user_info label,
body.page-staff .user_info label{
cursor:pointer;
}

.user_info label span{
}
.user_info label span:hover{
cursor:pointer;
}
.user_info input[type="checkbox"]{
display: none;
}

.user_info input[type="checkbox"]:checked + .staffpopup{
z-index: 400;
}
.user_info input[type="checkbox"]:checked + .staffpopup{
visibility: visible;
opacity: 1;
transition:.2s;
}

.userinfo_detail{
/*    font-size: 0.85em;*/
line-height: 1.6;
font-size: 1em;;
}
.userinfo_detail .user_post_division{}

.userinfo_detail .user_post_division > span{
display: inline-block;
margin-right: 1em;
}
.userinfo_detail em{
font-style: normal;
}
.userinfo_detail .credential,
.userinfo_detail .from{
font-size: 0.9em;
margin-bottom: 0.5em;;
}


body.home .user_info input[type="checkbox"]:checked + .staffpopup{
display: none;
}


main a {
	color: #0056b3;
}
main a:hover {
	color: #111;
}

/*PAGE*/

.entry-content .anchor{
margin-bottom: 7em;
}
@media screen and (min-width:768px) {
.entry-content .anchor{
margin-bottom: 4em;
}
}

#topinfo.page_header{
background: url("images/pg_hdr-bg@2x.jpg") center no-repeat;
background-size: cover;
padding: 8%;
color: #fff;
text-align: center;
font-weight: normal;
}

#topinfo.page_header .subttl{
font-size:0.85rem;
display: block;
}
#topinfo.page_header .ttl_img{
margin-left: auto;
margin-right: auto;
}

body.page-template-htmlpage_onecolumn_notitle #content .entry-content:first-child{
padding-top: 0;
padding-bottom: 0;
}
/*ENTRY*/
#main{
font-size: clamp(0.938rem, 0.784rem + 0.43vw, 1.125rem);
}

h1.index-title,
h1.entry-title,
h1.page-title,
header.entry-header span.entry-title{
font-weight: 500;
color: #000;
letter-spacing: .04em;
margin: calc(20em/40) 0 calc(28em/40);
}
@media screen and (min-width:576px) {
h1.index-title,
h1.entry-title,
h1.page-title,
header.entry-header span.entry-title{
font-size: 1.3em;
}
}

h2[style="text-align: center;"],
h3[style="text-align: center;"],
h4[style="text-align: center;"],
h5[style="text-align: center;"]{
background: none;
padding-left: 0;
padding-right: 0;
}
.renov_page_h1 h1,
main.page-financialplan .entry-content h2,
main#page-order .entry-content h2,
body.page-order-child .entry-content h2,
main.page-renovation .entry-content h2,
body.page-renovation-child .entry-content h2,
main.page-reformwork .entry-content h2{
background: none;
padding: 0.3em 1em;
border: 1px solid #595757;
text-align: center;
font-size: 1.5em;
margin-bottom: 2em;
}

.ttl.merit{
color: #C9A063;
background: none;
vertical-align: middle;
padding-left: 0;
}

.ttl.merit > span{
background: #C9A063;
color: #fff;
display: inline-block;
padding: 0.2em 1em;
border-radius: 3px;
vertical-align: middle;
font-size: 0.9em;
margin-right: 0.8em;
}

.ttl.point{
color: #5F401D;
background: none;
vertical-align: middle;
padding-left: 0;
border-bottom: 0;
}

.ttl.point > span{
background: #5F401D;
color: #fff;
display: inline-block;
padding: 0.2em 1em;
border-radius: 3px;
vertical-align: middle;
font-size: 0.9em;
margin-right: 0.8em;
}

.ttl_ribbon,
.entry-content .ttl_ribbon{
background: #E49A0F none;
color: #fff;
text-align: center;
padding-right: 0;
max-width: 1200px;
margin: 0 auto 1em;
border: 0;
padding: 0.5em ;
}

.ttl_ribbon.btn{}

.wide.btn {
width: 80%;
margin-left: auto;
margin-right: auto;
background: transparent;
}
.wide.btn a{
display: block;
width: 100%;
padding: 0.6em;
background: #EEB118 none;
}


#main.page-inquiry h1.entry-title,
#main.page-web_yoyaku_faq h1.entry-title,
#main.page-web_yoyaku h1.entry-title,
#main.page-inqyuiry_webyoyaku h1.entry-title,
#main.page-stop_mail h1.entry-title
{
padding:2rem;
border:0.4rem solid #eee;
margin-bottom:3rem;
}




/*POST EXAMPLE*/
/*POST REFORM*/

#addcontent-reform #reform-meta,
#addcontent-reform #gallery-set{
background: rgba(255,249,239,1.00);
}
#addcontent-reform #reform-meta{
border: 1px solid #D2C39A;
padding: 1em 2em;
border-radius: 3px;
}
#addcontent-reform #reform-meta{
padding: 2em 5% 0;
color: #624106;
}
#addcontent-reform #reform-meta > .inbox:first-child{
margin-bottom: 2em;
}
#addcontent-reform #reform-meta dt.title{
margin-top: 1em;
}
#addcontent-reform #reform-meta dd{
padding-bottom: 1em;
margin-bottom: 1em;
}
#before-after{
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}


/*PAGE CONCEPT*/

#main.page-concept #page_concept00{
background: url("images/pg_concept00-bg@2x.jpg") no-repeat center #E6E3DB;
background-size: cover;
padding: 2% 0 2%;
}


/*CONCEPT INFOALIVR*/



.spec_price {
text-align: center;
}
.spec_price > *{
width: 100%;
vertical-align: bottom;
padding: 1em;
box-sizing: border-box;
}
.spec_price table{
width: 100%;
}
.spec_price table td,
.spec_price table th{
border: 1px solid #ccc;
font-weight: normal;
padding: 0.4em ;
}


.spec_price > div{}

.spec_price .price{
font-size: 1.2em;
margin-bottom: 0;
}

.spec_price .price-box{
padding:2em 0 0;
border-bottom: 1px solid #595757;
}
.spec_price .price-box .ttl{
text-align: left;
}
.spec_price .price-box .price{
text-align: right;
}
.spec_price .price .number{
font-size: 2em;
color: #C60505;
margin-left: 1em;
}
.pagetab.concept-nav li{
position: relative;
}
.pagetab.concept-nav li.concept1 a{
background:#E3597E;
}
.pagetab.concept-nav li.concept2 a{
background:#D39E46;
}
.pagetab.concept-nav li.concept3 a{
background:#5388BE;
}
.pagetab.concept-nav li.concept4 a{
background:#72A757;
}

.pagetab.concept-nav li a:hover,
.pagetab.concept-nav li.current-menu-item a{
border: 0;
opacity: 0.8;
color: #fff;
}
.pagetab.concept-nav li a::before{
background: #361B02;
color: #fff;
opacity: 1;
}
@media screen and (min-width:992px) {
.pagetab.concept-nav li{
width: 25%;
}
}

#page_concept-intro{}
#page_concept-intro p{
line-height: 2em;
}


.page_concept_content:nth-child(even) h2{
border-left: 4px solid #83B744 ; 
background: none;
border-bottom: 0;
font-size: 1.7em;
padding-left: 1em;
margin-top: 0;;
}

.page_concept_content:nth-child(odd) h2{
border-right: 4px solid #83B744 ;
background: none;
border-bottom: 0;
font-size: 1.7em;
padding-right: 1em;
margin-top: 0;
text-align: right;
}

.page_concept_content:nth-child(even) .imgcell figure{
margin-left: -28%;
}
.page_concept_content:nth-child(odd) .imgcell figure{
margin-right: -28%;
}


.page_concept_content h3.ttl.noicon{
padding-left: 0 !important;
padding-top: 0;
margin-top: 0;
}

.page_concept_content .textcell p{
line-height: 2em;
}


@media screen and (max-width:767.98px) {
#page_concept-intro p.txt-llll{
font-size: 5.5vw;
}
#page_concept-intro p.txt-l{
font-size: 3.6vw;
}
#main.page-concept .page_concept_content .textcell h2{
font-size: 5.5vw;
border: 0;
padding-left: 0;
padding-right: 0;
text-align: center;

}

#main.page-concept .imgcell figure{
margin-left: -10%;
margin-right: -10%;
}

}

/*PAGE OHIKIWATASHI FLOW*/
main.page-ohikiwatashi-flow{}

main.page-ohikiwatashi-flow dl.flow dt{
color: #003380;
}

main.page-ohikiwatashi-flow dl.flow dt:before{
background: #003380;
}


/*PAGE　KURASHI*/
main.page-kurashi .page_concept_content .row > div{
z-index: 3;
position: relative;
}
main.page-kurashi .page_concept_content:after{
height: calc( 100% - 7.8em );
top: 7.8em;
z-index: 1;
left: -15px;
width: 100vw;
}
@media screen and (min-width:1200px) {
main.page-kurashi .page_concept_content:after{
z-index: 1;
left: calc( 600px - 50vw);
}
}/*
@media screen and (min-width: 992px) {
.pagetab .menu-renov-nav-container li{
width: calc( 100% / 4 ) ;
}
.pagetab .menu-order-nav-container li{
width: calc( 100% / 6 ) ;
}
.pagetab .menu-reform-nav-container li{
width: calc( 100% / 3 ) ;
}

}
.pagetab .menu-reform-nav-container li a:before,
.pagetab .menu-renov-nav-container li a:before,
.pagetab .menu-order-nav-container li a:before{
background: #4D3015;
opacity: 1;
}
*/


.pagetab{
	display: flex;
	justify-content: center;
	margin-top: 3rem;
	margin-bottom: 3rem;
	
}

.pagetab ul{
	margin-left: -1rem;
	margin-right: -1rem;
	width: auto;
}
.pagetab ul li {
box-sizing: border-box;
margin: 0 ;
position: relative;
letter-spacing: 0;
font-size: 0;
padding: 0 1rem;
vertical-align: middle;
float: none;
}

.pagetab .menu-order-nav-container li a{
font-size: 1rem;
	text-decoration: none;
}

.anchor_link_set{
display: none;
}

/*BUILDER*/
.builder_page_h1{}

.builder_page_h1 h1{ 
font-size: 1.4em;
padding: 0.5em;
color: #fff;
background: #5F401D;
text-align: center;
}


/*FOOTER*/

#global-navi-logo > a{
background-size: contain;
height: 50px;
max-width: 600px;
padding-top: 60px;
overflow: hidden;
}
#hiddendiv{
z-index: inherit;
}

.gtn-contgact {
text-align: center;
}

.gtn-contgact > *{
display: inline-block;
vertical-align: middle;
}
.gtn-contgact .inc_contact-btn .btn_set{
margin: 0;
}
.gtn-contgact .inc_contact-btn a{
width: auto;
padding: 0.3em 1.5em;
}
.gtn-contgact .inc_contact-btn .btn {
margin: 0;
padding: 0.2em
}

@media screen and (max-width:575.98px) {
.gtn-contgact .inc_contact-btn .btn {
width: 100%;
}
}

@media screen and (max-width:767.98px) {
#wrapper #global-navi{
padding-top: 0;
}	
#global-navi-logo > a{
max-width: 200px;
}
}

.wpcf7-validates-as-date{
min-width: 8em;
min-height: 1.7em;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

#footer{}
#footer_img{
display: none;
}

#footer_inbox{
background: #efefef;
padding-bottom: 80px;
}

#footer ,
#footer a{
color: #222;
}
#footer .footer-contact{
border-bottom: 1px solid #fff;
}



/*cookie-notice*/
#cookie-notice{
background: rgba(50,50,58,0.4) !important;
top:0;
}
#cookie-notice.cookie-notice-hidden {
display: none;
}

#cookie-notice .cookie-notice-container{
background: #fff;
width: 90%;
border-radius: 4px;
max-width: 640px;
margin: 50vh auto 0;
position: relative;
}
#cookie-notice #cn-notice-text{
color: #333;

}
#cookie-notice #cn-close-notice{
position: absolute;
display: block;
right: 3px;
top: calc( 100% - 15px);
}

.cookie-notice-container #cn-notice-buttons a{
margin-bottom: 5px !important;
}
#wrapper #global-navi{
background:rgba(230, 0, 18,0.5);
-webkit-backdrop-filter: blur(30px);
backdrop-filter: blur(30px);
}
#wrapper #global-navi ul li a{
color: #fff;
}

#global-navi #access .menu .sub-menu {
  background: rgba(230, 0, 18,0.5);
}

.home-menu .sub-menu > .menu-item:not(:last-child) {
  border-bottom: 1px solid rgba(255,255,255,0.30);
}
/*消費者*/

body.page-consumer .entry-content.wrapper,
body.page-consumer-child .entry-content.wrapper,
body.page-consumer header.wrapper,
body.page-consumer-child .entry-header.wrapper{
}



/*引換所*/
#tablepress-exchangelist .column-1{
	width: 12em;
	border: 1px solid hsl(0, 0%, 86.7%);
}
#tablepress-exchangelist tbody{
	border: 1px solid hsl(0, 0%, 86.7%);

}


#tablepress-exchangelist .column-1{
	width: 12em;
	border: 1px solid hsl(0, 0%, 86.7%);
}
#tablepress-exchangelist tbody{
	border: 1px solid hsl(0, 0%, 86.7%);

}


/*2025*/

#tablepress-41 td{
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
#tablepress-41 .column-1{
	white-space: nowrap;
	text-align: center;
}

#tablepress-41 td.column-1 > span{
	display: inline-block;
	color: #fff;
	border-radius: 1em;
	background:  rgba(0,8,73,1.00);
	padding: 0 1em;
	line-height: 2em;
}
#tablepress-41 .row-1 th{
	background: #f39700;
	color: #fff;
}

#tablepress-41 .row-2 td{
	background: #fff6d7;

}
#tablepress-41 .row-3 td{
	background: #fedf8f;
}

#tablepress-41 .row-4 td{
	background: #f2cab0;
}
#tablepress-41 .row-5 td{
	background: #fadbea;
}


#tablepress-41 .row-6 td,
#tablepress-41 .row-7 td,
#tablepress-41 .row-8 td,
#tablepress-41 .row-9 td,
#tablepress-41 .row-10 td,
#tablepress-41 .row-11 td,
#tablepress-41 .row-12 td
{
	background: #d4edf4;
}


#tablepress-41 .row-13 td,
#tablepress-41 .row-14 td,
#tablepress-41 .row-15 td
{
	background: #a0ceef;
}

#tablepress-41 .row-16 td,
#tablepress-41 .row-17 td,
#tablepress-41 .row-18 td,
#tablepress-41 .row-19 td
{
	background: #d6e9c9;
}
#tablepress-41 .row-20 td
{
	background: #f3f3f3;
}

#tablepress-41 .column-4{
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	vertical-align: middle;
	text-align: center;
}

#tablepress-41 .row-2 .column-4{
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	vertical-align: middle;
	text-align: center;
}
#tablepress-41  .column-5{
	vertical-align: middle;
}


table#tablepress-41 th, 
table#tablepress-41 td{

	white-space: nowrap;
}




/*2025第２弾*/

#tablepress-44 td{
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
#tablepress-44 .column-1{
	white-space: nowrap;
	text-align: center;
}

#tablepress-44 td.column-1 > span{
	display: inline-block;
	color: #fff;
	border-radius: 1em;
	background:  rgba(0,8,73,1.00);
	padding: 0 1em;
	line-height: 2em;
}
#tablepress-44 .row-1 th{
	background: #004ea1;
	color: #fff;
}
#tablepress-44 .row-2 td,
#tablepress-44 .row-3 td{
	background: #fff5d7;
}

#tablepress-44 .row-4 td{
	background: #fedf8f;
}


#tablepress-44 .row-5 td,
#tablepress-44 .row-6 td,
#tablepress-44 .row-7 td,
#tablepress-44 .row-8 td,
#tablepress-44 .row-9 td,
#tablepress-44 .row-10 td
{
	background: #fbdceb;
}


#tablepress-44 .row-11 td,
#tablepress-44 .row-12 td,
#tablepress-44 .row-13 td,
#tablepress-44 .row-14 td
{
	background: #d4edf4;
}

#tablepress-44 .row-15 td,
#tablepress-44 .row-16 td,
#tablepress-44 .row-17 td
{
	background: #a1d9f6;
}
#tablepress-44 .row-18 td
{
	background: #d6eacf;
}

#tablepress-44 .column-4{
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	vertical-align: middle;
	text-align: center;
}

#tablepress-44 .row-2 .column-4{
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	vertical-align: middle;
	text-align: center;
}
#tablepress-44  .column-5{
	vertical-align: middle;
}


table#tablepress-44 th, 
table#tablepress-44 td{

	white-space: nowrap;
}






/*FOR DEALER:  事業者向け;*/
body.page-dealer .entry-content.wrapper,
body.page-dealer-child .entry-content.wrapper,
body.page-dealer header.wrapper,
body.page-dealer-child .entry-header.wrapper{
	max-width: 900px;
}

body.page-dealer header.wrapper,
body.page-dealer-child .entry-header.wrapper{
	margin-top: 3rem;
	margin-bottom: 3rem;
	border-bottom: 3px solid #eee;
}

body.page-dealer .entry-content h3{
	font-weight: 700;
	margin-bottom: 1rem;
	
}


.entry-content .gaiyou h3{
	margin-bottom: 1rem;
	
}

.entry-content .gaiyou h2{
font-size: clamp(1.25rem, 1.114rem + 0.68vw, 1.625rem);
}


/* 事業概要　公開前;*/
body.page-dealer .entry-content{
	padding-left: 4rem;
}

body.home.page-id-10333 #breadcrumb,
body.home.page-id-10333 #header{
display:none;
}


body.home.page-id-10333 #main,
body.home.page-id-10333 .entry-content{
max-width:none;
}

body.page-dealer p,
.gaiyou p
#gaiyou p{
margin-left:1rem;
}

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

body.page-dealer h2,
body.page-dealer h3,
.entry-content .gaiyou h2,
.entry-content .gaiyou h3,
#gaiyou h2,
#gaiyou h3{
margin-left:-3rem;
}
body.page-dealer h4,
.entry-content .gaiyou h4,
#gaiyou h4{
margin-left:-2rem;
}
}
#gaiyou h2{
font-size: clamp(1.25rem, 1.114rem + 0.68vw, 1.625rem);
line-height: 1.333;
padding: 0.4em 0.5em;
background: #f4f4f4;
border-left: solid 5px #004ea2;
border-bottom: solid 3px #d7d7d7;
margin-bottom: 1.5rem;
margin-top: 1.5em;
}
body.page-dealer h3,
.entry-content .gaiyou h3
#gaiyou h3{
margin-botom:1rem;
font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
height: 1;
}

body.page-dealer h4,
.entry-content .gaiyou h4,
#gaiyou h4{
font-size:1.1rem;
}



#gaiyou h4,
#gaiyou h5,
#gaiyou h6{
font-size:clamp(1rem, 0.955rem + 0.23vw, 1.1rem);
line-height: 1.5;
}

@media screen and (max-width: 575.98px) {
body.page-dealer .entry-content{
	padding-left:0;
}
body.page-dealer p,
#gaiyou p{
margin-left:3rem;
}
body.page-dealer h2,
	body.page-dealer h3,
#gaiyou h2,
#gaiyou h3{
margin-left:0rem;
}
body.page-dealer h4,
#gaiyou h4{
margin-left:1rem;
}


}



/*FAQ 　Q&A*/


#main.page-faq{}
#main.page-faq_c .entry-content ol >li > p,
#main.page-faq .entry-content ol >li > p{
    font-size: 1.4rem;
    font-weight: bold;
    padding-left: 3rem;
    text-indent: -3rem;
    vertical-align: middle;
    border-top: 1px dotted #ccc;
    padding-top: 1.5rem;
	margin-bottom: 1.5rem;
}
#main.page-faq_c .entry-content ol >li > p{
    color: #a40101;
}
#main.page-faq .entry-content ol >li > p{
    color: #064285;
}

#main.page-faq_c .entry-content ol >li > p:before,
#main.page-faq .entry-content ol >li > p:before{
    content: "Q";
    display: inline-block;
    padding: 0.2em;
    color: #fff;
    border-radius: 50%;
    width: 1.9em;
    line-height: 1.5em;
    text-align: center;
    margin-right: 0.3rem;
    text-indent: -0;
    vertical-align: middle;
}

#main.page-faq_c .entry-content ol >li > p:before{
    background: #cd0101;
}
#main.page-faq .entry-content ol >li > p:before{
    background: #064285;
    
}

    
#main.page-faq_c .entry-content ol >li > p,
#main.page-faq .entry-content ol >li > p{
    margin-top: 2.5em;
}
.menu-fnav_dealer-container{
    margin-top: 2em;
    border-top: 3px solid #064285;
    padding-top: 1em;
}

.menu-fnav_dealer-container:before{
	content: "事業者向けメニュー";
    color: #064285;
    display: inline-block;
    padding: 0.3em 0.8em;
    font-size: 1.2em;
    font-weight: bold;
}

.entry-utility{
	font-size: clamp(0.688rem, 0.619rem + 0.34vw, 0.875rem);
	opacity: 0.6;
}


.btn a, .entry-content .btn a {
  background: #2a71b9;
  border-radious: 0.5rem;
}


.posts.table .post.style-storelist  th{
	padding-top: 1.5rem;
	padding-bottom: 0.3rem;
}
.mw-wrap,
.mw-wrap-check,
.wpcf7-form-control-wrap .wpcf7-checkbox{
padding: 0.5em;
border: 1px solid #ddd;
background: #f9f9f9;
display: block;
}

