@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/****************************************
           common
****************************************/

/** 文字サイズ **/
.c-pageTitle__inner {
	letter-spacing: 0.05em;
}
.post_content h2 {

}
.post_content h3 {
	font-size: 1.4em;
}
.c-pageTitle__subTitle {
	display: none;
}
.txt_red {
	color:#d2002d;
}
.kadomaru .swl-bg-color{
	border-radius: 50em;
    display: inline-block;
    padding: 0 2em;
}
.tit_line {
    display: block;
	margin-top: 1em;
}
.tit_line span {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	color:#1298ad;
}
.box_kaitori_flow .tit_line span  {
	color:#fff;
}
.tit_line span:before,.tit_line span:after {
  content: '';
  width: 60px;
  height: 1px;
  background-color: #1298ad;
	display: block!important;
}
.box_kaitori_flow .tit_line span:before,.box_kaitori_flow .tit_line span:after {
	background-color: #fff;
}
.tit_line span:before {
  margin-right: 30px;
}
.tit_line span:after {
  margin-left: 30px;
}
.is-style-section_ttl.tit_ribon {
	width:488px!important;
	border:none!important;
	padding:15px 15px 34px!important;
	background: url(images/common/caption-ribbon.webp) no-repeat center;
}
.is-style-section_ttl.tit_ribon:before {
	display: none!important;
}
.single .c-postTitle {
	padding-top:1em;
}
.list_line li {
	border-bottom:dashed 1px #ccc;
	padding-top: 5px;
    padding-bottom: 10px;
    display: block;
}
a img {
-webkit-transition: all 0.5s ease 0s;
 -o-transition: all 0.5s ease 0s;
 transition: all 0.5s ease 0s;
}
a:hover img {
	opacity: 0.8;
}
.sp_left .sp_only {
	display: block!important;
}
@media not all and (min-width: 959px) {
	.sp_left {
		text-align: left;
	}
	.sp_left br {
		display: none;
	}
	.sp_left .sp_only {
		display: block;
	}
}
@media not all and (min-width: 767px) {
	.post_content h2 {
		font-size: 1.4em;
	}
	.post_content h3 {
		font-size: 1.2em;
	}

}

/** ぱんくず **/
.single .p-breadcrumb__item:last-child>span.p-breadcrumb__text {
	display: block!important;
	opacity: 1;
}
.p-breadcrumb__list {
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

/**配置**/
.flex_center {
	-webkit-justify-content: center;
    justify-content: center;
}


/** header **/
.l-header {
	background: #f5eedc url(images/common/top_backpattern.webp) repeat-x center top 20px;
}
.l-container_warp {
	width:1200px;
	margin: 0 auto;
	position:relative;
}
.-parallel-bottom .l-header__inner {
	padding-top: 20px;
}
.-parallel-bottom .l-header__logo {
	padding: 0 0 19px;
}
.-parallel-bottom .l-header__gnav {
	margin-top:0;
}
.c-gnav>.menu-item>a .ttl {
	font-size:16px;
}
.c-headLogo {
	display: inline-block;
	position:relative;
	z-index: 10;
}
.l-header.-parallel .w-header {
	position:absolute;
	margin:0;
	top:0;
}
.l-header.-parallel .w-header .w-header__inner {
	width: 100%;
	height: 196px;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.l-fixHeader__logo {
	display: none;
}
.l-fixHeader.-parallel .l-fixHeader__gnav {
	width: 100%;
	margin: 0;
}
.c-gnav {
	-webkit-justify-content: center;
    justify-content: center;
}
.c-gnav>.menu-item>a {
	padding-top:12px;
	padding-bottom:12px;
}
@media not all and (min-width: 1025px) {
	.l-header.-parallel .w-header .w-header__inner {
		height:105px;
	}
	.l-header {
		background-size: auto 110px;
	}
	.l-header.-parallel .w-header.pc_ {
		display: block!important;
		padding: 0 10px;
		width: 100%;
	}
	.l-header.-parallel .w-header .w-header__inner img {
		width:auto;
		height:100%!important;
	}
	.c-headLogo {
		height:105px;
	}
	.-parallel-bottom .l-header__inner {
		padding-top: 10px;
	}
	.-parallel-bottom .l-header__logo {
		padding: 0 0 10px;
	}
	
}
@media not all and (min-width: 959px) {
	.-parallel-bottom .l-header__inner {
        padding-top: 0px;
    }
	.l-header.-parallel .w-header.pc_ {
		display: none!important;
	}
	.l-header.-parallel .w-header .w-header__inner {
		height:105px;
	}
	.l-header {
		background-size: auto 95px;
		background-position: top;
	}
	.l-header__inner .l-container_warp {
		align-items: center;
		display: flex;
		justify-content: space-between;
		padding: 0;
	}
	.l-header__customBtn .c-iconBtn__icon,.l-header__menuBtn .c-iconBtn__icon  {
		background-color: var(--color_gnav_bg);
		padding: 10px;
		border-radius: 50em;
	}
	.-parallel-bottom .l-header__logo {
        padding: 0;
		width: calc(100% - 70px);
		text-align: center;
    }
	.c-headLogo {
        height: var(--logo_size_sp);
		display: block;
    }
	.-img .c-headLogo__link {
		padding: 5px;
	}
	.l-header__customBtn {
		display: none;
	}
}

/** footer **/
#footer {
	position: relative;
    z-index: 1;
	padding-bottom:80px;
	font-size: 0.9rem;
}
.l-footer__widgetArea .w-footer__box:last-child {
	position:fixed;
	z-index: 100;
	width:100%;
	left:0;
	bottom:-100px;
	padding:0;
	-webkit-transition: all 0.5s ease 0s;
	 -o-transition: all 0.5s ease 0s;
	 transition: all 0.5s ease 0s;
	background: #1298ad;
}
[data-scrolled=true] .l-footer__widgetArea .w-footer__box:last-child {
	bottom:0;
}
.l-footer__widgetArea .w-footer__box:last-child .fix_footer {
	width:1200px;
	height:80px;
	margin:0 auto;
	padding:10px;
	-webkit-justify-content: center;
    justify-content: center;
	-webkit-align-items: flex-end;
    align-items: flex-end;
}
.l-footer__widgetArea .w-footer__box:last-child .fix_footer .wp-block-column {
	flex-basis: auto;
    flex-grow: 0;
}
.l-footer__widgetArea .w-footer__box:last-child .fix_footer .btn_mail {
	width:287px;
}
.l-footer__widgetArea .w-footer__box:last-child .fix_footer .btn_mail a {
	height:60px;
	color:#fff;
}
.l-footer__widgetArea .f_logo {
	margin-top:70px;
	width:190px;
}
.l-footer__widgetArea .txt_copyright {
	text-align: center;
	font-size:12px;
	width:190px;
}
.p-fixBtnWrap {
	z-index: 999;
}
.c-fixBtn {
	opacity: 1;
}
.l-footer__foot {
	display: none;
}

@media not all and (min-width: 1025px) {
	.wp-block-columns.is-not-stacked-on-mobile {
		flex-wrap: wrap !important;
	}
	.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
		flex-basis: auto;
		flex-grow: unset;
	}
	.wp-block-columns.is-not-stacked-on-mobile > div {
		width:46%;
	}
	.l-footer__widgetArea .f_logo,.l-footer__widgetArea .txt_copyright {
		width:100%;
	}
	.l-footer__widgetArea .f_logo img {
		max-width:80%;
	}
	.l-footer__widgetArea .w-footer__box:last-child .fix_footer {
		width:auto;
		margin-right: 80px;
	}
	.l-footer__widgetArea .w-footer__box:last-child .fix_footer .wp-block-column:last-child {
		display: none;
	}
	.l-footer__widgetArea .w-footer__box:last-child .fix_footer .wp-block-column:last-child .wp-block-column box {
		width:auto;
	}
	.l-footer__widgetArea .w-footer__box:last-child {
		bottom:0!important;
	}
	.p-fixBtnWrap {
		bottom: 13px;
	}
	
}
@media not all and (min-width: 959px) {
	.l-footer__widgetArea .w-footer__box:last-child .fix_footer .btn_mail {
		width: auto;
	}
	.l-footer__widgetArea .w-footer__box:last-child .fix_footer .btn_mail a {
		font-size: 19px;
		height: 46px;
	}
	.l-footer__widgetArea .w-footer__box:last-child .fix_footer {
		height: 70px;
	}
	.p-fixBtnWrap {
        bottom: 9px;
    }
	.l-footer__widgetArea .w-footer__box:last-child .fix_footer .box_right img {
		width:auto;
		height:50px;
	}
	.l-footer__widgetArea .wp-block-column {
		margin-bottom:2em;
	}
	.l-footer__widgetArea .wp-block-column ul.swell-block-linkList {
		display: -webkit-flex;
    	display: flex;
	}
	.l-footer__widgetArea .wp-block-column ul.swell-block-linkList li {
		width:47%!important;
		margin:0;
	}
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
	.l-footer__widgetArea .w-footer__box:last-child .fix_footer {
        height: 52px;
    }
	.l-footer__widgetArea .w-footer__box:last-child .fix_footer .btn_mail a {
    	font-size: 12px;
		line-height:1.2em;
		padding: 8px 0;
	}
	.l-footer__widgetArea .w-footer__box:last-child .fix_footer {
		margin-right:0;
	}
	.l-footer__widgetArea .w-footer__box:last-child .fix_footer .btn_mail a {
		padding:0;
		height: 32px;
		box-shadow: none;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	.l-footer__widgetArea .w-footer__box:last-child .fix_footer .box_right img {
		width:auto;
		height:32px;
	}
	.p-fixBtnWrap {
		bottom: 60px;
	}
	.c-fixBtn {
		width:40px;
		height:40px;
	}
	.l-footer__widgetArea .wp-block-column:nth-child(3)  ul.swell-block-linkList li {
		width:100%!important;
	}
}


/* フッター前 */
/* cta */
#before_footer_widget {
}
#before_footer_widget .l-container {
	width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}
