#blog.single-pref{
    flex-flow: row;
    width: 100%;
}
table{
    border-collapse: collapse;
}
.visualarea {
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    max-width: 1140px;
}

.visualarea .visualarea_text__h1 {
    width: 100%;
    height: auto;
    line-height: 100%;
    text-align: center;
    line-height: 1.2;
    font-size: 24px;
    font-weight: normal;
    font-family: "Hiragino Mincho ProN", Notoserif, serif;
    color: #9e8925;
    margin: 20px 0 15px;
    display: inline-block;
}

.visualarea_text__catch {
    max-width: inherit;
    color: #000;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
}
.lead_text {
    color: #444;
    margin-bottom: 30px;
    padding: 0;
}
@media screen and (max-width: 767px)  {
    .visualarea_text{
        margin-top: 20px;
    }
    section.lead{
        margin-bottom: 0;
    }
    .lead_text{
        margin-bottom: 0;
    }
}
@media screen and (min-width: 768px) {
    #topicpath {
        margin-top: 0;
        margin-bottom: 0;
    }
    .visualarea{
        margin-bottom: 0;
    }
    .visualarea_text{
        margin-top: 30px;
    }
    .lead_text{
        font-size: 16px;
    }
   
    
}
.ttl_lead{
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    color: #a67b5d;
}
@media screen and (min-width: 768px) {
    .ttl_lead{
        font-size: 24px;
    }
}
.typicalprice_box{
    position: relative;
}
.typicalprice_box .grad-item.is-hide{
    height: 900px !important;
    overflow: hidden;
}
.grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 200%;
    height: 90px;
    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;
}
@media screen and (max-width: 767px)  {
    .grad-item::before {
        max-width: 100%;
    }
}
.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: 100px;
    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 span,
.typicalprice_box .price .label {
    font-size: 13px;
    color: #333;
}

.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 {
    font-size: 14px;
    text-align: left;
}
@media screen and (max-width: 767px)  {
    .typicalprice_box .catemaker_item .maker_name,
    .typicalprice_box .catemaker_item .item_name {
        font-size: 12px;
    }
}
.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);
}
.btn_see_more{
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    width: 360px;
    height: 40px;
    font-size: 0;
    background: #f0f0e8;
    color: #a67b5d;
    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: 30px;
}
.grad-trigger::before {
    margin-left: 0;
    font-size: 18px;
    content: "もっと見る";
}
.grad-trigger.is-show::before {
    content: "閉じる";
}
.record_annotation{
    font-size: 14px;
    margin: 10px auto 50px;
}
@media screen and (max-width: 767px)  {
    .typicalprice_box ul{
        width: 100%;
    }
    .typicalprice_box li{
        width: calc(33.33% - (20px / 3));
    }
    .typicalprice_box li:nth-child(2n){
        margin-right: 10px;
    }
    .typicalprice_box li:nth-child(3n){
        margin-right: 0;
    }
    .typicalprice_box li figure{
        height: 70px;
    }
    .typicalprice_box .price span,
    .typicalprice_box .price .label{
        font-size: 12px;
    }
    .item_price{
        font-size: 16px;
        line-height: 1;
    }
    .btn_see_more{
        width: 220px;
        bottom: 0;
    }
    .btn_see_more.is-show{
        bottom: 0;
    }
    .grad-trigger::before{
        font-size: 16px;
    }
}

@media screen and (min-width: 769px) {
    small,
    .small {
        font-size: 85%;
    }
    .typicalprice_box .grad-item {
        position: relative;
        overflow: visible;
        height: auto !important;
    }

    .typicalprice_box .grad-item.is-hide{
        height: 900px !important;
        overflow: hidden;
    }
    .typicalprice_box ul {
        max-width: 100%;
    }

    .record_more_btn{
        width: 100%;
    }
    .btn_see_more{
        width: 300px;
    }
    .btn_see_more::before{
        font-size: 16px;
    }
    .grad-item::before{
        height: 200px;
        bottom: 0;
        width: 100%;
    }

}
@media screen and (min-width: 768px) {
    #blog .container {
        width: calc(100% - 230px);
        max-width: calc(100% - 240px);
        margin: 0 auto;
        padding: 0 40px;
        flex: 0 0 100%;
    }
    @media screen and (max-width: 960px) {
        #blog .container{
            margin-left: 20px;
            margin-right: 0;
            padding-right: 0;
            padding-left: 0;
        }
    }
}





