.mar0px {
    margin-bottom: 0px !important;
}

.mar5px {
    margin-bottom: 5px !important;
}

.mar10px {
    margin-bottom: 10px !important;
}

.mar15px {
    margin-bottom: 15px !important;
}

.mar20px {
    margin-bottom: 20px !important;
}

.mar25px {
    margin-bottom: 25px !important;
}

.mar30px {
    margin-bottom: 30px !important;
}

.mar35px {
    margin-bottom: 35px !important;
}

.mar40px {
    margin-bottom: 40px !important;
}

.mar45px {
    margin-bottom: 45px !important;
}

.mar50px {
    margin-bottom: 50px !important;
}

.mar60px {
    margin-bottom: 60px !important;
}

.mar70px {
    margin-bottom: 70px !important;
}

.mar80px {
    margin-bottom: 80px !important;
}

.mar90px {
    margin-bottom: 90px !important;
}

.mar100px {
    margin-bottom: 100px !important;
}

.mar110px {
    margin-bottom: 110px !important;
}

.mar120px {
    margin-bottom: 120px !important;
}

.mar130px {
    margin-bottom: 130px !important;
}

.mar140px {
    margin-bottom: 140px !important;
}

.mar150px {
    margin-bottom: 150px !important;
}



#main_contents.new_service {
    font-size: 16px;
    line-height: 1.6;
}

#main_contents.new_service * {
    box-sizing: border-box;
}

#main_contents.new_service img {
    max-width: 100%;
}

#main_contents.new_service .wide_100 {
    width: 100vw;
    margin-left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

#main_contents.new_service .wide_100 .in {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 0;
}



#main_contents.new_service .link_button {
    text-align: center;
    padding: 30px 0;
}

#main_contents.new_service .link_button a {
    background: #000;
    color: #fff;
    display: inline-block;
    min-width: 250px;
    line-height: 60px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

#main_contents.new_service .link_button a:hover {
    opacity: 0.8;
}

#main_contents.new_service.website h2.new_service_main {
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
}

#main_contents.new_service.website p.img_center {
    text-align: center;
    margin-bottom: 40px;
}


#main_contents.new_service.website p.p_center {
    text-align: center;
    margin-bottom: 30px;
}

#main_contents.new_service.website b.large {
    font-size: 120%;
}

#main_contents.new_service p {
    margin-bottom: 30px;
}

#main_contents.new_service p a {
    text-decoration: underline;
}

#main_contents.new_service p a:hover {
    color: #194E7F;
}


#main_contents.new_service.website h2.new_service.bg_gray {
    background: #EFEFEF;
    font-size: 28px;
    padding: 30px;
    margin-bottom: 40px;
    text-align: center;
}

#main_contents.new_service .bg_gray {
    background: #EFEFEF;
}



#main_contents.new_service.website .block2_img {
    position: relative;
    margin-bottom: 100px;
}

#main_contents.new_service.website .block2_img span.img {
    position: relative;
    z-index: 1;
}


#main_contents.new_service.website .block2_img ul {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-flow: wrap;
    width: 90%;
    margin: 0 auto;
    gap: 3%;
    bottom: -50px;
    left: 5%;
}

#main_contents.new_service.website .block2_img ul li {
    background: #194E7F;
    color: #fff;
    text-align: center;
    display: flex;
    flex-flow: wrap;
    width: calc(91% / 4);
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    font-weight: bold;
}

#main_contents.new_service.website h3.h3_20px {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}


#main_contents.new_service.website dl.dl_ex {
    width: 90%;
    margin: 0 0 0 10%;
}

#main_contents.new_service.website dl.dl_ex dt {
    font-weight: bold;
    font-size: 20px;
    margin-left: -20px;
    margin-bottom: 10px;
}

#main_contents.new_service.website dl.dl_ex dt:before {
    content: '■';
    margin: 0 5px 0 0;
}

#main_contents.new_service.website dl.dl_ex dd {
    margin: 0 0 30px 0;
}

#main_contents.new_service.website .cms_custom {
    margin-bottom: 50px;
}

#main_contents.new_service.website .cms_custom h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 40px;
    position: relative;
    display: block;
}

#main_contents.new_service.website .cms_custom h3 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 40px;
    position: relative;
    display: block;
}


#main_contents.new_service.website .cms_custom h3:before,
#main_contents.new_service.website .cms_custom h2:before {
    content: '';
    position: absolute;
    bottom: -10px;
    display: inline-block;
    width: 100px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #194E7F;
    border-radius: 2px;
}


#main_contents.new_service.website .cms_custom ul.link {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    gap: 5%;
}

#main_contents.new_service.website .cms_custom ul.link li {
    width: calc(90% / 3);
}

#main_contents.new_service.website .cms_custom ul.link a {
    background: #000;
    color: #fff;
    display: block;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 95%;
    border-radius: 5px;
    border: 1px solid #000;
}


#main_contents.new_service.website .last {
    background: #F5FAFD;
}

#main_contents.new_service.website .last h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 40px;
    position: relative;
    display: block;
}



#main_contents.new_service.website h2.new_service.bg_gray {
    background: #EFEFEF;
    font-size: 28px;
    padding: 30px;
    margin-bottom: 40px;
    text-align: center;
}


#main_contents.new_service.website .mente {
    padding: 50px 0;
}

#main_contents.new_service.website .mente h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 40px;
    position: relative;
    display: block;
}





/*サイト保守*/

#main_contents.maintenance {
    width: auto;
}

section.hoshu {
    max-width: 1184px;
    margin: 0 auto;
}

.site-hoshu_block_white {
    padding: 60px 0;
}


.site-hoshu_block_blue {
    background: #E3F2FF;
    padding: 60px 0;
}



h2.exlarge,
h3.exlarge {
    font-size: 41px;
}

h2 span.large,
h3 span.large {
    font-size: 36px;
}

h2 span.line,
h3 span.line {
    background: linear-gradient(transparent 60%, #F7FF2B 60%);
}

.h_center {
    text-align: center;
    font-size: 24px;
    margin-bottom: 50px;
}

.btn_white,
.btn_blue {
    text-align: center;
}

.btn_white a {
    color: #116AAB;
    background: #fff url(/images/service/ser-hoshu_icon-blue.svg) no-repeat right 20px center;
    text-align: center;
    display: inline-block;
    padding: 20px 60px 20px 40px;
    font-size: 24px;
    border: 2px solid #fff
}

.btn_white a:hover {
    color: #fff;
    background: #116AAB url(/images/service/ser-hoshu_icon-white.svg) no-repeat right 20px center;
}



.btn_blue a {
    color: #fff;
    background: #116AAB url(/images/service/ser-hoshu_icon-white.svg) no-repeat right 20px center;
    text-align: center;
    display: inline-block;
    padding: 20px 60px 20px 40px;
    font-size: 24px;
    border: 2px solid #116AAB
}

.btn_blue a:hover {
    color: #116AAB;
    background: #fff url(/images/service/ser-hoshu_icon-blue.svg) no-repeat right 20px center;
}




#page_header.site-hoshu_main {
    background: #fff url(/images/service/ser-hoshu_main-bg.svg) no-repeat center top;
    background-size: 100% auto;
    height: auto;
}