#before_footer_widget .l-container #text-2 {
	background: #e8f5fd;
    margin: 0;
	padding:32px 0;
}
#before_footer_widget .l-container #text-3 {
	background: #4380a5;
    margin: 0;
	padding:0 0 32px 0;
}
#before_footer_widget .l-container .textwidget {
	margin-left: auto;
    margin-right: auto;
    max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2);
    padding-left: var(--swl-pad_container, 0);
    padding-right: var(--swl-pad_container, 0);
}
.f_cta_box {
	width:914px;
	margin: 0 auto;
}
.f_cta_box .box_left .box_txt {
	width:400px;
	letter-spacing: 0.05em;
}
.f_cta_box .box_right img {
	display: block;
	margin-left:auto;
}
.btn_mail {
	margin: 22px 0 27px;
}
.btn_mail a {
	background: linear-gradient(to bottom, #e60020, #930e14)!important;
	width: 100%;
    height: 70px;
    border-radius: 10px;
	box-shadow: 0 4px 0 #68090d;
}
/* エリア別cta */
.box_cta_area {
	padding:0 90px;
	line-height: 2;
}
.box_cta_area > div > p:first-child {
	margin-bottom:0;
}
.box_cta_area .f_cta_box {
	margin:0;
	width:auto!important;
	-webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.box_cta_area .f_cta_box .box_left .box_txt {
	width:auto;
}
.wp-block-group .box_txt .box_contact {
	margin-top:2em;
}
.wp-block-group .box_txt .box_contact .btn_mail {
	margin-right:15px;
}


/* フォーム */
#before_footer_widget .l-container #text-3 .tit_satei {
	-webkit-justify-content: center;
    justify-content: center;
	-webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
	padding-top: 10px;
	margin-bottom: 0;
}
#before_footer_widget .l-container #text-3 .satei_fukidashi {
	position:relative;
	width:550px;
	background: #c7d9e4;
	color:#4380a5;
	font-size:24px;
	font-weight: bold;
	text-align: center;
	height:46px;
	border-radius: 50em;
	margin-left:76px;
}
#before_footer_widget .l-container #text-3 .satei_fukidashi:after {
	content:"";
	background: url(images/common/fukidashi-satei.webp) no-repeat center;
	display: block;
	position:absolute;
	top:46px;
	left: 33%;
	width:31px;
	height:19px;
}
#before_footer_widget .l-container #text-3 form {
	background: #fff;
	border-radius: 10px;
	padding:30px 40px;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#before_footer_widget .l-container #text-3 .box_contact {
	width:50%;
	border:none;
}
#before_footer_widget .l-container #text-3 form table td,
#before_footer_widget .l-container #text-3 form table th{
	border:none;
	background: none;
}
#before_footer_widget .l-container #text-3 form table th {
	padding-left:20px;
	padding-right:20px;
	width: 190px;
	text-align: right;
}
#before_footer_widget .l-container #text-3 form table td {
	width: calc(100% - 190px);
}
button, input, select, textarea {
	background-color:#fff;
	border-radius: 5px;
}
form .red {
	background: #d2002d;
	color: #fff;
    padding: 0 8px 2px;
    border-radius: 5px;
    margin-left: 1em;
}
#form .wp-block-group__inner-container > p {
	display: none;
}
#before_footer_widget .l-container #text-3 form table td input {
	width:100%;
}
.form_buton {
	text-align: center;
	margin-top:20px;
}
.form_buton .btn-submit {
	background: #d2002d;
    border: none;
    color: #fff;
    font-weight: bold;
    padding: 0px 30px 1px;
    border-radius: 50em;
    margin: 10px;
	font-size: 18px;
	width: 215px;
}

