
/* ----------------------------------------
2023 new_chintai_top
---------------------------------------- */

.new_header {
    width: fit-content;
    height: 35px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
}
header.chi_header{
    width: 100%;
    max-width: 1100px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: auto;
    margin-bottom: 15px;
}
header.chi_header a{
    text-decoration: none;
}
header.chi_header a img{
    max-width: 171px;
    margin: auto;
    display: block;
}

header.chi_header>div{width: 15%;}
header.chi_header>ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 55%;
    max-width: 700px;
    margin: auto 0 0 auto;
}
header.chi_header>ul>li{

}
header.chi_header>ul>li>a{
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    padding-top: 15px;
    border-bottom: 3px solid white;
    font-weight: bold;
    color: #0068ad;
    display: block;
}
header.chi_header>ul>li>a:hover{
    border-bottom: 3px solid #FF9800;
}
header.chi_header div.head_inq_btn{
    padding-top: 2em;
    width: 250px;
}
header.chi_header div.head_inq_btn a{
    display: block;
    background: #FF9800;
    color: rgb(255, 255, 255);
    border: 2px solid #FF9800;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    padding: 0 2em;
    line-height: 2.5em;
    width: 200px;
    box-sizing: border-box;
    margin: 0.8em 1em 0.4em 3em;
}
header.chi_header div.head_inq_btn a:hover{
    background: #005bac;
    border: 2px solid #005bac;
}


.chi_main{
    background-image: url(/img/chintai/chi_main_bg.gif);
    background-position: center;
    background-size: cover;
    padding-top: 30px;
    height: 32vw;
}
.chi_main_slide{

}
.chi_main_menu{
    background-color: white;
    width: 950px;
    border-radius: 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    margin: 30px auto;
    bottom: 70px;
    position: relative;
    box-shadow: 0 0 8px gray;
}
.chi_main_menu>li{
    width: 30%;
    margin: 2em 1em;
}
.chi_main_menu>li:nth-child(2){
    width: 34%;
    border-left: #999 2px solid;
    border-right: #999 2px solid;
}
.chi_main_menu>li>a{
    text-decoration: none;
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 14px;
}
.chi_main_menu>li>a>span{
    color: orange;
}
.chi_main_menu>li>a>h2{
    font-size: 30px;
    font-weight: bold;
        margin: 0.5em auto;
    line-height: 1.7em;
    color: #0068ad;
    transition-duration: 0.3s;
}
.chi_main_menu>li:hover>a>h2{
    color: orange;
}
.chi_main_menu>li>a>p{
    color: #666;
    margin: 10px auto;
    position: relative;
    padding: 0 0 0 16px;
}