#page_header.site-hoshu_main .in {
    background-image: url(/images/service/ser-hoshu_main01.png), url(/images/service/ser-hoshu_main02.png);
    background-size: 20% auto, 20% auto;
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right bottom;
}

#page_header.site-hoshu_main section {
    padding: 17vh 0 30px 0;
}

#page_header.site-hoshu_main h2 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
}

#page_header.site-hoshu_main .catches {
    text-align: center;
    margin-bottom: 20px;
}

#page_header.site-hoshu_main .catches img {
    max-width: 80% !important;
    padding: 20px;
}

#page_header.site-hoshu_main .catch-wrap {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
}

#page_header.site-hoshu_main .catch-wrap .img {
    max-width: 180px;
    order: 2;
}

#page_header.site-hoshu_main .catch-wrap .img img {
    width: 100%;
    max-width: unset;
}

#page_header.site-hoshu_main .catch-wrap h1 {
    font-weight: normal;
    font-size: 26px;
    text-align: right;
    order: 1;
    line-height: 1.6;
    margin-bottom: 20px;
}

#page_header.site-hoshu_main .catch-wrap h1 .line,
#page_header.site-hoshu_main .catch-wrap h1 .bold {
    font-weight: bold;
}







#page_header.site-hoshu_main .main_btn {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    gap: 3%;
}

#page_header.site-hoshu_main .main_btn li {
    min-width: 400px;
}


a.hoshu_btn {
    display: block;
    text-align: center;
    position: relative;
}

a.hoshu_btn.mitsumori {}

a.hoshu_btn.mitsumori .fuki {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    width: 80%;
    color: #FF7600;
    font-size: 16px;
    background: #fff;
    border: 3px solid #FF7600;
    border-radius: 100px;
    font-weight: bold;
    z-index: 2;
}

a.hoshu_btn.mitsumori .fuki:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #fff;
}

a.hoshu_btn.mitsumori .wrap {
    background: #FF7600;
    color: #fff;
    border: 3px solid #FF7600;
    padding: 40px 20px 30px 20px;
    border-radius: 10px;
    top: -40px;
    z-index: 1;
    position: relative;
    box-shadow: 0px 7px 10px 2px #eee;
    -moz-box-shadow: 0px 7px 10px 2px #eee;
    -webkit-box-shadow: 0px 7px 10px 2px #eee;
}

a.hoshu_btn.mitsumori .wrap:hover {
    background: #f39800;
}

a.hoshu_btn.mitsumori .text {
    font-size: 26px;
    font-weight: bold;
}

a.hoshu_btn.mitsumori .text .icon {
    background: url(/images/service/ser-hoshu_btn-mail.svg) no-repeat left center;
    background-size: auto 100%;
    padding-left: 50px;
}

a.hoshu_btn.shiryo {}

a.hoshu_btn.shiryo .wrap {
    background: #fff;
    color: #1F94D2;
    border: 3px solid #1F94D2;
    padding: 20px 20px;
    border-radius: 10px;
    box-shadow: 0px 7px 10px 2px #eee;
    -moz-box-shadow: 0px 7px 10px 2px #eee;
    -webkit-box-shadow: 0px 7px 10px 2px #eee;
}

a.hoshu_btn.shiryo .wrap:hover {
    background: #efefef;
}

a.hoshu_btn.shiryo .text {
    display: flex;
    flex-flow: column;
}

a.hoshu_btn.shiryo .text .small {
    font-size: 20px;
    margin-bottom: 10px;
}

a.hoshu_btn.shiryo .text .icon {
    font-size: 26px;
    position: relative;
    font-weight: bold;
}

a.hoshu_btn.shiryo .text .icon .img {
    background: url(/images/service/ser-hoshu_btn-dl.svg) no-repeat left center;
    background-size: auto 100%;
    padding-left: 50px;
}



#main_contents.maintenance {
    padding-top: 50px;
    padding-bottom: 0;
}




.site-hoshu_slide {
    background: #E3F2FF;
    padding: 25px 0;
    margin-bottom: 80px;
}

.site-hoshu_slide .in {
    background: #fff;
    padding: 25px 0;
}

.site-hoshu_slide .slide_wrap {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

.site-hoshu_slide .left {
    display: flex;
    flex-flow: wrap;
    width: 40%;
    align-items: center;
}

.site-hoshu_slide .left span.img {
    max-width: 105px;
    margin-right: 10px;
}

.site-hoshu_slide .right {
    width: 59%;
}

/*
.site-hoshu_slide .right ul  {
    display: flex;
    flex-flow: wrap;
}

.site-hoshu_slide .right ul li {
    margin-right: 40px;
}

.site-hoshu_slide .right ul li img {
    max-height: 55px;
}
*/


/*無限ループ*/

@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
}

.scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0
}

.scroll-infinity__list--left {
    animation: infinity-scroll-left 100s infinite linear 0.5s both;
}