@media not all and (min-width: 1025px) {
	.f_cta_box {
		width:auto;
		-webkit-justify-content: center;
    	justify-content: center;
	}
	.f_cta_box .box_left {
		width:400px!important;
	}
	.f_cta_box .box_right {
		width: calc(100% - 400px - 1.5em)!important;
		max-width: 423px;
	}
	.f_cta_box .box_right figure {
		overflow: hidden;
	}
	.f_cta_box .box_right img {
		width: auto;
		height: 100%;
		max-width: inherit;
	}
	
	/* フォーム */
	#before_footer_widget .l-container #text-3 .tit_satei img {
		width:50%;
	}
	#before_footer_widget .l-container #text-3 .satei_fukidashi {
		margin-left: 10px;
		font-size: 20px;
		width:auto;
		padding: 5px 20px;
	}
	#before_footer_widget .l-container #text-3 form {
		display: block;
	}
	#before_footer_widget .l-container #text-3 .box_contact {
		width:100%;
	}
	.box_cta_area {
		padding:0;
	}
	.box_cta_area p {
		line-height:1.6;
	}
	.box_cta_area .box_cta_area_tit {
		margin-bottom:15px!important;
		line-height:1.4;
	}
	.box_cta_area .box_txt .box_contact {
		display: block;
	}
	.box_cta_area .box_txt .box_contact a {
		margin-top:20px;
	}
	.box_cta_area .box_txt .box_box_left{
		width:calc(100% - 240px)!important;
	}
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
	.f_cta_box {
		display: block;
	}
	.f_cta_box .box_left,#before_footer_widget .wp-block-column box_right {
		width:100%!important;
	}
	.f_cta_box .box_left .box_txt {
		width:100%!important;
	}
	.f_cta_box .box_left .box_txt p span {
		font-size:1.5rem!important;
	}
	.f_cta_box .box_right {
		width:100%!important;
		margin-top:15px!important;
	}
	.f_cta_box .box_right figure {
		width:100%;
		height:140px;
	}
	.f_cta_box .box_right img {
		width: 100%;
        height: auto;
	}
	.box_cta_area .box_cta_area_tit span {
		font-size: 1.6rem!important;
	}
	.box_cta_area .box_cta_area_tit_sub span {
		font-size: 1.3rem!important;
	}
	.box_cta_area .box_txt .box_contact .btn_mail {
		margin:0!important;
	}
	.box_cta_area .f_cta_box .box_right {
		width:140px!important;
		margin:10px auto!important;
	}
	#before_footer_widget .l-container #text-3 .tit_satei {
		display: block;
		text-align: center;
		padding-top:20px;
		line-height: 0;
	}
	#before_footer_widget .l-container #text-3 .satei_fukidashi {
		font-size: 14px;
		height: 30px;
		display: inline-block;
		padding: 2px 40px;
		margin-left: 40px;
		line-height: 1.6em;
	}
	#before_footer_widget .l-container #text-3 .satei_fukidashi:after {
		top: 30px;
	}
	#before_footer_widget .l-container #text-3 .tit_satei img {
		width: auto;
		height:90px;
	}
	#before_footer_widget .l-container #text-3 form {
		padding: 10px;
	}
	form .red {
		font-size: 80%;
		display: inline-block;
	}
	#before_footer_widget .l-container #text-3 form table th {
		width:120px;
	}
	#before_footer_widget .l-container #text-3 form table td {
		width: calc(100% - 120px);
	}
	.form_buton  {
		padding-bottom:10px;
	}
	.form_buton .btn-submit {
		display: block;
		margin:5px auto;
	}
	.wpcf7-spinner {
		height:auto!important;
	}
}


/** コンテンツ **/
.l-content {
	padding-top: 0em;
}
.l-mainContent__inner>.post_content {
	margin: 2em 0;
}
.l-mainContent {
	max-width: 1200px;
}
#lp-content .post_content, #main_content .post_content {
	padding:0;
}
.c-pageTitle {
	font-size: 1.8em;
	text-align: center;
}
.l-topTitleArea .c-pageTitle {
	padding:2em 0;
}
.post_content>h2 {
	margin: 3em 0 1.5em;
}
@media not all and (min-width: 959px) {
	.l-topTitleArea {
		height: 160px;
	}
	#top_title_area .u-obf-cover {
		width: auto !important;
		max-width: unset;
		top: 0;
		left: -280px;
	}
}

/** フォーム確認画面 **/
.page-id-49 .box_contact {
	width:900px;
	margin:0 auto;
}
.page-id-49 .box_contact th {
	width:30%;
}
.page-id-49 .form_buton {
	margin-top:30px;
}
@media not all and (min-width: 959px) {
	.page-id-49 .box_contact {
		width:100%;
	}
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
	.page-id-49 .box_contact th {
		width: 40%;
	}
}

/** お客様の声 **/
#page-voice {
	text-align: center;
}
#page-voice .box_voice_list_wrap {
	margin-top:30px;
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /* コンテンツ間の余白を指定 */
    gap: 20px;
}
#page-voice .box_voice_list_wrap .box_voice_list {
	width:calc(50% - 10px);
	background-color: #F5F2E9;
	padding:15px;
	display: -webkit-flex;
    display: flex;
}
#page-voice .box_voice_list_wrap .box_voice_list p {
	margin-top:5px;
}
#page-voice .box_voice_list_wrap .box_voice_list .box_txt {
	text-align: left;
	width:calc(100% - 110px);
	font-size: 0.8rem;
    line-height: 1.6em;
}
#page-voice .box_voice_list_wrap .box_voice_list .box_txt .tit {
	color:#1298ad;
	font-weight: bold;
	font-size: 1rem;
}
#page-voice .box_voice_list_wrap .box_voice_list .box_img {
	width:110px;
	text-align: right;
}

@media not all and (min-width: 959px) {
	#page-voice .main_txt {
		font-size:0.9rem;
	}
	#page-voice .box_voice_list_wrap {
		display: block;
	}
	#page-voice .box_voice_list_wrap .box_voice_list {
		width:100%;
		margin-bottom: 10px;
	}
	#page-voice .box_voice_list_wrap .box_voice_list .box_txt {
		width: calc(100% - 80px);
	}
	#page-voice .box_voice_list_wrap .box_voice_list .box_img {
		width: 80px;
	}
}

