*{font-family: "Noto Sans JP";}

.keyvisual + .lead{
	text-align: center;
}
.ttl_lead{
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 20px;
	line-height: 1.3;
}
.lead_text{
	font-size: 16px;
	text-align: justify;
}
main .page-title {
	text-align: center;
	margin-bottom: 30px;
	line-height: 1;
}

main .page-title .txt {
	font-size: 38px;
}

main .page-title .icon,
main .page-title .txt,
main .page-title .title {
	display: block;
	margin: auto;
	font-size: 16px;
}

main .page-title .icon {
	margin-bottom: 20px;
	width: 100%;
	max-width: 30px;
}

main .page-title .txt {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}

main .page-title .title {
	width: 170px;
	position: relative;
	font-weight: bold;
	font-family: "Noto Sans JP", 'Open Sans', sans-serif;
}

main .page-title .title:before,
main .page-title .title:after {
	content: "";
	display: block;
	width: 15px;
	height: 2px;
	position: absolute;
	top: 50%;
	background: rgb(53, 53, 53);
}

main .page-title .title:before {
	left: 0;
}

main .page-title .title:after {
	right: 0;
}

main {
	margin-bottom: 80px;
	display: block;
}

@media screen and (min-width: 640px) {
    .container .col-12.inc_left {
        flex: 0 0 calc(100% - 270px);
        max-width: calc(100% - 270px);
    }
	.keyvisual{
		margin-bottom: 50px;
	}
	.keyvisual + .lead{
		max-width: 1140px;
	}
	.ttl_lead{
		font-size: 28px;
	}
	@media screen and (max-width: 1140px) {
        .lead{
            padding: 0 20px;
        }
		#top .container{
			padding: 0 20px;
		}
		.content_right{
			padding-left: 20px;
		}
	}
}



/*----------------------------------------
COMPANY
-----------------------------------------*/
.COMPANY.wrap {
	padding: 0 0 62px;
}

.COMPANY.first .tableStyle {
	width: 100%;
	border-collapse: collapse;
	border: #a67b5d 1px solid;
}

.COMPANY.first .tableStyle th,
.COMPANY.first .tableStyle td {
	padding: 16px;
	font-size: 15px;
	border: #a67b5d 1px solid;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
}

.COMPANY.first .tableStyle th {
	background: #a67b5d;
	border-bottom-color: rgba(255, 255, 255, .39);
	border-right-color: 1px solid rgb(7, 110, 35);
	color: #FFF;
	text-align: center;
}

.COMPANY.second p {
	background: #EEE;
	padding: 40px;
	border-radius: 12px;
	text-align: center;
}

/*----------------------------------------
FAQ
-----------------------------------------*/
#faq .tabs-box {
	max-width: 896px;
	width: 100%;
	margin: 0 auto 50px;
	overflow: hidden;
	display: flex;
	flex-flow: wrap;
}

#faq .tabs-box .box {
	margin-bottom: 0;
	background: #a67b5d;
	border: 1px solid #a67b5d;
	list-style: none;
	width: 23.5%;
	float: left;
	margin: 0 2% 2% 0;
	box-sizing: border-box;
}

#faq .tabs-box .box:last-child {
	margin-right: 0;
}

#faq .tabs-box li a {
	display: block;
	cursor: pointer;
	background: #a67b5d;
	text-align: center;
	height: 54px;
	line-height: 54px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	color: white;
	margin-bottom: 0;
}

#faq .box .page-title .title {
	width: 160px;
}

#faq .box dl {
	margin: 0;
	line-height: 1;
}

#faq .box dt {
	background: #a67b5d;
	cursor: pointer;
	border-bottom: 1px solid #836048;
	line-height: 64px;
	height: 63px;
	padding-left: 15px;
	color: white;
	display: flex;
	align-items: center;
}

li#faq .tabs-box .box {
	background: #a67b5d !important;
}

#faq .box dt .txt {
	font-size: 1rem;

}

#faq .box dt .item {
	font-size: 1.4em;
	margin-right: 10px;
}

#faq .box dd {
	background: rgba(250, 250, 250, 1.00);
	padding: 40px;
	margin: 0;
	display: table;
	table-layout: fixed;
	width: 100%;
	box-sizing: border-box;
	display: none;
}

#faq .box dd p {
	line-height: 1.8;
}

#faq .box dd .txt {
	padding-left: 10px;
	font-weight: normal;
}

#faq .box dd .txt,
#faq .box dd .item {
	display: table-cell;
	vertical-align: top;
}

#faq .box dd .item {
	color: #a67b5d;
	font-weight: bold;
	font-size: 1.4em;
	width: 20px;
}

#faq section.box {
	margin-bottom: 70px;
	margin-top: -80px;
	padding-top: 80px;
}
#faq .box dd p .pc{
	display: none;
}
@media (min-width: 768px) {
	#faq .box dd p .pc{
		display: none;
	}
	#faq .tabs-box {
		max-width: 960px;
		justify-content: center;
	}
	#faq .tabs-box .box:nth-child(4n){
		margin-right: 0;
	}
	#faq section.box{
		max-width: 960px;
		margin-left: auto;
		margin-right: auto;
	}
	#faq .box dd p .sp{
		display: inline-flex;
	}
	#faq .box dd p{
		margin-bottom: 0;
	}
}


/*----------------------------------------
not-covered
-----------------------------------------*/
#not-covered .color-box {
	background: rgb(238, 238, 238);
	padding: 40px 20px;
	border-radius: 12px;
	text-align: center;
	margin-bottom: 40px;
}

#not-covered .color-box h3 {
	font-weight: bold;
	margin-bottom: 15px;
	color: #a67b5d;
	font-size: 18px;
}

#not-covered .color-box p {
	line-height: 1.5;
	font-size: 14px;
}

#not-covered .list-box ul {
	margin-bottom: 20px;
}

#not-covered .list-box {
	border: 1px solid #a67b5d;
	border-radius: 12px;
	padding: 40px;
}

#not-covered .list-box li {
	position: relative;
	border-bottom: 1px solid #ddd;
	line-height: 40px;
    height: 42px;
	padding-left: 30px;
	font-weight: normal;
	font-size: 14px;
}

#not-covered .list-box li::after,
#not-covered .list-box li::before {
	display: block;
	content: '';
	margin-left: 20px;
	position: absolute;
}

#not-covered .list-box li::before {
	top: .9em;
	left: -1.2em;
	width: 15px;
	height: 15px;
	background-color: #a67b5d;
	border-radius: 100%;
}

#not-covered .list-box li::after {
	display: block;
	content: '';
	position: absolute;
	top: 1.1em;
	left: -1em;
	width: 6px;
	height: 3px;
	border-left: 2px solid white;
	border-bottom: 2px solid white;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media screen and (max-width:767px) {
	#not-covered .color-box {
		padding: 20px;
	}

	#not-covered .list-box {
		padding: 20px;
	}

	#not-covered .list-box li {
		line-height: normal;
		height: auto;
		padding: 1em 0 1em 30px;
	}

	#not-covered .list-box li::before {
		top: 1.1em;
	}

	#not-covered .list-box li::after {
		top: 1.4em;
	}

	#faq .tabs-box .box {
		width: 48%;
		font-size: 1.6rem;
	}

	#faq .box dt {
		padding: 15px 12px;
		height: auto;
		line-height: 1.5;
		font-size: 1.6rem;
	}


}