.scroll-infinity__item {
    width: calc(100vw / 8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-infinity__item>img {
    max-height: 55px;
    max-width: 90% !important;
}


.btn.single_mitsu {
    text-align: center;
}

.btn.single_mitsu a.hoshu_btn.mitsumori {
    max-width: 400px;
    margin: 0 auto;
}

.btn.single_mitsu a.hoshu_btn.mitsumori .text {
    width: 100%;
}

.btn.single_mitsu a.hoshu_btn.mitsumori .wrap {
    box-shadow: 0px 7px 10px 2px #666;
    -moz-box-shadow: 0px 7px 10px 2px #666;
    -webkit-box-shadow: 0px 7px 10px 2px #666;
}


.hoshu_block01 {
    border: 3px solid #222222;
    border-radius: 10px;
    padding: 0px 70px 70px;
    margin-bottom: 100px;
    position: retalitve;
}

.hoshu_block01 h2 {
    text-align: center;
    top: -30px;
    position: relative;
}

.hoshu_block01 h2 span.bg {
    background: #fff;
    padding: 0 20px;
}

.hoshu_block01 h2:before {
    content: '＼';
    background: #fff;
}

.hoshu_block01 h2:after {
    content: '／';
    background: #fff;
}

.hoshu_block01 .wrap {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.hoshu_block01 .wrap .img {
    width: 48%;
}

.hoshu_block01 .wrap .text {
    width: 48%;
}

.hoshu_block01 .wrap .text h3 {
    font-size: 36px;
    margin-bottom: 15px
}

.hoshu_block01 .wrap .text h4 {
    font-size: 20px;
    margin-bottom: 20px
}


.case_block {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
margin-bottom:30px;
}

.case_block .case_wrap {
    width: 30%;
    position: relative;
}

.case_block .case_wrap .case::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 30px;
    background-color: #fff;
}







.case_block .case_wrap .case {
    border: 3px solid #116AAB;
    border-radius: 10px;
    text-align: center;
    position: relative;
    padding: 35px 20px;
}

.case_block .case_wrap .case p.label {
    font-size: 30px;

}

.case_block .case_wrap .case p.label span:before {
    content: '＼';
    color: #116AAB;
}

.case_block .case_wrap .case p.label span:after {
    content: '／';
    color: #116AAB;
}

.case_block .case_wrap .case p.mondai {
    font-weight: bold;
    color: #116AAB;
    margin-bottom: 0;
    font-size: 24px;
}

.case_block .case_wrap .arrow {
    position: relative;
    text-align: center;
    top: -3px;
    z-index: 2;
}

.case_block .case_wrap .arrow img {
    width: 100px;
    margin-bottom: 20px;
}


.hoshu_otoku_midashi01{
text-align:center;
font-size:24px;
color:#9b72b0;
margin-bottom:10px;
font-weight:bold;
}


.hoshu_otoku_midashi02{
text-align:center;
font-size:30px;
margin-bottom:30px;
font-weight:bold;
}


.hoshu_otoku{
background:#61BDF7;
border-radius:10px;
margin-bottom:30px;
padding:2%;
}
.hoshu_otoku .in{
background:#fff;
border-radius:10px;
padding:5%;
}
.hoshu_otoku .in .img{
text-align:center:
}
.hoshu_otoku .in .title h3{
display:inline-block;
text-align:left;
color:#3377BC;
font-size:24px;

}
.hoshu_otoku .in .title{
text-align:center;
margin-bottom:20px;

}





.site-hoshu_block_white.mondai {
    padding-bottom: 0;
    position: relative;
    z-index: 2;
    /*bottom: -90px;
    margin-top: -90px;*/
}

.site-hoshu_block_blue.omakase {
    /*position: relative;*/
    z-index: 1;
    padding-top: 110px;
    /*top: -90px;
margin-bottom:-90px;**/
}

.hoshu_block03 {
    display: flex;
    flex-flow: wrap;
    gap: 6%;
    margin-bottom: 20px;
}

.hoshu_block03 li {
    width: 47%;
    margin-bottom: 50px;
}

.hoshu_block03 li a {
    color: #fff;
    background: #1F94D2 url(/images/service/ser-hoshu_icon-white-down.svg) no-repeat right 20px center;
    text-align: center;
    display: block;
    padding: 20px;
}

.hoshu_block03 li a span.small {
    font-size: 16px;
    display: block;
}

.hoshu_block03 li a span.large {
    font-size: 32px;
    display: block;
    font-weight: bold;
}

.hoshu_block03 li a:hover {
    opacity: 0.8;
}


.hoshu_block04 {
    margin-bottom: 80px;
}

.hoshu_block04 .wrap {
    display: flex;
    flex-flow: wrap;
    position: relative;
}

.hoshu_block04 .wrap .img {
    width: 50%;
}

.hoshu_block04 .wrap .text {
    position: relative;
    z-index: 2;
    width: 50%;
    background: #E3F2FF;
    padding: 0 40px 40px 40px;
}

.hoshu_block04 .wrap .text h3 {
    font-size: 32px;
    margin-bottom: 20px;
}

.hoshu_block04 .wrap .text h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.hoshu_block04 .wrap .text p {
    margin-bottom: 0;
    line-height: 1.6;
}


.hoshu_block04 .wrap.pright .img {
    order: 2;
}

.hoshu_block04 .wrap.pright .text {
    order: 1;
}

.hoshu_block04 .wrap .text p.ex-txt {
    font-size: 24px;
    position: relative;
    background: url(/images/service/ser-hoshu_icon-check.svg) no-repeat left center;
    padding: 0 0 0 60px;
    top: -40px;
    margin-bottom: -40px !important;
}

.hoshu_block04 .wrap .text p.ex-txt span.num {
    font-size: 64px;
    position: relative;
    color: #4B2CB4;
}

.hoshu_block05 {
    background: #fff;
    padding: 40px 40px 30px 40px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.hoshu_block05 h3 {
    font-size: 18px;
    margin-bottom: 40px;
}

.hoshu_block05 h3 .wrap {
    background-image: url(/images/service/hoshu-jirei-head01.svg), url(/images/service/hoshu-jirei-head02.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
    background-size: auto 100%, auto 100%;
    display: inline-block;
    padding: 0 50px;
}

.hoshu_block05 h3 .big {
    font-size: 20px;
}

.hoshu_block05 h3 .big .navy {
    color: #004387;
}


.hoshu_block05 .bnr_wrap ul {
    display: flex;
    flex-flow: wrap;
    gap: 3%;
}

.hoshu_block05 .bnr_wrap ul li {
    width: calc(91% / 4);
    text-align: center;
    margin-bottom: 30px;
}

.hoshu_block05 .bnr_wrap ul li img {
    max-height: 55px;
}


.site-hoshu_block_naka {
    background: #1F94D2 url(/images/service/ser-hoshu_img15.png) no-repeat left center;
    background-size: auto 94%;
    color: #fff;
    padding: 60px 0;
    text-align: center;
}

.site-hoshu_block_naka h2 {
    font-size: 36px;
    margin-bottom: 20px;
}






.hoshu_block06 .h2_bg {
    background: #E3F2FF;
    padding: 25px 0;
    margin-bottom: 80px;
}

.hoshu_block06 .h2_bg .in {
    background: #fff;
    padding: 25px 0;
}

.hoshu_block06 .h2_bg .in h2 {
    font-size: 36px;
    text-align: center;
}

.hoshu_block06 p.lead {}

.hoshu_block06 .flow_img {
    background: #BEDEEA;
    padding: 30px;
    margin-bottom: 60px;
}

.hoshu_block06 h4:before,
.hoshu_block06 h4:after {
    contetn: '-';
    margin: 0 10px;
}

.hoshu_block06 .customvoice_wrap {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.hoshu_block06 .customvoice_wrap .img {
    width: 20%;
}

.hoshu_block06 .customvoice_wrap .text {
    width: 75%;
    padding: 25px 40px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.hoshu_block06 .customvoice_wrap .text h5 {
    font-size: 21px;
    margin-bottom: 15px;
}

.hoshu_block06 .customvoice_wrap .text h5 a {
    color: #054568;
    text-decoration: underline;
}

.hoshu_block06 .customvoice_wrap .text h5 span.small {
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
}

.hoshu_block06 .customvoice_wrap .text p {
    margin-bottom: 0 !important;
}

.hoshu_block06 .customvoice_name {
    width: 80%;
    margin: 0 auto;
}

.hoshu_block06 .customvoice_name.right {
    text-align: right;
}

.hoshu_block06 .customvoice_wrap.pright .img {
    order: 2;
}

.hoshu_block06 .customvoice_wrap.pright .text {
    order: 1;
    position: relative;
    display: inline-block;
    background: #efefef;
}

.hoshu_block06 .customvoice_wrap.pright .text:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #efefef;
}

.hoshu_block06 .customvoice_wrap.pleft .text {
    position: relative;
    display: inline-block;
    background: #efefef;
}

.hoshu_block06 .customvoice_wrap.pleft .text:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #efefef;
}

p.lead {
    text-align: center;
}

.hoshu_block07 {
    display: flex;
    flex-flow: wrap;
    gap: 4%;
    position: relative;
    margin-bottom: 40px;
    justify-content: center;
}

.hoshu_block07 .box {
    width: calc(92%/ 3);
    background: #fff;
    position: relative;
    /*min-height: 65vh;*/
    box-shadow: 0px 0px 6px 2px #ddd;
    -moz-box-shadow: 0px 0px 6px 2px #ddd;
    -webkit-box-shadow: 0px 0px 6px 2px #ddd;
}

.hoshu_block07 .box h3 {
    font-size: 26px;
    text-align: center;
    padding: 40px 20px;
    font-weight: bold;
}
.hoshu_block07 .box h3 span.small{
    display: block;
    font-size: 14px;
}





.hoshu_block07 .box .price {
    font-size: 33px;
    text-align: center;
    padding: 20px 20px;
    font-weight: bold;
    color: #fff;
    position: relative;
display: flex;
    width: 100%;
    margin-bottom: 30px;
    line-height: normal;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.hoshu_block07 .box .price:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
}

.hoshu_block07 .box .price span.num {
    font-size: 76px;
}
.hoshu_block07 .box .price span.num span.small{
        font-size: 33px;
}

.hoshu_block07 .box .price span.num-small {
    font-size: 28px;
    text-decoration: line-through;
}

.hoshu_block07 .box ul {
    margin: 0 20px 30px 40px;
}

.hoshu_block07 .box ul li {
    list-style: disc;
    font-size: 90%;
    margin-bottom: 5px;
}

.hoshu_block07 .box .btn {
    width: 100%;
    /*left: 0;
    bottom: 0;
    position: absolute;*/
}

.hoshu_block07 .box .btn a {
    display: block;
    text-align: center;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.hoshu_block07 .box .btn a span {
    background: url(/images/service/ser-hoshu_icon-white-down.svg) no-repeat center bottom;
    padding-bottom: 15px;
    display: inline-block;
}

.hoshu_block07 .box .btn a:hover {
    opacity: 0.8;
}

.hoshu_block07 .box.light h3 {
    color: #85C0D7;
}

.hoshu_block07 .box.regular h3 {
    color: #1F94D2;
}

.hoshu_block07 .box.advanced h3 {
    color: #4B2CB4;
}

.hoshu_block07 .box.light .price {
    background: #85C0D7;
}

.hoshu_block07 .box.light .price:before {
    border-top: 15px solid #85C0D7;
}

.hoshu_block07 .box.regular .price {
    background: #1F94D2;
}

.hoshu_block07 .box.regular .price:before {
    border-top: 15px solid #1F94D2;
}

.hoshu_block07 .box.advanced .price {
    background: #4B2CB4;
}

.hoshu_block07 .box.advanced .price:before {
    border-top: 15px solid #4B2CB4;
}

.hoshu_block07 .box.light .btn a {
    background: #85C0D7;
}

.hoshu_block07 .box.regular .btn a {
    background: #1F94D2;
}

.hoshu_block07 .box.advanced .btn a {
    background: #4B2CB4;
}

.hoshu_block08-2 {
    text-align: center;
}

.hoshu_block08-2 img {
    max-width: 430px !important;
}


.hoshu_block08 {
    background: #E3F2FF;
    padding: 40px;
}

.hoshu_block08 h3 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
}

.hoshu_block08 h3 .large {
    font-size: 46px;
}

.hoshu_block08 .num {
    background: #fff;
    padding: 40px 40px;
}

.hoshu_block08 .num h4 {
    text-align: center;
    margin-bottom: 0px;
    font-size: 24px;
}

.hoshu_block08 .num .num_wrap {
    display: flex;
    flex-flow: wrap;
    gap: 4%;
    background: url(/images/service/ser-hoshu_icon-bar.svg) repeat-x center top 46%;

}

.hoshu_block08 .num .num_wrap .box {
    width: calc(84% / 5);
    text-align: center;
}

.hoshu_block08 .num .num_wrap .box .suji {
    color: #D9D7D7;
    font-size: 49px;
    text-align: left;
}

.hoshu_block08 .num .num_wrap .box .img {
    margin-top: -20px;
    margin-bottom: 10px;
}

.hoshu_block08 .num .num_wrap .box .p {
    margin-bottom: 0;
}




.site-hoshu_block_gray {
    background: #F2F2F2;
    padding: 50px 0;
}

.site-hoshu_block_gray.faq {
    margin-top: 100px;
}

.site-hoshu_block_gray.faq h2 {
    color: #06476B;
}

ul.faq_list {}

ul.faq_list li {
    margin-bottom: 40px;
}

ul.faq_list li a {
    background: #fff url(/images/service/ser-hoshu_icon-blue.svg) no-repeat right 50px center;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 2px #ddd;
    -moz-box-shadow: 0px 0px 6px 2px #ddd;
    -webkit-box-shadow: 0px 0px 6px 2px #ddd;
    display: block;
    padding: 40px 50px;
    font-size: 18px;
}

ul.faq_list li a:hover {
    background: #efefef url(/images/service/ser-hoshu_icon-blue.svg) no-repeat right 50px center;
}

ul.faq_list li a span {
    text-indent: -60px;
    display: inline-block;
    margin-left: 60px;
}
ul.faq_list li a span:before {
    content: 'Q.';
    color: #06476B;
    font-size: 35px;
    margin-right: 20px;
}



.site-hoshu_block_shime {
    background: #1F94D2;
    color: #fff;
    padding: 60px 0 0 0;
    margin-top: 100px;
}

.site-hoshu_block_shime img {
    max-width: 100%;
}

.site-hoshu_block_naka h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.site-hoshu_block_shime .wrap {
    display: flex;
    flex-flow: wrap;
    gap: 4%;
    justify-content: space-between;
    align-items: center;
}


.site-hoshu_block_shime .wrap .box.text {
    width: 60%
}

.site-hoshu_block_shime .wrap .box.btn {
    width: 30%;
    padding-bottom: 50px;
}

.site-hoshu_block_shime .wrap .box.text h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 0;
}

.site-hoshu_block_shime .wrap .box.text .bg {
position:relative;
    margin-top: 30px;
}

.site-hoshu_block_shime .wrap .box.text .bg .img {
    position: relative;
    z-index: 1;
    width: 55%;
}
.site-hoshu_block_shime .wrap .box.text .bg .img img{
	vertical-align:top;
}
.site-hoshu_block_shime .wrap .box.text .bg .text {
width: 55%;
    margin-left: 50%;
    /* margin-bottom: 0; */
    position: absolute;
    z-index: 2;
    top: 20%;
    left: 0;
}

.site-hoshu_block_shime .wrap .box.text .bg .text p {
font-size:18px;
}

/*モーダル*/


.modal-wrapper {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 40px 10px;
    text-align: center
}

.modal-wrapper:not(:target) {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
    opacity: 1;
    visibility: visible;
    transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    vertical-align: middle;
    content: ""
}

.modal-wrapper .modal-window {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 70%;
    max-width: 600px;
    padding: 30px 30px 15px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
    max-height: 80vh;
    overflow-y: auto;
    text-align: left
}

.modal-wrapper .modal-window .modal-content h4{
    font-size: 25px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.modal-overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
    z-index: 20;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    color: #95979c !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    text-indent: 0
}

.modal-wrapper .modal-close:hover {
    color: #2b2e38 !important
}


/* 帆足追記 */

.flow-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1rem;
}


.flow-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    flex: 1;
}

.suji_flow {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ccc;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10px;
    left: 10px;
}

.icon_img img {
    max-width: 50px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.flow-text p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 0.5rem;
}

.flow-wrap:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 36%;
    right: -35px;
    width: 40px;
    height: 4px;
    background-color: #06476B;
}



