
.container{
	margin-top: 0;
}

.maker .maker_list h1{
	padding: 15px 60px 15px 24px;
    margin: 0 0 20px;
    color: #fff;
    background-color: #a67b5d;
    font-size: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	border-bottom: none;
}
.maker_logo{
	margin: 0 auto;
	text-align: center;
}
.rate_notice{
	flex-flow: column;
}
.table_box{
	border: none;
	padding: 0;
	margin: 1rem auto;
	border-right: 1px solid #a67b5d;
	border-bottom: 1px solid #a67b5d;
}
thead{
	border-bottom: none;
}

.table_box .rate-box th:last-child, 
.table_box .rate-box td:last-child{
	min-width: 100px;
}
.alphabet_list{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.bland_index_box{
	display: flex;
	flex-flow: wrap;
}
.bland_index_box li{
	margin: 0 10px 5px 0;
	width: calc(20% - (40px / 5));
}
.bland_index_box li:nth-child(5n){
	margin-right: 0;
}
.bland_index_box a{
	display:flex;
	align-items: center;
    justify-content: center;
	height: 100%;
	width: 100%;
	padding: 15px 5px;
	border-left: 1px solid #dedede;
	border-top: 1px solid #dedede;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	box-shadow:2px 2px #555;
	border-radius: 3px;
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top,  #fff 0%, #f2f0da 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fff 0%,#f2f0da 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fff 0%,#f2f0da 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border: 1px solid #a67b5d;
	color: #a67b5d;
}
.bland_index_box{
	width: 100%;
    margin: 0 auto;
}
.bland_index_box li:first-child a{
	box-shadow: 2px 2px #414a3f;
	border: 1px solid #a67b5d;
	color: #a67b5d;
}
.bland_index_box li:first-child a:hover,
.bland_index_box li:first-child a.active,
.bland_index_box a.active,
.bland_index_box a:hover{
	background: #a67b5d;
	color: #fff;
	text-decoration: none;
}

.blands_listBox .alph{
	font-weight: bold;
    font-size: 18px;
    border: 1px solid #a67b5d;
	margin-bottom: 10px;
    padding: 8px 12px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 0px #ccc;
	color: #a67b5d;
    background: #f2f0da;
}
.blands_listBox .alph span{
	font-size: 1.2rem;
    margin-left: 3px;
}
.blands_box{
	margin-bottom: 30px;
}
.blands_box h2{
	color: #a67b5d;
    border-bottom: 1px solid #a67b5d;
    margin: -120px 0 20px;
    padding: 140px 0 8px;
    font-size: 20px;
    font-weight: bold;
	
}
.blands_ul_list{
	display: flex;
	justify-content: flex-start;
	align-items: start;
	flex-wrap: wrap;
	padding: 0 1rem;
}
.blands_ul_list li{
	width: 50%;
	margin-bottom: 10px;
}
.blands_ul_list li a{
	color: #333;
}
.rate-box{
	border-left: 1px solid #a67b5d;
	border-right: 1px solid #a67b5d; 
}
.table_box th, .table_box td{
	width: 120px;
}
.rate-box th{
	background: #a67b5d;
	padding: 15px 5px;
	color: white;
	width: 20%;
	border-bottom: 1px solid #a67b5d;
	border-right: 1px solid #a67b5d;
	text-align: center;
}
.rate-box td{
		border-right: 1px solid #a67b5d;
		border-bottom: 1px solid #a67b5d;
		padding: 15px 5px;
		text-align: center;
		vertical-align: middle;
	width: 20%;
	word-break: break-all
}

.rate-box .none{
	display: none;
}

@media screen and (max-width:639px){
	.maker .maker_list h1{
		font-size: 18px;
		padding: 10px;
	}
	.cate_page.maker .cate_area{
		padding: 0;
	}
}
@media only screen and (min-width:640px) {
.maker .container #contents.col-12{
        flex: 0 0 calc(100% - 220px);
        max-width: calc(100% - 220px);
        padding: 0 0 20px 20px;
    }
}
@media only screen and (min-width:768px) {
	.bread{
		margin-bottom: 10px;
	}
	.maker #contents.col-12{
		flex: 0 0 calc(100% - 260px);
		max-width: calc(100% - 260px);	
	}
	.maker .container .col-12 {
        padding-right: 20px;
        padding-left: 0;
        flex: 0 0 calc(100% - 260px);
		max-width: calc(100% - 260px);
    }
	@media screen and (max-width: 1140px) {
		.container{
			padding: 0 20px;
		}
	}
	@media only screen and (min-width:978px) {
		.maker .container .col-12 {
			max-width: 880px;
			padding-right: 0;
		}
		
	}
	.maker .left_menu{
		min-width: 150px;
        max-width: calc((100% /(12 / 2)) - 20px);
        background-color: transparent;
        padding: 20px 0;
	}
	.maker .left_menu h2 {
		margin: 0 0 5px;
		padding: 0 0 5px;
		color: #525263;
		font-weight: 600;
		font-size: 15px;
		border-bottom: 2px solid #ccc;
	}
	.cate_page .search_area{
		margin-top: 1rem;
		margin-bottom: 2rem;
	}
	.blands_listBox .alph{
		font-size: 22px;
		padding: 8px 12px;
	}
	.blands_listBox .alph span{
		font-size: 1.2rem;
		margin-left: 3px;
	}
	.bland_index_box{
		width: 100%;
		display: flex;
		flex-flow: wrap;
		margin: 0;
	}
	.bland_index_box li{
		width: calc(16.66666666666667% - (100px/6));
		margin-right: 0;
		margin-bottom: 15px;
	}
	.bland_index_box li:not(:nth-child(6n)){
		margin-right: 20px;
	}
	.alphabet_list{
		margin-bottom: 50px;	
	}
	
	.blands_ul_list li{
		width: calc(20% - (100px/5));
		margin-bottom: 20px;
        margin-right: 20px;
	}
	.blands_ul_list li:nth-child(6n){
		margin-right: 0;
	}
	.blands_ul_list li a{
		word-break: break-all;
		display: inline-block;
		padding: 8px;
		font-size: 16px;
		line-height: 1.2;
	}
	.blands_box h2{
		margin: -120px 0 20px;
		padding: 150px 8px 8px;
	}
	.table_box{
		overflow-x: visible;
		padding: 0 3rem;
		border-right: none;
	}
	.item-table-text:after{
		display: none;
	}
	#maker .table_box{
		padding: 0;
	}

	.maker_logo{
		margin: 0 auto;
		text-align: center;
	}
	.rate-box th{
		text-align: center;
		width: auto;
		word-break: keep-all;
	}
	.rate-box td{
		text-align: left;
		word-break: keep-all;
		padding: 10px;
	}
	
	.rate-box th:nth-child(1),
	.rate-box td:nth-child(1),
	.rate-box th:nth-child(2),
	.rate-box td:nth-child(2){
		text-align: center;
		width: 14%;
	}
	.rate-box th:nth-child(3),
	.rate-box td:nth-child(3){
		text-align: center;
		width: 19%;
        padding: 10px;
	}
	
	.rate-box td:nth-child(4){
		width: 40%;
	}
	.rate-box td:last-child{
		width: 20%;
		text-align: right;
	}
	.rate-box{
		margin-bottom: -1px;
	}
	@media only screen and (min-width:768px) and (max-width:860px) {
		.bread,
		.container .col-12{
			padding: 0 20px;
		}
		.rate-box{
			max-width: 100%;
		}
		.table_box{
			overflow: hidden;
		}
		.rate-box td{
			font-size: 13px;
			padding: 10px 5px;
		}
		.rate-box th:nth-child(1),
		.rate-box td:nth-child(1),
		.rate-box th:nth-child(2),
		.rate-box td:nth-child(2),
		.rate-box th:nth-child(3),
		.rate-box td:nth-child(3){
			width: 13%;
			
		}
		.rate-box th:nth-child(1),
		.rate-box td:nth-child(1),
		.rate-box th:nth-child(2),
		.rate-box td:nth-child(2){
			word-break:break-all;
		}
		.rate-box td:nth-child(4){
			width: 45%;
		}
		.table_box .rate-box th:last-child, 
		.table_box .rate-box td:last-child {
			min-width: auto;
    		width: 15%;
		}
	}
}


