@charset "utf-8";
/* CSS Document */


/* 場所別表示
   ================================================================== */
/* Topページ */
.by_location .individual{
    display: none;
}

/* Topページ */
.toppage.index .by_location .top_page_show{
    display: block;
}

/* naha 那覇 */
.naha_page .by_location .naha{
    display: block;
}

/* urasoe 浦添 */
.urasoe_page .by_location .urasoe{
    display: block;
}

/* okinawashi 沖縄 */
.okinawashi_page .by_location .okinawashi{
    display: block;
}

/* miyako 宮古 */
.miyako_page .by_location .miyako{
    display: block;
}

/* ishigaki 石垣 */
.ishigaki_page .by_location .ishigaki{
    display: block;
}

/* niigata-higashi 新潟東 */
.niigata-higashi_page .by_location .niigata-higashi{
    display: block;
}


/* swiper
   ================================================================== */
.swiper-container{
    opacity: 0;
    transition: .3s;
}

.swiper-container.swiper-container-horizontal{
    opacity: 1;
}


/* banner_links_block
   ================================================================== */
.banner_links_block{
    margin: 10vw 0 0;
}

.banner_links_block ul{
    display: flex;
    flex-wrap: wrap;
    /*左寄せの場合 justify-content: space-between;*/
    justify-content: center;
}

.banner_links_block ul li{
    margin: 3vw 0 0;
    width: 80%;
    line-height: 0;
}

.banner_links_block ul li .banner_frame{
    display: block;
    line-height: 0;
}


/* page_title_block
   ================================================================== */
.page_title_block{
	margin: 0 0 0;
	position: relative;
}

.page_title_block .title_bg{
	margin: 0 0 0;
	background: #F6F6F6;
}

.page_title_block .title_bg .inner{
    height: 24vw;
	display: flex;
    align-items: center;
}

.page_title_block .title_bg .title{
    font-size: 6vw;
    font-weight: 700;
    color: #0F4589;
}


/* pankz
   ================================================================== */
.pankz{
    padding: 6vw 0;
    font-size: 0;
}

.pankz > li{
    margin: 0 8vw 2vw 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.pankz > li:last-child{
    margin-right: 0;
}

.pankz > li::before{
    content: "";
    background-image: url("../images/common/pankz_arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 1.5vw;
    height: 6vw;
    position: absolute;
    top: 0;
    left: calc(100% + 3vw);
}

.pankz > li:last-child::before{
    display: none;
}

.pankz > li > span,
.pankz > li a{
    font-size: 3.5vw;
    font-weight: 500;
    line-height: 150%;
    color: #222;
    display: block;
}

.pankz > li a{
    color: #222;
}


/* block_title_box
   ================================================================== */
.block_title_box{
    display: flex;
    align-items: center;
}

.block_title_box .ttl_icon{
    padding-right: 2vw;
    width: 15vw;
    line-height: 0;
    box-sizing: border-box;
}

.block_title_box.smartphone .ttl_icon{
    padding-right: 4vw;
}

.block_title_box .ttl_icon img{
    width: 100%;
}

.block_title_box .block_title{
    width: calc(100% - 15vw);
}


/* block_title
   ================================================================== */
.block_title > span{
    display: block;
    line-height: 150%;
    font-weight: 700;
}

.block_title .siz_l{
    font-size: 6vw;
    color: #0F4589;
}

.block_title .siz_s{
    margin: 1vw 0 0;
    font-size: 3.6vw;
    font-weight: 500;
    color: #0082FC;
}


/* bg_title
   ================================================================== */
.bg_title{
	padding: 3vw 3vw;
    font-size: 3.8vw;
    font-weight: 500;
    color: #fff;
    background: #0F4589;
}


/* item_list
   ================================================================== */
.item_list{
    font-size: 0;
}

.item_list > li{
    margin: 6vw 4% 0 0;
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

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


/* item_box
   ================================================================== */
.item_box{
    line-height: 0;
}

.item_box .box_frame{
    display: block;
    line-height: 0;
}

.item_box span{
    display: block;
}

.item_box .thum{
    display: block;
    line-height: 0;
}

.item_box .thum img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 1 / 1;
}

.item_box .string_box{
    padding: 4vw 0 0;
    display: block;
    text-align: center;
}

/* item_name */
.item_name{
    margin: 0 auto;
    padding: .5vw 3.5vw;
    min-width: 37vw;
    max-width: 100%;
    min-height: 6vw;
    font-size: 3.2vw;
    line-height: 130%;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #fff;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    border-radius: 50px;
    background: #0F4589;
    word-break: break-all;
}

.item_box.w235 .item_name{
    background: #0082FC;
}

/* item_price_wrap */
.item_price_wrap{
    text-align: left;
}

.item_price_wrap span{
    display: block;
    line-height: 150%;
}

.item_price_wrap .item_price_list{
    padding: 3vw 2vw;
    border-bottom: 1px dashed #ccc;
}

.item_price_wrap .item_price_ttl{
    font-size: 3.4vw;

    font-weight: 500;
    letter-spacing: 0.1em;
}

.item_price_wrap .item_price_number{
    font-size: 4.6vw;
    font-weight: 900;
    letter-spacing: 0.05em;
    color: #E60213;
}

/* assessment_btn_show */
.item_list .assessment_btn{
    display: none;
}

.assessment_btn_show .item_price_wrap{
    display: none;
}

.item_list.assessment_btn_show .assessment_btn{
    margin: 3vw auto 0;
    width: 32vw;
    line-height: 0;
    display: block;
}

.item_list.assessment_btn_show .assessment_btn img{
    width: 100%;
}


/* design_table
   ================================================================== */
.design_table{
	width: 100%;
	box-sizing: border-box;
}

.design_table th,
.design_table td{
	width: 100%;
	display: block;
	font-weight: 500;
	border-bottom: none;
	box-sizing: border-box;
}

.design_table th,
.design_table td,
.design_table td p{
    font-size: 3.5vw;
    letter-spacing: 0.1em;
	line-height: 170%;
}

.design_table td a{
    font-size: inherit;
}

.design_table tr:nth-child(2n+2){
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.design_table tr:first-child{
	border-top: 1px solid #ddd;
}

.design_table tr:last-child{
	border-bottom: 1px solid #ddd;
}

.design_table th{
	padding: 5vw;
	font-weight: 500;
}

.design_table td{
	padding: 0 5vw;
}

.design_table td .border{
	padding: 5vw 0;
	border-top: 1px solid #ddd;
}

.design_table td .box + .box{
	margin-top: 5vw;
    padding-top: 5vw;
    border-top: 1px dashed #ddd;
}

.design_table td .ttl + p{
	margin: 1vw 0 0;
}

.design_table td .googlemap_btn{
	margin: 3vw 0 0;
}


/* faq_list
   ================================================================== */
.faq_list{
    margin: 0 0 0;
}

.faq_list > li{
    margin: 5vw 0 0;
    position: relative;
}

.faq_list > li:first-child{
    margin-top: 0;
}

.faq_list .question{
    padding: 2vw 3vw;
    background: #0B3B8F;
    position: relative;
    z-index: 1;
}

.faq_list .question > span{
    padding: 0 0 0 6vw;
    font-size: 3.6vw;
    font-weight: 500;
    color: #fff;
    line-height: 170%;
    display: block;
    position: relative;
}

.faq_list .question > span::before{
    content: "Q.";
    font-size: 3.8vw;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.faq_list .answer{
    padding: 5vw;
    background: #F8F9FA;
    position: relative;
    z-index: 1;
}

.faq_list .answer p{
    margin: 0 0 0;
}

.faq_list .answer p + p{
    margin-top: 3vw;
}

.faq_list .answer p.f14{
    font-size: 3.4vw;
}


/* index_list_block
   ================================================================== */
.index_list_block{
    padding: 15vw 0 0;
    overflow: hidden;
}

.index_list_block .news_list,
.index_list_block .report_list{
    margin-top: 8vw;
}

.index_list_block .btn_arrow_light{
    margin-top: 8vw;
}


/* news_list
   ================================================================== */
.news_list > li + li{
    margin: 3vw 0 0;
}

.news_list a{
    padding: 6vw 3vw 6vw 0;
    display: block;
    position: relative;
}

.news_list a::before{
    content: "";
    background: #F8F9FA;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 100px 100px 0;
}

.news_list a > span{
    display: block;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.news_list a .date_flex{
    margin: 0 0 1vw;
    display: flex;
    align-items: center;
}

.news_list a .date{
    width: 20vw;
    font-size: 3.4vw;
    line-height: 150%;
    letter-spacing: 0.1em;
    font-weight: 500;
}

.news_list a .hash_categories{
    padding: 0 0 0;
    width: calc(100% - 20vw);
    line-height: 0;
    box-sizing: border-box;
}

.news_list a .date,
.news_list a .hash_categories span{
    margin-top: 0;
    font-size: 3.4vw;
    line-height: 150%;
    letter-spacing: 0.1em;
}

.news_list a .title{
    width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
    font-size: 3.6vw;
    line-height: 150%;
    letter-spacing: 0.1em;
    font-weight: 700;
}


/* report_list
   ================================================================== */
.report_list > li + li{
    margin: 3vw 0 0;
}

.report_list a{
    padding: 6vw 3vw 6vw 0;
    display: block;
    position: relative;
}

.report_list a::before{
    content: "";
    background: #F8F9FA;
    width: 200vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: -100vw;
}

.report_list a span{
    display: block;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.report_list a .flex{
    display: flex;
}

.report_list a .thum{
    width: 22vw;
    height: 22vw;
    line-height: 0;
}

.report_list a .thum img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.report_list a .right_box{
    padding: 1vw 0 0 3vw;
    width: calc(100% - 22vw);
    box-sizing: border-box;
}

.report_list a .date_flex{
    margin: 0 0 1vw;
    display: flex;
    align-items: center;
}

.report_list a .date{
    width: 20vw;
}

.report_list a .hash_categories{
    padding: 0 0 0;
    width: calc(100% - 20vw);
    line-height: 0;
    box-sizing: border-box;
}

.report_list a .date,
.report_list a .hash_categories span{
    margin-top: 0;
    font-size: 3.4vw;
    line-height: 150%;
    letter-spacing: 0.1em;
}

.report_list a .hash_categories span{
    display: inline-block;
}

.report_list a .title{
    width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
    font-size: 3.5vw;
    line-height: 150%;
    letter-spacing: 0.1em;
    font-weight: 500;
}

.report_list a .purchase_price{
    margin: 1vw 0 0;
    font-size: 3.6vw;
    font-weight: 500;
    display: block;
    line-height: 150%;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    color: #E36B2B;
}


/* list_page
   ================================================================== */
.list_page{
    margin-top: -20vw;
    padding-top: 20vw;
    position: relative;
    overflow: hidden;
}

.list_page .inner{
    position: relative;
}

.list_page .list_page_title{
    margin: 0 0 10vw;
}

.list_page .list_page_title h3{
    font-size: 4.5vw;
    font-weight: 700;
    color: #0082FC;
}


/* select_category
   ================================================================== */
.select_category{
    position: absolute;
    top: -15vw;
    right: 0;
}

.select_category .select_category_inbox{
    position: relative;
}

.select_category .select_btn{
    padding: 2vw 10vw 2vw 5vw;
    font-size: 3.4vw;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}

.select_category .select_btn::before{
    content: "";
    margin: auto;
    background-image: url("../images/common/icon_down_arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 3vw;
    height: 3vw;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3vw;
    transition: .3s;
}

.select_category.on .select_btn::before{
    transform: rotate(180deg);
}

.select_category ul{
	position: absolute;
	min-width: 45vw;
	top: 100%;
	right: 0;
	z-index: 10;
    display: none;
}

.select_category ul > li{
    margin: 0 0 0;
}

.select_category ul > li a{
	padding: 0 8vw 0 4vw;
	display: flex;
	white-space: nowrap;
	height: 15vw;
	align-items: center;
	font-size: 3.4vw;
    letter-spacing: 0.1em;
	font-weight: 400;
	color: #fff;
	background-color: rgba(0,0,0,.9);
    background-image: url("../images/common/icon_nav_arrow.svg");
    background-position: 93% center;
    background-repeat: no-repeat;
    background-size: auto;
	transition: .3s;
    position: relative;
    border-bottom: 1px solid #fff;
}


/* show_page
   ================================================================== */
.show_page{
    margin: 0 0 0;
    overflow: hidden;
}


/* pagination
   ================================================================== */
.pagination{
	text-align: center;
	padding: 10vw 0 5px;
	font-size: 0;
}

.pagination .flex.justify-between.flex-1{
	display: none;
}

.pagination .btn_flex{
	margin: 0 auto;
    display: flex;
    justify-content: center;
}

.pagination a,
.pagination .active span{
	margin: 6px 3px 0;
	text-decoration: none;
	background: #ddd;
	color: #FFF;
	padding: 2px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	width: 34px;
	height: 34px;
    box-sizing: border-box;
    letter-spacing: 0;
    transition: all ease-out 0.3s;
    font-family: "Noto Sans JP,""メイリオ","ms pgothic", sans-serif;
}

.pagination a svg{
	width: 23px;
}

.pagination .active span{
	background: #0082FC;
}


/* sns_area
   ================================================================== */
.sns_area{
	margin: 4vw 0 0;
	line-height: 1;
    overflow: hidden;
}

.sns_area div{
	margin-bottom: 5px;
	margin-right: 5px;
	float: left;
	display: inline-block;
	font-size: 0;
	line-height: 1;
}

.linebutton img{
	width: 21px;
}


/* detail_page
   ================================================================== */
.detail_page{
	margin: 0 0 0;
	font-size: 16px;
	word-break: break-all;
}

.detail_page .detail_box h1{
	border-bottom: 1px solid #0F4589;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 10px 10px;
	word-break: break-all;
	line-height: 150%;
}

.detail_page .f_box{
	margin: 4vw 0 0;
    font-size: 0;
}

.detail_page .hiduke{
    margin-right: 4vw;
    font-size: 3.5vw;
    color: #333;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
}

.detail_page .detail_categories{
	margin: -.5vw 0 0;
    display: inline-block;
	vertical-align: middle;
}

.detail_page .detail_categories > ul{
    font-size: 0;
}

.detail_page .detail_categories > ul > li{
    margin: .5vw .5vw 0 0;
    padding: 1vw 3vw;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 3vw;
    line-height: 150%;
    color: #fff;
    background: #C82425;
    border-radius: 0;
}

.detail_page .photo{
	margin: 4vw 0 0;
	line-height: 0;
}
	
.detail_page .photo img{
	max-height: 500px;
}
	
.detail_page .detail_body{
	margin: 4vw 0 0;
    clear: both;
}


/* toc
   ================================================================== */
.toc_wrap{
    margin: 6vw 0 6vw;
    background: #F9F9F9;
    border: 1px solid #ddd;
    border-top: none;
}

.toc_wrap .toc_titl{
    padding: 4vw 3vw;
    font-size: 3.8vw;
    letter-spacing: 0.2em;
    font-weight: 700;
    border-top: 3px solid #0F4589;
    position: relative;
    background: #F9F9F9;
    cursor: pointer;
}

.toc_wrap .toc_titl:before{
	content: "";
    margin: auto;
	background-image: url("../images/common/toc_icon.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 4vw;
	height: 5vw;
	position: absolute;
	top: 0;
    bottom: 0;
	right: 5vw;
    transition: .3s;
    transform: rotate(0);
}

.toc_wrap .toc_titl.active:before{
	transform: rotate(180deg);
}

#toc{
    margin: -1vw 3vw 8vw;
    overflow: hidden;
    display: none;
}

#toc > ol ol{
    list-style: none !important;
}

#toc > ol ol{
    margin: 0;
}

#toc li a{
    display: block;
    line-height: 150%;
}

#toc .toc-level-0{
    margin-left: 8vw;
}

#toc .toc-level-0 > .toc-level-1:nth-child(1){
    display: none;
}

#toc .toc-level-0 > li > a{
    padding: 2vw 0 2vw 1vw;
    font-size: 3.6vw;
    font-weight: 900;
    position: relative;
}

#toc .toc-level-0 > li > a:before{
	content: "";
	background: #ddd;
	width: 200vw;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: -50vw;
}