#not-covered .list-box p {
	color: rgb(230, 0, 18);
	font-weight: 500;
	line-height: 1.5;
	position: relative;
	margin-left: 20px;
	font-size: 14px;
}

#not-covered .list-box p:before {
	content: "※";
	position: absolute;
	top: 0px;
	left: -20px;
}

/*----------------------------------------
flow
-----------------------------------------*/
#flow .page-title .title {
	width: 100px;
}

#flow ol {
	list-style: none;

}

.wrap-box {
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;
}

#flow li {
	justify-content: space-between;
	border-bottom: 1px solid #a67b5d;
	padding-bottom: 29px;
	position: relative;
	margin-bottom: 70px;
	align-items: center;
}

#flow li:not(:last-child)::before {
	border: 20px solid transparent;
	border-top-color: #fff;
	border-bottom-width: 0;
	bottom: -19px;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	width: 0;
	z-index: 1;
}

#flow li:not(:last-child)::after {
	border: 20px solid transparent;
	border-top-color: #a67b5d;
	border-bottom-width: 0;
	bottom: -20px;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	width: 0;
}



#flow li .cap img {
	max-width: 100%;
}

#flow li .cap {
	width: 45%;
	text-align: center;
}

#flow li h4 {
	font-size: 20px;
	margin-bottom: 20px;
}

#flow li h4 .item {
	font-weight: bold;
	color: #a67b5d;
	margin-right: 10px;
}

#flow li .data {
	padding-left: 50px;
	width: calc(55% - 50px);
	box-sizing: border-box;
}

#flow li dt {
	font-weight: bold;
	margin-bottom: 15px;
	font-size:17px;
	line-height: 1.5;
}

#flow li dd {
	margin: 0;
	font-size: 16px;
}

#flow li dd p {
	line-height: 1.8;
	font-size: 16px;
	margin-bottom: 0;
}
#flow li dd .inline-text{
	font-weight: normal;
}

.color-text {
	color: #a67b5d;
	font-weight: bold;
}


/*----------------------------------------
line-assessment
-----------------------------------------*/
#line-assessment .page-title .title {
	width: 210px;
}

#line-assessment .top-box {
	text-align: center;
	margin-bottom: 50px;
	font-size: 16px;
}

#line-assessment .top-box dt {
	font-weight: bold;
	font-size: 1.6em;
	margin-bottom: 25px;
}

#line-assessment .top-box .item {
	color: rgb(19, 191, 0);
	font-weight: bold;
}

#line-assessment .top-box dd {
	line-height: 1.8;
	margin: 0;
}

#line-assessment .inbox {
	border: 1px solid #a67b5d;
	padding: 32px;
	box-sizing: border-box;
}

#line-assessment .box:not(:last-of-type) {
	margin-bottom: 70px;
}

#line-assessment .box:last-of-type {
	margin-bottom: 40px;
}

#line-assessment .box h3 {
	background: #a67b5d;
	color: white;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: white;
	font-size: 22px;
}

#line-assessment .box .item {
	width: 70px;
	border-radius: 50%;
	height: 70px;
	background:#f2f0da;
	color: #a67b5d;
	text-align: center;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	right: 18px;
	top: -22px;

}

#line-assessment .box dt {
	font-size: .9em;
	width: 45%;
	margin: 0 auto
}

#line-assessment .item dl {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
}

#line-assessment .box .item dt,
#line-assessment .box .item dd {
	margin: 0;
}

#line-assessment .box dd {
	font-size: 1.8em;
	font-weight: bold;
	width: 55%;
	margin: 0 auto;
	text-align: right;
}

#line-assessment .box dt img,
#line-assessment .box dd img {
	width: 100%;
}
#line-assessment .box dt img{
	max-width: 471px;
}
#line-assessment .box dd img{
	max-width: 530px;
}

#line-assessment .box {
	position: relative;
}

#line-assessment .box .color-box {
	background: rgb(242, 242, 242);
	padding: 26px 28px;
	border-radius: 6px;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 30px;
	line-height: 1;
}

#line-assessment .box .color-box .item-box {
	margin-right: 30px;
}

#line-assessment .box .color-box .item-box img {
	height: 50px;
	width: auto;
}

#line-assessment .box .color-box p {
	color: #353535;
	font-size: 16px;
	margin: 0;
	line-height: 1;
}

#line-assessment .box .img-box {
	justify-content: space-between;
}

#line-assessment .box ol {
	/*
	display: grid;
	grid-gap: 35px;
  grid-template-columns: repeat(auto-fit, minmax(232px, 1fr));
  */
	margin-bottom: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-o-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}

#line-assessment .box ol li {
	list-style: none;
	width: 23%;
	box-sizing: border-box;
	font-size: 16px;
}

#line-assessment .box ol h4 {
	background: rgb(105, 105, 105);
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: white;
	margin-bottom: 20px;
}

#line-assessment .box ol p {
	line-height: 1.5;
	font-size: 1.4rem;
	margin-bottom: 20px;
}

#line-assessment .box ol img + p {
	margin-top: 20px;
	margin-bottom: 0;
}

#line-assessment .box .item-box .color-box {
	border-radius: 0;
	margin-bottom: 0;
	padding: 12px;
	font-size: 16px;
}

#line-assessment .box .item-box h5 {
	font-weight: bold;
	margin-bottom: 12px;
}

#line-assessment .box .item-box li {
	position: relative;
	margin-left: 18px;
}

#line-assessment .box .item-box li:not(:last-child) {
	margin-bottom: 12px;
}

#line-assessment .box .item-box li:before {
	content: "";
	position: absolute;
	top: 2px;
	left: -18px;
	width: 12px;
	height: 12px;
	display: block;
	background: #a67b5d;
}

#line-assessment .box .item-box {
	align-items: center;
}

#line-assessment .box .item-box p {
	font-size: 6.2em;
	color: rgba(248, 248, 248, 1);
	font-weight: bold;
	margin: 0 0 0 40px;
}

#line-assessment .box .min-box {
	width: 49%;
	font-size: 16px;
}

#line-assessment .box .min-box ul {
	justify-content: space-between;
	margin-bottom: 20px;
}
#line-assessment .box .min-box ul li{
	max-width: 234px;
}

#line-assessment .box .min-box h5 {
	text-align: center;
	line-height: 32px;
	height: 32px;
	color: white;
}

#line-assessment .box .min-box:first-of-type li:nth-child(1) h5 {
	background: rgb(175, 41, 38);
}

#line-assessment .box .min-box:first-of-type li:nth-child(2) h5 {
	background: #a67b5d;
}

#line-assessment .box .min-box:last-of-type li h5 {
	background: #8b6448;
}

#line-assessment .box .min-box .color-box {
	text-align: center;
	border-radius: 0;
	padding: 0;
	height: 63px;
	line-height: 63px;
	margin-bottom: 0;
}

#line-assessment .box .photo-box {
	justify-content: space-between;
	flex-flow: row;
}

/*----------------------------------------
PRIVACY
-----------------------------------------*/
#privavy .wrap {
	padding: 0 0 62px;
}

.no-bottom {
	padding: 0;
}

.PRIVACY {
	font-size: 16px;
	font-weight: normal;
}