/* 保守よくある質問 */

#page_header.site-hoshu_faq {
    background: #1F94D2;
    color: #fff;
    height: auto;
    padding: 11vh 0 0px 0;
}

#page_header.site-hoshu_faq {}

#page_header.site-hoshu_faq .hoshu_faq_main_wrap {
    display: flex;
    flex-flow: wrap;
}

#page_header.site-hoshu_faq .hoshu_faq_main_wrap .texts {
    width: 60%;
    text-align: center;
}

#page_header.site-hoshu_faq .hoshu_faq_main_wrap .btn {
    width: 35%
}

#page_header.site-hoshu_faq .hoshu_faq_main_wrap .texts h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

#page_header.site-hoshu_faq .hoshu_faq_main_wrap .texts h1 {
    font-size: 19px;
    font-weight: normal;
    line-height: 1.6;
}

#page_header.site-hoshu_faq .hoshu_faq_main_wrap .btn a.hoshu_btn.mitsumori .fuki {
    margin: 0em 0 1.5em 0;
}




.hoshu_faq_contents {
    padding: 100px 0;

}

.hoshu_faq_contents h2 {
    position: relative;
    display: inline-block;
    text-align: center;
    color: #06476B;
    font-size: 32px;
    width: 100%;
    margin-bottom: 30px;
}

