body{
	/*background-image: url("../../../uploads/2024/02/bg-scaled.jpg");
	background-attachment: scroll;
	background-size: contain;
	background-repeat: no-repeat;
	background-position:center top;*/
}

/*フォント*/
body{
	font-family: "FOT-筑紫A丸ゴシック Std M" !important;
}
b,strong{
	font-family: "FOT-筑紫A丸ゴシック Std D" !important;
}
h1,h2,h3,h4,h5,h6 , .p-global-nav a{
	font-family: "FOT-筑紫A丸ゴシック Std B" !important;
}


/*ヘッダー関連*/
@media screen and (min-width: 1024px){
	.c-site-branding__title .custom-logo{
		width:150px !important;
	}
	.p-global-nav #menu-item-146 span{
		background-color:#E68A97;
		color:#fff !important;
	}
}
@media screen and (max-width: 1024px) {
	header .c-site-branding__title .custom-logo{
		width:150px;	
	}
	header .c-hamburger-btn__label{
		display:none;
	}
	header .c-hamburger-btn{
		padding:7px;
		background-color:#E68A97;
		border-radius:7px;
	}
	header .c-hamburger-btn__bar{
		background-color:#fff !important;
		height:2px !important;
	}
	header .c-hamburger-btn[aria-expanded=true]>.c-hamburger-btn__bars>.c-hamburger-btn__bar:nth-of-type(2) {
    	background-color: initial !important;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1252px){
	header #menu-global-navi li.menu-item-125 a span, #menu-global-navi li.menu-item-146 a span, #menu-global-navi li.menu-item-1057 a span, #menu-global-navi li.menu-item-1058 a span{
		min-width:initial !important;
		width: 90vw;
      max-width: 120px;
	}
	header .p-global-nav .c-navbar__item>a span{
		/*font-size:1.2vw;*/
	}
}
@media screen and (min-width: 640px) and (max-width: 1024px){
	/*#menu-global-navi{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}*/
}

#menu-global-navi{
	margin-bottom:0px;
}

/*
#drawer-nav li.menu-item-348{
	border-top: solid 1px #fff;
	border-color: rgba(255, 255, 255, 0.5);
}

#drawer-nav.signin li.menu-item-348{
	border:none;
}
*/

#menu-global-navi li.menu-item-125 a,#menu-global-navi li.menu-item-146 a,#menu-global-navi li.menu-item-1057 a,#menu-global-navi li.menu-item-1058 a{
	padding:0px 5px;
}
#menu-global-navi li.menu-item-125 a,#menu-global-navi li.menu-item-1057 a{
	padding-left:20px;
}
#menu-global-navi li.menu-item-125 a span,#menu-global-navi li.menu-item-146 a span,#menu-global-navi li.menu-item-1057 a span,#menu-global-navi li.menu-item-1058 a span{
	display:inline-block;
	border-radius:23px;
	border:solid 1px #E68A97;
	padding:10px;
	min-width:200px;
	text-align:center;
	color:#E68A97;
	
	transition:all 0.3s;
}

#drawer-nav li.menu-item-350 a,#drawer-nav li.menu-item-351 a{
	display:inline-block;
	border-radius:23px;
	border:solid 1px #E68A97;
	padding:10px;
	width:100%;

	background:#fff;
	color:#E68A97;
	text-align:center;
	transition:all 0.3s;
}

#menu-global-navi li.menu-item-125 a span:hover,#menu-global-navi li.menu-item-146 a span:hover,#menu-global-navi li.menu-item-1057 a span:hover,#menu-global-navi li.menu-item-1058 a span:hover{
	opacity:0.65;
}

#menu-global-navi-1 li.menu-item-146 a span{
	background-color:#E68A97;
	color:#fff;
}

#menu-item-1057 ul.c-navbar__submenu li a{
	padding:10px 0px 10px 10px;
}

#menu-global-navi li.menu-item-1057,#menu-global-navi li.menu-item-1058,
#menu-global-navi.signin li.menu-item-125,#menu-global-navi.signin li.menu-item-146,
#drawer-nav li.menu-item-1059,#drawer-nav li.menu-item-1060,
#drawer-nav.signin li.menu-item-350,#drawer-nav.signin li.menu-item-351{
	display:none;
}
#menu-global-navi.signin li.menu-item-1057,#menu-global-navi.signin li.menu-item-1058{
	display:flex;
}
#drawer-nav.signin li.menu-item-1059,#drawer-nav.signin li.menu-item-1060{
	display:flex;
}

