﻿@charset "utf-8";
/* common
-------------------------------------------------------------------*/
.article_body{
	padding-bottom:100px;
}
.common_visual .position {
    padding-top: 13%;
    background-size: cover;
}
.shop .common_visual .position {
    background-image: url(../img/shop/bg_main.jpg);
}
.faq .common_visual .position {
    background-image: url(../img/faq/bg_main.jpg);
}
.company .common_visual .position {
    background-image: url(../img/company/bg_main.jpg);
}
.contact .common_visual .position {
    background-image: url(../img/contact/bg_main.jpg);
}
.flow .common_visual .position {
    background-image: url(../img/flow/bg_main.jpg);
}
.pay .common_visual .position {
    background-image: url(../img/pay/bg_main.jpg);
    background-size: cover;
    background-position: center;
}
.news .common_visual .position {
    background-image: url(../img/news/bg_main.jpg);
}
.blog .common_visual .position {
    background-image: url(../img/blog/bg_main.jpg);
    background-size: cover;
    background-position: center;
}
.privacy .common_visual .position {
    background-image: url(../img/privacy/bg_main.jpg);
    background-size: cover;
    background-position: center;
}
.management .common_visual .position {
    background-image: url(../img/management/bg_main.jpg);
    background-size: cover;
    background-position: center;
}
.complaint .common_visual .position {
    background-image: url(../img/complaint/bg_main.jpg);
    background-size: cover;
    background-position: center;
}
.tokusyou .common_visual .position {
    background-image: url(../img/tokusyou/bg_main.jpg);
    background-size: cover;
    background-position: center;
}
.exclusion .common_visual .position {
    background-image: url(../img/exclusion/bg_main.jpg);
    background-size: cover;
    background-position: center;
}
.waterheater .common_visual .position {
    background-image: url(../img/waterheater/bg_main.png);
    padding-top: 18%;
}
.stoveburner .common_visual .position {
    background-image: url(../img/stoveburner/bg_main.png);
    padding-top: 18%;
}
.rangefood .common_visual .position {
    background-image: url(../img/rangefood/bg_main.png);
    padding-top: 18%;
}
.case .common_visual .position {
    background-image: url(../img/pref/gifu/case/bg_main.png);
}
.voice .common_visual .position {
    background-image: url(../img/pref/gifu/voice/bg_main.png);
    background-size: cover;
    background-position: 75%;
}
.common_visual .mv_wrap{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
    transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
	.article_body{
		padding-bottom:40px;
	}
	.common_visual .position {
	    padding-top: 46.6695%;
	}
	.shop .common_visual .position {
	    background-image: url(../img/shop/bg_main_sp.jpg);
	}
	.faq .common_visual .position {
	    background-image: url(../img/faq/bg_main_sp.jpg);
	}
	.company .common_visual .position {
	    background-image: url(../img/company/bg_main_sp.jpg);
	}
	.contact .common_visual .position {
	    background-image: url(../img/contact/bg_main_sp.jpg);
	}
    .waterheater .common_visual .position {
        background-image: url(../img/waterheater/bg_main_sp.png);
        padding-top: 66%;
    }
	.common_visual .mv_wrap{
	    font-size: 1.75rem;
	}
	.flow .common_visual .position {
    background-image: url(../img/flow/bg_main_sp.jpg);
    }
    .pay .common_visual .position {
        background-image: url(../img/pay/bg_main_sp.png);
        background-size: cover;
        background-position: center;
    }
    .stoveburner .common_visual .position {
        background-image: url(../img/stoveburner/bg_main_sp.png);
        padding-top: 64%;
    }
    .news .common_visual .position {
        background-image: url(../img/news/bg_main_sp.png);
    }
    .blog .common_visual .position {
        background-image: url(../img/blog/bg_main_sp.png);
    }
    .privacy .common_visual .position {
        background-image: url(../img/privacy/bg_main_sp.png);
    }
    .management .common_visual .position {
        background-image: url(../img/management/bg_main_sp.png);
    }
    .complaint .common_visual .position {
        background-image: url(../img/complaint/bg_main_sp.png);
    }
    .tokusyou .common_visual .position {
        background-image: url(../img/tokusyou/bg_main_sp.png);
    }
    .exclusion .common_visual .position {
        background-image: url(../img/exclusion/bg_main_sp.png);
    }
    .rangefood .common_visual .position {
        background-image: url(../img/rangefood/bg_main_sp.png);
        padding-top: 64%;
    }
    .case .common_visual .position {
        background-image: url(../img/pref/gifu/case/bg_main_sp.png);
    }
    .voice .common_visual .position {
        background-image: url(../img/pref/gifu/voice/bg_main_sp.png);
    }
}
/* pref_top
-------------------------------------------------------------------*/

.pref_page .menu_top #site_ttl a span{
    display:inline-block;
    vertical-align:middle;
    font-size:175%;
    font-weight:bold;
    min-width:137px;
    text-align:center;
    border-radius:8px;
    margin-left:10px;
    color:#ffec0f;
    background:#142e7a;
}
.pref_page #foot_left a span{
    display:inline-block;
    vertical-align:middle;
    font-size:175%;
    font-weight:bold;
    min-width:137px;
    text-align:center;
    border-radius:8px;
    margin-left:10px;
    color:#ffec0f;
    background:#142e7a;
}
.pref_page .example_wrap {
    padding:40px 0 35px;
}
.pref_page .example_wrap .ttl{
    text-align:center;
    font-size:200%;
    font-weight:bold;
    margin-bottom:40px;
    color:#142e7a;
}
.pref_page .example_wrap .example_list{
    display:flex;
    flex-wrap:wrap;
}
.pref_page .example_wrap .example_list li{
    width:32%;
    margin-right:2%;
}
.pref_page .example_wrap .example_list li:nth-child(3n){
    margin-right:0;
}
.pref_page .example_wrap .example_list li a{
    display:block;
    padding:15px;
    border:solid 1px #c7c7c7;
    border-radius:8px;
    text-align:center;
    text-decoration:none;
    background:#fff;
    transition:background .4s,border-color .4s;
}
.pref_page .example_wrap .example_list li a:hover{
    background:#ebf4fe;
    border-color:#142e7a;    
}
.pref_page .example_wrap .example_list li p img{
    display:inline-block;
    vertical-align:middle;
}
.pref_page .example_wrap .example_list li p img.image{
    max-width:155px;
}
.pref_page .example_wrap .example_list li p img.arrow{
    width:18px;
    height:auto;
    margin:0 8px;
}
.pref_page .example_wrap .example_list li h3{
    font-size:125%;
    font-weight:bold;
    margin:20px 0;
    padding-bottom:10px;
    border-bottom:solid 1px #c7c7c7;
    color:#142e7a;
    text-align:left;
}
.pref_page .example_wrap .btn_links a{
    margin:40px auto 0;
}
.pref_page.shop_wrap .shop_area .shop_tit{
    top:-20px;
}
.pref_page.shop_wrap .shop_area .shop_tit span b{
    font-size:50px;
    line-height: 75px;
}
.pref_page.shop_wrap .shop_area .shop_list .shop_links{
	width: 75%;
}
.pref_page.shop_wrap .shop_area .shop_list .shop_links dd li{
    border-left:none;
    border-right:solid 1px;
    padding-left:0;
    padding-right:15px;
    margin-right:15px;
}
.pref_page.shop_wrap .shop_area .shop_list .shop_links dd li:last-child{
    padding-right:0;
    margin-right:0;
    border:none;
}
.pref_page.shop_wrap .shop_area .shop_list .map_wrap{
	width: 20%;
	text-align:center;
}
.pref_page.shop_wrap .shop_area .shop_list .map_wrap img{
    max-width:100%;
    height:auto;
}
.pref_page.shop_wrap .shop_img{
    justify-content:flex-start;
}
.pref_page.shop_wrap .shop_img .shop_items{
    width:220px;
    margin-right:10px;
}
.pref_page.shop_wrap .shop_staff{
    margin-top:30px;
}
.pref_page.shop_wrap .shop_staff .left_area{
    float:left;
    width:55%;
}
.pref_page.shop_wrap .shop_staff .left_area h3{
    background:#ebf4fe;
    font-size:175%;
    padding:10px 15px;
    font-weight:bold;
    margin-bottom:20px;
    color:#142e7a;    
}
.pref_page.shop_wrap .shop_staff .right_area{
    float:right;
    width:42%;
}
.pref_page.shop_wrap .shop_staff .right_area img{
    max-width:100%;
    height:auto;
}
.pref_page .step_wrap{
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .pref_page .menu_top #site_ttl a{
        position:relative;
    }
    .pref_page .menu_top #site_ttl a span{
        font-size:2.25vw;
        min-width:4em;
        border-radius:4px;
        margin-left:0;
        position:absolute;
        top:0;
        left:60%;
    }
    .pref_page #foot_left a span{
        font-size:4vw;
        min-width:5em;
        text-align:center;
        border-radius: 3px;
        margin-left:10px;
        color:#ffec0f;
        background:#142e7a;
        padding: 4px 0 2px;
    }
    .pref_page .example_wrap {
        padding:40px 0 35px;
    }
    .pref_page .example_wrap .ttl{
        text-align:center;
        font-size:200%;
        font-weight:bold;
        margin-bottom:40px;
        color:#142e7a;
    }
    .pref_page .example_wrap .example_list{
        display:block;
    }
    .pref_page .example_wrap .example_list li{
        width:auto;
        margin:0 0 20px;
    }
    .pref_page .example_wrap .example_list li:nth-child(3n){
        margin-right:0;
    }
    .pref_page .example_wrap .example_list li a> p{
        font-size:0;
    }
    .pref_page .example_wrap .example_list li p img.image{
        max-width:calc(50% - 32px);
    }
    .pref_page .example_wrap .example_list li p img.arrow{
        width:16px;
    }
    .pref_page .example_wrap .example_list li h3{
        font-size:125%;
        font-weight:bold;
        margin:20px 0;
        padding-bottom:10px;
        border-bottom:solid 1px #c7c7c7;
        color:#142e7a;
        text-align:left;
    }
    .pref_page .example_wrap .btn_links a{
        margin:40px auto 0;
    }
    .pref_page.shop_wrap{
        padding-top:60px;
    }
    .pref_page.shop_wrap .shop_area .shop_tit{
        top:-20px;
    }
    .pref_page.shop_wrap .shop_area .shop_tit span b{
        font-size:6vw;
        line-height: 1.5;
    }
    .pref_page.shop_wrap .shop_area .shop_list .shop_links{
        width: 100%;
    }
    .pref_page.shop_wrap .shop_area .shop_list .shop_links dd li{
        border-left:none;
        border-right:solid 1px;
        padding-left:0;
        padding-right:15px;
        margin-right:15px;
    }
    .pref_page.shop_wrap .shop_area .shop_list .shop_links dd li:last-child{
        padding-right:0;
        margin-right:0;
        border:none;
    }
    .pref_page.shop_wrap .shop_area .shop_list .map_wrap .map_img{
        margin:0 auto;
        max-width: 137px;
    }
    .pref_page.shop_wrap .shop_area .shop_list .map_wrap{
        width: auto;
        text-align:center;
        margin-bottom:20px;
    }
    .pref_page.shop_wrap .shop_img{
        justify-content:flex-start;
    }
    .pref_page.shop_wrap .shop_img .shop_items{
        width:48%;
        margin-right:4%;
    }
    .pref_page.shop_wrap .shop_img .shop_items:nth-child(2n){
        margin-right:0;
    }
    .pref_page.shop_wrap .shop_staff .left_area{
        float:none;
        width:auto;
    }
    .pref_page.shop_wrap .shop_staff .left_area h3{
        font-size:150%;
        padding:10px 15px;
    }
    .pref_page.shop_wrap .shop_staff .right_area{
        float:none;
        width:auto;
    }
    .pref_page .contact_wrap .col3 .freecall_items dd .freecall_wrap a{
        font-size:7vw;
    }
    .pref_page.shop_wrap .shop_area{
        padding: 50px 10px 124px;
    }
}

