.wrapper {
	font-family: "Noto Sans JP";
}

#top .container {
	width: 100%;
	max-width: 100%;
	margin: 50px auto 0;
	overflow: hidden;
	color: #585757;

}

.loop {
	width: 100%;
	height: 200px;
	background-position: center;
	animation: bgloop 90s linear infinite;
}

@keyframes bgloop {
	from {
		background-position: 0 0;
	}

	to {
		background-position: -2800px 0;
		/*-1000px部分は画像の横幅と同じ数値*/
	}
}


.top_page .container .top_first {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 1vw auto;
	padding: .028vw;
	text-align: center;
	width: 100%;
	height: 40.13vw;
	position: relative;
	background-color: transparent;
}


.top_page .top_first_inner {
	margin: 0 auto;
	padding: 30px 20px;
	background-color: rgba(38, 166, 91, 0.9);
	border-radius: 10px;
	width: 100%;
	max-width: 960px;
	height: 37.13vw;
	box-sizing: border-box;
	position: relative;
	z-index: 100;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.top_copy {
	position: static;
	text-align: center;
	color: #fff;
	font-family: "Noto Sans JP";
	z-index: 2;
	width: 90%;
	max-width: 400px;
}

.top_copy p {
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
}

.container .top_first h1 {
	padding: 0.8rem 0 1.8rem;
	font-size: 3rem;
}

.top_page .top_first .search_area {
	padding: 0 0 50px;
	margin: 0;
	width: 100%;
	position: static;
	background-color: transparent;
	border-radius: 0;
}

.buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	width: 100%;
}

.btn_line .pc {
	display: none;
}

.btn_line,
.btn_web {
	width: 90%;
	box-sizing: border-box;
	min-width: 180px;
}

.btn_web {
	border: none;
}

.btn_line a,
.btn_web a {
	border-radius: 50px;
	line-height: 22px;
	font-family: "Noto Sans JP";
}

.btn_web a {
	background-color: #ecaf1a;
	color: #fff;
	width: 100%;
}

.btn_line svg,
.btn_web svg {
	width: 26px;
	height: 26px;
	fill: #fff;
	margin-right: 10px;
}

.btn_line a {
	background: #87d243;
	color: #fff;
	padding: 0 15px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 190px;
}

.btn_line img {
	margin-right: 25px;
	max-width: 43px;
	height: auto;
}

.top_first_inner .top_copy {
	position: static;
	text-align: center;
}

.container .top_first h1 {
	font-weight: 800;
	color: #fff;
	line-height: 1.2;
	margin: 0 0 2rem;
}

.top_first #search_area .col-4 {
	width: 100%;
}

#top .search_area .col-6 {
	margin: 0;
}

#top .search_area .col-2 {
	-ms-flex: 0 0 17%;
	flex: 0 0 calc(100% /(12 / 2));
	max-width: 17%;
	margin-top: 0.2rem;
	width: 100%;
}

.top_first #search_area select {
	padding-left: 10px;
	font-size: 14px;
	width: 100%;
	height: 47px;
	border-radius: 5px 5px 0 0;
	border-top: 3px solid #434343;
	border-right: 1px solid #9b9792;
	border-bottom: none;
	border-left: 3px solid #434343;
	appearance: none;
	padding: 9px 10px 8px 20px;
	background-color: #434343;
	color: #fff;
	font-weight: bold;
}

#top #search_area input[type="text"] {
	transition: all .2s ease;
	display: block;
	padding: 10px 20px 10px 10px;
	background-position: 10px center;
	background-repeat: no-repeat;
	margin-left: 0;
	font-size: 14px;
}

#top .search_area .col-1 input[type="submit"],
#top .search_area .col-2 input[type="submit"] {
	border-radius: 10px;
	padding: 0 5rem;
	background: #ff4b2d;
	border: 3px solid #434343;
	width: 100%;
	min-height: 47px;
	font-size: 1.6rem;
	color: #fff;
}

#top .search_area .col-1,
#top .search_area .col-2 {
	max-width: 100%;
	margin: 0;
}
@media screen and (max-width: 960px){
	
	.top_first.loop .top_first_inner{
		max-width: 90%;
	}
	.top_page .top_first .search_area{
	    max-width: 78.931vw;
	}
}

@media screen and (min-width: 640px) {
	.top_first.loop {
		padding: 30px 0;
	}

	.top_page .container .top_first {
		height: 48.13vw;
	}	

	.top_first.loop .top_first_inner {
		height: 42.13vw;
		padding: 30px 0;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-flow: column;
	}
	

	.top_first_inner .top_copy {		
		width: 100%;
		max-width: 100%;
		padding-top: 10px;
		color: #fff;
	}
	
	.top_copy p {
		font-size: 2.1vw;
		letter-spacing: .35rem;
		margin-bottom: 0;
	}

	.container .top_first_inner .top_copy h1{
		padding: 0 0 1.8rem;
		margin: 0;
		font-size: 4.4vw;
		font-weight: 600;
	}

	.top_page .top_first .search_area {
		padding-bottom: 0;
	}	
	.btn_line .sp {
		display: none;
	}

	.btn_line .pc {
		display: flex;
	}

	.btn_web a {
		font-size: 12px;
		width: 100%;
		padding: 10px 1vw;
	}

	.btn_line,
	.btn_web {
		max-width: 480px;
		margin-bottom: 2vw;
	}

	.btn_web a,
	.btn_line a {
		font-size: 26px;
		font-weight: bold;
		width: 100%;
		height: 7.5vw;
		padding: 5px 1.2931vw 5px 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.btn_line img {
		max-width: 33px;
		margin-right: 0;
	}

	.btn_web img {
		max-width: 26px;
		margin-right: 5px;
	}

	.top_page .top_first .search_area {
		min-height: 50px;		
		max-width: 78.931vw;
	}

	#top .top_first.loop .search_area .col-6 {
		flex: 0 0 calc(100% / (12/6));
	}

	.top_first #search_area select {
		border-radius: 5px 0 0 5px;
		border-right: none;
	}

	#search_area #search_form_t1 input[type=text] {
		border: 3px solid #434343;
		border-right: none;
		padding-right: 10px;
	}

	#top .search_area .col-1 input[type="submit"],
	#top .search_area .col-2 input[type="submit"] {
		border-radius: 0 10px 10px 0;
		padding: 0;
	}

	.top_first #search_area .col-4 {
		-ms-flex: 0 0 33%;
		flex: 0 0 calc(100% /(12 / 4));
		max-width: 33%;
	}

	#top .search_area .col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 calc((100% /(12 / 6)) - 1rem);
		max-width: 50%;
		margin: 0;
	}

	#top .search_area .col-1,
	#top .search_area .col-2 {
		max-width: 300px;
		margin: 0;
	}
}

.top_comment_box {	
	max-width: 90vw;
	margin: 2.6vw auto 3.6vw;
	padding: 20px;
	background-color: rgba(186, 186, 186, 0.2);
	font-size: 13px;
	letter-spacing: .05rem;
}

.actual_box .more_link a {
	width: 90vw;
	height: 60px;
	border: 3px solid #a67b5d;	
	font-size: 18px;
	font-weight: 600;
	color: #a67b5d;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	margin: 0 auto;
}

.actual_box ul {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-flow: wrap;
	width: 90vw;
	min-height: 300px;
	margin: 0 auto;
}

.actual_box li {
	width: calc(25% - (30px / 4));
	background: #fff;
	border: 5px solid #d8d8d8;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}

.actual_box li:nth-child(4n),
.actual_box li:last-child {
	margin-right: 0;
}

.actual_box li .conts_col_inner {
	padding: 7px;
}

.actual_box li figure {
	height: 180px;
	object-fit: contain;
	margin-bottom: 10px;
}

.actual_box li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.actual_box .blog_title {
	font-size: 1.2068vw;
	line-height: 1.3;
}

.actual_box .maker {
	font-size: 12px;
	margin: 0 0 5px;
}

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

	.top_first #search_area .col-4,
	#top .search_area .col-6,
	#top .search_area .col-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: 100%;
	}

	.actual_box .blog_title {
		font-size: 14px;
	}

	.actual_box li {
		width: calc(50% - (10px / 2));
		margin-bottom: 15px;
	}

	.actual_box li:nth-child(2n) {
		margin-right: 0;
	}

	.actual_box li figure {
		max-height: 150px;
		overflow: hidden;
	}
}

.prod_tag {
	display: none;
	width: 71px;
	height: 21px;
	border-radius: 10.5px;
	background: #64a12c;
	border: 1px solid #64a12c;
	color: #fff;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 5px;
	right: 5px;
}

.actual_box .price {
	font-family: "Noto Sans JP";
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	color: #c40101;
	margin-bottom: 10px;
}

.points_box {
	text-align: center;
	font-size: 15px;
}

.top_page .actual_box h2,
.points_box h2,
.reason_box h2,
.reccomendcolumn_box h2,
.reason_box h2,
.howto_box h2,
.categorylist_box h2,
.maker_box h2,
.ec_box h2,
.typicalprice_box h2 {
	margin-bottom: 2rem;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-weight: 500;
	color: #444;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #444;
}

.categorylist_box h2 a {
	color: #444;
}

.reccomendcolumn_box h3 {
	font-size: 13px;
}