/*フッター関連*/
footer.l-footer{
	background-color:#F7F7F7;
}
footer.l-footer .l-footer-widget-area{
	padding-bottom:0px;
}

footer.l-footer #block-8 > div > div.wp-block-column{
	text-align:center;
}
.l-footer-widget-area{
	padding-top:0 !important;
}
.footer_cta_cover{
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 782px) {
	footer.l-footer #block-8 > div > div.wp-block-column:nth-child(1){
		border-right: solid 1px #707070;
	}
}

footer.l-footer #block-8 > div > div.wp-block-column > div.wp-block-columns{
	margin:auto;
	width:100%;
	max-width:450px;
	text-align:left;
}

footer.l-footer .l-footer-widget-area .widget_nav_menu ul {
    /*flex-wrap: wrap;*/
}

footer.l-footer .l-footer-widget-area .widget_nav_menu ul li {
    /*width: 50%;
    margin: 0px;
    margin-bottom: 5px;*/
}

footer.l-footer .c-copyright{
	background-color:transparent;
	color:#2C2C2C;
}
@media screen and (min-width: 1024px) {
	.f_co01_left{
		border-right: 2px solid #CBCBCB;
		/*margin-right: 85px !important;*/
		padding-right:20px;
		/*max-width:max-content !important;*/
		
	}
	.footer_btns{
		max-width:320px !important;
		margin-left:0 !important;
	}
	.f_co01_right{
		max-width: max-content;
    	margin: 0 auto !important;
		min-width: 382px !important;
	}
}
@media screen and (max-width: 781px) {
	footer.l-footer #block-8 > div > div.wp-block-column > div.wp-block-columns{
		text-align:center;
	}
	
	footer.l-footer #block-8 > div > div.wp-block-column:nth-child(1) .wp-block-image img{
		margin:auto;
	}
	
	footer.l-footer .l-footer-widget-area .widget_nav_menu ul li {
		width: 100%;
	}
}



/*共通 固定ページタイトル*/
h2.wp-block-heading{
	border-left:none !important;
}
.c-page-header[data-has-image=true] h1{
	color:#000 !important;
}
.question01{
	border:none;
}
.question01 .smb-faq__item__question{
	background-color:#F4F4F4;
	border:none;
	margin-bottom:0px;
	padding:27px 50px ;
}
.question01 .smb-faq__item__answer{
	margin-top: 35px;
   margin-bottom: 35px;
}
.question01 .smb-faq__item{
	padding:0 !important;
	border:none;
	margin-bottom:5px;
}
.cta_tex01{
	max-width:480px;
}
.cta_btn01 a{
	width: 300px;
   max-width: 90vw;
   border: solid 3px #C65586;
   padding-top: 15px;
   padding-bottom: 15px;
}
.border01{
	height:5px;
	max-width:73px;
}
.btn01 a{
	border:2px solid #E68A97 !important;
	width:180px;
	max-width:90vw;
}
#menu-global-navi li.menu-item-125 a span, #menu-global-navi li.menu-item-146 a span , .btn01 a{
	border-width:2px !important;
}
.btn02 a{
	width: 300px;
   padding-top: 15px;
   padding-bottom: 15px;
	max-width:90vw;
}
.smb-btn:hover{
	filter:none;
	opacity:0.65;
}
.hover_c01 a:hover{
	color:#E68A97 !important;
}
.hover_c02 a:hover{
	color:#fff !important;
	
}
@media screen and (min-width: 1024px){
	.c-page-header[data-has-image=true]{
		max-height:182px;
	}
}
@media screen and (max-width: 1023px){
	.c-page-header__title{
		font-size:26px;
	}
	.c-page-header[data-has-image=true]{
		max-height:150px;
	}
	.question01 .smb-faq__item{
		padding-left:10px;
		padding-right:10px;
	}
	.btn01 a{
		width:90vw !important;
	}
	.sp_80_img{
		width:80% !important;
		margin:0 auto !important;
	}
	.sp_full_img{
		margin: 0 calc(50% - 50vw) !important;
		width:100vw !important;
		max-width:initial !important;
	}
	.sp_left_sec_title .smb-section__title , .sp_text_left , .sp_left_sec_title .smb-section__lede{
		text-align:left !important;
	}
	.cta_btn01 a{
		max-width:70vw;
	}
	.top_recommend_col .wp-element-caption span{
		font-size:14px !important;
	}
	.sp_br_none br, .sec_title_lebe_br .smb-section__lede br{
		display:none !important;
	}
	.btn02 a{
		padding-top:10px !important;
		padding-bottom:10px !important;
	}
	section .smb-section__title{
		font-size:26px !important;
	}
	.question01 .smb-faq__item__question {
		padding:15px 15px !important;
	}
	.question01 .smb-faq__item__answer{
		margin-top:20px !important;
	}
	.question01 .smb-faq__item__answer__label{
		display:none;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1252px){
	header .p-global-nav .c-navbar__item>a span , .btn01 a , .btn02 a{
		font-size:1.2vw !important;
	}
}

@media screen and (min-width: 640px) and (max-width: 1023px){
	.tab_center_sec_title .smb-section__title{
		text-align:center !important;
	}
	.top_service_col .wp-element-caption{
		max-width:360px;
		margin:auto;
	}
}
@media screen and (max-width: 639px){
	.question01 .smb-faq__item__question__label{
		margin-right:15px;
	}
}
/*見出し*/
.my-h3{
	color:#ffffff;
	text-align: left;
   padding-left: 20px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	max-width:768px;
}



/*フォーム関連*/
.form-control{
	padding:10px;
}

form .notes{
  font-size:10px;
  color:#666;
}

/* チェックボックス */
.my-form-check {
    position: relative;
    cursor: pointer;
    user-select: none;
    width: 20px;
    vertical-align: top;
    margin: 5px;
}
.my-form-check input {
	opacity:0;
}
.my-form-check .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background: #CCC;
	box-sizing: border-box;
}
.my-form-check .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 8px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: 2px solid #FFF;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.my-form-check input:checked + .checkmark {
	background-color: #E68A97;
}
.my-form-check input:checked + .checkmark:after {
	display: block;
}