.chi_main_menu>li>a>p::after{
    content: "";
    position: absolute;
    bottom: -30px;
    left: 47%;
    border: 8px solid transparent;
    border-top: 10px solid #0068ad;
    transition-duration: 0.3s;
}
.chi_main_menu>li:hover>a>p::after{
    bottom: -35px;
}
.chi_info_waku{
    width: 100%;
    margin-top: 150px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.chi_info_waku>div{
    width: 30%;
    padding: 3em 3em 3em 0;
    background-color: #0066b3;
    box-sizing: border-box;
    text-align: right;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.chi_info_waku>div>span{
    font-size: 50px;
    font-weight: bold;
    line-height: 1em;
    color: #fff;
}
.chi_info_waku>div>h2{
    font-size: 20px;
    font-weight: bold;
    line-height: 3.5em;
    color: #fff;
}
.chi_info_waku>div>a{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    color: #fff;
}
.chi_info_waku>iframe{
    width: 70%;
}

.chi_room_waku{
    width: 100%;
}

.chi_room_waku h2{
    font-size: 30px;
    line-height: 2em;
    font-weight: bold;
    color: #0068ad;
    text-align: center;
}
.chi_room_waku h2>span{
    font-size: 36px;
    display: block;
    color: #ff9800;
}
.pd_slider{
    width: 1100px;
    height: 450px;
    margin: auto auto 80px auto;
    display: grid;
}

.chi_room_waku{
    margin: 50px auto 0px auto;
}
/*
.chi_room_waku>ul{
    display: flex;
}
*/

.chi_room_waku>ul>div>div>li {
    display: block;
    background-color: #f6f6f4;
    padding: 10px ;
    width: 260px;
    box-sizing: border-box;
    position: relative;
    color: #000;
    text-decoration: none;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    list-style: none;
}

.chiroom_waku>ul>li:last-child{
    margin-right: 0px;
}

.chi_room_waku>ul>div>div>li>a {
    text-decoration: unset;
    color: black;
}
.top_room_label {
    position: absolute;
    display: inline-block;
    padding: 0 1.5em;
    background-color: #FF9800;
    color: #fff;
    border-radius: 5px;
    top: -1em;
    font-weight: bold;
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
    line-height: 2em;
    z-index: 2;
    font-size: 14px;
}
.top_room_img{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.top_room_img img{
    width: 100%;
    height: 182px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
	transition-duration: 0.5s;
}
.top_room_img img:hover{
    transform: scale(1.1);
	transition-duration: 0.5s;
}

.top_room_date{
}
.top_room_date h3{
    font-size: 16px;
    line-height: 1.5em;
    font-weight: bold;
    color: #0068ad;
    height: 3em;
}
.top_room_date>ul{
}
.top_room_date>ul>li{
    font-weight: bold;
}
.top_room_yachin{
    font-size: 24px;
    line-height: 1.5em;
    color: #ff9800;
}




.chi_popularity_wrap{
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}
.chi_popularity_inner{
	width: 1100px;
	display: block;
	margin: auto;
	padding-top: 75px;
}
.chi_popularity_inner>h2{
        font-size: 18px;
        line-height: 2em;
        font-weight: bold;
        color: white;
        text-align: center;
        margin: 0;
}
.chi_popularity_inner>h2>span{
	font-size: 50px;
        line-height: 1.2em;
	display: block;
}
.pop_list1{
    margin: 30px auto 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: sticky;
}
.pop_list1>li{
    border: 3px solid white;
    width: 32%;
    position: relative;
    border-radius: 15px;
    height: 13em;
    font-size: 16px;
    box-sizing: border-box;
    background-color: rgba(0, 140, 255, 0.3);
    transition-duration: 0.5s;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.pop_list1>li:hover{    background-color: rgba(255, 174, 0, 0.6);}
.pop_list1>li>a{
color: white;
        text-decoration: none;
        height: 100%;
        width: 100%;
        display: block;
        position: absolute;
        margin: 0;
        padding: 1.5em;
        box-sizing: border-box;
}
.pop_list1>li>a>p{
    /*width: 82%;*/
    margin-top: 2em;
}
.pop_list1>li>a>h3{
    font-size: 34px;
    text-shadow: 1px 2px 5px #555;
}
.pop_list1>li:after{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-position: center;
}
.pop_list1 li.pop_omiya:after{background-image: url(/img/chintai/t_tokushu_omiya.jpg);}
.pop_list1 li.pop_shamason:after{background-image: url(/img/chintai/t_tokushu_shamason.jpg);}
.pop_list1 li.pop_habel:after{background-image: url(/img/chintai/t_tokushu_habel.jpg);}

.pop_list1 li.pop_freesearch:after{background-image: url(/img/chintai/t_tokushu_freesearch.jpg);}
.pop_list1 li.pop_gakku:after{background-image: url(/img/chintai/t_tokushu_gakku.jpg);}
.pop_list1 li.pop_mansion:after{background-image: url(/img/chintai/t_tokushu_mansion.jpg);}


.pop_list1{}

.pop_list2{}
.pop_list2>div>div>li{
    margin: auto 1em;
    width: 24%;
    border-radius: 15px;
    font-size: 14px;
    height: 13em;
    position: relative;
    box-sizing: border-box;
    transition-duration: 0.5s;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color: rgba(0, 140, 255, 0.3);
}
.pop_list2>div>div>li:hover{    background-color: rgba(255, 174, 0, 0.6);}
.pop_list2>div>div>li:after{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-position: center;
}
.pop_list2 li.pop_hitori:after{background-image: url(/img/chintai/t_tokushu_hitori.jpg);}
.pop_list2 li.pop_futari:after{background-image: url(/img/chintai/t_tokushu_futari.jpg);}
.pop_list2 li.pop_jr:after{background-image: url(/img/chintai/t_tokushu_jr.jpg);}
.pop_list2 li.pop_shinchiku:after{background-image: url(/img/chintai/t_tokushu_shinchiku.jpg);}
.pop_list2 li.pop_pet:after{background-image: url(/img/chintai/t_tokushu_pet.jpg);}
.pop_list2 li.pop_zero:after{background-image: url(/img/chintai/t_tokushu_zero.jpg);}
.pop_list2 li.pop_kodate:after{background-image: url(/img/chintai/t_tokushu_kodate.jpg);}
.pop_list2 li.pop_family:after{background-image: url(/img/chintai/t_tokushu_family.jpg);}
.pop_list2 li.pop_box:after{background-image: url(/img/chintai/t_tokushu_box.jpg);}
.pop_list2 li.pop_autolock:after{background-image: url(/img/chintai/t_tokushu_autolock.jpg);}
.pop_list2 li.pop_1ldk:after{background-image: url(/img/chintai/t_tokushu_1ldk.jpg);}
.pop_list2 li.pop_2ldk:after{background-image: url(/img/chintai/t_tokushu_2ldk.jpg);}
.pop_list2 li.pop_netfree:after{background-image: url(/img/chintai/t_tokushu_netfree.jpg);}
.pop_list2 li.pop_kadobeya:after{background-image: url(/img/chintai/t_tokushu_kadobeya.jpg);}
.pop_list2>div>div>li a{
color: white;
        text-decoration: none;
        height: 100%;
        width: 100%;
        display: block;
        position: absolute;
        margin: 0;
        padding: 1.5em;
        box-sizing: border-box;
}
.pop_list2>div>div>li a h4{
    font-size: 28px;
    line-height: 1.2em;
    margin: 0;
    text-shadow: 1px 2px 5px #555;
}
.pop_list3{
    margin: 30px auto 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: sticky;
    width: 1100px;
}
.pop_list3>li{
    width: 32%;
    position: relative;
    border-radius: 15px;
    padding: 1.5em;
    height: 13em;
    font-size: 16px;
    box-sizing: border-box;
    background-color: rgba(0, 140, 255, 0.3);
    transition-duration: 0.5s;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.pop_list3>li:hover{    background-color: rgba(255, 174, 0, 0.6);}
.pop_list3>li>a{
    color: white;
    text-decoration: none;
}
.pop_list3>li>a>p{
    width: 82%;
    margin-top: 2em;
}
.pop_list3>li>a>h3{
    font-size: 34px;
    text-shadow: 1px 2px 5px #555;
}
.pop_list3>li:after{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-position: center;
}
.pop_list3 li:nth-child(1):after{background-image: url(/img/chintai/chi_bnr_parking.jpg);}
.pop_list3 li:nth-child(2):after{background-image: url(/img/chintai/chi_bnr_owner.jpg);}
.pop_list3 li:nth-child(3):after{background-image: url(/img/chintai/chi_bnr_buy.jpg);}

.pop_search{
    display: flex;
    flex-wrap: nowrap;
    width: 900px;
    margin: auto;
    padding: 2em 0;
}
.pop_search>div{
    text-align: left;
    font-size: 30px;
    margin-right: 1em;
    line-height: 2em;
    font-weight: bold;
    color: #0068ad;
}
.pop_search>input[type="text"]{
    padding: 1em;
    font-size: 18px;
    width: 500px!important;
	height: auto!important;
    border-radius: 5px;
    border: 1px solid #666;
    margin-right: 1em;
}
.pop_search>input[type="submit"]{
    background-color: #0068ad;
    border-radius: 5px;
    border: none;
    color: white;
    font-size: 24px;
    padding: 0 1em;
    font-weight: bold;
}


.chi_reason_wrap{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 100px auto;
}
.chi_reason_inner{
    width: 39%;
    background-color: #0066b3;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 30px;
    box-sizing: border-box;
    height: 580px;
}
.chi_reason_inner>h2{
    width: 350px;
    margin: auto 0 auto auto;
    color: white;
    font-size: 75px;
    font-weight: bold;
    line-height: 1em;
}
.chi_reason_inner>h2>span{
    font-size: 24px;
    line-height: 2em;
    display: block;
    margin: 0;
}
.chi_reason_inner>p{
    width: 350px;
    font-size: 18px;
    font-weight: bold;
    line-height: 2em;
    display: block;
    color: white;
    margin: auto 0 auto auto;
}
.chi_reason_inner>a{
    display: block;
    background-color: #f7941d;
    width: 180px;
    text-align: center;
    margin: 15px 50px auto auto;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.5em;
    padding: 0px 3em;
    border-radius: 50px;
    transition: .3s;
}
.chi_reason_inner>a:hover{
    background-color: #fff;
    color: #0066b3;
}
.chi_reason_point{
    width: 57%;
}
.chi_reason_point>ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
}
.chi_reason_point>ul::after{
    content: "";
    display: block;
    background-color: #f7931d;
    background-size: cover;
    background-repeat: no-repeat;
    width: 15%;
    height: 580px;
    right: 0;
    position: absolute;
    background-position: right center;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.chi_reason_point>ul>li{margin: 10px; width: 75%;}
.chi_reason_point>ul>li:nth-child(2){margin-left: 75px;}
.chi_reason_point>ul>li:nth-child(3){margin-left: 150px;}
.top_reason_point>ul>li>img{}


.chi_campain_wrap{
    width: 100%;
    background-color: #f1f1f1;
    margin-bottom: 50px;
    padding: 30px 0;
}

.chi_campain_wrap h2{
    font-size: 60px;
    font-weight: bold;
    color: #0068ad;
    display: block;
    line-height: 1em;
    text-align: center;
    padding: 30px 0 15px 0;
}
.chi_campain_wrap h2>span{
    font-size: 18px;
    display: block;
    line-height: 2em;
    font-weight: normal;
}

.chi_campain_inner{
    width: 1100px;
    margin: auto;
}
.chi_campain_inner>ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    margin: 30px auto;
}
.chi_campain_inner>ul>li{width: 31%;}
.chi_campain_inner>ul>li>a>img{width: 100%;}


.chi_online_wrap{
    width: 100%;
    margin-bottom: 100px;
    padding: 30px 0;
    position: relative;
}

.chi_online_wrap:before{
    content: "";
    display: block;
    background-image: url(/img/chintai/chi_online_bg_left.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 15%;
    height: 430px;
    left: 0;
    top: 180px;
    z-index: -1;
    position: absolute;
    background-position: left center;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.chi_online_wrap:after{
    content: "";
    display: block;
    background-image:url(/img/chintai/chi_online_bg_right.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 15%;
    height: 430px;
    right: 0;
    top: 180px;
    z-index: -1;
    position: absolute;
    background-position: right center;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.chi_online_inner{
    width: 65%;
    margin: auto;
}

.chi_online_inner h2{
    font-size: 60px;
    font-weight: bold;
    color: #0068ad;
    display: block;
    line-height: 1em;
    text-align: center;
    padding: 30px 0 15px 0;
}

.chi_online_inner h2>span{
    font-size: 18px;
    display: block;
    line-height: 2em;
    font-weight: normal;
}

.chi_online_inner>p{
    font-size: 22px;
    line-height: 1.7em;
    text-align: center;
    font-weight: bold;
}

.chi_online_inner>ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 30px auto;
    width: 100%;
    max-width: 1100px;
}

.chi_online_inner>ul>li{
    width: 32%;
    display: block;
    text-align: center;
}

.chi_online_inner>ul>li{
    width: 32%;
    display: block;
    text-align: center;
}

.chi_online_inner>ul>li>div>h3{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3em;
}
.chi_online_inner>ul>li>div>p{
    font-size: 18px;
    line-height: 1.3em;
}

.chi_online_inner>a{
    display: block;
    background-color: #0068ad;
    width: 180px;
    text-align: center;
    margin: auto;
    position: relative;
    bottom: 1.3em;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.5em;
    padding: 0px 3em;
    border-radius: 50px;
    transition: .3s;
}
.chi_online_inner>a:hover{
    background-color: #f7941d;
}


.chi_info_wrap{
    width: 100%;
    background: #e7e7e7;
    /*margin-bottom: 100px;*/
    padding: 30px 0;
}

.chi_info_inner{
    width: 1100px;
    margin: auto;
}
.chi_info_inner>h2{
    font-size: 60px;
    font-weight: bold;
    color: #0068ad;
    display: block;
    line-height: 1em;
    text-align: center;
    padding: 30px 0 15px 0;
}
.chi_info_inner>h2>span{
    font-size: 16px;
    display: block;
    line-height: 2em;
    color: black;
}
.chi_info_inner>div>iframe{
    display: block;
    width: 100%;
    height: 300px;
    background: white;
    border-radius: 20px;
    overflow: scroll;
    padding: 20px 20px 40px 20px;
    box-sizing: border-box;
}
.chi_info_inner>a{
    display: block;
    background-color: #f7941d;
    width: 180px;
    text-align: center;
    margin: auto;
    position: relative;
    bottom: 1.3em;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.5em;
    padding: 0px 3em;
    border-radius: 50px;
    transition: .3s;
}
.chi_info_inner>a:hover{
    background-color: #0068ad;
}



.chi_city_wrap{
    width: 100%;
    background-image: url(/img/chintai/city_list_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /*margin-bottom: 100px;*/
    padding: 30px 0;
}

.chi_city_inner{
    width: 1100px;
    margin: auto;
}
.chi_city_inner>h2{
    font-size: 60px;
    font-weight: bold;
    color: #0068ad;
    display: block;
    line-height: 1em;
    text-align: center;
    padding: 30px 0 15px 0;
}
.chi_city_inner>h2>span{
    font-size: 16px;
    display: block;
    line-height: 2em;
    color: black;
}
.chi_city_inner>div>iframe{
    display: block;
    width: 100%;
    height: 350px;
    box-sizing: border-box;
}
.chi_city_inner>a{
    display: block;
    background-color: #f7941d;
    width: 180px;
    text-align: center;
    margin: auto;
    position: relative;
    bottom: 1.3em;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.5em;
    padding: 0px 3em;
    border-radius: 50px;
    transition: .3s;
}
.chi_city_inner>a:hover{
    background-color: #0068ad;
}



.chi_column_wrap{
    width: 100%;
    background-image: url(/img/chintai/column_list_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 100px;
    padding: 30px 0;
}

.chi_column_inner{
    width: 1100px;
    margin: auto;
}
.chi_column_inner>h2{
    font-size: 60px;
    font-weight: bold;
    color: #ffffff;
    display: block;
    line-height: 1em;
    text-align: center;
    padding: 30px 0 15px 0;
}
.chi_column_inner>h2>span{
    font-size: 16px;
    display: block;
    line-height: 2em;
    color: #ffffff;
}
.chi_column_inner>div>iframe{
    display: block;
    width: 100%;
    height: 350px;
    box-sizing: border-box;
}
.chi_column_inner>a{
    display: block;
    background-color: #f7941d;
    width: 180px;
    text-align: center;
    margin: auto;
    position: relative;
    bottom: 1.3em;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.5em;
    padding: 0px 3em;
    border-radius: 50px;
    transition: .3s;
}
.chi_column_inner>a:hover{
    background-color: #0068ad;
}




.chi_company_wrap{
        position: relative;
        margin-bottom: 150px;
        margin-top: 100px;
}

.chi_company_wrap::before {
    content: "";
    display: block;
    background-image: url(/img/index/top_company_inner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 43%;
    height: 600px;
    left: 1px;
    bottom: 1px;
    position: absolute;
    z-index: -11;
    background-position: center;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.chi_company_inner{
    width: 55%;
    height: 580px;
    display: block;
    margin: auto 0 auto auto;
}
.chi_company_inner>p{
    display: block;
    width: 600px;
    font-size: 16px;
    line-height: 1.5em;
}
.chi_company_inner h2{
    font-size: 60px;
    font-weight: bold;
    color: #0068ad;
    display: block;
    line-height: 1em;
}
.chi_company_inner>h2>span{
    font-size: 30px;
    font-weight: bold;
    color: #FF9800;
    display: block;
    line-height: 2em;
}
.chi_company_point{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: fit-content;
	margin-top: 30px;
}
.chi_company_point>li{
    text-align: center;
    width: 32%;
    font-size: 20px;
    line-height: 1.7em;
    font-weight: bold;
    color: #0068ad;
    box-sizing: border-box;
    margin: 0 1em;
}
.chi_company_point>li>a{
    text-decoration: none;
    color: #005bac;
    line-height: 2.5em;
    transition: .3s;
}

.chi_company_point>li>a:hover{
    color: #f7941d;
}

.chi_company_point>li>a>img{
    display: block;
    margin: auto;
}

.chi_shop_waku{
    width: 100%;
    margin: 100px auto 50px auto;
}

.chi_shop_waku>ul{
    width: 1100px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.chi_shop_block{
    width: 49%;
    display: inline-flex;
    justify-content: space-between;
    background-color: #f3f3f3;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.chi_shop_img{
    width: 30%;
}
.chi_shop_img img{
    width: 150px;
    height: 150px;
    border-radius: 95px;
    object-fit: cover;
}
.chi_shop_date{
    width: 65%;
    font-size: 18px;
    line-height: 1.5em;
}
.chi_shop_date h3{
    color: #0066b3;
    font-size: 20px;
    line-height: 1.5em;
}
.chi_shop_tel{
    font-size: 34px;
    line-height: 1.2em;
    font-weight: bold;
    color: #f7931d;
}
.chi_shop_addres{
    height: 3em;
}
.chi_shop_link{
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: 100%;
}
.chi_shop_link>a{
    display: block;
    background-color: #0663a9;
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    line-height: 2em;
    padding: 0 1em;
    border-radius: 10px;
    margin-left: 5px;
}
.jyutaku_popularity{
	padding-top: 0px;
	background-image: url(/buy/img/buy_titlebg01.jpg);
        background-repeat: repeat-x;

}
.toushi_section{
	padding-top: 0px;
	background-image: url(/buy/img/buy_titlebg02.jpg);
	background-repeat: repeat-x;
}
.toushi_section .chi_popularity_inner{
        padding-top: 25px;
}

.lp_bukken{
        background: #0066b3;
        color: white;
        margin: 0;
        padding: 80px 0 40px 0;
}

.lp_bukken>h2{
    font-size: 50px;
    color: #FFF;
    text-align: center;
    line-height: 1.5em;
    width: fit-content;
    margin: auto;
}
.lp_bukken>h2>span{
    background: linear-gradient(transparent 70%, orange 30%);
    display: inline-block;
}
.lp_bukken>p{
    font-size: 16px;
    line-height: 2em;
    text-align: center;
    color: #fff;
}



.lp_bukken>h2{
        margin: 110px auto 0 auto;
        color: white;
}
.lp_bukken>h2>span{
	color: white;
	font-size: 50px;
}
.lp_bukken>div{}
.lp_bukken>div>iframe{
    width: 100%;
    height: 875px;
}
.lp_bukken>a{
	background: #FFF;
	color: #0068ad;
	height: auto;
	width: fit-content;
	display: block;
	border-radius: 35px;
	text-align: center;
	font-size: 18px;
	line-height: 2.5em;
	padding: 0em 5em;
	position: relative;
	text-decoration: none;
	margin: 20px auto 50px auto;
	transition: 0.3s;
}
.lp_bukken>a:hover{
    background-color: var(--sub-color);
	color: #fff;
}

 /*--------- レンタルコンテンツ ---------*/
.s_t_ti {
  padding-bottom: 50px;
 }

 .s_t_ti h2 {
  font-size: 40px;
  letter-spacing: 1px;
  position: relative;
  text-align: center;
  line-height: 1;
  padding-bottom: 30px;
  margin-bottom: 30px;
 }

 .s_t_ti h2:before {
  content: "";
  width: 70px;
  height: 5px;
  background-color: orange;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
 }



 .s_t_know {
  padding-bottom: 100px;
 }

 .s_t_know .s_t_ti {
        background-image: url(/buy/img/know_bg.webp);
        background-size: cover;
        color: #fff;
        height: 250px;
        position: relative;
        padding-top: 45px;
        box-sizing: border-box;
 }

 .s_t_know .s_t_ti img {
  position: absolute;
  top: 70px;
  left: 0;
  right: 700px;
  margin: 0 auto;
 }

 .s_t_know .s_t_ti h2:before {
  background-color: #fff;
 }

 .s_t_know ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	width: 950px;
	margin: -60px auto 0;
	position: relative;
 }

 .s_t_know ul li {
  width: 31%;
 }

 .s_t_know ul li a {
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: 0.3s;
        text-decoration: none;
 }

 .s_t_know ul li a:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 20px rgb(0 0 0 / 30%);
 }

 .s_t_know ul li img {}

 .s_t_know ul li p {
        padding: 0 1em;
        font-size: 18px;
        line-height: 45px;
        font-weight: bold;
        position: relative;
        color: #005fac;
 }

 .s_t_know ul li p::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: #005fac;
  right: 15px;
  top: 10px;
 }

 .s_t_know ul li p::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 19px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
 }

 /*--------- 当社について ---------*/