#toc .toc-level-0 > li::marker{
    font-size: 1.1em;
    font-weight: 700;
    color: #ccc;
}

#toc .toc-level-1{
    padding: 0 0 0 4vw;
}

#toc .toc-level-2,
#toc .toc-level-3{
    padding: 0 0 0 3vw;
}

#toc .toc-level-1 li a{
    padding: 2vw 0 2vw 0vw;
    font-size: 3.5vw;
    font-weight: 700;
    border-bottom: 1px dashed #ccc;
}


/* author_information
   ================================================================== */
.author_information{
    margin: 6vw 0 6vw;
    padding: 5vw 5vw;
    border: 6px solid #DBE9F2;
}

.author_information .ttl{
    margin: 0 auto;
    width: 50vw;
    line-height: 0;
}

.author_information .text_box{
    padding: 5vw 0 0;
}

.author_information .text_box p{
    font-size: 3.4vw;
    font-weight: 500;
}

.author_information .text_box p a{
    color: #2F60B4;
    text-decoration: underline;
}


/* date_tag_box
   ================================================================== */
.date_tag_box{
    display: flex;
}

.date_tag_box *{
    display: block;
    font-size: 3.3vw;
    line-height: 150%;
    font-weight: 500;
    letter-spacing: 0.1em;
    box-sizing: border-box;
}

.date_tag_box .date{
    padding: .5vw 0 0;
    width: 23vw;
}

.date_tag_box .hash_categories,
.date_tag_box .hash_categories_box{
    font-size: 0;
    width: calc(100% - 23vw);
}

