a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,textarea,tfoot,th,thead,time,tr,tt,u,ul,var,video {
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif
}

main .page-title {
	margin-bottom: 60px;
}

.BLOGPAGE .display-child {
	max-width: 1120px;
	margin: auto;
}

.BLOGPAGE.tree .area .bg-glay {
	padding: 32px;
	background: #F8F6F7;
	max-width: 100%;
}

.BLOGPAGE.tree .area p span {
	color: #31A963;
}

.BLOGPAGE.tree .area {
	padding: 0;
}

.BLOGPAGE.tree .area h3 {
	text-align: center;
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 24px;
}

.BLOGPAGE.tree .area p {
	margin-bottom: 64px;
	line-height: 2;
	font-size: 18px;
}

.map-sp {
	display: none;
}

.BLOGPAGE.tree .area .bar {
	background: #31A963;
}

.BLOGPAGE.tree .area .bar h3 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 16px 0;
}

.BLOGPAGE.tree .area .flex {
	display: flex;
	justify-content: center;
}

.BLOGPAGE.tree .area .item-left {
	width: 48%;
	margin: 1.5%;
	margin-left: 0%;
	position: relative;
}

.BLOGPAGE.tree .area .item-left h4 {
	padding: 32px;
	margin: 0;
	background: #FE992D;
	border: 2px solid #fff;
	box-shadow: 0 0 0 4px #FE992D;
	text-align: center;
	color: #fff;
	font-size: 30px;
}

.BLOGPAGE.tree .area .item-left::after {
	content: url(../img/pages/portfolio.png);
	position: absolute;
	top: 24px;
	left: 32px;
}

.BLOGPAGE.tree .area .item-right {
	width: 48%;
	margin: 1.5%;
	margin-right: 0%;
	position: relative;
}

.BLOGPAGE.tree .area .item-right h4 {
	padding: 32px;
	margin: 0;
	background: #578CDD;
	border: 2px solid #fff;
	box-shadow: 0 0 0 4px #578CDD;
	text-align: center;
	color: #fff;
	font-size: 30px;
}

.BLOGPAGE.tree .area .item-right::after {
	content: url(../img/pages/package.png);
	position: absolute;
	top: 24px;
	left: 32px;
}

.BLOGPAGE.tree .area .map_h3_01 {
	font-size: 28px;
	text-align: center;
	color: #158542;
}

.memo_text {
	text-align: center;
	font-size: 16px;
}

.BLOGPAGE.tree .area .map_h3_02 {
	font-size: 28px;
	text-align: center;
	color: #158542;
	padding: 0;
	margin-bottom: 45px;
	margin-top: 0;
}

.BLOGPAGE.tree .area .map_h3_02:before,
.BLOGPAGE.tree .area .map_h3_02:after {
	content: url(/img/pages/map_h3_02_arrow.png);
	width: 26px;
	height: 31px;
	display: inline-block;
}

.BLOGPAGE.tree .area .map_h3_02:before {
	margin-right: 10px;
}

.BLOGPAGE.tree .area .map_h3_02:after {
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	margin-left: 10px;

}

.BLOGPAGE.tree .area .memo_alert {
	color: #343434;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 0;
	text-indent: -1.6rem;
	margin-left: 1.6rem;
}

.BLOGPAGE.tree .how_to_sell {
	background: #e4f7ec;
	padding: 54px;
}

.three_box {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	margin-bottom: 40px;
}

.three_box li {
	background: #fff;
	padding:0;
	margin-bottom: 10px;
	width: 100%;
	display: flex;
    flex-flow: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.three_box li h3{
	width: 100%;
	background: #a67b5d;
    color: #fff;
    text-align: center;
	margin-top: 0;
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
}
.three_box li figure{
	width: 30%;
}
.three_box li .col_right{
	width: 70%;
	padding-left: 30px;
}
.three_box li p{
	display: inline-block;
    font-size: 14px;
}
.three_box li p span{
	color: #ff0000;
	font-weight: bold;
}
.btn_link_detail{
	margin: 20px auto 0 0;
}
.btn_link_detail a{
	background-color: #444;
    padding: 10px 40px;
    color: #fff;
    font-size: 16px;
	position: relative;
	border-radius: 5px;
}
.btn_link_detail a::before{
    content: "";
    margin: auto;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
	width: 6px;
    height: 6px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: ease .2s;
    transition: ease .2s;
}
.box_reason{

}

.tooltip-inner {
	font-size: 14px;
}

.sp {
	display: none;
}

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

	.pages .pages_conts {
		padding: 0px;
	}

	.inner {
		padding: 0;
	}

	.BLOGPAGE.tree .area {
		padding: 10px 0 30px;
	}

	.BLOGPAGE .display-child {
		padding: 16px !important;
	}

	.BLOGPAGE.tree .area h3 {
		font-size: 26px;
		margin: 16px;
	}

	.map-pc {
		display: none;
	}

	.map-sp {
		display: block;
	}

	.three_box {
		display: block;
	}

	.three_box li {
		width: 90%;
		margin: 0 auto 2rem;
		padding: 20px;
	}

	.BLOGPAGE.tree .area .three_box p {
		margin-bottom: 0;
	}

	.BLOGPAGE.tree .area .flex {
		flex-wrap: wrap;
	}

	.BLOGPAGE.tree .area h3 {
		font-size: 26px;
		margin: 16px;
	}

	.BLOGPAGE.tree .area .bar h3 {
		font-size: 18px;
	}

	.BLOGPAGE.tree .area .item-left {
		width: 100%;
		margin: 0 0 5% 0;
	}

	.BLOGPAGE.tree .area .item-left h4 {
		padding: 16px;
		font-size: 22px;
	}

	.BLOGPAGE.tree .area .item-left::after {
		top: 6px;
		left: 32px;
	}

	.BLOGPAGE.tree .area .item-right {
		width: 100%;
		margin: 0 0 5% 0;
	}

	.BLOGPAGE.tree .area .item-right h4 {
		padding: 16px;
		font-size: 22px;
	}

	.BLOGPAGE.tree .area .item-right::after {
		top: 5px;
		left: 32px;
	}

	.BLOGPAGE.tree .area .map_h3_02 {
		position: relative;
		padding: 20px 26px 0;
		max-width: 300px;
		margin: 0 auto 20px;
		font-size: 24px;
		line-height: 1.2;
	}

	.BLOGPAGE.tree .area .map_h3_02:before {
		margin-right: 10px;
		position: absolute;
		left: 0;
		bottom: 5px;
	}

	.BLOGPAGE.tree .area .map_h3_02:after {
		position: absolute;
		right: 0;
		bottom: 5px;
	}

	.sp {
		display: block;
	}

	.BLOGPAGE.tree .area .memo_alert {
		-webkit-text-size-adjust: 100%;
		padding: 0 15px;
		margin-bottom: 15px;
		margin-left: 15px;
		text-indent: -9px;
		font-size: 14px;
	}
}