/** 選ばれる理由 **/
.page-id-115 .c-pageTitle__inner span {
	font-size:1.6em;
	color:#ea5520;
}
/*.page-id-115 .l-content {
	max-width: 100%;
    padding: 0;
}
.page-id-115 .l-content .l-mainContent {
	max-width:100%;
}*/
#page_reason .reason_5list {
	background: linear-gradient(180deg, #fff 0%, #fff 230px, #1298ad 230px, #1298ad 100%);
	padding-bottom:70px!important;
}
/*#page_reason .reason_5list > div {
	width:1200px;
	margin:0 auto;
	text-align: center;
	position:relative;
}*/
#page_reason .reason_5list > div .wp-block-list {
	width:900px;
	margin: 0 auto;
	padding:30px 120px;
	border:solid 5px #1298ad;
	background: #fff;
	border-radius: 50px 50px 0 0;
	position:relative;
	text-align: left;
}
#page_reason .reason_5list > div .wp-block-list:after {
	content:"";
	width:225px;
	height:234px;
	background: url(images/reason/img-check.webp) no-repeat center;
	display: block;
	position:absolute;
	bottom:0;
	right:-115px;
}
#page_reason .reason_5list > div .wp-block-list li {
	font-size: 1.4em;
    font-weight: bold;
    letter-spacing: 0.05em;
	margin: 0;
	padding: 10px 0 0;
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#page_reason .reason_5list > div .wp-block-list li:before {
	content:"";
	width:34px;
	height:29px;
	display: inline-block;
	background: url(images/reason/ico-check.webp) no-repeat center;
	margin-right: 0.5em;
}
/*#page_reason .box_point {
	width:1200px;
	margin:50px auto;
}*/
#page_reason .box_point .ttl_point {
	padding:0;
	width:900px;
	margin:0 auto;
	border-radius: 50em;
	overflow: hidden;
	-webkit-align-items: center;
    align-items: center;
}
#page_reason .box_point .ttl_point p {
	padding:0;
	width:230px;
}
#page_reason .box_point .ttl_point h2 {
	padding:0 0 0 65px;
	width:calc(100% - 230px);
	text-align: left;
}
#page_reason .is-style-balloon_box {
	border-radius: 50em;
	padding:.5em 2em;
	margin-top:2em;
}
#page_reason .fukidashi01 {
	background: #777777;
}
#page_reason .fukidashi01:before {
	border-top-color:#777777;
}
#page_reason .fukidashi02 {
	background: #eb612a;
}
#page_reason .fukidashi02:before {
	border-top-color:#eb612a;
}
#page_reason .box_reason_3col {
	background: #e9f8fa;
	padding:30px;
	margin-top:40px;
}
#page_reason .box_reason_3col h3 {
	width:470px;
	border-bottom:solid 1px;
	position:relative;
	margin:0 auto 35px;
	padding-bottom:6px;
}
#page_reason .box_reason_3col h3:before {
	border: 6px solid transparent;
    border-top: 10px solid var(--color_main);
    bottom: -16px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    visibility: visible;
    width: 0;
}
#page_reason .box_reason_3col .wp-block-columns {
	gap:46px!important;
	margin:0 30px;
}
#page_reason .box_reason_3col .wp-block-columns .wp-block-column {
	background: #fff;
	border-radius: 10px;
}
#page_reason .box_reason_3col .wp-block-columns .wp-block-column > div {
	border:none;
	padding:14px!important;
}
#page_reason .box_reason_3col .wp-block-columns .wp-block-column .cap_box_ttl {
	background: #e9f8fa!important;
	text-align: center;
	border-radius: 50em;
	display: block;
}
#page_reason .box_reason_3col .wp-block-columns .wp-block-column p {
	letter-spacing: 0;
}
#page_reason .box_point02 .wp-block-columns {
	width: auto;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 20px !important;
	margin-top: 50px;
}
#page_reason .box_point02 .wp-block-columns .wp-block-column {
	max-width:340px;
}
/** 買取地域一覧 **/
.area-list {
	padding:50px 0;
}
.area-list > div {
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	width:100%;
}
.area-list h3 {
	color:#1298ad!important;
	border:solid 1px!important;
	width:200px;
	margin:0;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.area-list .box_area-list {
	font-size:0.9rem;
	margin-bottom:0;
}
.area-list .box_area-list strong {
	width:auto;
	font-size:0.9rem;
	background-color: #777;
	color:#fff;
	padding: 0 0.5em;
    display: inline-block;
}
@media not all and (min-width: 1025px) {
	/** 買取地域一覧 **/
	.area-list > div {
		-webkit-flex-wrap: wrap;
    	flex-wrap: wrap;
	}
	.area-list h3 {
		width:100%;
		font-size:1.2rem;
		padding:10px!important;
		margin-bottom:30px;
	}
	.area-list h3 br {
		display: none;
	}
	.area-list .box_area-list {
		margin-bottom:10px!important;
		width:47%;
	}
	.area-list .box_area-list .wp-block-group.is-row {
		-webkit-flex-wrap: wrap;
    	flex-wrap: wrap;
	}
}
@media not all and (min-width: 959px) {
	#page_reason .reason_5list > div .wp-block-list {
		width:90%;
		padding: 30px;
	}
	#page_reason .reason_5list > div .wp-block-list li {
		font-size: 1.2em;
	}
	#page_reason .reason_5list > div .wp-block-list li:before {
		height: 1em;
		width: 1.2em;
        margin-right: 5px;
        background-size: auto 100%;
	}
	#page_reason .reason_5list > div .wp-block-list:after {
		right: -70px;
	}
	#page_reason .box_point .ttl_point {
		width: 90%;
		position:relative;
		overflow: unset;
		border-radius: 0 20px 20px 20px;
	}
	#page_reason .box_point .ttl_point p {
		width: 135px;
        line-height: 1.1;
        padding: 3px 0 10px;
        position: absolute;
        display: block;
        top: -2.5em;
        border-radius: 10px 10px 0 0;
        font-size: 0.8rem;
	}
	#page_reason .box_point .ttl_point h2 {
		padding: 10px 20px;
        width: 100%;
        text-align: left;
		border-radius: 0 20px 20px 20px;
		font-size: 1.4rem;
	}
	#page_reason .box_point {
		padding-top:5em;
	}
	#page_reason .box_point.box_point01 {
		padding-top:1em;
	}
	.area-list {
		padding: 50px 0 0;
	}
	
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
	#page_reason .reason_5list > div .wp-block-list li mark {
		padding-left:2.5em;
	}
	#page_reason .reason_5list > div .wp-block-list {
		padding: 20px 0px 20px 18px;
	}
	#page_reason .reason_5list > div .wp-block-list:after {
		width: 150px;
        height: 156px;
        background-size: 100%;
        right: -40px;
        bottom: -75px;
	}
	#page_reason .box_point .ttl_point {
		width:100%;
	}
	#page_reason .is-style-balloon_box {
		font-size: 0.9rem;
	}
	#page_reason .box_reason_3col {
		padding:20px 0;
	}
	#page_reason .box_reason_3col h3 {
		width: 90%;
		margin: 20px auto 35px;
	}
	#page_reason .box_reason_3col .wp-block-columns {
		gap: 15px 0 !important;
	}
	
	/** 買取地域一覧 **/
	.area-list .box_area-list {
		width:100%;
	}
}

/** 廃車買取の流れ **/
.page-id-117 .box_point {
	width: 780px;
    margin: 0 auto 3em;
}
.postid-149 .box_point {
	width: 90%;
    margin: 0 auto 3em;
}
.page-id-117 .box_point dt:after,.postid-149 .box_point dt:after {
	display: none!important;
}
.page-id-117 .box_point dt,.postid-149 .box_point dt {
	background: #1298ad;
	color: #fff;
    padding: 5px 20px!important;
    border-radius: 10px;
	text-align: center;
    margin: 0 10px 10px 0;
}
.page-id-117 .box_point dd,.postid-149 .box_point dd {
	width: calc(100% - 20px - var(--swl-dt-width))!important;
}
.page-id-117.box_flow {
	gap:30px;
}
.page-id-117 .box_flow .cap_box .cap_box_content {
	border:none;
	padding:0;
	background: none;
}
.page-id-117 .box_flow figure {
	margin-bottom:0;
}
.page-id-117 .otoku_txt {
	margin-left:auto;
}
.page-id-117 .is-style-balloon_box {
	border-radius: 50em;
	margin-top: -15px;
}
.table_otoku table {
	border-bottom:none!important;
	border-right: none !important;
}
.table_otoku table tr td:last-child {
	border-right:solid 1px #dcdcdc !important;
}
.table_otoku table tr:last-child td {
	border-left:none;
	border-right:none!important;
	border-bottom:none;
	/*text-align: right!important;*/
	padding:20px 0 0;
}
.table_otoku table tr:last-child td strong span {
	border-radius: 50em;
	padding: .5em 1.25em;
	display: inline-block;
	position:relative;
}
.table_otoku table tr:last-child td strong span:before {
	content: "";
    height: 0;
    position: absolute;
    visibility: visible;
    width: 0;
	border: 12px solid transparent;
	border-top:none;
    border-bottom: 12px solid var(--color_main);
    top: -11px;
	bottom:auto;
	left:50%;
}

@media not all and (min-width: 959px) {
	.main_txt p {
		text-align: left;
	}
	.page-id-117 .box_flow {
		grid-template-columns: repeat(2, minmax(0, 1fr))!important;
	}
	.page-id-117 .box_point,.postid-149 .box_point {
		width:auto;
	}
	.page-id-117 .box_point dt,.postid-149 .box_point dt {
		padding: 5px 10px !important;
		font-size: 0.8rem;
		width: 6em!important;
	}
	.page-id-117 .box_point dd,.postid-149 .box_point dd  {
		width: calc(100% - 5px - 6em) !important;
	}
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
	.page-id-117 .box_point dt,.page-id-117 .box_point dd,.postid-149 .box_point dt,.postid-149 .box_point dd {
		width: 100% !important;
		margin:0;
	}
	.page-id-117 .box_point dd,.postid-149 .box_point dd {
		margin-bottom:1em;
	}
	.page-id-117 .box_flow {
		display: block!important;
	}
	.page-id-117 .box_flow .cap_box {
		margin-bottom:20px;
	}
}

/** 会社概要 **/
.box_company {
	margin:0 auto;
	width:80%;
}
.box_company .about_tit {
	display: inline-block;
	width:10em;
	text-align: right;
	margin-right:3em;
}
.box_company .about_txt {
	width: calc(100% - 13em);
}
@media not all and (min-width: 959px) { 
	.box_company {
		width:100%;
		font-size: 0.9rem;
	}
	.box_company .about_tit {
		width:6em;
	}
	.box_company .about_txt {
		width: calc(100% - 9em);
	}
}