.hoshu_faq_contents h2:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #1F94D2;
    border-radius: 2px;
}

.hoshu_faq_contents p.titl_subtitle {
    text-align: center;
    color: #06476B;
    font-size: 22px;
    margin-bottom: 50px;
}


.hoshu_faq_contents .hoshu_faq_category {
    margin-bottom: 90px;
}

.hoshu_faq_contents .hoshu_faq_category ul {
    display: flex;
    flex-flow: wrap;
    gap: 3%;
}

.hoshu_faq_contents .hoshu_faq_category ul li {
    width: calc(94% / 3);
margin-bottom:15px;
}

.hoshu_faq_contents .hoshu_faq_category ul li a {
    color: #fff;
    background: #06476B;
    border: 1px solid #06476B;
    text-align: center;
    font-size: 19px;
    width: 100%;
    display: block;
    padding: 15px 15px;
    box-sizing: border-box;
}

.hoshu_faq_contents .hoshu_faq_category ul li a span.icon {
    background: url(/images/service/ser-hoshu_icon-white.svg) no-repeat right 0px center;
    display: inline-block;
    width: 100%;
}

.hoshu_faq_contents .hoshu_faq_category ul li a:hover {
    opacity: 0.8;
}

.hoshu_faq_contents .hoshu_faq_category ul li.now a {
    background: #fff;
    color: #06476B;
    pointer-events: none;
}

.hoshu_faq_contents .hoshu_faq_category ul li.now a:hover {
    opacity: 1;
}


.hoshu_faq_listbox {
    margin-bottom: 100px;
}

.hoshu_faq_listbox h3 {
    margin-bottom: 30px;
    font-size: 22px;
}

.hoshu_faq_listbox .faq_list {
    width: 86%;
    margin: 0 auto;
}

.hoshu_faq_listbox .faq_list a {
    background: #E3F2FF url(/images/service/ser-hoshu_icon-blue.svg) no-repeat right 50px center;
    padding: 25px 30px;
}



.hoshu_faq_entrywrap {
    width: 86%;
    margin: 0 auto 0 auto;
}

.hoshu_faq_entrywrap h4 {
    background: #E3F2FF;
    padding: 25px 30px;
    margin-bottom: 50px;
    font-size: 20px;
    border-radius: 10px;
}

.hoshu_faq_entrywrap h4 span:before {
    content: 'Q.';
    color: #06476B;
    font-size: 35px;
    margin-right: 20px;
}

.hoshu_faq_entrywrap h4 span {}

.hoshu_faq_entrywrap .entry_body {
    background: #FEFFE2;
    padding: 25px 30px;
    border: 1px solid #FAD432;
    font-size: 16px;
    line-height: 1.6;
    border-radius: 10px;
    position: relative;
    /*display: inline-block;
  margin: 1.5em 0;*/
    z-index: 1;
}
.hoshu_faq_entrywrap .entry_body p{
margin-bottom:30px;
}
.hoshu_faq_entrywrap .entry_body table{
margin-bottom:30px;
}
.hoshu_faq_entrywrap .entry_body table caption,
.hoshu_faq_entrywrap .entry_body table th,
.hoshu_faq_entrywrap .entry_body table td{
padding:10px;
}


.hoshu_faq_entrywrap .entry_lady {
    position: relative;
    z-index: 2;
    text-align: right;
    top: -40px;
    margin-bottom: -40px;
}