@media screen and (max-width: 800px) {
	.three_box{
		flex-flow: wrap;
	}
	.three_box li {
		width: 90%;
		margin: 0 auto 2rem;
		padding: 20px;
	}
	.three_box li figure{
		display: flex;
		flex-flow: row;
		align-items: flex-start;
	}
	.three_box li figure img{
		width: 30%;
    	height: auto;
	}
	.BLOGPAGE.tree .area .three_box li figure p{
		margin-bottom: 0;
		width: 70%;
		padding-left: 30px;
		padding-top: 0;
		font-size: 14px;
	}

}

.selectable_way{
	margin: 0 auto 30px;
}
.selectable_way > figure{
	text-align: center;
	margin-bottom: 20px;
}
.box_reason{
	margin: 0 auto 30px;	
}
.box_reason h2{
	line-height: 1.4;
    font-weight: 700;
    font-size: 34px;
    color: #a67b5d;
    margin-bottom: 40px;
    text-align: center;
}
.box_reason_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.box_reason_list li{
	width: 50%;
	margin-bottom: 20px;
	display: flex;
    align-items: flex-start;
}
.box_reason_list li figure{
	display: inline-block;
	margin-right: calc(20 / 634* 100%);
	width: 120px;
}
.p_takuhaiReason_list_ttl {
    text-align: left;
    font-weight: 700;
    font-size: 22px;
    flex: 1;
}
.p_takuhaiReason_list_ttl>span.marker {
    color: #a67b5d;
    font-size: 34px;
    background: linear-gradient(to top, #ff0 20%, transparent 20%);
}
.p_takuhaiReason_list_ttl>span.kome {
	font-size: 15px;
	line-height: 1.2;
    display: inline-block;
    font-weight: normal;
}

.method_three .title {
    text-align: center;
    margin-bottom: 20px;
}
.method_three .title img{
	width: 100%;
	max-width: 800px;
	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 0 10px;
}
.method_three_more_link_text + a {
    color: #222;
    font-size: 27px;
    font-weight: bold;
    text-decoration: underline;
    padding: 0 50px 0 0;
    position: relative;
    display: inline-block;
}
@media screen and (max-width:639px) {
	.pref_list{
		margin-bottom: 40px;
	}
	.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{
		padding-right: 0;
		font-size: 20px;
	}
	.personal-id{
		margin-bottom: 30px;
	}
	.box_reason h2{
		font-size: 25px;
		margin: 0 auto 30px ;
	}
	.box_reason_list li{
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		width: calc(50% - 10px);
	}
	.box_reason_list li:nth-child(2n){
		margin-left: 20px;
	}
	.box_reason_list li figure{
		margin: 0 auto;
		width: auto;
		max-width: 70px;
	}
	.p_takuhaiReason_list_ttl{
		font-size: 14px;
		padding-left: 10px;
		margin: 0 auto;
		line-height: 1.3;
	}
	.p_takuhaiReason_list_ttl>span.marker{
		font-size: 20px;
	}
	
	
}

@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;
		margin-bottom: 30px;
	}
	.method_three .title{
		width: 100%;
	}
	.method_three_btn{
		width: 100%;
		max-width: 800px;
		margin-right: auto;
		margin-left:auto;
		padding-bottom: 30px;
		box-shadow: 0px 5px 5px #aaaaaa;
	}
	.method_three_btn.method_three_onsite{
		margin-right: auto;
	}
	.btn_chath {
        font-size: 23px;
        margin: 20px 0 0;
        padding-bottom: 20px;
		border-bottom: none;
    }
	.btn_title {
        font-size: 30px;
        padding-left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
	
	.link_method {
        border: 1px solid #ffffffa3;
        margin: 3px;
        border-radius: 5px;
        width: calc(100% - 6px);
        height: calc(100% - 6px);
    }
	.box_reason_list li{
		margin-bottom: 40px;
	}
	.box_reason_list li:nth-child(2n){
		padding-left: 20px;
	}

}