.PRIVACY p {
	background: #EEE;
	padding: 40px;
	text-align: center;
	line-height: 1.8;
	margin: 0 0 42px;
	border-radius: 12px;
}

.PRIVACY dl {
	border: 1px solid #a67b5d;
	padding: 30px;
	margin: 0 0 32px;
	border-radius: 12px;
}

.PRIVACY dl dt {
	font-size: 18px;
	border-bottom: 1px dotted #EEE;
	padding: 0 0 15px 15px;
	margin: 0 0 15px;
	position: relative;
}

.PRIVACY dl dt:before {
	content: "";
	width: 5px;
	height: 22px;
	background: #a67b5d;
	position: absolute;
	top: 2px;
	left: 0;
}

.PRIVACY dl dd {
	line-height: 1.8;
	margin: 0;
}

.PRIVACY dl dd ol {
	margin: 20px 0 0;
	padding: 0;
}

.PRIVACY dl dd ol li {
	list-style: none;
	position: relative;
	padding: 0 0 0 25px;
	margin: 0 0 15px;
	line-height: 1;
}

.CONTRACT dl dd ol li:last-child {
	margin-bottom: 0;
}

.PRIVACY dl dd ol li:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	background-color: #a67b5d;
	border-radius: 100%;
}

.PRIVACY dl dd ol li:after {
	display: block;
	content: '';
	position: absolute;
	top: 4px;
	left: 3px;
	width: 6px;
	height: 3px;
	border-left: 2px solid white;
	border-bottom: 2px solid white;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.PRIVACY dl dd ol.no-style li:before,
.PRIVACY dl dd ol.no-style li:after{
	display: none;
}
.PRIVACY dl dd ol.no-style li{
	padding-left: 0;
	text-indent: -14px;
    margin-left: 14px;
}
@media screen and (min-width:639px) {
	.PRIVACY dl dt:before {
		top:5px;
	}
}
/*----------------------------------------
genre 買取対象品目
-----------------------------------------*/


/*----------------------------------------
1089
-----------------------------------------*/
@media screen and (max-width:1099px) {
	#header-logo img {
		width: 100%;
	}

	.service-box ul {
		padding-left: 10px;
		padding-right: 10px;
	}

	.blog-box {
		display: block;
	}

	.blog-box h3 {
		text-align: center;
		padding-right: 0;
		margin-bottom: 25px;
	}

	.blog-box ul {
		width: 768px;
		margin: auto;
		text-align: center;
	}

	.blog-box .btn {
		margin: auto;
		width: 150px;
		height: 65px;
		line-height: 65px;
	}

	#line-assessment .box .min-box ul li,
	#line-assessment .box .min-box {
		width: 49%;
	}

	#line-assessment .box .min-box ul img {
		width: 100%;
	}

	#line-assessment .box .min-box .color-box {
		line-height: 1.8;
		height: auto;
		padding: 2.5% 5%;
		text-align: left;
	}

	.scroll {
		overflow: auto;
		white-space: nowrap;
	}

	.scroll::-webkit-scrollbar {
		height: 5px;
	}

	.scroll::-webkit-scrollbar-track {
		background: #F1F1F1;
	}

	.scroll::-webkit-scrollbar-thumb {
		background: #BCBCBC;
	}

	.scroll:before {
		content: "横にスクロールしてください";
		display: inline-block;
		margin: 0 0 3px;
		padding: 3px;
		color: #FFF;
		background: #a67b5d;
	}



}

.sp-only {
	display: none;
}

/*----------------------------------------
851
-----------------------------------------*/
@media screen and (max-width: 851px) {
	#line-assessment .box ol img {
		width: 100%;
	}

	#line-assessment .box .item-box .color-box {
		width: 100%;
		margin-bottom: 5%;
		zoom: .8;
	}


}


