/* 3つの補助金を上手に活用してお得にリフォーム */
.h_content_wrapper{
	width: 100%;
	max-width: 900px;
	margin: auto;
	display: block;
}
.hojyokin_page{
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    line-height: 1.6;
    margin-bottom: 50px;
}
.hojyokin_page h2{
	background-image:none;
}
.hojyokin_page .container {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
}
.hojyokin_page a {
    text-decoration: none;
}
.hojyokin_page .center {
    text-align: center;
}
.hojyokin_page .img-fit {
    width: 100%;
}
.hojyokin_page .mv{
    position: relative;
    width:100%;
    margin-bottom: 20px;
    margin-top: 50px;
    background-image: none;
}
.hojyokin_page .mv .btn_h{
    position: absolute;
    right:0;
    bottom:20px;
    max-width: 490px;
    width: 490px;
    display: flex;
    font-weight: 700;
}
.hojyokin_page .btn_h_contact{
    margin-left: 80px;
}
.h-btn{
    border: 2px solid #00A599;
    background: #fff;
    color:#00A599;
    padding: 20px 40px;
    border-radius: 30px;
    width:100%;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}
.h-btn:hover{
    border: 2px solid #00A599;
    background: #00A599;
    color:#fff;
}
.hojyokin_page .btn_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hojyokin_page .btn_flex a{
    width:32%;
}
.hojyokin_page .p_btn{
    border: 2px solid #E66F78;
    background: #E66F78;
    color:#fff;
    padding: 20px 0;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.hojyokin_page .p_btn:hover{
    border: 2px solid #E66F78;
    background: #fff;
    color:#E66F78;
    padding: 20px 0;
    border-radius: 5px;
    text-align: center;
}
.hojyokin_page .b_btn{
    border: 2px solid #65A1DA;
    background: #65A1DA;
    color:#fff;
    padding: 20px 0;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.hojyokin_page .b_btn:hover{
    border: 2px solid #65A1DA;
    background: #fff;
    color:#65A1DA;
    padding: 20px 0;
    border-radius: 5px;
    text-align: center;
}
.hojyokin_page .o_btn{
    border: 2px solid #F09229;
    background: #F09229;
    color:#fff;
    padding: 20px 0;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.hojyokin_page .o_btn:hover{
    border: 2px solid #F09229;
    background: #fff;
    color:#F09229;
    padding: 20px 0;
    border-radius: 5px;
    text-align: center;
}
.hojyokin_page .lg_bg{
    background: #eef4f4;
    padding: 50px 0;
    background-image: url(../image_page/3hojyokin/bg_house.png);
	background-position: bottom 0 right 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.hojyokin_page .g_tit{
    color: #00A599;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
}
.hojyokin_page .c_flex{
    display: flex;
    justify-content: space-between;
}
.hojyokin_page .c_flex img{
    width:49%;
}
.hojyokin_page .fsz2{
        font-size:20px;
}
.hojyokin_page .fsz3{
        font-size:30px;
}
.hojyokin_page .fsz4{
        font-size:40px;
}
.hojyokin_page .fw7{
        font-weight: 700;
}
.hojyokin_page h3{
        line-height: 1.2;
}
.hojyokin_page .fcp {color:#E66F78;}
.hojyokin_page .fcb {color:#65A1DA;}
.hojyokin_page .fco {color:#F09229;}
.hojyokin_page .fcg {color:#00A599;}

.hojyokin_page .title_hukidashi_p {
  position: relative;
  padding: 1.5rem 2rem;
  border-bottom: 3px solid #E66F78;
  background: #fff;
}

.hojyokin_page .title_hukidashi_p:before {
  position: absolute;
  bottom: -28px;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border-width: 28px 24px 0 24px;
  border-style: solid;
  border-color: #E66F78 transparent transparent transparent;
}

.hojyokin_page .title_hukidashi_p:after {
  position: absolute;
  bottom: -24px;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border-width: 28px 24px 0 24px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.hojyokin_page .title_hukidashi_b {
  position: relative;
  padding: 1.5rem 2rem;
  border-bottom: 3px solid #65A1DA;
  background: #fff;
}

.hojyokin_page .title_hukidashi_b:before {
  position: absolute;
  bottom: -28px;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border-width: 28px 24px 0 24px;
  border-style: solid;
  border-color: #65A1DA transparent transparent transparent;
}

.hojyokin_page .title_hukidashi_b:after {
  position: absolute;
  bottom: -24px;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border-width: 28px 24px 0 24px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.hojyokin_page .title_hukidashi_o {
  position: relative;
  padding: 1.5rem 2rem;
  border-bottom: 3px solid #F09229;
  background: #fff;
}

.hojyokin_page .title_hukidashi_o:before {
  position: absolute;
  bottom: -28px;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border-width: 28px 24px 0 24px;
  border-style: solid;
  border-color: #F09229 transparent transparent transparent;
}

.hojyokin_page .title_hukidashi_o:after {
  position: absolute;
  bottom: -24px;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border-width: 28px 24px 0 24px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.hojyokin_page .table_box{
    display: flex;
}

.hojyokin_page .kagi_box {
    --x-gradient: linear-gradient(90deg, #333 0 30px, transparent 0 calc(100% - 30px), #333 calc(100% - 30px));
    --y-gradient: linear-gradient(#333 0 30px, transparent 0 calc(100% - 30px), #333 calc(100% - 30px));
    padding: 3rem;
    background-image:
        var(--x-gradient),
        var(--y-gradient),
        var(--x-gradient),
        var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 5px, 5px 100%, 100% 5px, 5px 100%;
    background-position: top, right, bottom, left;
    border: 1px solid #ccc;
    text-align: left;
}
.hojyokin_page .kagi_box .tit01{
    background: #00A599;
    border: 2px solid #00A599;
    border-radius: 20px;
    padding: 1rem;
    text-align: center;
    margin: 0 auto 20px;
    color:#fff;
    width: 300px;
}
.hojyokin_page .kagi_box .tit02{
    background: #fff;
    border: 2px solid #00A599;
    border-radius: 20px;
    padding: 1rem;
    text-align: center;
    margin: 0 auto 20px;
    color:#00A599;
    width: 300px;
}
.hojyokin_page .kagi_box .tit03{
    background: #65A1DA;
    border: 2px solid #65A1DA;
    border-radius: 20px;
    padding: 1rem;
    text-align: center;
    margin: 0 auto 20px;
    color:#fff;
    width: 300px;
}
.hojyokin_page .kagi_box .tit04{
    background: #fff;
    border: 2px solid #65A1DA;
    border-radius: 20px;
    padding: 1rem;
    text-align: center;
    margin: 0 auto 20px;
    color:#65A1DA;
    width: 300px;
}
.hojyokin_page .lp_bg{
    background: #f9f0f1;
    padding: 50px 0;
}
.hojyokin_page .seko_jirei_box{
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    width:100%;
}
.hojyokin_page .seko_jirei_box .tit{
    background: #E66F78;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 1rem;
    color:#fff;
    text-align: center;
    padding: 1rem;
    font-size:30px;
    font-weight: 700;
    position: relative;
}
.hojyokin_page .seko_jirei_box .tit .hissu{
    background: #fff;
    border-radius: 50px;
    color:#E66F78;
    text-align: center;
    padding: .5rem 2rem;
    font-size:20px;
    font-weight: 700;
    top:15px;
    right:10px;
    position: absolute;
}
.hojyokin_page .seko_jirei_box .tit .nini{
    background: #fff;
    border-radius: 50px;
    color:#808080;
    text-align: center;
    padding: .5rem 2rem;
    font-size:20px;
    font-weight: 700;
    top:15px;
    right:10px;
    position: absolute;
}
.hojyokin_page .seko_jirei_box .jirei{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 20px;
}
.hojyokin_page .seko_jirei_box .jirei .box{
    width: 31%;
    margin: 0 1% 20px;
    text-align: center;
    font-size: 14px!important;
}
.hojyokin_page .seko_jirei_box .jirei .box img{
    width:100%;
    margin-bottom: 8px;
}
.hojyokin_page .mado_flex{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.hojyokin_page .mado_flex .m_box{
    width: 48%;
    margin: 1%;
    text-align: center;
}
.hojyokin_page .mado_flex .m_box img{
    width: 100%;
    margin-bottom: 8px;
}
.hojyokin_page .lo_bg{
    background: #f9f8ef;
    padding: 50px 0;
}
.hojyokin_page .mb20{margin-bottom: 20px;}
.hojyokin_page .mb30{margin-bottom: 30px;}
.hojyokin_page .mb50{margin-bottom: 50px;}
.hojyokin_page .mb80{margin-bottom: 80px;}

.hojyokin_page .g_link {
 color: #666;
 transition: .3s;
 text-decoration: underline;
}

.hojyokin_page .h_hr{
    display: none;
}

.hojyokin_page .pc {  }
.hojyokin_page .sp { display: none !important; }

.hojyokouji_fbox{
	display: flex;
	justify-content: flex-start;
}
.txt_tal{
	text-align: left;
}
.hojyokin_page .g_link {
    color: #00A599!important;
}
.hojyokin_page .g_link:hover {
    color: #ccc;
}


@media screen and (min-width: 751px) {
.hojyokin_page .table_box img{
    width:100%;
}
}

@media screen and (max-width: 751px) {
.hojyokin_page{
    margin-bottom: 5rem;
}
.h-btn{
    padding: 3vw;
}
.hojyokin_page .container {
    display: block;
    margin: 0 auto;
    width: 96%;
    max-width:96%;
}
.hojyokin_page .new_contact_tel {
    width: auto;
    margin: 0 auto 30px;
}
.hojyokin_page .mv .btn_h{
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
    display: flex;
}
.hojyokin_page .btn_flex{
    display: block;
}
.hojyokin_page .btn_flex a{
    width: 100%;
    margin-bottom: 10px;
    display: block;
}
.hojyokin_page .btn_flex img{
    width:100%;
}
.hojyokin_page .lg_bg{
    background: #eef4f4;
    padding: 50px 0;
    background-image: url(../image_page/3hojyokin/bg_house_sp.png);
	background-position: bottom 0 right 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.hojyokin_page .g_tit {
  font-size: 6.6vw;
}
.hojyokin_page .fsz2 {
    font-size: 3vw;
}
.hojyokin_page .fsz3 {
    font-size: 5vw;
}
.hojyokin_page .fsz4 {
    font-size: 7vw;
}
.hojyokin_page .c_flex{
    display: block;
}
.hojyokin_page .c_flex img{
    margin-bottom: 20px;
    width: 100%;
}
.hojyokin_page .title_hukidashi_p:before {
  left: 45%;
}

.hojyokin_page .title_hukidashi_p:after {
  left: 45%;
}

.hojyokin_page .title_hukidashi_b:before {
  left: 45%;
}

.hojyokin_page .title_hukidashi_b:after {
  left: 45%;
}

.hojyokin_page .title_hukidashi_o:before {
  left: 45%;
}

.hojyokin_page .title_hukidashi_o:after {
  left: 45%;
}
.hojyokin_page .seko_jirei_box .jirei {
    padding: 1rem;
}
.hojyokin_page .seko_jirei_box .tit {
    font-size: 7vw;
    display: grid;
}
.hojyokin_page .seko_jirei_box .tit .hissu {
    font-size: 7vw;
    top: 0;
    right: 0;
    position: relative;
    margin: 0 auto;
    width: 50%;
    padding: 1vw 4vw;
}
.hojyokin_page .seko_jirei_box .tit .nini {
    font-size: 7vw;
    top: 0;
    right: 0;
    position: relative;
    margin: 0 auto;
    width: 50%;
    padding: 1vw 4vw;
}
.hojyokin_page .seko_jirei_box .jirei .box{
    width:48%;
    text-align: center;
    font-size: 4vw;
}
.hojyokin_page .title_hukidashi_p,
.hojyokin_page .title_hukidashi_b,
.hojyokin_page .title_hukidashi_o {
    padding: 2vw;
}
.hojyokin_page .title_hukidashi_p:before {
  left: 45%;
}

.hojyokin_page .title_hukidashi_p:after {
  left: 45%;
}
.hojyokin_page .kagi_box {
    padding: 7vw;
}
.hojyokin_page .kagi_box .tit01,
.hojyokin_page .kagi_box .tit02{
    padding: 3vw;
    width: auto;
    font-size:4vw;
}
.hojyokin_page .kagi_box .tit03,
.hojyokin_page .kagi_box .tit04{
    padding: 3vw;
    width: auto;
    font-size:4vw;
}
.hojyokin_page .table_box{
    display: flex;
    overflow-x: scroll;
}
.hojyokin_page .table_box img{
    width:160%;
    max-width: 160%;
}
.hojyokin_page .btn_h{
    width: 90%;
    display: flex;
    margin: 1em auto;
}
.hojyokin_page .h_hr{
    border: 2px solid #ccc;
    margin: 10vw 0;
    display: block;
}

.hojyokin_page .mb20{margin-bottom: 4vw;}
.hojyokin_page .mb30{margin-bottom: 6vw;}
.hojyokin_page .mb50{margin-bottom: 10vw;}
.hojyokin_page .mb80{margin-bottom: 16vw;}

.hojyokin_page .pc { display: none !important; }
.hojyokin_page .sp { display: block !important; }

.hojyokouji_fbox{
	display: block;
}
.txt_tal{
	text-align: left;
	font-size: 1rem;
}
}

.tel_contact_box *{
  box-sizing: content-box !important;
}
.tel_contact_box{
  box-sizing: content-box !important;
    border: 2px solid #fa2d00;
    padding: 4.6vw 4.6vw 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position:relative;
    flex-wrap: wrap;
    background: #fff;
}
.tel_contact_box .tel_img{
    width:17.5552vw;
}
.tel_contact_box .tel_txt{
    font-size: 3.340vw;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 0!important;
    color:#000;
}
.tel_contact_box .tel_txt span{
    font-size: 7.4616vw;
    font-weight: 700;
}
.tel_contact_box .tel_txt a{
    color:#000;
}
.tel_contact_box .ct_btn{
    width:100%;
    background-color: #fa2d00;
    border-radius: 5px;
    padding: 2.6vw;
    text-align: center;
    color:#fff;
    font-size:5.120vw;
    font-weight:700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0!important;
    margin-top: 2vw;
}
.tel_contact_box .ct_btn:hover{
    background-color: #fb5e3c;
}

@media screen and (min-width:751px){ 
.tel_contact_box{
    width: 93.6vw;
    padding: 1.9230vw;
    margin: 0 auto;
}
.tel_contact_box .tel_img{
    width:12.980vw;
    height:7.6923vw;
}
.tel_contact_box .tel_txt{
    font-size: 1.7307vw;
}
.tel_contact_box .tel_txt span{
    font-size: 4.8077vw;
}
.tel_contact_box .ct_btn{
    width:34.6153vw;
    padding: 1.9230vw;
    font-size:2.3076vw;
    margin-top: 0;
}
}

@media screen and (min-width:900px){ 
.tel_contact_box{
    width: 856px;
    padding: 20px;
}
.tel_contact_box .tel_img{
    width:135px;
    height: 80px;
}
.tel_contact_box .tel_txt{
    font-size: 18px;
}
.tel_contact_box .tel_txt span{
    font-size: 50px;
}
.tel_contact_box .ct_btn{
    width:360px;
    padding: 20px;
    font-size:24px;
}
}


/*住宅省エネキャンペーン （テキスト化）*/
@media screen and (max-width: 750px) {
  :root {
    --break: 750;
  }
}
@media screen and (min-width: 751px) and (max-width: 1300px) {
  :root {
    --break: 1300;
  }
}
@media screen and (min-width: 1301px) {
  :root {
    --break: 1301;
  }
}

:root {
    --green: #00A599;
    --green_l: #eef4f4;
    --pink: #E66F78;
    --pink_l: #f9f0f1;
    --blue: #65a1da;
    --blue_l: rgba(101, 161, 218, 0.1);
    --orange: #f09229;
    --orange_l: rgba(240, 147, 41, 0.1);
  }

  
.txt_green {
  color: var(--green);
}

.bg_green {
  background-color: var(--green);
}

.bg_green_l {
  background-color: var(--green_l);
}

.bdr_green {
  border-left-color: var(--green);
}

.txt_pink {
  color: var(--pink)
}

.bg_pink {
  background-color: var(--pink);
}

.bg_pink_l {
  background-color: var(--pink_l);
}

.bdr_pink {
  border-color: var(--pink) !important;
}

.bg_blue{
  background-color: var(--blue);
}
.bg_blue_l {
  background-color: var(--blue_l);
}
.bdr_blue {
  border-color: var(--blue);
}

.bg_orange{
  background-color: var(--orange);
}
.bg_orange_l {
  background-color: var(--orange_l);
}
.bdr_orange {
  border-color: var(--orange) ;
}

.txt_white {
  color: #fff;
}

.bg_white {
  background-color: #fff
}
.bdr_white {
  border-color: #fff ;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
#hojyokin_page * {
  box-sizing: border-box;
}
#hojyokin_page .mv {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

#hojyokin_page .mv .btn_h {
  position: absolute;
  right: 0;
  bottom: 20px;
}

#hojyokin_page .btn_h_contact {
  margin-left: 80px;
}

.h-btn:hover {
  border: 2px solid #00A599;
  background: #00A599;
  color: #fff;
}

#hojyokin_page .btn_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#hojyokin_page .btn_flex a {
  width: 32%;
}

#hojyokin_page .lg_bg {
  background: #eef4f4;
  padding: 50px 0;
  background-image: url(../img/3hojyokin/bg_house.png);
  background-position: bottom 0 right 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#hojyokin_page .c_flex {
  display: flex;
  justify-content: space-between;
}

#hojyokin_page .c_flex img {
  width: 95%;
}



#hojyokin_page h3 {
  line-height: 1.2;
}

#hojyokin_page .fcp {
  color: #E66F78;
}

#hojyokin_page .fcb {
  color: #65A1DA;
}

#hojyokin_page .fco {
  color: #F09229;
}

#hojyokin_page .fcg {
  color: #00A599;
}

#hojyokin_page .mv .btn_h {
  position: absolute;
  right: 0;
  bottom: 20px;
  display: flex;
}

.h-btn {
  border: 2px solid #00A599;
  background: #fff;
  color: #00A599;
  padding: 10px 20px;
  border-radius: 30px;
  width: 100%;
  font-size: 21px;
  text-align: center;
}


#hojyokin_page .title_hukidashi_p {
  position: relative;
  padding: 1.5rem 2rem;
  border-bottom: 3px solid #E66F78;
  background: #fcfaf6;
}

#hojyokin_page .title_hukidashi_p:before {
  position: absolute;
  bottom: -28px;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border-width: 28px 24px 0 24px;
  border-style: solid;
  border-color: #E66F78 transparent transparent transparent;
  transform: translateX(-50%);
}

#hojyokin_page .title_hukidashi_p:after {
  position: absolute;
  bottom: -24px;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border-width: 28px 24px 0 24px;
  border-style: solid;
  border-color: #fcfaf6 transparent transparent transparent;
  transform: translateX(-50%);
}

#hojyokin_page .title_hukidashi_b {
  position: relative;
  padding: 1.5rem 2rem;
  border-bottom: 3px solid #65A1DA;
  background: #fcfaf6;
}