.points_box p.copy {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.points_box p.copy span {
	color: #ff0000;
}

.points_box div.copy {
	font-weight: bold;
	font-size: 16px;
	color: #585757;
	line-height: 1.3;
	margin-top: 10px;
	margin-bottom: 10px;
}

.points_box .copy br {
	margin: 0;
}

.points_box div.copy span {
	color: #a67b5d;
}

.points_box ul{
	display: flex;
	flex-flow: column;
}

.points_box ul li p {
	text-align: left;
	font-size: 12px;
}

.points_box ul li:nth-child(2) p span {
	font-size: 12px;
	display: block;
	margin-top: 5px;
}

.points_box ul li:nth-child(3) p span {
	font-size: 13px;
	color: #ff0000;
}

.points_box h3 {
	color: #218218;
	font-size: 4.7058vw;
	font-weight: bold;
	font-family: "Noto Sans JP";
	margin: 3.5294vw 0 0;
}

.reccomendcolumn_box ul {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-flow: wrap;
}

.reccomendcolumn_box ul li {
	background: #fff;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 20px;
	position: relative;
	box-sizing: border-box;
	width: 100%;
}
.reccomendcolumn_box ul li a{
	color: #444;
}
.reccomendcolumn_box ul li a div{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-flow: wrap;
}
.reccomendcolumn_box figure{
	width: 30%;
	max-height: 140px;
}

.reccomendcolumn_box li .conts_col_inner {
	padding: 0 0 0 30px;
	width: 70%;
}
.reccomendcolumn_box li .conts_col_inner .desc_text_box{
	font-size: 14px;
}
.before_arrow{
	color: #a67b5d;
    max-height: 94px;
    overflow: hidden;
    display: block;
    text-decoration: none;
}
.before_arrow:before {
    content: "";
    display: inline-block;
    width: .5em;
    height: .5em;
    margin: 0 10px 2px 0;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    vertical-align: middle;
}

.howto_box .copy {
	color: #a67b5d;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	padding-bottom: 20px;
	max-width: 100%;
}

.howto_box ul {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	align-items: flex-start;
}

.howto_box ul li {
	width: calc(33.3% - 5.56vw/3);
	margin-right: 2.28vw;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: flex-start;
}

.howto_box ul li:last-child {
	margin-right: 0;
}

.howto_box h3 {
	background-color: #a67b5d;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 0;
	width: 100%;
}

.howto_box p {
	font-size: 12px;
	max-width: 200px;
	width: 100%;
	margin: 0 auto;
}

.howto_box figure {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.howto_box img {
	object-fit: contain;
	height: 95px;
}

.categorylist_box h3 a{
	font-size: 16px;
	font-weight: 500;
	color: #444;
	margin: 30px 0;
	padding: 5px 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f4f4f4;
	border-bottom: #c8c8c8 2px solid;
}

.categorylist_box li {
	width: calc(25% - (1.158vw*3)/4);
	margin-right: 1.158vw;
	margin-bottom: 1.158vw;
	background: #f3f3f3;
	display: flex;
	flex-flow: row-reverse;
	justify-content: flex-end;
	align-items: stretch;
	position: relative;
}

.categorylist_box li:nth-child(4n) {
	margin-right: 0;
}

.typicalprice_box{
    position: relative;
}
.typicalprice_box .grad-item.is-hide{
    height: 900px !important;
    overflow: hidden;
}
.grad-item::before {
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    content: "";
    width: 200%;
    height: 100px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    z-index: 5;
}
.grad-trigger.is-show+.grad-item::before {
    display: none;
}
.typicalprice_box .record_list {
    list-style: none;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
    max-width: fit-content;
}

.typicalprice_box .record_list li {
    width: calc((100% - 40px) / 2);
    margin: 0 10px 40px;
    display: none;
}

.typicalprice_box ul {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-flow: wrap;
    width: 90vw;
    min-height: 300px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.typicalprice_box li {
    width: calc(25% - (30px / 4));
    background: #fff;
    border: 1px solid #d8d8d8;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

.typicalprice_box li:nth-child(4n) {
    margin-right: 0;
}

.typicalprice_box li figure {
    width: 100%;
    height: 130px;
    object-fit: contain;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 10px;
}

.typicalprice_box li img {
    width: auto;
    height: 100%;
    object-fit: cover;
}

.typicalprice_box li .conts_col_inner {
    padding: 7px;
}

.typicalprice_box .price {
    font-size: 22px;
    color: #ff0000;
    display: inline-flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-flow: column;
    width: 100%;
    line-height: 1.2;
    margin-bottom: 5px;
}
.typicalprice_box .price p{
	margin: 0;
}

.typicalprice_box .price .label {
    font-size: 13px;
    color: #333;
    line-height: 1.3;
}
.typicalprice_box .price .item_price {
    line-height: 1;
}

.typicalprice_box .catemaker_item {
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    font-size: 14px;
    color: #333;
    line-height: 1.3;
    word-break: break-all;
}

.typicalprice_box .catemaker_item p,
.typicalprice_box .catemaker_item h3 {
    font-size: 14px;
    color: #000;
    margin: 0;
}

.typicalprice_box .catemaker_item .maker_name {
    display: block;
}

.typicalprice_box .catemaker_item .item_name {
    line-height: 1;
    margin-bottom: 5px;
}
.typicalprice_box .catemaker_item .item_name,
.typicalprice_box .catemaker_item .maker_name{
	font-size: 1.34vw;
}
.typicalprice_box li .no-link,
.typicalprice_box li .sankou-link{
	font-size: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
}
.typicalprice_box li .no-link{
	pointer-events: none;
}
.typicalprice_box li .sankou-link:hover{
	background-color: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 639px) {
	.top_page .container .top_first {
		min-height: 510px;
		align-items: flex-start;
		margin-top: 20px;
		background-color: transparent;
		background-image: url(../../img/top/bg_denzai_2402.jpg);
		background-size: auto 100%;
	}

	.top_page .top_first_inner {
		height: auto;
		margin: 20px;
	}

	.top_copy p {
		font-weight: 500;
		margin-bottom: 0;
		letter-spacing: .2vw;
	}

	.top_page .container .top_first h1 {
		font-size: 8.4117vw;
		font-weight: 600;
		padding-top: 0;
		margin-bottom: 1vw;
	}

	.top_page .top_first .search_area {
		padding-bottom: 3rem;
	}

	.top_page .top_first #search_area select {
		height: 40px;
	}

	.btn_line a,
	.btn_web a {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px;
		font-size: 1.85rem;
		width: 100%;
	}

	.top_page .actual_box h2,
	.points_box h2,
	.reason_box h2,
	.reccomendcolumn_box h2,
	.reason_box h2,
	.howto_box h2,
	.categorylist_box h2,
	.maker_box h2,
	.ec_box h2,
	.privilege_box h2,
	.typicalprice_box h2 {
		font-size: 2rem;
		font-weight: 600;
		padding: 10px;
		margin: 30px auto;
	}
	.typicalprice_box h2{
		margin-top: 20px;
		margin-bottom: 10px;
		max-width: 90vw;
	}
	.howto_box{
		padding: 0 20px;
	}
	.points_box h2 {
		margin-bottom: 1rem;
	}

	.points_box li {
		padding: 0 20px;
	}
	.points_box h3{
		font-size: 2rem;
	}
	.points_box ul li p{
		text-align: center;
	}

	.actual_box {
		margin: 0 20px;
	}

	.top_comment_box {
		margin-bottom: 2rem;
	}

	.actual_box .more_link {
		margin: 0 auto;
		text-align: center;
	}

	.actual_box .more_link a {
		height: 42px;
		display: inline-flex;
		padding: 3px 10px;
	}
	.typicalprice_box .catemaker_item .maker_name,
	.typicalprice_box .catemaker_item .item_name {
		font-size: 12px;
	}
}
@media screen and (min-width: 640px) and (max-width: 766px){
	.top_first_inner .top_copy{
		max-width: 100%;
	}
	.top_page .container .top_first h1 {
		font-size: 5.4vw;
	}
}

@media screen and (max-width: 767px) {
	.categorylist_box ul {
		align-items: stretch;
		max-width: 90vw;
		margin-left: 5vw;
	}

	.categorylist_box li,
	.categorylist_box li:nth-child(4n) {
		width: calc(50% - 10px);
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.categorylist_box li:nth-child(2n) {
		margin-right: 0;
	}

	.categorylist_box li figure {
		height: 100%;
		display: flex;
		align-items: center;
	}
}


.categorylist_box li::before {
	display: block;
	position: absolute;
	right: -1px;
	top: -1px;
	content: "";
	width: 0;
	height: 0;
	border-top: 14px solid #fff;
	border-left: 14px solid transparent;
}

.categorylist_box li p {
	margin: 0;
}

.categorylist_box li p a {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 0.78vw;
	display: flex;
	align-items: center;
	line-height: 1.2;
	height: 100%;
}

@media screen and (max-width: 767px) {
	.categorylist_box li p {
		padding: 0 10px;
		width: calc(100% - 50px);
		line-height: 1.2;
	}

}

.categorylist_box li figure {
	background-color: #fff;
	border: 2px solid #f3f3f3;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 4.0517vw;
}

.categorylist_box .more_link a,
.maker_box .more_link a,
.reccomendcolumn_box .more_link a,
.area_box .more_link a,
.howto_box .more_link a,
.faq_box .more_link a {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #a67b5d;
	width: 350px;
	height: 50px;
	border-radius: 10px;
	background: #fff;
	border: 3px solid #a67b5d;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 3rem auto 0;
}
.faq_box .more_link a{
	position: relative;
}
.faq_box .more_link a::before,
.faq_box .more_link a::after{
    content: "";
    width: 4px;
    height: 12px;
    background: #a67b5d;
    display: block;
    position: absolute;
    left: 93%;
}
.faq_box .more_link a::before{
    -webkit-transform: translate(-50%, 0) skew(40deg, 0deg);
    -moz-transform: translate(-50%, 0) skew(40deg, 0deg);
    transform: translate(-50%, 0) skew(40deg, 0deg);
    bottom: 50%;
}
.faq_box .more_link a::after{
	-webkit-transform: translate(-50%, 0) skew(-40deg, 0deg);
    -moz-transform: translate(-50%, 0) skew(-40deg, 0deg);
    transform: translate(-50%, 0) skew(-40deg, 0deg);
    top: 50%;
}
.reccomendcolumn_box .more_link a {
	margin-top: 0;
	margin-bottom: 5rem;
}

.maker_box ul {
	display: flex;
	flex-flow: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	max-width: 757px;
	margin: 0 auto;
	background-color: #f3f3f3;
	padding: 10px 0 10px 10px;
}

.maker_box li {
	width: 25%;
	padding: 0 10px 10px 0;
	display: flex;
	flex-flow: row-reverse;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	min-height: 190px;
}

.maker_box li a {
	background-color: #fff;
	width: 100%;
}

.maker_box li .maker_name {
	text-align: center;
	color: #000;
	font-size: 14px;
}

.maker_box li figure {
	height: 145px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px auto;
}

.maker_box li figure img {
	object-fit: contain;
	height: 100%;
	width: 100%;
}

.reccomendcolumn_box {
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.faq_box .more_link a{
		margin-top: 0;
        max-width: 90vw;
	}
	.faq_box .more_link a::before,
	.faq_box .more_link a::after{
		width: 3px;
    	height: 8px;
	}
	.howto_box ul li,
	.howto_box ul li:last-child {
		width: 100%;
		margin: 0 10px 15px;
	}

	.maker_box {
		margin: 0 5vw;
	}

	.maker_box ul {
		width: calc(100%);
		margin: 0;
		padding: 10px;
		align-items: stretch;
	}

	.maker_box li {
		align-items: stretch;
		min-height: auto;
		width: calc(33.333% - (20px/3));
		margin-right: 10px;
		padding-right: 0;
	}

	.maker_box li:nth-child(3n) {
		margin-right: 0;
	}

	.maker_box li figure {
		width: 90%;
		min-height: 90px;
		height: auto;
	}

	.howto_box img {
		margin: 10px 0;
	}

	.maker_box li .maker_name {
		font-size: 12px;
		color: #000;
	}

	.categorylist_box .more_link a {
		width: 100%;
		font-size: 14px;
	}

	.maker_box .more_link a,
	.reccomendcolumn_box .more_link a {
		width: 90%;
		font-size: 14px;
	}
	.reccomendcolumn_box figure img {
		object-fit: cover;
		width: 100%;
        height: auto;
	}

	.categorylist_box li p a {
		font-size: 12px;
	}

}

.map-pc {
	max-width: 580px;
	width: 100%;
	margin: 0 auto;
}

.area_box .memo_text {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #d09800;
	margin: 20px auto;
}

.area_box h3 {
	font-size: 1.8rem;
	font-weight: bold;
}

.area_box ul {
	display: flex;
	flex-flow: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	max-width: 580px;
	width: 100%;
	margin-bottom: 20px;
}

.area_box li {
	color: #333;
	font-size: 16px;
}
.area_box li a{
	color: #a67b5d;
}
.area_box li:not(last-child) {
	margin-right: 20px;
}

.area_box li a:hover {
	cursor: pointer;
	text-decoration: underline;
}

.tooltip-inner {
	font-size: 14px;
	position: relative;
	padding: 16px;
	box-shadow: 0px 1px 4px rgb(0 0 0 / 30%);
	z-index: 1;
	background: white;
	line-height: 1.5;
}

[x-placement="left"]>.tooltip-inner {
	right: 10px;
}

.tooltip-arrow {
	width: 10px;
	height: 10px;
	position: absolute;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	z-index: 2;
	background: white;
	border-right-color: transparent;
	border-bottom-color: transparent;
	margin-left: -5px;
	transform: rotate(45deg);
	top: -1px;
	right: 5px;

}

[x-placement="left"]>.tooltip-arrow {
	transform: rotate(135deg);
	right: 5px;
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	line-break: auto;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	font-size: 12px;
	filter: alpha(opacity=0);
	opacity: 0;
	color: #000;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.fade.in {
	opacity: 1;
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px;
}

.tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9
}

.area_box .btn_link {
	margin-top: 4rem;
	margin-bottom: 5rem;
}

.area_box .btn_link a {
	border: none;
	padding: 15px;
	height: auto;
	border-radius: 10px;
	background-color: #a67b5d;
	color: #ffffff;
	font-size: 18px;
	border-bottom: 5px solid #654a37;
}
@media screen and (max-width: 767px) {
	.area_box .btn_link a {
		width: 90vw;
		max-width: 90vw;
		margin-top: 0;
        font-size: 16px;
        padding: 10px 0;
	}
}

.area_box .btn_link .icon {
	margin-right: 10px;
}

.howto_box .btn_link {
	margin-bottom: 5rem;
}

.howto_box .btn_link img {
	height: auto;
	margin-right: 10px;
}

.privilege_box {
	max-width: 898px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-flow: column;
	width: 100%;
	margin: 0 auto;
}

.privilege_box h2 {
	text-align: center;
	font-size: 22px;
	font-weight: 900;
	width: 100%;
	border-bottom: 1px solid;
}

.privilege_box .privilege_list {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-flow: wrap;
}

.privilege_box .privilege_list li {
	width: calc(50% - .5rem);
	margin-bottom: 20px;
}

.privilege_box .privilege_list li:nth-child(2n) {
	margin-left: 1rem;
}

.privilege_box .privilege_list li img {
	width: 100%;
}


.reason_box{
	max-width: 898px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-flow: column;
	width: 100%;
	margin: 0 auto;
}

.reason_box h2 {
	text-align: center;
	font-size: 22px;
	font-weight: 900;
	width: 100%;
	border-bottom: 1px solid;
}

.reason_box .reason_list {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-flow: wrap;
}

.reason_box .reason_list li {	
	display: grid;
}
.reason_box .reason_list li:not(:last-child){
	margin-bottom: 80px;
}

.reason_box .reason_list h3{
	font-weight: bold;
	font-size: 18px;
	color: #a67b5d;
}

.reason_box .reason_list h3:before{
    content: attr(data-sub-text);
    display: table;
    color: #fff;
    background: #218218;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 10px;
    line-height: 1;
	margin-block-end: 10px;
    margin-right: 10px;
}
.reason_box .reason_list li img {
	border-radius: 10px;
}

@media screen and (min-width: 640px){
	.grad-item::before {
		height: 200px;
		bottom: 0;
        width: 100%;
	}
	.reason_box .reason_list li {
		align-items: flex-start;
		grid-template-columns: auto 36%;
		gap: 0 3.3%;
	}
	.reason_box .reason_list li:nth-child(2n) {
		grid-template-columns: 36% auto;
	}
	.reason_box .reason_list h3{
		grid-column: 1 / 2;
		grid-row: 1 / 2;
		align-self: flex-end;
	}
	.reason_box .reason_list li:nth-child(2n) h3 {
		grid-column: 2 / 3;
		grid-row: 1 / 2;
	}
	.reason_box .reason_list li .desc{
		grid-column:1/2;
		grid-row: 2/3;
		align-self: flex-start;
		text-align: justify;
		font-size: 13px;
	}
	.reason_box .reason_list li:nth-child(2n) .desc{
		grid-column: 2 / 3;
		grid-row: 2 / 3;
	}
	.reason_box .reason_list li img {
		grid-column: 2 / 3;
		grid-row: 1 / 3;
	}
	
	.reason_box .reason_list li:nth-child(2n) img{
		grid-column: 1 / 2;
		grid-row: 1 / 3;
	}
}

.voice_box{
    margin-bottom: 5%;
}
.voice_box .main-heading,
.related_post_box .main-heading,
.company_about_text .main-heading{
    font-size: 26px;
    color: #fff;
    line-height: 140%;
    text-align: center;
    background-color: #484848;
    margin: 0 0 40px;
    padding: 15px 25px;
    position: relative;
}
.company_about_text .main-heading{
	font-size: 17px;
	padding: 10px 0;
	margin-bottom: 20px;
}
.company_about_text {
    margin-bottom: 50px;
    font-size: 16px;
}
.company_about_text p {
    font-size: 16px;
    text-align: justify;
}

.voice_list{
    max-width: 90%;
    margin: 50px auto;
}
.voice_list li{
    margin: 0 0 30px;
}
.voice_list li .box {
    min-height: 200px;
}
.voice_list li .title-bar {
    position: relative;
}
.voice_list li .author {
    position: absolute;
    bottom: 3px;
    right: 0;
    z-index: 1;
}
.voice_list li h3 {
    border-top: 1px solid #a67b5d;
    border-bottom: 3px solid #a67b5d;
    position: relative;
    padding: 14px 90px 14px 10px;
    line-height: 1.4;
    margin: 0 auto 25px;
    font-size: 26px;
}

.voice_list li h3:after {
    content: "▼";
    color: #a67b5d;
    height: 8px;
    width: 9px;
    position: absolute;
    left: 10px;
    bottom: 0;
}
.voice_list li .text-holder {
    position: relative;
    overflow: hidden;
    height: 130px;
    font-size: 14px;
	text-align: justify;
}



.faq_box {
	max-width: 898px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-flow: wrap;
	width: 100%;
	margin: 0 auto;
}

.faq_box h2 {
	text-align: center;
	font-size: 22px;
	font-weight: 900;
	width: 100%;
	border-bottom: 1px solid;
	margin-bottom: 50px;
	
}

.faq_box .faq_list {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-flow: wrap;
	width: calc(50% - 25px);
	border-top: 1px solid #f2f2f2;
	padding-top: 30px;
	margin-right: 25px;
}
.faq_box .faq_list + .faq_list{
	margin-right: 0;
	margin-left: 25px;
}
.faq_box .faq_list li {	
	width: 100%;
	display: flex;
	flex-flow: column;
    align-items: flex-start;	
	border-bottom: 1px solid #f2f2f2;
    padding-bottom: 30px;
	margin-bottom: 30px;
}

.faq_box .faq_list h3{
	font-size: 15px;
	line-height: 1.2;
    align-self: flex-start;
	width:100%;
	margin: 0;
	padding-right: 30px;
	position: relative;
}
.faq_box .faq_list h3:hover{
	cursor: pointer;
}
.faq_box .faq_list h3:before{
	content: "";
    margin: auto;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11px;
    width: 2vw;
    height: 2vw;
    border-top: 1px solid #3c3c3c;
    border-right: 1px solid #3c3c3c;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: ease .2s;
    transition: ease .2s;
}
.faq_box .faq_list h3.active:before{
    -webkit-transition: ease .2s;
    transition: ease .2s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.faq_box .faq_list .answer_box{
	font-size: 14px;
	color: #a67b5d;
	padding-top: 50px;
	text-align: justify;
}
.faq_box .faq_list .answer_box p{
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.points_box {
		margin: 0 20px 3rem;
	}
	.reason_box{
		padding: 0 20px;
	}
	.privilege_box {
		margin: 0 20px;
		width: calc(100% - 40px);
	}
	.privilege_box .privilege_list li {
		width: calc(50% - .5rem);		
		margin-left: 0;
		margin-right: 1rem;
	}
	.privilege_box .privilege_list li:nth-child(2n){
		margin-left: 0;
		margin-right:0
	}
	.map-pc {
		max-width: 90vw;
	}

	.reccomendcolumn_box ul {
		max-width: 90vw;
		margin: 0 auto;
		justify-content: flex-start;
	}
	.reccomendcolumn_box ul li{
		width: calc(50% - 5px);
		margin-right: 10px;
	}
	.reccomendcolumn_box ul li:nth-child(2n){
		margin-right: 0;
	}
	.howto_box .btn_link {
		margin-top: 2rem;
		margin-bottom: 3rem;
	}

	.howto_box .more_link a {
		font-size: 15px;
		height: 50px;
		width: 260px;
		margin-top: 0;
	}
	.faq_box{
		padding: 0;
		margin-bottom: 20px;
	}
	.voice_box .main-heading{
		margin-top: 30px;
		margin-bottom: 20px;
		padding: 10px;
		font-size: 18px;
	}
	
	.voice_box .voice_list{
		padding: 0;
		margin-top: 10px;
		margin-bottom: 0;
		max-width: 100%;
	}
	.voice_box .voice_list h3{
		font-size: 16px;
	}
	.voice_list li h3:after{
		height: 6px;
	}
	.voice_box .voice_list li,
	.voice_box .voice_list li:not(:nth-child(2n)){
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
		padding-bottom: 0;
	}
	.voice_list li .author{
		bottom: -1px;
	}
	.reason_box .reason_list li:last-child{
		margin-bottom: 0;
	}

	.reason_box .reason_list li {
		grid-template-columns: 1fr;
		grid-gap: 0;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
	.reason_box .reason_list h3{
		font-size: 20px;
	}
	.reason_box .reason_list li .desc{
		font-size: 14px;
		margin-bottom: .7em;
	}
	.reason_box h2{
		line-height: 1.2;
	}
	
	.faq_box h2{
		margin-bottom: 30px;
		padding: 10px;
		font-size: 20px;
	}
	.faq_box h2 + .faq_list li:first-child{
		border-top: 1px solid #f2f2f2;
		padding-top: 20px;
	}
	.faq_box .faq_list,
	.faq_box .faq_list + .faq_list{
		width: 100%;
		margin: 0;
        padding: 0 0 20px;
		border-top:none;
	}
	.faq_box .faq_list li{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.faq_box .faq_list li:last-child{
		margin-bottom: 0;
		border-bottom: 1px solid #f2f2f2;
	}
	.faq_box .faq_list h3{
		font-size: 14px;
	}
	.faq_box .faq_list .answer_box{
		padding-top: 30px;
		font-size: 13px;
	}
	.reccomendcolumn_box ul li a div{
		flex-flow: column;
	}
	.reccomendcolumn_box figure{
		width: 100%;
	}
	.reccomendcolumn_box li .conts_col_inner{
		width: auto;
        flex-flow: column;
		padding-left: 0;
	}
	.reccomendcolumn_box h3{
		margin: 5px 0 10px;
		font-size: 15px;
		font-weight: bold;
		text-align: justify;
		line-height: 1.4;
	}
	.reccomendcolumn_box li .conts_col_inner .desc_text_box{
		color: #000;
		line-height: 1.6;
		font-size: 12px;
		text-align: justify;
	}
	.company_about_text p{
		font-size: 14px;
	}

}
@media screen and (max-width: 500px){
	.privilege_box .privilege_list li {
		width: calc(100% - .5rem);
		margin-bottom: 10px;
	}
	.privilege_box .privilege_list li:nth-child(1n) {
		margin-right: 0;
	}
	.privilege_box .privilege_list li:nth-child(2n){
		margin-left: 0;
	}
	
}
@media screen and (min-width: 640px) {
	.points_box {
		max-width: 898px;		
	}

	br.sp {
		display: none;
	}

	.container .top_first {
		background-image: url(../../img/top/bg_denzai_2402.png);
		background-size: auto 100%;
	}

	.reccomendcolumn_box {
		max-width: 90vw;
		margin: 2.6vw auto;
	}

	.top_page .actual_box h2,
	.points_box h2,
	.privilege_box h2,
	.reccomendcolumn_box h2,
	.reason_box h2,
	.howto_box h2,
	.categorylist_box h2,
	.maker_box h2,
	.ec_box h2,
	.faq_box h2,
	.typicalprice_box h2 {
		font-size: 32px;
		font-weight: 600;
		height: 60px;
	}

	.categorylist_box h3 a{
		font-size: 18px;
		padding: .8rem 0;
		background-color: #f3f3f3;
		border-bottom: 2px solid #919191;
		max-width: 90vw;
		margin:0 auto
	}

	.reccomendcolumn_box ul li {
		margin-bottom: 20px;
	}
	

	.reccomendcolumn_box figure {
		width: 30%;
		height: auto;
		object-fit: cover;
	}

	.reccomendcolumn_box figure img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}

	.points_box ul{
		flex-flow: wrap;
		justify-content: center;
		align-items: flex-start;
		max-width: 90vw;
		margin: 0 auto;
	}

	.points_box ul li {
		width: calc((100% - 8%) / 3);
		margin-right: 4%;
		display: flex;
		flex-flow: column;
		align-items: flex-start;
		justify-content: center;
	}

	.points_box ul li:last-child {
		margin-right: 0;
	}

	.points_box p.copy {
		font-size: 24px;
		margin-bottom: 2rem;
	}

	.points_box div.copy {
		font-size: 24px;
		margin: 2rem 0;
	}

	.points_box h3{
		font-size: 18px;
		letter-spacing: -.01vw;
		line-height: 1.3;
		margin: 0 0 1rem;
		width: 100%;
		min-height: 46px;
		display: flex;
		align-items: flex-end;
		justify-content: center;
	}

	.points_box ul li p {
		font-size: 14px;
		margin: 0 auto;
	}

	.points_box ul li:nth-child(2) p span {
		font-size: 10px;
	}

	.points_box figure {
		max-width: 600px;
		margin: 0 auto;
	}

	.actual_box ul {
		max-width: 100%;
	}
	.howto_box ul{
		max-width: 90vw;
		margin: 0 auto;
	}
	.howto_box h3 {
		font-size: 16px;
		padding: 8px 0;
	}

	.howto_box .copy {
		font-size: 1.7241vw;
		padding: 10px 0 20px;
		max-width: 100%;
	}

	.howto_box p {
		font-size: 12px;
		max-width: 250px;
	}

	.howto_box li p {
		font-size: 14px;
		max-width: 270px;
		text-align: justify;
	}

	.howto_box figure {
		margin: 1vw auto;
	}

	.reason_inner h3 {
		width: 60%;
	}
	.categorylist_box .parent+.row {
		margin-bottom: 3.4vw;
		border-top: 1px solid #e6e6e6;
		border-left: 1px solid #e6e6e6;
		max-width: 90vw;
		margin: 0 auto 3.4vw;
	}

	.categorylist_box .more_link a,
	.maker_box .more_link a,
	.reccomendcolumn_box .more_link a,
	.area_box .more_link a,
	.howto_box .more_link a,
	.faq_box .more_link a {
		font-size: 18px;
		width: 400px;
		height: 65px;
	}
	.privilege_box .privilege_list{
		max-width: 90vw;
    	margin: 0 auto;
	}
	.voice_box{
		margin-bottom: 4vw;
	}
	.faq_box .faq_list h3:before {
        width: 8px;
        height: 8px;
    }
	.faq_box .more_link a{
		margin-top: 1rem;
	}
	.faq_box{
		margin-bottom: 6vw;
	}
	.reccomendcolumn_box ul li{
		width: 100%;
	}

}

.ec_box {
	position: relative;
}

.ec_box a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

.categorylist_box ul {
	display: flex;
	flex-flow: wrap;
	justify-content: flex-start;
	align-items: stretch;
}

.categorylist_box li {
	width: calc(25% - (1.158vw*3)/4);
	margin-right: 1.158vw;
	margin-bottom: 1.158vw;
	background: #f3f3f3;
	display: flex;
	flex-flow: row-reverse;
	justify-content: flex-end;
	align-items: stretch;
	position: relative;
}

.categorylist_box li:nth-child(4n) {
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	.categorylist_box ul {
		align-items: stretch;
		max-width: 90vw;
		margin-left: 5vw;
	}

	.categorylist_box li,
	.categorylist_box li:nth-child(4n) {
		width: calc(50% - 10px);
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.categorylist_box li:nth-child(2n) {
		margin-right: 0;
	}

	.categorylist_box li figure {
		height: 100%;
		display: flex;
		align-items: center;
	}
}

@media screen and (min-width: 640px) {
	.top_page .actual_box h2,
	.points_box h2,
	.privilege_box h2,
	.reccomendcolumn_box h2,
	.reason_box h2,
	.howto_box h2,
	.categorylist_box h2,
	.maker_box h2,
	.ec_box h2,
	.faq_box h2,
	.typicalprice_box h2  {
		font-size: 28px;
		height: 50px;
		margin: 0 auto .7em;
	}
	.ec_box h2{
		width: 100%;
		max-width: 100%;
	}
	.faq_box h2{
		margin-bottom: 50px;
	}
	.categorylist_box h3 {
		font-size: 1.3793vw;
		min-height: 46px;
	}

	.reccomendcolumn_box .more_link a {
		margin-bottom: 120px;
	}
	.company_about_text .main-heading{
		font-size: 26px;
		padding: 15px 25px;
	}

}

.list_note {
	max-width: 757px;
	margin: 10px auto;
	font-size: 1.3rem;
	text-align: center;
}

.ec_box {
	margin: 0 30px 80px;
}

.ec_box p {
	font-size: 14px;
	color: #000;
}


@media screen and (min-width: 640px) {
	.ec_box {
		max-width: 90vw;
		margin: 3.6vw auto;
		display: flex;
		flex-flow: column;
		justify-content: center;
	}
	@media screen and (min-width: 961px) {
		.ec_box {
			max-width: 898px;	
		}
	}

	.ec_box p {
		font-size: 17px;
		margin: 1vw auto 0;
		max-width: 930px;
		display: flex;
		flex-flow: column;
		justify-content: flex-start;
		text-align: justify;
	}

	.ec_box img {
		max-width: 100%;
		margin: 0 auto;
	}

	.list_note {
		margin: 3rem auto 0;
	}

}

.more_link a svg {
	width: 24px;
	height: 24px;
	fill: #a67b5d;
	margin-right: 20px;
}

.top_page .actual_box h2::before,
.top_page .actual_box h2::after {
	display: none;
}


.contact_area article {
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
	max-width: 960px;
	box-sizing: border-box;
}

.contact_area .pc {
	display: none;
}

.contact_area a {
	display: block;
	margin-bottom: 5px;
}

.point_box {
	background: #fff;
	padding: 8px;
	margin: 24px auto 0;
	position: relative;
	border-radius: 8px;
	width: 100%;
	max-width: 400px;
	box-sizing: border-box;
	text-align: center;
	font-size: 15px;
}

.point_box::before {
	content: "";
	width: 16px;
	height: 16px;
	transform: rotate(45deg) translateX(-50%);
	background: #fff;
	position: absolute;
	left: 50%;
	top: 0;
}

.tel-txt {
	padding: 15px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-decoration: none;
}

.tel-txt p {
	line-height: 1.4;
	margin-bottom: 0;
}

.tel-txt p:first-child {
	font-size: 1.4rem;
	font-weight: bold;
}

.tel-txt p:last-child {
	padding: 0.5rem 0 0;
	font-size: 2.2rem;
	font-family: Arial, serif;
	font-weight: bold;
	line-height: 0.9;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tel-txt p:last-child svg {
	width: 5.4rem;
	height: 5.4rem;
	fill: #fff;
	padding-top: 10px;
	display: none;
}

.tel-txt p:first-child span {
	font-size: 0.7em;
	font-weight: normal;
}

.categorylist_box .cate_box {
	flex: 0 0 calc(16.6666%);
	width: 16.6666%;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	position: relative;
}

.cate_box .cate_link {
	padding: 5px 10px 15px;
	display: flex;
	flex-flow: column;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	color: #333;
	font-size: 11px;
}

.cate_box .cate_link figure {
	width: 130px;
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.cate_box .cate_link img {
	height: auto;
	width: 100%;
	padding: 8px;
	margin: 0;
	display: block;
}

.result .cate_link img {
	border: none;
	width: auto;
	max-width: 126px;
	height: auto;
}

.btn_line img {
	margin-right: 25px;
	max-width: 43px;
	height: auto;
}

@media screen and (min-width: 640px) {
	.buttons {
		margin-top: 20px;
	}
	@media screen and (min-width: 961px) {
		.buttons {
			margin-top: 30px;
		}
	}
}

.howto_box .more_link a {
	border: none;
	padding: 15px;
	height: auto;
	border-radius: 50px;
	background-color: #a67b5d;
	color: #ffffff;
	font-size: 18px;
	border-bottom: 5px solid #6a4f3c;
}

@media screen and (max-width: 767px) {
	.howto_box .more_link a {
		padding: 5px;
		font-size: 15px;
	}

	.howto_box p {
		font-size: 14px;
		max-width: 90%;
	}
}

@media screen and (min-width: 640px) {
	.actual_box,
	.points_box,
	.reason_box,
	.howto_box,
	.privilege_box,
	.categorylist_box,
	.maker_box,
	.area_box,
	.voice_box,
	.faq_box,
	.kaylead_box,
	.typicalprice_box,
	.reinforce_box {
		max-width: 90vw;
		margin: 4.6vw auto 6vw;
	}
	.kaylead_box{
		margin-top: 30px;
		margin-bottom: 0;
	}
	.typicalprice_box{
		padding-bottom: 50px;
	}
}


@media screen and (max-width: 767px) {
	.categorylist_box{
		margin: 0 20px;
	}

	.categorylist_box h2{
		width: 100%;
		font-size: 2rem;
        font-weight: 600;
        padding: 10px;
        margin: 30px auto 1rem;
	}

	.categorylist_box h2 a {
		color: #444;
	}

	.categorylist_box .row {
		flex-flow: wrap;
		justify-content: flex-start;
	}

	.cate_box .cate_link figure {
		max-width: 100%;
		height: auto;
	}

	.categorylist_box .cate_box {
		flex: 0 0 32%;
		width: 32%;
		margin: 0 2% 2% 0;
		border: 1px solid #e6e6e6;
	}

	.cate_box .cate_link {
		padding-bottom: 10px;
	}

	.categorylist_box .cate_box:nth-child(3n) {
		margin-right: 0;
	}

	.cate_box .cate_link img {
		min-width: auto;
		padding: 3px;
	}
}

@media screen and (min-width: 640px) {
	.result .cate_link img {
		min-width: 120px;
	}

	.contact_area {
		margin: 80px 0 60px;
		padding: 60px 0;
	}

	.contact_area article {
		padding: 0;
	}

	.contact_area .sp {
		display: none;
	}

	.contact_area .pc {
		display: block;
	}

	.tel-txt {
		display: flex !important;
		justify-content: space-around;
		align-items: center;
	}

	.tel-txt p:first-child {
		font-size: 20px;
		width: 45%;
	}

	.tel-txt p:first-child span {
		font-size: 14px;
	}

	.tel-txt p:last-child {
		font-size: 54px;
		width: 50%;
	}
}
@media screen and (min-width: 961px){
	.top_page .actual_box h2,
	.points_box h2,
	.privilege_box h2,
	.reccomendcolumn_box h2,
	.howto_box h2,
	.categorylist_box h2,
	.maker_box h2,
	.ec_box h2,
	.reason_box h2,
	.faq_box h2,
	.typicalprice_box h2 {
		font-size: 32px;
		height: 60px;
	}
	.actual_box,
	.points_box,
	.reason_box,
	.howto_box,
	.privilege_box,
	.categorylist_box,
	.maker_box,
	.area_box,
	.voice_box,
	.faq_box,
	.kaylead_box,
	.typicalprice_box,
	.reinforce_box {
		max-width: 898px;
		margin: 4.6vw auto 6vw;
	}
	.kaylead_box{
		margin-top: 30px;
		margin-bottom: 50px;
		max-width: 930px;
	}
	.top_page .container .top_first{
		height: 45.13vw;
	}
	.top_first.loop .top_first_inner{
		height: 37.13vw;
	}
	.top_first_inner .top_copy{
		padding-top: 20px;
		max-width: 52.931vw;
	}
	.container .top_first_inner .top_copy h1{
		padding-top: 0.8rem;
		font-size: 3.4vw;
	}
	.top_copy p {
		font-size: 1.7vw;
		letter-spacing: .25rem;
	}
	.top_page .top_first .search_area{
		max-width: 52.931vw;
	}
	.btn_web a, 
	.btn_line a{
		height: 6.1vw;
	}
	.top_comment_box{
		max-width: 898px;
	}	
	.actual_box .more_link a {
		max-width: 100%;
	}
	.points_box ul{
		max-width: 100%;
		align-items: flex-start;
	}
	.points_box h3{
		min-height: auto;
	}
	.categorylist_box h3 {
		font-size: 1.3793vw;		
	}
	.categorylist_box h3 a{
		font-size: 22px;
		padding: 1rem 0;
	}
	.actual_box .blog_title{
		font-size: 16px;
	}
	.reccomendcolumn_box {
		max-width: 79.827vw;
		max-width: 898px;
		margin: 3.6vw auto;
	}
	.reccomendcolumn_box ul li  a{
		color: #444;
	}
	.reccomendcolumn_box h3{
		font-size: 20px;
		margin: 0 0 10px;
		line-height: 1.3;
		text-align: justify;
	}
	
	
}
@media screen and (min-width: 1920px){
	.top_page .container .top_first{
		height: 30vw;
	}
	.top_first.loop .top_first_inner {
		height: 25vw;
		max-width: 60vw;
	}
	.top_copy p{
		font-size: 1.45vw;
	}
	.container .top_first_inner .top_copy h1{
		font-size: 2.9vw;
	}
	.top_page .top_first .search_area{
		max-width: 40vw;
	}
	.btn_web{
		margin-bottom: 1vw;
	}
	.btn_web a, 
	.btn_line a {
		height: 3.6vw;
	}
	.actual_box .blog_title{
		font-size: .8vw;
	}
	
	
}

.kaylead_box{
    text-align: center;
}
.kaylead_box h2{
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	color: #a67b5c;
	margin-bottom: 15px;
}
.kaylead_box .dec_text{
	font-size: 14px;
	font-weight: bold;
	color: #000;	
}

.typicalprice_box .more_link a {
	width: 90vw;
	height: 60px;
	border: 3px solid #a67b5d;	
	font-size: 18px;
	font-weight: 600;
	color: #a67b5d;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	margin: 0 auto;
}
.typicalprice_box .more_link a svg{
	fill:#fff;
	margin-left: 30px;
}


.typicalprice_box li {
	width: calc(25% - (30px / 4));
	background: #fff;
	border: 1px solid #d8d8d8;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}

.typicalprice_box li:nth-child(4n),
.typicalprice_box li:last-child {
	margin-right: 0;
}

.typicalprice_box .catemaker_item .maker,
.typicalprice_box .catemaker_item .man_no {
	font-size: 14px;
	margin: 0 5px 0 0;
}

.typicalprice_box .price{
	font-size: 2.115vw;
	color: #ff0000;
	display: inline-flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-flow: column;
	width: 100%;
	line-height: 1.2;
	margin-bottom: 5px;
}
@media screen and (min-width: 640px) {
	.typicalprice_box .price{
		font-size: 22px;
	}
	.typicalprice_box .catemaker_item .item_name, 
	.typicalprice_box .catemaker_item .maker_name{
		font-size: 14px;
	}
}
.typicalprice_box .price span{
	font-size:13px;
	color: #333;
}

.typicalprice_box .more_link a {
    width: 90vw;
    height: 60px;
	background-color: #a67b5d;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-flow: wrap;
    border-radius: 5px;
    margin: 0 auto;
	position: relative;
	z-index: 2;
}
.typicalprice_box .more_link:after{
	content:'';
	display: block;
	width: 100%;
	height:68px;
	background-color:#0C8000;
	border-radius: 5px;
    margin-top: -60px;
    position: relative;
	z-index: 1;
}

.btn_see_more{
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    width: 360px;
    height: 40px;
    background: #f0f0e8;
    font-size: 24px;
    color: #333;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    margin: auto;
    z-index: 6;
	border-radius: 8px;
}
.btn_see_more.is-show{
    bottom: 0;
}
@media screen and (max-width: 639px) {
    .btn_see_more{
        height: 40px;
        width: 180px;
		font-size: 14px;
		font-weight: bold;
		bottom: 0;
    }
	.grad-trigger::before {
        font-size: 14px;
    }
}
.grad-trigger::before {
    content: "もっと見る"
}
.grad-trigger.is-show::before {
    content: "閉じる";
}
.record_annotation{
    font-size: 14px;
    margin: 10px auto 50px;
}

@media screen and (max-width:639px){
	#contents.col-12{
		padding: 1rem 0;
	}
	.kaylead_box{
		margin-bottom: 30px;
	}
	.kaylead_box h2{
		font-size: 22px;
	}
	.kaylead_box .dec_text{
		padding: 0 20px;
		font-size: 13px;
	}
	.typicalprice_box{
		padding-bottom: 10vw;
	}
	.typicalprice_box li {
		width: calc(50% - (10px / 2));
        margin-bottom: 15px;
	}
	.typicalprice_box li:nth-child(2n){
		margin-right: 0;
	}
	.typicalprice_box li figure{
		height: 70px;
		margin-top: 15px;
	}
	.typicalprice_box .price{
		font-size: 18px;
	}
	.typicalprice_box .price .label{
		font-size: 12px;
	}
	.typicalprice_box .price .item_price{
		font-size: 16px;
	}
	.typicalprice_box .price span{
		font-size: 12px;
	}
	.typicalprice_box .more_link a{
		max-width: 90%;
		font-size: 16px;
		padding-left: 15px;
	}
	.typicalprice_box .more_link a svg{
		margin-right: 5px;
		margin-left: 5px;
	}
	.typicalprice_box .more_link:after{
		max-width: 90%;
		margin-left: auto;
        margin-right: auto;
		margin-bottom: 30px;
	}
	.reinforce_box{
		padding: 10px;
	}
	.record_annotation{
		font-size: 12px;
		margin-top: 20px;
        margin-bottom: 20px;
	}
}
.typicalprice_box .grad-item:not(.is-hide){
	height: auto !important;
}
@media screen and (min-width: 640px) {
	.typicalprice_box{
		margin-top: 2.4vw;
		margin-bottom: 2.4vw;
	}
	.typicalprice_box ul {
        max-width: 100%;
    }
	.typicalprice_box .grad-item:not(.is-hide){
		height: auto !important;
	}
	.typicalprice_box .grad-item.is-hide{
		height: 900px !important;
		overflow: hidden;
	}
	.typicalprice_box .more_link a {
        max-width: 100%;
		font-size: 20px;
    }
	.btn_see_more{
        width: 300px;
        font-size: 16px;
    }
	.typicalprice_box li figure{
		height: 11vw;
		max-height: 130px;
	}

}
.reinforce_box{
	background-image: url(../../img/top/bg_reinforce.svg);
    padding: 30px 0;
	display: flex;
    flex-flow: column;
}
.reinforce_box h2{
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	color: #70503a;
	position: relative;
	padding-right: 80px;
	padding-left:80px;
	display: flex;
    margin: 20px auto;
}
.reinforce_box h2::before,
.reinforce_box h2::after{
	content: '';
	display: block;
	background-image: url(../../img/top/fukidashi.svg);
	background-repeat: no-repeat;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	margin: auto;
	width:57px;
	height: 54px;
}
.reinforce_box h2::after{
	left: auto;
	right: 0;
	transform: rotateY(-180deg);
}

.lead_text{
	font-size: 15px;
	text-align: center;
	color: #a67b5d;
	margin-bottom: 30px;
	padding: 0 20px;
}
.item_list_box ul{
	display: flex;
    justify-content: center;
    align-items: stretch;
    flex-flow: wrap;
    width:100%;
    margin: 0 auto;
	padding: 0 15px;
}
.item_list_box ul li {
    width: calc(16.666% - (66px / 6));
    background: #fff;
    border: 3px solid #e7e1c9;
	border-radius: 8px;
    margin-right: 5px;
	margin-bottom: 10px;
    position: relative;
	box-sizing: content-box;
}
.item_list_box ul li:last-child {
	margin-right: 0;
}
.brand-models_btn .main-content .item_btn li a.no-link,
.item_list_box ul li a.no-link{
	pointer-events: none;
}
.item_list_box figure{
	padding: 20px;
}
.item_list_box .cate_name{
	font-size: 13px;
	text-align: center;
	color: #000000;
	padding: 10px 0;
}
.reinforce_box p{
    padding: 0 15px;
	background-color: #fff;
    border-radius: 5px;
	font-size: 16px;
    margin-left: auto;
    margin-right: 20px;
}

@media screen and (max-width: 767px){
	.reinforce_box{
		padding: 10px;
	}
	.reinforce_box h2{
		font-size: 2rem;
		margin-bottom: 15px;
		padding-left:40px;
		padding-right: 40px;
	}
	.reinforce_box h2::before,
	.reinforce_box h2::after{
		background-size: contain;
		width: 30px;
		height: 30px;	
	}
	.lead_text{
		font-size: 13px;
		font-weight: bold;
		margin-bottom: 15px;
		padding: 0 5px;
		text-align: justify;
	}
	.item_list_box ul{
		padding: 0;
		align-items: stretch;
	}
	.item_list_box ul li{
	    width: calc(33.333% - (28px / 3));
	}
	.item_list_box ul li:nth-child(3n){
		margin-right: 0;
	}
	.item_list_box figure{
		padding: 15px 15px 0;
	}
	.item_list_box .cate_name{
		padding: 10px 5px;
		font-size: 12px;
		line-height: 1.3;
	}
}




.point_accordion {
    margin: 0 0 30px;
}

.point_accordion * {
    max-width: 100%;
}

.point_accordion ul {
    list-style-type: none;
    padding: 0;
    counter-reset: number 0;
}

.point_accordion>ul>li {
    margin: 0 0 10px;
    border: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
}

.point_accordion ul li .pull_btn {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(252, 252, 252, 0) 1%, rgba(0, 0, 0, .16) 100%);
    display: flex;
    position: relative;
    cursor: pointer;
}

.point_accordion ul li .pull_btn .title {
    background: #a67b5d;
    color: #fff;
    margin: 0;
    text-align: center;
    padding: 15px 15px 62px;
    font-size: 20px;
    position: relative;
    line-height: 100%;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    font-weight: bold;
    zoom: .5;
}

.point_accordion ul li .pull_btn .title:before {
    counter-increment: number 1;
    content: counter(number) " ";
    position: absolute;
    display: block;
    bottom: 24px;
    font-size: 30px;
    left: 28px;
}

.point_accordion ul li .pull_btn .title:after{
    box-sizing: border-box;
    content: "";
    border: solid 50px rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    right: -19px;
    width: 0;
    border-left: solid 20px #a67b5d;
    height: 100px;
    border-right: solid 0;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.point_accordion ul li .pull_btn .title span.number {
    display: block;
    font-size: 50px;
    line-height: 100%;
}


.point_accordion ul li .pull_btn .text {
    margin: 0;
    padding: 0 50px 0 20px;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 120%;
}

.point_accordion ul li .pull_btn .text br {
    display: none;
}

.point_accordion ul li .pull_btn .text .head {
    color: #f20000;
	font-size: 12px;
	line-height: 1.2;
}

.point_accordion ul li .pull_btn .text .catch {
    font-size: 18px;
    line-height: 120%;
}

.point_accordion ul li .pull_btn .arrow {
    background: #a67b5d;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 2px solid #fff;
    position: relative;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    margin: 0;
}

.point_accordion ul li .pull_btn .arrow:before,
.point_accordion ul li .pull_btn .arrow:after {
    content: "";
    width: 5px;
    height: 16px;
    background: #fff;
    display: block;
    position: absolute;
    border-radius: 10px;
    transition: .5s;
}

.point_accordion ul li .pull_btn .arrow:before {
    transform: rotate(-40deg);
    left: 8px;
    top: 7px;
}

.point_accordion ul li .pull_btn.active .arrow:before {
    transform: rotate(40deg);
    top: 5px;
}

.point_accordion ul li .pull_btn .arrow:after {
    transform: rotate(40deg);
    left: 16px;
    top: 7px;
}

.point_accordion ul li .pull_btn.active .arrow:after {
    transform: rotate(-40deg);
    top: 5px;
}

.point_accordion ul li .pull_btn .shadow_box {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20px;
    margin: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(252, 252, 252, 0) 1%, rgba(0, 0, 0, .42) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(252, 252, 252, 0) 1%, rgba(0, 0, 0, .42) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(252, 252, 252, 0) 1%, rgba(0, 0, 0, .22) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#6b000000", GradientType=0);
}

.point_accordion ul li .contents_box {
    display: none;
    padding: 20px;
    background: #fff;
}
.point_accordion .brand-record-box h2.main-heading{
    color: #fff;
    background: #a67b5d;
	padding: 15px 0;
    margin: 0 auto 25px;
    text-align: center;
    font-size: 17px;
    line-height: 1.2;
    clear: both;
    margin-bottom: 20px;
    background-color: #484848;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.weaker_table_box {
    display: flex;
    flex-wrap: wrap;
    background: #f0f0e8;
    padding: 20px;
    margin: 0 0 20px;
    color: #000;
}

.weaker_table_box * {
    font-family: serif;
}

.weaker_table_box .text_area {
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    width: calc(100% - 160px);
    letter-spacing: -1px;
    padding: 5px 0 0 10px;
    width: auto;
    width: calc(100% - 160px);
    display: inline-table;
    margin: auto;
}

.weaker_table_box .text_area .maker {
    background: linear-gradient(transparent 50%, #fef268 50%);
}

.weaker_table_box .right_box {
    width: 100%;
}

.weaker_table_box .left_box {
    margin: 0 0 0 auto;
    width: 100px;
    height: 100px;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.weaker_table_box .right_box .table_area {
    position: relative;
    margin: 0 5px 0 0;
    font-size: 22px;
    letter-spacing: -1px;
    white-space: nowrap;
}

.weaker_table_box .right_box .table_area table {
    width: 100%;
	border:2px solid #ccc;
}

.weaker_table_box .right_box .table_area table tr td,
.weaker_table_box .right_box .table_area table tr th {
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    border-collapse: collapse;
    padding: 0 3px;
    width: 30px;
    height: 25px;
    vertical-align: middle;
	font-size: 15px;
	font-weight: 400;
}

.weaker_table_box .right_box .table_area table tr th {
    text-align: center;
    padding: 10px 5px;
}

.weaker_table_box .right_box .table_area table tr th:nth-child(1) {
    width: 40%;
    white-space: normal;
    font-size: 15px;
    line-height: 1;
}

.weaker_table_box .right_box .table_area table tr td:nth-child(2) {
    width: 30%;
    font-size: 16px;
    padding-right: 15px;
    text-align: right;
    font-weight: bold;
    line-height: 1;
}
.weaker_table_box .right_box .table_area table tr:first-child th:nth-child(3){
	border-right: none;
}

.weaker_table_box .right_box .table_area table tr td:nth-child(3) {
    width: 30%;
    font-size: 16px;
    color: #d23a71;
    border-right: none;
    text-align: right;
    padding-right: 15px;
    font-weight: bold;
    line-height: 1;
}

.weaker_table_box .table_area table tr th span {
    display: inline-block;
    font-size: 74%;
    margin: 0 .1em;
}

.weaker_table_box .right_box .table_area .last_text{
    font-size: 11px;
    font-weight: bold;
    margin: 5px 0 0 0;
}

.contents_box_text {
    font-size: 16px;
    line-height: 1.7;
    margin:40px 20px 0;
}
@media (max-width: 639px) {
	#top .container.row{
		margin-top: 30px;
	}
	.weaker_table_box{
		margin-bottom: 0;
	}
	.weaker_table_box .text_area{
		margin: 0;
		padding: 0;
		width: calc(100% - 110px);
	}
	.weaker_table_box .left_box{
		margin-bottom: 10px;
		margin-left: 10px;
	}
	.weaker_table_box .right_box .table_area{
		white-space: normal;
	}
	.weaker_table_box .right_box .table_area table tr th:nth-child(1){
		font-size: 13px;
	}
	.contents_box_text{
		margin: 20px 0 0;
		font-size: 14px;
		text-align: justify;
	}
	.point_accordion .brand-record-box h2.main-heading{
		font-size: 16px;
	}
	
}
@media (max-width: 1200px) {
	#top .container{
		padding: 0 20px;
	}
}
@media (max-width: 960px) {
	#top .container{
		zoom: .8;
	}
}
@media (min-width: 640px) {
	#top .container{
		max-width: 114rem !important;
	}
	
    #blog .container {
        width: calc(100% - 300px);
        margin-left: 50px;
    }
	.container .col-12{
		width: calc(100% - 230px);
        max-width: calc(100% - 240px);
	}
	
	.point_accordion>ul>li{
		margin-bottom: 20px;
	}
    .point_accordion ul li .pull_btn .title{
        zoom: .8;
    }
	.point_accordion ul li .pull_btn .title:before{
        font-size: 40px;
    }
	.point_accordion ul li .pull_btn .title:after{
		right: -18px;
		border-left: solid 18px #a67b5d;
	}

    .point_accordion ul li .pull_btn .text {
		font-size: 15px;
        min-height: 70px;
        padding: 0 90px 0 30px;
    }
	.point_accordion ul li .pull_btn .text .head {
        font-size: 16px;
    }

    .point_accordion ul li .pull_btn .text .catch {
        font-size: 24px;
    }

    .point_accordion ul li .pull_btn .arrow {
		width: 50px;
        height: 50px;
        right: 20px;
        zoom: .7;
    }
	.point_accordion ul li .pull_btn .arrow:before,
    .point_accordion ul li .pull_btn .arrow:after{
        width: 5px;
        height: 20px;
    }
    .point_accordion ul li .pull_btn .arrow:before {
        transform: rotate(-40deg);
        left: 14px;
        top: 15px;
    }
    .point_accordion ul li .pull_btn .arrow:after {
        transform: rotate(40deg);
        left: 26px;
        top: 15px;
    }
    .point_accordion ul li .pull_btn.active .arrow:before {
        transform: rotate(40deg);
        top: 12px;
    }
    .point_accordion ul li .pull_btn.active .arrow:after {
        transform: rotate(-40deg);
        top: 12px;
    }
	.weaker_table_box .text_area{
		font-size: 26px;
	}
	.weaker_table_box .left_box {
        width: 160px;
        height: 160px;
    }
	.weaker_table_box .right_box .table_area table tr th,
    .weaker_table_box .right_box .table_area table tr td{
        font-size: 22px;
    }
    .weaker_table_box .right_box .table_area table tr th:nth-child(1){
        font-size: 20px;
    }
    .weaker_table_box .right_box .table_area table tr td:nth-child(2),
    .weaker_table_box .right_box .table_area table tr td:nth-child(3){
        font-size: 26px;
    }
    .weaker_table_box .right_box .table_area .last_text{
        font-size: 14px;
		text-align: right;
    }
	
    small,
    .small {
        font-size: 85%;
    }

    .point_accordion .brand-record-box h2.main-heading {
        padding: 8px 15px;
        margin-left: 0;
        margin-right: 0;
		min-height: 60px;
        font-size: 24px;
    }

    .point_accordion .brand-record_more_item ul.record_list {
        margin: 0 -5px;
    }
}

.purchase-archive__button {
    left: 50%;
    transform: translateX(-50%);
    font-family: "游ゴシック", "YuGothic", "游ゴシック体", "YuGothic", "MeiryoUI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    justify-content: center;
    min-width: 470px;
    height: auto;
    padding: 20px 30px;
    margin-bottom: 50px;
    line-height: 1.2em;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    color: #fff !important;
    background-color: #a67b5d;
    filter: drop-shadow(0 5px 0 #7d4721);
}
.purchase-archive__button::before,
.purchase-archive__button::after{
    content: "";
    width: 4px;
    height: 12px;
    background: #fff;
    display: block;
    position: absolute;
    left: 93%;
}
.purchase-archive__button::before{
    -webkit-transform: translate(-50%, 0) skew(40deg, 0deg);
    -moz-transform: translate(-50%, 0) skew(40deg, 0deg);
    transform: translate(-50%, 0) skew(40deg, 0deg);
    bottom: 50%;
}
.purchase-archive__button::after{
    -webkit-transform: translate(-50%, 0) skew(-40deg, 0deg);
    -moz-transform: translate(-50%, 0) skew(-40deg, 0deg);
    transform: translate(-50%, 0) skew(-40deg, 0deg);
    top: 50%;
}
.purchase-archive__icon-link:before, 
.purchase-archive__icon-link:after {
    content: "";
    width: 3px;
    height: 10px;
    background: #fff;
    display: block;
    position: absolute;
    right: 15px;
}
.purchase-archive__icon-link:before {
    -webkit-transform: translate(-50%, 0) skew(35deg, 0deg);
    -moz-transform: translate(-50%, 0) skew(35deg, 0deg);
    transform: translate(-50%, 0) skew(35deg, 0deg);
    top: calc(50% - 10px);
}
.purchase-archive__icon-link::after {
    -webkit-transform: translate(-50%, 0) skew(-35deg, 0deg);
    -moz-transform: translate(-50%, 0) skew(-35deg, 0deg);
    transform: translate(-50%, 0) skew(-35deg, 0deg);
    top: calc(50% - 0px);
}
@media screen and (max-width: 767px) {
    .purchase-archive__button {
        min-width: 222px;
        font-size: 14px;
        padding: 10px 30px 10px 20px;
    }
	.purchase-archive__button::before,
	.purchase-archive__button::after{
		height: 6px;
	}
}
.comparison_area{
    margin: 0 auto;
}
.comparison_area h2{
	color: #a67b5d;
    line-height: 120%;
    font-weight: normal;
    background: #f2f0da;
    text-align: center;
    padding: 10px 0;
    font-size: 17px;
}

.purchase-point_title h2 span {
    display: inline-block;
    margin: 0 15px;
}

@media screen and (min-width: 640px) {
    .comparison_area h2{
        font-size: 30px;
        padding: 20px;
    }
    .purchase-point_title h2 span {
        display: block;
        margin: 0;
    }
}
.purchase-point_content_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.purchase-point {
    padding: 40px 0;
}

@media screen and (max-width: 639px) {
    section.purchase-point {
        padding: 20px 0;
    }
}

.hermes section.purchase-point {
    margin-bottom: 40px;
}

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

    .louis-vuitton section.purchase-point,
    .hermes section.purchase-point {
        margin-bottom: 0;
        padding-top: 0;
    }
}

.purchase-point_title {
    padding: 20px 0 17px;
    border-top: 1px solid #a67b5d;
    border-bottom: 1px solid #a67b5d;
}

@media screen and (max-width: 639px) {
    .purchase-point_title {
        padding: 10px 0;
    }
}

.purchase-point_title h2 {
    max-width: calc(100% + 30px);
    color: #a67b5d;
    font-size: 32px;
    line-height: 1.4;
    text-align: center;
    margin: 0 -15px;
}

@media screen and (max-width: 639px) {
    .purchase-point_title h2 {
        max-width: 100%;
        color: #a67b5d;
        line-height: 1.3;
        margin: 0;
        font-size: 20px;
        font-weight: bold;
    }
}

.purchase-point_title h2 span {
    display: inline-block;
    margin: 0 15px;
}

@media screen and (max-width: 639px) {
    .purchase-point_title h2 span {
        display: block;
        margin: 0;
    }
}

.purchase-point_summary {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
}

@media screen and (max-width: 639px) {
    .purchase-point_summary {
        margin-top: 15px;
		font-size: 14px;
    }
}

.purchase-point_summary p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

@media screen and (max-width: 639px) {
    .purchase-point_summary p {
        font-size: 22px;
    }
}

.purchase-point_content {
    margin-top: 30px;
}

@media screen and (max-width: 639px) {
    .purchase-point_content {
        margin-top: 20px;
    }
}

.purchase-point_content ul {
    list-style-type: none;
    padding: 0;
}

.purchase-point_content ul li {
    margin-top: 22px;
    padding-bottom: 17px;
    border-bottom: 1px solid #a67b5d;
}

@media screen and (max-width: 639px) {
    .purchase-point_content ul li {
        margin-top: 30px;
        padding-bottom: 0;
        border-bottom: none;
    }
}

.purchase-point_content ul li:first-child {
    margin-top: 0;
}

.purchase-point_content_header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.purchase_point_num{
    font-size: 13px;
    color: #fff;
    background-color: #a67b5d;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-flow: row;
    font-family: Arial;
	padding: 10px 15px;
	border-radius: 3px;
}
.purchase_point_num span{
	font-size: 40px;
    line-height: 35px;
	margin-left: 15px;
    border-left: 1px solid #fff;
    padding-left: 15px;
}

.purchase-point_content_header_title {
    padding: 5px 20px 0;
}

@media screen and (max-width: 639px) {
	.purchase_point_num{
		font-size: 11px;
        height: 50px;
		line-height: 1.3;
		padding: 5px;
	}
	.purchase_point_num span{
		font-size: 20px;
		padding-right: 10px;
		margin-left: 5px;		
	}
    .purchase-point_content_header_title {
		width: calc(100% - (38px + 60px));
		padding: 0 0 0 10px;
    }
}

.purchase-point_content_header_title h3 {
    color: #a67b5d;
    font-size: 32px;
    line-height: 1.4;
}

@media screen and (max-width: 639px) {
    .purchase-point_content_header_title h3 {
        line-height: 1.3;
		font-size: 16px;
		margin: 0;
    }
}

.purchase-point_content_header_title h3 span {
    display: inline-block;
}

@media screen and (max-width: 639px) {
    .purchase-point_content_header_title h3 span {
        display: block;
    }
}

.purchase-point_content_header_item {
    width: 80px;
	margin-left: auto;
}

@media screen and (max-width: 639px) {
    .purchase-point_content_header_item {
        width: 60px;
    }
}

.purchase-point_content_header_item img {
    display: block;
}

.purchase-point_content_body {
    margin-top: 20px;
    font-size: 14px;
}

.purchase-point_content_body p {
    color: #3c3c3c;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

@media screen and (max-width: 639px) {
    .purchase-point_content_body p {
        font-size: 22px;
    }
}



section.brand-models_btn {
    margin: 0 0 30px;
    padding: 0;
}

section.brand-models_btn .main-content{
    margin: 0 0 20px
}

.brand-models_btn .main-content .item_btn {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.brand-models_btn .main-content .item_btn li{
    width: calc(33.3333333333% - (30px/3));
    text-align: center;
    padding: 0;
	margin-right: 15px;
	margin-bottom: 15px;
    position: relative;
    color: #333;
    font-size: 18px;
	font-weight: bold;
    border: 2px solid #f6f6f6;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
	background: #fcfcfc;
    background: -moz-linear-gradient(top, #fcfcfc 0%, #fff 48%, #fff 100%);
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #fff 48%, #fff 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%, #fff 48%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fcfcfc", endColorstr="#ffffff",GradientType=0 );
    -webkit-box-shadow: 2px 3px 4px rgba(95, 95, 95, .75);
    box-shadow: 2px 3px 4px rgba(95, 95, 95, .75);
}
@media screen and (max-width: 639px) {
	.brand-models_btn.div_maker .main-content .item_btn li:nth-child(3n),
	.brand-models_btn:not(.div_maker) .main-content .item_btn li:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (min-width: 640px) {
	.brand-models_btn:not(.div_maker) .main-content .item_btn li:nth-child(4n),
	.brand-models_btn.div_maker .main-content .item_btn li:nth-child(7),
	.brand-models_btn.div_maker .main-content .item_btn li:nth-child(11){
		margin-right: 0;
	}
}

.brand-models_btn .main-content .item_btn li a:hover{
    background-color: rgb(255 255 255 / 30%);
}
.brand-models_btn .main-content .item_btn li.full {
    width: 100%;
	height: 100%;
    flex-direction: row;
	margin-right: 0;
	margin-bottom: 10px;
}
.brand-models_btn .main-content .item_btn li a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
}
.brand-models_btn .main-content .item_btn li .item_name {
    margin: 10px 5px;
    height: 100%;
    line-height: 1.2;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
	font-size: 13px;
}
.brand-models_btn .main-content .item_btn li.full .item_name{
    padding: 0 0 0 15px;
    font-size: 17px;
    margin: 0;
    width: 70%;
    flex-flow: column;
}
.brand-models_btn .main-content .item_btn li.full .item_name .inner {
    margin: 0 auto;
    color: #000;
    line-height: 1.3;
}
.brand-models_btn .main-content .item_btn li p.item_name .inner:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 7px 2px 0;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    vertical-align: middle;
}
.brand-models_btn .main-content .item_btn li.full .item_name .inner:before {
    width: 6px;
    height: 6px;
    margin: 0 5px 4px 0;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
}
.brand-models_btn .main-content .item_btn li.full .item_name .inner_alpha{
    display: block;
    font-size: 70%;
    color: #d17636;
}
.brand-models_btn .main-content .item_btn li p.item_img{
    margin: 0;
	max-height: 60px;
}
.brand-models_btn .main-content .item_btn li.full .item_img {
    margin: 0;
    width: 30%;
}
.brand-models_btn .main-content .item_btn li p.item_img img {
    max-height: 60px;
    width: auto;
}
.brand-models_btn .arrow_link{
    margin: 0 auto 20px;
    width: 440px;
	height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    color: #333;
    font-weight: bold;
    font-size: 17px;
    display: block;
    border: 2px solid #f6f6f6;
    border-radius: 4px;
	background: #fcfcfc;
    background: -moz-linear-gradient(top, #fcfcfc 0%, #fff 48%, #fff 100%);
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #fff 48%, #fff 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%, #fff 48%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fcfcfc", endColorstr="#ffffff",GradientType=0 );
    -webkit-box-shadow: 2px 3px 4px rgba(13, 5, 9, .75);
    box-shadow: 2px 3px 4px rgba(13, 5, 9, .75);
	overflow: hidden;
    
}
.brand-models_btn .arrow_link a {
    font-weight: bold;
    text-decoration: none;
    color: #444;
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 15px 18px;
    line-height: 1;
	position: relative;
}
.arrow_link.right {
    text-align: right;
}
.brand-models_btn .arrow_link a::before,
.brand-models_btn .arrow_link a::after{
	content: "";
    width: 4px;
    height: 6px;
    background: #444;
    display: block;
    position: absolute;
    left: 93%;
}
.brand-models_btn .arrow_link a::before{
    -webkit-transform: translate(-50%, 0) skew(40deg, 0deg);
    -moz-transform: translate(-50%, 0) skew(40deg, 0deg);
    transform: translate(-50%, 0) skew(40deg, 0deg);
    bottom: 50%;
}
.brand-models_btn .arrow_link a::after{
    -webkit-transform: translate(-50%, 0) skew(-40deg, 0deg);
    -moz-transform: translate(-50%, 0) skew(-40deg, 0deg);
    transform: translate(-50%, 0) skew(-40deg, 0deg);
    top: 50%;
}


@media (min-width: 640px) {
    .purchase-point_content{
        padding: 0 20px;
    }
    .purchase-point_summary p{
        padding: 0 20px;
    }
    .brand-models_btn .main-content .item_btn li{
        width: 100%;
        width: calc(25% - (45px/4));
        text-align: center;
        zoom: .8;
        margin-right: 15px;
        margin-bottom: 15px;
    }
	.brand-models_btn:not(.div_maker) .main-content .item_btn li:nth-child(4n){
		margin-right: 0;
	}
    .brand-models_btn .main-content .item_btn li.full{
        margin-right: 0;
    }
	.brand-models_btn .main-content .item_btn li p.item_name{
		font-size: 18px;
	}
	.brand-models_btn .main-content .item_btn li.full .item_name{
        font-size: 30px;
        width: 60%;
        padding: 10px 10px 10px 30px;
	}
	.brand-models_btn .main-content .item_btn li.full .item_name .inner:before {
        width: 12px;
        height: 12px;
        margin: 0 5px 4px 0;
    }
	.brand-models_btn .main-content .item_btn li p.item_name .inner:before{
		width: 8px;
    	height: 8px;
		border-width: 2px;
	}
	.brand-models_btn .main-content .item_btn li{
		padding: 10px;
	}
	.brand-models_btn .main-content .item_btn li p.item_img{
		max-height: 75px;
	}
	.brand-models_btn .main-content .item_btn li p.item_img img{
		max-height: 75px;
	}
	.brand-models_btn .arrow_link{
		font-size: 20px;
		margin-bottom: 30px;
	}
	section.brand-models_btn{
		margin-bottom: 40px;
	}
	section.brand-models_btn .main-content{
		margin-bottom: 40px;
	}
	.brand-models_btn .arrow_link a::before,
	.brand-models_btn .arrow_link a::after{
		height: 12px;
	}
}

.contentsBox02_201901 .titConfidence{
    font-size: 15px ;
    color: #fff ;
    line-height: 140%;
    text-align: center;
    background-color: #484848;
    margin: 0 0 20px;
    padding: 15px 25px;
    position: relative;
}
.h4-three{
    font-size: 13px;
    line-height: 1.6;
    color: #222;
    text-align: center;
    margin: 20px auto;
}
.h4-three_text{
	margin-bottom: 0;
}
.h4-three .span,
.h4-three .span a{
    color: #f20000;
}
.contentsBox02_201901 h3 {
    background: #eaeaea;
    box-shadow: -1px 1px 0 #e2e1e2;
    padding: 14px 0 12px 20px;
    position: relative;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 1px;
    border-bottom: 1px solid #a9a6a7;
}
.maker_price_list_accordion{
    position: relative;
}
.contentsBox02_201901 .icon_plus_base{
    color: #444;
    background: none;
    width: 39px;
    height: 39px;
    text-align: center;
    line-height: 45px;
    position: absolute;
	top:5px;
    right: 18px;
    font-weight: bold;
    font-size: 45px;
}
.contentsBox02_201901 .icon_plus_base:before {
    content: "";
    background-color: #444;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	width: 2px;
    height: 20px;
   
}
.contentsBox02_201901 .icon_plus_base:after {
    content: "";
    background-color: #444;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 2px;
}
.contentsBox02_201901 .active .icon_plus_base:before {
    display: none;
}

.purchase-price{
    display: none;
}
.purchase-price table{
    border: none;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    width: 100%;
}
.purchase-price table thead th{
    text-align: center;
    background: none;
    border: none;
    border-bottom: 1px solid #c9c9c9;
    box-shadow: 0 -1px 0 #fff inset;
    padding: 3px 0;
    font-size: 14px;
}
.purchase-price table td.item_image {
    font-size: 22px;
    line-height: 30px;
    width: 80px;
    padding: 8px 5px 8px 0;
}
.purchase-price table td.item_image img {
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 137px;
    margin-left: 0;
}
.purchase-price table td.name-three{
    font-size: 14px;
	line-height: 1;
}
.purchase-price table td.name-three b{
    display: block;
    font-weight: bold;
}
.purchase-price table td {
    padding: 10px 5px;
    font-size: 22px;
    line-height: 30px;
    border: none;
    border-bottom: 1px solid #c9c9c9;
    vertical-align: middle;
}
.purchase-price table td:last-child {
    text-align: right;
    width: 30%;
}
.table-three .name-three a {
    color: #333;
    text-decoration: underline;
    text-align: left;
}
.purchase-price table .price {
    font-weight: bold;
    font-size: 22px;
    padding: 20px 0 20px 10px;
}
.td-three-price {
    text-align: center;
    font-size: 12px ;
    font-weight: bold;
    padding: 10px 0 8px 10px;
}
.purchase-price table .price p {
    color: #c00;
    margin: 0;
    line-height: 1.5;
    font-size: 14px;
}
.td-three-price .rank-price{
    color: #c00;
    font-weight: bold;
    font-size: 18px;

}
@media (min-width: 640px) {
	.contentsBox02_201901 .titConfidence{
		font-size: 26px;
        margin-bottom: 40px;
	}
    .h4-three {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .contentsBox02_201901 h3 {
        font-size: 18px;
    }
    .contentsBox02_201901 .icon_plus_base{
        top: 9px;
		width: 39px;
		height: 39px;
    }
	.contentsBox02_201901 .icon_plus_base:before{
		height: 30px;
		
	}
	.contentsBox02_201901 .icon_plus_base:after{
		width: 30px;
	}
    .purchase-price table{
        border: none;
    }
    .purchase-price table thead th{
        padding: 5px 0;
        font-size: 16px;
    }
    .purchase-price table td{
        border-bottom: 1px solid #c9c9c9;
    }
    .purchase-price table td.item_image{
        width: 120px;
		font-size: 22px;
    }
    .purchase-price table td.name-three{
		font-size: 17px;
        line-height: 1.3;
		width: 70%;
    }
    .h4-three{
        font-size: 15px;
    }
	
}


.assessment-purchase.collect-price h2{
    padding: 15px 0;
    line-height: 1.2;
    background:#f2f0da;
    color:#a67b5d;
    margin:0 auto 30px;
    text-align: center;
    font-size: 18px;
}
.assessment-purchase.collect-price h2 span{
    font-size:125%!important;color:#fff;
}
.assessment-purchase.collect-price{
    margin:0;
    text-align: center;
}
.assessment-purchase.collect-price p{
    text-align: center;
}
.assessment-purchase.collect-price img{
    margin: 0 auto;
}
.why-choose-newest h2 {
    padding: 20px 0 10px;
    margin: 0 -10px 10px;
    display: block;
    background: #484848;
    color: #fff;
    line-height: 1.2;
    font-weight: bold;
    font-size: 18px;
    min-height: initial;
    max-width: initial;
    text-align: center;
}
.why-choose-newest h2 span {
    font-size: 23px;
}
@media screen and (min-width: 640px) {
	.assessment-purchase.collect-price h2{
		font-size: 30px;
	}
	.why-choose-newest h2{
		font-size: 26px;
	}
    .why-choose-newest h2 span {
        font-size: 40px;
    }
}
.clearfix:after {
    clear: both;
}

.shop-info-slide {
    margin: 0 0 50px;
}
.p-shop-list__inner__text .p-shop-list__inner__catch,
.shop-info-slide .text-left{
    margin: 15px auto;
    font-weight: 400;
    text-align: center;
    display: block;
    display: block;
    font-size: 22px;
    font-size: 5.64103vw;
    color: #a67b5d;
    line-height: 1.2;
}
.p-shop-modalbase{
    margin: 0 auto;
}
.p-shop-modalbase__outer{
    display: block;
    margin: 0;
}
.p-shop-modalbase__pc-title{
	display: none;
}
.p-section-title .p-section-title{
	text-align: center;
}
.p-section-title .ttl_shop_list{
	font-size: 18px;
    margin-bottom: 0;
}
.p-shop-modalbase__pc-title p{
    font-size: 15px;
    margin: 0 0 0 20px;
}
.p-shop-modalbase__pc-title .span {
    font-size: 14px;
}
.p-shop-modalbase__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 0;
}
.p-shop-modalbase .p-shop-modalbase__areabox{
    width: auto;
}
.p-shop-modalbase__btn{
    margin-bottom: 10px;
}
.p-shop-modalbase__btn .span{
	border: 1px solid #cacdcd;
}
.p-shop-modalbase__btn a {
    font-size: 14px;
    font-size: 3.58974vw;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: #a67b5d;
    border-radius: 4px;
    padding: 10px 0;
    outline: 0;
    transition: ease .6s;
    width: 38.4615384615vw;
    height: 11.7948717949vw;
    display: inline-flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
.p-shop-modalbase__btn{
    position: relative;

}
.p-shop-modalbase__btn .bgleft{
    border-radius: 4px;
}
.p-shop-modalbase__btn .bgleft:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #a67b5d;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(.8,0,.2,1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}
.p-shop-modalbase__btn .span {
    position: relative;
    z-index: 3;
    color: #3c3c3c;
    font-size: 14px;
    font-weight: normal;
}
.p-shop-modalbase__btn .span:hover {
    border: 1px solid #a67b5d;
    cursor: pointer;
	color: #fff;
}
.p-shop-modalbase__btn .bgleft:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
}
.p-shop-modalbase__btn .bgleft:hover a{
    color: #fff;
    z-index: 3;
}
.modal_box {
    background-color: #fff;
    position: fixed;
    z-index: 999999;
    display: none;
    width: 100%;
    height: 120vh;
    height: 120dvh;
    top: 0;
    left: 0;
    padding: 60px 0;
}
.method_three .title{
    text-align: center;
    margin-bottom: 20px;
}
.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_btn:hover{
	opacity: .9;
}
.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;
}
.method_three_more_link_text + a:hover{
	text-decoration: none;
	color: #a67b5d
}
.shoptmp__commonbtn-link-arrow::before{
    content: "";
    width: 3px;
    display: block;
    transform: translate(-50%, 0) skew(30deg, 0deg);
    position: absolute;
    bottom: 50%;
    left: 53%;
    background: #fff;
    height: 9px;
}
.shoptmp__commonbtn-link-arrow:after{
    content: "";
    width: 3px;
    display: block;
    transform: translate(-50%, 0) skew(-30deg, 0deg);
    position: absolute;
    top: 50%;
    left: 53%;
    background: #fff;
    height: 9px;
}
.select_h4_wrap {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.select_h4_wrap span {
    height: 2px;
    width: 100%;
    background-color: #010101;
}
.lastspace .select h4 {
    text-align: center;
    font-size: 24px;
    margin: 40px auto 32px;
    font-weight: bold;
    padding: 0;
    background: #fff;
    border: none;
    flex-shrink: 0;
}
.select_h4_wrap span {
    height: 2px;
    width: 100%;
    background-color: #010101;
}
.lastspace .flex {
    display: flex;
    justify-content: center;
    width: 100%;
}
.lastspace .flex figure:first-child {
    margin-right: 1%;
}
.lastspace .flex figure:last-child {
    margin-left: 1%;
}
.lastspace .flex figure img {
    width: 100%;
}

.Purchase__BlogContainer{
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.purchase_history{
	margin-top: 30px;
}

.purchase_history .main-heading,
.area_box h2{
    line-height:140%;
    background:#a67b5d;
    color:#fff;
    margin:0 0 30px;
    padding: 20px 0;
    text-align: center;
    font-size: 30px;
}
.purchase_history .main-heading{
	font-size: 17px;
	padding: 10px 0;
	margin-bottom: 10px;
}
.purchase_historyList{
    display: flex;
    flex-direction: column;
    background-color: #f1f1f1;
    padding: 20px 20px 0;
    justify-content: space-between;
    box-sizing: border-box;
    margin: 0 0 27px;
    zoom: .8;
}
@media screen and (max-width:640px) {
	.purchase_historyList{
		justify-content: flex-start;
	}
}
.purchase_historyItem {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 10px #b7b7b7;
    padding: 20px;
    margin-bottom: 28px;
    box-sizing: border-box;
    opacity: 1;
    transition: all .4s ease 0s;
}
.purchase_historyContent{
    display: flex;
}
.purchase_historyContent figure{
	width: 160px;
    height: 180px;
    overflow: hidden;
}
.purchase_historyContent figure a{
	display: flex;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.purchase_historyContent figure img{
	object-fit: cover;
    height: 100%;
}
.Purchase__BlogDetail {
    margin-left: 12px;
}
.Purchase__BlogUpper {
    margin-bottom: 6px;
}
.Purchase__BlogName {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.5;
}
.Purchase__BlogName a{
	color: #333;
}
.Purchase__BlogShop {
    background-color: #a67b5d;
    color: #fff;
    font-size: 18px;
    border-radius: 12px;
    width: 160px;
    height: 24px;
	line-height: 1;
    display: inline-flex;
	align-items: center;
	justify-content: center;
}
.Purchase__BlogReferenceCont {
    display: flex;
    justify-content: space-between;
    width: 92%;
}
.Purchase__BlogReference {
    font-size: 18px;
    color: #3b3b3b;
}
.Purchase__BlogPrice {
    color: #a67b5d;
    font-size: 26px;
    line-height: 1.375;
    text-align: right;
    font-weight: bold;
}
.Purchase__BlogSentence {
    font-size: 18px;
    line-height: 1.44;
    border-top: 1px solid #aaa;
    padding-top: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	line-clamp: 3;
}
.Purchase__BlogButton {
    background-color: #95a6aa;
    color: #fff;
    width: 260px;
    height: 42px;
    border-radius: 6px;
    background: #95a6aa;
    border-bottom: 4px solid #5e6b6e;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    line-height: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 20px;
}
.history_more_link{
    margin-top: 30px;
    margin-bottom: 95px;
}
.btn_history_more_link{
    display: flex;
    text-align: center;
    flex-direction: column;
    padding: 0 25px;
    text-align: center;
}
.btn_history_more_link > a{
    color: #fff;
    font-size: 26px;
    text-decoration: none;
    display: block;
    width: 100%;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: 35px center;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    margin: 0 auto;
    line-height: 1.4;
    padding: 12px 0 12px 30px;
    position: relative;
    font-weight: bold;
    margin-bottom: 30px;
    transition: none;
	background-color: #0387a6;
    background-image: url("../../img/icons/icon_btn_jisseki.svg");
	background-size: 40px auto;
	box-shadow: 0 6px 0 0 #005062;
}
.btn_history_more_link > a:before,
.btn_history_more_link > a:after {
    content: "";
    width: 4px;
    height: 12px;
    background: #fff;
    display: block;
    position: absolute;
    left: 93%;
}
.btn_history_more_link > a:before{
    -webkit-transform: translate(-50%, 0) skew(40deg, 0deg);
    -moz-transform: translate(-50%, 0) skew(40deg, 0deg);
    transform: translate(-50%, 0) skew(40deg, 0deg);
    bottom: 50%;
}
.btn_history_more_link > a:after{
    -webkit-transform: translate(-50%, 0) skew(-40deg, 0deg);
    -moz-transform: translate(-50%, 0) skew(-40deg, 0deg);
    transform: translate(-50%, 0) skew(-40deg, 0deg);
    top: 50%;
}
@media screen and (max-width: 639px) {
	.purchase_historyItem{
		padding-bottom: 20px;
	}
	.purchase_historyContent figure {
		width: 80px;
		height: 80px;
	}
	.Purchase__BlogDetail{
		width: calc(100% - 80px);
	}
	.Purchase__BlogShop{
		font-size: 12px;
        width: 70px;
        height: 18px;
        line-height: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        letter-spacing: normal;
	}
	.Purchase__BlogName{
		font-size: 15px;
	}
	.Purchase__BlogReference{
		font-size: 12px;
	}
	.Purchase__BlogPrice{
		font-size: 20px;
	}
	.Purchase__BlogSentence{
		margin: 10px auto;
	}
	.Purchase__BlogButton{
		font-size: 17px;
		height: 35px;
		width: 180px;
	}
	.history_more_link{
		margin-bottom: 20px;
	}
	.btn_history_more_link > a{
		font-size: 16px;
		background-size: 30px;
        background-position: 10px center;
		padding-left: 0;
		margin-bottom: 0;
	}
	.btn_history_more_link > a:before,
	.btn_history_more_link > a:after {
		width: 3px;
		height: 8px;
	}
	.area_box h2{
		font-size: 17px;
        padding: 10px 0;
        margin-bottom: 0;
	}
	.shop-info-slide{
		margin-bottom: 10px;
	}
	.p-section-title{
		text-align: center;
	}
	.p-section-title .ttl_shop_list{
		font-size: 20px;
	}
	.p-section-title .span{
		font-size: 15px;
	}
}

.p-shop-modalarea__btn{
    margin: 0 0 20px;
    width: 100%;
    position: relative;
}
.p-shop-modalbase__areabox{
	width: 48%;
}
.p-shop-modalarea__btn a {
    font-size: 14px;
    /*font-size: 3.58974vw;
	 height: 11.7948717949vw;*/
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: #a67b5d;
    border: 1px solid #cacdcd;
    border-radius: 4px;
    padding: 10px 0;
    outline: 0;
    transition: ease .6s;
    width: 38.4615384615vw;
    display: inline-flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
.p-shop-modalarea__btn a span {
    position: relative;
    z-index: 3;
    color: #3c3c3c;
}
.p-shop-modalarea__btn .bgleft{
    border-radius: 4px;
}
.p-shop-modalarea__btn .bgleft:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #a67b5d;
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(.8,0,.2,1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
    border-radius: 4px;
}
.p-shop-modalarea__btn .bgleft:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
}
.p-shop-modalarea__btn .bgleft:hover a{
    border: 1px solid #a67b5d;
    color: #fff;
    z-index: 4;
}
.p-shop-modalarea__btn a:hover span {
    color: #fff;
}
.u-only-md{
	display: none;
}
.modal_close {
    position: absolute;
    display: block;
    color: #000;
    text-align: center;
    transform: translate(50%, -50%);
    right: 13vw;
    top: 18.5vw;
    cursor: pointer;
}
.modal_back {
    position: absolute;
    display: block;
    color: #000;
    text-align: center;
    transform: translate(50%, -50%);
    left: 1.5vw;
    top: 18.5vw;
    width: 62px;
    font-size: 46px;
    line-height: 62px;
	cursor: pointer;
}
.modal_back--toparent {
    position: absolute;
    display: block;
    color: #000;
    text-align: center;
    transform: translate(50%, -50%);
    left: 1.5vw;
    top: 18.5vw;
    width: 62px;
    font-size: 46px;
    line-height: 62px;
    position: absolute;
    display: block;
    color: #000;
    text-align: center;
    transform: translate(50%, -50%);
    left: 1.5vw;
    top: 18.5vw;
    width: 62px;
    font-size: 46px;
    line-height: 62px;
}
.p-shop-modalarea__about p span {
    position: relative;
    padding-left: 14px;
    margin-right: 1px;
    line-height: 20px;
}
.p-shop-modalarea__about p span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    width: 7.1794871795vw;
    height: 100%;
}
.p-shop-modalarea__inner--scroll {
    overflow-y: scroll;
    max-height: 36vh;
    height: auto;
    min-height: 100px;
}
.modal_box .p-section-title p {
	font-size: 24px;
	margin-bottom: 0;
	text-align: center;
}
.modal_box .p-section-title .span {
    font-size: 16px;
}
.modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6666;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}
.p-shop-modalarea__inner-modal {
    width: 82.0512820513vw;
    margin: 0 auto;
    position: relative;
}
@media screen and (max-width: 639px) {
	.p-shop-modalarea__inner{
		display: flex;
		display: flex;
		flex-flow: wrap;
		justify-content: space-around;
		margin-top: 20px;
	}
    .method_three_btn{
		margin: 0 auto 10px;
        padding-left:60px;
        min-height: 80px;
    }
    .btn_chath{
        font-size: 15px;
        padding-top: 5px;
        padding-bottom: 10px;
    }
    .btn_title{
        font-size: 20px;
        margin-left: -30px;
    }
    .btn_icon{
		left: 35px;
        max-width: 50px;
    }
	.btn_icon img{
		max-width: 40px;
	}
    .method_three_more_link_text{
        font-size: 16px;
    }
    .method_three_more_link_text + a{
        font-size: 18px;
        padding-right: 0;
    }
}


@media screen and (min-width: 640px) {
    .u-only-sp,
    br.none {
        display: none;
    }
	.u-only-md{
		display: block;
	}
    .point_accordion .m-sp-mt40 {
        margin-top: 60px;
    }
    .p-shop-list__inner__text .p-shop-list__inner__catch{
        font-size: 22px;
    }
    .p-shop-modalbase{
        width: initial;
    }
    .p-shop-modalbase__outer{
        display: flex;
        justify-content: center;
        margin: 0;
    }
    .p-shop-modalbase__pc-title p{
        font-size: 30px;
        margin: 0;
        line-height: 1.5;
    }
    .p-shop-modalbase__inner{
        width: 560px;
        margin: 0;
		justify-content: space-around;
    }
	.p-shop-modalbase__btn{
		width: 46%;
		max-width: 160px;
	}
    .p-shop-modalbase .p-shop-modalbase__areabox {
        margin: 0 13px;
    }
    .p-shop-modalbase__btn a{
        font-size: 12px;
        width: 20.8333333333vw;
        max-width: 100%;
        height: 5.2083333333vw;
        max-height: 40px;
        letter-spacing: 0;
		border: none;
    }
	@media screen and (min-width: 769px) {
		.p-shop-modalbase__btn{
			width: 30%;
		}
	}
    .p-shop-modalbase__btn a:hover{
        cursor: pointer;
    }
    .p-shop-modalbase__btn a .span {
        font-size: inherit;
    }
    .modal_box{
        width: 80vw;
		max-width: 700px;
        height: 80vh;
		max-height: 340px;
        padding: 20px;
        z-index: 1000002;
        top: 5vw;
    }
	.method_three{
		display: flex;
		flex-flow: wrap;
	}
	.method_three .title{
		width: 100%;
	}
	.method_three .title img{
		width: 100%;
	}
	.method_three_btn{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		box-shadow: 0px 5px 5px #aaaaaa;
	}
    .btn_chath{
		font-size: 22px;
		margin: 20px 0;
    }
    .btn_title{
        font-size: 30px;
        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);
	}
	.btn_history_more_link{
		max-width: 440px;
		margin: 0 auto;
	}
    .btn_history_more_link > a{
        padding: 20px 0 20px 10px;
		font-size: 18px;
		background-position: 20px;
		background-size: 34px;
    }
    .faq_box h2{
        margin: 0 auto 50px;
        font-size: 32px;
        font-weight: 600;
        height: 60px;
    }
    .area_box h2{
        margin: 0 auto 10px;
        font-size: 28px;
    }
    .faq_box .faq_list h3:before {
        width: 8px;
        height: 8px;
    }
    .area_box .memo_text {
        font-size: 18px;
		margin: 30px auto;
    }
    .voice_list li h3 {
        line-height: 1.6;
        font-size: 20px;
    }
    .related_post_box_list ul li .img-holder{
        max-width: 200px;
    }

    .related_post_box_list ul li a{
        max-height: none;
    }
    .related_post_box_list ul li .img-holder img{
        width: 100%;
    }
    .related_post_box_list ul li .text-holder h3,
    .related_post_box_list ul li .text-holder h3 a{
        font-size: 20px;
        padding-bottom: 10px;
    }
    .area_box .btn_link a{
        min-width: 400px;
    }

    .modal_bg {
        z-index: 1000001;
    }
    .modal_close {
        top: 0;
        right: 0;
    }
    .modal_box img {
        height: auto;
        max-width: 40px;
    }
    .modal_box .p-section-title {
        margin: 40px 0 20px;
        text-align: center;
        letter-spacing: 4px;
        position: relative;
    }
    .modal_back {
        left: -2.5vw;
        top: 2vw;
		top: -70px;
    }
    .modal_back--toparent {
        left: -2.5vw;
        top: 2vw;
    }
	
	.p-shop-modalarea__inner{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 20px 0 0;
	}
    .p-shop-modalarea__inner-modal{
        width: 100%;
        max-width: 748px;
        margin: 40px auto;
        
    }
    .p-shop-modalarea__inner{
        width: 574px;
        max-width: 100%;
        margin: 0 auto;
        justify-content: flex-start;
    }
    .p-shop-modalbase__areabox{
        margin: 0 15px;
		width: calc(25% - 30px);
    }
    .p-shop-modalarea__btn {
        margin: 0 1.8% 20px;
		border: 1px solid #cacdcd;
		border-radius: 4px;
        /*width: 46%;*/
    }
    .modal_switch{
        cursor: pointer;
    }
	.p-shop-modalarea__btn .bgleft{
		margin-bottom: 0;
	}
    .p-shop-modalarea__btn a {
        font-size: 12px;
        width: 20.8333333333vw;
        max-width: 100%;
        height: 5.2083333333vw;
        max-height: 40px;
		border: none;
    }
    .p-shop-modalarea__btn.p-shop-modalarea__btn--shop{
        width: 46%;
    }
    .p-shop-modalarea__btn a.modal_link{
        width: 100%;
        max-width: 264px;
    }
    .p-shop-modalarea__about {
        margin: 60px auto 100px;
    }
    .p-shop-modalarea__about p {
        font-size: 14px;
        margin: 0;
    }
    .p-shop-modalarea__about span {
        padding-left: 20px;
        line-height: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
        font-size: 12px;
    }
    .p-shop-modalarea__about span::before {
        width: 14px;
    }
    .p-shop-modalarea__inner--scroll {
        max-height: 20vh;
        min-height: unset;
        margin: 0 auto;
    }    
	.modal_bg {
        z-index: 1000001;
    }
	.Purchase__BlogDetail{
		width: calc(100% - 200px);
		margin-left: 20px;
	}
	
	.p-shop-modalbase__pc-title{
		display: block;
	}
	
	.p-shop-list__inner__catch,
	.p-shop-list__inner__text .p-shop-list__inner__catch{
		font-size: 22px;
	}
	.purchase_history .main-heading{
		font-size: 26px;
		font-weight: bold;
		padding: 15px 0;
	}
}


.reasonContainer_sp {
    background-color: #5c5954;
    padding: 15px;
}
.reasonContainer_sp .reason01sp,
.reasonContainer_sp .reason01sp,
.reasonContainer_sp .reason02sp,
.reasonContainer_sp .reason07sp{
    background-color: #fff;
    margin-bottom: 10px;
    padding: 0;
    position: relative;
    border: 1px solid #030000;
}
.reasonContainer_sp .reason01sp dl,
.reasonContainer_sp .reason02sp dl{
    margin: 0 0 30px;
}
.reasonContainer_sp .reason01sp dt,
.reasonContainer_sp .reason02sp dt,
.reasonContainer_sp .reason07sp dt{
    width: 60px;
    float: left;
}

.reasonContainer_sp .reason01sp dd, 
.reasonContainer_sp .reason02sp dd, 
.reasonContainer_sp .reason07sp dd{
    font-weight: bold;
    line-height: 145%;
    margin: 0 0 0 50px;
    padding: 15px 0 0 ;
    color: #444;
    font-size: 17px;
}

.reasonContainer_sp .reason01sp .reason01_1sp {
    padding: 0 20px 40px;
    position: relative;
}
.reasonContainer_sp .reason01sp .reason01_2sp {
    width: 150px;
    font-size: 12px;
    color: #7e7e7e;
    line-height: 120% !important;
    text-align: center;
    margin: 0 0 10px 25px;
    float: right;
}
.reasonContainer_sp .reason02sp .reason01_1sp {
    padding: 0 20px 40px;
    position: relative;
}
.reasonContainer_sp .reason02sp .reason02_2sp {
    width: 150px;
    margin: 0 25px 10px 0;
    float: left;
}
.reason01sp .reason01_1sp .reason03_2sp {
    width: 150px;
    margin: 0 0 10px 25px;
    float: right;
}
.reasonContainer_sp .reason01sp .reason01_1sp .reason02_2sp {
    width: 150px;
    margin: 0 25px 10px 0;
    float: left;
}
.reasonContainer_sp p {
    font-size: 13px;
    line-height: 1.6;
    text-align: justify;
    margin: 0;
    padding: 0;
}
.reasonContainer_sp .reason01sp .reason01_1sp p.reasonMini {
    font-size: 14px ;
    line-height: 140% ;
}
.reasonContainer_sp > .reason02sp .reason01sp{
    background-color: #5c5954;
    border: none;
    margin-bottom: 0;
}
.reasonContainer_sp > .reason02sp + .reason01sp{
    background-color: #fff;
}
.reasonContainer_sp .reason01sp{
    min-height: 300px;
}
.reasonContainer_sp .reason01sp > .reason01sp:last-child{
    margin-bottom: 0;
}
@media screen and (max-width: 639px) {
    .reasonContainer_sp .reason01sp .reason01_1sp,
    .reasonContainer_sp .reason02sp .reason02_1sp{
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0 20px 20px;
    }
    .reasonContainer_sp .reason01sp .reason01_2sp,
    .reasonContainer_sp .reason02sp .reason02_2sp,
    .reasonContainer_sp .reason01sp .reason01_1sp .reason02_2sp,
    .reasonContainer_sp .reason01sp .reason01_1sp .reason01_2sp,
    .reasonContainer_sp .reason01sp .reason01_1sp .reason01_2sp{
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .reasonContainer_sp .reason01sp dl,
    .reasonContainer_sp .reason02sp dl{
        
        display: flex;
        align-items: center;
        flex-flow: row;
        padding: 10px 0 0;
        margin-bottom: 10px;
    }
    .reasonContainer_sp .reason01sp dt,
    .reasonContainer_sp .reason02sp dt{
        margin-left: 10px;
        width: 50px;
    }
    .reasonContainer_sp .reason01sp dd,
    .reasonContainer_sp .reason02sp dd{
        font-size: 15px;
        padding-top: 0;
        margin-left: 10px;
        margin-right: 10px;
        text-align: justify;
        width: calc(100% - 60px);
    }
    .reasonContainer_sp .reason01sp .reason01_1sp p.reasonMini{
        font-size: 11px;
    }
}


@media screen and (min-width: 640px) {
    .p-section-title.u-only-sp{
        display: none;
    }
    .reasonContainer_sp .reason01sp{
		min-height: 300px;
	}
    .reasonContainer_sp .reason01sp dl,
    .reasonContainer_sp .reason02sp dl{
        margin: 0;
        padding: 5px 10px 0;
        display: flex;
        flex-flow: row;
        justify-content: flex-start;
        align-items: center;
    }
	.reasonContainer_sp .reason01sp dt,
	.reasonContainer_sp .reason02sp dt,
	.reasonContainer_sp .reason07sp dt{
		width: 100px;
	}
	.reasonContainer_sp .reason01sp dd,
	.reasonContainer_sp .reason02sp dd,
	.reasonContainer_sp .reason03sp dd{
		font-size: 24px;
		padding-top: 0;
		margin-left: 0;
	}
	.reasonContainer_sp .reason01sp .reason01_2sp,
	.reasonContainer_sp .reason02sp .reason02_2sp,
	.reasonContainer_sp .reason01sp .reason01_1sp .reason01_2sp,
	.reasonContainer_sp .reason01sp .reason01_1sp .reason01_2sp{
		width: 235px;
		font-size: 20px;
	}
	.reasonContainer_sp .reason01sp .reason01_2sp{
		margin-left: 25px;
	}
	.reasonContainer_sp p{
		font-size: 16px;
	}
	.reasonContainer_sp .reason02sp .reason02_1sp,
	.reasonContainer_sp .reason01sp .reason02_1sp{
		padding-bottom: 40px;
        display: flex;
		flex-flow: row-reverse;
	}
    .reasonContainer_sp .reason02sp .reason02_1sp{
        flex-flow: row;
        padding: 0 30px 10px;
    }
    .reasonContainer_sp .reason01sp .reason01_1sp{
	    width: 100%;
		display: flex;
		flex-flow: row-reverse;
        padding: 0 30px 10px;
	}
    .reasonContainer_sp .reason02sp .reason02_1sp > .text,
    .reasonContainer_sp .reason01sp .reason01_1sp > .text{
		width: calc(100% - 260px);
		padding-bottom: 20px;
	}
    .reasonContainer_sp .reason01sp .reason01_1sp .reason02_2sp{
        margin: 0 0 10px 25px;
    }
}