/*
Theme Name: bokulovedoll theme
Description: Child theme for the Xeory
Template: xeory_base
*/

/* ---
	ブレイクポイント（2022/1時点）
	スマホ：max-width:599px
	タブレット：max-width:1024px
	PC：設定無し（1025px以上）
------------------------------------- */

.sp_only{ display:none; }
.pc_only{ display:block; }
@media(max-width: 1200px){
	.sp_only{ display:block; }
	.pc_only{ display:none; }
}

/* ---
	Reset
---------------------------------- */

body{
	background:#fff;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

#content{
	background:#FEF8FA;
}

@media (max-width:599px){

	body.home #content{
		padding-top:26px;
	}

}

/* ---
	Common Layout
------------------------------------ */

.column{
	width:100%;
	padding:60px 0;
}
.column.nopadding{
	padding:0;
}

.column .row{
	width:100%;
}

.one-column #content .wrap{
	width:1200px;
}

@media(max-width: 1200px){
	
	.one-column #content .wrap{
		width:96%;
		margin:0 10px;
	}

}
@media (max-width:599px){
	
	.column{
		padding:30px 0;
	}
	
}

/* ---
	Common Style
------------------------------------ */

a{
	color:#B53D6D;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
a img:hover{
	opacity: 0.8;
}

/* 余白 */
.mt-15{ margin-top:15px; }
.mt-30{ margin-top:30px; }
.mb-15{ margin-bottom:15px; }
.mb-30{ margin-bottom:30px; }
.mtb-15{ margin:15px auto; }
.mtb-30{ margin:30px auto; }

/* 大きさ */
.mini{ font-size:90%; }

/* fonts */
.red{ color:#cc0000; }
.pink{ color:#B53D6D; }
.orange{ color:#ff6900; }
.bold{ font-weight:bold; }
.center{ text-align:center; }

/* 問い合わせフォーム周り選択必須 */
.required{
	background:#cc0000;
	color:#fff;
	margin-left:10px;
	padding:3px 10px;
	font-size:0.8rem;
	border-radius:4px;
}
.i-point{
	line-height:1.4;
	display:block;
	padding:10px 0;
}

/* 画像配置 */
.img_center{
	display:block;
	margin:15px auto;
}

/* 画像サイズ指定 */
.img800{
	max-width:800px;
}

/* 固定ページのアイキャッチ画像 */
.post-thumbnail{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:30px;
	float:none;
}
.post-thumbnail img{
	margin:0 auto;
	display: block;
}

/* H1見出し */
.cat-content .post-title,
article.page .post-title,
h1.post-title{
	text-align: center;
	background: #B53D6D;
	color: #fff;
	padding:10px;
	font-size:2.2rem;
	border-radius:10px;
	line-height:1.2;
	
	position: relative;
}
.cat-content .post-title:before,
article.page .post-title:before,
h1.post-title:before{
	content: "";
	position: absolute;
	top:100%;
	left:50%;
	margin-left:-15px;
	border: 15px solid transparent;
	border-top: 15px solid #B53D6D;
}

@media (max-width:768px){
	
}

/* H2見出し */
.post-content h2{
	background: #FEF8FA;
	border-bottom:none;
	border-left:6px solid #B53E6D;
	padding:10px;
}

.post-loop-wrap article.post .post-header h2.post-title{
	background: #4D332A;
	padding: 5px 15px;
}
.post-loop-wrap article.post .post-header h2.post-title a{
	color: #fff;
}

/* ブログのサイドバーH2見出し */
.wp-block-group__inner-container h2{
	background: #B53D6D;
	color:#fff;
	padding:5px 10px;
	font-size:1.4rem;
	font-weight:bold;
}

/* H3見出し */
.post-content h3{
	background: #d6ebff;
	border-left:10px solid #458ACA;
	border-top:2px solid #458ACA;
	border-right:2px solid #458ACA;
	border-bottom:2px solid #458ACA;
	padding:6px 10px;
}

h2.title {
	color: #fff;
	text-align: center;
	font-size:1.9rem;
	font-weight:bold;
	padding: 0.25em 1.0em;
	background:#e8930e;
	border-radius:45px;
	line-height:1.2;
}

/* H4見出し */
.post-content h4{
	border-bottom:1px solid #131313;
	padding-bottom:10px;
}

/* H3（サイドバー） */
h3.side_title{
	text-align: center;
	background: #B53D6D;
	color: #fff;
	padding:10px;
	font-size:2.2rem;
	border-radius:10px;
	line-height:1.2;
	
	position: relative;
}
h3.side_title:before{
	content: "";
	position: absolute;
	top:100%;
	left:50%;
	margin-left:-15px;
	border: 15px solid transparent;
	border-top: 15px solid #B53D6D;
}

@media(max-width: 599px){
	
	h1.post-title{
		font-size:1.4rem;
	}

	h2.title {
		font-size:1.4rem;
	}

}

/* --- 共通ボタン（角丸無し） --- */
.btn{
	width:100%;
	margin:30px auto 0 auto;
}
.btn a{
	display:block;
	text-align:center;
	color:#fff;
	max-width:75%;
	margin:0 auto;
	font-size:2.0rem;
	padding:10px 0;
	text-decoration: none;
	font-weight:bold;
	border:3px solid #fff;

	text-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
.btn a:hover{ text-shadow:none; }

.btn.green a{ background: #58AA59; }
.btn.green a:hover{
	border:3px solid #58AA59;
	color:#58AA59;
	background: #fff;
}
.btn.blue a{ background: #458ACA; }
.btn.blue a:hover{
	border:3px solid #458ACA;
	color:#458ACA;
	background: #fff;
}
.btn.lightgreen a{ background: #07B53A; }
.btn.lightgreen a:hover{
	border:3px solid #07B53A;
	color:#07B53A;
	background: #fff;
}
.btn.pink a{ background: #B53D6D; }
.btn.pink a:hover{
	border:3px solid #B53D6D;
	color:#B53D6D;
	background: #fff;
}
.btn.orange a{ background: #E7930D; }
.btn.orange a:hover{
	border:3px solid #E7930D;
	color:#E7930D;
	background: #fff;
}

@media(max-width: 1024px){
	
	.btn a{
		font-size:1.6rem;
	}

}

@media(max-width: 599px){

	.btn a{
		max-width:90%;
		font-size:1.2rem;
	}

}

/* リスト */
ul.list{
	display:flex;
	flex-wrap: wrap;
	justify-content:flex-start;
}
ul.list li a{
	max-width:90%;
}

ul.list.list2 li{
	width:50%;
}
ul.list.list4 li{
	width:25%;
}
ul.list.list4.textlist{
	margin:30px auto;
}
ul.list.list4.textlist li{
	margin:0;
}
ul.list.list4.textlist li p{
	text-align:left;
	font-size:1.0rem;
}

@media(max-width: 1024px){
	
	ul.list.list2 li{
		width:50%;
	}

}

@media(max-width: 599px){

	ul.list.list2 li{
		width:100%;
	}
	ul.list.list4 li{
		width:50%;
	}
	
	ul.list.list4.textlist li p{
		font-size:0.9rem;
	}

}

/* 入力フォーム系 */


input[type=text].yubin_area{
	max-width:100px;
}
input[type=submit]{
	font-size: 1.8rem;
	font-weight:bold;
	border-radius:6px;
}

/* ページ下部固定 */
.pagetop-box{
	width:100%;
	position: fixed;
	bottom:0;
	left:0;
	z-index:999;
	background:rgba(0,0,0,0.5);
}
.pagetop-box .footer_fixlist{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pagetop-box .footer_fixlist li{
	width:50%;
}
.pagetop-box .footer_fixlist li .btn{
	margin:15px auto;
}

/* ---
	Common Contents
------------------------------------ */

/* 商品送付先 */
.delivery-address{
	border:5px solid #cc0000;
	background: #fcf9ee;
	margin:30px auto;
	border-radius:10px;
}
.delivery-address .inner{
	padding:15px;
}
.delivery-address .inner p{
	font-size:1.6rem;
	font-weight:bold;
}
.delivery-address .inner p:last-child{
	margin-bottom:0;
}
.delivery-address .inner p.title{
	text-align:center;
	background:#6AB536;
	color:#fff;
	padding:10px 0;
	margin-bottom:10px;
}

/* 商品送付先 サイド */
.delivery-address.side .inner p{
	font-size:1.0rem;
	font-weight: normal;
}
.delivery-address.side .inner p.title{
	font-weight:bold;
}

/* 固定ページ下部 共通お問い合わせBOX */
.contact_box{
	width:100%;
	border:5px solid #2a2a2a;
	background: #fff;
	border-radius:10px;
}
.contact_box .inner{
	padding:1%;
}
.contact_box .inner .title{
	text-align:center;
	color:#fff;
	background: #B53D6D;
	font-size:1.6rem;
	padding:6px 10px;
	font-weight: bold;
}
.contact_box .inner .tel{
	font-size:3.2rem;
	font-weight:bold;
	text-align: center;
}
.contact_box .inner .sub_text{
	text-align:center;
}

@media(max-width: 599px){
	.contact_box .inner .title{
		font-size:1.4rem;
	}
	.contact_box .inner .tel{
		font-size:2.4rem;
	}
}

/* Age Gateプラグイン（年齢認証ゲート） */
.age-gate{
	border-radius:10px;
	border:5px solid #B53D6D;
}

.age-gate-form .age-gate-subheading{
	margin-bottom:0;
}
.age-gate-submit-yes,
.age-gate-submit-no{
	min-width:140px;
}
.age-gate-submit-yes{
	background:#cc0000;
}
.age-gate-submit-no{
	background: #ccc;
	color: #000;
}
.age-gate-heading.age-gate-logo img{
	margin-bottom:20px;
}
.age-gate-additional-information p strong{
	color:#cc0000;
}

@media(max-width: 599px){
	.age-gate-form{
		max-width:94%;
	}
}

/* ---
	Header Layout
------------------------------------ */
#header{
	padding:32px 0;
}
#header .wrap{
	position: relative;
}

.head_contents{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.head_contents .box{
	width:33.3333%;
}
.head_contents .box > .inner{
	max-width:94%;
	margin:0 auto;
}

.head_contents .top_snslist{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.head_contents .top_snslist li{
	width:20%;
}
.head_contents .top_snslist li a{
	display: block;
	max-width:84%;
	margin:0 auto;
}

.head_contents .top_contact_btn{
	text-align:center;
	margin-bottom:10px;
}
.head_contents .top_contact_btn a{
	display: block;
	width:100%;
	background: #E7930D;
	border:3px solid #864F16;
	font-weight:bold;
	padding:6px 0;
	color:#fff;
	text-decoration: none;
}
.head_contents .top_contact_btn a:hover{
	color:#864F16;
	background: #fff;
	border:3px solid #E7930D;
}

@media(max-width: 599px){
	
	.head_contents .top_contact_btn a{
		padding:12px 0;
		font-size:1.2rem;
	}
}

/* スマホトグルメニュー */
.menu-toggle{
	position:fixed;
	top:0;
	right:0;
	z-index:999;
}
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 999;
    background-color: #B53D6D;
}
.menu-btn:hover{
	cursor: pointer;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 998;
    background-color: #E7BFC6;
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #B53D6D;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#131313;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #131313;
    border-right: solid 2px #131313;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

@media(max-width: 1024px){
	
	.head_contents .box{
		width:100%;
		margin-bottom:15px;
	}

}

@media(max-width: 599px){

	#header{
		padding:0;
	}
	.head_contents .box{
		width:100%;
	}

}

/* お問い合わせはこちら */
.tel_box{
	border:2px solid #131313;
	border-radius:10px;
}
.tel_box .inner_contents{
	padding:6px;
}
.tel_box .inner_contents p.title{
	text-align:center;
	background:#343434;
	color:#fff;
}
.tel_box .inner_contents .tel_no{
	font-size:2.2rem;
	text-align: center;
}
.tel_box .inner_contents .tel_no a{
	font-weight:bold;
}
.tel_box .inner_contents .sub_info{
	text-align: center;
	font-size:0.8rem;
}
.tel_box .inner_contents .sub_info .b_hour{
	background: #56AB58;
	color:#fff;
	padding:3px 0;
	margin-right:5px;
	border-radius:4px;
}

/* ---
	Global Navigation
------------------------------------ */
#gnav{
	background: #E7C0C6;
	border-top:none;
	border-bottom:none;
}
#gnav li{
	padding:0;
	border-right:1px solid #efefef;
}
#gnav li:last-child{
	border-right:none;
}
#gnav li a{
	padding:15px;
	margin-top:0;
	font-size:1.2rem;
	font-weight:bold;
}
#gnav li a:hover{
	border:none;
	margin-top:0;
	color:#b53d6d;
}
#gnav li a i.fas{
	color:#b53d6d;
}
#gnav li.current-menu-item a{
	background:#B53D6D;
	color:#fff;
	border:none;
}
#gnav li.current-menu-item a span{
	color:#fff;
}
#gnav li.current-menu-item a i.fas{
	color:#fff;
}

#gnav li a span{
	display:block;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	color: #999;
}