#hojyokin_page .title_hukidashi_b:before {
  position: absolute;
  bottom: -28px;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border-width: 28px 24px 0 24px;
  border-style: solid;
  border-color: #65A1DA transparent transparent transparent;
  transform: translateX(-50%);
}

#hojyokin_page .title_hukidashi_b:after {
  position: absolute;
  bottom: -24px;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border-width: 28px 24px 0 24px;
  border-style: solid;
  border-color: #fcfaf6 transparent transparent transparent;
  transform: translateX(-50%);
}

#hojyokin_page .title_hukidashi_o {
  position: relative;
  padding: 1.5rem 2rem;
  border-bottom: 3px solid #F09229;
  background: #fcfaf6;
}

#hojyokin_page .title_hukidashi_o:before {
  position: absolute;
  bottom: -28px;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border-width: 28px 24px 0 24px;
  border-style: solid;
  border-color: #F09229 transparent transparent transparent;
  transform: translateX(-50%);
}

#hojyokin_page .title_hukidashi_o:after {
  position: absolute;
  bottom: -24px;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border-width: 28px 24px 0 24px;
  border-style: solid;
  border-color: #fcfaf6 transparent transparent transparent;
  transform: translateX(-50%);
}

#hojyokin_page .table_box {
  display: flex;
}