/*ボタン*/
.my-btn,.my-btn:hover{
	background-color:#E68A97;
	color:#fff;
	border:none;
	width:100%;
	max-width:250px;
}
.my-btn-gray,.my-btn-gray:hover{
	background-color:#959595;
}

.my-btn-red,.my-btn-red:hover{
	background-color:#D93B35;
}

.my-btn-blue,.my-btn-blue:hover{
	background-color:#3F4476;
}

.my-btn.btn-lg{
	border-radius:30px;
}
.my-btn:hover{
	opacity:0.75;
}
.my-btn-wrapper{
	display:flex;
	justify-content: center;
}
.my-btn-pre{
	margin-right:5px;
}
.my-btn-nex{
	margin-left:5px;
}

.agree-btn,.agree-btn:hover{
	background-color:#E68A97;
	color:#fff;
	border:none;
}
.my-btn-black,.my-btn-black:hover{
	background-color:#5C5C5C;
	opacity:1;
	border-radius: 30px;
}
/*
@media screen and (max-width: 781px) {
	button.my-btn{
		font-size:14px;
	}
}
*/

/*リンク*/
/*
a:link,a:hover,a:focus,a:visited,a:active{
	color:inherit;
}
*/
.my-link,.my-link:link,.my-link:hover,.my-link:active,.my-link:focus,.my-link:visited{
	color:#E68A97;
}

.my-link.red,.my-link.red:link,.my-link.red:hover,.my-link.red:active,.my-link.red:focus,.my-link.red:visited{
	color:#C32929;
}
/*固定ページ共通*/
.page-template-default:not(.home) .l-contents__inner{
	padding-bottom:0 !important;
}

/*トップページ用css*/

body.home .c-section{
	padding-top:0;
}