.hoshu_faq_entrywrap .entry_lady img {
    width: 150px;
}

/*
.hoshu_faq_entrywrap .entry_body:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FEFFE2;
border:1px solid #FAD432;
}
*/


.hoshu_faq_entrywrap .pager_wrap {
    position: relative;
    z-index: 2;
    top: -40px;
    margin-bottom: -40px;
    text-align: center;
}

.hoshu_faq_entrywrap .pager_wrap ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3%;
    width: calc(100% - 350px);
    margin: 0 auto;
}

.hoshu_faq_entrywrap .pager_wrap ul li {
    font-size: 16px;
    padding: 0 3%;
    width: 40%;
    line-height: normal;
}

.hoshu_faq_entrywrap .pager_wrap ul li.home {
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    width: 20%;
}

.hoshu_faq_entrywrap .pager_wrap ul li.next {
    text-align: right;
}

.hoshu_faq_entrywrap .pager_wrap ul li.previous {
    text-align: left;
}

.hoshu_faq_entrywrap .pager_wrap ul li a {
    text-decoration: underline;
}

/* モーダルtable */

.plan_table_wrap {
    padding: 0 2% 0 0;
}

.modal-window.plan-tb {
    max-width: none;
    width: 80%;
}



.option-table th,
.plan-table th {
    padding: 4px;
    /*border-bottom: solid 4px #778ca3;*/
    color: #778ca3;
    text-align: center !important;
    vertical-align: middle;
    font-size: 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
line-height: normal;
    padding: 10px 3px;
}

.plan-table tr.plan-price td{
font-size:20px;
}

.option-table td,
.plan-table td {
    text-align: left;
    padding: 10px;
    border-bottom: solid 1px #778ca3;
    border-top: solid 1px #778ca3;
    vertical-align: middle;
}

td.plan-place {
    background-color: #cdf4f0 !important;
    font-weight: bold !important;
}

th:first-child {
    text-align: left !important;
}


.option-table td:first-child,
.plan-table td:first-child {
    font-weight: bold;
    background-color: #f3fcff;
    width: 22%;
}


.option-table td:nth-child(2)
.plan-table td:nth-child(2) {
    width: 34%;
}


.option-table td:nth-child(n+3),
.plan-table td:nth-child(n+3) {
    text-align: center;
    width: 11%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

/* .option-table td:first-child {
    font-weight: bold;
    width: 20%;
}

.option-table td:nth-child(2) {
    width: 50%;
}

.option-table td:nth-child(n+3) {
    text-align: center;
    width: 7.5%;
} */

p.option-table-text {
    color: #778ca3;
    vertical-align: middle;
    font-size: 22px;
    font-weight: bold;
}



.plan-table th.th03{
color:#fff;
background:#85C0D7;
}
.plan-table th.th04{
color:#fff;
background:#1F94D2;
}
.plan-table th.th05{
color:#fff;
background:#4B2CB4;
}
.plan-table th.th06{
color:#fff;
background:#001e43;
}

.plan-table td.plan-place.th03{
color:#fff;
background:#85C0D7 !important;
}
.plan-table td.plan-place.th04{
color:#fff;
background:#1F94D2 !important;
}
.plan-table td.plan-place.th05{
color:#fff;
background:#4B2CB4 !important;
}
.plan-table td.plan-place.th06{
color:#fff;
background:#001e43 !important;
}

.option-table tr td:first-child,
.plan-table tr td:first-child{
background:#f7f6fb;
}

.option-table td.maru,
.plan-table td.maru{
font-size:30px;
}

.hoshu_footer_link{
background:#116AAB;
padding:40px 0;
}
.hoshu_footer_link ul{
display:flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.hoshu_footer_link ul li{
}
.hoshu_footer_link ul li a{
    color: #fff;
}
.hoshu_footer_link ul li a:hover{
color:#ccc;
}




/*SP*/

@media only screen and (min-width: 1px) and (max-width: 860px) {


#main_contents.new_service.maintenance{
margin:0 auto;
}
    #main_contents.new_service .wide_100 .in {
        max-width: 90%;
    }

    #main_contents.new_service.website h2.new_service_main {
        font-size: 23px;
    }

    #main_contents.new_service.website h2.new_service.bg_gray {
        font-size: 20px;
    }

    #main_contents.new_service.website p.p_center {
        text-align: left;
    }

    #main_contents.new_service.website .block2_img ul {
        position: static;
        width: 100%;
        gap: unset;
    }

    #main_contents.new_service.website .block2_img ul li {
        width: calc(97% / 2);
        padding: 15px;
        margin-bottom: 10px;
        font-size: 90%;
        margin-right: 3%;
    }

    #main_contents.new_service.website .block2_img ul li:nth-child(2n) {
        margin-right: 0%;
    }


    #main_contents.new_service.website .last h2 {
        font-size: 20px;
    }

    #main_contents.new_service.website dl.dl_ex {
        width: calc(100% - 20px);
        margin: 0 0 0 20px;
    }

    #main_contents.new_service.website dl.dl_ex dt {
        margin-left: 0;
        margin-bottom: 10px;
        text-indent: -20px;
    }

    #main_contents.new_service.website .block2_img {
        margin-bottom: 40px;
    }

    #main_contents.new_service.website .cms_custom h2 {
        font-size: 20px;
    }

    #main_contents.new_service.website .cms_custom ul.link {
        flex-flow: column;
    }

    #main_contents.new_service.website .cms_custom ul.link li {
        width: 100%;
        margin-bottom: 20px;
    }

    #main_contents.new_service.website .mente h2 {
        font-size: 20px;
    }

    #page_header_catch .catch {
        font-size: 35px;
    }

    #page_header_catch .desc {
        font-size: 14px;
    }

    .pconly {
        display: block;
    }

    .sponly {
        display: none;
    }

}




/*サイト保守*/



@media screen and (max-width: 1050px) {

#main_contents.new_service.maintenance .modal-overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
}


#main_contents.new_service.maintenance .modal-wrapper .modal-window .modal-content {
    max-height: 80vh;
    overflow-y: auto;
    text-align: left;

        margin: auto;
        position: static;
        bottom: 20%;
        left: 0;
        right: 0;
        width: auto;
        z-index: 9999;
    }


}