@media screen and (max-width: 767px){
	.cate_page .search_area {
		margin-top: 1rem;
		margin-bottom: 2rem;
		padding-top: 0;
	}
	.item-table-text.wrap-box p{
		padding: 0 1rem 0;
	}
	.maker .table_box{
		border: none;
		height: auto;
	}
	.table_box thead{
		display: none;
	}
	.rate-box{
		display: flex;
		flex-flow: column;
		justify-content: flex-start;
		align-items: flex-start;		
		border-right: none;
		border-left: none;
	}
	.table_box tbody{
		width: 100%;
		display: flex;
		flex-flow: column;
		justify-content: flex-start;
		flex-flow: column;
		overflow: visible;
		height: auto;
	}
	.rate-box tr{
		display: flex;
    	flex-flow: wrap;
		justify-content: flex-start;
		align-items: stretch;
		margin-bottom: 2rem;
		border-top: 1px solid #a67b5d;
		border-right: 1px solid #a67b5d;
		border-left: 1px solid #a67b5d;
	}
	.rate-box tr:last-of-type{
		margin-bottom: 0;
	}
	.rate-box td{
		border-right: none;
		width: 100%;
		display: flex;		
		align-items: stretch;
		justify-content: flex-start;
		font-size: 12px;
		padding: 0;
	}
	.rate-box td p{
		margin-bottom: 0;
		text-align: justify;	
	}
	.rate-box td.cate_name{
		width: 50%;
	}
	.rate-box td.maker_name{
		width: 50%;
	}
	
	.rate-box td.cate_name,
	.rate-box td.maker_name{
		padding: 0;		
		display: flex;		
		align-items: stretch;
		justify-content: flex-start;		
	}
	.rate-box td.maker_name{
		border-left: 1px solid #a67b5d;
	}
	.rate-box td .ttl{
		background-color: #a67b5d;
		color: #fff;
		padding: 5px 8px;		
		display: flex;		
		align-items: center;
		justify-content: flex-start;
	}
	.rate-box .ttl{
		min-width: 76px
	}
	.rate-box .cate_name .ttl,
	.rate-box .item_name .ttl,
	.rate-box .jan .ttl{
		border-bottom:1px solid #dfc8b7;
	}
	.rate-box td .value{
		padding: 5px;
	}
	.pagination{
		margin-bottom: 3rem;
	}
}