@media screen and (max-width: 767px) {

	.COMPANY.first .tableStyle th,
	.COMPANY.first .tableStyle td {
		display: block;
	}

	#flow ol {
		padding: 0;
	}

	#flow li {
		display: block;
		margin: 0 auto 15%;
		padding-bottom: 15%;
	}

	#flow li .data {
		width: 100%;
		padding: 0;
		margin-bottom: 5%;
	}

	#flow li h4 {
		font-size: 2.0em;
		margin-bottom: 5%;
	}

	#flow li h4 .item {
		background: #a67b5d;
		color: #FFF;
		padding: 5px 0;
		display: block;
		width: 90px;
		text-align: center;
		font-size: 18px;
    	line-height: 1;
	}

	#flow li h4 .text {
		display: block;
		margin: 10px 0 0;
		font-weight: 700;
		font-size: 20px;
	}

	#flow li dt {
		font-size: 14px;
		line-height: 1.4;
		margin-bottom:15px;
	}

	#flow li dt br {
		
	}

	#flow li dd p {
		font-weight: normal;
		margin-bottom: 0;
		font-size: 13px;
	}

	#flow li dd .inline-text {
		display: block;
		font-size: 13px;
		font-weight: normal;
	}

	#flow li dd .color-text {
		color: #a67b5d;
	}

	#flow li dd .color-text.bg {
		background: #a67b5d;
		color: #FFF;
		display: inline-block;
		margin-right: 3%;
		font-size: 12px;
		padding: 3px 10px;
	}

	#flow li .cap {
		margin: auto;
		width: 80%;
	}

	#flow li:nth-child(even) .cap {
		width: 50%;
	}

	#not-covered .list-box,
	#not-covered .color-box {
		padding: 8% 5%;
	}

	#not-covered .color-box h3 {
		font-size: 1.8em;
		margin-bottom: 2.5%;
	}

	#not-covered .color-box p {
		text-align: left;
		font-size: 1.2em;
	}

	#not-covered .list-box li {
		font-size: 1.2em;
		height: auto;
		line-height: 1.4;
		padding: 5% 0 5% 8%;
	}

	#not-covered .list-box li::before {
		top: 1.4em;
	}

	#not-covered .list-box li::after {
		top: 1.7em;
	}

	#not-covered .list-box p {
		font-size: 1.2em;
	}

	#faq .tabs-box li {
		font-size: 1.4em;
		width: 49%;
		margin-bottom: 2% !important;
	}

	#faq .box dt {
		padding: 15px 12px;
		height: auto;
		line-height: 1.2;
		font-weight: normal;
		display: flex;
    	align-items: center;
	}

	#faq .box dt .text {
		font-size: 1em;
	}

	#faq .box dt .item {
		font-size: 1.6em;
		line-height: 1;
		
	}

	#faq .box dd {
		padding: 4%;
	}

	#faq .box dd p {
		font-size: 14px;
		line-height: 1.5;
	}

	.detail-box ul li,
	#genre .box ul li {
		width: 50%;
	}

	#genre .box h4 {
		height: auto;
		line-height: 1;
		padding: 5%;
		font-size: 1.6em;
	}

	.detail-box .cap,
	#genre .box .cap {
		width: 70%;
		margin: 0 auto 10%;
	}

	.detail-box p,
	#genre .box p {
		font-size: 1.4em;
	}
	#line-assessment .box .photo-box{
		flex-flow: wrap;
	}
	#line-assessment .inbox {
		padding: 4%;
	}
	#line-assessment .inbox ol{
		margin: 0;
		padding: 0;
	}
	#line-assessment .box ol li {
		width: 100%;
		margin-bottom: 4%;
	}
	#line-assessment .box ol .text{
		zoom: .8;
	}



	#line-assessment .box .item-box p {
		font-size: 3.8em;
		margin-left: 0;
		display: block;
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}

	#line-assessment .box .item-box h5 {
		font-size: 1.6em;
		margin-bottom: 4%;
	}

	#line-assessment .box .item-box li {
		font-size: 1.2em;
	}

	#line-assessment .box .min-box {
		width: 100%;
	}

	#line-assessment .box .min-box:first-of-type {
		margin-bottom: 5%;
	}

	#line-assessment .box .min-box ul {
		margin-bottom: 5%;
	}
	#line-assessment .box .min-box ul li p{
		margin-bottom: 0;
	}

	#line-assessment .box h3 {
		height: 40px;
		line-height: 40px;
		text-align: left;
		padding-left: 5%;
		font-size: 20px;
	}

	#line-assessment .box .item {
		width: 55px;
		height: 55px;
		right: 5px;
	}

	#line-assessment .box ol h4 {
		font-size: 1.5em;
		margin-bottom: 2.5%;
		padding: 5px 0;
		height: auto;
		zoom: .8;
	}

	#line-assessment .box ol p {
		font-size: 1.2em;
		margin-bottom: 2.5%;
		zoom: .8;
	}

	#line-assessment .box ol img + p {
		margin-top: 2.5%;
	}

	#line-assessment .box:not(:last-of-type) {
		margin-bottom: 10%;
	}
	#line-assessment .box ol .text{
		zoom: .8;
	}

	main {
		margin-bottom: 10%;
	}

	#line-assessment .box .color-box {
		padding: 4%;
	}

	#line-assessment .box .color-box .item-box {
		width: 75%;
		margin: 0 auto 2.5%;
		font-size: 1.6em;
		letter-spacing: .2em;
		text-align: center;
	}

	#line-assessment .box .color-box p {
		text-align: center;
		font-size: 1.4em;
		line-height: 1.8;
	}

	#line-assessment .box dt,
	#line-assessment .box dd {
		width: 100%;
	}

	#line-assessment .box dt {
		margin-bottom: 5%;
	}

	#serch-box {
		padding: 15px 0;
		margin-bottom: 32px;
	}
	#topicpath {
		margin-bottom:0;
		padding: 0;
	}



	.drawer-hamburger {
		position: inherit;
		width: 3rem;
	}

	.drawer-nav {
		z-index: 100;
	}

	.drawer--right .drawer-nav {
		width: 25rem;
	}

	.drawer--right.drawer-open .drawer-hamburger {
		right: 25.5rem;
	}

	.drawer--right .drawer-nav {
		right: -25rem;
	}

	.drawer-menu {
		padding: 5%;
	}

	.drawer-menu li {
		border-bottom: 1px solid #333;
	}

	.drawer-menu a {
		line-height: 2.7;
		display: block;
		font-size: 1.6em;
	}

	.drawer-menu #btn-web {
		margin-top: 8%;
	}

	.drawer-menu .item-list {
		text-align: center;
		margin-bottom: 5%;
	}

	.drawer-menu .sp-search {
		border-bottom: none;
	}

	.drawer-menu .sp-search #s {
		border: 1px solid rgb(128, 128, 128);
		padding: 7.5% 5%;
		box-sizing: border-box;
		margin-bottom: 2.5%;
	}

	.drawer-menu .sp-search input {
		width: 100%;
		display: block;
	}

	.drawer-menu #btn-line {
		margin-bottom: 20%;
	}

	.drawer-menu .sp-search #searchsubmit {
		background: rgb(128, 128, 128);
		color: white;
		padding: 2.5% 0;
	}

	/*----------------------------------------
  WEB
  -----------------------------------------*/
	.WEB h4 {
		margin: 0;
		padding: 18px 0;
		font-size: 18px;
		line-height: 1.4;
	}

	.WEB .formStyle th,
	.WEB .formStyle td {
		display: block;
		width: 100%;
		padding: 12px 0 !important;
	}

	.WEB .formStyle th {
		text-align: center;
		border: 1px solid #EEE;
	}

	.WEB .formStyle th.hiss:after {
		font-size: 10px;
		right: 12px;
	}

	.WEB .formStyle td {
		border-bottom: none;
	}

	.WEB .formStyle td .text {
		margin: 10px 0 0;
	}

	.WEB .formStyle td label {
		display: block;
		margin: 0 0 10px;
	}

	.WEB .btnArea {
		margin: 24px 0;
	}

	input[type=text],
	input[type=tel],
	input[type=email],
	textarea {
		font-size: 12px;
	}

	input[type=text].m {
		width: 100%;
		box-sizing: border-box;
	}

	/*----------------------------------------
  COMPANY 
  -----------------------------------------*/
	.COMPANY.first .tableStyle th,
	.COMPANY.first .tableStyle td {
		display: block;
		width: 100%;
		box-sizing: border-box;
		border: none !important;
		font-size: 12px !important;
	}

	.COMPANY.first .tableStyle td {
		padding: 12px;
	}

	.COMPANY.second p {
		padding: 20px;
		font-size: 12px;
		line-height: 1.4;
	}

	/*----------------------------------------
  PRIVACY  
  -----------------------------------------*/
	.PRIVACY p {
		padding: 20px;
		font-size: 14px;
		text-align: left;
	}

	.PRIVACY p br:first-of-type {
		display: none;
	}

	.PRIVACY dl {
		padding: 20px;
	}

	.PRIVACY dl dt {
		font-size: 15px;
	}

	.PRIVACY dl dd {
		font-size: 13px;
	}

	/*----------------------------------------
  BLOG  
  -----------------------------------------*/
	.BLOG .btnArea .link {
		padding: 20px 0;
		display: block;
		border: 1px solid #a67b5d;
	}

	#blog .container {
		width: 100%;
		float: none;
		margin: 0 0 32px;
	}

	#blog .sidebar {
		width: 100%;
		float: none;
	}
}
/*----------------------------------------
1120
-----------------------------------------*/
@media screen and (max-width: 1120px){
	.inner{
		box-sizing: border-box;
	}

	.blog-box{
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}
}
#line-assessment .btn{
	display: inline-block;
}
#line-assessment .btn img{
	width: 100%;
}
/*----------------------------------------
1120
-----------------------------------------*/
@media screen and (max-width: 1240px){
	.inner{
		max-width: 1120px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		box-sizing: border-box;

	}

	.blog-box{
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}
}