/** 地域別一覧 **/
.post-type-archive-area .box_tit_area {
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-top: 3em !important;
	width:800px;
}
.post-type-archive-area .box_tit_area .box_img {
	-webkit-order: -1;
    order: -1;
}
.post-type-archive-area .box_tit_area .box_txt {
	margin-right:1em;
}
.post-type-archive-area .box_tit_area .main_txt {
	font-size:1.4rem;
	font-weight: bold;
	width:100%;
	text-align: right;
}
.post-type-archive-area .box_tit_area .main_txt span {
	color:#d2002d;
	text-decoration: underline;
}
.post-type-archive-area .box_map {
	width:957px;
	height:676px;
	/*background: url(images/area/map.png) no-repeat;*/
	position:relative;
	margin-left:auto;
	top: -340px;
    margin-bottom: -340px !important;
}
.post-type-archive-area .box_map > div {
	position:absolute;
}
.post-type-archive-area .box_map > div img {
	filter: grayscale(100%);
	opacity: 0.5;
	
}
.post-type-archive-area .box_map > div a img {
	filter: grayscale(0%);
	opacity: 1;
	width:6.5vw;
	max-width:67px;
}
.post-type-archive-area .box_map .box_map_01 img {
	width:16vw;
	max-width:166px;
}
.post-type-archive-area .box_map .box_map_02 img {
	width:13.6vw;
	max-width:137px;
}
.post-type-archive-area .box_map .box_map_hokkaido {
	top:0;
	right:0;
}
.post-type-archive-area .box_map .box_map_aomori {
	top: 176px;
    right: 28px;
}
.post-type-archive-area .box_map .box_map_iwate {
	top: 229px;
    right: 28px;
}
.post-type-archive-area .box_map .box_map_miyagi {
	top: 282px;
    right: 28px;
}
.post-type-archive-area .box_map .box_map_akita {
	top: 229px;
    right: 98px;
}
.post-type-archive-area .box_map .box_map_yamagata {
	top: 282px;
    right: 98px;
}
.post-type-archive-area .box_map .box_map_fukushima {
	top: 335px;
    right: 28px;
}
.post-type-archive-area .box_map .box_map_ibaragi {
	top: 441px;
    right: 28px;
}
.post-type-archive-area .box_map .box_map_tochigi {
	top: 388px;
    right: 28px;
}
.post-type-archive-area .box_map .box_map_gunma {
	top: 388px;
    right: 98px;
}
.post-type-archive-area .box_map .box_map_saitama {
	top: 441px;
    right: 98px;
}
.post-type-archive-area .box_map .box_map_chiba {
	top: 494px;
    right: 28px;
}
.post-type-archive-area .box_map .box_map_tokyo {
	top: 494px;
    right: 98px;
}
.post-type-archive-area .box_map .box_map_kanagawa {
	top: 547px;
    right: 98px;
}
.post-type-archive-area .box_map .box_map_yamanashi {
	top: 494px;
    right: 168px;
}
.post-type-archive-area .box_map .box_map_nagano {
	top: 388px;
    right: 168px;
}
.post-type-archive-area .box_map .box_map_nigata {
	top: 335px;
    right: 168px;
}
.post-type-archive-area .box_map .box_map_toyama {
	top: 335px;
    right: 238px;
}
.post-type-archive-area .box_map .box_map_ishikawa {
	top: 335px;
    right: 308px;
}
.post-type-archive-area .box_map .box_map_fukui {
	top: 388px;
    right: 308px;
}
.post-type-archive-area .box_map .box_map_gifu {
	top: 388px;
    right: 238px;
}
.post-type-archive-area .box_map .box_map_shizuoka {
	top: 547px;
    right: 168px;
}
.post-type-archive-area .box_map .box_map_aichi {
	top: 494px;
    right: 238px;
}
.post-type-archive-area .box_map .box_map_mie {
	top: 494px;
    right: 308px;
}
.post-type-archive-area .box_map .box_map_shiga {
	top: 441px;
    right: 308px;
}
.post-type-archive-area .box_map .box_map_kyoto {
	top: 441px;
    right: 378px;
}
.post-type-archive-area .box_map .box_map_osaka {
	top: 494px;
    right: 448px;
}
.post-type-archive-area .box_map .box_map_hyogo {
	top: 441px;
    right: 448px;
}
.post-type-archive-area .box_map .box_map_nara {
	top: 494px;
    right: 378px;
}
.post-type-archive-area .box_map .box_map_wakayama {
	top: 547px;
    right: 378px;
}
.post-type-archive-area .box_map .box_map_tottori {
	top: 441px;
    right: 518px;
}
.post-type-archive-area .box_map .box_map_shimane {
	top: 441px;
    right: 588px;
}
.post-type-archive-area .box_map .box_map_okayama {
	top: 494px;
    right: 518px;
}
.post-type-archive-area .box_map .box_map_hiroshima {
	top: 494px;
    right: 588px;
}
.post-type-archive-area .box_map .box_map_yamaguchi {
	top: 441px;
    right: 658px;
}
.post-type-archive-area .box_map .box_map_tokushima {
	top: 617px;
    right: 529px;
}
.post-type-archive-area .box_map .box_map_kagawa {
	top: 564px;
    right: 529px;
}
.post-type-archive-area .box_map .box_map_ehime {
	top: 564px;
    right: 599px;
}
.post-type-archive-area .box_map .box_map_kochi {
	top: 617px;
    right: 599px;
}
.post-type-archive-area .box_map .box_map_fukuoka {
	top: 441px;
    right: 819px;
}
.post-type-archive-area .box_map .box_map_saga {
	top: 441px;
    right: 889px;
}
.post-type-archive-area .box_map .box_map_nagasaki {
	top: 494px;
    right: 889px;
}
.post-type-archive-area .box_map .box_map_kumamoto {
	top: 494px;
    right: 819px;
}
.post-type-archive-area .box_map .box_map_oita {
	top: 441px;
    right: 749px;
}
.post-type-archive-area .box_map .box_map_miyazaki {
	top: 494px;
    right: 749px;
}
.post-type-archive-area .box_map .box_map_kagoshima {
	top: 547px;
    right: 819px;
}
.post-type-archive-area .box_map .box_map_okinawa {
	top: 626px;
    right: 889px;
}
@media not all and (min-width: 1025px) { 
	.post-type-archive-area .box_tit_area {
		width:63%;
	}
	.post-type-archive-area .box_tit_area .box_txt {
		width: 60%;
	}
	.post-type-archive-area .box_tit_area .box_img {
		width: 33%;
	}
	.post-type-archive-area .box_tit_area .main_txt {
		font-size: 1.2rem;
	}
}