@media screen and (max-width: 768px) {


    section.hoshu {
        max-width: 94%;
    }


    .hoshu_block01>h2.exlarge {
        font-size: 22px
    }


    .pconly {
        display: none;
    }

    .sponly {
        display: block;
    }


    .site-hoshu_slide .slide_wrap {
        margin-bottom: 0px;
    }


    #page_header.site-hoshu_main h2 {
        font-size: 18px;
        line-height: 1.6;
    }


    .hoshu_block01 .wrap {
        display: block;
    }

    .hoshu_block01 {
        padding: 10px;
        border: none;
        margin-bottom: 50px;
    }

    .hoshu_block01 .wrap .img {
        width: 100%;
        margin-bottom: 20px;
    }

    .hoshu_block01 .wrap .text h3 {
        font-size: 30px;
    }


    .hoshu_block01 .wrap .text {
        width: 100%;
        text-align: center;
    }



    .case_block {
        display: block;
    }

    .case_block .case_wrap {
        width: 100%;
        margin-bottom: 20px;
    }

    .case_block .case_wrap .case {
        padding: 10px;
    }

    .case_block .case_wrap .case::after {
        display: none;
    }

.case_block .case_wrap .case p.label{
margin-bottom: 10px !important;
}


    .case_block .case_wrap .arrow:nth-child(-n+2) {
        display: none;
    }

    .case_block .case_wrap:nth-child(2) {
        margin-top: -4px;
    }

    .case_block .case_wrap:nth-child(3) {
        margin-top: -4px;
    }




    #main_contents.new_service p {
        /*margin-bottom: 50px;*/
        /*text-align: left;*/
    }


    .site-hoshu_block_white.mondai {
        bottom: 0;
    }

    p.mondai {
        margin-bottom: 10px !important;
        font-size: 20px !important;
    }




    .arrow.sponly img {
        width: 300px;
        height: auto;
    }


    /* section.hoshu {
        margin-top: -104px;
    } */

    section.hoshu.mar0 {
        margin-top: 0px;
    }



    .site-hoshu_block_blue.omakase {
padding-top: 50px;
        margin-top: 0;
    }

    .arrow.sponly {
        text-align: center;
        width: 60%;
        margin: 0 auto;
        position: relative;
        top: -1px;
        z-index: 2;
    }






    .hoshu_block03 {
        display: block;
        padding: 0 10px;
        margin-bottom: 50px;
    }

    .hoshu_block03 li {
        width: 100%;
        margin-bottom: 20px;
    }

    .hoshu_block03 li a span.large {
        font-size: 22px;
    }


    .hoshu_block04 .wrap {
        display: block;
    }

    .hoshu_block04 .wrap .img {
        width: 100%;
    }

    .hoshu_block04 .wrap .text {
        width: 100%;
        padding: 40px 20px;
    }


    section.hoshu p {
        /*text-align: center;*/
    }



    p.sp_text_left {
        text-align: left !important;
    }

    .hoshu_block06 .customvoice_wrap {
        flex-direction: column;
    }

    .hoshu_block06 .customvoice_wrap.pright .img,
    .hoshu_block06 .customvoice_wrap.pleft .img {
        width: 30%;
        margin: 20px auto 0;
    }

    .hoshu_block06 .customvoice_name.right {
        text-align: left;
    }

    .hoshu_block06 .customvoice_wrap.pright .text:before,
    .hoshu_block06 .customvoice_wrap.pleft .text:before {
        content: "";
        position: absolute;
        top: 103%;
        left: 50%;
        transform: translateX(-50%);
        border: 15px solid transparent;
        border-top: 15px solid #efefef;
    }

    .hoshu_block06 .customvoice_wrap.pleft .img {
        order: 2;
    }

    .hoshu_block06 .customvoice_wrap.pleft .text {
        order: 1;
    }


    .hoshu_block06 .customvoice_wrap .text {
        width: 100%;
        padding: 25px 25px;
    }

    .hoshu_block06 .customvoice_wrap {
        width: 100%;
    }

    .hoshu_block06 .customvoice_name{
text-align:center !important;
}



    .hoshu_block07 {
        display: block;
        padding: 0 10px;
    }

    .hoshu_block07 .box {
        margin-bottom: 50px;
        width: 100%;
        padding-bottom: 10px;
    }

    .hoshu_block07 .box ul {
        height: auto;
    }

    .hoshu_block07 .box .btn {
        position: static;
    }





    .hoshu_block08 {
        padding: 20px;
    }

    .hoshu_block08-2 {
        margin-bottom: 50px !important;
    }

    .hoshu_block08-2 img {
        max-width: 70% !important;
    }


    p.lead {
        text-align: left;
    }


    .hoshu_block08 .num .num_wrap {
        flex-direction: column;
    }





    .hoshu_block08 .num {
        padding: 20px;
    }



    .flow {
        display: flex;
    }


    .flow-steps {
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
    }

    .flow-wrap {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
        gap: 1rem;
        display: flex;
    }

    .flow-wrap:not(:last-child)::after {
        display: none;
    }



    .suji_flow {
        font-size: 40px;
        width: 100%;
        height: auto;
        position: static;
        margin-right: 1rem;
        flex: 1;
    }

    .icon_img img {
        max-width: 70px !important;
        flex: 1;
        width: 100px !important;
    }

    .flow-text p {
        font-size: 0.8rem;
        flex: 2;
        margin-bottom: 0 !important;
    }

    .flow-_wrap:not(:last-child)::after {
        content: none;
    }

    .divider {
        position: relative;
        width: 100%;
        height: 2px;
        background-color: #ccc;
    }


    .divider::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #ccc;
    }


    ul.faq_list {
        padding: 0 20px;
    }


    ul.faq_list li a {
        padding: 10px 35px 20px 20px;
        font-size: 16px;
        background: #fff url(/images/service/ser-hoshu_icon-blue.svg) no-repeat right 10px center;
    }
    ul.faq_list li a:hover {
    background: #efefef url(/images/service/ser-hoshu_icon-blue.svg) no-repeat right 10px center;
    }

    .site-hoshu_block_shime .wrap {
        flex-direction: column;
    }

    .site-hoshu_block_shime .wrap .box {
        width: 100%;
    }



    #page_header.site-hoshu_main h2 {
        font-size: 18px;
    }

    #page_header.site-hoshu_main section {
        padding: 10vh 0 30px 0;
    }

    #page_header.site-hoshu_main .in {
        background-position: left top 10px, right top 10px;
    }

    #page_header.site-hoshu_main .catch-wrap .img {
        max-width: 35%;
    }

    #page_header.site-hoshu_main .catch-wrap h1 {
        font-size: 20px;
        text-align: left;
        width: 65%;
    }

    #page_header.site-hoshu_main .main_btn {
        flex-flow: column;
        justify-content: center;
        gap: 3%;
    }

    #page_header.site-hoshu_main .main_btn li {
        min-width: 100%;
    }

    .site-hoshu_slide .slide_wrap {
        flex-flow: column;
    }

    .site-hoshu_slide .left {
        width: 100%;
    }

    .site-hoshu_slide .right {
        width: 100%;
    }

    .site-hoshu_slide .left span.img {
        max-width: 20%;
    }

    .site-hoshu_slide .left .text {
        max-width: 75%;
        font-size: 90%;
        margin-bottom: 10px;
    }

    .scroll-infinity__item {
        width: calc(100vw / 3);
    }

    a.hoshu_btn.mitsumori .text {
        font-size: 20px;
    }

    .h_center {
        font-size: 20px;
    }

    .hoshu_block01 h2:before,
    .hoshu_block01 h2:after {
        content: unset;
    }

    .hoshu_block03 li a span.small {
        font-size: 14px;
    }

    .btn_blue a,
    .btn_white a {
        font-size: 22px;
        padding: 20px 40px 20px 25px;

    }

    h2 span.large,
    h3 span.large {
        font-size: 26px;
    }

    .hoshu_block04 .wrap .text p.ex-txt span.num {
        font-size: 40px;
    }

    .hoshu_block04 .wrap .text p.ex-txt {
        font-size: 24px;
        padding: 0 0 0 0px;
        background-size: 40px;
    }

    .hoshu_block04 .wrap .text h3 {
        font-size: 23px;
    }

    .hoshu_block04 .wrap .text h4 {
        font-size: 18px;
    }

    .hoshu_block05 {
        padding: 40px 20px 30px 20px;
    }

    .hoshu_block05 .bnr_wrap ul li {
        width: calc(97% / 2);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
        padding: 0 2%;
    }

    .site-hoshu_block_naka h2 {
        font-size: 28px;
    }

    .hoshu_block06 .h2_bg .in h2 {
        font-size: 20px;
    }

    .hoshu_block07 .box .price span.num {
        font-size: 50px;
    }

    .hoshu_block08 h3 {
        font-size: 20px;
    }

    .hoshu_block08 h3 .large {
        font-size: 28px;
    }

    .site-hoshu_block_shime .wrap .box.text h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

