@charset "utf-8";
/* CSS Document */

/** cta **/
.box_cta {
	background: #04384c;
	padding:25px 0;
	margin: 50px 0;
}
.box_cta .l-article {
	background: url(../images/top/cta.webp) no-repeat;
	height: 176px;
}
.box_cta .l-article .box_btn {
	padding: 74px 0 30px 360px;
}
.box_cta .l-article .box_btn a {
	display: inline-block;
	margin:0 10px;
	 -webkit-transition: all 0.5s ease 0s;
 -o-transition: all 0.5s ease 0s;
 transition: all 0.5s ease 0s;
}
.box_cta .l-article .box_btn a:hover {
	opacity: 0.7;
}
.box_cta .l-article .box_btn a img {
	border-radius: 10px;
}

@media not all and (min-width: 960px) {
	.box_cta {
		padding:15px;
		text-align: center;
	}
	.box_cta > img {
		width:90%;
		height:auto;
	}
	.box_cta .l-article {
		background: #fff;
		border-radius: 10px;
		padding:15px;
	}
	.box_cta .l-article a {
		display: inline-block;
		margin:5px 0;
	}
	.box_cta .l-article a img {
		border-radius:10px;
	}
	.top #content {
		padding-top: 1em;
	}
	.u-obf-cover {
		height:auto!important;
	}
}
@media screen and (max-width: 959px) {
	.p-mainVisual__inner {
		height: 50vh;
		min-height: 88vw;
	}
}
.box_kougaku h2,.box_flow h2 {
	text-align: center;
}
.box_kougaku .l-article {
	position:relative;
}
.box_kougaku .l-article:before {
	content:"";
	width:237px;
	height:227px;
	background: url(../images/top/ico-kaitori.webp) no-repeat;
	display: block;
	position:absolute;
	top:-125px;
	left:0;
}
.box_kaitori figure {
	background:#fff;
	padding:15px;
	border-radius: 10px;
    box-shadow: 2px 2px 3px #adadad;
}

@media not all and (min-width: 960px) {
	.box_kougaku .l-article:before {
		width: 117px;
        height: 119px;
        top: -64px;
        left: -12px;
		background-size: 100%;
	}
	.home .post_content .box_kougaku h2 {
		text-indent: 1.5em;
	}
	.home .post_content .box_kougaku p {
		text-align: left!important;
	}
	.post_content .box_kaitori {
		display: -webkit-flex;
    	display: flex;
		-webkit-justify-content: center;
    	justify-content: center;
		-webkit-flex-wrap: wrap;
    	flex-wrap: wrap;
	}
	.post_content .box_kaitori figure {
		width: 48%;
	}
	.post_content .box_kaitori figure span {
		display: block;
	}
}