@media not all and (min-width: 959px) { 
	.post-type-archive-area .box_map {
		width: 95vw;
        height: 75vw;
        background-size: 100%;
		top: -220px;
    	margin-bottom: -220px !important;
	}
	.post-type-archive-area .box_map > div img {
		width:6.5vw;
		max-width:67px;
	}
	.post-type-archive-area .box_map .box_map_01 img {
		width:16.6vw;
		max-width:166px;
	}
	.post-type-archive-area .box_map .box_map_02 img {
		width:13.5vw;
		max-width:137px;
	}
	.post-type-archive-area .box_map .box_map_hokkaido {
		top:0;
		right:0;
	}
	.post-type-archive-area .box_map .box_map_aomori {
		top: 17.2vw;
        right: 2.8vw;
	}
	.post-type-archive-area .box_map .box_map_iwate {
		top: 22.7vw;
		right: 2.8vw;
	}
	.post-type-archive-area .box_map .box_map_miyagi {
		top: 28vw;
		 right: 2.8vw;
	}
	.post-type-archive-area .box_map .box_map_akita {
		top: 22.7vw;
        right: 9.8vw;
	}
	.post-type-archive-area .box_map .box_map_yamagata {
		top: 28vw;
		right: 9.8vw;
	}
	.post-type-archive-area .box_map .box_map_fukushima {
		top: 33.4vw;
		right: 2.8vw;
	}
	.post-type-archive-area .box_map .box_map_ibaragi {
		top: 44.2vw;
		right: 2.8vw;
	}
	.post-type-archive-area .box_map .box_map_tochigi {
		top: 38.8vw;
		right: 2.8vw;
	}
	.post-type-archive-area .box_map .box_map_gunma {
		top: 38.8vw;
		right: 9.8vw;
	}
	.post-type-archive-area .box_map .box_map_saitama {
		top: 44.2vw;
		right: 9.8vw;
	}
	.post-type-archive-area .box_map .box_map_chiba {
		top: 49.5vw;
		right: 2.8vw;
	}
	.post-type-archive-area .box_map .box_map_tokyo {
		top: 49.5vw;
		right: 9.8vw;
	}
	.post-type-archive-area .box_map .box_map_kanagawa {
		top: 54.8vw;
		right: 9.8vw;
	}
	.post-type-archive-area .box_map .box_map_yamanashi {
		top: 49.5vw;
		right: 17vw;
	}
	.post-type-archive-area .box_map .box_map_nagano {
		top: 38.8vw;
		right: 17vw;
	}
	.post-type-archive-area .box_map .box_map_nigata {
		top: 33.4vw;
		right: 17vw;
	}
	.post-type-archive-area .box_map .box_map_toyama {
		top: 33.4vw;
		right: 24vw;
	}
	.post-type-archive-area .box_map .box_map_ishikawa {
		top: 33.4vw;
		right: 31vw;
	}
	.post-type-archive-area .box_map .box_map_fukui {
		top: 38.8vw;
		right: 31vw;
	}
	.post-type-archive-area .box_map .box_map_gifu {
		top: 38.8vw;
		right: 24vw;
	}
	.post-type-archive-area .box_map .box_map_shizuoka {
		top: 54.8vw;
		right: 17vw;
	}
	.post-type-archive-area .box_map .box_map_aichi {
		top: 49.5vw;
		right: 24vw;
	}
	.post-type-archive-area .box_map .box_map_mie {
		top: 44.2vw;
		right: 31vw;
	}
	.post-type-archive-area .box_map .box_map_shiga {
		top: 49.5vw;
		right: 31vw;
	}
	.post-type-archive-area .box_map .box_map_kyoto {
		top: 44.2vw;
		right: 38.1vw;
	}
	.post-type-archive-area .box_map .box_map_osaka {
		top: 49.5vw;
		right: 45.2vw;
	}
	.post-type-archive-area .box_map .box_map_hyogo {
		top: 44.2vw;
		right: 45.2vw;
	}
	.post-type-archive-area .box_map .box_map_nara {
		top: 49.5vw;
		right: 38.1vw;
	}
	.post-type-archive-area .box_map .box_map_wakayama {
		top: 54.8vw;
		right: 38.1vw;
	}
	.post-type-archive-area .box_map .box_map_tottori {
		top: 44.2vw;
		right: 52.2vw;
	}
	.post-type-archive-area .box_map .box_map_shimane {
		top: 44.2vw;
		right: 59.1vw;
	}
	.post-type-archive-area .box_map .box_map_okayama {
		top: 49.5vw;
		right: 52.2vw;
	}
	.post-type-archive-area .box_map .box_map_hiroshima {
		top: 49.5vw;
		right: 59.1vw;
	}
	.post-type-archive-area .box_map .box_map_yamaguchi {
		top: 44.2vw;
		right: 66vw;
	}
	.post-type-archive-area .box_map .box_map_tokushima {
		top: 61.4vw;
		right: 53vw;
	}
	.post-type-archive-area .box_map .box_map_kagawa {
		top: 56vw;
        right: 53vw;
	}
	.post-type-archive-area .box_map .box_map_ehime {
		top: 56vw;
		right: 60.2vw;
	}
	.post-type-archive-area .box_map .box_map_kochi {
		top: 61.4vw;
		right: 60.2vw;
	}
	.post-type-archive-area .box_map .box_map_fukuoka {
		top: 44.2vw;
		right: 81.5vw;
	}
	.post-type-archive-area .box_map .box_map_saga {
		top: 44.2vw;
		right: 88.6vw;
	}
	.post-type-archive-area .box_map .box_map_nagasaki {
		top: 49.5vw;
		right: 88.6vw;
	}
	.post-type-archive-area .box_map .box_map_kumamoto {
		top: 49.5vw;
		right: 81.5vw;
	}
	.post-type-archive-area .box_map .box_map_oita {
		top: 44.2vw;
		right: 74.4vw;
	}
	.post-type-archive-area .box_map .box_map_miyazaki {
		top: 49.5vw;
		right: 74.4vw;
	}
	.post-type-archive-area .box_map .box_map_kagoshima {
		top: 54.8vw;
		right: 81.5vw;
	}
	.post-type-archive-area .box_map .box_map_okinawa {
		top: 62vw;
		right: 88.6vw;
	}
}

@media not all and (min-width: 769px) { 
	.post-type-archive-area .box_tit_area {
		width:70%;
	}
	.post-type-archive-area .box_tit_area .main_txt {
        font-size: 1rem;
		text-align: left;
    }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
	.post-type-archive-area .box_tit_area {
        margin-top:2em;
		width:80%;
    }
	.post-type-archive-area .box_map {
		top: -37vw;
        margin-bottom: -37vw !important;
	}
}