#hojyokin_page .kagi_box .tit02 {
  background: #fff;
  border: 2px solid #00A599;
  border-radius: 20px;
  padding: 1rem;
  text-align: center;
  margin: 0 auto 20px;
  color: #00A599;
  width: 300px;
}

#hojyokin_page .kagi_box .tit03 {
  background: #65A1DA;
  border: 2px solid #65A1DA;
  border-radius: 20px;
  padding: 1rem;
  text-align: center;
  margin: 0 auto 20px;
  color: #fff;
  width: 300px;
}

#hojyokin_page .kagi_box .tit04 {
  background: #fff;
  border: 2px solid #65A1DA;
  border-radius: 20px;
  padding: 1rem;
  text-align: center;
  margin: 0 auto 20px;
  color: #65A1DA;
  width: 300px;
}

#hojyokin_page .lp_bg {
  background: #f9f0f1;
  padding: 50px 0;
}

#hojyokin_page .seko_jirei_box {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  width: 100%;
}









#hojyokin_page .mado_flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#hojyokin_page .mado_flex .m_box {
  width: 48%;
  margin: 1%;
  text-align: center;
}

#hojyokin_page .mado_flex .m_box img {
  width: 100%;
  margin-bottom: 8px;
}

#hojyokin_page .lo_bg {
  background: #f9f8ef;
  padding: 50px 0;
}