@media(max-width: 1200px){
	
	#gnav{
		display:none;
	}

}

/* ---
	Sidebar Layout
------------------------------------ */
.side_bnr_list{
	width:100%;
	margin:0 auto 40px auto;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.side_bnr_list li{
	margin-bottom:15px;
}

@media(max-width: 1024px){
	
	.side_bnr_list li{
		width:50%;
	}
	
	.side_bnr_list li a{
		display:block;
		max-width:96%;
		margin:0 auto;
	}

}

@media(max-width: 599px){

	.side_bnr_list li{
		width:100%;
	}
	
	.side_bnr_list li a{
		text-align: center;
	}

}

/* 提携店の一覧 */
.side_bnr_list2{
	width:100%;
	margin:30px auto;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.side_bnr_list2 li{
	width:100%;
	margin-bottom:15px;
}
.side_bnr_list2 li a img{
	border:1px solid #dfdfdf;
}

@media(max-width: 1024px){
	
	.side_bnr_list2 li{
		width:50%;
	}
	.side_bnr_list2 li a{
		display:block;
		width:96%;
		margin:0 auto;
	}

}

/* ---
	Footer Layout
------------------------------------ */
.footer-02{
	background: #b53d6d;
}

#footer .footer-02 .wrap{
	padding:15px 0 120px 0;
}

.footer-02 .footer-copy{
	color:#fff;
	font-size:1.0rem;
	text-align:center;
}
.footer-03{
	background: #e7c0c6;
}
.footer-03 .footerbox{
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
}

.footer-03 .footerbox > .left{
	width:40%;
}
.footer-03 .footerbox > .right{
	width:50%;
}

@media(max-width: 599px){
	
	#footer .footer-02 .wrap{
		padding:15px 0 100px 0;
	}

	.footer-03 .footerbox > .left{
		width:100%;
	}
	.footer-03 .footerbox > .right{
		width:100%;
	}

}