/** 詳細ページ **/
.box_area_form {
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.single-area h1 {
	font-size:3rem;
}
.single-area h1 .area_tit01 {
	font-size: 5rem;
    font-weight: 900;
    background: -webkit-linear-gradient(#35D6FF, #0039C5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "M PLUS 1p", sans-serif;
    color: #0D61D3;
}
.single-area h1 .area_tit02 strong {
	color:#d2002d;
	display: inline-block;
}
.single-area h1 .area_tit03 {
	color:#00bed5;
	display: inline-block;
}
.single-area .box_form_2col {
	display: -webkit-flex;
    display: flex;
	width:100%;
	flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
}
.single-area .box_form_2col .top_only {
	display: none;
}
.single-area .box_form_2col figure {
	width:auto;
	margin:10px!important;
}
.single-area .area_main_txt,.home.area_main_txt  {
	margin-top:5em;
}
.single-area .area_main_txt p,.home .area_main_txt p {
	margin-bottom:0;
}
.single-area .area_main_txt .tit_fukidashi,.home .area_main_txt .tit_fukidashi {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	-webkit-align-items: flex-end;
    align-items: flex-end;
  gap: 10px;
  padding: 12px 16px;
	line-height: 0.5;
	margin-bottom: 1.5em;
}
.single-area .area_main_txt .tit_fukidashi::before,.home .area_main_txt .tit_fukidashi::before {
  content: "";
  width: 40px;
  height: 2px;
  transform: rotate(60deg);
  box-sizing: border-box;
  background-color: #eb612a;
}
.single-area .area_main_txt .tit_fukidashi::after,.home .area_main_txt .tit_fukidashi::after {
  content: "";
  width: 40px;
  height: 2px;
  transform: rotate(-60deg);
  box-sizing: border-box;
  background-color: #eb612a;
}
.single-area .area_main_txt .swl-marker,.home .area_main_txt .swl-marker {
	color:#00bed5;
}
.single-area .box_area_border,.home .box_area_border {
	padding-top:0;
	border-width: 2px;
	border-radius: 10px;
}
.single-area .p-blogParts,.home .p-blogParts {
	margin-bottom:0;
}
.single-area .box_area_border .is-style-section_ttl,.home .box_area_border .is-style-section_ttl {
	margin-bottom:30px;
}
.single-area .box_area_border .is-style-section_ttl span,.home .box_area_border .is-style-section_ttl span {
	width: 70%;
    border-radius: 0 0 10px 10px;
	padding:6px 0 10px;
    display: block;
    margin: 0 auto;
	position:relative;
}
.single-area .box_area_border .is-style-section_ttl span:after,.home .box_area_border .is-style-section_ttl span:after {
    border: 12px solid transparent;
    border-top: 12px solid var(--color_main);
    bottom: -22px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    visibility: visible;
    width: 0;
}
.single-area .box_area_flow,.home .box_area_flow,.home .box_area_flow,.home .box_area_flow {
	gap:27px;
}
.single-area .box_area_flow > div,.home .box_area_flow > div {
	padding:0px;
	border-radius: 10px;
	overflow: hidden;
}
.single-area .box_area_flow > div p,.home .box_area_flow > div p {
	padding: 10px 14px 0;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.4;
}
.single-area .box_area_flow > div p.box_area_flow_txt,.home .box_area_flow > div p.box_area_flow_txt {
	min-height:5em;
}
.box_cm {
	padding:10px;
	border-radius: 10px;
}
.btn_white a {
	border:solid 1px #fff!important;
	color:#fff!important;
}
.single-area #page_reason .box_reason_3col,.home #page_reason .box_reason_3col {
	background: none;
	padding: 0 80px;
}
.single-area #page_reason .box_reason_3col .wp-block-columns,.home #page_reason .box_reason_3col .wp-block-columns {
	margin:40px 50px 0;
	gap: 10px !important;
}
.single-area #page_reason .box_reason_3col .wp-block-columns .wp-block-column .cap_box_ttl,.home #page_reason .box_reason_3col .wp-block-columns .wp-block-column .cap_box_ttl {
	background: #eb612a!important;
	color:#fff;
}
.single-area #page_reason .reason_5list,.home #page_reason .reason_5list {
	background: #1298ad;
	padding: 20px 0 50px !important;
}
.single-area #page_reason .reason_5list h2,.home #page_reason .reason_5list h2 {
	margin-bottom:0.5em;
}
.single-area #page_reason .reason_5list h2 span span,.home #page_reason .reason_5list h2 span span {
	font-size: 1.6em;
    color: #fff21b;
}

/** 無料見積 **/
.box_contact_top {
	background: url(images/area/bg-paper.jpg) no-repeat center;
	background-size:cover;
	padding: 30px 20px 10px;
	border-radius: 10px;
}
.box_contact_top > div {
	display: -webkit-flex;
    display: flex;
	margin-bottom:6px;
}
.box_contact_top > div .label {
	width:8em;
	text-align: right;
	margin-right: 1em;
}
.box_contact_top > div input {
	width:300px;
}
.box_contact_top .form_buton {
	margin-top:30px;
	display: block;
	padding-bottom: 20px;
}
.box_contact_top .form_buton p {
	text-align: center;
	width:100%;
}
.box_contact_top .form_buton > p > * {
	display: block;
	margin:0 auto;
}

/** コラム **/
.box_column .-type-card .p-postList__thumb {
	border-radius: 10px;
}
.box_column .p-postList__title {
	font-size:1.2rem;
}
.box_column .p-postList__item {
	margin-bottom:0;
}

/** 買取実績 **/
.box_carpricelist_list_wrap {
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	gap:20px;
	margin-bottom: 3em;
}
.box_carpricelist_list_wrap .box_carpricelist_list {
	width:calc((100% - 60px) / 4);
	max-width: 275px;
	background: #fff;
	padding:10px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .1), 0 4px 4px -4px rgba(0, 0, 0, .1);
}
.box_carpricelist_list_wrap .box_carpricelist_list .item_data {
	list-style: none;
	font-size:0.9rem;
	padding:0;
}
.box_carpricelist_list_wrap .box_carpricelist_list .item_data li {
	color:#333;
	font-weight: bold;
}
.box_carpricelist_list_wrap .box_carpricelist_list .item_data li span {
	width: 6em;
    background: #1298ad;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    font-size: 0.8rem;
    margin-right: 1em;
}
.box_carpricelist_list_wrap .box_carpricelist_list .item_data li:first-child {
	color:#d2002d;
}

/** ボタン **/
.box_f_btn {
	margin-top:80px;
}
.box_f_btn a {
	display: -webkit-flex!important;
    display: flex!important;
    -webkit-justify-content: space-between!important;
    justify-content: space-between!important;
	-webkit-align-items: center!important;
    align-items: center!important;
	height: 80px;
}
.btn_flow a:before {
	content:"";
	width:36px;
	height:51px;
	background: url(images/common/ico-bnr-01.webp) no-repeat center;
	display: block;
	margin-left: 20px;
}
.btn_qa a:before {
	content:"";
	width:84px;
	height:62px;
	background: url(images/common/ico-bnr-02.webp) no-repeat center;
	display: block;
	margin-left: 20px;
}
.btn_reason a:before {
	content:"";
	width:40px;
	height:52px;
	background: url(images/common/ico-bnr-03.webp) no-repeat center;
	display: block;
	margin-left: 20px
}

@media not all and (min-width: 769px) {
	.single-area .box_area_form,.home .box_area_form {
		display: block;
	}
	.single-area .box_area_form form,.home .box_area_form form{
		margin: 0 auto;
		padding-bottom: 2em;
	}
	.single-area .tit_teian span,.home .tit_teian span {
		display: inline-block;
	}
	.box_carpricelist_list_wrap {
		-webkit-justify-content: center;
    	justify-content: center;
	}
	.box_carpricelist_list_wrap .box_carpricelist_list {
		width: calc((100% - 20px) / 2);
	}
	.box_area_flow  {
		grid-template-columns: 1fr 1fr!important;
	}
	.box_f_btn {
		max-width: 400px;
		margin:80px auto 0;
	}
	.single-area .area-list,.home .area-list {
		padding: 50px 0;
	}
}
@media not all and (min-width: 767px) {
	.box_contact_top {
		width:100%;
		padding:15px;
		font-size: 1rem;
		text-align: left;
	}
	.box_contact_top > div .label {
		width: 9em;
	}
	.box_contact_top > div input,.box_contact_top > div select{
		width: calc(100% - 1em)!important;
	}
	.single-area .area_main_txt p span,.home .area_main_txt p span {
		font-size: 1.6rem!important;
	}
	.single-area .area_main_txt .tit_fukidashi,.home .area_main_txt .tit_fukidashi {
		padding:0;
	}
	.single-area .area_main_txt .tit_fukidashi span,.home .area_main_txt .tit_fukidashi span {
		font-size: 2rem!important;
	}
	.single-area .area_main_txt .tit_fukidashi::after,.single-area .area_main_txt .tit_fukidashi::before,
	.home .area_main_txt .tit_fukidashi::after,.home .area_main_txt .tit_fukidashi::before{
		width: 1.6rem;
	}
	.single-area .area_main_txt .tit_teian,.home .area_main_txt .tit_teian {
		margin-bottom:1em!important;
	}
	.single-area .area_main_txt .kadomaru span,.home .area_main_txt .kadomaru span {
		font-size:1rem!important;
		padding: 5px 10px;
        display: block;
	}
	.box_carpricelist_list_wrap .box_carpricelist_list .item_data li {
		text-align: center;
	}
	.box_carpricelist_list_wrap .box_carpricelist_list .item_data li span {
		width: 100%;
	}
	.single-area .box_area_border .is-style-section_ttl span,.home .box_area_border .is-style-section_ttl span {
		width:100%;
		font-size: 1.1rem;
	}
	.single-area .box_area_border ul,.single-area .box_area_border p,.home .box_area_border ul,.home .box_area_border p  {
		font-size:0.9rem;
	}
	.single-area #page-voice h2,.home #page-voice h2 {
		font-size: 1.2rem;
	}
	.single-area #page-voice p,.home #page-voice p {
		font-size: 1rem;
		text-align: left;
	}
	.single-area #page-voice p br,.home #page-voice p br {
		display: none;
	}
	.box_area_flow {
        grid-template-columns: 1fr!important;
		max-width: 270px;
        margin: 0 auto 2em;
    }
	.single-area #page_reason .box_reason_3col,.home #page_reason .box_reason_3col {
		padding:0;
	}
	h3.is-style-section_ttl.tit_ribon {
		width: 330px !important;
		margin: 0 auto !important;
		border: none !important;
		padding: 15px 15px 30px !important;
		background: url(images/common/caption-ribbon.webp) no-repeat center;
		background-size: 100%;
		font-size: 1.2rem;
	}
	.box_reason_point {
		display: block!important;
	}
	.box_reason_point img {
		width:100px;
	}
	.box_reason_point p span {
		font-size: 1.2rem !important;
        line-height: 1.4em;
        display: block;
	}
	.single-area #page_reason .box_reason_3col .wp-block-columns .wp-block-column .cap_box_ttl span,.home #page_reason .box_reason_3col .wp-block-columns .wp-block-column .cap_box_ttl span {
		font-size:1.3rem!important;
	}
}