.actual_box{
    max-width: 898px;
    margin: 3.6vw auto;
}
.actual_box h2 {
    font-size: 24px;
    margin-bottom: 2rem;
	padding: 5px 0;
    font-weight: 900;
    color: #a67b5d;
    text-align: center;
}
.actual_box ul{
	display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-flow: wrap;
    width: 90vw;
    min-height: 300px;
    margin: 0 auto;
}
.actual_box li {
	width: calc(50% - (10px / 2) );
    margin-right: 10px;
	margin-bottom: 15px;
}
.actual_box li:nth-child(2n){
    margin-right: 0;
}
.actual_box li a{
    border:1px solid #ccc;
    display: block;
    height: 100%;
}
.actual_box li figure {
    height: 150px;
    max-height: 150px;
    object-fit: contain;
    margin-bottom: 10px;
}
.actual_box li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.actual_box li .conts_col_inner {
    padding: 7px;
    color: #000;
}
.actual_box .blog_title{
	font-size: 12px;
	line-height: 1.3;
	text-align: justify;
}
.actual_box .maker {
	font-size: 12px;
	margin: 0 0 5px;
}
.actual_box .price {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    color: #c40101;
    margin-bottom: 10px;
}
.prod_tag {
    display: none;
}
.actual_box h2{
	margin-bottom: 2rem;
    background: #a67b5d;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.more_link{
	display: flex;
    align-items: center;
    justify-content: flex-end;
}
.more_link a{
	margin: 0;
    padding: 0 1em 0 0;
    font-size: 14px;
    position: relative;
	color: #000;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.more_link a svg{
    width: 16px;
    height: 16px;
}
.maker #show-xml-blog1,
.maker #show-text1,
.maker #show-text2,
.maker #show-text3{
	max-width: 880px;
	width: 100%;
	margin: 0 auto;
	padding: 0 1rem;
	box-sizing: border-box;
}
.pagination li{
	height: 42px;
}
.pagination li a{
	display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Noto Sans JP';	
}