/* ---
	Mainvisual
------------------------------------ */
.mainvisual{
	width:100%;
	background:#efefef;
	padding:0 0 20px 0;
	border-bottom:2px solid #E7BFC6;
}
.mainvisual .inner{
	max-width:1200px;
	width:90%;
	margin:0 auto;
	padding:30px 0;
}

@media(max-width: 599px){
	
	.mainvisual{
		padding:0;
	}
	.mainvisual .inner{
		max-width:360px;
	}

}

/* ---
	Slick slider
------------------------------------ */
.slick-prev:before,
.slick-next:before {
    color: #000!important;
}

/* ---
	トップページ
------------------------------------ */

/* 最初のバナー */
.first_banner{
	width:100%;
	margin:0 auto 30px auto;
}
.first_banner ul li{
	width:50%;
}
.first_banner ul li a img{
	display:block;
	max-width:86%;
	margin:0 auto;
}

@media (max-width:599px){
	
	.first_banner ul.list li{
		width:50%;
	}
	.first_banner ul li a img{
		display:block;
		max-width:96%;
		margin:0 auto;
	}
	
}

/* 最初のメッセージ */
.first-message{
	margin:30px auto 0 auto;
	padding:30px;
	border:5px solid #E7BFC6;
	background: #fff;
	border-radius:10px;
}
.first-message ul{
	max-width:96%;
	list-style: disc;
	padding:10px 10px 10px 30px;
	border:3px solid #d1971c;
	border-radius: 6px;
	margin:30px auto;
	background: #fff1d3;
}
.first-message ul li{
	line-height:160%;
	border-bottom:1px dashed #d1971c;
	padding-bottom:5px;
	margin-bottom:5px;
	color:#e8930e;
	font-weight:bold;
}
.first-message ul li:last-child{
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}