body.home .main_visual{
	aspect-ratio: 640 / 231;
	overflow:visible;
	position:relative;
}
body.home .main_visual .smb-section-with-bgimage__bgimage{
	background:transparent !important;
}
.top_recommend_col .wp-element-caption{
	text-align:center;
}
.home .top_main_col{
	position:relative;
	z-index:10;
}
.top_service_col .wp-element-caption{
	margin-top:22px !important;
}
.home .top_news_title{
	margin-top:25px !important;
}
.top_service_col figure{
	min-width:240px !important;
}
.top_service_col img{
	margin:0 auto;
}
.home .top_bunner {
	position: absolute;
	bottom: -60px;
	width: 90%;
	max-width: 1280px;
	text-align: right;
	display: flex;
	justify-content: right;
}
.home .store_title{
	border-radius:25px !important;
}
.home .top_store_panel .smb-panels__item{
	border-radius:26px;
}
.home .top_store_panel h4{
	margin-top:15px !important;
	margin-bottom:15px !important;
}
/*.home .question01 .smb-faq__item__answer{
	display:none;
}*/
.home .question01.d-xl-inline-block{
	display:block !important;
}
.home .top_flow_title{
	margin-top:25px !important;
	margin-bottom:15px !important;
}
@media (max-width: 1023px) {
    body.home .main_visual .wp-block-column:not(:empty) {
        flex-basis: 33% !important;
    }
	.home .top_suggestion .smb-section__title br{
		/*display:none;*/
	}
	.top_news .c-entry-summary__title{
		text-align:left;
	}
	.top_bunner_sp{
		display: flex;
		justify-content: right;
		margin-top: -65px !important;
	}
	.home .top_kit{
		/*background-color:#F7F7F7;*/
		background-color:#fff;
	}
	.home section .smb-section__title{
		font-size:26px !important;
	}
	.top_service_col figure{
		min-width:100% !important;
	}
	.home .top_store_panel h4 span{
		font-size:19px !important;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1420px){
	.top_bunner img{
		width:18vw !important;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1252px){
	.home .top_main_btnbox{
		flex-wrap: nowrap;
		gap:10px !important;
	}
	.home .top_main_btnbox .btn01 a{
		max-width:150px !important;
		/*font-size:1.2vw !important;*/
	}
}
@media screen and (min-width: 1024px) and (max-width: 1155px){
	    .home .top_flow_box {
        min-height: 476px !important;
    }
}
@media screen and (min-width: 640px) and (max-width: 1024px){
	.home .btn01 a {
		width: 250px !important;
	}
	body.home .main_visual {
		aspect-ratio: initial !important;
	}
	.home  .main_visual .smb-section-with-bgimage__bgimage img{
		object-position: 70% 0%;
	}
	.home .smb-btn-wrapper.is-style-ghost.top_login_btn a.smb-btn{
		background-color:#fff !important;
	}
	.home .top_bunner{
		right: 10px;
	}
	.home .top_main_tex{
		width:80% !important;
		margin:0 auto !important;
		filter: drop-shadow(1px 1px 10px #fff);
	}
	.home section .smb-section__title{
		font-size:25px !important;
	}
	.home .top_bunner img{
		max-width:190px !important;
	}
}
@media screen and (min-width: 640px) and (max-width: 820px){
	.home .top_bunner img{
		width:200px !important;
	}
	.home .top_bunner{
		right: 20px;
       bottom: -125px;
		z-index:10;
	}
	.home .top_flow_col .smb-box{
		min-height:500px;
	}
}

@media screen and (max-width: 639px){
	.sp_kensa_num{
		display: grid;
		grid-template-columns: 28% 72%;
		align-items: center;
	}
	.home .top_flow_icon{
		max-width:100px;
		margin-top:0 !important;
	}
	.home .flow_number{
		max-width:55px;
	}
}
@media screen and (max-width: 391px){
	.home section .smb-section__title {
        font-size: max(5.8vw,21px) !important;
    }
}

@media (min-width: 1024px) {
	.home .main_visual .c-container , .home .main_visual .smb-section__inner{
		position:initial;
	}
	.home .top_flow_box{
		min-height:425px;
	}
	.home .top_flow_icon{
		min-height:101px;
	}
}

/*固定ページ共通*/
.page-template-default .c-entry__content > .smb-section:first-child:not(.home.page-template-default .c-entry__content > .smb-section:first-child) , .page-template-one-column .c-entry__content > .smb-section:first-child{
	padding-top:0 !important;
}

/*ご利用ガイド*/
.page-id-241 .guide_col h3{
	margin-top: 15px;
   margin-bottom: 5px;
}
/*.page-id-241 .guide_top_ajust01{
	margin-top:-30px;
}
.page-id-241 .guide_top_ajust02{
	margin-top:-21px;
}*/


/*プライバシーポリシー*/
.privacy-policy h2.wp-block-heading{
	background: none;
   padding: 10px 0px;
   border-bottom: 12px solid #F4F4F4;
}

/*フォーム*/
.wpcf7-form input[type=submit]{
	background-color:#E68A97 !important;
	color:#fff !important;
	border-color:#fff !important;
}
.wpcf7-form input[type=submit]:hover{
	opacity:0.65;
}
form.wpcf7-form dl dd{
	margin-bottom:initial !important;
}
/*フローラについて*/
main .about_btn_box{
	max-width:800px;
}

.pc_none{
	display:none;
}
.sp_none{
	display:block;
}

@media screen and (max-width: 639px){
	.pc_none{
		display:block;
	}
	.sp_none{
		display:none;
	}
}



.topics{
	width:100%;
}

.topics dl {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}

.topics dt {
	padding: 10px;
	/*background-color: #f1f1f1;*/
	border-bottom: 1px dotted #ccc;
	width:150px;
}

.topics dd {
	width:calc(100% - 150px);
	padding: 10px;
	background-color: #fff;
	border-bottom: 1px dotted #ccc;
	margin:0px;
}

@media screen and (max-width: 639px){
	.topics dl {
		flex-flow: column;
	}

	.topics dt,.topics dd {
		width:100%;
		padding:10px 0px 0px 0px;
		border:none;
	}

	.topics dd {
		padding:5px 0px 10px 0px;
		border-bottom: 1px dotted #ccc;
	}
}


/*トップリニューアル新規追加スタイル*/
.menu-item a:has(.kensa) {
    background: #E68A97;
    color: #fff !important;
    transition: opacity 0.3s ease, transform 0.3s ease !important;
    border-radius: 35px;
    max-height: 50px;
    min-width: 200px;
}
.menu-item:has(.kensa){
	align-items:center;
}

.menu-item a:has(.menu-login_btn){
	transition: opacity 0.3s ease, transform 0.3s ease !important;
}
.menu-item a:has(.kensa):hover  , .menu-item a:has(.menu-login_btn):hover{
	opacity: 0.8;
	transform: translateY(-2px);
}
.reverse_section_title .smb-section__header{
	display: flex;
    flex-direction: column-reverse;
}
.reverse_section_title .smb-section__header .smb-section__title{
	margin-top:0 !important;
}
.pink_lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pink_lists li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 6px 10px;
  background-color: #f6a6ad;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  border-radius: 2px;
  margin-top: 0 !important;
}
.btns_decoPlus {
  position: relative;
}
.btns_decoPlus {
  position: relative;
}

.btns_decoPlus img {
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
}
.btns_decoPlus a{
	border: 1px solid #E6949C;
    border-radius: 30px;
}
.section_title_reverse2 .smb-section__header{
	display: flex;
    flex-direction: column;
}
.section_title_reverse2 .smb-section__subtitle{
	order:2;
	margin-top:13px;
}
.section_title_reverse2 .smb-section__title{
	order:1;
	margin-top:0 !important;
}
.section_title_reverse2 .smb-section__lede-wrapper{
	order:3;
}
.top_btn_default a{
	border-radius:15px;
}
.top_btn_default a:hover{
	color:#fff !important;
}
.top_login_btn {
  position: relative;
}

.top_login_btn img {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.webReport_title{
	color: #fff;
    background-color: #D36D76;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-radius: 10px;
}
.webReport_title_right{
	background-color:#AC535A;
}
.groupe_question .smb-accordion__item__title{
	padding: 30px 93px !important;
}
.groupe_question .smb-accordion:nth-child(n + 2){
	margin-top:5px !important;
}
.groupe_question .smb-accordion__item__title {
  position: relative;
}

.groupe_question .smb-accordion__item__title img {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.question_other a {
  color: #666666;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: opacity 0.3s ease;
}

.question_other a:hover {
  opacity: 0.7;
}
.sp_main_deco_right,
.sp_main_deco_left {
  position: absolute;
  z-index: 10;
}

.sp_main_deco_right {
  right: 0;
  top: 0;
	opacity: 0.7;
}

.sp_main_deco_left {
  left: 0;
  bottom: -14px;
	z-index:15;
	
}
.voice_slides{
	background-color:#FFE8EA;
}
.no_border_btn .smb-btn{
	border:none !important;
}
.top_slide2_btns .smb-btn{
	border-color:#6e7f8f !important;
}
.top_slide3_btns .smb-btn{
	border-color:#f08b43 !important;
}
.top_sp_slide_columns .wp-block-column:first-child{
	padding-left:20px  !important;
	padding-right:20px !important;
}
@media screen and (min-width: 1024px){
	.top_slider .wp-block-cover{
		aspect-ratio: 1920 / 687 !important;
	}
	.solutions_columns {
	  position: relative;
	}

	.solutions_columns::before {
	  content: "";
	  position: absolute;
	  top: 0;
	  left: 50%;
	  width: 1px;
	  height: 100%;
	  background-color: #ccc;
	  transform: translateX(-50%);
	}
	.solutions_columns{
		justify-content: space-around;
	}
	.voice_section .smb-section-with-bgimage__bgimage{
		aspect-ratio: 1920 / 675;
	}
	.webReportSection .smb-section__subtitle br , .flow_section .smb-section__subtitle br , .top_suggestion .smb-section__title br:last-child , .top_kit .smb-section__title br:first-child{
		display:none;
	}
	.top_slider .spider__arrow[data-direction=prev]:before{
		border-bottom:1px solid #000 !important;
		border-left:1px solid #000 !important;
	}
	.top_slider .spider__arrow[data-direction=next]:before{
		border-top:1px solid #000 !important;
		border-right:1px solid #000 !important;
	}
}
@media screen and (max-width: 1023px){
	section.smb-section .smb-section__title , section.smb-section .smb-section__title span:not(.top_sp_main .smb-section__title span){
		font-size:25px !important;
	}
	section.smb-section .smb-section__subtitle , section.smb-section .smb-section__subtitle span{
		font-size:20px !important;
	}
	.solutions_section {
	  width: 100vw;
	  margin-left: calc(50% - 50vw) !important;
	  margin-right: calc(50% - 50vw) !important;
		padding-left:20px;
		padding-right:20px;
	}
	.btns_decoPlus a{
		width: 90vw;
		max-width: 324px;
	}
	.pink_lists li{
		font-size:16px !important;
	}
	.webReportSection .smb-section__lede-wrapper .smb-section__lede br , .flow_section .smb-section__lede-wrapper .smb-section__lede br{
		display:none;
	}
	.webReportSection .smb-section__lede-wrapper .smb-section__lede , .flow_section .smb-section__lede-wrapper .smb-section__lede{
		text-align:left;
	}
	.homeSP_lefttext_brnone{
		text-align:left;
	}
	.homeSP_lefttext_brnone br{
		display:none;
	}
	.store_title{
		padding-top:5px !important;
		padding-bottom:5px !important;
	}
	.store_title span{
		font-size:19px !important;
	}
	.voice_slides .spider__arrow::before{
		border-color:#000 !important;
	}
	.groupe_question .smb-accordion__item__title{
		padding:20px !important;
	}
	.groupe_question .smb-accordion__item__title__label{
		padding-left:45px !important;
	}
	.groupe_question .smb-accordion__item__title img{
		left:22px;
		width:20px !important;
	}
	.top_main_SPbtns{
		flex-wrap:nowrap !important;
	}
	.top_main_SPbtns a{
		width:42vw !important;
	}
	.top_slide3_btns .smb-btn , .top_slide2_btns .smb-btn{
		width:42vw !important;
	}

	.sp_main_slider{
		z-index:11 !important;
		position:relative !important;
	}
	.top_kit{
		padding-bottom:0;
	}
	.footer_btns{
		max-width:208px !important;
		margin-left:0 !important;
	}
	.top_slide3_btns , .top_slide2_btns{
		flex-wrap:nowrap !important;
	}
	.sp_main_slider .spider__arrow[data-direction=prev]:before{
		border-bottom:2px solid #000 !important;
		border-left: 2px solid #000 !important;
	}
	.sp_main_slider .spider__arrow[data-direction=next]:before{
		border-right: 2px solid #000 !important;
    	border-top: 2px solid #000 !important;
	}
	.sp_main_groupe .spider__arrows{
		top:12% !important;
	}
	.guide_signin_btns{
		display:grid !important;
		grid-template-columns:1fr 1fr;
		gap:20px !important;
	}
	.guide_signin_btns a{
		padding-left:20px;
		padding-right:20px;
	}
	
}
/*腸内フローラページ*/
.page-id-139 .l-contents__inner{
	padding-bottom:0 !important;
}