/* pref_page case
-------------------------------------------------------------------*/
.case .btn_links_wrap{
    justify-content: space-between;
    margin-bottom: 40px;
}
.case .btn_links_wrap div{
    width: 24%;
}
.case .btn_links03 a{
    width: 100%;
}
.case .case_list{
    margin-bottom: 40px;
}
.case .case_list_item{
    border-bottom:#c7c7c7 solid 1px;
    padding: 20px 0;
}
.case .case_list_item article{
    display: flex;
    justify-content: flex-start;
}
.case .case_list_item article .left{
    width: 40%;
    text-align: center;
}
.case .case_list_item article .left img{
    vertical-align: middle;
    width: 100%;
    height: auto;
}
.case .case_list_item article .left .arrow_right_wrap{
    width: 4%;
    display: inline-block;
}
.case .case_list_item article .left .image_wrap{
    display: inline-block;
    width: 38%;
    padding: 0 2%;
}
.case .case_list_item article .right{
    width: 60%;
    padding-left: 3%;
    box-sizing: border-box;
}
.case .case_list_item article .right a{
    display: block;
    margin-bottom: 1em;
	text-decoration: underline #142e7a;
}
.case .case_list_item article .right a b{
    font-size: 18px;
    color:#142e7a;
}
.case .case_list_item article .right a:hover{
    text-decoration: none;
    cursor: pointer;
}


@media screen and (max-width: 768px) {
    .case .btn_links_wrap{
        justify-content: space-between;
        margin-bottom: 40px;
        flex-wrap: wrap;
    }
    .case .btn_links_wrap .btn_links03:first-of-type{
        width: 50%;      
    }
    .case .btn_links_wrap .btn_links03:first-of-type a{
        width: 100%;      
    }
    .case .btn_links_wrap div{
        width: 50%;
    }
    .case .case_list_item article{
        display: block;
    }
    .case .case_list_item article .left{
        width: 100%;
    }
    .case .case_list_item article .right{
        width: 100%;
        padding: 5% 0;
    }
}