.first-message .inner-text{
	background: #d6ebff;
	padding:10px;
	margin:30px auto;
	border:2px solid #458ACA;
	border-radius:6px;
}

@media(max-width: 1024px){

}

@media(max-width: 599px){

	.first-message{
		padding:15px;
	}
	.first-message ul{
		max-width:100%;
		margin:15px auto;
	}

}

/* 買取方法は簡単３ステップ！ */
.three-step{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.three-step .inner-box{
	width:33.3333%;
}
.three-step .inner-box > div{
	width:94%;
	height:100%;
	margin:0 auto;
	display: flex;
}

.three-step .inner-box dl{
	position: relative;
}

.three-step .inner-box dl dt{
	line-height:50px;
	font-size:1.8rem;
	font-weight:bold;
	color:#4D332A;
	padding:5px;
}
.three-step .inner-box dl dt span{
	display:inline-block;
	width:50px;
	height:50px;
	line-height:44px;
	font-weight:bold;
	font-size: 1.6rem;
	color:#fff;
	border:3px solid #ffffff;
	border-radius:50%;
	
	text-align: center;
}

.three-step .inner-box dl dd{
	background:#fff;
	padding:10px;
}

.three-step .inner-box dl dd img{
	display:block;
	margin-bottom:10px;
}

.three-step .inner-box .step01 dl{ border:2px solid #81A9CC; }
.three-step .inner-box .step02 dl{ border:2px solid #E7BFC6; }
.three-step .inner-box .step03 dl{ border:2px solid #e5af5b; }

.three-step .inner-box .step01 dl:after,
.three-step .inner-box .step02 dl:after{
	content:"▶";
	position: absolute;
	top:50%;
	right:-20px;
	font-size: 2.0rem;
	color: #B53D6D;
}

.three-step .inner-box .step01 dl dt{ background: #81A9CC; }
.three-step .inner-box .step02 dl dt{ background: #E7BFC6; }
.three-step .inner-box .step03 dl dt{ background: #e5af5b; }

.three-step .inner-box .step01 dl dt span{
	background: #458aca;
}
.three-step .inner-box .step02 dl dt span{
	background: #B53D6D;
}
.three-step .inner-box .step03 dl dt span{
	background: #e8930e;
}

@media(max-width: 599px){

	.three-step .inner-box{
		width:100%;
		margin-bottom:15px;
	}
	.three-step .inner-box > div{
		width:96%;
	}
	
	.three-step .inner-box .step01 dl:after,
	.three-step .inner-box .step02 dl:after{
		content:"";
	}

}

/* 3ステップ下のバナー横並び */
.second_banner{
	margin:30px auto 0 auto;
}

.second_banner ul.list.list2 li a img{
	max-width:96%;
	display:block;
	margin:0 auto;
}

@media (max-width:599px){
	
	.second_banner ul.list.list2 li{
		margin:0 auto 20px auto;
	}
	
	.second_banner ul.list.list2 li a img{
		max-width:96%;
		display:block;
		margin:0 auto;
	}
}

/* トップニュース（１件） */
.top-news{
	width:100%;
	border-bottom: 2px solid #E7BFC6;
	background: #fffcdd;
}
.top-news .inner{
	max-width:1200px;
	margin:0 auto;
	padding:15px 0;
}

@media (max-width:599px){
	.top-news .inner{
		max-width:96%;
		margin:0 auto;
		padding:10px 0;
	}
}


/* ブログ新着一覧 */
.news-topics{
	max-width:96%;
	width:100%;
	margin:30px auto;
	border:5px solid #d1971c;
	background:#fff;
}
.news-topics ul{
	padding:15px;
}
.news-topics ul li{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dashed #cfcfcf;
}
.news-topics ul li:last-child{
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:0;
}

.top-news ul li .cat_icon,
.news-topics ul li .cat_icon{
	color:#fff;
	padding:5px 10px;
	margin:0 10px;
	border-radius:6px;
}

/* ブログ新着 カテゴリ別 */
.top-news ul li .cat_icon.cat_news,
.news-topics ul li .cat_icon.cat_news{
	background:#F1275A;
}
.news-topics ul li .cat_icon.cat_diary{
	background:#438ACA;
}
.news-topics ul li .cat_icon.cat_purchase-record{
	background:#07B53A;
}
.news-topics ul li .cat_icon.cat_knowledge{
	background: #d1971c;
}

/* 当社で引き取り可能なラブドール */
.product_list ul,
.product_list ul li{
	list-style:none;
	padding:0;
}
.product_list ul li{
	margin:0 auto 15px auto;
}
.product_list ul li img{
	display: block;
	max-width:90%;
	margin:0 auto;
	padding:5px;
	background: #fff;
	border:1px solid #dfdfdf;
}
.product_list ul li p{
	text-align: center;
}

/* 信用できるお店ですか？ */
.customer_message{
	width:100%;
	margin:30px auto 0 auto;
	border:5px solid #E7BFC6;
}

.customer_message .inner{
	background: #fff;
	padding:30px;
}

.customer_message ul,
.customer_message ul li{
	list-style:none;
	color:#e8930e;
	font-weight:bold;
}

.customer_message ul{
	padding:20px;
	background:#fffbf0;
	margin:20px auto;
}

@media (max-width:599px){
	
	.customer_message .inner{
		padding:15px;
	}
	
}

/* ---
	買取の流れ
------------------------------------ */
.flowbox{
	border:10px solid #E7C0C6;
	padding:15px;
	border-radius:10px;
	position:relative;
}
.flowbox .inner img{
	display:block;
	float:right;
	margin:15px;
}

.flowbox .inner img.img_center{
	float:none;
	margin:0 auto 30px auto;
}

.flowbox:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 50px solid #DA3B4C;
    border-right: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 50px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -50px;
}

.flowbox.last:after{
	display: none;
}

@media (max-width:599px){
	
	.flowbox .inner img{
		display:block;
		float:none;
		margin:15px auto;
	}
	
}

/* ---
	お取り扱い商品
------------------------------------ */
.products .list.list4.textlist li p{
	margin:0;
}

/* ---
	よくあるご質問
------------------------------------ */
.faq_link{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	border:3px solid #B53D6D;
	margin-bottom:30px;
	padding:15px;
	border-radius:10px;
}
.faq_link ul{
	width:50%;
	font-size:12px;
	margin:0 auto;
}

.qa_box{
	border:2px solid #458ACA;
	margin:0 auto 15px auto;
}
.qa_box > p{
	margin:0;
	padding:10px;
}
.qa_box .q{
	background: #458ACA;
	color:#fff;
	font-weight: bold;
}
.qa_box .q:before{
	content:"Ｑ. ";
}

.qa_box .a{
	background: #faf7e7;
}


/* ---
	お見積もり・申込み・お問合せ
------------------------------------ */
.post-content .contact dl{
	background:#dfdfdf;
	border:1px solid #afafaf;
	padding:10px;
}

.post-content .contact dl dt{
	font-size:1.2rem;
	margin-bottom:10px;
	position:relative;
}

.post-content .contact dl dt i.fas{
	color: #2CC014;
}

.post-content .contact dl dd{
	background:#fff;
	margin:0 auto;
	padding:10px;
	border-left:none;
}
.post-content .contact dl dd p{
	margin:0 auto;
}