/*
    .site-hoshu_block_shime .wrap .box.text .bg {
        background: url(/images/service/ser-hoshu_img16.png) no-repeat center top;
        background-size: 55%;
    }
*/

    /*.site-hoshu_block_shime .wrap .box.text .bg p {
        padding: 22vh 0 0 0px;
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;
    }
*/

.site-hoshu_block_shime .wrap .box.text .bg .text{
top:0;
}
.site-hoshu_block_shime .wrap .box.text .bg .text p{
font-size:14px;
}


    .site-hoshu_block_shime {
        padding: 50px 15px;

    }

    a.hoshu_btn.shiryo .text .icon {
        font-size: 20px;
    }

    a.hoshu_btn.shiryo .text .small {
        font-size: 16px;
    }

    .site-hoshu_block_shime .wrap {
        align-items: center;
    }

    .site-hoshu_block_shime .wrap .box.text {
        width: 100%;
    }

    .site-hoshu_block_shime .wrap .box.btn {
        width: 100%;
    }

    /*faq*/

    #page_header.site-hoshu_faq {
        padding: 30px 0 10px 0;
    }

    #page_header.site-hoshu_faq .hoshu_faq_main_wrap {
        flex-flow: column;
    }

    #page_header.site-hoshu_faq .hoshu_faq_main_wrap .texts {
        width: 100%;
        margin-bottom: 20px;
    }

    #page_header.site-hoshu_faq .hoshu_faq_main_wrap .btn {
        width: 90%;
        margin: 0 auto;
    }

    #page_header.site-hoshu_faq .hoshu_faq_main_wrap .texts h1 {
        font-size: 16px;
        text-align: left;
    }

    .hoshu_faq_contents .hoshu_faq_category ul li {
        width: calc(97% / 2);
        margin-bottom: 15px;
    }

    .hoshu_faq_listbox .faq_list {
        width: 100%;
    }

    .hoshu_faq_contents .hoshu_faq_category ul li a {
        padding: 15px 5px;
        font-size: 15px;
    }

    .hoshu_faq_listbox .faq_list a {
        background: #E3F2FF url(/images/service/ser-hoshu_icon-blue.svg) no-repeat right 10px center;
        padding: 15px 20px 20px 10px;
    }

    .hoshu_faq_entrywrap h4 {
        padding: 15px 15px;
        margin-bottom: 30px;
    }

    .hoshu_faq_entrywrap {
        width: 100%;
    }

    .hoshu_faq_entrywrap .pager_wrap {
        position: statc;
        margin-bottom: 0;
        text-align: center;
        margin-top: 30px;
    }

    .hoshu_faq_entrywrap .pager_wrap ul {
        width: 100%;
    }

    .hoshu_faq_entrywrap .pager_wrap ul li {
        width: calc(94% / 3);
    }

    .hoshu_faq_contents {
        padding: 50px 0 0;
    }

    .hoshu_faq_contents .hoshu_faq_category {
        margin-bottom: 40px;
    }



.plan_table_wrap {
    overflow-x: auto;
    display: block;
margin-bottom:20px;
}

.plan_table_wrap table th,
.plan_table_wrap table td {
    white-space: nowrap;
}

.hoshu_otoku_midashi01 {
    font-size: 17px;
}
.hoshu_otoku_midashi02 {
    font-size: 21px;
}
.hoshu_otoku .in .title h3 {
    font-size: 18px;
}
.hoshu_otoku .in .title h3 span.large {
        font-size: 25px;
    }



.hoshu_footer_link ul li {
    width: 50%;
    text-align: center;
    margin-bottom: 10px;
}


/* 20250124修正分（maigin-bottomなど微修正） */





.hoshu_block03 li a {
    min-height: 120px;
    background-size: 14px;
}

.hoshu_block03 li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 100%;
}


.h_center {
    margin-bottom: 20px;
}

.site-hoshu_slide {
    margin-bottom: 20px;
}

.hoshu_block03 {
    margin-bottom: 10px;
}

.hoshu_block04 {
    margin-bottom: 20px;
}


.hoshu_block06 .h2_bg {
    margin-bottom: 20px;
}











/* FAQ */

.site-hoshu_block_gray.faq h2 {
    margin-bottom: 20px;
}

ul.faq_list li a span:before {
    font-size: 20px;
    margin-right: 5px;
}

ul.faq_list li a span {
    text-indent: 0;
    margin-left: 0; 
}

ul.faq_list li {
    margin-bottom: 20px;
}

ul.faq_list li:last-child {
    margin-bottom: 40px;
}

.modal-wrapper .modal-window {
    width: 100%;
}

.modal-window.plan-tb {
    width: 100%;
}




}






/* キャンペーンバナー */

img.campaign2025 {
    width: 76%;
    position: relative;
    left: 10%;
}

img.campaign2025_sp.sponly {
    width: 100%;
}