#hojyokin_page .mb20 {
  margin-bottom: 20px;
}



#hojyokin_page .mb80 {
  margin-bottom: 80px;
}

#hojyokin_page .h_hr {
  display: none;
}

#hojyokin_page .lineup-cta-box .cmn-btns {
  width: 410px;
}

#hojyokin_page .lineup-cta__in {
  display: flex;
  justify-content: center;
}

#hojyokin_page .renov-cta .cmn-btns {
  display: flex;
  justify-content: center;
}

#hojyokin_page .renov-cta .btn_h {
  padding-top: 30px;
}

#hojyokin_page .cmn-cta-time {
  font-family: noto-sans-cjk-jp, sans-serif;
}

.hojokin_caution {
  border: solid 1px #b71c1c;
  margin-bottom: 20px !important;
  text-align: center;
  padding: 1em;
}

.hojokin_caution .ttl {
  background-color: #b71c1c;
  color: #fff;
  border-radius: 100px;
  font-weight: bold;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0.4em 2em;
  margin-bottom: 1em;
}

.hojokin_caution .fv_l {
  font-size: 1.3em;
}

.hojokin_caution .marker {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.hojokin_caution p {
  font-weight: bold;
}

.hojokin_caution .red {
  font-size: 20px;
  font-weight: 700;
  color: #b71c1c;
  border-bottom: 1px solid #b71c1c;
}



.txt_tal {
  text-align: left;
}

.g_link {
  color: #00A599 !important;
  text-decoration: underline;
}

.g_link:hover {
  color: #ccc;
  text-decoration: none;
}



@media screen and (min-width: 751px) and (max-width: 1300px) {
  #hojyokin_page .fsz2 {
    font-size: calc(24/ var(--break) * 100vw);
  }
  #hojyokin_page .fsz4 {
    font-size: 4vw;
  }

  #hojyokin_page .table_box img {
    width: 100%;
  }

  #hojyokin_page .renov-cta .cmn-btns {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  #hojyokin_page .renov-cta .btn_h {
    padding-top: 2.4vw;
  }

  #hojyokin_page .lineup-cta-box .cmn-btns {
    width: 31vw;
  }
  .hojyokin_page .mv .btn_h {
    width: 54vw;
  }
}