.pref_city_list{
    margin: 0 auto 50px;
}
.pref_city_list h3{
    font-weight: bold;
    font-size: 26px;
    padding: 15px 0;
    background-color: #a67b5d;
    color: #fff;
    margin: 0 0 15px;
    text-align: center;
}
.pref_city_list ul{
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-flow: wrap;
    width: 100%;
    margin: 0 auto 30px;
    padding: 0 15px;
}

.pref_city_list ul li {
    width: calc(14.28% - (35px / 7));
    background: #fff;
    border-radius: 8px;
    margin-right: 5px;
    margin-bottom: 15px;
    position: relative;
    box-sizing: content-box;
    font-size: 15px;
    text-align: center;
}

.pref_city_list ul li:nth-child(7n){
    margin-right: 0;
}
.pref_city_list ul li a::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;
}
.pref_city_list ul li a{
    color: #a67b5d;
}
.text_pref{
    font-size: 16px;
    color: #000;
    line-height: 1.7;
}

.more_link a svg {
    width: 24px;
    height: 24px;
    fill: #11bb00;
    margin-right: 20px;
}
.memo_text {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #e8b424;
    margin: 30px auto;
}


.three_assessment_btn{
    margin-top: 10px;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    display: flex;
}
.pc_visible{
    display: none;
}
.c_cta_layoutSingle{
    position: relative;
    z-index: 1;
    text-align: center;
    width: calc((100% - 80px) / 3);

}
.c_cta_layoutSingle:not(:last-child){
    margin-right: 40px;
}
.c_cta_bana, 
.c_cta_bana-satei, 
.c_cta_bana-sateiApply, 
.c_cta_bana-soudan{
    position: relative;
    display: block;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 24px;
    font-size: 6.15385vw;
    transition: transform .3s, margin-bottom .3s;
    font-size: 26px;
}
.c_cta_bana-satei>div, 
.c_cta_bana-sateiApply>div, 
.c_cta_bana-soudan>div, 
.c_cta_bana>div{
    position: relative;
    z-index: 2;
    border-radius: 4px;
    padding:10px;
    font-size: 22px;
    font-weight: bold;
}
.c_cta_bana-satei>div {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00b900;
}
.assess_link{
    color: #fff;
}
.c_cta_bana:hover{
    opacity: .8;
}
.c_cta_bana-sateiApply>div {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #b6370f;
}
.c_cta_bana-soudan>div {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0fa5b6;
}
.c_cta_layoutSingle>p {
    font-size: 14px;
    margin-bottom: 10px;
}
.c_cta_bana-satei:before, 
.c_cta_bana-sateiApply:before, 
.c_cta_bana-soudan:before, 
.c_cta_bana:before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    right: -0;
    bottom: -4px;
    background-color: #05383e;
    border-radius: 5px;
    transition: right .3s, bottom .3s;
}
.c_cta_bana-satei:before{
    background-color: #005c00;
}
.c_cta_bana-sateiApply:before{
    background-color: #4c1604;
}
.c_cta_layoutSingle>p.c_cta_layoutSingle_ttl{
    font-weight: bold;
    font-size: 16px;
    min-height: 51px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 5px;
}
.c_cta_layoutSingle>p.small{
    color: #444444;
}
.pref_list_table{
    margin: 0 auto;
    width: 100%;
}
.pref_list_table a{
    color: #a67b5d;
}
.pref_list_table{
    font-size: 14px;
}
.pref_list_table th{
	width:30%;
	padding:10px;
	border: 1px solid #C6C6C6;
	color: #444;
	background-color: #f5f6f8;
	text-align: center;
}
.pref_list_table td{
	padding:10px;
	border: 1px solid #C6C6C6;
}
@media screen and (max-width: 639px) {
	.pref_list{
		margin-bottom: 30px;
	}
}
@media only screen and (min-width: 640px) {
	.pref_list_table{
		font-size: 16px;
	}
	.pref_list_table th{
		width: 160px;
		padding: 12px 30px;
	}
	.pref_list_table td{
		padding: 12px 30px;
	}
}