/** 買取実績 **/
.l-mainContent .box_main_2col {
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
	margin-top: 2em !important;
}
.box_main_2col .box_form_2col {
	flex-direction: row;
	width:100%;
	-webkit-justify-content: center;
    justify-content: center;
}
.box_main_2col .box_form_2col > *,.box_main_2col .box_form_2col > *:first-child {
	margin:10px!important;
}
.carpricelist_tab .c-tabList__item {
	margin-left:10px;
}
.carpricelist_tab .c-tabList__button {
	border-radius: 10px 10px 0 0;
	background: #e3e3e3!important;
}
.carpricelist_tab .c-tabList__button mark {
	color:#333!important;
}
.carpricelist_tab .c-tabList__button.active {
	background: #1298ad!important;
	border-radius: 10px 10px 0 0;
	line-height: 1.6em;
}
.carpricelist_tab .c-tabList__button.active mark {
	color:#f8ff43!important;
}
.carpricelist_tab .c-tabBody {
	border:none;
	background: #f8f6f2;
}
.carpricelist_tab .swell-block-linkList.is-style-button .swell-block-linkList__link {
	background: #fff;
	border:none;
	padding: 3px 20px;
}
.post-type-archive-carpricelist .l-content {
	margin-bottom:0;
}
.post-type-archive-carpricelist #before_footer_widget {
	margin-top:2em;
}
@media not all and (min-width: 769px) {
	.l-mainContent .box_main_2col {
		display: block;
		text-align: center;
	}
	.l-mainContent .box_main_2col h1 {
		width: 70%;
		display: inline-block;
		margin-bottom: 2em;
	}
	.l-mainContent .box_main_2col .wp-block-contact-form-7-contact-form-selector {
		margin:0 auto;
	}
	.carpricelist_tab .c-tabList__item {
		margin:0 5px;
	}
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
	.l-mainContent .box_main_2col h1 {
		width: 80%;
	}
	.box_main_2col .box_form_2col {
		width:90%;
		margin:0 auto;
	}
	.box_main_2col .box_form_2col > *,.box_main_2col .box_form_2col > *:first-child {
		margin:10px 5px!important;
	}
}

/** 詳細ページ **/
.single-carpricelist .c-pageTitle {
	padding-top:1em;
}
.single-carpricelist .c-pageTitle span {
	display: inline-block;
}
.single-carpricelist #main_content .post_content {
	padding: 55px 0 0 0!important;
	margin-top:4em;
	position:relative;
}
.single-carpricelist #main_content .post_content .box_carimage {
	position:absolute;
	top:0;
}
.single-carpricelist #main_content .post_content .box_carimage img {
	width:480px;
	height:auto;
	border-radius: 10px;
}
.single-carpricelist #main_content .post_content .box_cartxt {
	width:787px;
	height:auto;
	display: block;
	margin-left:auto;
	padding:45px 35px 45px 100px;
	background: #f8f6f2;
	border-radius: 10px;
}
.single-carpricelist #main_content .post_content .box_cartxt .box_price {
	font-size:30px;
	background: #fff;
	text-align: center;
	border-radius: 10px;
	font-weight: bold;
}
.single-carpricelist #main_content .post_content .box_cartxt .box_price span {
	color:#d2002d;
}
.single-carpricelist #main_content .post_content .box_cartxt .item_data {
	margin-top:3em;
	padding:0;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	list-style: none;
}
.single-carpricelist #main_content .post_content .box_cartxt .item_data li {
	width:50%;
	font-weight: bold;
	margin-bottom: 15px;
}
.single-carpricelist #main_content .post_content .box_cartxt .item_data li span {
	width:120px;
	background: #eb612a;
	color:#fff;
	text-align-last: center;
	display: inline-block;
	text-align: center;
	margin-right:1em;
	padding: 3px 0;
    border-radius: 10px;
}

@media not all and (min-width: 1025px) {
	.single-carpricelist #main_content .post_content .box_cartxt {
		width:calc(100% - 420px);
	}
	.single-carpricelist #main_content .post_content .box_cartxt .item_data {
		display: block;
	}
	.single-carpricelist #main_content .post_content .box_cartxt .item_data li {
		width:100%;
	}
	
}
@media not all and (min-width: 769px) {
	.single-carpricelist #main_content .post_content {
		padding:0!important;
		margin-top: 3em;
	}
	.single-carpricelist #main_content .post_content .box_carimage {
		position:relative;
	}
	.single-carpricelist #main_content .post_content .box_cartxt {
		width:90%;
		padding: 100px 50px 45px 50px;
		margin-top: -100px;
	}
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
	.single-carpricelist #main_content .post_content .box_carimage {
		margin-bottom:10px;
	}
	.single-carpricelist #main_content .post_content .box_cartxt {
		width:100%;
		padding: 25px;
		margin-top: 0;
	}
	.single-carpricelist #main_content .post_content .box_cartxt .box_price {
		font-size: 1.6em;
	}
	.single-carpricelist #main_content .post_content .box_cartxt .item_data {
		margin-top: 2em;
	}
}

/**** TOP ******/
.home .box_area_form {
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-direction: row;
    flex-direction: row;
}
.home .box_area_form .box_form_2col {
	flex-direction: row;
	-webkit-justify-content: center;
    justify-content: center;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	width:100%;
}
.home .box_area_form .box_form_2col > *,.home .box_area_form .box_form_2col > *:first-child {
	margin:10px!important;
}
.home .top_caution_list,.home .top_caution_txt {
	width: 700px;
	margin:0 auto;
	font-size:1em;
}
.home .top_caution_list li {
	margin:0;
	font-weight: bold;
}
@media not all and (min-width: 769px) {
	.home .top_caution_list,.home .top_caution_txt {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
	.home .box_area_form .box_form_2col > * {
		width:25%;
	}
	.top #content {
    	padding-top: 2em;
	}
	.box_area_form #form {
		margin-bottom:2em;
	}
	.box_area_form #form .wp-block-contact-form-7-contact-form-selector {
		width:100%;
	}
	.page-id-52 .post_content p {
		text-align: left!important;
	}
}