@media screen and (max-width: 750px) {
  #hojyokin_page {
    margin-bottom: calc(33 / 750 * 100vw);
  }

  .contact-cta-btns a {
    position: relative;
    display: block;
    align-items: center;
    width: 84.66667vw;
    padding: 3vw;
    height: 14vw;
    font-size: 6vw;
    font-weight: 500;
    line-height: 1.2em;
    transition: color .3s, background-color .3s;
  }

  #hojyokin_page .mv .btn_h {
    position: relative;
    right: 0;
    bottom: 1vw;
    max-width: 96%;
    width: 96%;
    display: flex;
  }

  #hojyokin_page .fsz2 {
    font-size: 4vw;
  }

  #hojyokin_page .fsz4 {
    font-size: 7vw;
  }

  #hojyokin_page .btn_flex {
    display: block;
  }

  #hojyokin_page .btn_flex a {
    width: 100%;
    margin-bottom: 10px;
    display: block;
    box-sizing: border-box;
  }

  #hojyokin_page .btn_flex img {
    width: 100%;
  }

  #hojyokin_page .lg_bg {
    background: #eef4f4;
    padding: 50px 0;
    background-image: url(../img/3hojyokin/bg_house_sp.png);
    background-position: bottom 0 right 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  #hojyokin_page .c_flex {
    display: block;
  }

  #hojyokin_page .c_flex img {
    margin-bottom: 20px;
  }

  #hojyokin_page .seko_jirei_box .jirei {
    padding: 1rem;
  }

  #hojyokin_page .seko_jirei_box .tit {
    font-size: 7vw;
    display: grid;
  }

  #hojyokin_page .seko_jirei_box .tit .hissu {
    font-size: 4vw;
    top: 0;
    right: 0;
    position: relative;
    margin: 0 auto;
    width: 50%;
  }

  #hojyokin_page .seko_jirei_box .tit .nini {
    font-size: 4vw;
    top: 0;
    right: 0;
    position: relative;
    margin: 0 auto;
    width: 50%;
  }

  #hojyokin_page .seko_jirei_box .jirei .box {
    width: 48%;
    text-align: center;
    font-size: 2.8vw!important;
  }

  #hojyokin_page .title_hukidashi_p:before {
    left: 45%;
  }

  #hojyokin_page .title_hukidashi_p:after {
    left: 45%;
  }

  #hojyokin_page .btn_h {
    width: 96%;
    margin: 1em auto;
  }

  #hojyokin_page .mb20 {
    margin-bottom: calc(23 / 750 * 100vw);
  }

  #hojyokin_page .mb30 {
    margin-bottom: calc(33 / 750 * 100vw);
  }

  #hojyokin_page .mb50 {
    margin-bottom: calc(40 / 750 * 100vw);
  }

  #hojyokin_page .mb80 {
    margin-bottom: calc(60 / 750 * 100vw);
  }

  #hojyokin_page .reserve-cta {
    margin-top: calc(80 / 750 * 100vw);
  }

  #hojyokin_page .table_box {
    display: flex;
    overflow-x: auto;
  }

  #hojyokin_page .table_box2 {
    overflow-x: auto;
  }
  
  #hojyokin_page .table_box img {
    width: 160%;
  }

  #hojyokin_page .h_hr {
    display: block;
    border: 2px solid #ccc;
    margin: calc(60 / 750 * 100vw) 0;
  }

  #hojyokin_page .lineup-cta__in {
    display: block;
  }

  #hojyokin_page .renov-cta .cmn-btns {
    display: block;
  }

  #hojyokin_page .lineup-cta-box .cmn-btns {
    width: 100%;
  }
 .h-btn {
    padding: 4vw 2vw;
    font-size: 5vw;
  }

  
}



#hojyokin_page {
  /*jirei*/
  /*table*/
}
#hojyokin_page .box_hojokin {
  display: flex;
  justify-content: space-between;
}
#hojyokin_page .box_hojokin .col {
  width: calc(50% - 15 / var(--break) * 100vw);
  border: calc(5 / var(--break) * 100vw) solid var(--green);
  border-radius: calc(17 / var(--break) * 100vw);
  font-weight: bold;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