.box_white {
	background:#fff;
	padding:30px;
	border-radius: 10px;
    box-shadow: 2px 2px 3px #adadad;
}
.home .post_content h2 {
	background: none;
	color:#333;
	font-size: 2.4em;
    margin: 0;
    padding: 0 0 0.5em;
}
.home .post_content h2.tit_line span {
	background: linear-gradient(transparent 65%, #ffc262 0%);
    display: inline-block;
	padding:0;
}
.home .post_content h2:before {
	display: none;
}
.box_white .top_jisseki .p-postList__item {
	padding: 15px 0;
    margin: 0 !important;
}
.box_white .top_jisseki .p-postList__thumb {
	width:42%;
}
.box_white .top_jisseki .p-postList__body {
	width: 52%;
}
.box_white .top_jisseki .p-postList__body h2 {
	font-size:1.3em!important;
}
.box_white .top_jisseki .p-postList__body .box_price {
	border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 5px 10px;
    font-weight: bold;
    margin-bottom: 15px;
}
.box_price span {
    color: #c1000f;
}
.box_price span strong {
    font-size: 1.6em;
}
.top_column .box_price {
	display: none;
}

@media not all and (min-width: 960px) {
	.home .post_content h2  {
		font-size:1.8em;
	}
}
@media not all and (min-width: 960px) {
	.box_kaitori_info.sp-py-40 {
        padding-bottom: 2em !important;
        padding-top: 2em !important;
    }
	.box_kaitori_info .kaitori_info_txt {
		font-size:1.1em;
	}
	.box_kaitori_info .kaitori_info_txt br {
		display: none;
	}
	.box_white {
		padding:20px;
		margin-top:20px!important;
	}
	.box_white .wp-block-columns {
		margin-bottom:20px;
		border-bottom:solid 1px #ccc;
		padding-bottom:20px;
	}
	.box_white .wp-block-columns:last-child {
		border-bottom:none;
	}
	.box_white .wp-block-columns img {
		width:100%;
	}
}

/** 買取一覧 **/
.box_catlist {
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	list-style: none;
}
.box_catlist li {
	width:23%;
	margin-right:2%;
	margin-bottom:2%;
}
.box_catlist li a {
	position:relative;
	display: block;
	text-align: center;
    background: #fff;
	color: inherit;
    font-size: 1.2em;
    font-weight: bold;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 2px 2px 3px #adadad;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.box_catlist li a:after {
	content:"買取価格一覧へ";
	display: block;
    background: #009fe7;
    color: #fff;
    font-size: 0.8em;
    font-weight: normal;
    margin-top: 10px;
    line-height: 1;
    padding: 5px 0;
}
.box_catlist li:nth-child(4n) {
	margin-right: 0;
}
@media not all and (min-width: 960px) {
	.box_catlist li {
		width:48%;
	}
	.box_catlist li:nth-child(2n) {
		margin-right: 0;
	}
	
}

/** 流れ **/
.box_fukidashi_wrap .wp-block-group__inner-container {
	position:relative;
	display: -webkit-flex;
    display: flex;
	webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.box_fukidashi_wrap .box_fukidashi {
	background: #fff;
	padding:50px 15px 15px;
	border-radius: 10px;
	position:relative;
	text-align: left;
	margin:0 0 0 50px;
	line-height:1.6;
}
.box_fukidashi_wrap .box_fukidashi:before {
	content: "point";
    color: #fff;
    background: #01a0e9;
    padding: 1px 30px 5px;
    border-radius: 50em;
    display: inline-block;
    line-height: 1em;
	position:absolute;
	top:15px;
	text-align: left;
}
.box_fukidashi_wrap .box_fukidashi:after {
    position: absolute;
    top: -19px;
    right: 84px;
    width: 26px;
    height: 20px;
    background-color: #fff;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    content: '';
}
.box_fukidashi_wrap .point02.box_fukidashi:after {
	left: 84px;
	right:auto;
}
.box_fukidashi_wrap .point01 {
	width:360px;
}
.box_fukidashi_wrap .point02 {
	width:360px;
}
.box_fukidashi_wrap .point03 {
	width:310px;
}
.box_feature {
	border-radius: 20px;
	padding: 70px 70px 30px !important;
    margin-top: 70px;
}
.home .box_feature h2 {
	font-size: 1.8em;
	color:#01a0e9;
	margin-bottom: 30px;
}
.home .box_feature h2:before {
	display: none;
}
.box_feature .feature_list {
	background: #d3ecf7;
	padding:15px;
	margin-bottom:40px;
	border-radius: 20px;	
}
.box_feature .feature_list img {
	border-radius: 10px;
}
.box_feature .feature_list p {
	text-align-last: left;
}
@media not all and (min-width: 960px) {
	.box_flow p {
		text-align: left;
	}
	.box_fukidashi_wrap {
		width:100%!important;
	}
	.box_fukidashi_wrap .box_fukidashi {
		margin:0;
	}
	.box_fukidashi_wrap .point01,.box_fukidashi_wrap .point02,.box_fukidashi_wrap .point03 {
		width: 100%;
	}
	.step5 {
		display: -webkit-flex;
    	display: flex;
		-webkit-justify-content: space-between;
    	justify-content: space-between;
		width: 100% !important;
	}
	.step5 > * {
		width:47.4%;
	}
	.flow_txt {
		font-size:0.9em!important;
	}
	.box_feature {
		padding: 20px !important;
    	margin-top: 50px;
	}
	.box_feature h3 {
		font-size: 1.8em;
	}
	.box_feature .feature_list {
		margin-bottom: 20px;
	}
	.feature_list > div {
		display: -webkit-flex;
    	display: flex;
	}
	.feature_list > .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: auto !important;
		width:30%;
	}
	.feature_list > .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:last-child {
		width:60%;
	}
	.feature_list > .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column p br {
		display: none;
	}
}


/** 口コミ **/
.top_review ul li .p-postList__body {
    padding: 10px 0;
    border-bottom: 1px solid var(--color_border);
}
.top_review ul li h2 {
	font-size: 1em!important;
}
.top_review ul li .txt {
	font-weight: bold;
}
.star {
    color: #f5d900;
}
@media not all and (min-width: 960px) {
	.top_review {
		padding:0 20px;
	}
}

/** コラム **/
.home .top_column {
	padding:50px 0;
}
.home .top_column .wp-block-heading  {
	font-size:26px!important;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.home .top_column .wp-block-heading:before,.top_column .wp-block-heading:after {
	background-color: #333;
	content: "";
	height: 2px;
	width: 60px; 
	display: inline-block!important;
	position: static;
    border: none;
}
.home .top_column .wp-block-heading:before {
  margin-right: 15px;
}
.home .top_column .wp-block-heading:after {
  margin-left: 15px;
}
.-type-card .p-postList__title, .-type-list .p-postList__title, .-type-list2 .p-postList__title {
	font-size: 16px!important;
}
@media not all and (min-width: 960px) {
	.home .top_column {
		padding: 50px 20px;
	}
	.home .top_column h2 span {
		display: block;
	}
	.home .top_column .wp-block-heading:before, .top_column .wp-block-heading:after {
		width:20px;
	}
}