.maker_detail_item,
.maker_desc_text{
    max-width: 898px;
    margin: 3.6vw auto;
}
.maker_detail_item h2 {
	padding: 10px;
    margin-bottom:0;
    background: #545454;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.maker_desc_text .text_box p{
	letter-spacing: normal;
    font-size: 15px;
    line-height: 1.5;
}
.same_maker_item_list{
	display: flex;
    align-items: stretch;
    justify-content: center;
	flex-flow: wrap;
	width: 100%;
	margin: 0 auto;
	padding:20px 20px 5px;
	background-color: #f0f0f0;
}
.same_maker_item_list .items{
	width: calc(50% - (10px / 2));
    margin-bottom: 15px;
	display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: column;
	background-color: #fff;
}
.same_maker_item_list .items:nth-child(2n){
	margin-left: 10px;
}
.same_maker_item_list figure{
	height: 150px;
    max-height: 150px;
    object-fit: contain;
    margin-bottom: 10px;
	margin: 10px auto;
}
.same_maker_item_list figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.same_maker_item_list .items p{
	text-align: center;
    margin: 0;
	font-size: 12px;
}
.same_maker_item_list .items .product_no{
	padding-bottom: 10px;
}
.same_maker_item_list .items .item_name{
	padding: 0 5px;
}
.maker_desc_text h2{
	margin-bottom: 2rem;
    background: #545454;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cate_link{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
}


@media screen and (min-width: 640px){
	.maker_detail_item{
		margin-bottom: 0;
	}
	.maker_detail_item h2 {
        font-size: 20px;
        width: 100%;
        height: 60px;
    }
	.same_maker_item_list{
        max-width: 100%;
        min-height: auto;
    }
	.same_maker_item_list .items{
        width: calc(25% - (45px / 4));
        background: #fff;
        margin-right: 15px;
        position: relative;
    }
	.same_maker_item_list .items:nth-child(2n){
		margin-left: 0;
	}
	.same_maker_item_list .items:nth-child(4n){
		margin-right: 0;
	}
	.same_maker_item_list figure{
		overflow: hidden;
	}
	.maker_desc_text h2 {
        font-size: 20px;
        width: 100%;
        height: 60px;
    }
	.actual_box{
		margin-bottom: 0;
	}
	@media screen and (max-width: 1027px){
		/*#contents.col-12,
		.maker .container .col-12{
			margin-left: 20px;
			padding-right: 0;
			padding-left: 0;
			flex: 0 0 calc(100% - 260px);
			max-width: calc(100% - 260px);
		}
		
		.rate-box{
			border: none;
		}
		.table_box thead {
			display: none;
		}
		.rate-box td .ttl {
			background-color: #a67b5d;
			color: #fff;
			padding: 5px 8px;
			display: flex;
			align-items: center;
			justify-content: flex-start;
		}
		.table_box{
			display: flex;
			flex-flow: column;
			justify-content: flex-start;
			align-items: flex-start;		
			border-right: none;
			border-left: none;
		}
		.table_box tbody{
			width: 100%;
			display: flex;
			flex-flow: column;
			justify-content: flex-start;
			flex-flow: column;
			overflow: visible;
			height: auto;
		}
		.rate-box tr{
			display: flex;
			flex-flow: wrap;
			justify-content: flex-start;
			align-items: stretch;
			margin-bottom: 2rem;
			border-top: 1px solid #a67b5d;
			border-right: 1px solid #a67b5d;
			border-left: 1px solid #a67b5d;
		}
		.rate-box tr:last-of-type{
			margin-bottom: 0;
		}
		.rate-box td{
			border-right: none;
			width: 100%;
			display: flex;		
			align-items: stretch;
			justify-content: flex-start;
			font-size: 12px;
			padding: 0;
		}
		.rate-box th:nth-child(1),
		.rate-box td:nth-child(1),
		.rate-box th:nth-child(2),
		.rate-box td:nth-child(2){
			text-align: center;
			width: 100%;
		}
		.rate-box th:nth-child(3),
		.rate-box td:nth-child(3),
		.rate-box td:nth-child(4) {
			width: 50%;
		}
		.table_box .rate-box th:last-child, .table_box .rate-box td:last-child{
			text-align: center;
			width: 100%;
		}
		.rate-box td.maker_name{
			border-left: none;
		}
		.rate-box .ttl {
			min-width: 88px;
		}
		.rate-box td .value {
			padding: 5px;
		}
		.rate-box .cate_name .ttl,
		.rate-box .maker_name .ttl,
		.rate-box .jan .ttl{
			border-bottom:1px solid #fff;
		}*/
	}
}
#edit_product_view p{
	word-break: break-all;
}