#hojyokin_page .box_hojokin .ttl {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(32 / var(--break) * 100vw);
  line-height: 1;
  border-bottom: calc(5 / var(--break) * 100vw) solid var(--green);
  height: calc(84 / var(--break) * 100vw);
}
#hojyokin_page .box_hojokin .cont {
  background-color: #fff;
  padding: calc(30 / var(--break) * 100vw) 0;
  flex-grow: 2;
}
#hojyokin_page .box_hojokin .head {
  text-align: center;
  font-size: calc(24 / var(--break) * 100vw);
  margin-bottom: calc(10 / var(--break) * 100vw);
  line-height: 1;
}
#hojyokin_page .box_hojokin .large {
  font-size: calc(41 / var(--break) * 100vw);
  margin-bottom: calc(30 / var(--break) * 100vw);
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
#hojyokin_page .box_hojokin .lg {
  font-size: calc(90 / var(--break) * 100vw);
}
#hojyokin_page .box_hojokin .md {
  font-size: calc(42 / var(--break) * 100vw);
  line-height: 1.5;
}
#hojyokin_page .box_hojokin .txt {
  text-align: left;
  padding: 0 calc(24 / var(--break) * 100vw);
  font-size: calc(23 / var(--break) * 100vw);
}
#hojyokin_page .box_hojokin .txt2 {
  text-align: left;
  padding: 0 calc(30 / var(--break) * 100vw);
  font-size: calc(22 / var(--break) * 100vw);
}
#hojyokin_page .box_hojokin .txt2 + .txt2 {
  margin-top: 1em;
}
#hojyokin_page .box_hojokin.pink {
  position: relative;
}
#hojyokin_page .box_hojokin.pink::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--pink);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 70%;
  background-image: url(../image_page/3hojyokin/cross.svg);
  border-radius: 50%;
  width: calc(80 / var(--break) * 100vw);
  height: calc(80 / var(--break) * 100vw);
  z-index: 1;
}
#hojyokin_page .box_hojokin.pink .col {
  border-width: 1px !important;
  box-shadow: 0 calc(22 / var(--break) * 100vw) 0 0 rgba(230, 111, 121, 0.65);
  background-color: #fff;
  position: relative;
}
#hojyokin_page .box_hojokin.pink .ttl {
  margin: calc(37 / var(--break) * 100vw) calc(65 / var(--break) * 100vw) 0;
  border-radius: 999px;
  border-bottom: none;
  height: calc(52 / var(--break) * 100vw);
}
#hojyokin_page .box_lead {
  border-radius: calc(18 / var(--break) * 100vw);
  padding: calc(36 / var(--break) * 100vw) calc(55 / var(--break) * 100vw) calc(36 / var(--break) * 100vw) calc(300 / var(--break) * 100vw);
  background-position: left calc(48 / var(--break) * 100vw) center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/hojokin/img_hojokin01.png);
  background-size: calc(202 / var(--break) * 100vw) calc(202 / var(--break) * 100vw);
  min-height: calc(240 / var(--break) * 100vw);
}
#hojyokin_page .box_lead .ttl {
  font-size: calc(50 / var(--break) * 100vw);
  margin-bottom: calc(20 / var(--break) * 100vw);
  line-height: 1;
  font-weight: bold;
  text-align: left;
}
#hojyokin_page .box_lead .txt {
  font-size: calc(18 / var(--break) * 100vw);
  line-height: 1.6;
  font-weight: bold;
  text-align: left;
}
#hojyokin_page .box_lead .txt + .txt {
  margin-top: 1.5em;
}
#hojyokin_page .box_lead.box_pink {
  background-image: url(../image_page/3hojyokin/img_hojokin01.png);
}
#hojyokin_page .box_lead.box_blue {
  background-image: url(../image_page/3hojyokin/img_hojokin02.png);
}
#hojyokin_page .box_lead.box_orange {
  background-image: url(../image_page/3hojyokin/img_hojokin03.png);
}
#hojyokin_page .box_jirei {
  display: flex;
  -moz-column-gap: calc(30 / var(--break) * 100vw);
       column-gap: calc(30 / var(--break) * 100vw);
}
#hojyokin_page .box_jirei > .img {
  width: calc(55% - 15 / var(--break) * 100vw);
}
#hojyokin_page .box_jirei > .txtarea {
  width: calc(45% - 15 / var(--break) * 100vw);
  text-align: left;
  font-weight: bold;
}
#hojyokin_page .box_jirei > .txtarea .ttl {
  font-size: calc(28 / var(--break) * 100vw);
}
#hojyokin_page .box_jirei > .txtarea .large {
  font-size: calc(42 / var(--break) * 100vw);
  line-height: 1;
  margin-bottom: calc(20 / var(--break) * 100vw);
}
#hojyokin_page .box_jirei > .txtarea .large span {
  font-size: calc(83 / var(--break) * 100vw);
}
#hojyokin_page .box_jirei > .txtarea .small {
  font-size: calc(14 / var(--break) * 100vw);
  line-height: 1.5;
}
#hojyokin_page .box_jirei > .txtarea ol {
  counter-reset: item;
  font-size: calc(22 / var(--break) * 100vw);
}
#hojyokin_page .box_jirei > .txtarea ol li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#hojyokin_page .box_jirei > .txtarea ol li span {
  white-space: nowrap;
}
#hojyokin_page .box_jirei > .txtarea ol li:before {
  display: block;
  counter-increment: item;
  content: counter(item);
  background-color: var(--pink);
  border-radius: 50%;
  color: #fff;
  margin-right: 0.5em;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  letter-spacing: 0;
  justify-content: center;
  height: calc(24 / var(--break) * 100vw);
  width: calc(24 / var(--break) * 100vw);
  font-weight: 500;
  text-align: center;
  line-height: 1;
  font-size: calc(18 / var(--break) * 100vw);
}
#hojyokin_page .box_jirei > .txtarea .head {
  width: calc(220 / var(--break) * 100vw);
}
#hojyokin_page .box_jirei.ai_center {
  align-items: center;
}
#hojyokin_page .box_jirei.ai_center > .img {
  width: calc(50% - 15 / var(--break) * 100vw);
}
#hojyokin_page .box_jirei.ai_center > .txtarea {
  width: calc(50% - 15 / var(--break) * 100vw);
}
#hojyokin_page .box_jirei:last-child > .txtarea .head {
  width: calc(280 / var(--break) * 100vw);
}
#hojyokin_page .tbl_hojokin {
  width: 100%;
  border-style: solid;
  border-width: 3px;
  table-layout: fixed;
}
#hojyokin_page .tbl_hojokin.bdr_blue th {
  border-color: var(--blue);
}
#hojyokin_page .tbl_hojokin.bdr_blue td {
  border-color: var(--blue);
}
#hojyokin_page .tbl_hojokin.bdr_orange {
  text-align: center;
}
#hojyokin_page .tbl_hojokin.bdr_orange th {
  border-color: var(--orange);
}
#hojyokin_page .tbl_hojokin.bdr_orange td {
  border-color: var(--orange);
}
#hojyokin_page .tbl_hojokin.bdr_green {
  text-align: center;
}
#hojyokin_page .tbl_hojokin.bdr_green th {
  border-color: var(--green);
}
#hojyokin_page .tbl_hojokin.bdr_green td {
  border-color: var(--green);
}
#hojyokin_page .tbl_hojokin thead th {
  border-style: solid;
  border-width: 3px;
  padding: calc(20 / var(--break) * 100vw);
  font-size: calc(20 / var(--break) * 100vw);
  line-height: 1.1;
  font-weight: bold;
  height: calc(100 / var(--break) * 100vw);
}
#hojyokin_page .tbl_hojokin thead th span {
  font-size: calc(15 / var(--break) * 100vw);
}
#hojyokin_page .tbl_hojokin thead th:not(:first-child):not(:last-child) {
  border-right-color: #fff !important;
}
#hojyokin_page .tbl_hojokin tbody th {
  border-style: solid;
  border-width: 3px;
  padding: calc(20 / var(--break) * 100vw);
  font-size: calc(22 / var(--break) * 100vw);
  font-weight: bold;
  line-height: 1.1;
  height: calc(120 / var(--break) * 100vw);
}
#hojyokin_page .tbl_hojokin tbody th span {
  font-size: calc(18 / var(--break) * 100vw);
}
#hojyokin_page .tbl_hojokin tbody td {
  border-style: solid;
  border-width: 3px;
  font-weight: bold;
  padding: calc(20 / var(--break) * 100vw);
  font-size: calc(20 / var(--break) * 100vw);
  height: calc(120 / var(--break) * 100vw);
}
#hojyokin_page .tbl_hojokin tbody td p {
  font-size: calc(20 / var(--break) * 100vw);
  line-height: 1.6;
  text-align: left;
}
#hojyokin_page .tbl_hojokin tbody td.tl {
  vertical-align: top;
  text-align: left;
}
#hojyokin_page .tbl_hojokin tbody td.cl {
  text-align: left;
}
#hojyokin_page .tbl_hojokin tbody td.md {
  font-size: calc(17 / var(--break) * 100vw);
}
#hojyokin_page .tbl_hojokin tbody td.sm {
  letter-spacing: 0;
  font-size: calc(16 / var(--break) * 100vw);
}