section.lead{
	max-width: 90%;
	margin: 0 auto 50px;
}
.hospitality-title {
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 0 15px;
    text-align: center;
    line-height: 1.3;
}
.N1-img {
    margin: 0 0 30px;
    text-align: center;
}
.hospitality-text {
    font-size: 15px;
    margin: 0 20px 50px;
    line-height: 1.7;
}
@media screen and (max-width: 639px) {
	section.lead{
		max-width: 100%;
		margin: 0 auto 30px;
	}
	.ttl_lead{
		font-size: 20px;
		font-weight: bold;
		padding: 0 20px;
	}
	.lead_text{
		font-size: 14px;
	}
	section.lead .lead_text{
		padding: 0 20px;
	}
	.hospitality-text{
		font-size: 14px;
		margin: 0 20px 30px;
		text-align: justify;
	}
	.N1-img{
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 640px) {
	section.lead{
		max-width: 100%;
	}
	.hospitality-title {
		font-size: 34px;
		color: #a67b5d;
        margin-bottom: 20px;
	}
	.hospitality-text {
		font-size: 16px;
		text-align: justify;
		margin: 0 auto 20px;
	}
}
.four_features{
	margin-bottom: 80px;
}
.four_features .main_heading{
	font-size: 24px;
	font-weight: bold;
	background: #a67b5d;
	color: #fff;
    text-align: center;
    padding: 10px;
}
.four_features_box{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: wrap;
	margin-bottom: 30px;
}
.four_features_box .ttl_h3{
	background: #f2f0da;
    color: #a67b5d;
	display: flex;
    align-items: center;
    margin: 0 0 20px;
	padding: 0;
	width: 100%;
}
.h3_number{
    background: #a67b5d;
    color: #fff;
    font-size: 20px;
	font-family: sans-serif;
    padding: 10px 20px;
    font-style: italic;
    margin: 0 20px 0 0;
    white-space: nowrap;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.h3_text{
    padding: 8px 10px 8px 0;
	font-size: 24px;
}
.content_left{
	width: 44%;
}
.content_right{
	font-size: 15px;
	width: 56%;
}
.content_right > p{
	text-align: justify;
}
.content_right .links a{
	margin-bottom: 10px;
	display: block;
}
.content_right .links a::before{
	content: "";
    display: inline-block;
    width: .5em;
    height: .5em;
    margin: 0 8px 2px 0;
    border-top: 2px solid #a67b5d;
    border-right: 2px solid #a67b5d;
    transform: rotate(45deg);
    vertical-align: middle;
}
@media only screen and (max-width: 639px) {
	.four_features_box .ttl_h3{
		font-size: 15px;
	}
	.h3_number{
		font-size: 13px;
		padding: 5px 10px;
		
	}
	.h3_text{
		font-size: 16px;
		padding: 5px 0;
	}
	.content_right{
		font-size: 13px;
	}
	.four_features{
		margin-bottom: 30px;
	}
	.four_features_box .content_right{
		padding-left: 15px;
	}
	.four_features .main_heading{
		font-size: 20px;
	}
}
@media screen and (min-width: 640px) {
	.four_features .main_heading{
		margin: 0 0 30px;
	}
	.four_features_box .ttl_h3{
		margin-bottom: 10px;
	}
	.four_features_box{
	    margin-bottom: 30px;
	}
	.four_features{
		margin-bottom: 30px;
	}
	.four_features.page_biggner{
		margin-bottom: 60px;
	}

}

.purchase_items{
	margin: 0 auto 80px;
}
.purchase_items .ttl_h2{
	color: #a67b5d;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.purchase_items .ttl_h2 span{
	font-size: 16px;
	display: block;
	color: #674c38;
}
.purchase_items_list{
    display: flex;
    align-items: start;
    justify-content: flex-start;
	flex-flow: wrap;
}
.purchase_items_list li{
	width: calc(14.28% - (60px/7));
	margin-right: 10px;
	display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
	position: relative;
}
.purchase_items_list li:nth-child(7n){
	margin-right: 0;
}
.purchase_items_list li .no-link{
	pointer-events: none;
}
.purchase_items_list li figure{
	width: 100%;
	text-align: center;
}
.purchase_items_list li figure img{
	margin: 0 auto;
}
.item_name{
	text-align: center;
	font-size: 11px;
	width: 100%;
}
.purchase_items_list li a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
}
.btn.more_link {
    margin: 50px auto 0;
    text-align: center;
    width: 50%;
    min-width: 350px;
}
.link_text_btn{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 12px 0;
    -webkit-box-shadow: 2px 3px 4px rgba(13,5,9,.75);
    box-shadow: 2px 3px 4px #0d0509bf;
    border: 2px solid #e3dfdf;
    border-radius: 4px;
    font-size: 15px;
    color: #333;
    font-weight: 700;
    background: #f3f3f3;
    background: -moz-linear-gradient(top,#f3f3f3 0%,#fff 48%,#fff 100%);
    background: -webkit-linear-gradient(top,#f3f3f3 0%,#fff 48%,#fff 100%);
    background: linear-gradient(to bottom,#f3f3f3 0%,#fff 48%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f3f3",endColorstr="#ffffff",GradientType=0);
    overflow: hidden
}
.link_text_btn:before {
    content: "";
    display: inline-block;
    width: .5em;
    height: .5em;
    margin: 0 10px 2px 0;
    border-top: 2px solid #777;
    border-right: 2px solid #777;
    transform: rotate(45deg);
    vertical-align: middle;
}
@media only screen and (max-width: 639px) {
	.purchase_items{
		margin-bottom: 50px;
	}
	.purchase_items .ttl_h2{
		font-size: 22px;
	}
	.purchase_items .ttl_h2 span{
		font-size: 13px;
	}
	.purchase_items_list li {
		width: calc(25% - (30px / 4));
		margin-right: 10px;
	}
	.purchase_items_list li:nth-child(4n){
		margin-right: 0;
	}
	.purchase_items_list li:nth-child(7n){
		margin-right: 10px;
	}
	.btn.more_link{
		margin-top: 10px;
		min-width: 280px;
	}
}
@media only screen and (min-width: 640px) {
	.purchase_items .ttl_h2{
		margin-bottom: 20px;
		line-height: 1.2;
	}
	.purchase_items_list li {
		margin-bottom: 20px;
	}
	.btn.more_link{
		margin-top: 20px;
	}
}
.ttl_h3{
    color: #fff;
    background: #a67b5c;
    padding: 10px 0;
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.threeway_box{
	margin-bottom: 50px;
}
.threeway_box .row{
    padding: 20px;
    background-color: #f2f0da;
}
.threeway_box .row .col-3 {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 10px;
    line-height: 1.3;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    position: relative;
}
.threeway_box .row .col-3:nth-child(3){
    margin-right: 0;
}
.threeway_box .row h4{
    border: none;
    padding: 0 0 10px;
    margin: 0;
    text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.threeway_box .row h4.threeway_shop{
    color: #c08e6c;
}
.threeway_box .row h4.threeway_deliver{
    color: #2cac8f;
}
.threeway_box .row h4.threeway_onsite{
    color: #d4796b;
}
.threeway_box .row .col-3 .text_box{
    word-break: break-all;
    font-size: 14px;
}
span.red{
    color: #f00;
}
.threeway_box .row figure{
    margin-bottom: 10px;
}
.threeway_box .row figure img{
     border-radius: 10px;
}
.threeway_link{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
@media only screen and (max-width: 639px) {
	.threeway_box .row .col-3{
		display: flex;
		flex-flow: wrap;
	}
	.threeway_box .row h4{
		width: 100%;
	}
	.threeway_box .row figure{
		width: 30%;
	}
	.threeway_box .row .col-3 .text_box{
		width: 70%;
		padding-left: 15px;
        font-size: 12px;
	}
}
@media screen and (min-width: 640px) {
    .threeway_box .row .col-3 {
        flex: 0 0 calc(33% - (20px / 3));
        width: calc(33% - (20px / 3));
		max-width: calc(33% - (20px / 3));
        margin-right: 10px;
        margin-bottom: 0;
    }
	
}

.personal-id {
    padding: 0;
    position: relative;
    overflow: hidden;
    margin: 0 0 50px;
}
@media screen and (min-width: 640px) {
	.personal-id {
	padding: 0;
	}
	.sp_only{
		display: none;
	}
}
.personal-id .heading-bar {
    width: 100%;
    display: table;
	text-align: center;
}
.personal-id h2 {
    display: table-cell;
    vertical-align: bottom;
    font-size: 20px;
    line-height: 1.3;
    font-weight: normal;
    letter-spacing: 2px;
    color: #a67b5c;
    padding: 0 10px;
}
.personal-id h2 span {
    font-size: 28px;
	font-weight: 600;
    color: #f3c11a;
}
.personal-id .holder {
    padding: 25px 25px 20px 22px;
    background: #f2f0da;
}
.personal-id .box {
    border-radius: 5px;
    padding: 15px;
    margin: 0 0 5px -2px;
    background: #ffffff;
    text-align: center;
}
.personal-id .box .heading {
    font-size: 32px;
    line-height: 37px;
    color: #a67b5c;
    padding: 0 0 15px 45px;
    position: relative;
}
.personal-id .box .heading:before {
	width: 36px;
    height: 25px;
    position: absolute;
    content: "";
    top: 14px;
    right: auto;
    bottom: auto;
    left: 0;
    background: url(/img/icons/img_icon_id.svg) no-repeat;
}
.personal-id .required{
    margin: 0;
    letter-spacing: -6px;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
	display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
}
.personal-id .required li {
    letter-spacing: normal;
    padding: 0 10px;
    position: relative;
}
.residencecard-text{
	color: #de1010;
    font-size: 70%;
    line-height: 1.4;
    display: inline-block;
}
.personal-id .more {
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    color: #231b00;
    border-bottom: 1px solid #231b00;
    padding: 10px 0 0;
}
@media only screen and (max-width: 639px) {
	.personal-id .box{
		border-radius: 10px;
	}
	.personal-id h2{
		line-height: 1.3;
	}
	.personal-id h2 span{
		line-height: 1.3;
	}
	.personal-id .box .heading{
		font-size: 20px;
		padding-left: 30px;
	}
	.personal-id .box .heading:before{
		width: 24px;
		height: 21px;
		background-size: contain;
		top: 7px;
	}
	.personal-id .required{
		margin-top: 5px;
		
	}
	.personal-id .required li{
		padding-left: 0;
		font-size: 16px;
		font-weight: bold;
		color: #000;
	}
	.personal-id .required li:last-child{
		padding-right: 0;
	}
	.personal-id .required li small{
		font-size: 60%;
	}
	.personal-id .more{
		font-size: 13px;
        line-height: 1.4;
	}
}

@media only screen and (min-width: 640px) {
	small, .small {
        font-size: 85%;
    }
	.personal-id .required{
        font-size: 20px;
        line-height: 1.6;
		max-width: 90%;
        margin: 20px auto 0;
    }
	.personal-id .more {
        font-size: 16px;
    }
	.personal-id .heading-bar{
		margin-bottom: 10px;
	}
	.personal-id h2{
		font-size:28px;
		font-weight: bold;
	}
	.personal-id h2 span{
		font-size: 34px;
	}
	.personal-id h2 br{
		display: none;
	}
	.personal-id .box .heading:before{
		top: 11px;
	}
	.personal-id .required li{
		font-weight: normal;
		margin-bottom: 10px;
	}
}
.pref_list{
	margin-bottom: 50px;
}
.pref_list_table{
    font-size: 14px;
}
.pref_list_table th{
	width:30%;
	padding:10px;
	border: 1px solid #C6C6C6;
	color: #444;
	background-color: #f5f6f8;
	text-align: center;
}
.pref_list_table td{
	padding:10px;
	border: 1px solid #C6C6C6;
}
@media screen and (max-width: 639px) {
	.pref_list{
		margin-bottom: 30px;
	}
}
@media only screen and (min-width: 640px) {
	.pref_list_table{
		font-size: 16px;
	}
	.pref_list_table th{
		width: 160px;
		padding: 12px 30px;
	}
	.pref_list_table td{
		padding: 12px 30px;
	}
	.pref_list.biggner_page{
		margin-bottom: 0;
	}
}

.three_method{
	margin: 0 15px;
}
.three_method ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.three_method li {
    position: relative;
    border-width: 3px;
    border-style: solid;
    border-radius: 12px;
    width: 32%;
    margin-bottom: 15px;
}
.three_method li.three_method_shop{
    border-color: #836048;
    background-color: #c08e6c;
    box-shadow: 0 4px 0 0 #836048;
}
.three_method li.three_method_deliver{
    border-color: #128469;
    background-color: #2cac8f;
    box-shadow: 0 4px 0 0 #128469;
}
.three_method li.three_method_oniste{
    border-color: #98554a;
    background-color: #d4796b;
    box-shadow: 0 4px 0 0 #98554a;
}
.three_method li a {
    color: #fff;
    font-size: 20px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 0;
    font-weight: bold;
	text-align: center;
}
.three_method li:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%) rotate(135deg);
    -moz-transform: translate(0%, -50%) rotate(135deg);
    transform: translate(0%, -50%) rotate(135deg) skew(20deg, 20deg);
    width: 13px;
    height: 13px;
    border-top: 3px solid;
    border-right: 3px solid;
    right: 20px;
    color: #fff;
}

.three_method p{
	font-size: 15px;
}
.main-heading{
	font-weight: bold;
	font-size: 26px;
	padding: 15px 0;
	background-color: #a67b5d;
	color: #fff;
	margin: 0 0 15px;
	text-align: center;
}
@media screen and (max-width:639px) {
	.three_method p{
		font-size: 13px;
	}
	.three_method li{
		border-width: 2px;
	}
	.three_method li a{
		font-size: 15px;
		padding: 10px 0;
	}
	.three_method li:after{
		width: 5px;
    	height: 5px;
		right: 7px;
		transform: translate(0%, -50%) rotate(135deg) skew(10deg, 10deg);
		border-width: 2px;
	}
	.main-heading{
		font-size: 17px;
		padding: 10px 0;
	}
}
.eraberukaitori-comparison .main-heading{
	background-color: #444444;
}
.eraberukaitori-shop .main-heading{
	background-color: #c08e6c;
}
.eraberukaitori-deliver .main-heading{
	background-color: #2cac8f;
}
.eraberukaitori-onsite .main-heading{
	background-color: #d4796b;
}
.eraberukaitori-comparison-inner {
    margin: 0 20px 56px;
}
.eraberukaitori-comparison-inner>p {
    margin-bottom: 20px;
	font-size: 15px;
}
.comparison-table {
    width: 100%;
    border: 2px solid #a3a3a3;
    border-bottom: 3px solid #a3a3a3;
    text-align: center;
	font-size: 1.6rem;
	color: #444;
}
.comparison-table .comparison-table-choose {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
}
.comparison-table-shop {
    background: #c08e6c;
}
.comparison-table-deliver {
    background: #2cac8f;
}
.comparison-table-onsite {
    background: #d4796b;
}
.comparison-table td,
.comparison-table th {
    border: 1px solid #a3a3a3;
    border-collapse: collapse;
    padding: 3px;
    width: 118px;
    height: 80px;
}
.comparison-table tr:not(:first-of-type) td:first-of-type {
    background: #f2f0da;
	font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
}
.comparison-table tr:not(:first-of-type) td:not(:first-of-type) {
    font-size: 30px;
}
.comparison-table small {
    display: block;
    font-size: 14px;
    line-height: 1.4;
}
.eraberukaitori-shop h2+p {
    margin: 0 15px 30px;
	font-size: 16px;
	text-align: justify;
}
.comparison-table td a{
	font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: underline;
}
.eraberukaitori-border-title{
	color: #a67b5d;
    border-top: 1px solid #a67b5d;
    border-bottom: 1px solid #a67b5d;
    font-size: 32px;
    padding: 11px 0;
    margin-bottom: 40px;
    line-height: 1.4;
	text-align: center;
}
.eraberukaitori-deliver .eraberukaitori-border-title{
	color: #2cac8f;
    border-top: 1px solid #2cac8f;
    border-bottom: 1px solid #2cac8f;
}
.eraberukaitori-onsite .eraberukaitori-border-title{
	color: #d4796b;
    border-top: 1px solid #d4796b;
    border-bottom: 1px solid #d4796b;
}
.eraberukaitori-merit ul {
    margin: 0 0 50px 20px;
}
.eraberukaitori-shop .eraberukaitori-merit ul,
.eraberukaitori-deliver .eraberukaitori-merit ul,
.eraberukaitori-onsite .eraberukaitori-merit ul{
	max-width: 500px;
    margin: 0 auto 40px;
}
.eraberukaitori-merit li {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 18px 60px;
    display: flex;
    line-height: 1.4;
	color: #444;
}
.eraberukaitori-merit li:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    width: 30px;
    height: 30px;
    border: 2px solid #414042;
    border-radius: 4px;
    left: -50px;
}
.eraberukaitori-merit li:after {
    content: "";
    display: block;
    position: absolute;
	top: -5px;
    left: -35px;
    width: 13px;
    height: 26px;
    transform: rotate(40deg);
	border-bottom: 6px solid #a67b5d;
    border-right: 6px solid #a67b5d;
    box-shadow: 3px 3px 1px #fff;
}
.eraberukaitori-deliver .eraberukaitori-merit li:after{
	border-bottom: 6px solid #2cac8f;
    border-right: 6px solid #2cac8f;
}
.eraberukaitori-onsite .eraberukaitori-merit li:after{
	border-bottom: 6px solid #d4796b;
    border-right: 6px solid #d4796b;
}
.eraberukaitori-link {
    width: 460px;
    margin: 0 auto;
    color: #fff;
    border-width: 2px;
    border-style: solid;
    position: relative;
    font-weight: bold;
    margin-bottom: 30px;
}
.eraberukaitori-link a {
    color: #fff;
    font-size: 30px;
    padding: 15px 0 15px 50px;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
	text-align: center;
}
.eraberukaitori-link span {
    display: block;
    font-size: 18px;
}
.eraberukaitori-link:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%) rotate(135deg);
    -moz-transform: translate(0%, -50%) rotate(135deg);
    transform: translate(0%, -50%) rotate(45deg) skew(20deg, 20deg);
    width: 13px;
    height: 13px;
    border-top: 3px solid;
    border-right: 3px solid;
    right: 20px;
    color: #fff;
}
.eraberukaitori-link-deliver,
.eraberukaitori-link-shop,
.eraberukaitori-link-onsite {
    border-color: #12856a;
	background-color: #2cac8f;
    box-shadow: 0 4px 0 0 #12856a;
    background-image: url(/img/icons/icon_deliver_buy.svg);
    background-repeat: no-repeat;
    background-position: 30px 60%;
    background-size: 58px 54px;
}
.eraberukaitori-link-shop{
	border-color: #836048;
	background-color: #c08e6c;
	box-shadow: 0 4px 0 0 #836048;
	background-image: url(/img/icons/icon_shop_buy.svg);
}
.eraberukaitori-link-onsite{
	border-color: #98554a;
    background-color: #d4796b;
	box-shadow: 0 4px 0 0 #98554a;
	background-image: url(/img/icons/icon_onsite_buy.svg);
}

.eraberukaitori-deliver h2+p,
.eraberukaitori-takuhai h2+p,
.eraberukaitori-onsite h2+p{
	margin: 0 15px 30px;
	font-size: 16px;
	text-align: justify;
}
.eraberukaitori-shop,
.eraberukaitori-deliver,
.eraberukaitori-onsite{
	margin-bottom: 90px;
}

.counter-purchase{
	margin: 0 0 90px;
	padding: 0 15px;
}
.counter-purchase .main-heading{
	font-weight: normal;
    line-height: 1.3;
    font-size: 24px;
}
.counter-purchase ul {
    margin: 0 auto;
    padding: 0 60px;
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
	max-width: 600px;
}
.counter-purchase ul.deliver {
	padding: 0;
	max-width: 550px;
}
.counter-purchase ul.onsite {
	padding: 0 20px;
	max-width: 610px;
}
.counter-purchase ul li {
    position: relative;
    font-weight: bold;
    margin: 0 0 18px 60px;
    display: flex;
    line-height: 1.4;
    color: #444;
}
.counter-purchase ul li:before {
	content: "";
    display: block;
    position: absolute;
    top: 1px;
    width: 30px;
    height: 30px;
    border: 2px solid #414042;
    border-radius: 4px;
    left: -50px;
}
.counter-purchase ul li:after {
	content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: -35px;
    width: 13px;
    height: 26px;
    transform: rotate(40deg);
    border-bottom: 6px solid #a67b5d;
    border-right: 6px solid #a67b5d;
    box-shadow: 3px 3px 1px #fff;
}
.method_three .title {
    text-align: center;
    margin-bottom: 20px;
}
.method_three .title img{
	width: 100%;
	max-width: 880px;
	height: auto;
}
.method_three_btn {
    padding: 0;
    margin: 0 20px 20px;
    padding: 10px;
    width: auto;
    position: relative;
    border-radius: 10px;
    display: block;
    min-height: 135px;
    border-radius: 10px;
    display: block;
}
.method_three_shop {
    background-image: -webkit-linear-gradient(top, #dba37c 0%, #836048 100%);
    background-image: linear-gradient(to bottom, #dba37c 0%, #836048 100%);
    border-bottom: 5px solid #836048;
}
.method_three_deliver {
    background-image: -webkit-linear-gradient(90deg, #41ccae 0%, #128469 100%);
    background-image: linear-gradient(to bottom, #41ccae 0%, #128469 100%);
    border-bottom: 5px solid #128469;
}
.method_three_onsite {
    background-image: -webkit-linear-gradient(90deg, #e9b5b5 0%, #cb674a 100%);
    background-image: linear-gradient(to bottom, #e9b5b5 0%, #cb674a 100%);
    border-bottom: 5px solid #734d43;
}

.btn_chath {
    font-size: 21px;
    line-height: 1;
    color: #fff;
    text-align: center;
    margin: 0;
}
.btn_title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    letter-spacing: .1em;
    text-align: center;
    line-height: 1;
    margin: 0;
}
.btn_icon {
    position: absolute;
    top: 50%;
    left: 70px;
    transform: translate(-50%, -50%);
}
.link_method {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.method_three_more_link {
    text-align: center;
    margin: 20px auto;
}
.method_three_more_link_text {
    color: #686e6f;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}
.method_three_more_link_text + a{
    color: #222;
    font-size: 27px;
    font-weight: bold;
    text-decoration: underline;
    padding: 0;
    position: relative;
    display: inline-block;
}
@media screen and (max-width:639px) {
	.eraberukaitori-shop,
	.eraberukaitori-onsite,
	.eraberukaitori-deliver{
		margin-top: -50px;
		padding-top: 50px;
	}
	.comparison-table .comparison-table-choose{
		font-size: 15px;
		line-height: 1;
	}
	.eraberukaitori-comparison-inner{
		margin: 0 auto 30px;
	}
	.comparison-table td,
	.comparison-table th{
		height: 50px;
	}
	.comparison-table tr:not(:first-of-type) td:first-of-type{
		font-size: 13px;
	}
	.comparison-table tr:not(:first-of-type) td:not(:first-of-type){
		font-size: 20px;
	}
	.comparison-table td a{
		font-size: 15px;
	}
	.comparison-table small{
		font-size: 11px;
		line-height: 1;
	}
	.eraberukaitori-shop,
	.eraberukaitori-deliver,
	.eraberukaitori-onsite{
		margin-bottom: 30px;
	}
	.eraberukaitori-shop h2+p{
		font-size: 14px;
	}
	.eraberukaitori-deliver h2+p,
	.eraberukaitori-takuhai h2+p,
	.eraberukaitori-onsite h2+p{
		font-size: 14px;
	}
	.eraberukaitori-border-title{
		font-size: 17px;
		margin-bottom: 20px;
	}
	.eraberukaitori-shop .eraberukaitori-merit ul,
	.eraberukaitori-deliver .eraberukaitori-merit ul,
	.eraberukaitori-onsite .eraberukaitori-merit ul,
	.counter-purchase ul,
	.counter-purchase ul.onsite{
		max-width: 90vw;
		padding: 0;
	}
	.eraberukaitori-merit li,
	.counter-purchase ul li{
		font-size: 15px;
		margin-left: 40px;
	}
	.eraberukaitori-merit li:before,
	.counter-purchase ul li:before{
		width: 20px;
		height: 20px;
		left: -40px;
	}
	.eraberukaitori-merit li:after,
	.counter-purchase ul li:after{
		border-width: 3px;
		top: -1px;
        left: -30px;
        width: 11px;
        height: 16px;
	}
	.eraberukaitori-link-deliver,
	.eraberukaitori-link-shop,
	.eraberukaitori-link-onsite{
		background-size: 30px auto;
	}
	.eraberukaitori-link{
		width: 90vw;
	}
	.eraberukaitori-link span{
		font-size: 12px;
	}
	.eraberukaitori-link a{
		font-size: 17px;
		padding: 5px;
	}
	.eraberukaitori-link:after{
		width: 5px;
		height: 5px;
		border-width: 2px;
		transform: translate(0%, -50%) rotate(45deg) skew(10deg, 10deg);
	}
	.counter-purchase .main-heading{
		font-size: 17px;
	}
	.method_three_btn .btn_icon{
		height: 40px;
		top: 0;
        bottom: 0;
		left: 20px;
        margin: auto;
        transform: translate(0, 0);
        display: flex;
        align-items: center;
        justify-content: center;
	}
	.method_three_btn .btn_icon img{
		width: 40px;
	}
	.method_three_btn .btn_chath{
		padding-left: 60px;
		text-align: left;
		font-size: 15px;
	}
	.method_three_btn .btn_title{
		font-size: 20px;
		margin: 10px 0 5px;
	}
	.method_three_btn{
		min-height: auto;
	}
	.method_three_more_link_text{
		font-size: 15px;
	}
	.method_three_more_link_text + a{
		font-size: 18px;
	}
	
	
}

@media screen and (min-width:640px) {
	.counter-purchase .main-heading{
		font-size: 32px;
        margin-bottom: 30px;
	}
	.counter-purchase{
		margin-bottom: 50px;
		padding: 0;
	}
	.eraberukaitori-shop .main-heading{
		margin-bottom: 30px;
	}
	.eraberukaitori-link{
		width: 500px;
	}
	.eraberukaitori-border-title{
		margin-bottom: 30px;
	}
	.eraberukaitori-shop, .eraberukaitori-deliver{
		margin-bottom: 70px;
	}
	.eraberukaitori-onsite{
		margin-bottom: 0;
	}
	.eraberukaitori-deliver h2+p, .eraberukaitori-takuhai h2+p, .eraberukaitori-onsite h2+p{
		margin: 0 auto 20px;
	}
}


.container_cta1 {
    display: flex;
    justify-content: center;
    margin: 50px auto;
}
.call_c1 {
    margin-right: 2vw;
}
.web_c1:not(:first-child){
    margin-left: 10px;
}
.call_c1 > p {
	text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.call_c1 > div {
    color: #f49c1c;
    font-size: 32px;
    font-weight: 700;
}
.web_c1 > a > img {
    margin-top: 2rem;
}
@media screen and (max-width: 639px){
    .container_cta1{
        width: 90vw;
        margin: 30px auto;
        flex-flow: column;
    }
    .call_c1 > p{
        font-size: 15px;
    }
    .call_c1 > .margin_b5{
        font-size: 12px;
    }
    .call_c1 > .phone{
        font-size: 24px;
        text-align: center;
    }
    .phone img{
        width: 15px;
    }
    .web_c1{
        max-width: 100%;
    }
}

@media (min-width: 640px) {
	.three_method{
		margin: 0 auto;
	}
	.three_method p{
		margin-bottom: 30px;
	}
	.eraberukaitori-comparison .main-heading{
		margin-bottom: 20px;
	}
	.eraberukaitori-comparison-inner{
		margin: 0 auto 30px;
	}
	.eraberukaitori-shop h2+p{
		margin: 0 auto 30px;
	}
	.method_three{
		display: flex;
		flex-flow: wrap;
	}
	.method_three .title{
		width: 100%;
	}
	.method_three_btn{
		width: calc(33.333% - (20px/3));
		max-width: 700px;
		margin-right:10px;
		margin-left:0;
		padding-bottom: 50px;
		box-shadow: 0px 5px 5px #aaaaaa;
		display: flex;
		flex-flow: column;
	}
	.method_three_btn.method_three_onsite{
		margin-right: 0;
	}
	.btn_chath {
        font-size: 16px;
        margin: 20px 0 40px;
        padding-bottom: 20px;
		border-bottom: 1px solid #fff;
    }
	.btn_title {
        font-size: 30px;
        padding-left: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
	.btn_icon{
		top: 69%;
		left: 50px;
	}
	.link_method {
        border: 1px solid #ffffffa3;
        margin: 3px;
        border-radius: 5px;
        width: calc(100% - 6px);
        height: calc(100% - 6px);
    }
	.method_three_more_link{
		width: 100%;
	}
}
.box_gotosearch{
	background-color: #c9ae7f;
}
.box_gotosearch a{
	display: flex;
	align-items: center;
	justify-content: center;
}