@media screen and (min-width: 640px){
	.ttl{
		display: none;
	}
	#edit_product_view p{
		margin-bottom: 0;
		padding-left: 5px;
		display: flex;
		align-items: center;
	}
	#edit_product_view td:not(.item_name) .value{
		justify-content: center;
	}
	@media screen and (min-width: 768px){
		#edit_product_view .ttl{
			display: none;
		}
		#edit_product_view .jan .value,
		#edit_product_view .price .value{
			justify-content: center;
		}
	}
	.maker #show-xml-blog1{
		width: 100%;
		margin: 0 auto;
	}
	.actual_box ul {
		max-width: 100%;
        min-height: auto;
		justify-content: flex-start;
	}
	.actual_box .maker {
		font-size: 12px;
        margin-bottom: 0;
	}
	.actual_box .blog_title{
		font-size: 14px;		
        margin-top: 0;
	}
	
	.actual_box li {
		width: calc(25% - (30px / 4) );
		background: #fff;		
		margin-right: 10px;
		position: relative;
	}
    .actual_box li a{
        display: block;
		height: 100%;
        border: 1px solid #f2f2f2;
    }
	.actual_box li:not(:nth-child(4n)){
		margin-right: 10px;
	}
	.actual_box li figure {
		max-height: 150px;
		overflow: hidden;
	}
    .actual_box li .conts_col_inner{
        padding: 0 7px 7px;
    }
    .actual_box .price{
        margin-bottom: 0;
    }
    .actual_box h2{
		font-size: 20px;
		width: 100%;
		height: 60px;
	}
    .more_link a{
        padding-right: 0;
        font-size: 16px;
    }

}
.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: center;
    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 figure{
	width: 100%;
	text-align: center;
}
.purchase_items_list li figure img{
	margin: 0 auto;
}
.purchase_items_list .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;
}
.purchase_items_list li a.no-link{
	pointer-events: none;
}
.btn.more_link {
    margin: 50px auto 0;
    text-align: center;
    width: 50%;
    min-width: 350px;
	display: block;
}
.btn.more_link .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
}
.btn.more_link .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: 30px;
	}
	.purchase_items .ttl_h2{
		font-size: 18px;
	}
	.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;
	}
}
@media only screen and (min-width: 640px) {
	.purchase_items{
		margin-top: 60px;
	}
	.purchase_items_list{
		margin: 0 -20px;
	}
	.purchase_items_list li{
		margin-right: 0;
		width:14.28% ;
	}
}



.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%, #1f9d30 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) {
	.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;
	}
	
	
}


@media (min-width: 640px) {
	.three_method{
		margin: 0 auto;
	}
	.three_method p{
		margin-bottom: 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%;
	}
	#maker .pagetop a{
		font-size: 10px;
	}
}