/* pref_page case_detail
-------------------------------------------------------------------*/
.case_detail time{
    display: inline-block;
    padding-bottom:36px;
}
.case_detail .btn_links a{
    margin: auto;
}
.case_detail .before_after_image{
    text-align: center;
    margin-bottom: 48px;
}
.case_detail .before_after_image *{
    vertical-align: middle;
}
.case_detail .before_after_image .image_wrap{
    display: inline-block;
    width: 30%;
}
.case_detail .before_after_image .image_wrap span{
    display: block;
    background: #142e7a;
    border-radius: 5px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #fff;
}
.case_detail .before_after_image .image_wrap img{
    width: 100%;
    height: auto;
}
.case_detail .before_after_image .arrow_right_wrap{
    display: inline-block;
    width: 3%;
    padding: 0 2%;
}
.case_detail .before_after_image .arrow_right_wrap img{
    width: 100%;
    height: auto;
}
.case_detail .case_detail_wrap{
    margin-bottom: 64px;
}
.case_detail .case_detail_wrap .table_style{
    margin-bottom: 32px;
}
.case_detail .case_detail_wrap .table_style dl:nth-of-type(2) dt{
    padding: 21px 15px;
}
@media screen and (max-width: 768px) {
    .case_detail .before_after_image .image_wrap{
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    .case_detail .before_after_image .arrow_right_wrap{
        display: block;
        width: 8%;
        padding: 4% 0;
        margin: auto;
    }
    .case_detail .before_after_image .arrow_right_wrap img{
        transform: rotate(90deg);
    }
    .case_detail .case_detail_wrap .table_style dt{
        position: static;
        text-align: left;
    }
    .case_detail .case_detail_wrap .table_style dl:nth-of-type(2) dt{
        padding: 15px 10px;
    }

}
/* pref_page voice
-------------------------------------------------------------------*/
.voice .h_style02{
    margin-bottom: 0;
}
.voice p.voice_txt{
    padding:15px 20px;
}
.voice .topics_list li:first-of-type{
    border-top: none;
}
.voice .topics_list{
    margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
    .voice p.voice_txt{
        padding:5px 20px 5px 5px;
    }
    .voice .topics_list{
        margin-bottom: 40px;
    }    
}
/* pref_page voice_detail
-------------------------------------------------------------------*/
.voice_detail .voice_detail_wrap{
    margin-bottom: 64px;
}
.voice_detail .voice_detail_wrap .voice_customer{
    padding: 60px 0 20px;
}
.voice_detail .btn_links a{
    margin: auto;
}
@media screen and (max-width: 768px) {
    .voice .voice_detail_wrap .voice_customer{
        padding: 30px 0 20px;
    }
}
/* pref_page shop
-------------------------------------------------------------------*/
.pref_page.shop .shop_detail{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	flex-wrap:wrap;
    margin-bottom: 68px;
}
.pref_page.shop .shop_detail .table_style{
	width:60%;
}
.pref_page.shop .shop_detail .table_style dt{
	width:160px;
	height: 100%;
}
.pref_page.shop .shop_detail .table_style dd{
	padding-left: 180px;
	min-height:42.39px;
}
.pref_page.shop .staff_wrap{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
    margin-bottom: 68px;
}
.pref_page.shop .staff_wrap .txt_staff{
    width: 60%;
    line-height: 1.6;
}

.pref_page.shop .detail{
	display:flex;
	justify-content:space-between;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #c7c7c7;
}
.pref_page.shop .detail .img_wrap{
	width:232px;
}
.pref_page.shop .detail .img_wrap img{
	width:100%;
}
.pref_page.shop .detail .txt_wrap{
	width:calc(100% - 272px);
}
.pref_page.shop .detail .txt_wrap .store_nam{
	font-size:1.125rem;
	font-weight:bold;
	margin-bottom:20px;
}
.pref_page.shop .detail .txt_wrap dl{
	display:flex;
	border-top:1px solid #c7c7c7;
	border-bottom:1px solid #c7c7c7;
	background:#f2f3f3;
}
.pref_page.shop .detail .txt_wrap dl:after{
	display:none;
}
.pref_page.shop .detail .txt_wrap dt{
	width:146px;
	padding:10px;
	box-sizing:border-box;
	font-weight:bold;
}
.pref_page.shop .detail .txt_wrap dd{
	width:calc(100% - 146px);
	background:#fff;
	padding:10px 0;
}
.pref_page.shop .detail .txt_wrap dd span{
	display:inline-block;
	padding-left:15px;
}
@media screen and (max-width: 768px) {
	.pref_page.shop .shop_detail .table_style{
		order:2;
		width:100%;
	}
	.pref_page.shop .shop_detail .table_style dt{
		width: 120px;
	}
	.pref_page.shop .shop_detail .table_style dd{
		padding-left: 130px;
		min-height: 49.59px;
	}
	.pref_page.shop .shop_detail .img_wrap{
		order:1;
		width:100%;
		margin-bottom:40px;
	}
	.pref_page.shop .shop_detail .img_wrap img{
		width:100%;
	}
    .pref_page.shop .staff_wrap{
        display:block;
        justify-content:space-between;
        align-items:flex-start;
        margin-bottom: 68px;
    }
    .pref_page.shop .staff_wrap .txt_staff{
        width: 100%;
    }
    .pref_page.shop .detail{
        display:block;
        margin-bottom: 20px;
    }
    .pref_page.shop .detail .img_wrap{
        width: 85%;
        margin: auto;
    }
    .pref_page.shop .detail .txt_wrap{
        width: 100%;
        margin-top: 15px;
    }
    .pref_page.shop .detail .txt_wrap .store_nam{
        font-size: 1rem;
        margin-bottom: 5px;
    }
    .pref_page.shop .detail .txt_wrap dl{
        justify-content: center;
        align-items: center;
        font-size:0.85rem;
    }
    .pref_page.shop .detail .txt_wrap dt{
        width: 135px;
        padding:5px 10px;
    }
    .pref_page.shop .detail .txt_wrap dd{
        width: calc(100% - 60px);
        padding: 5px 5px 5px 0;
    }
    .pref_page.shop .detail .txt_wrap dd span{
        display:block;
        padding-left:10px;
    }
}


/* service
-------------------------------------------------------------------*/

body.service .visual .position {
    background:url(../img/service/bg_01.jpg) no-repeat top center;
    background-size:cover;
    min-height:300px;
}
body.service .visual p{
    padding:20px 0;
}
body.service .visual h1{
    color:#142e7a;
    font-size:50px;
    font-weight:bold;
}
body.service .service_lead{
    margin: 40px 0 100px;
    text-align:center;
}
body.service .service_lead h2{
    font-weight:bold;
    font-size:225%;
    margin-bottom:0.5em;
}
body.service .service_lead .em_style{
    font-weight:bold;
    font-size:200%;
    margin-bottom:1em;
}
body.service .navi_btns{
    display:flex;
    flex-wrap:wrap;
    margin:30px auto 60px;
}
body.service .navi_btns li{
    width:235px;
    margin-right:20px;
    margin-bottom:20px;
}
body.service .navi_btns li:nth-child(4n){
    margin-right:0;
}
body.service .navi_btns li a{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    position:relative;
    background:#24af09;
    border:solid 2px #24af09;
    border-radius:8px;
    color:#fff;
    font-size:137.5%;
    font-weight:bold;
    height:112px;
    box-sizing:border-box;
    transition:transform .4s,background .4s;
}
body.service .navi_btns li a b{
    font-size:127%;
    color:#ffec0f;
}
body.service .navi_btns li a:after{
    content:"";
    display:inline-block;
    width:12px;
    height:12px;
    border-top:solid 2px #fff;
    border-right:solid 2px #fff;
    transform:rotate(135deg);
    transition:border-color .4s;
}
body.service .navi_btns li a:hover{
    background:#44bb44;
    text-decoration:none;
    transform:translateY(2px);
}
body.service .service_ttl{
    display:flex;
    align-items:center;
    margin-bottom:20px;
    letter-spacing:-0.03em;
}
body.service .service_ttl b{
    display:inline-block;
    border-radius:8px;
    vertical-align:middle;
    font-size:185.0%;
    font-weight:bold;
    background:#24af09;
    color:#ffec0f;
    padding: 15px 15px 10px;
    margin-right:20px;
    line-height:1;
}
body.service .service_ttl div{
    font-size:140%;
    font-weight:bold;
}
body.service .service_ttl div strong{
	color:#142e7a;
}

body.service .service_blocks{
	padding-bottom:50px;
	border-bottom:solid 1px #f3f3f3;
	margin-bottom:50px;
}
body.service .service_blocks .col_single .texts{
    margin:10px 10px 30px;

}
body.service .contacts_block{
    background:url(../img/service/bg_contact.jpg) no-repeat #e3f5ff;
    background-position: center bottom;
    text-align:center;
    padding:30px 0 30px;
    margin:40px 0;
}
body.service .contacts_block h2{
    font-size:150%;
    font-weight:bold;
    color:#333;
    margin-bottom:10px;
}
body.service .contacts_block h2 span{
    display:inline-block;
    vertical-align:middle;
    position:relative;
}
body.service .contacts_block h2:before,
body.service .contacts_block h2:after{
    content:"";
    display:inline-block;
    vertical-align:middle;
    width:28px;
    height:45px;
    background:url(../img/service/ico_bar_l.png) no-repeat;
    background-size:contain;
    margin:0 5px;
}
body.service .contacts_block h2:after{
    background-image:url(../img/service/ico_bar_r.png);
}
body.service .contacts_block .tel_link,
body.service .contacts_block .tel_link a{
    display:inline-block;
}
body.service .contacts_block .tel_link a img{
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
}
body.service .contacts_block .tel_link a b{
    display:inline-block;
    vertical-align:middle;
    font-size:300%;
    color:#d4002d;
}
body.service .contacts_block .tel_link p{
    font-size:137.5%;
    font-weight:bold;
    color:#fff;
    background:#142e7a;
    border-radius:5px;
}
body.service .contacts_block .btns{
    display:flex;
    align-items:center;
    justify-content:center;
    margin:20px auto 0;
}
body.service .contacts_block .btn_links + .btn_links{
    margin-left:20px;
}
body.service .contacts_block .btn_links a{
    display:flex;
    align-items:center;
    justify-content:center;
}
body.service .contacts_block .btn_links a img{
    width:30px;
    height:26px;
    display:inline-block;
    vertical-align:middle;
    margin-right:5px;
}
body.service .contacts_block .btn_links.mail a{
    border-color:#2973d7;
    background:#2973d7;
    transition:transform .4s,background .4s;
}
body.service .contacts_block .btn_links.line a{
    border-color:#00b900;
    background:#00b900;
    transition:transform .4s,background .4s;
}
body.service .contacts_block .btn_links.mail a:hover{
    color:#fff;
    background:#4499ff;
    transform:translateY(2px);
}
body.service .contacts_block .btn_links.line a:hover{
    color:#fff;
    background:#44cc44;
    transform:translateY(2px);
}
body.service .contacts_block .btn_links a:hover:before{
    border-color:#fff;
}
body.service .promise_block,
.contact .promise_block{
    margin-bottom:130px;
    border-radius: 10px;
    overflow: hidden;
    background:#ebf4fe;
    text-align:center;
}
body.service .promise_block h2,
.contact .promise_block h2{
    background:#334c97 url(../img/service/bg_down.png) no-repeat;
    background-position:bottom center;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:20px 0 60px;
}
body.service .promise_block h2 img,
.contact .promise_block h2 img{
    width:60px;
    height:85px;
}
body.service .promise_block h2 span,
.contact .promise_block h2 span{
    display:block;
    font-size:125%;
    font-weight:bold;
}
body.service .promise_block h2 b,
.contact .promise_block h2 b{
    font-size:175%;    
}
body.service .promise_block h3,
.contact .promise_block h3{
    text-align:center;
    font-size:162.5%;
    font-weight:bold;
    color:#142e7a;
    margin-bottom:30px;
}
body.service .promise_block h3 b,
.contact .promise_block h3 b{
    font-size:130%;
    color:#d4002d;
}
body.service .promise_block ul,
.contact .promise_block ul{
    font-size:137.5%;
    display:inline-block;
    text-align:left;
    font-weight:bold;
    color:#333;
}
body.service .promise_block ul li,
.contact .promise_block ul li{
    margin-bottom:10px;
}
body.service .promise_block ul img,
.contact .promise_block ul img{
    width:34px;
    height:auto;
    margin-right:10px;
    vertical-align:middle;
    display:inline-block;
}
body.service .promise_block ul b,
.contact .promise_block ul b{
    color:#d4002d;
}
body.service .promise_block .texts,
.contact .promise_block .texts{
    margin:20px;
    padding:20px;
    background:#fff;
    border-radius:5px;
}

@media screen and (max-width: 768px) {
    body.service .visual .position {
        background:url(../img/service/bg_01_sp.jpg) no-repeat top center;
        background-size:cover;
        min-height:66.66vw;
    }
    body.service .visual p{
        padding:8% 0 3%;
    }
    body.service .visual p img{
        width:200px;
        height:auto;
    }
    body.service .visual h1{
        font-size:7.25vw;
    }
    body.service .service_lead{
        margin:20px 0 50px;
    }
    body.service .service_lead h2{
        font-size: 175%;
        font-size: 6.5vw;
    }
    body.service .service_lead .em_style{
        font-size:150%;
        font-size: 6vw;
    }
    body.service .navi_btns{
        margin:30px auto 60px;
    }
    body.service .navi_btns li{
        width:23.5%;
        margin-right:2%;
        margin-bottom:2%;
    }
    body.service .navi_btns li a{
        font-size:2.25vw;
        letter-spacing:-0.03em;
        height:auto;
        padding:15px 0;
    }
    body.service .navi_btns li a:after{
        width:6px;
        height:6px;
    }
    body.service .service_ttl {
        margin-bottom:10px;
    }
    body.service .service_ttl b{
        display:block;
        font-size:125%;
        padding:15px 0;
        width:58px;
        text-align:center;
        margin-right:10px;
    }
    body.service .service_ttl div{
        width:calc(100% - 68px);
        font-size: 120%;
    }
    body.service .service_blocks{
        padding-bottom:30px;
        margin-bottom:30px;
    }
     body.service .service_blocks .col_child + .col_child{
         margin-top:10px;
     }
    body.service .service_blocks .col_single .texts{
        margin:10px 0 30px;
    }
    body.service .contacts_block{
        background-image:url(../img/service/bg_contact_sp.png);
        background-size:cover;
        padding:30px 15px 30px;
        margin: 40px 0 0;
    }
    body.service .contacts_block h2{
        font-size:5.5vw;
    }
    body.service .contacts_block h2:before,
    body.service .contacts_block h2:after{
        width:14px;
        height:28px;
    }
    body.service .contacts_block .tel_link a img{
        margin-right:10px;
        width:35px;
        height:auto;
    }
    body.service .contacts_block .tel_link a b{
        font-size:7.5vw;
    }
    body.service .contacts_block .btns{
        flex-direction:column;
        margin:20px auto 0;
    }
    body.service .contacts_block .btn_links + .btn_links{
        margin:10px 0 0;
    }
    body.service .contacts_block .btn_links a{
        padding:10px 25px 10px 15px;
        font-size:12px;
    }
    body.service .contacts_block .btn_links a:before{
        width:6px;
        height:6px;
        right:15px;
    }
    body.service .contacts_block .btn_links a img{
        width:20px;
        height:18px;
    }
    body.service .promise_block,
    .contact .promise_block{
        margin-bottom:50px;
        border-radius: 10px;
    }
    body.service .promise_block h2,
    .contact .promise_block h2{
        background-size:100% auto;
        padding:20px 0 45px;
    }
    body.service .promise_block h2 img,
    .contact .promise_block h2 img{
        width:37px;
        height:53px;
    }
    body.service .promise_block h2 span,
    .contact .promise_block h2 span{
        font-size:3vw;
    }
    body.service .promise_block h2 b,
    .contact .promise_block h2 b{
        font-size:4.5vw;
        display:inline-block;
        margin:0 10px;    
    }
    body.service .promise_block h3,
    .contact .promise_block h3{
        font-size:150%;
        margin:10px 0 10px;
    }
    body.service .promise_block ul,
    .contact .promise_block ul{
        font-size:125%;
        display:block;
        margin:0 20px 10px;
    }
    body.service .promise_block ul li,
    .contact .promise_block ul li{
        margin-bottom:10px;
        text-indent:-35px;
        margin-left:35px;
    }
    body.service .promise_block ul img,
    .contact .promise_block ul img{
        width:25px;
        height:23px;
        margin-right:10px;
        vertical-align:top;
    }
    body.service .promise_block ul b,
    .contact .promise_block ul b{
        color:#d4002d;
    }
    body.service .promise_block .texts,
    .contact .promise_block .texts{
        margin:0 20px 20px;
        padding:15px;
        background:#fff;
        border-radius:5px;
    }
}
/* shop
-------------------------------------------------------------------*/

.shop .shop_wrap {
	background:#fff;
	padding: 0;
}
.shop .shop_wrap .leads_style .ttl{
	text-align:center;
	font-size:2rem;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
}
.shop .shop_wrap .leads_style .text{
	text-align:center;
}
.shop .shop_wrap .shop_area{
	padding: 50px 0 0;
}
.shop .shop_wrap .shop_area .shop_list{
	position: relative;
	margin-bottom: 50px;
	z-index: 0;
}
.shop .shop_wrap .shop_area .shop_list .shop_links{
	z-index:10;
	margin-top: 20px;
}
.shop .shop_wrap .shop_area .shop_list .shop_links dt{
	position:relative;
	padding-left:16px
}
.shop .shop_wrap .shop_area .shop_list .shop_links dt,
.shop .shop_wrap .shop_area .shop_list .shop_links dt a{
	color: #333333;
}
.shop .shop_wrap .shop_area .shop_list .shop_links dt:after{
	position:absolute;
	display:inline-block;
	content:"";
	width:5px;
	height:22px;
	background:#142e7a;
	left:0;
}
.shop .shop_wrap .shop_area .shop_list .shop_links dd ul{
	margin-bottom: 25px;
}
.shop .shop_wrap .shop_area .shop_list .shop_links dd li{
	padding: 0 20px 0 0;
	margin: 0;
	border: none;
}
.shop .shop_wrap .shop_area .shop_list .shop_links dd li:last-of-type{
	padding:0;
}
.shop .shop_wrap .shop_area .shop_list .map_wrap{
	position: absolute;
	width: auto;
	right: 0;
	z-index: 0;
}
.shop .shop_wrap .shop_area .shop_list .map_wrap .bubble{
	position:absolute;
	left:-15%;
	top: -6%;
}
.shop .shop_wrap .shop_area .shop_list .map_wrap .map_img{
	margin-top: 0;
}
.shop .shop_wrap .pickup_wrap{
	margin-top:60px;
}
.shop .shop_wrap .pickup_wrap .shop_img{
	flex-wrap:wrap;
}
.shop .shop_wrap .pickup_wrap .shop_img .shop_items{
	width: 19%;
}
.shop .shop_wrap .pickup_wrap .shop_img .shop_items img{
	width:100%;
}
.shop .shop_wrap .pickup_wrap.shop_img .shop_items p{
	color: #333;
}
.shop .search_result{
	margin-bottom: 60px;
}
.shop .search_result .detail{
	display:flex;
	justify-content:space-between;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #c7c7c7;
}
.shop .search_result .detail .img_wrap{
	width:232px;
}
.shop .search_result .detail .img_wrap img{
	width:100%;
}
.shop .search_result .detail .txt_wrap{
	width:calc(100% - 272px);
}
.shop .search_result .detail .txt_wrap .store_nam{
	font-size:1.125rem;
	font-weight:bold;
	margin-bottom:20px;
}
.shop .search_result .detail .txt_wrap dl{
	display:flex;
	border-top:1px solid #c7c7c7;
	border-bottom:1px solid #c7c7c7;
	background:#f2f3f3;
}
.shop .search_result .detail .txt_wrap dl:after{
	display:none;
}
.shop .search_result .detail .txt_wrap dt{
	width:146px;
	padding:10px;
	box-sizing:border-box;
	font-weight:bold;
}
.shop .search_result .detail .txt_wrap dd{
	width:calc(100% - 146px);
	background:#fff;
	padding:10px 0;
}
.shop .search_result .detail .txt_wrap dd span{
	display:inline-block;
	padding-left:15px;
}
.shop .search_result .btn_links a{
	margin:60px auto 0;
}
@media screen and (max-width: 768px) {
	.shop .shop_wrap .leads_style .ttl{
		font-size: 1.715rem;
		margin-top: 0;
		margin-bottom: 15px;
	}
	.shop .shop_wrap .leads_style .text{
		text-align: left;
	}
	.shop .shop_wrap .shop_area{
		padding: 20px 0 0;
	}
	.shop .shop_wrap .shop_area .shop_list{
		margin-bottom: 10px;
	}
	.shop .shop_wrap .shop_area .shop_list .shop_links{
		z-index:10;
		margin-top: 20px;
	}
	.shop .shop_wrap .shop_area .shop_list .shop_links dt{
		position:relative;
		padding:5px 20px 5px 10px;
	}
	.shop .shop_wrap .shop_area .shop_list .shop_links dt,
	.shop .shop_wrap .shop_area .shop_list .shop_links dt a{
		color: #142e7a;
	}
	.shop .shop_wrap .shop_area .shop_list .shop_links dt:after{
		display: none;
	}
	.shop .shop_wrap .shop_area .shop_list .shop_links dd ul{
		margin-bottom: 0;
	}
	.shop .shop_wrap .shop_area .shop_list .shop_links dd li{
		padding: 0 10px;
		margin-bottom: 10px;
		border-right: 1px solid #282828;
	}
	.shop .shop_wrap .shop_area .shop_list .shop_links dd li:last-of-type{
		padding:0 10px;
		border-right: none;
	}
	.shop .shop_wrap .shop_area .shop_list .map_wrap{
		position: relative;
		margin: 0;
	}
	.shop .shop_wrap .shop_area .shop_list .map_wrap .map_img{
		margin-top: 0;
		width: 100%;
	}
	.shop .shop_wrap .pickup_wrap{
		margin-top:30px;
	}
	.shop .shop_wrap .pickup_wrap .shop_img .shop_items{
		width: 44%;
		margin-bottom:5px;
	}
	.shop .shop_wrap .pickup_wrap.shop_img .shop_items p{
		color: #333;
	}
	.shop .search_result{
		margin-bottom: 40px;
	}
	.shop .search_result .detail{
		display:block;
		margin-bottom: 20px;
	}
	.shop .search_result .detail .img_wrap{
		width: 85%;
		margin: auto;
	}
	.shop .search_result .detail .txt_wrap{
		width: 100%;
		margin-top: 15px;
	}
	.shop .search_result .detail .txt_wrap .store_nam{
		font-size: 1rem;
		margin-bottom: 5px;
	}
	.shop .search_result .detail .txt_wrap dl{
		justify-content: center;
		align-items: center;
		font-size:0.85rem;
	}
	.shop .search_result .detail .txt_wrap dt{
		width: 60px;
		padding:5px 10px;
	}
	.shop .search_result .detail .txt_wrap dd{
		width: calc(100% - 60px);
		padding: 5px 5px 5px 0;
	}
	.shop .search_result .detail .txt_wrap dd span{
		display:block;
		padding-left:10px;
	}
	.shop .search_result .btn_links a{
		margin: 20px auto 0;
	}
}

/* faq
-------------------------------------------------------------------*/
.faq .faq_wrap .lead_txt{
	margin-bottom:40px;
}
.faq .faq_wrap .faq_list{
	padding:0;
}
@media screen and (max-width: 768px) {
	.faq .faq_wrap .lead_txt{
		margin-bottom:20px;
	}
}

/* company
-------------------------------------------------------------------*/
.company .sitewrap{
	overflow:visible;
}
.company .comapny_detail{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	flex-wrap:wrap;
}
.company .comapny_detail .table_style{
	width:60%;
}
.company .comapny_detail .table_style dt{
	width:160px;
	height: 100%;
}
.company .comapny_detail .table_style dd{
	padding-left: 180px;
}
.company .sdgs_wrap{
	margin: 40px 0 80px;
	padding: 60px 90px 0;
	box-sizing:border-box;
	border:#009dda 3px solid;
}
.company .sdgs_wrap .sdgs_logo {
	text-align:center;
	margin-bottom:30px;
}
.company .sdgs_wrap .lead_txt{
	text-align:center;
	margin-bottom:60px;
}
.company .sdgs_wrap .details_wrap{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.company .sdgs_wrap .details_wrap .items{
	width:48%;
	margin-bottom: 60px;
}
.company .sdgs_wrap .details_wrap .items .tit{
	font-size:1.125rem;
	font-weight:bold;
	color:#009dda;
	margin-bottom:5px;
}
.company .sdgs_wrap .details_wrap .items p,
.company .sdgs_wrap .details_wrap .items ul{
	font-size: 0.875rem;
	margin-bottom: 20px;
}
.company .sdgs_wrap .details_wrap .items .img_wrap{
	display:flex;
	justify-content:space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.company .sdgs_wrap .details_wrap .items .img_wrap span{
	width: 85px;
}
.company .sdgs_wrap .details_wrap .items .img_wrap span img{
	width:100%;
}
.company .network_wrap a{
	display: block;
	box-shadow: 0 0 10px #bfbfbf;
	margin-bottom: 15px;
	transition:transform .4s,box-shadow .4s;
}
.company .network_wrap a:hover{
	box-shadow: none;
	transform:translateY(2px);
}
@media screen and (max-width: 768px) {
	.company .comapny_detail .table_style{
		order:2;
		width:100%;
	}
	.company .comapny_detail .table_style dt{
		width: 120px;
	}
	.company .comapny_detail .table_style dd{
		padding-left: 130px;
	}
	.company .comapny_detail .img_wrap{
		order:1;
		width:100%;
		margin-bottom:40px;
	}
	.company .comapny_detail .img_wrap img{
		width:100%;
	}
	.company .sdgs_wrap{
		margin: 40px 0 ;
		padding: 20px 15px 0;
	}
	.company .sdgs_wrap .sdgs_logo {
		margin-bottom:20px;
	}
	.company .sdgs_wrap .sdgs_logo img{
		width:100%;
	}
	.company .sdgs_wrap .lead_txt{
		text-align:left;
		margin-bottom:30px;
	}
	.company .sdgs_wrap .details_wrap .items{
		width:100%;
		margin-bottom: 10px;
	}
	.company .sdgs_wrap .details_wrap .items .tit{
		font-size:1.125rem;
		font-weight:bold;
		color:#009dda;
		margin-bottom:5px;
	}
	.company .sdgs_wrap .details_wrap .items p,
	.company .sdgs_wrap .details_wrap .items ul{
		font-size: 1rem;
	}
	.company .sdgs_wrap .details_wrap .items .img_wrap span{
		width: 48%;
		margin-bottom:15px;
	}
	.company .network_wrap a,
	.company .network_wrap a img{
		width:100%;
	}
}
/* contact
-------------------------------------------------------------------*/
.contact .sitewrap{
	overflow:visible;
}
.contact .promise_wrap{
	margin-bottom:80px;
}
.contact .promise_wrap .btn_links02 a{
	margin:auto;	
}
.contact .promise_wrap .promise_block{
	margin: 40px 0;
}
.contact .pref_link a{
	display: block;
	box-shadow: 0 0 10px #bfbfbf;
	margin-bottom: 15px;
	transition:transform .4s,box-shadow .4s;
    width: 100%;
    height: 239px;
    background-image: url(../img/contact/bg_all_pref.png);
    text-decoration: none;
    padding: 30px 40px;
    box-sizing: border-box;
}
.contact .pref_link a strong{
    font-size: 24px;
}
.contact .pref_link a .area_box{
    display: flex;
    font-size: 12px;
    align-items: center;
    margin-bottom: 10px;
}
.contact .pref_link a .area_box .red_box{
    color: #fff;
    background-color: #d4002d;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    padding: 16px 12px;
    box-sizing: border-box;
    margin-right: 14px;
}
.contact .pref_link a .txt_caution{
    font-size: 12px;
    color: #d4002d;
}
.contact .pref_link a:hover{
	box-shadow: none;
	transform:translateY(2px);
}
.contact .contact_tel{
	margin-bottom:80px;
}
.contact .contact_tel a{
    display: block;
    background-image: url(../img/contact/bg_all_tell.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height:152px;
    text-decoration: none;
    position: relative;
}
.contact .contact_tel a strong{
    display: block;
    font-weight: bolder;
    color: #d4002d;
    font-size: 40px;
    position: absolute;
    left: 128px;
    bottom: 40px;
}
.contact .contact_tel a span{
    display: block;
    font-weight: bolder;
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 188px;
    bottom: 24px;
}
.contact .lead_txt{
	padding:0 30px 30px;
}
.contact .lead_txt span{
	font-size:1.125rem;
	font-weight:bold;
	color:#d4002d;
}
.contact .lead_txt p{
	margin-top:20px;
}

.pref_page.contact .pref_link a{
    background-image: url(../img/pref/gifu/contact_bnr.png);
	position:relative;
	padding-right:220px;
	display:flex;
	align-items:center;
	flex-direction:column;
	justify-content:center;
	align-items:flex-start;
}
.pref_page.contact .pref_link a strong{
	display:block;
	margin-bottom:10px;
}
.pref_page.contact .pref_link a .area_box .red_box{
	width: 74px;
}
.pref_page.contact .pref_link a .area_box .red_box + p{
	width:calc(100% - 88px);
	line-height:1.6;
}
.pref_page.contact .pref_link a .pref_image{
	position:absolute;
	width:180px;
	height:auto;
	top:15px;
	right:15px;
}
.contact form .nam input{
	width:170px;
}
.contact form .txt_caution {
	font-size:0.875rem;
	margin-top: 5px;
}
.contact form .address input,
.contact form .tel input{
	width:430px;
}
.contact form .part_num{
	display:flex;
	justify-content:space-between;
}
.contact form .part_num .left{
	width: 295px;
}
.contact form .part_num .right {
	display:flex;
}
.contact form .part_num .right dl{
	border:1px solid #142e7a;
	border-top:none;
	font-size:0;
	width:202px;
}
.contact form .part_num .right dt{
	background: #142e7a;
	font-size:0.875rem;
	font-weight:bold;
	color:#fff;
	text-align:center;
	padding:4px 5px;
}
.contact form .part_num .right dd{
	padding:10px;
	box-sizing:border-box;
}
.contact form .part_num .right dl.apartment{
	border-left:none;
}
.contact form .part_num .right .apartment dt{
	background: #4d65ac;
}
.contact form .type{
	display:flex;
}
.contact form .type .left{
	width:calc(100% - 120px);
}
.contact form .type .left .radio{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:20px;
}
.contact form .type .left p{
	width:50%;
	margin-left: auto;
	color: #d4002d;
}
.contact form .type .left .radio > *{
	width:40%;
}
.contact form .type .right {
	width:111px;
}
.contact form .type .right img{
	width:100%;
}
.contact form .policy_text{
	text-align:center;
	margin:30px 0 20px;
}
.contact form .submit_area {
	display:flex;
	justify-content:center;
	align-items:center;
	margin-top: 40px;
}
.contact form .submit_area > *{
	margin:0 2%;
}
.contact .lead_txt + .btn_links > a{
	margin:auto;
}
@media screen and (max-width: 768px) {
	.contact .promise_wrap{
		margin-bottom:40px;
	}
	.contact .pref_link a,
	.contact .pref_link a img,
	.contact .contact_tel a,
	.contact .contact_tel a img{
		width:100%;
	}
    .contact .pref_link a{
        width: 100%;
        height: calc(107vw - 30px);
        background-image: url(../img/contact/bg_all_pref_sp.png);
        background-repeat: no-repeat;
        background-size: 100%;
        text-decoration: none;
        padding: 0;
        box-sizing: border-box;
        position: relative;
    }
    .contact .pref_link a strong{
        display: block;
        text-align: center;
        font-size: 5.5vw;
        text-shadow:0px 0px 8px #fff ;
        position: absolute;
        top: 8%;
        left: 0;
        right: 0;transform: none;
    }
    .contact .pref_link a strong.sp_txt{
        top: 24%;
        left: 5%;
		font-size:4.75vw;
        text-align: left;
    }
    .contact .pref_link a .area_box{
        display: none;
    }
    .contact .pref_link a .area_box .red_box{
        display: none;
    }
    .contact .pref_link a .txt_caution{
        font-size: 3.33vw;
        color: #d4002d;
        position: absolute;
        left: 5%;
		right:5%;
		padding-left:1em;
		text-indent:-1em;
        top: 60%;
    }
	.pref_page.contact .pref_link a{
		background:url(../img/pref/gifu/bg_bnr.png) no-repeat top center;
		background-size:contain;
		padding: 0;
		height: auto;
		display: block;
		overflow:hidden;
		border:solid 1px #ddd;
		border-radius:5px;
	}
	.pref_page.contact .pref_link a strong{
		position:static;
		margin:5% 0 2.5%;
		display:block;
	}
	.pref_page.contact .pref_link a .area_box{
		display:block;
		position:static;
		margin:0 5% 5%;
		flex-direction:column;
	}
	.pref_page.contact .pref_link a .area_box .red_box{
		display:block;
		width:auto;
		margin: 0 0 10px;
		padding: 5px;
	}
	.pref_page.contact .pref_link a .area_box .red_box br{
		display:none;
	}
	.pref_page.contact .pref_link a .area_box .red_box + p{
		width:auto;
	}
	.pref_page.contact .pref_link a .pref_image{
		position:static;
		display:block;
		margin: 2.5% auto 5%;
		max-width:40%;
	}
	.contact .contact_tel{
		margin-bottom:40px;
	}
    .contact .contact_tel a{
        background-image: url(../img/contact/img_tel_sp.png);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 100%;
        height:0px;
        position: relative;
        padding-bottom: 55%;
    }
    .contact .contact_tel a strong{
        font-size: 6.5vw;
        position: absolute;
        left: 30%;
        top: 19%;
    }
    .contact .contact_tel a span{
        display: block;
        font-weight: bolder;
        color: #fff;
        font-size: 3.6vw;
        position: absolute;
        left: 36%;
        top: 36.5%;
    }
    
	.contact .lead_txt{
		padding:0 0 20px;
	}
	.contact .lead_txt p{
		margin-top:10px;
	}
	.contact form .nam input{
		width:48%;
	}
	.contact form .address input,
	.contact form .tel input{
		width: 100%;
	}
	.contact form .part_num{
		display:block;
	}
	.contact form .part_num .left{
		width: 100%;
		margin-bottom:15px;
	}
	.contact form .part_num .right {
		display:block;
	}
	.contact form .part_num .right dl{
		display:flex;
		justify-content: flex-start;
		align-items: center;
		width:100%;
		border-top:1px solid #142e7a;
		background: #142e7a;
	}
	.contact form .part_num .right dt{
		background: #142e7a;
		color:#fff;
		text-align:left;
		line-height:1.8;
		width:90px;
	}
	.contact form .part_num .right dd{
		background:#fff;
		width:calc(100% - 90px);
	}
	.contact form .part_num .right dd img{
		width:100%;
	}
	.contact form .part_num .right dl.apartment{
		border:1px solid #142e7a;
		border-top:none;
		background: #4d65ac;
	}
	.contact form .type{
		justify-content: space-between;
	}
	.contact form .type .left{
		width: 50%;
	}
	.contact form .type .left .radio{
		display:block;
		margin-bottom: 10px;
	}
	.contact form .type .left p{
		width: 100%;
	}
	.contact form .type .left .radio > *{
		width:100%;
	}
	.contact form .type .right {
		width: 45%;
	}
	.contact form .type .right img{
		width:100%;
	}
	.contact form .policy_text{
		text-align: left;
		margin: 20px 0 10px;
	}
	.contact form .submit_area {
		display:block;
		margin-top: 20px;
	}
	.contact form .submit_area > *{
		margin:5% 0;
	}
}
/* flow
-------------------------------------------------------------------*/
.flow .flow_tit{
    font-size:36px;
	font-weight:bold;
	text-align:center;
    padding: 6.4% 0 4%;
}
.flow .flow_tit .sub_tit{
	margin-top: 28px;
    display:block;
    font-size:16px;
    font-weight:normal;
}
.flow .step_wrap{
    position: relative;
    background: none;
    padding: 0 0 80px 0;
}
.flow .step_wrap::before{
    position:absolute;
	display:inline-block;
	content:"";
	width: 257px;
	height: 70px;
	top:0;
	bottom:0;
	left: 0;
}

.flow .step_wrap.step01::before{
	background-image:url(../img/flow/step01.png);
}
.flow .step_wrap.step02::before{
	background-image:url(../img/flow/step02.png);
}
.flow .step_wrap.step03::before{
	background-image:url(../img/flow/step03.png);
}
.flow .step_wrap.step04::before{
	background-image:url(../img/flow/step04.png);
}
.flow .step_wrap.step05::before{
	background-image:url(../img/flow/step05.png);
}
.flow .step_wrap .step_tit{
    background: #142e7a;
    width: 100%;
    padding: 20px 0;
    padding-left: 280px;
    margin: 0;
    margin-bottom: 2.2%;
    text-align: left;
    font-size: 24px;
    height: 70px;
    box-sizing: border-box;
}
.flow .step_wrap .step_detail{
    display:flex;
    justify-content: flex-start;
}
.flow .step_wrap .step_detail .flow_tag{
    background:#24af09;
    box-sizing:border-box;
    width: auto;
    height: 45px;
    padding: 10px 16px;
    font-size:22px;
    font-weight:bold;
    color:#ffec0f;
    text-align:center;
    border-radius:10px;
    margin-bottom: 20px;
    display: inline-block;
}
.flow .step_wrap .step_detail b{
    color:#d4002d;
}
.flow .step_wrap .step_detail b.txt_black{
	color:#282828;
}
.flow .step_wrap .step_detail .step_detail_txt{
    padding-left: 3%;
}
.flow .step_wrap .step_detail .step_detail_txt p{
    padding-bottom: 1.2rem;
}

.flow .step_wrap .step_detail_box{
    border: solid 1px #142e7a;
    border-radius: 10px;
    padding: 1.6% 3.5%;
    box-sizing: border-box;
    margin-top: 3.2%;
}
.flow .step_wrap .step_detail_box h4{
    text-align: center;
    padding: 0.8rem 0;
    margin-bottom: 1rem;
    border-bottom: solid 1px #d2d2d2;
    color:#163387;
    font-weight: bold;
    font-size: 18px;
}
.flow .step_wrap .step_detail_box h4 img{
    display: inline-block;
    margin-right: 0.5rem;
}
.flow .step_wrap .step_detail_figure{
    margin-top: 2%;
    display:flex;
	justify-content:space-around;
    align-items: flex-end;
}
.flow .step_wrap .step_detail_figure .right{
    display:flex;
    justify-content:center;
    align-items: flex-end;
    width: 45%;
}
.flow .step_wrap .step_detail_figure .right p{
    padding-left: 5%;
    width: 55%;
}
.flow .step_wrap .step_detail_figure .right b{
    color:#d4002d;
    font-size: 14px;
}
.flow .step_wrap .step_detail_figure .left{
    display:flex;
    width: 50%;
}
.flow .step_wrap .step_detail_figure .left dl{
    border:1px solid #142e7a;
    border-top:none;
    font-size:0;
    width: 100%;
}
.flow .step_wrap .step_detail_figure .left dt{
    background: #142e7a;
	font-size:0.875rem;
	font-weight:bold;
	color:#fff;
	text-align:center;
	padding:4px 5px;
}
.flow .step_wrap .step_detail_figure .left dd{
	padding:10px;
	box-sizing:border-box;
	text-align: center;
}
.flow .step_wrap .step_detail_figure .left dl.apartment{
	border-left:none;
}
.flow .step_wrap .step_detail_figure .left .apartment dt{
	background: #4d65ac;
}
@media screen and (max-width: 768px) {
    .flow img{
        width: 100%;
        height: auto;
    }
    .flow .flow_tit{
        font-size:24px;
        padding: 6.4% 0 4%;
    }
    .flow .flow_tit .sub_tit{
        margin-top: 1rem;
        font-size:14px;
		text-align:left;
    }
	.flow .step_wrap{
	    padding: 0 0 44px 0;
	}
    .flow .step_wrap::before{
        height: 45px;
        background-size: cover;
        background-repeat: no-repeat;
        width: 85px;
    }
	.flow .step_wrap.step01::before{
		background-image:url(../img/flow/step01_sp.png);
	}
	.flow .step_wrap.step02::before{
		background-image:url(../img/flow/step02_sp.png);
	}
	.flow .step_wrap.step03::before{
		background-image:url(../img/flow/step03_sp.png);
	}
	.flow .step_wrap.step04::before{
		background-image:url(../img/flow/step04_sp.png);
	}
	.flow .step_wrap.step05::before{
		background-image:url(../img/flow/step05_sp.png);
	}
    .flow .step_wrap .step_tit{
        padding: 10px 0;
        padding-left: 30%;
        font-size: 18px;
        height: 45px;
    }
	.flow .step_wrap .step_detail{
    display:block;
	}
	.flow .step_wrap .step_detail .flow_tag{
		margin:3% 0;
	}
    .flow .step_wrap .step_detail_box h4{
        text-align: left;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .flow .step_wrap .extra_mark{
        display: block;
        width: 33px;
        height: 33px;
        padding-right: 1rem;
    }
    .flow .step_wrap .step_detail_figure{
		display:block;
        width: 100%;
	}
    .flow .step_wrap .step_detail_figure .left{
		display:block;
        width: 100%;
        margin-bottom:15px;
	}
	.flow .step_wrap .step_detail_figure .right {
		display: flex;
		width: 100%;
		flex-direction: row-reverse;
	}
	.flow .step_wrap .step_detail_figure .left dl{
		display:flex;
		justify-content: flex-start;
		align-items: center;
		width:100%;
		border-top:1px solid #142e7a;
		background: #142e7a;
	}
	.flow .step_wrap .step_detail_figure .left dt{
		background: #142e7a;
		color:#fff;
		text-align:left;
		line-height:1.8;
		width:90px;
	}
	.flow .step_wrap .step_detail_figure .left dd{
		background:#fff;
		width:calc(100% - 90px);
	}
	.flow .step_wrap .step_detail_figure .left dd img{
		width:100%;
	}
	.flow .step_wrap .step_detail_figure .left dl.apartment{
		border:1px solid #142e7a;
		border-top:none;
		background: #4d65ac;
	}
    .flow .step_wrap .step_detail_figure .right p{
        padding: 0;
        padding-right: 5%;
    }
    .flow .step_wrap .step_detail_box p{
        margin-bottom: 5%;
    }
	.flow .step_wrap .step_detail .flow_tag{
	    height: 32px;
	    padding: 7px 20px;
	    font-size:14px;
	    border-radius:5px;
	    margin: 0 0 3% 0;
	}
    .step_wrap.step03 .step_tit span{
        font-size: 11px;
        vertical-align: middle;
    }
    .step_wrap .step_detail_img{
        margin-bottom: 3%;
    }
}
/* pay
-------------------------------------------------------------------*/
.pay .article_body p b{
    color:#d4002d;
}
.pay .article_body p{
    padding-bottom: 2.4%;
}
.pay .pay_txt{
    padding-bottom: 3.6%;
}
/* news
-------------------------------------------------------------------*/
.news .h_style02{
    margin-bottom: 0;
}
.news .topics_list li:first-of-type{
    border-top: none;
}
.news .topics_list{
    margin-bottom: 86px;
}
@media screen and (max-width: 768px) {
    .news .topics_list{
        margin-bottom: 40px;
    }    
}
/* news detail
-------------------------------------------------------------------*/
.news.detail .btn_links a{
    margin: auto;
}
.news.detail .h_style02{
    margin-bottom: 20px;
}
.news.detail time{
    display: inline-block;
    padding-bottom:36px;
}
.news.detail .news_detail_wrap{
    padding-bottom:84px;
}
.news.detail .news_detail_wrap p{
    line-height: 1.8;
}
@media screen and (max-width: 768px) {
    .news.detail time{
        padding-bottom:18px;
    }
    .news.detail .news_detail_wrap{
        padding-bottom:40px;
    }
}
/* blog
-------------------------------------------------------------------*/
.blog .h_style02{
    margin-bottom: 0;
}
.blog .topics_list li:first-of-type{
    border-top: none;
}
.blog .topics_list{
    margin-bottom: 86px;
}
@media screen and (max-width: 768px) {
    .blog .topics_list{
        margin-bottom: 40px;
    }    
}
/* blog detail
-------------------------------------------------------------------*/
.blog.detail .btn_links a{
    margin: auto;
}
.blog.detail .h_style02{
    margin-bottom: 20px;
}
.blog.detail time{
    display: inline-block;
    padding-bottom:36px;
}
.blog.detail .blog_detail_wrap{
    padding-bottom:84px;
}
.blog.detail .blog_detail_wrap p{
    line-height: 1.8;
}
.blog.detail .img_blog_wrapper{
    text-align: center;
    margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
    .blog.detail .blog_detail_wrap{
        padding-bottom:40px;
    }
    .blog.detail .img_blog_wrapper{
        text-align: center;
        margin-bottom: 36px;
    }
    .blog.detail .img_blog_wrapper img{
        width: 100%;
    }
    .blog.detail time{
        padding-bottom:18px;
    }
    .blog.detail .img_blog_wrapper{
        margin-bottom: 18px;
    }
}
/*privacy
-------------------------------------------------------------------*/
.privacy h3{
    text-align: center;
    padding-bottom: 20px;
}
.privacy .privacy_policy_status{
    margin-bottom: 36px;
}
.privacy .privacy_policy p{
    line-height: 1.8;
}
.privacy .privacy_contents ul,.privacy .privacy_contents ol{
    margin-bottom: 20px;
}
.privacy .privacy_contents ul > li,.privacy .privacy_contents ol > li{
    border-bottom:1px solid #c7c7c7;
	padding-top:20px;
    padding-bottom:20px;
    line-height: 1.8;
}
.privacy .privacy_contents .li_inlist{
    margin-bottom: 0px;
}
.privacy .privacy_contents .li_inlist li{
    border: none;
    padding: 0;
    padding-left: 1em;
}
.privacy .signature{
    text-align: right;
}
.privacy .privacy_contact{
    border:1px solid #c7c7c7;
    padding: 18px 30px;
    margin-bottom: 10px;
    text-indent: 0;
}
.privacy .privacy_data_wrap{
    border-top: 1px solid #c7c7c7;
    padding: 0.5em 0;
}
.privacy .privacy_ad p{
    padding:0 18px;
    line-height: 1.8;
}
@media screen and (max-width: 768px) {
    .privacy .privacy_policy_status{
        margin-bottom: 18px;
    }
    .privacy .signature{
        margin-bottom: 20px;
    }
    .privacy .privacy_contents ul > li,.privacy .privacy_contents ol > li{
        padding-top:10px;
        padding-bottom:10px;
        line-height: 1.8;
    }
}
/*management
-------------------------------------------------------------------*/
.management .table_style dt{
    padding: 15px;
}
.management .table_style dd{
    padding: 15px 15px;
	padding-left:270px;
}

@media screen and (max-width: 768px) {
    .management .table_style dt{
        padding: 15px;
        border-right: none;
    }
    .management .table_style dd{
        padding: 15px;
    }
    .management .table_style dt{
        position: static;
    }
}
/*complaint
-------------------------------------------------------------------*/
.complaint .complaint_contents *{
    line-height: 1.8;
}
.complaint .complaint_contents a{
    text-decoration: underline;
}
.complaint .complaint_contents a:hover{
    text-decoration: none;
}
.complaint .dl_style dl:first-of-type{
    border-bottom: none;
}
.complaint .dl_style dd:last-of-type{
    border-bottom: none;
}
/*tokusyou
-------------------------------------------------------------------*/
.tokusyou dl{
    line-height: 1.8;
}
.tokusyou .pay_way dt{
    padding: 221.5px 15px;
}
.tokusyou .goods_pay dd{
    padding-top: 24.5px;
    padding-bottom: 24.5px;
}
.tokusyou .recall dt{
    padding: 125.5px 15px;
}
.tokusyou .attention dt{
    padding: 67.5px 15px;
}
@media screen and (max-width: 768px) {
    .tokusyou .table_style dt{
        position: static;
    }
    .tokusyou .pay_way dt,.tokusyou .recall dt,.tokusyou .attention dt,.tokusyou .attention dt{
        padding: 15px 10px;
    }
    .tokusyou .goods_pay dd{
        padding: 15px 10px;
    }
}

/*exclusion
-------------------------------------------------------------------*/
.exclusion .exclusion_contents{
    line-height: 1.8;
}
.exclusion .exclusion_contents ol > li{
    border-bottom:1px solid #c7c7c7;
	padding-top:20px;
    padding-bottom:20px;
}
.exclusion .exclusion_contents ol > li:last-of-type{
    border: none;
}
.exclusion .exclusion_data_wrap{
    border-top: 1px solid #c7c7c7;
    padding: 1em 0;
}
@media screen and (max-width: 768px) {
    .exclusion .exclusion_contents ol > li{
        padding-top:10px;
        padding-bottom:10px;
    }
}
/*waterheater
-------------------------------------------------------------------*/
.waterheater .visual h1{
    color:#142e7a;
    font-weight:bold;
    top: 30%;
    font-size: 3.2vw;
}
.waterheater .sitewrap{
	overflow:visible;
}
.waterheater .waterheater_tit{
    font-size:36px;
	text-align:center;
    padding: 6.4% 0 4%;
}
.waterheater .waterheater_tit .sub_tit{
	margin-top: 28px;
    display:block;
    font-size:16px;
    font-weight:normal;
}
.waterheater strong{
	color:#142e7a;
}
.waterheater .waterheater_contents{
    padding: 2% 0 6%;
}
.waterheater .waterheater_contents:nth-of-type(2){
    padding: 8% 0 0;
}
.waterheater .waterheater_contents p.txt_welcome{
    font-size: 24px;
}
.waterheater .waterheater_contents .logo_wrap{
    margin-bottom: 42px;
}
.waterheater .waterheater_contents .logo_wrap img{
    display: inline-block;
    padding-right: 4%;
}
.waterheater .waterheater_contents .goods_wrap{
    padding: 0 2%;
}
.waterheater .waterheater_contents .goods_wrap .goods_item{
    position: relative;
    float: left;
    width: 31%;
    padding: 0 1%;
    margin-bottom: 8%;
    text-align: center;
}
.waterheater .waterheater_contents .goods_wrap .off_area{
    position: absolute;
    top:-40px;
    left:10px;
}
.waterheater .cta_link{
    display: block;
	box-shadow: 0 0 10px #bfbfbf;
	margin-bottom: 44px;
	transition:transform .4s,box-shadow .4s;
}
.waterheater .cta_link:hover{
	box-shadow: none;
	transform:translateY(2px);
}
.waterheater .waterheater_contents .goods_wrap div img{
    width: 100%;
    height: auto;
}
.waterheater .btn_links_wrap .btn_links04.link_flow{
    background-image:url(../img/common/btn_flow.png);
}
.waterheater .btn_links_wrap .btn_links04.link_case{
    background-image:url(../img/common/btn_case.png);
}
.waterheater .btn_links_wrap .btn_links04.link_contact{
    background-image:url(../img/common/btn_contact.png);
}
.waterheater .btn_links_wrap .btn_links04:hover{
    text-decoration: none;
    border: solid 1px #142e7a;
}
.waterheater .btn_links_wrap .btn_links04 span{
    font-weight: bold;
}
.waterheater .btn_links_wrap .btn_links04 span b{
    color: #142e7a;
    font-size: 24px;
}
@media screen and (max-width: 768px) {
    .waterheater .visual h1{
        top: 22%;
        font-size: 7vw;
    }
    .waterheater .waterheater_contents .goods_wrap .goods_item{
        width: 48%;
    }
    .waterheater .waterheater_contents .goods_wrap .goods_item:first-of-type,
    .waterheater .waterheater_contents .goods_wrap .goods_item:nth-of-type(2){
        width: 100%;
    }
    .waterheater .waterheater_tit{
        font-size:24px;
        padding: 6.4% 0 10%;
    }
    .waterheater .waterheater_contents .logo_wrap img{
        width: 28%;
        display: inline-block;
        padding-right: 4%;
    }
    .waterheater .waterheater_contents p.txt_welcome{
        font-size: 18px;
    }
    .waterheater .waterheater_contents:nth-of-type(2){
        padding: 15% 0 0;
    }
    .waterheater .waterheater_contents .goods_wrap .off_area{
		width: 42px;
		top:-20px;
    }
    .waterheater .waterheater_contents .goods_wrap .off_area img{
        width:100%;
    }
    .waterheater .cta_link img{
        width:100%;
        height: auto;
    }
    .waterheater .btn_links_wrap {
        display: block;
    }
    .waterheater .btn_links_wrap div{
        width: 100%;
        margin-bottom: 1em;
    }
    .waterheater .btn_links_wrap .btn_links04{
        background-position: right;
    }
}
/*stoveburner
-------------------------------------------------------------------*/
.stoveburner .visual h1{
    color:#142e7a;
    font-weight:bold;
    top: 53%;
    font-size: 3.2vw;
}
.stoveburner .sitewrap{
	overflow:visible;
}
.stoveburner .stoveburner_tit{
    font-size:36px;
	text-align:center;
    padding: 6.4% 0 4%;
}
.stoveburner .stoveburner_tit .sub_tit{
	margin-top: 28px;
    display:block;
    font-size:16px;
    font-weight:normal;
}
.stoveburner strong{
	color:#142e7a;
}
.stoveburner .stoveburner_contents{
    padding: 2% 2% 6%;
}
.stoveburner .stoveburner_contents:nth-of-type(2){
    padding: 8% 0 0;
}
.stoveburner .stoveburner_contents p.txt_welcome{
    font-size: 24px;
}
.stoveburner .stoveburner_contents .big_logo{
    border-bottom:1px solid #c7c7c7;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.stoveburner .stoveburner_contents .big_logo img{
    display: inline-block;
    padding-right: 1.5%;
}
.stoveburner .stoveburner_contents .logo_wrap{
    margin-bottom: 42px;
}
.stoveburner .stoveburner_contents .logo_wrap img{
    display: inline-block;
    padding-right: 1.5%;
    vertical-align: middle;
}
.stoveburner .stoveburner_contents .goods_wrap{
    padding: 0 2%;
}
.stoveburner .stoveburner_contents .goods_wrap .goods_item{
    position: relative;
    float: left;
    width: 31%;
    padding: 0 1%;
    margin-bottom: 8%;
    text-align: center;
}
.stoveburner .stoveburner_contents .goods_wrap .off_area{
    position: absolute;
    top:-40px;
    left:10px;
}
.stoveburner .cta_link{
    display: block;
	box-shadow: 0 0 10px #bfbfbf;
	margin-bottom: 44px;
	transition:transform .4s,box-shadow .4s;
}
.stoveburner .cta_link:hover{
	box-shadow: none;
	transform:translateY(2px);
}
.stoveburner .stoveburner_contents .goods_wrap div img{
    width: 100%;
    height: auto;
}
.stoveburner .btn_links_wrap .btn_links04.link_flow{
    background-image:url(../img/stoveburner/btn_flow.png);
}
.stoveburner .btn_links_wrap .btn_links04.link_case{
    background-image:url(../img/common/btn_case.png);
}
.stoveburner .btn_links_wrap .btn_links04.link_contact{
    background-image:url(../img/common/btn_contact.png);
}
.stoveburner .btn_links_wrap .btn_links04:hover{
    text-decoration: none;
    border: solid 1px #142e7a;
}
.stoveburner .btn_links_wrap .btn_links04 span{
    font-weight: bold;
}
.stoveburner .btn_links_wrap .btn_links04 span b{
    color: #142e7a;
    font-size: 24px;
}
@media screen and (max-width: 768px) {
    .stoveburner .visual h1{
        top: 22%;
        font-size: 7vw;
    }
    .stoveburner .stoveburner_contents .goods_wrap .goods_item{
        width: 48%;
    }
    .stoveburner .stoveburner_tit{
        font-size:24px;
        padding: 6.4% 0 10%;
    }
    .stoveburner .stoveburner_contents .logo_wrap img{
        width: 19%;
        display: inline-block;
        padding-right: 4%;
        padding-bottom: 5%;
    }
    .stoveburner .stoveburner_contents p.txt_welcome{
        font-size: 18px;
    }
    .stoveburner .stoveburner_contents:nth-of-type(2){
        padding: 15% 0 0;
    }
    .stoveburner .stoveburner_contents .goods_wrap .off_area{
		width: 42px;
		top:-20px;
    }
    .stoveburner .stoveburner_contents .goods_wrap .off_area img{
        width:100%;
    }
    .stoveburner .cta_link img{
        width:100%;
        height: auto;
    }
    .stoveburner .btn_links_wrap {
        display: block;
    }
    .stoveburner .btn_links_wrap div{
        width: 100%;
        margin-bottom: 1em;
    }
    .stoveburner .btn_links_wrap .btn_links04{
        background-position: right;
    }
}
/*rangefood
-------------------------------------------------------------------*/
.rangefood .visual h1{
    color:#142e7a;
    font-weight:bold;
    top: 53%;
    font-size: 3.2vw;
}
.rangefood .sitewrap{
	overflow:visible;
}
.rangefood .rangefood_tit{
    font-size:36px;
	text-align:center;
    padding: 6.4% 0 4%;
}
.rangefood .rangefood_tit .sub_tit{
	margin-top: 28px;
    display:block;
    font-size:16px;
    font-weight:normal;
}
.rangefood strong{
	color:#142e7a;
}
.rangefood .rangefood_contents{
    padding: 2% 2% 6%;
}
.rangefood .rangefood_contents:nth-of-type(2){
    padding: 8% 0 0;
}
.rangefood .rangefood_contents p.txt_welcome{
    font-size: 24px;
}
.rangefood .rangefood_contents .logo_wrap{
    margin-bottom: 42px;
}
.rangefood .rangefood_contents .logo_wrap img{
    display: inline-block;
    padding-right: 5%;
    vertical-align: middle;
}
.rangefood .rangefood_contents .goods_wrap{
    padding: 0 2%;
}
.rangefood .rangefood_contents .goods_wrap .goods_item{
    position: relative;
    float: left;
    width: 31%;
    padding: 0 1%;
    margin-bottom: 8%;
    text-align: center;
}
.rangefood .rangefood_contents .goods_wrap .off_area{
    position: absolute;
    top:-40px;
    left:10px;
}
.rangefood .cta_link{
    display: block;
	box-shadow: 0 0 10px #bfbfbf;
	margin-bottom: 44px;
	transition:transform .4s,box-shadow .4s;
}
.rangefood .cta_link:hover{
	box-shadow: none;
	transform:translateY(2px);
}
.rangefood .rangefood_contents .goods_wrap div img{
    width: 100%;
    height: auto;
}
.rangefood .btn_links_wrap .btn_links04.link_flow{
    background-image:url(../img/rangefood/btn_flow.png);
}
.rangefood .btn_links_wrap .btn_links04.link_case{
    background-image:url(../img/common/btn_case.png);
}
.rangefood .btn_links_wrap .btn_links04.link_contact{
    background-image:url(../img/common/btn_contact.png);
}
.rangefood .btn_links_wrap .btn_links04:hover{
    text-decoration: none;
    border: solid 1px #142e7a;
}
.rangefood .btn_links_wrap .btn_links04 span{
    font-weight: bold;
}
.rangefood .btn_links_wrap .btn_links04 span b{
    color: #142e7a;
    font-size: 24px;
}
@media screen and (max-width: 768px) {
    .rangefood .visual h1{
        top: 28%;
        font-size: 7vw;
        text-shadow: #fff 1px 7px 20px;
    }
    .rangefood .rangefood_contents .goods_wrap .goods_item{
        width: 48%;
    }
    .rangefood .rangefood_tit{
        font-size:24px;
        padding: 6.4% 0 10%;
    }
    .rangefood .rangefood_contents .logo_wrap img{
        width: 28%;
        display: inline-block;
        padding-right: 4%;
    }
    .rangefood .rangefood_contents p.txt_welcome{
        font-size: 18px;
    }
    .rangefood .rangefood_contents:nth-of-type(2){
        padding: 15% 0 0;
    }
    .rangefood .rangefood_contents .goods_wrap .off_area{
		width: 42px;
		top:-20px;
    }
    .rangefood .rangefood_contents .goods_wrap .off_area img{
        width:100%;
    }
    .rangefood .cta_link img{
        width:100%;
        height: auto;
    }
    .rangefood .btn_links_wrap {
        display: block;
    }
    .rangefood .btn_links_wrap div{
        width: 100%;
        margin-bottom: 1em;
    }
    .rangefood .btn_links_wrap .btn_links04{
        background-position: right;
    }
}