body{
    overflow-x: hidden;
}
.slider_img_box{
    position: relative;
    /*padding: 0 4px;*/
}
.slider_p, .slider_p2{
    position: absolute;
    color: #fff;
    font-size: 19px;
    line-height: 25px;
}
.slider_p{
    /*font-size: 14px;*/
    /*width: 100%;*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*z-index: 100;*/
    /*color: #FFF;*/
    /*padding: 25px;*/
    /*line-height: 1.2;*/
    /*background-color: rgba(0, 0, 0, 0.2);*/
}
.slider_p2{
    /*    font-size: 14px;*/
    /*    width: 100%;*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    z-index: 100;*/
    /*    color: #FFF;*/
    /*    padding: 25px;*/
    /*    line-height: 1.2;*/
    /*    background-color: rgba(0, 0, 0, 0.2);*/
}

.app_btn_box{
    max-width: 100%;
    margin: 0px auto 65px auto;
    text-align: center;
}
.app_btn_box .flex_contents{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.app_btn_box .flex_contents a{
    display: block;
    max-width: 190px;
    width: 100%;
    margin: 10px;
}
.app_btn_box .flex_contents img{
    width: 100%;
}
.app_btn_box p{
    margin-top: 15px;
    font-size: 15px;
}

.main_text_p{
    color: #426384;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.main_text_p2{
    font-size: 15px;
    line-height: 25px;
    max-width: 1080px;
    margin-top: 30px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
}
.main_flex{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
.let_image{
    /*width: 41%;*/
    width: 100%;
    max-width: 1000px;
    margin-bottom: 35px;
    position: relative;
    /*margin-right: 0px;*/
}
.let_image img{
    /*width: 558px;*/
    width: 100%;
    max-width: 100%;
}
.let_image p{
    position: absolute;
    color: #888889;
    font-size: 10px;
    bottom: -17px;
    right: 1px;
}
.cace_block{
    display: flex;
    /*width: 58%;*/
    width: 100%;
    max-width: 900px;
}
.cace_width{
    width: 33.3%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cace_width div{
    width: 90%;
    margin: 0 auto;
}
.cace_width img{
    width: 100%;
}
.cace_width p{
    width: fit-content;
    margin: 25px auto 0;
    color: #436589;
    font-weight: bold;
    font-size: 17px;
}
.link_rental{
    width: fit-content;
    margin: 68px auto 75px;
    position: relative;
}
.link_rental p{
    color: #0086D1;
    font-weight: bold;
    font-size: 15px;
    text-decoration: underline;
}
.link_rental img{
    position: absolute;
    right: -41px;
    top: -11px;
}
.main_title{
    text-align: center;
}
.title_text{
    font-size: 28px;
    letter-spacing: 8px;
}

.title_text.custom_ttl{
    color: #002f6b;
    font-weight: bold;
    letter-spacing: 3px;
}

.title_text2{
    font-size: 18px;
    color: #b4b5b5;
    letter-spacing: 1px;
    margin: 5px 0px 30px;
    position: relative;
}
.title_text2::before{
    content: '';
    position: absolute;
    width: 55px;
    height: 3px;
    background-color: #ec6826;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, 0px);
}
.title_text3, .title_text4{
    font-size: 15px;
}
.title_text3{
    color: #9f9fa0;
}
.title_text4{
    color: #b4b5b5;
}
.title_text3 span{
    padding: 0 5px;
}
.title_text5{
    font-size: 15px;
    letter-spacing: 2px;
    /* color: #b4b5b5; */
    color: rgb(89, 87, 87);
}

.back_color{
    background-color: #f7f7f7;
    margin-top: 55px;
    margin-bottom: 90px;
    padding: 50px 0;
    position: relative;
}
.syouhin_category{
    max-width: 1070px;
    width: 100%;
    margin: 0 auto 50px;
    display: flex;
    flex-wrap: wrap;
    /*height: 65px;*/
    align-items: center;
    align-content: space-between;
}
.syouhin_category p{
    /* padding: 0 15px; */
    /* padding: 10px 15px; */
    font-size: 12px;
    /* border-left: 1px solid #b2b2b2; */
    border-bottom: 1px solid #dbdbdb;
    cursor: pointer;
    /*width: 31%;*/
    width: calc((100% / 3) - 30px);
    margin: 5px 10px 0px 10px;
    padding-bottom: 5px;
}

.syouhin_category p a,
.syouhin_category p b{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    line-height: normal;
}
.syouhin_category .select a,
.syouhin_category .select b{
    color: #0c59aa;
}
.syouhin_category p b:hover{
    opacity: 0.6;
}
.syouhin_category p span{
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    margin-right: 20px;
}
.syouhin_category p img{
    max-width: 50px;
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.syouhin_category .select{
    font-weight: bold;
    /*color: #436589;*/
    color: #0c59aa;
    text-decoration: underline;
}
.syouhin_category p:nth-child(10), .syouhin_category p:nth-child(21), .syouhin_category p:last-child{
    /*border-right: 1px solid #b2b2b2;*/
}
.siborikomi_syouhin{
    width: 65px;
    height: 65px;
    margin: 30px auto 50px;
    background-color: #595757;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.siborikomi_syouhin img{
    width: 27px;
}
.siborikomi_syouhin p{
    color: #fff;
    font-size: 14px;
}
.syouhin_width{
    overflow: hidden;
    height: 690px;
    /*transition: .7s;*/
    position: relative;
}
.syouhin_flex{
    display: flex;
    flex-wrap: wrap;
}
.shouhin_block{
    width: 25%;
    border-top: 1px solid #dfdcda;
    border-right: 1px solid #dfdcda;
    border-bottom: 1px solid #dfdcda;
    border-left: 1px solid #dfdcda;
    margin-bottom: 38px;
}
.syouhin_flex div:nth-child(2), .syouhin_flex div:nth-child(3), .syouhin_flex div:nth-child(4), .syouhin_flex div:nth-child(6), .syouhin_flex div:nth-child(7), .syouhin_flex div:nth-child(8), .syouhin_flex div:nth-child(10), .syouhin_flex div:nth-child(11), .syouhin_flex div:nth-child(12){
    border-left:none;
}
.syouhin_image{
    position: relative;
    height: 185px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.syouhin_image .id_sinpin, .syouhin_image .id_sinko, .syouhin_image .id_tyuuko{
    color: #fff;
    padding: 3px 0px;
    font-size: 13px;
    position: absolute;
    top: 2px;
    left: 3px;
}
.syouhin_image .id_sinpin{
    background: #00A0E9;
}
.syouhin_image .id_sinko{
	background: #00A29A;
}
.syouhin_image .id_tyuuko{
	background: #F39800;
}
.syouhin_image img{
    width: 100%;
    height: 100%;
    vertical-align: top !important;
    object-fit: contain;
}
.syouhin_favorite{
    position: absolute;
    bottom: 10px;
    /*right: 8px;*/
    left: 8px;
    display: flex;
    background-color: #eeefef;
    height: 18px;
    padding: 0 4px;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 4px;
}
.shouhin_block p{
    font-size: 13px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.shouhin_block p.syouhin_name{
    display: none;
}

.shouhin_block p.img_txt_note{
    display: block;
    background: #ee6f98;
    color: #fff;
    padding: 3px;
    font-size: 11px;

    position: absolute;
    bottom: 7px;
    right: 8px;
}

.syouhin_favorite div{
    width: 12px;
    height: 12px;
}
.syouhin_favorite p{
    margin-left: 4px;
}
.syouhin_text{
    /*padding: 16px 24px;*/
    padding: 0px;
    position: relative;
}
.syouhin_name{
    font-weight: bold;
    color: #221814;
    /*margin-bottom: 15px;*/
}
.syouhin_kakaku{
    background: #eb2800;
    color: #fff;
    padding: 3px 5px;
    font-size: 13px;
    position: absolute;
    top: 2px;
    right: 3px;
}
.syouhin_text_p, .syouhin_text_p2, .syouhin_getugaku{
    margin-bottom: 8px;
}
.syouhin_text_p{
    color: #221814;
}
.syouhin_getugaku{
    font-weight: bold;
}
.syouhin_time{
    /*position: absolute;*/
    /*bottom: 13px;*/
    /*right: 13px;*/
    text-align: right;
    margin-top: 3px;
    margin-right: -8px;
    margin-bottom: -5px;
}
.mottomiru, .mottomiru2{
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    color: #717070;
    font-size: 15px;
    text-decoration: underline;
    cursor:pointer;
}
.mottomiru{
}
.mottomiru2{
    bottom: 0px;
}
.contents_flex{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    clear: both;
    margin: 0 auto;
    width: 675px;
}
.contents_block {
    width: 50%;
    cursor: pointer;
    margin-bottom: 33px;
    border-top: 1px solid #dfdcda;
    border-right: 1px solid #dfdcda;
    border-bottom: 1px solid #dfdcda;
    border-left: 1px solid #dfdcda;
}
.contents_block:nth-child(2), .contents_block:nth-child(4), .contents_block:nth-child(6), .contents_block:nth-child(8), .contents_block:nth-child(10), .contents_block:nth-child(12), .contents_block:nth-child(14), .contents_block:nth-child(16), .contents_block:nth-child(18), .contents_block:nth-child(20){
    border-left:none;
}
.contents_img {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 185px;
    justify-content: center;
}
.contents_img img {
    width: 100%;
}
.contents_box {
    padding: 10px 20px 15px;
    background-color: #fff;
}
.news_time {
    font-size: 13px;
    margin-bottom: 10px;
    color: #867e78;
}
.yakudati_box_text{
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 18px;
    height: 35px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #221814;
}
.contents_box_text2 {
    font-size: 13px;
    line-height: 21px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #696969;
}
.news_width {
    margin-top: 80px;
    margin-bottom: 90px;
    overflow: hidden;
    height: 195px;
    transition: .7s;
    position: relative;
}
.otoiawase_link{
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 100px;
}
.otoiawase_p{
    color: #b4b5b5;
    font-size: 17px;
    margin-top: 70px;
    margin-bottom: 25px;
}
.otoiawase_button{
    width: fit-content;
    margin: 0 auto;
    border: 2px solid #436589;
    border-radius: 45px;
    min-width: 300px;
    text-align: center;
    margin-top: 15px;
}
.otoiawase_button p{
    color: #436589;
    font-size: 20px;
    padding: 12px 35px;
}
.main_width a:hover, .siborikomi_syouhin:hover{
    opacity:0.6;
}


/*掲載エリア START*/
.eria_map{
    width: 620px;
    max-width: 100%;
    margin: 0 auto 90px;
    position: relative;
}
.eria_map img{
    width: 100%;
}

.eria_map img.map_img_point{
    position: absolute;
    z-index: 10;
}
.map_img_com{
    position: relative;
    z-index: 8 !important;
}

.img_zindex{
    position: absolute;
    z-index: 9 !important;
}

.map_img_view{
    position: absolute;
    top: 0px;
    left: 0;
}

/*掲載エリア END*/



.pager_flex{
    display: flex;
    line-height: 38px;
    justify-content: space-between;
    width: 450px;
    margin: 0 auto;
}
.pager_bn{
    width: 88px;
    text-align: center;
    border-radius: 5px;
}
.pager_bn p{
    background-color: #dbdbdb;
}
.pager_bn p, .pager_number p{
    font-size: 12px;
    color: #221814;
}
/* paginate2 */
.pager_bn2{
    width: 88px;
    text-align: center;
    border-radius: 5px;
}
.pager_bn2 p{
    background-color: #dbdbdb;
}
.pager_bn2 p, .pager_number2 p{
    font-size: 12px;
    color: #221814;
}
/*  */
.pager_number{
    width: 40px;
    text-align: center;
    border-radius: 5px;
    margin: 0 2px;
    border: 1px solid #b4b5b5;
}
.pager_number.select{
    background-color: #436589 !important;
}
.pager_number.select p{
    font-size: 12px !important;
    color: #fff !important;
}
/* paginate2 */
.pager_bn2 p, .pager_number2 p{
    font-size: 12px;
    color: #221814;
}
.pager_number2{
    width: 40px;
    text-align: center;
    border-radius: 5px;
    margin: 0 2px;
    border: 1px solid #b4b5b5;
}
.pager_number2.select{
    background-color: #436589 !important;
}
.pager_number2.select p{
    font-size: 12px !important;
    color: #fff !important;
}
/*  */
.news_rela{
    position: relative;
}
.search_no_hit {
    font-size: 16px;
    display: none;
}
.arrow {
    position: relative;
    top: 0;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.syouhin_tenpo{
    display: flex;
    flex-wrap: wrap;
}
.syouhin_tenpo p{
    line-height: 25px;
    padding: 0px 10px;
    margin-bottom: 4px;
    margin-right: 4px;
    width: fit-content;
    border-radius: 10px;
    background: #eeefef;
    color: #408cdc;
    font-size: 12px;
}
/*fadein*/
.top_fadein{
    animation-name:fadeUpAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity:0;
}

/*point step*/
.point_step_box{
    /*max-width: 1350px;*/
    max-width: 1150px;
    margin: 0 auto;
    padding-top: 60px;
}
.point_step_box .point_step_ttl{
    margin-bottom: 20px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    /*margin-bottom: 30px;*/
    color: #002f6b;
    line-height: normal;
}
.point_step_box .point_step_list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}

.point_step_box .point_step_contents{
    max-width: 48%;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    /*padding: 0px 10px;*/
}
.point_step_box .p_step_top{
    margin-bottom: 20px;
    /*height: 340px;*/
    height: 295px;
    overflow: hidden;
    text-align: center;
}
.point_step_box .p_step_top img{
    /* width: 100%; */
    height: 100%;
    vertical-align: top;
    /* object-fit: cover;*/
}
.point_step_box .p_step_bottom{

}
.point_step_box .p_step_number{
    /*color: #002f6b;*/
    color: #ff5722;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}
.point_step_box .p_step_number span{
    /*color: #002f6b;*/
    color: #ff5722;
    margin-left: 3px;
}
.point_step_box .p_step_ttl{
    color: #002f6b;
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 10px;
}
.point_step_box .p_step_txt{
    font-size: 16px;
    line-height: 1.4;
}

.point_step_box .p_step_txt span{
    display: block;
    font-size: 14px;
    color: #408cdc;
    margin-top: 8px;
    text-align: right;
    cursor: pointer;
}

.point_step_box .p_step_txt span:hover{
    text-decoration: underline;
}

/*youtubeバナー*/
/*.top_youtube .m_y_block{
    width: 750px;
    max-width: 100%;
    margin: 70px auto 70px;
    padding: 20px 25px;
    border: 4px solid #E60012;
    position: relative;
}
.top_youtube .m_y_flex{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.top_youtube .m_y_img, .m_y_img2{
    width: 35%;
}

.top_youtube .m_y_flex div:before{
    transform: translate(-50%, 0)rotate(45deg);
}
.top_youtube .m_y_flex div:after{
    transform: translate(-50%, 0)rotate(135deg);
}
.top_youtube .m_y_text{
    color: #003e83;
    font-size: 15px;
    line-height: 25px;
}
.top_youtube .link_youtube{
    position: absolute;
    bottom: 15px;
    right: 25px;
}

.top_youtube .link_youtube p{
    font-size: 16px;
    background-color: #e7ebe8;
    width: 235px;
    line-height: 40px;
    color: #221814;
    padding-left: 20px;
}
.top_youtube .link_youtube p:before,
.top_youtube .link_youtube p:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    transform: translate(0px, -50%)rotate(45deg);
    border-top: 1px solid #221814;
    border-right: 1px solid #221814;
}

.top_youtube .link_youtube p:before{
    right: 20px;
}
.top_youtube .link_youtube p:after{
    right: 35px;
}
*/
.top_youtube .m_y_block{
    width: 750px;
    max-width: 100%;
    /*margin: 50px auto 30px auto;*/
    padding: 25px 25px;
    border: 4px solid #E60012;
    position: relative;
}

.top_youtube .m_y_text{
    color: #003e83;
    font-size: 18px;
    line-height: 25px;
}

.top_youtube .m_y_flex{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.top_youtube .m_y_flex div.cross_icon{
    width: 35px;
    height: 35px;
    position: relative;
    margin: 0 25px;
}
.top_youtube .m_y_flex div.cross_icon:before,
.top_youtube .m_y_flex div.cross_icon:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #ba572f;
    left: 50%;
    top: 0;
}
.top_youtube .m_y_flex div.cross_icon:before{
    transform: translate(-50%, 0)rotate(45deg);
}
.top_youtube .m_y_flex div.cross_icon:after{
    transform: translate(-50%, 0)rotate(135deg);
}

.top_youtube .banner_img_inner{
    max-width: 280px;
    width: 100%;
    position: relative;
}
.top_youtube .m_y_img, .top_youtube .m_y_img2{
    width: 100%;
}
.top_youtube .m_y_img2{
    width: 80%;
}

.top_youtube .link_youtube{
    position: absolute;
    bottom: -50px;
    right: 5px;
}
.top_youtube .link_youtube p{
    font-size: 15px;
    background-color: #e7ebe8;
    width: 220px;
    line-height: 35px;
    color: #221814;
    padding-left: 20px;
    position: relative;
}
.top_youtube .link_youtube p:before,
.top_youtube .link_youtube p:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    transform: translate(0px, -50%)rotate(45deg);
    border-top: 1px solid #221814;
    border-right: 1px solid #221814;
}
.top_youtube .link_youtube p:before{
    right: 20px;
}
.top_youtube .link_youtube p:after{
    right: 35px;
}

/*お客様の声*/
.user_voice_box{
    margin: 150px auto 110px auto;
    max-width: 1080px;
}
.user_voice_box .u_voice_main_img{
    width: 100%;
}
.user_voice_box .u_voice_main_img img{
    width: 100%;
}

.user_voice_box .u_voice_contents{
    margin-top: 45px;
}

.user_voice_box .u_voice_ttl{
    text-align: center;
}

.user_voice_box .voice_box{
    background-color: #fff;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 30px 0 0;
    flex-direction: row;
}

.user_voice_box .voice_box li{
    width:49%;
    border:1px solid #676666;
    padding:10px;
    padding-bottom: 30px;
    margin:10px;
    margin-left:0;
}

.user_voice_box .box_top{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 10px;
    min-height: 155px;
}

.user_voice_box .box_top img{
    align-self: flex-start;
    /*width: 40%;*/
    width: 100%;
    /*margin-right: 10px;*/
    max-height: 295px;
    object-fit: contain;
}

.user_voice_box .box_top div{
    /*width:58%;*/
    width:100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0px 10px;
}

.user_voice_box .voice_tit{
    font-weight:bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.user_voice_box .rental{
    width: 100%;
    font-size:12px;
    line-height: 20px;
}

.user_voice_box .rental span{
    display: inline-block;
    width: 100%;
    text-align: right;
}

.user_voice_box .box_bottom {
    background-color: #fff;
    background-image: linear-gradient(180deg, #ccc 1px, transparent 1px);
    background-size: 100% 2.5em;
    line-height: 2.5em;
    padding-bottom: 1px;
}

.user_voice_box .voice_tit2{
    font-weight:bold;
    margin-top: 20px;
    margin-bottom: 15px;
    line-height: normal;
}

.more{
    display: block;
    text-align: center;
    color: #717070;
    font-size: 15px;
    margin-top: 45px;
    text-decoration: underline;
    cursor: pointer;
}

.itiran_mt{
    margin-top: 70px;
}

.syouhin_ttl{
    max-width: 1070px;
    width: 100%;
    margin: 0 auto 20px auto;
    text-align: left;
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 1.8;
    margin-bottom: 35px;
    font-weight: bold;
    position: relative;
    text-align: center;
    color: #002f6b;
}

/*こだわり条件で検索*/
.syouhin_search_box{
    max-width: 800px;
    width: 100%;
    margin: 0 auto 50px;
}
.syouhin_inner{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    margin-bottom: 25px;
}
.syouhin_inner .syouhin_search_ttl{
    font-size: 16px;
    min-width: 125px;
    text-align: right;
    line-height: 41px;
    margin-right: 40px;
}
.syouhin_inner .syouhin_search_contents{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    height: 41px;
}
.syouhin_inner .h_radiobutton,
.syouhin_inner .h_check{
    position: relative;
    margin-right: 20px;
    float: unset;
}
.syouhin_inner .h_radiobutton label,
.syouhin_inner .h_check label{
    display: block;
    position: static;
    transform: unset;
    width: auto;
    height: auto;
    margin-left: 27px;
}
.syohin_inner .h_check label{

}

.syouhin_inner .h_check label::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    width: 22px;
    height: 22px;
    cursor: pointer;
    border: 1px solid #ddd;
}

.syouhin_inner .h_check label::after{
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 9px;
    transform: rotate(-45deg);
    border: 3px solid #ff6d6d;
    border-top-style: none;
    border-right-style: none;
    opacity: 0;
}

.h_check input:checked + label::after{
    opacity: 1;
}

.syouhin_inner .h_radiobutton label::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    width: 22px;
    height: 22px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #ddd;
}
.syouhin_inner .h_radiobutton label::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 11px;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-color: #ff6d6d;
    border-radius: 30px;
}

.syouhin_inner .h_radiobutton p{
    font-size: 15px;
}

.syouhin_inner .search_box{
    display: flex;
    align-items: center;
    max-width: unset;
    width: 100%;
    height: auto;
    border: 0px;
    position: relative;
}
.syouhin_inner .search_box input{
    max-width: 415px;
    width: 100%;
    height: 41px;
    border: 1px solid #ddd;
    font-size: 15px;
    padding-left: 10px;
    margin-right: 25px;
}
/*
.syouhin_ttl .item_status_guide{
    font-size: 15px;
    color: #408cdc;
    cursor: pointer;
    font-weight: normal;
    margin-left: 30px;
}
.syouhin_ttl .item_status_guide:hover{
    opacity: 0.6;
}
*/
.syouhin_inner .item_status_guide{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #408cdc;
    cursor: pointer;
    font-weight: normal;
    margin-left: 30px;
    height: 41px;
}
.syouhin_inner .item_status_guide:hover{
    opacity: 0.6;
}

.h_check p{
    font-size: 15px;
}

.search_submit{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 55px;
    margin-bottom: 50px;
}
.syouhin_search_box .head_search{
    display: block;
    width: 250px;
    max-width: 100%;
    margin: 0px 10px;
    text-align: center;
    line-height: 47px;
    border-radius: 15px;
    cursor: pointer;
    font-size: 18px;
    border: 1px solid #b2b2b2;
}
.syouhin_search_box .head_search.on_search{
    background-color: #005ca2;
    color: #fff;
    font-weight: bold;
    letter-spacing: 3px;
}
.syouhin_search_box .head_search.on_search:hover{
    opacity: 0.6;
}

.syouhin_inner .price_search_contents{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.syouhin_inner .price_search_contents .price_in{
    width: 100%;
    height: 41px;
    border: 1px solid #ddd;
    font-size: 15px;
    padding-left: 10px;
}

.search_box input::placeholder{
    color: #b4b5b5;
}
.price_in::placeholder {
    color: #b4b5b5;
}
.syouhin_inner .price_search_contents p{
    padding: 0px 10px;
}
.search_err_txt{
    color: red;
    font-size: 14px;
    margin-top: 10px;
}

.top_new_list_search{
    margin-top: 50px;
}

.search_scroll_point{
    border: 0px;
    width: 10px;
    position: absolute;
    top: -50px;
    left: 50%;
}

/* [x]: #235 SMBC プロミスバナー削除 */

/*アワード & youtube*/
.banner_flex_contents{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}

.banner_flex_contents .award_box,
.banner_flex_contents .top_youtube{
    max-width: 48%;
    width: 100%;
    position: relative;
}

.banner_flex_contents .award_box{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.award_box p{
    /*margin-bottom: 10px;*/
    line-height: normal;
    margin-top: 10px;
}
.award_contents{
    max-width: 440px;
    width: 100%;
}
.award_contents img{
    width: 100%;
}

/*ブランド一覧*/
.brand_box{
    max-width: 1350px;
    margin: 0 auto;
    padding-top: 100px;
    margin-bottom: 60px;
}
.brand_box .brand_top_ttl{
    margin-bottom: 50px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #002f6b;
}
.brand_box .brand_list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.brand_box .brand_list li{
    max-width: 25%;
    width: 100%;
}
.brand_box .brand_inner{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #ddd;
    margin: 0px 20px;
}
.brand_box .brand_img{
    display: flex;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;
}
.brand_box .brand_img img{
    max-width: 65px;
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.brand_box .brand_txt{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: 15px;
}
.brand_box .brand_txt p{
    font-size: 14px;
}
.brand_box .brand_right_txt{
    text-align: right;
    margin-top: 30px;
    margin-right: 20px;
    font-size: 17px;
}



/*シェアコンテンツ*/
.flex_contents{
    max-width: 1150px;
    margin: 120px auto 50px auto;
}
.share_box_top{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    /*margin: 120px 0px 50px 0px;*/
}
.share_box_top.flex-start{
    align-items: flex-start;
}
.share_box_top .share_box p{
    color: #3e3a39;
    line-height: normal;
}
.share_box_top .share_contents_left{
    width: 50%;
    margin-right: 20px;
}
.share_box_top .share_contents_img{
    max-width: 600px;
    text-align: center;
}
.share_box_top .share_contents_img img{
    max-width: 565px;
    max-height: 395px;
    min-width: 390px;
    width: 100%;
    object-fit: cover;
}
.share_box_top .share_contents_img video{
    width: 100%;
    height: 460px;
}
.share_box_top .share_contents_right{
    width: 50%;
}
.share_box_top .share_contents_txt{

}
.share_box_top .s_contents_sub_ttl{
    text-align: center;
    font-size: 21px;
    margin-bottom: 40px;
}
.share_box_top .s_contents_ttl{
    font-size: 24px;
    text-align: center;
    line-height: normal;
}
.share_box_top .s_contents_txt{
    line-height: normal;
    font-size: 16px;
    margin-top: 20px;
}
.share_box_top .s_contents_img{
    max-width: 650px;
    margin-top: 10px;
}
.share_box_top .s_contents_img img{
    width: 100%;
}

.share_box_bottom{

}
.rental_flow_list{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}
.rental_flow_step,
.rental_flow_end{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 215px;
    width: 100%;
}
.rental_flow_icon{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;

    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #fffef3;
    border: 1px solid #e4006e;
}
.r_flow_s_txt{
    color: #595757;
    font-size: 19px;
    font-weight: bold;
    line-height: 24px;
}
.r_flow_ttl{
    color: #e4006e;
    font-size: 19px;
    font-weight: bold;
}

.rental_flow_txt{
    max-width: 94%;
    margin-top: 10px;
}
.rental_flow_txt p,
.rental_flow_txt li{
    font-size: 11.5px;
    line-height: normal;
    color: #221814;
    margin-left: 15px;
    position: relative;
}
.rental_flow_txt p,
.rental_flow_txt li:before{
    content: '';
    width: 3px;
    height: 3px;
    background: #221814;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: -7px;
    transform: translate(-50%,0%);
}
.rental_flow_end{
    width: auto;
    margin: 10px 20px;
    position: relative;
}
.r_flow_end_img{
    max-width: 65px;
    width: 65px;
}
.r_flow_end_img img{
    width: 100%;
}
.rental_flow_end:before{
    content: '';
    width: 35px;
    height: 40px;

    position: absolute;
    top: 70px;
    left: -35px;
    background-image: url("../image/index/rental_flow_step.png");
    background-size: 30px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

/*保障サービス*/
.nagare2{
    color: #002f6b;
    font-size: 29px;
    font-weight: bold;
    margin-bottom: 70px;
    text-align: center;
}

.nagare2 span{
    color: #ffc107;
}
.hsw_block, .hsw_block2, .hsw_block3{
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    min-height: 135px;
}
.hsw_block2{
    margin-left: auto;
}
.hsw_block:before, .hsw_block2:before, .hsw_block3:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0px, -50%);
    z-index: -1;
    width: 130px;
    height: 130px;
    border-radius: 200px;
}
.hsw_block:before{
    background-color: rgb(255, 242, 204);
}
.hsw_block2:before{
    background-color: rgb(208, 224, 227);
}
.hsw_block3:before{
    background-color: rgb(234, 209, 220);
}
.hsw_block:after, .hsw_block2:after, .hsw_block3:after {
    font-size: 40px;
    position: absolute;
    font-weight: bold;
    top: 50%;
    left: 25px;
    transform: translate(0px, -50%);
}
.hsw_block:after{
    content:'1';
    color:rgb(246, 178, 107);
}
.hsw_block2:after{
    content:'2';
    color:rgb(109, 158, 235);
}
.hsw_block3:after {
    content: '3';
    color:rgb(194, 123, 160);
}
.hsw_text_block{
    padding-left: 68px;
}
.hsw_block_p{
    color: #000;
    font-size: 20px;
    padding-bottom: 8px;
    font-weight: bold;
}
.hsw_block_p2{
    font-size: 14px;
    line-height: 20px;
    color: #3d3c3c;
}
.hsw_width{
    position: relative;
    width: 100%;
    /*margin: 100px auto 0px;*/
    /*display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;*/
}

/*リサイクルへの取り組み*/
.share_box_top .share_contents_img img.recycle_img{
    max-width: 400px;
    border-radius: 20px;
}
.flex_contents.recycle_contents{
    margin: 50px auto 150px auto;
}


/*シェアリングエコノミー*/
.share_box_top .share_contents_img img.sharing_img{
    max-width: 240px;
    min-width: unset;
}

.flex_contents.sharing_contents{
    margin: 45px auto 150px auto;
}
.sharing_contents .share_contents_left{
    width: 50%;
}
.sharing_contents .share_contents_right{
    width: 35%;
}

/*モデルルーム*/
.model_room .share_box_top .share_contents_left{
    margin-right: 35px;
}
.model_room .share_box_top .s_contents_ttl{
    margin-bottom: 45px;
}
.model_room .share_box_top .s_contents_txt{
    font-size: 15px;
}

/*地図*/
.shop .company_googlemap iframe,
.shop .company_googlemap object,
.shop .company_googlemap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.shop > h3{
    color: #002f6b;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 100px;
    letter-spacing: 4px;
}

.shop .contact{
    /*padding:0 100px;*/
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-top: 40px;
    margin-bottom:60px;
}

.shop .col-sm-6 {
    width: 47%;
    margin:30px auto;
}
.shop .contact__item {
    text-align: center;
}
.shop .contact__item h3 {
    font-size: 18px;
    font-size: 1.5rem;
    color: #000;
}
.shop .contact__item p {
    margin-top: 1em;
}
.shop .contact__item p.tel {
    font-size: 20px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #002f6b;
    margin-top: 0.5em;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #002f6b;
}
.shop .company_googlemap {
    position: relative;
    padding-bottom: 56.4%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: 1.6em;
    margin-bottom:10px;
}
.shop .sns {
    text-align: left;
    height:56px;
}
.shop .sns li {
    display: inline-block;
    vertical-align: middle;
}
.shop .sns img{
    width:46px;
    height:auto;
}

.three_d_coordinate .nagare2{
    margin-bottom: 0px;
}
.syouhin_name .id_sinpin{
    color: #00A0E9;
}
.syouhin_name .id_sinko{
    color: #00A29A;
}
.syouhin_name .id_tyuuko{
    color: #F39800;
}

@keyframes fadeUpAnime{
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media screen and (max-width:1350px) {
    .cace_width p {
        margin: 16px auto 0;
        font-size: 15px;
    }
    .shouhin_block.screen_none, .contents_block.screen_none{
        display:none;
    }
    .eria_map {
        width: 50%;
    }
    .top_youtube .m_y_text{
        font-size: 13px;
    }
    .top_youtube .link_youtube p{
        width: 200px;
        font-size: 13px;
    }
    .shop .contact .col-sm-6 {
        display:flex;
        flex-wrap:wrap;
        flex-flow: column-reverse;
    }
}
@media screen and (max-width:1200px) {
    .point_step_box .p_step_top{
        height: 285px;
    }
    .banner_flex_contents {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: center;
        margin: 30px 0px;
    }
    .top_youtube .m_y_img, .m_y_img2{
        /*width: 40%;*/
    }
    .banner_flex_contents .award_box, .banner_flex_contents .top_youtube{
        max-width: unset;
        width: fit-content;
        max-width: 100%;
    }
    .banner_flex_contents .top_youtube{
        margin-bottom: 85px;
    }
    .top_youtube .m_y_text{
        font-size: 18px;
    }
    .top_youtube .link_youtube p{
        width: 295px;
        font-size: 17px;
    }
    .brand_box .brand_list li {
        max-width: 33.3%;
    }
}
@media screen and (max-width:1024px) {
    .main_text_p {
        font-size: 21px;
    }
    .main_text_p2 {
        font-size: 15px;
        line-height: 23px;
        margin-top: 20px;
        margin-bottom: 70px;
    }
    .cace_width p, .link_rental p{
        font-size: 14px;
    }
    .link_rental {
        margin: 50px auto 65px;
    }
    .link_rental img {
        right: -27px;
        top: -20px;
    }
    .title_text {
        font-size: 30px;
    }
    .title_text2 {
        font-size: 18px;
        margin: 2px 0px 25px;
    }
    .title_text2::before {
        bottom: -11px;
    }
    .title_text3, .title_text4 {
        font-size: 16px;
    }
    .back_color {
        margin-top: 25px;
        margin-bottom: 50px;
        padding: 25px 0 40px;
    }
    .syouhin_category p {
        /*padding: 0 9px;*/
    }
    .shouhin_block {
        margin-bottom: 30px;
    }
    .news_width {
        margin-top: 65px;
        margin-bottom: 130px;
    }
    .syouhin_width {
        height: 670px;
    }
    .syouhin_category p:nth-child(10), .syouhin_category p:nth-child(21), .syouhin_category p:last-child{
        border-right: none;
    }
    .syouhin_category p:nth-child(11), .syouhin_category p:nth-child(23), .syouhin_category p:last-child{
        /*border-right: 1px solid #b2b2b2;*/
    }
    .shop .contact{
        margin-bottom:20px;
    }

    .shop .contact__item h3{
        font-size:22px;
    }
}
@media screen and (max-width:830px) {
    .main_flex {
        display: block;
        justify-content: space-between;
    }
    .let_image {
        /*width: 80%;*/
        margin: 0 auto;
    }
    .let_image img {
        width: 100%;
    }
    .cace_block {
        /*width: 80%;*/
        margin: 50px auto 0;
    }
    .syouhin_category p:nth-child(11), .syouhin_category p:nth-child(20), .syouhin_category p:last-child {
        border-right: none;
    }
    .syouhin_category p:nth-child(9), .syouhin_category p:nth-child(16), .syouhin_category p:nth-child(25), .syouhin_category p:last-child {
        /*border-right: 1px solid #b2b2b2;*/
    }
    .syouhin_category {
        margin: 0 auto 35px;
    }
    .shouhin_block, .contents_block {
        width: 50%;
    }
    .news_width {
        margin-bottom: 65px;
    }
    .otoiawase_p {
        margin-top: 30px;
    }
    .point_step_box .point_step_contents{
        max-width: 100%;
    }
    .user_voice_box .voice_box{
        flex-wrap: wrap;
    }
    .user_voice_box .voice_box li{
        max-width: 500px;
        width: 100%;
    }
    .syouhin_category p{
        width: calc((100% / 2) - 20px);
    }
    .itiran_mt{
        margin-top: 20px;
    }
    .syouhin_ttl{
        margin-bottom: 10px;
    }

    .syouhin_inner.search_mb_bottom{
        margin-bottom: 60px;
    }

    .syouhin_inner .h_check{
        position: absolute;
        bottom: -27px;
    }
    .syouhin_inner .item_status_guide{
        position: absolute;
        left: 135px;
        bottom: -28px;
    }
    .top_youtube .m_y_text{
        font-size: 15px;
    }
    .top_youtube .link_youtube p{
        font-size: 15px;
        width: 200px;
    }
    .user_voice_box{
        margin-top: 70px;
    }

    .share_box_top .share_contents_left,
    .share_box_top .share_contents_right{
        width: 100%;
        margin: 0;
    }
    .share_box_top .share_contents_left{
        margin-bottom: 25px;
    }
    .share_box_top .share_contents_img{
        max-width: unset;
        text-align: center;
        margin-bottom: 25px;
    }

    .share_box_top{
        display: flex;
        flex-direction: column;
    }
    .flex_contents{
        margin-top: 70px;
    }
    .rental_flow_list{
        display: flex;
        flex-wrap: wrap;
    }
    .hsw_width{
        max-width: 570px;
        margin: 0 auto;
    }
    .brand_box{
        padding-top: 30px;
    }
    .rental_flow_step, .rental_flow_end{
        max-width: 275px;
        width: 50%;
        margin-bottom: 20px;
    }
    .rental_flow_step, .rental_flow_end{
        margin-top: 50px;
    }
    .r_flow_end_img{
        max-width: 200px;
        width: 100%;
    }
    .rental_flow_end:before{
        transform: rotate(90deg) translate(0%, 50%);
        top: -50px;
        left: 50%;
    }
    .model_room .share_box_top .share_contents_left{
        margin: 0px;
    }

}
@media screen and (max-width:480px) {
    .title_text2::before {
        bottom: -2.5vw;
        width: 10vw;
        height: 0.6vw;
    }
    .link_rental img {
        width: 4vw;
        right: -4vw;
        top: -3vw;
    }
    .slider_p, .slider_p2 {
        font-size: 3.5vw;
        line-height: 5vw;
    }
    .slider_p {
        top: 3vw;
        left: 3vw;
    }
    .slider_p2 {
        bottom: 5vw;
        right: 3vw;
    }

    .app_btn_box p{
        margin-top: 1vw;
        font-size: 3.1vw;
    }

    .app_btn_box .flex_contents a{
        max-width: 35vw;
    }

    .main_text_p {
        font-size: 4vw;
        line-height: 6vw;
    }
    .main_text_p2 {
        font-size: 3.5vw;
        line-height: 5vw;
        margin-top: 4vw;
        margin-bottom: 10vw;
    }
    .let_image {
        width: 100%;
    }
    .let_image p {
        bottom: -4vw;
        right: 0vw;
    }
    .cace_block {
        width: 100%;
        margin: 10vw auto 0;
    }
    .cace_width {
        margin: 0 auto 6vw;
    }
    .cace_width p {
        margin: 3vw auto 0;
        font-size: 10px;
        width: max-content;
    }
    .link_rental {
        margin: 10vw auto 15vw;
    }
    .title_text {
        /*font-size: 6vw;*/
        font-size: 5.5vw;
        letter-spacing: 1vw;
    }
    .title_text2 {
        font-size: 3.5vw;
        margin: 1vw 0px 5vw;
    }
    .title_text3, .title_text4 {
        font-size: 3.5vw;
    }
    .cace_width div {
        width: 85%;
    }
    .link_rental p {
        font-size: 3.5vw;
    }
    .syouhin_category {
        margin: 0 auto 6vw;
        height: auto;
    }
    .syouhin_category p {
        /*padding: 0 1.9vw;*/
        /*margin: 0.7vw 0;*/
        margin: 1.7vw 1vw;
        font-size: 3vw;
        letter-spacing: 0.5px;
    }
    .syouhin_category p:nth-child(9), .syouhin_category p:nth-child(16), .syouhin_category p:nth-child(25), .syouhin_category p:last-child {
        border-right: none;
    }
    .syouhin_category p:nth-child(5), .syouhin_category p:nth-child(7), .syouhin_category p:nth-child(10), .syouhin_category p:nth-child(13), .syouhin_category p:nth-child(18), .syouhin_category p:nth-child(23), .syouhin_category p:last-child {
        /*border-right: 1px solid #b2b2b2;*/
    }
    .syouhin_image {
        height: 33vw;
    }
    .shouhin_block{
        width: 100%;
        border-left: 1px solid #dfdcda !important;
        margin-bottom: 5vw;
    }
    .back_color {
        margin-top: 5vw;
        margin-bottom: 8vw;
        padding: 5vw 0;
    }
    .syouhin_image {
        height: 50vw;
    }
    .syouhin_favorite {
        bottom: 1.5vw;
        /*right: 1.5vw;*/
        height: 4.5vw;
        padding: 0 1vw;
        border-radius: 4px;
    }
    .shouhin_block p.img_txt_note{
        bottom: 1.5vw;
        right: 1.5vw;
    }
    .syouhin_favorite div {
        width: 2.9vw;
        height: 2.9vw;
    }
    .shouhin_block p {
        font-size: 3vw;
    }
    .syouhin_favorite p {
        margin-left: 1vw;
    }
    .syouhin_text {
        padding: 3vw 5vw;
    }
    .syouhin_name {
        /*margin-bottom: 3vw;*/
    }
    .syouhin_text_p, .syouhin_text_p2, .syouhin_kakaku, .syouhin_getugaku{
        margin-bottom: 1.5vw;
    }
    .syouhin_time {
        margin: 0;
        font-size: 2.4vw !important;
    }
    .mottomiru {
        bottom: -2.5vw;
    }
    .news_width {
        margin-bottom: 12vw;
        margin-top: 12vw;
        height: auto;
        max-height: 141vw;
    }
    .syouhin_width {
        height: 159vw;
    }
    .contents_img {
        height: 27vw;
    }
    .contents_box {
        padding: 2vw 3vw 2vw;
        height: 31vw;
    }
    .news_time {
        font-size: 3vw;
        margin-bottom: 2vw;
    }
    .yakudati_box_text {
        font-size: 3.5vw;
        margin-bottom: 2vw;
    }
    .contents_box_text2 {
        font-size: 3vw;
        line-height: 4vw;
    }
    .mottomiru2 {
        bottom: -2.5vw;
    }
    .contents_block:nth-child(2), .contents_block:nth-child(3), .contents_block:nth-child(4), .contents_block:nth-child(6), .contents_block:nth-child(7), .contents_block:nth-child(8), .contents_block:nth-child(10), .contents_block:nth-child(11), .contents_block:nth-child(12), .contents_block:nth-child(14), .contents_block:nth-child(15), .contents_block:nth-child(16) {
        border-left: 1px solid #dfdcda;
    }
    .contents_block {
        margin-bottom: 4vw;
    }
    .mottomiru, .mottomiru2 {
        font-size: 3.5vw;
    }
    .eria_map {
        width: 100%;
        margin: 1vw auto 15vw;
    }
    .otoiawase_p {
        margin-top: 7vw;
        margin-bottom: 3vw;
        font-size: 3.5vw;
    }
    .otoiawase_button p {
        font-size: 3.5vw;
        padding: 2vw 5vw;
    }
    .otoiawase_link {
        padding-bottom: 17vw;
    }
    .pager_flex {
        line-height: 8vw;
        width: 100%;
    }
    .pager_bn {
        width: 19vw;
    }
    .pager_bn p, .pager_number p {
        font-size: 3vw;
    }
    .pager_number {
        width: 8vw;
    }
    /* paginate2 */
    .pager_bn2 {
        width: 19vw;
    }
    .pager_bn2 p, .pager_number2 p {
        font-size: 3vw;
    }
    .pager_number2 {
        width: 8vw;
    }
    /*  */
    .pagetop{
        top: -7.8vw;
        padding: 0.5vw 0px;
        width: 17vw;
    }
    .pagetop p {
        font-size: 2.5vw;
        line-height: 3.5vw;
    }
    .otoiawase_button {
        border: 0.5vw solid #436589;
    }
    .shouhin_block, .contents_block {
        width: 100%;
    }
    .search_no_hit {
        font-size: 3.5vw;
    }
    .contents_flex {
        width: 100%;
    }

    /*point step*/
    .point_step_box{
        padding-top: 0px;
    }
    .point_step_box .point_step_ttl{
        font-size: 4vw;
        line-height: 1.4;
        text-align: center;
    }

    .point_step_box .point_step_contents{
        margin-top: 5vw;
        margin-bottom: 2vw;
    }
    .point_step_box .p_step_top{
        margin-bottom: 3vw;
        height: 51vw;
    }
    .point_step_box .p_step_number{
        font-size: 3.2vw;
        margin-bottom: 2vw;
    }
    .point_step_box .p_step_number span{
        margin-left: 0.5vw;
    }
    .point_step_box .p_step_ttl{
        font-size: 4vw;
        margin-bottom: 2vw;
    }
    .point_step_box .p_step_txt{
        font-size: 3.2vw;
        line-height: 1.4;
    }

    /*youtubeバナー*/
    .top_youtube .m_y_block {
        margin: 12vw auto 0;
    }
    .top_youtube .m_y_block {
        padding: 2vw 3vw;
        margin: 12vw auto 0;
    }
    .top_youtube .m_y_flex div {
        /*width: 4vw;
        height: 4vw;*/
    }
    .top_youtube .m_y_text {
        font-size: 3vw;
        line-height: 4vw;
    }
    .top_youtube .link_youtube {
        bottom: -8.5vw;
        right: 1vw;
    }
    .top_youtube .link_youtube p {
        font-size: 3vw;
        width: 38vw;
        line-height: 6vw;
        padding-left: 3vw;
    }
    .top_youtube .link_youtube p:before, .top_youtube .link_youtube p:after {
        width: 1.5vw;
        height: 1.5vw;
    }
    .top_youtube .link_youtube p:before {
        right: 2vw;
    }
    .top_youtube .link_youtube p:after {
        right: 3.5vw;
    }
    /*お客様の声*/
    .user_voice_box .u_voice_ttl{
        text-align: left;
        line-height: normal;
    }
    .user_voice_box .voice_tit{
        font-size: 3.7vw;
        padding-top: 2vw;
    }
    .user_voice_box .rental{
        font-size: 2.6vw;
    }
    .user_voice_box{
        margin-top: 20vw;
        margin-bottom: 17vw;
    }
    .user_voice_box .box_bottom{
        background-size: 100% 25px;
        line-height: 25px;
    }
    .user_voice_box .box_bottom p{
        font-size: 3.2vw;
        line-height: 25px;
    }
    .user_voice_box .box_top{
        min-height: 36vw;
    }
    .user_voice_box .voice_tit2{
        margin-top: 3vw;
        margin-bottom: 1.5vw;
        font-size: 3.3vw;
        line-height: normal;
    }

    .itiran_mt{
        margin-top: 0px;
    }
    .syouhin_ttl{
        font-size: 4vw;
        margin-bottom: 4vw;
    }
    .syouhin_category p span{
        width: 8vw;
        height: 8vw;
    }

    .syouhin_inner{
        margin-bottom: 6vw;
    }
    .syouhin_inner .h_radiobutton, .syouhin_inner .h_check{
        width: auto;
        padding: 0px;
    }
    .syouhin_inner .syouhin_search_ttl{
        font-size: 3.2vw;
        min-width: 19vw;
        margin-right: 5vw;
    }
    .syouhin_inner .h_radiobutton p{
        font-size: 3vw;
    }
    .syouhin_inner .h_check p{
        font-size: 3vw;
    }
    .syouhin_inner .h_radiobutton label::before{
        width: 4.2vw;
        height: 4.2vw;
    }
    .syouhin_inner .h_radiobutton label::after{
        left: 2.1vw;
        width: 2.4vw;
        height: 2.4vw;
    }
    .syouhin_inner .search_box input,
    .syouhin_inner .price_search_contents .price_in{
        height: 9vw;
        font-size: 3.5vw;
        margin-right: 0px;
    }
    .syouhin_search_box .head_search{
        width: 28vw;
        margin: 0px 2.5vw;
        line-height: 9vw;
        font-size: 4vw;
    }
    .search_submit{
        margin-bottom: 10vw;
        margin-top: 10vw;
    }
    .syouhin_inner .h_radiobutton label, .syouhin_inner .h_check label{
        margin-left: 5.5vw;
    }
    .syouhin_inner .h_check label::before{
        width: 4.9vw;
        height: 4.9vw;
    }
    .syouhin_inner .h_check label::after{
        width: 3.4vw;
        height: 2vw;
        top: 0.7vw;
        left: 0.8vw;
    }
    .syouhin_ttl .item_status_guide{
        margin-left: 10px;
        font-size: 2.5vw;
    }

    .syouhin_inner .item_status_guide{
        font-size: 3vw;
        margin: 0px;
        left: 24vw;
        bottom: -7vw;
    }
    .syouhin_inner .price_search_contents .price_in{
        font-size: 2.6vw;
    }
    .syouhin_inner.search_mb_bottom{
        margin-bottom: 10vw;
    }
    .search_err_txt{
        font-size: 2.8vw;
        margin-top: 2.5vw;
    }
    .banner_flex_contents .award_box{
        margin-top: 18vw;
    }
    .award_box p{
        font-size: 3.2vw;
        line-height: 1.4;
    }
    .award_box p br{
        display: none;
    }
    .brand_box .brand_inner{
        margin: 0px 8px;
    }
    .brand_box .brand_list li {
        max-width: 50%;
    }
    .brand_box .brand_img{
        height: 16vw;
    }
    .brand_box .brand_txt{
        width: 40vw;
    }
    .brand_box .brand_txt p {
        font-size: 3vw;
    }
    .brand_box .brand_right_txt{
        font-size: 3.3vw;
    }
    .share_box_top .share_contents_img img{
        min-width: unset;
    }
    .share_box_top .s_contents_sub_ttl{
        font-size: 4.5vw;
        margin-bottom: 7vw;
    }
    .share_box_top .s_contents_ttl{
        font-size: 4.3vw;
    }
    .nagare2{
        font-size: 5.5vw;
        margin-bottom: 9vw;
    }
    .nagare2 span{
        display: none;
        font-size: 4.7vw;
    }
    .rental_flow_step{
        max-width: 50%;
        margin-top: 0px;
        margin-bottom: 4vw;
    }
    .rental_flow_end{
        max-width: 100%;
    }
    .rental_flow_icon{
        width: 32vw;
        height: 32vw;
    }
    .r_flow_s_txt{
        font-size: 3.8vw;
        line-height: 7vw;
    }
    .r_flow_ttl{
        font-size: 4vw;
    }
    .rental_flow_txt p, .rental_flow_txt li{
        font-size: 3vw;
    }
    .share_box_top .s_contents_txt{
        font-size: 3.5vw;
    }


    .shop > h3 {
        font-size:20px;
    }

    .shop .contact__item h3{
        font-size:5vw;
    }

    .shop .contact__item p:first-of-type{
        font-size:4vw;
    }

    .shop .contact .col-sm-6 {
        width: 100%;
        margin: 30px auto;
    }

    .shop .contact__item p.tel {
        font-size:5vw;
    }

    /*.shop iframe {
        width: 100%;
        aspect-ratio: 16/9;
    }*/

    .brand_box{
        margin-bottom: 0vw;
    }

    .guarantee_box .share_box_top .share_contents_img img{
        max-height: 60vw;
    }
    .brand_box .brand_top_ttl{
        font-size: 5.5vw;
    }
    .flex_contents.recycle_contents,
    .flex_contents.sharing_contents{
        margin-top: 6vw;
        margin-bottom: 12vw;
    }
    .share_box_top .share_contents_img img.sharing_img{
        max-width: 30vw;
    }
    .banner_flex_contents .top_youtube{
        margin-bottom: 3vw;
    }
    .model_room .share_box_top .s_contents_txt{
        font-size: 3.6vw;
    }
    .share_box_top .share_contents_img video{
        min-height: 275px;
        height: auto;
    }
    .three_d_coordinate .nagare2 {
        margin-bottom: 9vw;
    }

}

/* 20241223 ihistory追加 */
.top_banner_yellow_sheep {
  margin-bottom: 60px;
}

.top_banner_yellow_sheep img {
  width: 100%;
  height: auto;
}

.youtube_image {
  width: 750px;
  max-width: 100%;
}