.date_tag_box .hash_categories *,
.date_tag_box .hash_categories_box *{
    margin-top: 0;
    margin-right: 3vw;
    margin-bottom: 2vw;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.news_list li .hash_categories_box *:last-child{
    margin-right: 0;
}

.hash_categories_box *{
    padding: .5vw 2vw;
    font-size: 3.4vw;
    color: #333;
    background: #F0F3F5;
    display: inline-block;
}

/* report_page */
.hash_categories_box.blue{
    margin: 6vw 0 0;
}

.hash_categories_box.blue *{
    color: #fff;
    background: #0082FC;
}

.show_purchase_price{
    margin: 5vw 0 0;
    padding: 4vw;
    background: #FFF8F5;
}

.show_purchase_price .ttl{
    font-size: 3.8vw;
    font-weight: 500;
    color: #E36B2B;
}

.show_purchase_price .price{
    font-size: 5.5vw;
    font-weight: 900;
    line-height: 120%;
    color: #E36B2B;
}

.show_voice_ttl{
    margin: 5vw 0 0;
    padding: 2vw 2vw 2vw 10vw;
    background: #0F4589;
    font-size: 3.8vw;
    font-weight: 500;
    color: #fff;
    position: relative;
}

.show_voice_ttl::before{
    content: "";
    background-image: url("../images/common/icon_chat.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 6vw;
    height: 6vw;
    position: absolute;
    top: 2vw;
    left: 2vw;
}

.mat30{
    margin-top: 4vw !important;
}

.mat46{
    margin-top: 6vw !important;
}


/* detail_btn_area
   ================================================================== */
.detail_btn_area{
	margin: 15vw 0 0;
    padding: 10px;
	font-size: 0;
    text-align: center;
    background: #F9F9F9;
}

.detail_btn_area .arrow_btn{
	margin: 0;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 40%;
    max-width: 310px;
}
	
.detail_btn_area .arrow_btn.prev,
.detail_btn_area .arrow_btn.next{
	width: 28%;
}

.detail_btn_area .arrow_btn.back{
	margin: 0 2%;
}

.detail_btn_area .arrow_btn a,
.detail_btn_area .arrow_btn button{
	display: flex;
    justify-content: center;
    align-items: center;
	margin: auto;
	padding: 10px 0;
    box-sizing: border-box;
	width: 100%;
    height: 50px;
	background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
	color: #333;
	text-align: center;
	font-size: 15px;
    line-height: 0;
	letter-spacing: 0.10em;
}


/* hash_categories
   ================================================================== */
.hash_categories{
    display: block;
    font-size: 0;
}

.hash_categories > a,
.hash_categories > span{
    margin: 1vw 1vw 0 0;
    display: inline-block;
    font-size: 3.4vw;
    font-weight: 500;
    color: #0082FC;
    letter-spacing: 0.1em;
    line-height: 150%;
}

.hash_categories > a::before,
.hash_categories > span::before{
    content: "#";
}


/* contact_block
   ================================================================== */
.contact_block{
	padding-top: 5vw;
}

/* form */
.contact form{
	margin-top: -90px;
    padding-top: 90px;
}

.contact .top_note{
	margin: 0 0 6vw;
    font-size: 3.5vw;
    font-weight: 500;
    text-align: center;
}

.contact .top_text{
	margin: 0;
    font-size: 3.5vw;
    font-weight: 500;
    text-align: left;
}

.contact .conf_text{
    margin: 10vw 0 0;
	font-size: 4vw;
    color: #EA3E32;
    text-align: center;
    font-weight: 700;
	line-height: 150%;
}

.req{
	color: #EA3E32;
}

.contact table{
    margin: 10vw auto 0;
	width: 100%;
	box-sizing: border-box;
}

.contact th,
.contact td{
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.10em;
	width: 100%;
	display: block;
	font-weight: normal;
	border-bottom: none;
	box-sizing: border-box;
}

.contact th{
	padding: 0 0 10px;
    font-weight: 500;
}

.contact td{
	padding: 0 0 25px;
    position: relative;
}

.contact td .balloon{
    position: absolute;
    bottom: -25px;
    left: 15px;
    height: 16px;
    line-height: 1;
    font-size: 13px;
    color: #EA3E32;
    letter-spacing: 0;
}

.contact .check_bg,
.contact output,
.contact input,
.contact select,
.contact textarea{
	margin: 0;
	font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.1em;
	padding: 15px;
	box-sizing: border-box;
	width: 100%;
    background: #F8F8F8;
	border: 1px solid #F8F8F8;
	vertical-align: middle;
}

/* 確認画面の入力文字背景 */
.contact .check_bg,
.contact output{
    display: block;
    background: rgba(246,172,43,.1);
    border-color: rgba(246,172,43,.1);
}

input:focus,
select:focus,
textarea:focus{
    outline: none;
}

textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input::-webkit-input-placeholder{
    color: #ccc;
}

textarea::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder{
    color: #ccc; opacity: 1;
}

textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input:-ms-input-placeholder{
    color: #ccc;
}

.contact textarea{
    height: 50vw;
	line-height: 150%;
}

/* ラジオボタン */
.contact .radio_input{
    padding: 0 0 17px;
}

.contact .radio_input .check_bg,
.contact .radio_input output{
    margin: 0 0 8px;
}

.radio_input label{
    margin: 0 0 8px;
	display: flex;
    align-items: center;
    cursor: pointer;
}

input[type='checkbox'] ,
input[type='radio'] {
    appearance: none;
    outline: none;
    display: block;
    position: relative;
    text-align: center;
    cursor: pointer;
    width: 18px;
    height: 18px;
	margin: 0 10px 0 0;
    font-size: 0;
    padding: 0 !important;
    border: none;
    background: none;
}

input[type='checkbox']::before ,
input[type='radio']::before {
    display: block;
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 100%;
}

input[type='checkbox']:checked::before ,
input[type='radio']:checked::before {
    border-color: #096EC9;
}

input[type='checkbox']::after ,
input[type='radio']::after {
    display: block;
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    background: #096EC9;
    border-radius: 100%;
    opacity: 0;
}

input[type='checkbox']:checked::after ,
input[type='radio']:checked::after {
    opacity: 1;
}

/* 四角ボタン */
.square input[type='checkbox']::before ,
.square input[type='radio']::before {
    border-radius: 0;
}

.square input[type='checkbox']::after ,
.square input[type='radio']::after {
    border-radius: 3px;
}

.zas_btn_area{
	margin: auto;
	text-align: center;
	padding: 30px 0 0;
	font-size: 0;
	box-sizing: border-box;
}

.zas_btn_area button{
	font-size: 16px;
	color: #FFF;
	border: none;
	position: relative;
	overflow: hidden;
	text-align: center;
    transition: .3s;
    border-radius: 0;
}

.zas_btn_area button > span{
	padding: 12px 0;
	border: none;
	display: block;
	font-size: 16px;
    font-weight: 500;
	line-height: 150%;
	color: #FFF;
    letter-spacing: 0.1em;
}

.zas_btn_area button:disabled{
	background: #ccc !important;
    border-color: #ccc !important;
    cursor: auto;
}

.zas_btn_area button:disabled span{
    color: #fff !important;
}

.zas_btn_area .zas_btn01 button{
	background: #0082FC;
	width: 55%;
	max-width: 260px;
}

.zas_btn_area .zas_btn02 button{
	margin-right: 2%;
	background: #ccc;
	width: 28%;
}

.zas_btn_area .zas_btn03 button{
	background: #0082FC;
	width: 55%;
	max-width: 260px;
}


/* thanks
   ================================================================== */
.contact_block.thanks{
    padding-top: 10vw;
    text-align: center;
}
    
.thanks h3{
    margin: 0 0 0;
	font-size: 4.2vw;
	line-height: 150%;
    font-weight: 700;
    color: #E36B2B;
}

.thanks p{
    margin: 8vw 0 0;
	font-size: 3.5vw;
	line-height: 200%;
}

.thanks .go_top_btn{
	margin: 12vw 0 0;
    text-align: center;
}


/* index_brand
   ================================================================== */
.index_brand{
	padding: 15vw 0 0;
    overflow: hidden;
}

.thum_slider{
	margin: 6vw 0 0;
    width: 60vw;
    overflow: inherit;
}


/* index_model
   ================================================================== */
.index_model{
	padding: 12vw 0 0;
}


/* banner_block
   ================================================================== */
.banner_block{
	margin: -10vw auto 0;
    padding: 0 0 5vw;
    position: relative;
    overflow: hidden;
}

.banner_block::before{
    content: "";
    background: #F6F6F6;
    width: 100%;
    height: calc(100% - 10vw);
    position: absolute;
    top: 10vw;
    left: 0;
}

.banner_slider{
	margin: 0 auto;
    width: 60%;
    overflow: inherit;
}

.banner_box{
	line-height: 0;
    background: #fff;
}

.banner_box .banner_frame{
	padding: 2vw;
    line-height: 0;
    display: block;
}


/* kv
   ================================================================== */
.kv{
	margin: 0 0 0;
	position: relative;
}

.kv .inner{
    padding: 0;
	position: relative;
    line-height: 0;
}

.kv .inbox{
    padding: 0 0 0;
    height: 100%;
	position: relative;
}

.kv .catch{
    bottom: 15vw;
    left: 4vw;
    width: 90vw;
    position: absolute;
    line-height: 0;
}


/* shop_page
   ================================================================== */
.shop_page{
    position: relative;
}

/* 県リスト */
.prefecture_list{
    margin: 0 0 0;
}

.prefecture_list > li + li{
    margin: 12vw 0 0;
}

/* shop_list */
.shop_list{
    margin: 5vw 0 0;
}

.shop_list > li{
    margin: 4vw 0 0;
    padding: 3vw;
    border: 2px solid #eee;
    position: relative;
}

.shop_list .site_logo{
    width: 30vw;
    line-height: 0;
}

.shop_list .name{
    margin: 2vw 0 0;
    font-size: 4.2vw;
    font-weight: 700;
}

.shop_list .text_box{
    margin: 2vw 0 0;
}

.shop_list .text_box p{
    font-size: 3.6vw;
}

.shop_list .tel_style{
    margin: 1vw 0;
}

.shop_list .tel_style a span{
    letter-spacing: 0.1em;
    font-weight: 500;
    line-height: 130%;
}

.shop_list .tel_style .siz_s{
    font-size: 3vw;
}

.shop_list .tel_style .siz_l{
    padding: 0 0 0;
    font-size: 4vw;
}

.shop_list .map{
    margin: 4vw 0 0;
    line-height: 0;
}

.shop_list .map iframe{
    width: 100%;
    height: 80vw;
}

.shop_list .btn_arrow_light{
    position: absolute;
    top: 3vw;
    right: 2vw;
}


/* purchase_flow
   ================================================================== */
.purchase_flow{
	padding: 15vw 0 0;
    overflow: hidden;
}


/* tab_contents
   ========================================================================== */
.tab_contents{
	margin: 8vw 0 0;
}

/* tab */
.tab_contents .tab{
	overflow: hidden;
	font-size: 0;
    display: flex;
}

.tab_contents .tab li{
    padding: 0 10vw 0 4vw;
    width: 48%;
    height: 12vw;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    background: #bbb;
    border: 1px solid #bbb;
    border-radius: 100px;
    position: relative;
}

.tab_contents .tab li span{
    font-size: 3.2vw;
    letter-spacing: 0.1em;
    line-height: 150%;
    font-weight: 500;
    color: #fff;
    display: block;
}

.tab_contents .tab li svg{
    margin: auto;
    width: 5vw;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3vw;
    transform: rotate(90deg);
}

.tab_contents .tab li:nth-child(2){
	margin: 0 0 0 4%;
}

.tab_contents .tab li.select{
	background: #0F4589 !important;
    border-color: #0F4589 !important;
    color: #fff !important;
}

.tab_contents .tab li.select span{
    color: #fff !important;
}

.tab_contents .tab li.select svg path{
    fill: #fff !important;
}

/* content_box */
.tab_contents .content{
    padding: 8vw 0 0;
	position: relative;
	z-index: 0;
}

.tab_contents .content .content_box{
	padding: 0;
	opacity: 0;
	height: 0;
	visibility: hidden;
}

.tab_contents.load_ok .content .content_box{
	display: none;
}

.tab_contents .content .content_box.select{
	opacity: 1;
	display: block !important;
	height: auto;
	visibility: visible;
}

/* flow_top_text */
.tab_contents .flow_top_text{
    position: relative;
}

.tab_contents .flow_top_text .ttl{
    font-size: 3.7vw;
    color: #0082FC;
    font-weight: 700;
}

.tab_contents .flow_top_text p{
    margin: 2vw 0 0;
}

/* note_box */
.tab_contents .note_box{
    margin: 6vw 0 0;
    padding: 3vw;
    position: relative;
    border: 1px dashed #E74C3C;
}

.tab_contents .note_box .ttl{
    font-size: 3.6vw;
    color: #E74C3C;
    font-weight: 700;
}

.tab_contents .note_box p{
    margin: 1vw 0 0;
    color: #E74C3C;
}


/* number_ol
   ================================================================== */
.number_ol{
    position: relative;
}

.number_ol > li{
    margin: 6vw 0 0;
    padding: 3vw 2vw 3vw 10vw;
    position: relative;
    border-bottom: 1px dashed #ddd;
}

.number_ol > li:first-child{
    margin-top: 0;
}

.number_ol .number{
    font-size: 3.9vw;
    top: 0;
    left: 2vw;
    font-weight: 400;
    line-height: 1;
    color: #ccc;
    position: absolute;
}


/* purchase_price_page
   ================================================================== */
.purchase_price_page{
    position: relative;
}

/* purchase_price_wrap */
.purchase_price_wrap{
    margin: 8vw 0 0;
    position: relative;
}

.purchase_price_wrap .photo{
    position: relative;
}

.purchase_price_wrap .photo img{
    width: 100%;
}

.purchase_price_wrap .photo img + img{
    margin-top: 5vw;
}

.purchase_price_wrap .right_box{
    padding: 8vw 0 0;
}

.purchase_price_wrap .right_box .string_box .item_name{
    margin: 0;
}

.purchase_price_wrap .right_box .name{
    margin: 4vw 0 0;
    font-size: 5.5vw;
    font-weight: 700;
    color: #0F4589;
}

.purchase_price_wrap .right_box .item_price_wrap .item_price_ttl{
    font-size: 3.5vw;
}

.purchase_price_wrap .right_box .item_price_wrap .item_price_number{
    font-size: 6vw;
}

/* step_wrap */
.step_wrap{
    margin: 6vw 0 0;
}

.step_list{
    font-size: 0;
}

.step_list > li{
    margin: 6vw 0 0;
    padding: 4vw;
    border: 4px solid #eee;
    font-size: 0;
}

.step_list .ttl{
    font-size: 3.5vw;
    font-weight: 700;
    color: #E36B2B;
    letter-spacing: 0.05em;
}

.step_list .ttl span{
    font-size: 4.5vw;
    font-weight: inherit;
    color: inherit;
}

.step_list .ttl + p{
    margin: 1vw 0 0;
    font-weight: 700;
}

.step_list .select_parts{
    margin: 3vw 0 0;
}

.step_list select{
	margin: 0;
	padding: 15px;
	font-size: 16px;
	box-sizing: border-box;
	width: 100%;
    background: #fff;
	border: 1px solid #ddd;
	vertical-align: middle;
    border-radius: 10px;
}

.step_list select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("../images/common/down-arrow.svg");
    background-color: #fff;
	background-repeat: no-repeat;
	background-size: 10px 8px;
	background-position: right 16px center;
}

/* radio_list01 */
.step_list .radio_list01{
    margin-top: -13px;
	font-size: 0;
}

.step_list .radio_list01 > li{
	margin: 13px 10px 0 0;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    line-height: 0;
    width: calc((100% / 2) - 5px);
}

.step_list .radio_list01 > li:nth-child(2n+2){
	margin-right: 0;
}

/* radio_list02 */
.step_list .radio_list02{
    margin-top: 0;
	font-size: 0;
}

.step_list .radio_list02 > li{
	margin: 10px 0 0;
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    line-height: 0;
}

.step_list .radio_list02 .radio_btn + span{
	display: flex;
    justify-content: space-between;
}

.step_list .radio_list02 .situation_price{
	letter-spacing: 0.05em;
}

.step_list .radio_btn{
	display: none !important;
}

.step_list label{
	margin: 0 0 0;
	display: block;
    cursor: pointer;
}

.step_list .radio_btn + span{
	margin: 0 0 0;
	padding: 3vw;
	position: relative;
    line-height: 150%;
	font-size: 3.5vw;
	vertical-align: middle;	
	display: block;
    text-align: center;
	background: #fff;
    border: 1px solid #ddd;
	border-radius: 10px;
	/*padding: 15px;*/
	/*font-size: 16px;*/
}

.step_list .radio_btn + span span{
    line-height: inherit;
	font-size: inherit;
    color: inherit;
	display: inline-block;
    text-align: center;
}

.step_list .radio_btn:checked + span{
	background: #0082FC;
	border-color: #0082FC;
	color: #fff;
}

/* appraised_amount */
.appraised_amount{
    margin: 10vw 0 0;
    display: flex;
    align-items: center;
}

.appraised_amount h3{
    width: 30vw;
    height: 15vw;
    font-size: 5vw;
    font-weight: 700;
    color: #fff;
    background: #E60213;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.appraised_amount .right{
    width: calc(100% - 30vw);
    height: 15vw;
    border: 4px solid #E60213;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.appraised_amount .right p{
    font-size: 7vw;
    font-weight: 900;
    letter-spacing: 0.05em;
    color: #E60213;
}

.appraised_amount .right p span{
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    color: inherit;
    display: inline-block;
    line-height: inherit;
}

/* note */
.purchase_price_page .note{
    margin: 8vw 0 0;
}

.purchase_price_page .note .update{
    margin: 4vw 0 0;
    font-size: 4vw;
    color: #E36B2B;
}

/* purchase_line_btn */
.purchase_line_btn{
    margin: 8vw 0 0;
    text-align: center;
}

.purchase_line_btn .ttl{
    margin: 0 auto 6vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.purchase_line_btn .ttl .logo{
    width: 35vw;
}

.purchase_line_btn .ttl .line{
    margin: 0 0 0 2vw;
    width: 15vw;
}


/* shop_information
   ================================================================== */
.shop_information{
    padding: 10vw 0 0;
}

.shop_information .design_table{
    margin-top: 6vw;
}


/* shop_access
   ================================================================== */
.shop_access{
    padding: 10vw 0 0;
    overflow: hidden;
}

.shop_access .access_slider{
    margin: 6vw 0 0;
    width: 80vw;
    overflow: inherit;
}

.access_slider .txt_box{
    padding: 0 3vw 0;
    position: relative;
}

.access_slider .number{
    margin: -6vw 0 0;
    font-size: 10vw;
    color: #D2E9FF;
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 1;
}

.access_slider p{
    margin: 2vw 0 0;
    font-size: 3.5vw;
}


/* oc_list
   ================================================================== */
.oc_list{
	margin: 5vw 0 0;
}

.oc_list > dl{
	margin: 6vw 0 0;
}

.oc_list > dl:first-child{
	margin: 0 0 0;
}

.oc_list > dl dt{
	padding: 3vw 8vw 3vw 3vw;
    font-size: 3.8vw;
    font-weight: 500;
    color: #fff;
    background: #0F4589;
	position: relative;
}

.oc_list > dl dt::after{
	content: "";
    background-image: url("../images/common/icon_plus.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
	width: 4vw;
	height: 4vw;
	position: absolute;
	right: 3vw;
	top: 4.2vw;
}

.oc_list > dl dt.active::after{
	background-image: url("../images/common/icon_minus.svg");
}

.oc_list > dl dd{
	padding: 0 0 0;
    overflow: hidden;
    display: none;
}

.oc_list > dl:first-child dd{
	display: block;
}


@media screen and (min-width : 500px){


    /* banner_links_block
       ================================================================== */
    .banner_links_block{
        margin: 5.0vw 0 0;
    }

    .banner_links_block ul{
        display: flex;
        flex-wrap: wrap;
        /*左寄せの場合 justify-content: flex-start; */
        justify-content: center;
    }

    .banner_links_block ul li{
        margin: 2.0vw 2.0vw 0 0;
        width: 40%;
    }


    /* page_title_block
       ================================================================== */
    .page_title_block .title_bg .inner{
        height: 12.0vw;
    }

    .page_title_block .title_bg .title{
        font-size: 2.8vw;
    }


    /* pankz
       ================================================================== */
    .pankz{
        padding: 2.4vw 0 5.0vw;
    }

    .pankz > li{
        margin: 0 2.4vw 0 0;
    }

    .pankz > li::before{
        width: .4vw;
        height: 2.0vw;
        left: calc(100% + 1.0vw);
    }

    .pankz > li > span,
    .pankz > li a{
        font-size: 1.3vw;
    }
    
    .pankz > li a:hover{
        text-decoration: underline;
    }


    /* block_title_box
       ================================================================== */
    .block_title_box .ttl_icon{
        padding-right: 1.1vw;
        width: 7.5vw;
    }

    .block_title_box.smartphone .ttl_icon{
        padding-right: 2.2vw;
    }

    .block_title_box .block_title{
        width: calc(100% - 7.5vw);
    }


    /* block_title
       ================================================================== */
    .block_title .siz_l{
        font-size: 2.8vw;
    }

    .block_title .siz_s{
        margin: .5vw 0 0;
        font-size: 1.4vw;
    }

    
    /* bg_title
       ================================================================== */
    .bg_title{
        padding: 1.6vw 2.0vw;
        font-size: 1.8vw;
    }


    /* item_list
       ================================================================== */
    .item_list{
        font-size: 0;
    }

    .item_list > li{
        margin: 3.0vw 2% 0 0;
        width: 32%;
        display: inline-block;
    }

    .item_list > li:nth-child(2n+2){
        margin-right: 2%;
    }

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

    /* w235 */
    .item_list.w235 > li{
        margin: 4.0vw 2% 0 0;
        width: 23.5%;
        display: inline-block;
    }

    .item_list.w235 > li:nth-child(4n+2){
        margin-right: 2%;
    }

    .item_list.w235 > li:nth-child(4n+3){
        margin-right: 2%;
    }

    .item_list.w235 > li:nth-child(4n+4){
        margin-right: 0;
    }


    /* item_box
       ================================================================== */
    .item_box .box_frame{
        transition: .3s;
    }

    .item_box .box_frame:hover{
        opacity: .5;
    }

    .item_box .string_box{
        padding: 2.0vw 0 0;
    }

    /* item_name */
    .item_name{
        margin: 0 auto;
        padding: .3vw 1.8vw;
        min-width: 20.0vw;
        min-height: 3.0vw;
        font-size: 1.6vw;
    }

    /* item_price_wrap */
    .item_price_wrap .item_price_list{
        padding: 1.5vw 1.0vw 1.0vw;
    }

    .item_price_wrap .item_price_ttl{
        font-size: 1.4vw;
    }

    .item_price_wrap .item_price_number{
        font-size: 2.6vw;
    }

    /* assessment_btn_show */
    .item_list.assessment_btn_show .assessment_btn{
        margin: 1.5vw auto 0;
        width: 14.0vw;
    }


	/* design_table
	   ================================================================== */
	.design_table{
		width: 100%;
		box-sizing: border-box;
	}
	
	.design_table th,
	.design_table td{
		width: auto;
		display: table-cell;
		vertical-align: middle;
		box-sizing: border-box;
	}
	
	.design_table th,
	.design_table td,
    .design_table td p{
        font-size: 1.5vw;
        line-height: 3.0vw;
    }

	.design_table th{
		padding: 0 2vw 0 5vw;
		width: 23%;
	}
	
	.design_table .col th{
		padding: 2vw 2vw 2vw 5vw;
	}
	
	.design_table .title_top th{
		padding-top: 2vw;
		vertical-align: top;
	}
	
	.design_table td{
		padding: 2.5vw 0;
	}

	.design_table td .border{
		padding: 0 2vw 0 5vw;
		border-top: none;
		border-left: 1px solid #ddd;
		min-height: 3vw;
		display: flex;
		align-items: center;
        box-sizing: border-box;
	}

	.design_table td .border.box_in{
		display: block;
	}

    .design_table td .box{
    	margin-right: -2.0vw;
    }

    .design_table td .box + .box{
    	margin-top: 1.5vw;
        padding-top: 1.5vw;
    }
    
    .design_table td .ttl + p{
    	margin: .7vw 0 0;
    }

    .design_table td .googlemap_btn{
        margin: 0 0 0 3.5vw;
    }


    /* faq_list
       ================================================================== */
    .faq_list > li{
        margin: 2.5vw 0 0;
    }

    .faq_list .question{
        padding: 1.6vw 2.5vw;
    }

    .faq_list .question > span{
        padding: 0 0 0 3.7vw;
        font-size: 1.6vw;
    }

    .faq_list .question > span::before{
        font-size: 1.8vw;
    }

    .faq_list .answer{
        padding: 2.3vw 2.5vw;
    }

    .faq_list .answer p{
        line-height: 2.7vw;
    }

    .faq_list .answer p + p{
        margin-top: 1.3vw;
    }

    .faq_list .answer p.f14{
        font-size: 1.4vw;
    }
 	

    /* index_list_block
       ================================================================== */
    .index_list_block{
        padding: 8.0vw 0 0;
    }

    .index_list_block .news_list,
    .index_list_block .report_list{
        margin-top: 4.0vw;
    }

    .index_list_block .btn_arrow_light{
        margin-top: 3.5vw;
    }


    /* news_list
       ================================================================== */
    .news_list > li + li{
        margin: 2.0vw 0 0;
    }

    .news_list a{
        padding: 4.0vw 2.0vw 4.0vw 0;
    }

    .news_list a > span{
        
    }

    .news_list a .date_flex{
        margin: 0 0 1.0vw;
    }

    .news_list a .date{
        width: 9.1vw;
    }

    .news_list a .hash_categories{
        width: calc(100% - 9.1vw);
    }

    .news_list a .date,
    .news_list a .hash_categories span{
        font-size: 1.4vw;
    }

    .news_list a .title{
        font-size: 1.6vw;
    }

    .news_list a span{
        transition: .5s;
    }

    .news_list a:hover span{
    }

    .news_list a:hover .hash_categories span{
    }

    .news_list a::after{
        content: "";
        background: #0082fc12;
        width: 100vw;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 0 100px 100px 0;
        transition: .5s;
        transform: scaleX(0);
        transform-origin: left center;
    }

    .news_list a:hover::after{
        transform: scaleX(1);
    }


    /* report_list
       ================================================================== */
    .report_list > li + li{
        margin: 2.0vw 0 0;
    }

    .report_list a{
        padding: 2.5vw 2.0vw 2.5vw 0;
    }

    .report_list a .thum{
        width: 10.0vw;
        height: 10.0vw;
    }

    .report_list a .right_box{
        padding: .5vw 0 0 2.5vw;
        width: calc(100% - 10.0vw);
    }

    .report_list a .date_flex{
        margin: 0 0 .4vw;
    }

    .report_list a .date{
        width: 9.1vw;
    }

    .report_list a .hash_categories{
        width: calc(100% - 9.1vw);
    }

    .report_list a .date,
    .report_list a .hash_categories span{
        font-size: 1.4vw;
    }

    .report_list a .title{
        font-size: 1.5vw;
    }

    .report_list a .purchase_price{
        margin: .4vw 0 0;
        font-size: 1.6vw;
    }

    .report_list a span{
        transition: .5s;
    }

    .report_list a:hover span{
    }

    .report_list a:hover .hash_categories span{
    }

    .report_list a::after{
        content: "";
        background: #0082fc12;
        width: 200vw;
        height: 100%;
        position: absolute;
        top: 0;
        left: -100vw;
        transition: .5s;
        transform: scaleX(0);
        transform-origin: left center;
    }

    .report_list a:hover::after{
        transform: scaleX(1);
    }


    /* list_page
       ================================================================== */
    .list_page{
        margin-top: -5.0vw;
        padding-top: 5.0vw;
        position: relative;
    }

    .list_page .list_page_title{
        margin: 0 0 5.0vw;
        width: 87%;
    }

    .list_page .list_page_title h3{
        font-size: 2.5vw;
    }


    /* select_category
       ================================================================== */
    .select_category{
        top: -6.0vw;
        right: 2vw;
    }

    .select_category .select_btn{
        padding: .8vw 5.0vw .8vw 2.0vw;
        font-size: 1.4vw;
        transition: .3s;
    }

    .select_category .select_btn:hover{
        color: #0082FC;
    }

    .select_category .select_btn::before{
        width: 1.0vw;
        height: .6vw;
        right: 1.7vw;
    }

    .select_category ul{
        min-width: 23.0vw;
        right: 0;
    }

    .select_category ul > li{
        margin: 0 0 0;
    }

    .select_category ul > li a{
        padding: 0 4.0vw 0 2.3vw;
        height: 6.0vw;
        font-size: 1.4vw;
    }

    .select_category ul > li a::after{
        content: "";
        background: #0082FC;
        width: 100%;
        height: 1px;
        position: absolute;
        top: 100%;
        left: 0;
        transition: transform .5s cubic-bezier(0.77, 0.38, 0.43, 0.85);
        transform: scaleX(0);
        transform-origin: right center;
    }

    .select_category ul > li:last-child a{
        border-bottom: none;
    }

    .select_category ul > li a:hover::after{
        transform: scaleX(1);
        transform-origin: left center;
    }


    /* show_page
       ================================================================== */
    .show_page{
        margin: 0 0 0;
    }


	/* pagination
	   ================================================================== */
	.pagination{
		margin: 7.6vw 0 0;
		padding: 0;
	}

    .pagination a,
    .pagination .active span{
    	padding: 1px 0 0;
    }
	
	.pagination a:hover{
		background: #0082FC;
	}


    /* news_show
       ================================================================== */
    .news_show .inner{
        padding-top: 9.5vw;
        padding-bottom: 11.0vw;
    }
     

	/* sns_area
	   ================================================================== */
    .sns_area {
        margin: 2vw 0 0;
    }
    
	.sns_area div{
		margin-bottom: 0;
		margin-right: 5px;
	}


    /* detail_page
       ================================================================== */
    .detail_page{
    	margin: 0 0 0;
    }

    .detail_page .detail_box h1{
    	font-size: 20px;
    	margin: 0 0 10px;
    	padding: 0 10px 10px;
    }
    
    .detail_page .f_box{
    	margin: 2vw 0 0;
    }
    
    .detail_page .hiduke{
        margin-right: 2vw;
        font-size: 1.8vw;
    }
    
    .detail_page .detail_categories{
    	margin: -5px 0 0;
    }
    
    .detail_page .detail_categories > ul{
        font-size: 0;
    }
    
    .detail_page .detail_categories > ul > li{
        padding: .5vw 2vw;
        margin: 5px 5px 0 0;
        font-size: 1.5vw;
        transition: .3s;
    }
    
    .detail_page .photo{
    	margin: 2vw 0 0;
    }
    	
    .detail_page .detail_body{
    	margin: 3vw 0 0;
    }


    /* toc
       ================================================================== */
    .toc_wrap{
        margin: 5.0vw 0 5.0vw;
    }

    .toc_wrap .toc_titl{
        padding: 3.2vw 3.0vw;
        font-size: 1.8vw;
    }

    .toc_wrap .toc_titl:before{
        width: 2.0vw;
        height: 1.8vw;
        right: 3.0vw
    }

    #toc{
        margin: -2.0vw 3.0vw 4.0vw;
    }

    #toc .toc-level-0{
        margin-left: 5.0vw;
    }

    #toc .toc-level-0 > li > a{
        padding: 1.8vw 0 1.8vw .5vw;
        font-size: 1.6vw;
    }

    #toc .toc-level-1{
        padding: 0 0 0 0;
    }

    #toc .toc-level-2{
        padding: 0 0 0 1.6vw;
    }

    #toc .toc-level-1 li a{
        padding: 1.4vw 0 1.4vw 1.2vw;
        font-size: 1.5vw;
    }


    /* author_information
       ================================================================== */
    .author_information{
        margin: 5.0vw 0;
        padding: 2.5vw 3.0vw 2.0vw;
        display: flex;
    }

    .author_information .ttl{
        margin: 0;
        width: 23.0vw;
    }

    .author_information .text_box{
        padding: 0 0 0 3.0vw;
        width: calc(100% - 23.0vw);
        box-sizing: border-box;
    }

    .author_information .text_box p{
        font-size: 1.4vw;
        line-height: 2.5vw;
    }

    .author_information .text_box p a:hover{
        text-decoration: none;
    }


    /* date_tag_box
       ================================================================== */
    .date_tag_box{
        display: flex;
    }

    .date_tag_box *{
        font-size: 1.5vw;
    }

    .date_tag_box .date{
        padding: .3vw 0 0;
        width: 10.0vw;
    }

    .date_tag_box .hash_categories,
    .date_tag_box .hash_categories_box{
        width: calc(100% - 10.0vw);
    }

    .date_tag_box .hash_categories *,
    .date_tag_box .hash_categories_box *{
        margin-right: 1.0vw;
        margin-bottom: 0;
    }

    .date_tag_box .hash_categories *{
        margin-top: .4vw;
    }

    .date_tag_box .hash_categories_box a{
        transition: .3s;
    }

    .date_tag_box .hash_categories_box a:hover{
        opacity: .5;
    }

    .hash_categories_box *{
        padding: .5vw 1.7vw;
        font-size: 1.3vw;
    }

    /* report_page */
    .hash_categories_box.blue{
        margin: 3.0vw 0 0;
    }

    .show_purchase_price{
        margin: 2.0vw 0 0;
        padding: 2.0vw;
    }

    .show_purchase_price .ttl{
        font-size: 1.8vw;
    }

    .show_purchase_price .price{
        font-size: 3.5vw;
    }

    .show_voice_ttl{
        margin: 5.0vw 0 0;
        padding: 1.4vw 1.5vw 1.4vw 6.7vw;
        font-size: 1.8vw;
    }

    .show_voice_ttl::before{
        width: 3.3vw;
        height: 3.3vw;
        top: 1.1vw;
        left: 1.7vw;
    }

    .mat30{
        margin-top: 3.0vw !important;
    }

    .mat46{
        margin-top: 4.6vw !important;
    }


	/* detail_btn_area
	   ================================================================== */
	.detail_btn_area{
		margin: 11.5vw 0 0;
		font-size: 0;
		text-align: center;
	}
	
    .detail_btn_area .arrow_btn,
    .detail_btn_area .arrow_btn.next,
    .detail_btn_area .arrow_btn.prev{
    	width: 32%;
    }

    .detail_btn_area .arrow_btn.back{
    	margin: 0 2%;
    }
    
	.detail_btn_area .arrow_btn a,
	.detail_btn_area .arrow_btn button{
		padding: 0;
		width: 100%;
        height: 45px;
        line-height: 45px;
		text-align: center;
		font-size: 15px;
		letter-spacing: 0.10em;
		transition: .3s;
		cursor: pointer;
	}
	
	.detail_btn_area .arrow_btn path{
		transition: .3s;
	}
	
	.detail_btn_area .arrow_btn a:hover,
	.detail_btn_area .arrow_btn button:hover{
		background: #0082FC;
		border-color: #0082FC;
        color: #fff;
	}

	.detail_btn_area .arrow_btn a:hover path{
        fill: #fff;
	}


    /* hash_categories
       ================================================================== */
    .hash_categories{
        display: block;
    }

    .hash_categories > a,
    .hash_categories > span{
        margin: 1.0vw 1.0vw 0 0;
        font-size: 1.4vw;
        transition: .3s;
    }

    .hash_categories > a:hover{
        opacity: .5;
    }


    /* contact_block
       ================================================================== */
    .contact_block{
    	padding-top: 2.0vw;
    }

    /* form */
    .contact .top_note{
    	margin: 0 0 1.7vw;
        font-size: 1.8vw;
    }
    
    .contact .top_text{
    	margin: 0 0 0;
        font-size: 1.5vw;
        text-align: center;
    }
    
    .contact .conf_text{
        margin: 0 0 0;
    	font-size: 1.5vw;
        line-height: 2.5vw;
    }
    
    .contact table{
        margin: 7vw auto 0;
        width: 70%;
    }
    
    .contact th,
    .contact td{
        width: auto;
    	font-size: 15px;
    }
    
    .contact th{
    	padding: 0 0 0;
        box-sizing: border-box;
    }
    
    .contact .title_top th{
    	padding-top: 31px;
        vertical-align: top;
    }
    
    .contact td{
    	padding: 17px 0 18px;
    }
    
    .contact .check_bg,
    .contact output,
    .contact input,
    .contact select,
    .contact textarea{
    	margin: 0;
    	font-size: 16px;
    	padding: 15px;
        max-width: 95%;
    }
	
	.contact select{
		vertical-align: middle;
	}
    
    .contact textarea{
        height: 180px;
    }
    
    /* ラジオボタン */
    .contact .radio_input{
        padding: 17px 0 2px;
    }

    .contact .radio_input .check_bg,
    .contact .radio_input output{
        margin: 0 0 15px;
    }
    
    .radio_input label{
        margin: 0 10px 15px 0;
    	display: inline-flex;
        align-items: center;
    }
    
    input[type='checkbox'] ,
    input[type='radio'] {
        appearance: none;
        outline: none;
        display: block;
        position: relative;
        text-align: center;
        cursor: pointer;
        width: 18px;
        height: 18px;
    	margin: 0 10px 0 0;
        font-size: 0;
        padding: 0;
        border: none;
    }
    
    input[type='checkbox']::before ,
    input[type='radio']::before {
        width: 18px;
        height: 18px;
    }
    
    input[type='checkbox']::after ,
    input[type='radio']::after {
        left: 5px;
        top: 5px;
        width: 10px;
        height: 10px;
    }

    .zas_btn_area{
    	margin: auto;
    	text-align: center;
    	padding: 60px 0 0;
    	font-size: 0;
    	box-sizing: border-box;
    }
    
    .zas_btn_area button{
    	font-size: 16px;
    	color: #FFF;
    	border: 2px solid #0082FC;
    	position: relative;
    	overflow: hidden;
    	text-align: center;
        transition: .3s;
        cursor: pointer;
    }
    
    .zas_btn_area button span{
    	padding: 12px 0;
    	border: none;
    	display: block;
    	font-size: 16px;
        transition: .3s;
    }
    
    .zas_btn_area .zas_btn01 button{
    	width: 50%;
    	max-width: 280px;
    }
    
    .zas_btn_area .zas_btn02 button{
    	margin-right: 2%;
    	width: 28%;
        border-color: #ccc;
    }
    
    .zas_btn_area .zas_btn03 button{
    	width: 50%;
    	max-width: 280px;
    }
    
    .zas_btn_area .zas_btn01 button:hover,
    .zas_btn_area .zas_btn03 button:hover{
    	background: #fff;
    }
    
    .zas_btn_area .zas_btn02 button:hover{
    	opacity: .5;
    }
    
    .zas_btn_area .zas_btn01 button:hover span,
    .zas_btn_area .zas_btn03 button:hover span{
    	color: #0082FC;
    }


    /* thanks
       ================================================================== */
    .contact_block.thanks{
        padding-top: 7.0vw;
        text-align: center;
    }
    
    .thanks h3{
        font-size: 3.2vw;
    }

    .thanks p{
        margin: 4.6vw 0 0;
    	font-size: 1.5vw;
        line-height: 2.5vw;
    }
    
    .thanks .go_top_btn{
    	margin: 8.5vw 0 0;
    }


    /* index_brand
       ================================================================== */
    .index_brand{
        padding: 8.5vw 0 0;
    }

    .thum_slider{
        margin: 3.5vw 0 0;
        width: 100%;
    }


    /* index_model
       ================================================================== */
    .index_model{
        padding: 7.3vw 0 0;
    }


    /* banner_block
       ================================================================== */
    .banner_block{
        margin: -6.3vw auto 0;
        padding: 0 0 3.3vw;
    }

    .banner_block::before{
        height: calc(100% - 6.3vw);
        top: 6.3vw;
    }

    .banner_slider{
        margin: 0 auto;
        width: 80%;
    }

    .banner_box{
        line-height: 0;
        background: #fff;
    }

    .banner_box .banner_frame{
        padding: 1.5vw;
    }

    .banner_box a{
        transition: .3s;
    }

    .banner_box a:hover{
        opacity: .5;
    }


    /* kv
       ================================================================== */
    .kv{
        margin: 0 0 0;
    }

    .kv .kv_photo{
        background-image: url("../images/kv/webp/main.webp");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto 100%;
        position: relative;
        z-index: 1;
    }

    /* naha */
    .naha_page .kv .kv_photo{
        background-image: url("../images/naha/webp/main.webp");
    }

    /* urasoe */
    .urasoe_page .kv .kv_photo{
        background-image: url("../images/urasoe/webp/main.webp");
    }

    /* okinawashi */
    .okinawashi_page .kv .kv_photo{
        background-image: url("../images/okinawashi/webp/main.webp");
    }

    /* miyako */
    .miyako_page .kv .kv_photo{
        background-image: url("../images/miyako/webp/main.webp");
    }

    /* ishigaki */
    .ishigaki_page .kv .kv_photo{
        background-image: url("../images/ishigaki/webp/main.webp");
    }

    /* niigata-higashi */
    .niigata-higashi_page .kv .kv_photo{
        background-image: url("../images/niigata-higashi/webp/main.webp");
    }

    .kv .inner{
        max-width: 1000px;
        height: 75.0vw;
    }

    .kv .catch{
        bottom: 11.6vw;
        left: 4.0vw;
        width: 46.0vw;
    }
    
    .kv .catch.characters_3{
        width: 56.0vw;
    }


    /* shop_page
       ================================================================== */
    .shop_page{
        position: relative;
    }

    /* 県リスト */
    .prefecture_list{
        margin: 0 0 0;
    }

    .prefecture_list > li + li{
        margin: 5.0vw 0 0;
    }

    /* shop_list */
    .shop_list{
        margin: 3.0vw 0 0;
    }

    .shop_list > li{
        margin: 2.5vw 0 0;
        padding: 3.0vw;
    }

    .shop_list .site_logo{
        width: 16.3vw;
    }

    .shop_list .name{
        margin: 1.0vw 0 0;
        font-size: 2.2vw;
    }

    .shop_list .text_box{
        margin: .4vw 0 0;
    }

    .shop_list .text_box p{
        font-size: 1.6vw;
    }

    .shop_list .tel_style{
        margin: .2vw 0 .6vw;
    }

    .shop_list .tel_style .siz_s{
        font-size: 1.6vw;
    }

    .shop_list .tel_style .siz_l{
        font-size: 2.2vw;
    }

    .shop_list .map{
        margin: 2.9vw 0 0;
    }

    .shop_list .map iframe{
        height: 43.0vw;
    }

    .shop_list .btn_arrow_light{
        top: 2.7vw;
        right: 2.5vw;
    }


    /* purchase_flow
       ================================================================== */
    .purchase_flow{
        padding: 8.0vw 0 0;
    }


    /* tab_contents
       ========================================================================== */
    .tab_contents{
        margin: 3.0vw 0 0;
    }

    /* tab */
    .tab_contents .tab{
        overflow: hidden;
        font-size: 0;
        display: flex;
    }

    .tab_contents .tab li{
        padding: 0 4.0vw 0 2.5vw;
        width: 20.0vw;
        height: 4.5vw;
        cursor: pointer;
        transition: .3s;
    }

    .tab_contents .tab li:hover{
        background: #fff;
    }

    .tab_contents .tab li span{
        font-size: 1.6vw;
        transition: .3s;
    }

    .tab_contents .tab li:hover span{
        color: #0F4589;
    }

    .tab_contents .tab li svg{
        width: 1.7vw;
        right: 1.5vw;
    }

    .tab_contents .tab li svg path{
        transition: .3s;
    }

    .tab_contents .tab li:hover svg path{
        fill: #0F4589;
    }

    .tab_contents .tab li:nth-child(2){
        margin: 0 0 0 2.0vw;
    }

    /* content_box */
    .tab_contents .content{
        padding: 4.0vw 0 0;
    }

    /* flow_top_text */
    .tab_contents .flow_top_text{
        position: relative;
    }

    .tab_contents .flow_top_text .ttl{
        font-size: 1.7vw;
    }

    .tab_contents .flow_top_text p{
        margin: 2.0vw 0 0;
        line-height: 2.8vw;
    }

    /* note_box */
    .tab_contents .note_box{
        margin: 3.0vw 0 0;
        padding: 1.5vw 2.0vw;
    }

    .tab_contents .note_box .ttl{
        font-size: 1.6vw;
    }

    .tab_contents .note_box p{
        margin: .6vw 0 0;
    }


    /* number_ol
       ================================================================== */
    .number_ol{
        position: relative;
    }

    .number_ol > li{
        margin: 1.5vw 0 0;
        padding: .5vw 1.0vw 1.0vw 3.5vw;
    }

    .number_ol .number{
        font-size: 1.5vw;
        top: 0;
        left: 1.0vw;
    }

    .number_ol p{
        line-height: 3.0vw;
    }


    /* purchase_price_page
       ================================================================== */
    .purchase_price_page{
        position: relative;
    }

    /* purchase_price_wrap */
    .purchase_price_wrap{
        margin: 3.5vw 0 0;
        font-size: 0;
    }

    .purchase_price_wrap .photo{
        position: sticky;
        top: 0;
        left: 0;
        display: inline-block;
        width: 44.0vw;
        min-height: 44.0vw;
    }

    .purchase_price_wrap .photo img + img{
        margin-top: 2.0vw;
    }

    .purchase_price_wrap .right_box{
        margin: 0 0 0 auto;
        padding: 0 0 0 3.0vw;
        display: inline-block;
        width: calc(100% - 44.0vw);
        box-sizing: border-box;
        vertical-align: top;

    }

    .purchase_price_wrap .right_box .string_box .item_name{
        margin: 0;
    }

    .purchase_price_wrap .right_box .name{
        margin: 1.5vw 0 0;
        font-size: 3.0vw;
    }

    .purchase_price_wrap .right_box .item_price_wrap .item_price_ttl{
        font-size: 1.5vw;
    }

    .purchase_price_wrap .right_box .item_price_wrap .item_price_number{
        font-size: 3.0vw;
    }

    /* step_wrap */
    .step_wrap{
        margin: 3.0vw 0 0;
    }

    .step_list{
        font-size: 0;
    }

    .step_list > li{
        margin: 2.0vw 0 0;
        padding: 1.7vw 2.0vw;
    }

    .step_list .ttl{
        font-size: 1.5vw;
    }

    .step_list .ttl span{
        font-size: 1.8vw;
    }

    .step_list .ttl + p{
        margin: .3vw 0 0;
    }

    .step_list .select_parts{
        margin: 1.5vw 0 0;
    }

    .step_list select{
        margin: 0;
        padding: 15px;
        font-size: 16px;
    }

    .step_list select{
        background-size: 10px 8px;
        background-position: right 16px center;
        cursor: pointer;
    }

    /* radio_list01 */
    .step_list .radio_list01{
        margin-top: -13px;
        font-size: 0;
    }

    .step_list .radio_list01 > li{
        margin: 13px 10px 0 0;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        line-height: 0;
        width: calc((100% / 2) - 5px);
    }

    .step_list .radio_list01 > li:nth-child(2n+2){
        margin-right: 0;
    }

    /* radio_list02 */
    .step_list .radio_list02{
        margin-top: 0;
        font-size: 0;
    }

    .step_list .radio_list02 > li{
        margin: 1.0vw 0 0;
    }

    .step_list .radio_btn + span{
        padding: 1.5vw;
        font-size: 16px;
    }

    .step_list .radio_btn + span span{
        line-height: inherit;
        font-size: inherit;
        color: inherit;
        display: inline-block;
        text-align: center;
    }

    .step_list .radio_btn:checked + span{
        background: #0082FC;
        border-color: #0082FC;
        color: #fff;
    }

    /* appraised_amount */
    .appraised_amount{
        margin: 4.0vw 0 0;
        display: flex;
        align-items: center;
    }

    .appraised_amount h3{
        width: 24.0vw;
        height: 11.0vw;
        font-size: 2.8vw;
    }

    .appraised_amount .right{
        width: calc(100% - 24.0vw);
        height: 11.0vw;
    }

    .appraised_amount .right p{
        font-size: 5.0vw;
    }

    /* note */
    .purchase_price_page .note{
        margin: 3.5vw 0 0;
    }

    .purchase_price_page .note .update{
        margin: 2.0vw 0 0;
        font-size: 1.8vw;
    }

    /* purchase_line_btn */
    .purchase_line_btn{
        margin: 6.0vw 0 0;
    }

    .purchase_line_btn .ttl{
        margin: 0 auto 2.0vw;
    }

    .purchase_line_btn .ttl .logo{
        width: 20.0vw;
    }

    .purchase_line_btn .ttl .line{
        margin: 0 0 0 1.3vw;
        width: 8.1vw;
    }


    /* shop_information
       ================================================================== */
    .shop_information{
        padding: 5.0vw 0 0;
    }

    .shop_information .design_table{
        margin-top: 3.0vw;
    }


    /* shop_access
       ================================================================== */
    .shop_access{
        padding: 5.0vw 0 0;
    }

    .shop_access .access_slider{
        margin: 3.0vw 0 0;
        width: 50.0vw;
    }

    .access_slider .txt_box{
        padding: 0 1.3vw;
    }

    .access_slider .number{
        margin: -3.3vw 0 0;
        font-size: 5.0vw;
    }

    .access_slider p{
        margin: 1.0vw 0 0;
        font-size: 1.5vw;
        line-height: 2.5vw;
    }


    /* oc_list
       ================================================================== */
    .oc_list{
        margin: 3.5vw 0 0;
    }

    .oc_list > dl{
        margin: 4.0vw 0 0;
    }

    .oc_list > dl dt{
        padding: 1.5vw 2.0vw;
        font-size: 1.8vw;
        transition: .3s;
        cursor: pointer;
    }

    .oc_list > dl dt:hover{
        background: #0082FC;
    }

    .oc_list > dl dt::after{
        width: 1.4vw;
        height: 1.4vw;
        right: 2.1vw;
        top: 2.5vw;
    }

    .oc_list > dl dd{
        padding: 0 0 0;
    }

    .oc_list > dl dd .item_list{
        margin-top: -1.5vw;
    }

    
}
@media screen and (min-width : 1040px){    


    /* banner_links_block
       ================================================================== */
    .banner_links_block{
        margin: 50px 0 0;
    }

    .banner_links_block ul{
        display: flex;
        flex-wrap: wrap;
        /*左寄せの場合 justify-content: flex-start; */
        justify-content: center;
    }

    .banner_links_block ul li{
        margin: 20px 20px 0 0;
        width: 40%;
    }


    /* page_title_block
       ================================================================== */
    .page_title_block .title_bg .inner{
        height: 120px;
    }

    .page_title_block .title_bg .title{
        font-size: 28px;
    }


    /* pankz
       ================================================================== */
    .pankz{
        padding: 24px 0 50px;
    }

    .pankz > li{
        margin: 0 24px 0 0;
    }

    .pankz > li::before{
        width: 4px;
        height: 20px;
        left: calc(100% + 10px);
    }

    .pankz > li > span,
    .pankz > li a{
        font-size: 13px;
    }


    /* block_title_box
       ================================================================== */
    .block_title_box .ttl_icon{
        padding-right: 11px;
        width: 75px;
    }

    .block_title_box.smartphone .ttl_icon{
        padding-right: 22px;
    }
v
    .block_title_box .block_title{
        width: calc(100% - 75px);
    }


    /* block_title
       ================================================================== */
    .block_title .siz_l{
        font-size: 28px;
    }

    .block_title .siz_s{
        margin: 5px 0 0;
        font-size: 14px;
    }

    
    /* bg_title
       ================================================================== */
    .bg_title{
        padding: 15px 20px;
        font-size: 18px;
    }


    /* item_list
       ================================================================== */
    .item_list{
        font-size: 0;
    }

    .item_list > li{
        margin: 30px 2% 0 0;
        width: 32%;
        display: inline-block;
    }

    .item_list > li:nth-child(2n+2){
        margin-right: 2%;
    }

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

    /* w235 */
    .item_list.w235 > li{
        margin: 40px 2% 0 0;
        width: 23.5%;
        display: inline-block;
    }

    .item_list.w235 > li:nth-child(4n+2){
        margin-right: 2%;
    }

    .item_list.w235 > li:nth-child(4n+3){
        margin-right: 2%;
    }

    .item_list.w235 > li:nth-child(4n+4){
        margin-right: 0;
    }


    /* item_box
       ================================================================== */
    .item_box .string_box{
        padding: 20px 0 0;
    }

    /* item_name */
    .item_name{
        margin: 0 auto;
        padding: 3px 18px;
        min-width: 200px;
        min-height: 30px;
        font-size: 16px;
    }

    /* item_price_wrap */
    .item_price_wrap .item_price_list{
        padding: 15px 10px 10px;
    }

    .item_price_wrap .item_price_ttl{
        font-size: 14px;
    }

    .item_price_wrap .item_price_number{
        font-size: 26px;
    }

    /* assessment_btn_show */
    .item_list.assessment_btn_show .assessment_btn{
        margin: 15px auto 0;
        width: 140px;
    }


	/* design_table
	   ================================================================== */
	.design_table th,
	.design_table td,
    .design_table td p{
        font-size: 15px;
        line-height: 30px;
	}

	.design_table th{
		padding: 0 10px 0 50px;
		width: 23%;
	}
		
	.design_table .title_top th{
		padding-top: 25px;
	}

	.design_table td{
		padding: 25px 0;
	}

	.design_table td .border{
		padding: 0 20px 0 50px;
        min-height: 30px;
	}

    .design_table td .box{
    	margin-right: -20px;
    }

    .design_table td .box + .box{
    	margin-top: 15px;
        padding-top: 15px;
    }
    
    .design_table td .ttl + p{
    	margin: 7px 0 0;
    }

    .design_table td .googlemap_btn{
        margin: 0 0 0 35px;
    }


    /* faq_list
       ================================================================== */
    .faq_list > li{
        margin: 25px 0 0;
    }

    .faq_list .question{
        padding: 16px 25px;
    }

    .faq_list .question > span{
        padding: 0 0 0 37px;
        font-size: 16px;
    }

    .faq_list .question > span::before{
        font-size: 18px;
    }

    .faq_list .answer{
        padding: 23px 25px;
    }

    .faq_list .answer p{
        line-height: 27px;
    }

    .faq_list .answer p + p{
        margin-top: 13px;
    }

    .faq_list .answer p.f14{
        font-size: 14px;
    }
 	

    /* index_list_block
       ================================================================== */
    .index_list_block{
        padding: 80px 0 0;
    }

    .index_list_block .news_list,
    .index_list_block .report_list{
        margin-top: 40px;
    }

    .index_list_block .btn_arrow_light{
        margin-top: 35px;
    }


    /* news_list
       ================================================================== */
    .news_list > li + li{
        margin: 20px 0 0;
    }

    .news_list a{
        padding: 40px 20px 40px 0;
    }

    .news_list a > span{
        font-size: 16px;
    }

    .news_list a .date_flex{
        margin: 0 0 10px;
    }

    .news_list a .date{
        width: 91px;
    }

    .news_list a .hash_categories{
        width: calc(100% - 91px);
    }

    .news_list a .date,
    .news_list a .hash_categories span{
        font-size: 14px;
    }

    .news_list a .title{
        font-size: 16px;
    }


    /* report_list
       ================================================================== */
    .report_list > li + li{
        margin: 20px 0 0;
    }

    .report_list a{
        padding: 25px 20px 25px 0;
    }

    .report_list a .thum{
        width: 100px;
        height: 100px;
    }

    .report_list a .right_box{
        padding: 5px 0 0 25px;
        width: calc(100% - 100px);
    }

    .report_list a .date_flex{
        margin: 0 0 4px;
    }

    .report_list a .date{
        width: 91px;
    }

    .report_list a .hash_categories{
        width: calc(100% - 91px);
    }

    .report_list a .date,
    .report_list a .hash_categories span{
        font-size: 14px;
    }

    .report_list a .title{
        font-size: 15px;
    }

    .report_list a .purchase_price{
        margin: 4px 0 0;
        font-size: 16px;
    }


    /* list_page
       ================================================================== */
    .list_page{
        margin-top: -50px;
        padding-top: 50px;
        position: relative;
    }

    .list_page .list_page_title{
        margin: 0 0 50px;
        width: 90%;
    }

    .list_page .list_page_title h3{
        font-size: 25px;
    }


    /* show_page
       ================================================================== */
    .show_page{
        margin: 0 0 0;
    }


    /* select_category
       ================================================================== */
    .select_category{
        top: -60px;
        right: 20px;
    }

    .select_category .select_btn{
        padding: 8px 50px 8px 20px;
        font-size: 14px;
    }

    .select_category .select_btn::before{
        width: 10px;
        height: 6px;
        right: 17px;
    }

    .select_category ul{
        min-width: 230px;
        right: 0;
    }

    .select_category ul > li{
        margin: 0 0 0;
    }

    .select_category ul > li a{
        padding: 0 40px 0 23px;
        height: 60px;
        font-size: 14px;
    }


	/* pagination
	   ================================================================== */
	.pagination{
		margin: 76px 0 0;
		padding: 0;
	}

    .pagination a,
    .pagination .active span{
        padding: 2px 0 0;
    	font-size: 15px;
    	width: 40px;
    	height: 40px;
    }


    /* news_show
       ================================================================== */
    .news_show .inner{
        padding-top: 95px;
        padding-bottom: 110px;
    }
     

	/* sns_area
	   ================================================================== */
    .sns_area {
        margin: 25px 0 0;
    }
    
	.sns_area div{
		margin-right: 10px;
	}


    /* detail_page
       ================================================================== */
    .detail_page{
    	margin: 0 0 0;
    }

    .detail_page .detail_box h1{
    	font-size: 25px;
    	margin: 0 0 10px;
    	padding: 0 10px 10px;
    }
    
    .detail_page .f_box{
    	margin: 20px 0 0;
    }
    
    .detail_page .hiduke{
        margin-right: 23px;
        font-size: 15px;
    }
    
    .detail_page .detail_categories > ul{
        font-size: 0;
    }
    
    .detail_page .detail_categories > ul > li{
        margin: 5px 5px 0 0;
        padding: 5px 15px;
        font-size: 13px;
    }
    
    .detail_page .photo{
    	margin: 20px 0 0;
    }
    	
    .detail_page .detail_body{
    	margin: 25px 0 0;
    }


    /* toc
       ================================================================== */
    .toc_wrap{
        margin: 50px 0 50px;
    }

    .toc_wrap .toc_titl{
        padding: 32px 30px;
        font-size: 18px;
    }

    .toc_wrap .toc_titl:before{
        width: 20px;
        height: 18px;
        right: 30px
    }

    #toc{
        margin: -20px 30px 40px;
        display: block;
    }

    #toc .toc-level-0{
        margin-left: 30px;
    }

    #toc .toc-level-0 > li > a{
        padding: 18px 0 18px 5px;
        font-size: 16px;
    }

    #toc .toc-level-1{
        padding: 0 0 0 0;
    }

    #toc .toc-level-2{
        padding: 0 0 0 16px;
    }

    #toc .toc-level-1 li a{
        padding: 14px 0 14px 12px;
        font-size: 15px;
    }


    /* author_information
       ================================================================== */
    .author_information{
        margin: 50px 0;
        padding: 25px 30px 20px;
    }

    .author_information .ttl{
        width: 230px;
    }

    .author_information .text_box{
        padding: 0 0 0 30px;
        width: calc(100% - 230px);
        box-sizing: border-box;
    }

    .author_information .text_box p{
        font-size: 14px;
        line-height: 25px;
    }


    /* date_tag_box
       ================================================================== */
    .date_tag_box{
        display: flex;
    }

    .date_tag_box *{
        font-size: 15px;
    }

    .date_tag_box .date{
        padding: 3px 0 0;
        width: 100px;
    }

    .date_tag_box .hash_categories,
    .date_tag_box .hash_categories_box{
        width: calc(100% - 100px);
    }

    .date_tag_box .hash_categories *,
    .date_tag_box .hash_categories_box *{
        margin-right: 10px;
    }

    .date_tag_box .hash_categories *{
        margin-top: 4px;
    }

    .hash_categories_box *{
        padding: 5px 17px;
        font-size: 13px;
    }

    /* report_page */
    .hash_categories_box.blue{
        margin: 30px 0 0;
    }

    .show_purchase_price{
        margin: 20px 0 0;
        padding: 20px;
    }

    .show_purchase_price .ttl{
        font-size: 18px;
    }

    .show_purchase_price .price{
        font-size: 35px;
    }

    .show_voice_ttl{
        margin: 50px 0 0;
        padding: 14px 15px 14px 67px;
        font-size: 18px;
    }

    .show_voice_ttl::before{
        width: 33px;
        height: 33px;
        top: 11px;
        left: 17px;
    }

    .mat30{
        margin-top: 30px !important;
    }

    .mat46{
        margin-top: 46px !important;
    }


	/* detail_btn_area
	   ================================================================== */
	.detail_btn_area{
		margin: 115px 0 0;
		font-size: 0;
		text-align: center;
	}
	
	.detail_btn_area .arrow_btn{
		margin: 0;
	}

    .detail_btn_area .arrow_btn.back{
    	margin: 0 2%;
    }
	
	.detail_btn_area .arrow_btn a,
	.detail_btn_area .arrow_btn button{
		padding: 0;
		width: 100%;
        height: 60px;
        line-height: 60px;
		text-align: center;
		font-size: 15px;
		letter-spacing: 0.10em;
    }


    /* hash_categories
       ================================================================== */
    .hash_categories{
        display: block;
    }

    .hash_categories > a,
    .hash_categories > span{
        margin: 10px 10px 0 0;
        font-size: 14px;
    }

    /* contact_block
       ================================================================== */
    .contact_block{
    	padding-top: 20px;
    }

    /* form */
    .contact form{
    	margin-top: -140px;
        padding-top: 140px;
    }

    .contact .top_note{
    	margin: 0 0 17px;
        font-size: 18px;
    }
    
    .contact .top_text{
        margin: 0 0 0;
    	font-size: 15px;
        line-height: 25px;
    }
    
    .contact .conf_text{
        margin: 0 0 0;
    	font-size: 15px;
    }
    
    .contact table{
        margin: 70px auto 0;
        width: 700px;
    	font-size: 15px;
    }
    
    .contact table td,
    .contact table th{
    	font-size: 15px;
    }
    
    .contact th{
    	padding: 0 0 0;
    }
    
    .contact td{
    	padding: 20px 0 30px;
    }
    
    .contact .check_bg,
    .contact output,
    .contact input,
    .contact select,
    .contact textarea{
    	font-size: 15px;
    	padding: 21px 30px;
        max-width: 100%;
    }
    
    .contact textarea{
        height: 235px;
    }
    
    /* ラジオボタン */
    .contact .radio_input{
        padding: 20px 0 15px;
    }

    .contact .radio_input .check_bg,
    .contact .radio_input output{
        margin: 0 0 15px;
    }
    
    .radio_input label{
        margin: 0 20px 15px 0;
    	display: inline-flex;
        align-items: center;
    }
    
    input[type='checkbox'] ,
    input[type='radio'] {
        appearance: none;
        outline: none;
        display: block;
        position: relative;
        text-align: center;
        cursor: pointer;
        width: 23px;
        height: 23px;
    	margin: 0 12px 0 0;
        font-size: 0;
        padding: 0;
        border: none;
    }
    
    input[type='checkbox']::before ,
    input[type='radio']::before {
        width: 23px;
        height: 23px;
    }
    
    input[type='checkbox']::after ,
    input[type='radio']::after {
        left: 5px;
        top: 5px;
        width: 15px;
        height: 15px;
    }
    
    .zas_btn_area{
    	padding: 90px 0 0;
    }
    
    .zas_btn_area button{
    	font-size: 16px;
    }
    
    .zas_btn_area button > span{
    	padding: 17px 0;
    	font-size: 16px;
    }
    
    .zas_btn_area .zas_btn01 button{
    	width: 280px;
    }
    
    .zas_btn_area .zas_btn02 button{
    	margin-right: 2%;
    	width: 28%;
    }
    
    .zas_btn_area .zas_btn03 button{
    	width: 280px;
    }


    /* thanks
       ================================================================== */
    .contact_block.thanks{
        padding-top: 70px;
    }
    
    .thanks h3{
        font-size: 32px;
    }

    .thanks p{
        margin: 46px 0 0;
    	font-size: 15px;
        line-height: 25px;
    }
    
    .thanks .go_top_btn{
    	margin: 85px 0 0;
    }


    /* index_brand
       ================================================================== */
    .index_brand{
        padding: 85px 0 0;
    }

    .thum_slider{
        margin: 35px 0 0;
        width: 100%;
    }


    /* index_model
       ================================================================== */
    .index_model{
        padding: 73px 0 0;
    }


    /* banner_block
       ================================================================== */
    .banner_block{
        margin: -63px auto 0;
        padding: 0 0 33px;
    }

    .banner_block::before{
        height: calc(100% - 63px);
        top: 63px;
    }

    .banner_slider{
        margin: 0 auto;
        width: 980px;
    }

    .banner_box{
        line-height: 0;
        background: #fff;
    }

    .banner_box .banner_frame{
        padding: 15px;
    }


    /* kv
       ================================================================== */
    .kv{
        margin: 0 0 0;
    }
    
    /* TopPageのみ */
    .kv.add_bg::before{
        content: "";
        background-image: url("../images/kv/webp/main_bg.webp");
        background-position: center bottom;
        background-repeat: repeat;
        background-size: 10px;
        position: absolute;
        top: 0;
        right: 50%;
        width: 50vw;
        height: 100%;
    }

    .kv .kv_photo{
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 1366px;
        position: relative;
        z-index: 1;
    }

    .kv .inner{
        max-width: 1000px;
        height: 750px;
    }

    .kv .catch{
        bottom: 116px;
        left: 0;
        width: 496px;
    }

    .kv .catch.characters_3{
        width: 596px;
    }
    

    /* shop_page
       ================================================================== */
    .shop_page{
        position: relative;
    }

    /* 県リスト */
    .prefecture_list{
        margin: 0 0 0;
    }

    .prefecture_list > li + li{
        margin: 50px 0 0;
    }

    /* shop_list */
    .shop_list{
        margin: 30px 0 0;
    }

    .shop_list > li{
        margin: 25px 0 0;
        padding: 30px;
    }

    .shop_list .site_logo{
        width: 163px;
    }

    .shop_list .name{
        margin: 10px 0 0;
        font-size: 22px;
    }

    .shop_list .text_box{
        margin: 4px 0 0;
    }

    .shop_list .text_box p{
        font-size: 16px;
    }

    .shop_list .tel_style{
        margin: 2px 0 6px;
    }

    .shop_list .tel_style .siz_s{
        font-size: 16px;
    }

    .shop_list .tel_style .siz_l{
        font-size: 22px;
    }

    .shop_list .map{
        margin: 29px 0 0;
    }

    .shop_list .map iframe{
        height: 430px;
    }

    .shop_list .btn_arrow_light{
        top: 27px;
        right: 25px;
    }


    /* purchase_flow
       ================================================================== */
    .purchase_flow{
        padding: 80px 0 0;
    }


    /* tab_contents
       ========================================================================== */
    .tab_contents{
        margin: 30px 0 0;
    }

    /* tab */
    .tab_contents .tab{
        overflow: hidden;
        font-size: 0;
        display: flex;
    }

    .tab_contents .tab li{
        padding: 0 40px 0 25px;
        width: 200px;
        height: 45px;
    }

    .tab_contents .tab li span{
        font-size: 16px;
    }

    .tab_contents .tab li svg{
        width: 17px;
        right: 15px;
    }

    .tab_contents .tab li:nth-child(2){
        margin: 0 0 0 20px;
    }

    /* content_box */
    .tab_contents .content{
        padding: 40px 0 0;
    }

    /* flow_top_text */
    .tab_contents .flow_top_text{
        position: relative;
    }

    .tab_contents .flow_top_text .ttl{
        font-size: 17px;
    }

    .tab_contents .flow_top_text p{
        margin: 20px 0 0;
        line-height: 28px;
    }

    /* note_box */
    .tab_contents .note_box{
        margin: 30px 0 0;
        padding: 15px 20px;
    }

    .tab_contents .note_box .ttl{
        font-size: 16px;
    }

    .tab_contents .note_box p{
        margin: 6px 0 0;
    }


    /* number_ol
       ================================================================== */
    .number_ol{
        position: relative;
    }

    .number_ol > li{
        margin: 15px 0 0;
        padding: 5px 10px 10px 35px;
    }

    .number_ol .number{
        font-size: 15px;
        top: 0;
        left: 10px;
    }

    .number_ol p{
        line-height: 30px;
    }


    /* purchase_price_page
       ================================================================== */
    .purchase_price_page{
        position: relative;
    }

    /* purchase_price_wrap */
    .purchase_price_wrap{
        margin: 35px 0 0;
    }

    .purchase_price_wrap .photo{
        position: sticky;
        top: 0;
        left: 0;
        width: 440px;
        min-height: 440px;
    }

    .purchase_price_wrap .photo img + img{
        margin-top: 20px;
    }

    .purchase_price_wrap .right_box{
        padding: 0 0 0 30px;
        width: calc(100% - 440px);
        box-sizing: border-box;
    }

    .purchase_price_wrap .right_box .string_box .item_name{
        margin: 0;
    }

    .purchase_price_wrap .right_box .name{
        margin: 15px 0 0;
        font-size: 30px;
    }

    .purchase_price_wrap .right_box .item_price_wrap .item_price_ttl{
        font-size: 15px;
    }

    .purchase_price_wrap .right_box .item_price_wrap .item_price_number{
        font-size: 30px;
    }

    /* step_wrap */
    .step_wrap{
        margin: 30px 0 0;
    }

    .step_list{
        font-size: 0;
    }

    .step_list > li{
        margin: 20px 0 0;
        padding: 17px 20px;
    }

    .step_list .ttl{
        font-size: 15px;
    }

    .step_list .ttl span{
        font-size: 18px;
    }

    .step_list .ttl + p{
        margin: 3px 0 0;
    }

    .step_list .select_parts{
        margin: 15px 0 0;
    }

    .step_list select{
        margin: 0;
        padding: 15px;
        font-size: 15px;
    }

    .step_list select{
        background-size: 10px 8px;
        background-position: right 16px center;
    }

    /* radio_list01 */
    .step_list .radio_list01{
        margin-top: -13px;
        font-size: 0;
    }

    .step_list .radio_list01 > li{
        margin: 13px 10px 0 0;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        line-height: 0;
        width: calc((100% / 2) - 5px);
    }

    .step_list .radio_list01 > li:nth-child(2n+2){
        margin-right: 0;
    }

    /* radio_list02 */
    .step_list .radio_list02{
        margin-top: 0;
        font-size: 0;
    }

    .step_list .radio_list02 > li{
        margin: 10px 0 0;
    }

    .step_list .radio_btn + span{
        padding: 15px;
        font-size: 14px;
    }

    .step_list .radio_btn + span span{
        line-height: inherit;
        font-size: inherit;
        color: inherit;
        display: inline-block;
        text-align: center;
    }

    .step_list .radio_btn:checked + span{
        background: #0082FC;
        border-color: #0082FC;
        color: #fff;
    }

    /* appraised_amount */
    .appraised_amount{
        margin: 40px 0 0;
        display: flex;
        align-items: center;
    }

    .appraised_amount h3{
        width: 240px;
        height: 110px;
        font-size: 28px;
    }

    .appraised_amount .right{
        width: calc(100% - 240px);
        height: 110px;
    }

    .appraised_amount .right p{
        font-size: 50px;
    }

    /* note */
    .purchase_price_page .note{
        margin: 35px 0 0;
    }

    .purchase_price_page .note .update{
        margin: 20px 0 0;
        font-size: 18px;
    }

    /* purchase_line_btn */
    .purchase_line_btn{
        margin: 60px 0 0;
    }

    .purchase_line_btn .ttl{
        margin: 0 auto 20px;
    }

    .purchase_line_btn .ttl .logo{
        width: 200px;
    }

    .purchase_line_btn .ttl .line{
        margin: 0 0 0 13px;
        width: 81px;
    }


    /* shop_information
       ================================================================== */
    .shop_information{
        padding: 50px 0 0;
    }

    .shop_information .design_table{
        margin-top: 30px;
    }


    /* shop_access
       ================================================================== */
    .shop_access{
        padding: 50px 0 0;
    }

    .shop_access .access_slider{
        margin: 30px 0 0;
        width: 500px;
    }

    .access_slider .txt_box{
        padding: 0 13px;
    }

    .access_slider .number{
        margin: -33px 0 0;
        font-size: 50px;
    }

    .access_slider p{
        margin: 10px 0 0;
        font-size: 15px;
        line-height: 25px;
    }


    /* oc_list
       ================================================================== */
    .oc_list{
        margin: 35px 0 0;
    }

    .oc_list > dl{
        margin: 40px 0 0;
    }

    .oc_list > dl dt{
        padding: 15px 20px;
        font-size: 18px;
    }

    .oc_list > dl dt::after{
        width: 14px;
        height: 14px;
        right: 21px;
        top: 21px;
    }

    .oc_list > dl dd{
        padding: 0 0 0;
    }

    .oc_list > dl dd .item_list{
        margin-top: -15px;
    }


}