.shop_list{
    margin-bottom: 90px;
}
.shop_list .heading-bar h2 {
    color: #fff;
    background: #a67b5d;
    padding: 10px 0;
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.shop_name{
    color: #444;
    background: #ebe8e8;
    padding: 10px 0;
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.shop_list table{
    font-size: 14px;
    margin: 20px auto;
    width: 100%;
}
.shop_list table th{
    background-color: #f2f0da;
    color: #a67b5d;
    vertical-align: middle;
    width: 30%;
    border-bottom: 2px solid #fff;
}
.shop_list table td{
    padding: 15px;
    vertical-align: middle;
}
.link_gmap,
.link_shop_detail{
    margin: 0 auto 20px;
}
.link_gmap a,
.link_shop_detail a{
    display: flex;
    align-items: center;
    justify-content:center;
    padding: 20px;
    font-size: 18px;
    font-family: serif;
    border:2px solid #707070;
}
.link_gmap a::before,
.link_shop_detail a::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;
}
.shop_point{
    margin: 0 auto 20px;
}
.rec_point{
    color: #444;
    background: #ebe8e8;
    padding: 10px 0;
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.shop_point ul{
    font-size: 15px;
    padding-left: 20px;
}
.shop_point ul li{
    list-style: disc;
    list-style-position: inside;
}

@media screen and (max-width: 767px)  {
    #blog .container{
        padding: 0 10px;
    }
    .pref_city_list h3{
        font-size: 18px;
    }
    .pref_city_list ul{
        padding: 0;
        justify-content: flex-start;
        margin-bottom: 10px;
    }
    .pref_city_list ul li{
        width: auto;
        text-align: left;
        margin-right: 15px;
    }
    .pref_city_list ul li:first-child{
        width: auto;
    }
    .text_pref{
        font-size: 14px;
        text-align: justify;
    }
    .pref_city_list{
        margin-bottom: 30px;
    }
    .threeway_box{
        margin-bottom: 30px;
    }
    .three_assessment_btn{
        flex-flow: column;
        margin-bottom: 30px;
    }
    .c_cta_layoutSingle{
        width: 100%;
    }
    .c_cta_layoutSingle:not(:last-child){
        margin-right: 0;
    }
    .shop_list{
        margin-bottom: 30px;
    }
    .shop_list .heading-bar h2{
        font-size: 17px;
        margin-bottom: 10px;
    }
    .shop_name{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .shop_list table{
        margin: 10px auto;
    }
    .shop_list table td{
        padding: 10px 15px;
    }
    .link_gmap{
        margin-bottom: 10px;
    }
    .link_gmap a,
    .link_shop_detail a{
        padding: 8px 20px;
        font-size: 15px;
    }
    .rec_point{
        padding: 10px 5px;
        font-size: 17px;
    }
    .shop_point ul li{
        margin-left: 1rem;
        text-indent: -2.2rem;
    }
    .personal-id{
        padding: 0;
    }
    .purchase_items_list li{
        margin-right: 10px;
        margin-bottom: 15px;
        width: calc(25% - (30px / 4));
    }
}

@media screen and (min-width: 768px) {
    br.none,
    a.c_cta_bana-soudan {
        display: none;
    }
    .pc_visible{
        display: block;
    }
    .three_assessment_btn{
        margin-bottom: 50px;
    }
    .pref_city_list h3{
        margin-bottom: 20px;
        padding: 10px 0;
        font-size: 24px;
    }
    .main-heading{
        font-size: 24px;
        padding: 10px 0;
    }
    .pref_city_list{
        margin-bottom: 30px;
    }
    .pref_city_list ul{
        padding: 0;
        margin-bottom: 5px;
        justify-content: flex-start;
    }
    .pref_city_list ul li{
        text-align: left;
    }
    .pref_city_list ul li:nth-child(7n){
        margin-right: 0;
    }
    .text_pref{
        text-align: justify;
        font-size: 15px;
    }
    
}
.pref_point{
    margin: 0 0 50px;
}
.pref_point h2{
    text-align: center;
    font-size: 26px;
    margin-bottom: 10px;
    background-color: #333;
    color: #fff;
    padding: 15px 0;
}
.pref_point .text-center{
    text-align: justify;
    font-size: 15px;
    line-height: 1.8;
}
.pref_point .text-center p{
    margin-bottom: 1rem;
    line-height: 1.7;
}
.purchase_items_list li a{
    position: static;
}
.threeway_box .row .col-3 .method_link{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    font-size: 0;
}
.threeway_box .row .col-3:hover{
    opacity: .8;
}
.residencecard-text{
    display: block;
}

@media screen and (max-width: 767px)  {
    .pref_point{
        margin-bottom: 30px;
    }
    .pref_point h2{
        font-size: 17px;
    }
    .pref_point .text-center{
        font-size: 13px;
    }
    .ttl_h3{
        font-size: 16px;
        margin-bottom: 10px;
        padding: 10px;
    }

}
@media screen and (min-width: 768px) {
    #blog.single-pref{
        padding: 0 10px;
    }
    .sidebar{
        width: 220px;
    }
    .pref_list{
        margin-bottom: 0;
    }
}


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

@media only screen and (min-width: 640px) {
	small, .small {
        font-size: 85%;
    }
	.personal-id .required{
        font-size: 20px;
        line-height: 1.6;
		max-width: 90%;
        margin: 20px auto 0;
    }
	.personal-id .more {
        font-size: 16px;
    }
	.personal-id .heading-bar{
		margin-bottom: 10px;
	}
	.personal-id h2{
		font-size:28px;
		font-weight: bold;
	}
	.personal-id h2 span{
		font-size: 34px;
	}
	.personal-id h2 br{
		display: none;
	}
	.personal-id .box .heading:before{
		top: 11px;
	}
	.personal-id .required li{
		font-weight: normal;
		margin-bottom: 10px;
	}
}


.purchase_items{
	margin: 0 auto 80px;
}
.purchase_items .ttl_h2{
	color: #a67b5d;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
    letter-spacing: -.01rem;
}
.purchase_items .ttl_h2 span{
	font-size: 16px;
	display: block;
	color: #674c38;
}
.purchase_items_list{
    display: flex;
    align-items: start;
    justify-content: flex-start;
	flex-flow: wrap;
}
.purchase_items_list li{
	width: calc(14.28% - (60px/7));
	margin-right: 10px;
	display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
	position: relative;
}
.purchase_items_list li:nth-child(7n){
	margin-right: 0;
}
.purchase_items_list li .no-link{
	pointer-events: none;
}
.purchase_items_list li figure{
	width: 100%;
	text-align: center;
}
.purchase_items_list li figure img{
	margin: 0 auto;
}
.item_name{
	text-align: center;
	font-size: 11px;
	width: 100%;
}
.purchase_items_list li a{
	display: block;
	width: 100%;
	height: 100%;
}
.btn.more_link {
    margin: 50px auto 0;
    text-align: center;
    width: 50%;
    min-width: 350px;
}
.link_text_btn{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 12px 0;
    -webkit-box-shadow: 2px 3px 4px rgba(13,5,9,.75);
    box-shadow: 2px 3px 4px #0d0509bf;
    border: 2px solid #e3dfdf;
    border-radius: 4px;
    font-size: 15px;
    color: #333;
    font-weight: 700;
    background: #f3f3f3;
    background: -moz-linear-gradient(top,#f3f3f3 0%,#fff 48%,#fff 100%);
    background: -webkit-linear-gradient(top,#f3f3f3 0%,#fff 48%,#fff 100%);
    background: linear-gradient(to bottom,#f3f3f3 0%,#fff 48%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f3f3",endColorstr="#ffffff",GradientType=0);
    overflow: hidden
}
.link_text_btn:before {
    content: "";
    display: inline-block;
    width: .5em;
    height: .5em;
    margin: 0 10px 2px 0;
    border-top: 2px solid #777;
    border-right: 2px solid #777;
    transform: rotate(45deg);
    vertical-align: middle;
}
@media screen and (max-width: 767px){
    .purchase_items .ttl_h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .purchase_items .ttl_h2 span {
        font-size: 13px;
        font-weight: bold;
    }
    .purchase_items_list li{
        margin-right: 10px;
        margin-bottom: 15px;
        width: calc(25% - (30px / 4));
    }
    .purchase_items_list li figure{
        max-width: 70px;
        margin: 0 auto;
    }
    .btn.more_link{
        margin-top: 30px;
    }
    .purchase_items{
        margin-bottom: 50px;
    }
}