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:#00a0e9;
		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:#00a0e9;
		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 #00a0e9;
	padding:10px;
	min-width:200px;
	text-align:center;
	color:#00a0e9;
	
	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 #00a0e9;
	padding:10px;
	width:100%;

	background:#fff;
	color:#00a0e9;
	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:#00a0e9;
	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;
}

@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{
		flex-basis: 40%;
		border-right: 2px solid #CBCBCB;
		margin-right: 85px !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 #00a0e9 !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:#00a0e9 !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: #00a0e9;
}
.my-form-check input:checked + .checkmark:after {
	display: block;
}

/*ボタン*/
.my-btn,.my-btn:hover{
	background-color:#00a0e9;
	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:#00a0e9;
	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:#00a0e9;
}

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



/*トップページ用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;
	}
	.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:#00a0e9 !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;
	}
}