@media screen and (max-width: 750px) {
  #hojyokin_page {
    /*jirei*/
    /*table*/
  }
  #hojyokin_page .box_hojokin {
    flex-direction: column;
  }
  #hojyokin_page .box_hojokin .col {
    width: 100%;
    border-width: 3px;
  }
  #hojyokin_page .box_hojokin .col + .col {
    margin-top: 1em;
  }
  #hojyokin_page .box_hojokin .ttl {
    font-size: calc(36 / var(--break) * 100vw);
    border-bottom: 3px solid var(--green);
  }
  #hojyokin_page .box_hojokin .cont {
    padding: calc(40 / var(--break) * 100vw) 0;
  }
  #hojyokin_page .box_hojokin .head {
    font-size: calc(28 / var(--break) * 100vw);
    margin-bottom: calc(20 / var(--break) * 100vw);
  }
  #hojyokin_page .box_hojokin .large {
    font-size: calc(50 / var(--break) * 100vw);
    margin-bottom: calc(40 / var(--break) * 100vw);
  }
  #hojyokin_page .box_hojokin .lg {
    font-size: calc(130 / var(--break) * 100vw);
  }
  #hojyokin_page .box_hojokin .md {
    font-size: calc(50 / var(--break) * 100vw);
  }
  #hojyokin_page .box_hojokin .txt {
    padding: 0 calc(30 / var(--break) * 100vw);
    font-size: calc(30 / var(--break) * 100vw);
  }
  #hojyokin_page .box_hojokin .txt2 {
    text-align: left;
    padding: 0 calc(35 / var(--break) * 100vw);
    font-size: calc(30 / var(--break) * 100vw);
  }
  #hojyokin_page .box_hojokin.pink {
    position: relative;
  }
  #hojyokin_page .box_hojokin.pink::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0%);
    background-color: var(--pink);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 70%;
    background-image: url(../image_page/3hojyokin/cross.svg);
    border-radius: 50%;
    width: calc(100 / var(--break) * 100vw);
    height: calc(100 / var(--break) * 100vw);
    z-index: 1;
  }
  #hojyokin_page .box_hojokin.pink .col + .col {
    margin-top: calc(50 / var(--break) * 100vw);
  }
  #hojyokin_page .box_hojokin.pink .ttl {
    margin: calc(37 / var(--break) * 100vw) calc(65 / var(--break) * 100vw) 0;
    height: calc(60 / var(--break) * 100vw);
  }
  #hojyokin_page .box_lead {
    border-radius: calc(40 / var(--break) * 100vw);
    padding: calc(40 / var(--break) * 100vw);
    background-position: left calc(40 / var(--break) * 100vw) top calc(40 / var(--break) * 100vw);
    min-height: auto;
  }
  #hojyokin_page .box_lead .ttl {
    height: calc(202 / var(--break) * 100vw);
    line-height: 1.5;
    padding-left: calc(220 / var(--break) * 100vw);
    display: flex;
    align-items: center;
  }
  #hojyokin_page .box_lead .txt {
    font-size: calc(30 / var(--break) * 100vw);
    font-weight: 500;
    line-height: 1.5;
  }
  #hojyokin_page .box_jirei {
    flex-direction: column;
    row-gap: calc(30 / var(--break) * 100vw);
    padding-bottom: calc(50 / var(--break) * 100vw);
    border-bottom: 2px solid #999;
    margin-bottom: calc(50 / var(--break) * 100vw);
  }
  #hojyokin_page .box_jirei > .img {
    width: 100% !important;
  }
  #hojyokin_page .box_jirei > .txtarea {
    width: 100% !important;
  }
  #hojyokin_page .box_jirei > .txtarea .ttl {
    font-size: calc(50 / var(--break) * 100vw);
  }
  #hojyokin_page .box_jirei > .txtarea .large {
    font-size: calc(90 / var(--break) * 100vw);
    margin-bottom: calc(30 / var(--break) * 100vw);
  }
  #hojyokin_page .box_jirei > .txtarea .large span {
    font-size: calc(150 / var(--break) * 100vw);
  }
  #hojyokin_page .box_jirei > .txtarea .small {
    font-size: calc(20 / var(--break) * 100vw);
  }
  #hojyokin_page .box_jirei > .txtarea ol {
    font-size: calc(40 / var(--break) * 100vw);
  }
  #hojyokin_page .box_jirei > .txtarea ol li {
    justify-content: space-between;
    letter-spacing: 0;
  }
  #hojyokin_page .box_jirei > .txtarea ol li:before {
    height: calc(40 / var(--break) * 100vw);
    width: calc(40 / var(--break) * 100vw);
    font-size: calc(28 / var(--break) * 100vw);
  }
  #hojyokin_page .box_jirei > .txtarea .head {
    width: auto;
    flex-grow: 2;
  }
  #hojyokin_page .box_jirei.ai_center > .txtarea .ttl {
    font-size: calc(40 / var(--break) * 100vw);
  }
  #hojyokin_page .box_jirei.ai_center > .txtarea .large {
    font-size: calc(50 / var(--break) * 100vw);
  }
  #hojyokin_page .box_jirei.ai_center > .txtarea .large span {
    font-size: calc(120 / var(--break) * 100vw);
  }
  #hojyokin_page .box_jirei.ai_center > .txtarea .small {
    font-size: calc(18 / var(--break) * 100vw);
    letter-spacing: 0;
  }
  #hojyokin_page .box_jirei:last-child {
    border-bottom: none;
  }
  #hojyokin_page .tbl_hojokin {
    width: 780px;
  }
  #hojyokin_page .tbl_hojokin thead th {
    padding: calc(10 / var(--break) * 100vw);
    font-size: calc(26 / var(--break) * 100vw);
  }
  #hojyokin_page .tbl_hojokin thead th span {
    font-size: calc(20 / var(--break) * 100vw);
  }
  #hojyokin_page .tbl_hojokin tbody th {
    padding: calc(10 / var(--break) * 100vw);
    font-size: calc(26 / var(--break) * 100vw);
  }
  #hojyokin_page .tbl_hojokin tbody th span {
    font-size: calc(22 / var(--break) * 100vw);
  }
  #hojyokin_page .tbl_hojokin tbody td {
    padding: calc(10 / var(--break) * 100vw);
    font-size: calc(26 / var(--break) * 100vw);
  }
  #hojyokin_page .tbl_hojokin tbody td.md {
    font-size: calc(24 / var(--break) * 100vw);
  }
  #hojyokin_page .tbl_hojokin tbody td.sm {
    font-size: calc(22 / var(--break) * 100vw);
  }
  .point_box {
    margin-bottom: 10vw;
  }
}
@media screen and (min-width: 1301px) {
  #hojyokin_page {
    /*jirei*/
    /*table*/
  }
  #hojyokin_page .box_hojokin .col {
    width: calc(50% - 15px);
    border: 5px solid var(--green);
    border-radius: 17px;
  }
  #hojyokin_page .box_hojokin .ttl {
    font-size: 32px;
    border-bottom: 5px solid var(--green);
    height: 84px;
  }
  #hojyokin_page .box_hojokin .cont {
    padding: 30px 0;
  }
  #hojyokin_page .box_hojokin .head {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #hojyokin_page .box_hojokin .large {
    font-size: 36px;
    margin-bottom: 30px;
  }
  #hojyokin_page .box_hojokin .lg {
    font-size: 70px;
  }
  #hojyokin_page .box_hojokin .md {
    font-size: 42px;
  }
  #hojyokin_page .box_hojokin .txt {
    padding: 0 24px;
    font-size: 23px;
  }
  #hojyokin_page .box_hojokin .txt2 {
    padding: 0 30px;
    font-size: 19px;
  }
  #hojyokin_page .box_hojokin.pink::before {
    width: 80px;
    height: 80px;
  }
  #hojyokin_page .box_hojokin.pink .col {
    box-shadow: 0 22px 0 0 rgba(230, 111, 121, 0.65);
  }
  #hojyokin_page .box_hojokin.pink .ttl {
    margin: 37px 65px;
    height: 52px;
  }
  #hojyokin_page .box_lead {
    border-radius: 18px;
    padding: 36px 55px 36px 300px;
    background-position: left 48px center;
    background-size: 202px 202px;
    min-height: 240px;
  }
  #hojyokin_page .box_lead .ttl {
    font-size: 36px;
    margin-bottom: 20px;
  }
  #hojyokin_page .box_lead .txt {
    font-size: 15px;
  }
  #hojyokin_page .box_jirei {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  #hojyokin_page .box_jirei > .img {
    width: calc(55% - 15px);
  }
  #hojyokin_page .box_jirei > .txtarea {
    width: calc(45% - 15px);
  }
  #hojyokin_page .box_jirei > .txtarea .ttl {
    font-size: 28px;
  }
  #hojyokin_page .box_jirei > .txtarea .large {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #hojyokin_page .box_jirei > .txtarea .large span {
    font-size: 70px;
  }
  #hojyokin_page .box_jirei > .txtarea .small {
    font-size: 14px;
  }
  #hojyokin_page .box_jirei > .txtarea ol {
    font-size: 22px;
  }
  #hojyokin_page .box_jirei > .txtarea ol li:before {
    height: 24px;
    width: 24px;
    font-size: 18px;
  }
  #hojyokin_page .box_jirei > .txtarea .head {
    width: 220px;
  }
  #hojyokin_page .box_jirei.ai_center > .img {
    width: calc(50% - 15px);
  }
  #hojyokin_page .box_jirei.ai_center > .txtarea {
    width: calc(50% - 15px);
  }
  #hojyokin_page .box_jirei:last-child > .txtarea .head {
    width: 280px;
  }
  #hojyokin_page .tbl_hojokin thead th {
    padding: 18px 10px;
    font-size: 20px;
    height: 100px;
  }
  #hojyokin_page .tbl_hojokin thead th span {
    font-size: 15px;
  }
  #hojyokin_page .tbl_hojokin tbody th {
    padding: 18px;
    font-size: 20px;
    height: 120px;
  }
  #hojyokin_page .tbl_hojokin tbody th span {
    font-size: 18px;
  }
  #hojyokin_page .tbl_hojokin tbody td {
    padding: 20px 10px;
    font-size: 20px;
    height: 120px;
  }
  #hojyokin_page .tbl_hojokin tbody td p {
    font-size: 13px;
  }
  #hojyokin_page .tbl_hojokin tbody td.md {
    font-size: 14px;
  }
  #hojyokin_page .tbl_hojokin tbody td.sm {
    font-size: 14px;
  }
  .point_box {
    margin-bottom: 100px;
  }
}
