@charset "UTF-8";
@media screen and (min-width: 769px), print {
  .renewal {
    margin-bottom: 120px;
  }
  .renewal .product_cont {
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .renewal .block {
    width: 592px;
    -moz-border-radius: 16px;
         border-radius: 16px;
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
         box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
    overflow: hidden;
  }
  .renewal .block a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all ease .24s;
    -moz-transition: all ease .24s;
    transition: all ease .24s;
  }
  .renewal .block a:hover {
    opacity: .75;
  }
  .renewal .block a .block_wrap {
    width: 50%;
  }
  .renewal .block a .block_wrap > figure {
    margin: 34px auto 0;
    text-align: center;
  }
  .renewal .block a .block_wrap h3 {
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
    text-align: center;
    margin-top: 12px;
    position: relative;
  }
  .renewal .block a .block_wrap h3::after {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    top: 14px;
    -webkit-transform: rotateZ(45deg);
       -moz-transform: rotateZ(45deg);
        -ms-transform: rotate(45deg);
            transform: rotateZ(45deg);
  }
  .renewal .block a .block_wrap h3 em {
    display: block;
    font-size: 3.2rem;
    font-weight: bold;
    font-style: normal;
  }
  .renewal .block a .block_wrap h3 span {
    display: block;
    font-size: 2rem;
  }
  .renewal .block a .block_wrap dl {
    width: 240px;
    margin: 10px auto 0;
  }
  .renewal .block a .block_wrap dl dt {
    color: #fff;
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
    font-size: 17px;
    text-align: center;
    padding: 8px 0;
  }
  .renewal .block a .block_wrap dl dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 22px;
    font-size: 1.6rem;
    text-align: center;
    margin-top: 30px;
    width: 240px;
    height: 68px;
  }
  .renewal .block a figure {
    width: 50%;
  }
  .renewal .repair {
    background: #e2f5ff;
  }
  .renewal .repair h3 {
    margin-right: 18px;
  }
  .renewal .repair h3::after {
    border-top: solid 3px #0b5cd6;
    border-right: solid 3px #0b5cd6;
    right: 8px;
  }
  .renewal .repair dl dt {
    background: #0b5cd6;
  }
  .renewal .repair dl dd {
    background: url(../images/repair_wrap.png) no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .renewal .modify {
    background: #e0f7d3;
  }
  .renewal .modify h3 em {
    letter-spacing: 4px;
  }
  .renewal .modify h3::after {
    border-top: solid 3px #52aa21;
    border-right: solid 3px #52aa21;
    right: 32px;
  }
  .renewal .modify dl dt {
    background: #52aa21;
  }
  .renewal .modify dl dd {
    background: url(../images/modify_wrap.png) no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .renewal_anchor {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 53px;
  }
  .renewal_anchor a {
    width: -webkit-calc(50% - 9px);
    width: -moz-calc(50% - 9px);
    width: calc(50% - 9px);
  }
  .renewal_anchor a:nth-child(2n + 2) {
    margin-left: 18px;
  }
  .renewal_anchor a.btn_big > span {
    font-size: 1.6rem;
    line-height: 1.4;
    display: block;
    text-align: left;
    padding: 15px 38px 15px 68px;
    height: 81px;
  }
  .renewal_anchor a.btn_big > span .big {
    display: block;
    font-size: 2rem;
  }
  .renewal_anchor a.btn_big > span .number {
    width: 31px;
    height: 31px;
    background: #fff;
    color: #e20c0c;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    -moz-border-radius: 99999px;
    border-radius: 99999px;
    margin: auto 0;
    left: 20px;
  }
  .renewal_anchor a.btn_big > span::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 18px;
    background: url(../common/images/arr_right.png) no-repeat;
    -moz-background-size: 10px 18px;
    background-size: 10px 18px;
    margin-right: 15px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 20px;
    z-index: 10;
  }
  .renewal .link_anchor {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: space-between;
    -moz-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
    margin-bottom: 26px;
    margin-left: 2px;
  }
  .renewal .link_anchor .number {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #e20c0c;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2.9rem;
    font-weight: 600;
    width: 64px;
  }
  .renewal .link_anchor h3 {
    width: -webkit-calc(100% - 64px);
    width: -moz-calc(100% - 64px);
    width: calc(100% - 64px);
    background: #f2f2f2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.2rem;
    font-weight: 700;
    color: #404040;
    padding: 18px 23px 19px;
    letter-spacing: 0.9px;
  }
  .renewal .link_anchor h3 span {
    display: inline-block;
    font-size: 1.6rem;
    margin-left: 10px;
  }
  .renewal .aspect_block + .aspect_block {
    margin-top: 67px;
  }
  .renewal .aspect_block .aspect_ttl {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 42px;
    letter-spacing: 0.9px;
  }
  .renewal .aspect_block .aspect_ttl .red {
    font-weight: 700;
    color: #e20c0c;
  }
  .renewal .aspect_block .aspect_ttl .black {
    font-weight: 700;
  }
  .renewal .aspect_block .aspect_category {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  .renewal .solar_des01 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .renewal .solar_des01 .item {
    position: relative;
  }
  .renewal .solar_des01 .item:nth-child(1) {
    width: 447px;
    margin-right: 23px;
    padding-right: 129px;
  }
  .renewal .solar_des01 .item:nth-child(2) {
    width: 380px;
    padding-right: 61px;
  }
  .renewal .solar_des01 .item figure {
    margin-bottom: 15px;
  }
  .renewal .solar_des01 .item figure figcaption {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #d1d1d1;
    background: #fff;
    font-size: 1.6rem;
    padding: 0 5px 0 13px;
    line-height: 1.25;
    height: 82px;
    width: 169px;
    position: absolute;
    right: 0;
    top: 87px;
    z-index: 10;
    letter-spacing: 0.9px;
  }
  .renewal .solar_des01 .item figure figcaption.red {
    background: #e20c0c;
    color: #fff;
    border-color: #e20c0c;
  }
  .renewal .solar_box_link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 40px 25px 0;
    border: 1px solid #d1d1d1;
    margin-bottom: 67px;
  }
  .renewal .solar_box_link > p {
    letter-spacing: 0.9px;
    margin-right: 39px;
  }
  .renewal .solar_box_link .box_btn {
    width: 296px;
  }
  .renewal .solar_des02 > h3 {
    margin-bottom: 16px !important;
  }
  .renewal .solar_des02 ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 27px;
  }
  .renewal .solar_des02 ul li + li {
    margin-left: 14px;
  }
  .renewal .solar_des02 ul li:first-of-type, .renewal .solar_des02 ul li:last-of-type {
    position: relative;
  }
  .renewal .solar_des02 ul li:first-of-type::before {
    content: "";
    background: url(../images/solar/arrow.png) no-repeat;
    position: absolute;
    width: 32px;
    height: 38px;
    top: 30%;
    right: -25px;
  }
  .renewal .solar_des02 ul li:last-of-type::before {
    content: "";
    background: url(../images/solar/arrow.png) no-repeat;
    position: absolute;
    width: 32px;
    height: 38px;
    top: 30%;
    left: -21px;
  }
  .renewal .solar_des02 ul li p {
    margin-top: 14px;
  }
  .renewal .solar_des02 .txt p {
    letter-spacing: 0.9px;
  }
  .renewal .solar_des02 .txt .red {
    color: #e20c0c;
  }
  .renewal .solar_des03 {
    margin-bottom: 50px;
  }
  .renewal .solar_des03 figure {
    margin: 20px 0 30px;
  }
  .renewal .other_page .aspect_block figure {
    margin-top: 30px;
    text-align: center;
  }
  .renewal .other_page .tt-01 sub {
    font-size: 1.6rem;
    bottom: 0;
    vertical-align: middle;
  }
  p {
    font-size: 1.6rem;
    line-height: 26px;
    color: #000;
  }
  .notes {
    font-style: normal;
    display: block;
  }
  .notes em {
    font-style: normal;
  }
  .rain_tt {
    font-size: 2.4rem;
    line-height: 32px;
    margin-bottom: 52px;
    color: #000;
    font-weight: 400;
    letter-spacing: 1.5px;
  }
  .rain_btn.btn.btn_white.link_left {
    width: 478px;
    height: 80px;
    margin: 73px auto 0;
  }
  .rain_btn.btn.btn_white.link_left span {
    width: 100%;
    border: 1px solid #bababa;
    height: 100%;
    background: #f3f3f3 url("../images/partent_btn.png") repeat;
    -moz-background-size: 2px 2px;
         background-size: 2px 2px;
    font-size: 1.8rem;
    line-height: 1;
    color: #e20c0c;
    font-weight: bold;
  }
  .rain_btn.btn.btn_white.link_left span:before {
    width: 29px;
    height: 28px;
    background: url("../images/ic_btn.jpg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 30px;
  }
  .rain_page .col_block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 24px;
    counter-reset: number;
  }
  .rain_page .col_block li {
    width: 270px;
    margin: 0 10px;
  }
  .rain_page .col_block li h4 {
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 11px;
    letter-spacing: 1px;
  }
  .rain_page .col_block li .col_tt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 86px;
    margin-bottom: 12px;
  }
  .rain_page .col_block li .col_tt h4 {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-bottom: 0;
  }
  .rain_page .col_block li .col_tt h4 span {
    font-size: 1.3rem;
    line-height: 18px;
    font-weight: 400;
    display: block;
    margin-top: 5px;
  }
  .rain_page .col_block-step {
    margin-bottom: 45px;
  }
  .rain_page .col_block-step li:before {
    counter-increment: number;
    content: "事例 " counter(number);
    width: 77px;
    height: 37px;
    background: #e20c0c;
    font-size: 1.6rem;
    line-height: 1;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 13px;
  }
  .rain_page .group__box {
    margin-top: 33px;
  }
  .rain_page .group__box .group__inner .group__img {
    width: 423px;
  }
  .rain_page .group__box .group__inner .group__img figure {
    width: 204px;
  }
  .rain_page .group__box .group__inner .group__img figure + figure {
    margin-left: 15px;
  }
  .rain_page .group__box .group__inner .group__img figure img {
    width: 100%;
    height: auto;
  }
  .rain_page .group__box .group__inner .group__img figure figcaption {
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: bold;
    color: #000;
  }
  .rain_page .group__box .group__inner .group__ct {
    padding-left: 30px;
    padding-right: 0;
    width: -webkit-calc(100% - 423px);
    width: -moz-calc(100% - 423px);
    width: calc(100% - 423px);
  }
  .typhoon_page .typhoon_tt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px;
  }
  .typhoon_page .typhoon_tt figure {
    width: 243px;
  }
  .typhoon_page .typhoon_tt figure img {
    width: 100%;
    height: auto;
  }
  .typhoon_page .typhoon_tt .typhoon_ct {
    width: -webkit-calc(100% - 243px);
    width: -moz-calc(100% - 243px);
    width: calc(100% - 243px);
    padding-right: 60px;
  }
  .typhoon_page .typhoon_tt .typhoon_ct .rain_tt {
    margin-bottom: 35px;
  }
  .typhoon_page .typhoon_tt .typhoon_ct p {
    letter-spacing: 1px;
  }
  .typhoon_page .typhoon_block .group__box {
    margin-top: 40px;
  }
  .typhoon_page .typhoon_block .group__box .tt {
    margin-bottom: 36px;
  }
  .typhoon_page .typhoon_block .group__box .group__inner .group__img {
    width: 222px;
  }
  .typhoon_page .typhoon_block .group__box .group__inner .group__img img {
    width: 100%;
    height: auto;
  }
  .typhoon_page .typhoon_block .group__box .group__inner .group__ct {
    padding-left: 34px;
    width: -webkit-calc(100% - 222px);
    width: -moz-calc(100% - 222px);
    width: calc(100% - 222px);
  }
  .typhoon_page .typhoon_block .group__box dl + dl {
    margin-top: 58px;
  }
  .typhoon_page .typhoon_block .group__box dl dt {
    font-size: 1.6rem;
    line-height: 26px;
    color: #e20c0c;
    margin-bottom: 18px;
    font-weight: bold;
  }
  .typhoon_page .typhoon_block .group__box dl dd .typhoon_gallery {
    margin: 0;
    margin-top: 40px;
  }
  .typhoon_page .typhoon_block .group__box dl dd .typhoon_gallery li {
    width: 316px;
    margin: 0;
  }
  .typhoon_page .typhoon_block .group__box dl dd .typhoon_gallery li + li {
    margin-left: 36px;
  }
  .typhoon_page .typhoon_block .group__box dl dd .typhoon_gallery li figure {
    width: 100%;
  }
  .typhoon_page .typhoon_block .group__box dl dd .typhoon_gallery li figure img {
    width: 100%;
    height: auto;
  }
  .typhoon_page .typhoon_block .group__box dl dd .typhoon_gallery li figure figcaption {
    font-size: 1.6rem;
    line-height: 26px;
    margin-top: 10px;
    font-weight: 400;
  }
  .typhoon_page .typhoon_block .group__box dl dd .typhoon_gallery li.sm {
    width: 153px;
    margin-left: 28px;
  }
  .typhoon_page .typhoon_block .group__box dl dd .typhoon_img {
    margin-bottom: 40px;
  }
  .typhoon_page .typhoon_block .group__box .typhoon_btn {
    margin-top: 30px;
    width: 254px;
    height: 54px;
  }
  .heat_page .rain_tt {
    margin-bottom: 39px;
  }
  .heat_page .heat_img {
    margin-bottom: 39px;
  }
  .heat_page .listNum {
    counter-reset: number;
    margin-bottom: 28px;
  }
  .heat_page .listNum li {
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: 1px;
    padding-left: 30px;
    position: relative;
  }
  .heat_page .listNum li:before {
    counter-increment: number;
    content: counter(number) ". ";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  .fire_page .fire_block + .fire_block {
    margin-top: 50px;
  }
  .fire_page .fire_block .fire_col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 33px;
  }
  .fire_page .fire_block .fire_col dl:not(last-child) {
    margin-right: 32px;
  }
  .fire_page .fire_block .fire_col dl dt {
    font-size: 2rem;
    line-height: 31px;
    font-weight: bold;
    margin-bottom: 14px;
    letter-spacing: 1.5px;
  }
  .fire_page .fire_block .fire_col dl dt span {
    color: #e20c0c;
  }
  .fire_page .fire_block .fire_col dl dd {
    text-align: right;
  }
  .fire_page .fire_block .fire_col dl dd figure {
    border: 1px solid #bdbdbd;
  }
  .fire_page .fire_block .fire_col dl dd figure figcaption {
    font-size: 2rem;
    line-height: 31px;
    font-weight: bold;
    text-align: center;
    height: 74px;
    padding: 21.5px 0;
  }
  .fire_page .fire_block .fire_col dl dd figure figcaption span {
    color: #e20c0c;
  }
  .fire_page .fire_block .fire_col dl dd a {
    display: inline-block;
    color: #e20c0c;
    font-weight: bold;
    margin-top: 4px;
    position: relative;
    text-decoration: underline;
  }
  .fire_page .fire_block .fire_col dl dd a::before {
    content: "";
    position: absolute;
    border-top: solid 1.2px #e20c0c;
    border-right: solid 1.2px #e20c0c;
    left: -16px;
    top: 50%;
    width: 6px;
    height: 6px;
    -webkit-transform: translateY(-50%) rotateZ(45deg);
       -moz-transform: translateY(-50%) rotateZ(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotateZ(45deg);
    margin: auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  .fire_page .fire_block .fire_col dl dd a:hover {
    text-decoration: none;
  }
  .fire_page .fire_block .fire_col dl dd a:hover::before {
    left: -14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  .fire_page .fire_block p {
    letter-spacing: 1px;
  }
  .fire_page .fire_block p + p {
    margin-top: 26px;
  }
  .fire_page .fire_block p span {
    color: #e20c0c;
  }
  .fire_page .fire_block .listLink {
    margin-top: 30px;
  }
  .fire_page .fire_block .listLink li {
    padding-left: 26px;
    position: relative;
  }
  .fire_page .fire_block .listLink li a {
    font-size: 1.6rem;
    line-height: 30px;
    color: #e20c0c;
    border-bottom: 1px solid #e20c0c;
    letter-spacing: 1.5px;
  }
  .fire_page .fire_block .listLink li:before {
    content: '→';
    position: absolute;
    top: 0;
    left: 1px;
    color: #000;
    font-size: 1.6rem;
    line-height: 30px;
    -webkit-transition: left .3s ease-out;
    -moz-transition: left .3s ease-out;
    transition: left .3s ease-out;
  }
  .fire_page .fire_block .listLink li:hover a {
    border-bottom: none;
  }
  .fire_page .fire_block .listLink li:hover:before {
    left: 4px;
  }
  .fire_page .fire_block .tt {
    margin-bottom: 15px;
  }
  .fire_page .fire_block .group__inner {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .fire_page .fire_block .group__inner .group__img {
    width: 365px;
    margin-top: 5px;
  }
  .fire_page .fire_block .group__inner .group__img img {
    width: 100%;
    height: auto;
  }
  .fire_page .fire_block .group__inner .group__ct {
    width: -webkit-calc(100% - 365px);
    width: -moz-calc(100% - 365px);
    width: calc(100% - 365px);
    padding-right: 40px;
  }
  .long_page .long_block:first-child {
    margin-bottom: 68px;
  }
  .long_page .long_block:not(last-child) {
    margin-bottom: 90px;
  }
  .long_page .long_block .long_col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 33px;
  }
  .long_page .long_block .long_col dl {
    width: 410px;
  }
  .long_page .long_block .long_col dl dt {
    font-size: 2rem;
    line-height: 31px;
    font-weight: bold;
    margin-bottom: 14px;
    letter-spacing: 1.5px;
  }
  .long_page .long_block .long_col dl dt span {
    color: #e20c0c;
  }
  .long_page .long_block .long_col dl dd {
    border: 1px solid #bdbdbd;
  }
  .long_page .long_block .long_col dl dd figure figcaption {
    font-size: 2rem;
    line-height: 31px;
    font-weight: bold;
    text-align: center;
    padding: 12.5px 30px;
  }
  .long_page .long_block .long_col dl dd figure figcaption span {
    color: #e20c0c;
  }
  .long_page .long_block .long_col dl dd figure figcaption .link {
    font-size: 2rem;
    line-height: 1;
    color: #e20c0c;
    font-weight: bold;
    margin-bottom: 12px;
    display: block;
    letter-spacing: 1px;
  }
  .long_page .long_block .long_col dl dd figure figcaption .link:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 13px;
    background: url("../common/images/arr_right_red.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 14px;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  }
  .long_page .long_block .long_col dl dd figure figcaption .link:hover:after {
    -webkit-transform: translateX(4px);
       -moz-transform: translateX(4px);
        -ms-transform: translateX(4px);
            transform: translateX(4px);
  }
  .long_page .long_block .long_col .spec {
    width: 396px;
    margin-top: 75px;
    position: relative;
  }
  .long_page .long_block .long_col .spec figure {
    width: 100%;
  }
  .long_page .long_block .long_col .spec figure img {
    width: 100%;
    height: auto;
  }
  .long_page .long_block .long_col .spec_ct {
    position: absolute;
    background: rgba(255, 255, 255, 0.88);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 83%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .long_page .long_block .long_col .spec_ct p {
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 24px;
    margin-bottom: 16px;
  }
  .long_page .long_block .long_col .spec_ct .spec_link {
    font-size: 2rem;
    line-height: 1;
    color: #e20c0c;
    font-weight: bold;
    margin-bottom: 22px;
    display: block;
    letter-spacing: 1px;
  }
  .long_page .long_block .long_col .spec_ct .spec_link:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 13px;
    background: url("../common/images/arr_right_red.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 14px;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  }
  .long_page .long_block .long_col .spec_ct .spec_link:hover:after {
    -webkit-transform: translateX(4px);
       -moz-transform: translateX(4px);
        -ms-transform: translateX(4px);
            transform: translateX(4px);
  }
  .long_page .long_block .long_col .spec_ct .btn_big {
    margin-bottom: 22px;
  }
  .long_page .long_block h4 {
    font-size: 2rem;
    line-height: 31px;
    margin-bottom: 22px;
    letter-spacing: 1.5px;
  }
  .long_page .long_block .gallery {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .long_page .long_block .gallery li {
    width: 274px;
    margin: 0 7.5px;
  }
  .long_page .long_block .gallery li figure figcaption {
    font-size: 1.6rem;
    line-height: 26px;
    margin-top: 10px;
    letter-spacing: 1px;
  }
  .long_page .long_block .group__inner {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .long_page .long_block .group__inner .group__img {
    width: 274px;
  }
  .long_page .long_block .group__inner .group__img img {
    width: 100%;
    height: auto;
  }
  .long_page .long_block .group__inner .group__ct {
    width: -webkit-calc(100% - 274px);
    width: -moz-calc(100% - 274px);
    width: calc(100% - 274px);
    padding-right: 80px;
  }
}

@media screen and (max-width: 768px) {
  .renewal {
    margin-bottom: 11.71875vw;
  }
  .renewal .product_cont {
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .renewal .block {
    -moz-border-radius: 2.08333vw;
         border-radius: 2.08333vw;
    -moz-box-shadow: 0 1px 0.52083vw 0 rgba(0, 0, 0, 0.16);
         box-shadow: 0 1px 0.52083vw 0 rgba(0, 0, 0, 0.16);
    overflow: hidden;
  }
  .renewal .block a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .renewal .block a .block_wrap {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 0 3.64583vw 0 4.94792vw;
    width: 50%;
  }
  .renewal .block a .block_wrap > figure {
    margin: 5.20833vw auto 0;
    text-align: center;
    width: 6.51042vw;
  }
  .renewal .block a .block_wrap > figure img {
    width: 100%;
  }
  .renewal .block a .block_wrap h3 {
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
    text-align: center;
    margin-top: 1.69271vw;
    margin-right: 2.34375vw;
    position: relative;
    white-space: nowrap;
  }
  .renewal .block a .block_wrap h3::after {
    content: "";
    position: absolute;
    width: 2.60417vw;
    height: 2.60417vw;
    right: -2.60417vw;
    top: 2.34375vw;
    -webkit-transform: rotateZ(45deg);
       -moz-transform: rotateZ(45deg);
        -ms-transform: rotate(45deg);
            transform: rotateZ(45deg);
  }
  .renewal .block a .block_wrap h3 em {
    display: block;
    font-size: 4.99349vw;
    font-weight: bold;
    font-style: normal;
  }
  .renewal .block a .block_wrap h3 span {
    display: block;
    font-size: 3.125vw;
  }
  .renewal .block a .block_wrap dl {
    width: 37.5vw;
    margin: 1.5625vw auto 0;
  }
  .renewal .block a .block_wrap dl dt {
    color: #fff;
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
    font-size: 2.86458vw;
    text-align: center;
    padding: 1.04167vw 0;
  }
  .renewal .block a .block_wrap dl dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.86458vw;
    text-align: center;
    line-height: 3.64583vw;
    margin-top: 2.86458vw;
    width: 37.5vw;
  }
  .renewal .block a figure {
    width: 50%;
  }
  .renewal .repair {
    background: #e2f5ff;
  }
  .renewal .repair h3::after {
    border-top: solid 0.52083vw #0b5cd6;
    border-right: solid 0.52083vw #0b5cd6;
  }
  .renewal .repair dl dt {
    background: #0b5cd6;
  }
  .renewal .repair dl dd {
    background: url(../images/repair_wrap_sp.png) no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    height: 14.0625vw;
  }
  .renewal .modify {
    background: #e0f7d3;
    margin-top: 4.94792vw;
  }
  .renewal .modify h3::after {
    border-top: solid 0.52083vw #52aa21;
    border-right: solid 0.52083vw #52aa21;
  }
  .renewal .modify dl dt {
    background: #52aa21;
  }
  .renewal .modify dl dd {
    background: url(../images/modify_wrap_sp.png) no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
    height: 10.67708vw;
  }
  .renewal_anchor {
    margin-bottom: 6.90104vw;
  }
  .renewal_anchor a {
    position: relative;
    width: 100%;
  }
  .renewal_anchor a:nth-child(1) {
    margin-bottom: 3.90625vw;
  }
  .renewal_anchor a.btn_big > span {
    font-size: 3.125vw;
    line-height: 1.4;
    width: 100%;
    display: block;
    text-align: left;
    padding: 1.95312vw 4.94792vw 1.95312vw 11.71875vw;
  }
  .renewal_anchor a.btn_big > span .big {
    display: block;
    font-size: 3.90625vw;
  }
  .renewal_anchor a.btn_big > span .number {
    width: 5.85938vw;
    height: 5.85938vw;
    background: #fff;
    color: #e20c0c;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    -moz-border-radius: 999px;
    border-radius: 999px;
    margin: auto 0;
    left: 2.60417vw;
  }
  .renewal_anchor a.btn_big > span::after {
    content: '';
    display: inline-block;
    width: 1.5625vw;
    height: 2.60417vw;
    background: url(../common/images/arr_right.png) no-repeat;
    -moz-background-size: 1.5625vw 2.60417vw;
    background-size: 1.5625vw 2.60417vw;
    margin-right: 1.95312vw;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 3.90625vw;
    z-index: 10;
  }
  .renewal .link_anchor {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: space-between;
    -moz-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
    margin-bottom: 5.20833vw;
  }
  .renewal .link_anchor .number {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #e20c0c;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 5.07812vw;
    font-weight: 600;
    width: 13.02083vw;
  }
  .renewal .link_anchor h3 {
    width: -webkit-calc(100% - 13.02083vw);
    width: -moz-calc(100% - 13.02083vw);
    width: calc(100% - 13.02083vw);
    background: #f2f2f2;
    font-size: 3.90625vw;
    font-weight: 700;
    color: #404040;
    padding: 1.95312vw 2.99479vw 1.95312vw;
    letter-spacing: 0.11719vw;
  }
  .renewal .link_anchor h3 span {
    display: block;
    font-size: 3.38542vw;
  }
  .renewal .aspect_block + .aspect_block {
    margin-top: 8.72396vw;
  }
  .renewal .aspect_block .aspect_ttl {
    font-size: 3.90625vw;
    font-weight: 400;
    margin-bottom: 5.46875vw;
    letter-spacing: 0.11719vw;
  }
  .renewal .aspect_block .aspect_ttl .red {
    font-weight: 700;
    color: #e20c0c;
  }
  .renewal .aspect_block .aspect_ttl .black {
    font-weight: 700;
  }
  .renewal .aspect_block .aspect_category .item {
    width: 100%;
  }
  .renewal .aspect_block .aspect_category .item + .item {
    margin-top: 5.85938vw;
  }
  .renewal .aspect_block .aspect_category .item > p {
    background: #f2f2f2;
    display: block;
    text-align: center;
    font-size: 3.38542vw;
    line-height: 1.625;
    font-weight: 700;
    margin-bottom: 3.90625vw;
  }
  .renewal .aspect_block .aspect_category .item > p a {
    display: block;
    padding: 3.25521vw 0;
  }
  .renewal .aspect_block .aspect_category .item > p span {
    font-size: 3.90625vw;
    display: block;
    line-height: 1.3;
    color: #e20c0c;
  }
  .renewal .aspect_block .aspect_category .item img {
    display: block;
    margin: 0 auto;
  }
  .renewal .aspect_block .txt p {
    line-height: 1.625;
  }
  .renewal .aspect_block .txt p .red {
    color: #e20c0c;
  }
  .renewal .aspect_block .txt p a {
    display: inline-block;
    color: #e20c0c;
    text-decoration: underline;
    padding-left: 3.90625vw;
  }
  .renewal .aspect_block .txt p a:before {
    content: '→';
    display: inline-block;
    color: #000;
    margin-left: -3.90625vw;
    margin-right: 1.30208vw;
  }
  .renewal .aspect_block .txt p + p {
    margin-top: 5.85938vw;
  }
  .renewal .aspect_block .aspect_des {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .renewal .aspect_block .aspect_des figure {
    width: 100%;
    text-align: center;
    margin-bottom: 5.20833vw;
  }
  .renewal .aspect_block .aspect_des.lst_type03 figure {
    padding: 3.25521vw 0;
  }
  .renewal .solar_des01 {
    margin-bottom: 5.20833vw;
  }
  .renewal .solar_des01 .item {
    position: relative;
    padding-right: 19.53125vw;
  }
  .renewal .solar_des01 .item + .item {
    margin-top: 5.85938vw;
  }
  .renewal .solar_des01 .item figure {
    margin-bottom: 3.90625vw;
  }
  .renewal .solar_des01 .item figure img {
    width: 100%;
  }
  .renewal .solar_des01 .item figure figcaption {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #d1d1d1;
    background: #fff;
    font-size: 3.38542vw;
    padding: 0 0.65104vw 0 1.69271vw;
    line-height: 1.25;
    height: 19.53125vw;
    width: 39.0625vw;
    position: absolute;
    right: 0;
    top: 19.53125vw;
    z-index: 10;
    letter-spacing: 0.11719vw;
  }
  .renewal .solar_des01 .item figure figcaption.red {
    background: #e20c0c;
    color: #fff;
    border-color: #e20c0c;
  }
  .renewal .solar_box_link {
    padding: 3.90625vw 0 3.90625vw 0;
    border: 1px solid #d1d1d1;
    margin-bottom: 8.72396vw;
    text-align: center;
  }
  .renewal .solar_box_link > p {
    letter-spacing: 0.11719vw;
    margin-bottom: 2.60417vw;
  }
  .renewal .solar_box_link .box_btn {
    width: 80%;
    margin-left: 10%;
  }
  .renewal .solar_des02 > h4 {
    line-height: 4.94792vw;
  }
  .renewal .solar_des02 > h3 {
    margin-bottom: 2.08333vw !important;
  }
  .renewal .solar_des02 ul {
    margin-bottom: 4.55729vw;
  }
  .renewal .solar_des02 ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3.125vw;
    position: relative;
  }
  .renewal .solar_des02 ul li img {
    width: 40vw;
  }
  .renewal .solar_des02 ul li:first-of-type::before {
    content: "";
    background: url(../images/solar/arrow.png) no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    width: 4.42708vw;
    height: 5.46875vw;
    bottom: -4.16667vw;
    left: 19.5%;
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
    transform: rotateZ(90deg);
    z-index: 1;
  }
  .renewal .solar_des02 ul li:last-of-type::before {
    content: "";
    background: url(../images/solar/arrow.png) no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    width: 4.42708vw;
    height: 5.46875vw;
    top: -4.16667vw;
    left: 19.5%;
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
    transform: rotateZ(90deg);
    z-index: 1;
  }
  .renewal .solar_des02 ul li p {
    margin-left: 3.64583vw;
    max-width: 366px;
  }
  .renewal .solar_des02 .txt p {
    letter-spacing: 0.11719vw;
  }
  .renewal .solar_des02 .txt .red {
    color: #e20c0c;
  }
  .renewal .solar_des03 {
    margin-bottom: 6.51042vw;
  }
  .renewal .solar_des03 figure {
    margin: 2.60417vw 0 3.90625vw;
  }
  p {
    font-size: 3.38542vw;
    line-height: 1.5;
    color: #000;
  }
  .notes {
    font-style: normal;
    display: block;
  }
  .notes em {
    font-style: normal;
  }
  .rain_tt {
    font-size: 4.42708vw;
    line-height: 1.5;
    margin-bottom: 6.51042vw;
    color: #000;
    font-weight: 400;
  }
  .rain_btn.btn.btn_white.link_left {
    margin: 7.8125vw auto 0;
    background: #f3f3f3 url("../images/partent_btn.png") repeat;
    -moz-background-size: 2px 2px;
         background-size: 2px 2px;
    border: 1px solid #bababa;
    position: relative;
  }
  .rain_btn.btn.btn_white.link_left span {
    display: block;
    font-size: 3.64583vw;
    line-height: 1;
    color: #e20c0c;
    font-weight: bold;
  }
  .rain_btn.btn.btn_white.link_left:before {
    width: 5.66406vw;
    height: 5.66406vw;
    background: url("../images/ic_btn.jpg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 3.90625vw;
  }
  .rain_btn.btn.btn_white.link_left:after {
    content: '';
    width: 100%;
    height: 0.65104vw;
    background: #d2d2d2;
    border: 1px solid #d2d2d2;
    position: absolute;
    bottom: -0.65104vw;
    left: 0;
  }
  .rain_page .col_block {
    counter-reset: number;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .rain_page .col_block li {
    width: 48%;
    margin-bottom: 3.90625vw;
  }
  .rain_page .col_block li h4 {
    font-size: 3.38542vw;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 1.30208vw;
  }
  .rain_page .col_block li .col_tt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1.30208vw;
    min-height: 18.22917vw;
  }
  .rain_page .col_block li .col_tt h4 {
    width: 70%;
  }
  .rain_page .col_block li .col_tt h4 span {
    font-size: 2.60417vw;
    line-height: 1.5;
    font-weight: 400;
    display: block;
  }
  .rain_page .col_block li .col_tt figure {
    width: 30%;
  }
  .rain_page .col_block li figure img {
    width: 100%;
    height: auto;
  }
  .rain_page .col_block-step {
    margin-bottom: 5.85938vw;
  }
  .rain_page .col_block-step li:before {
    counter-increment: number;
    content: "事例 " counter(number);
    width: 20.05208vw;
    height: 9.63542vw;
    background: #e20c0c;
    font-size: 3.38542vw;
    line-height: 1;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2.60417vw;
  }
  .rain_page .group__box {
    margin-top: 5.20833vw;
  }
  .rain_page .group__box .group__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .rain_page .group__box .group__inner .group__img {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .rain_page .group__box .group__inner .group__img figure {
    width: 48%;
    margin: 0;
  }
  .rain_page .group__box .group__inner .group__img figure img {
    width: 100%;
    height: auto;
  }
  .rain_page .group__box .group__inner .group__img figure figcaption {
    font-size: 3.38542vw;
    line-height: 1.5;
    font-weight: bold;
    color: #000;
  }
  .rain_page .group__box .group__inner .group__ct {
    padding: 0;
    width: 100%;
  }
  .typhoon_page .typhoon_tt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 9.11458vw;
  }
  .typhoon_page .typhoon_tt figure {
    width: 100%;
    margin-bottom: 5.20833vw;
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
  .typhoon_page .typhoon_tt figure img {
    width: 60%;
    height: auto;
  }
  .typhoon_page .typhoon_tt .typhoon_ct {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .typhoon_page .typhoon_tt .typhoon_ct .rain_tt {
    margin-bottom: 3.90625vw;
  }
  .typhoon_page .typhoon_block .group__box {
    margin-top: 5.20833vw;
  }
  .typhoon_page .typhoon_block .group__box .tt {
    margin-bottom: 5.20833vw;
  }
  .typhoon_page .typhoon_block .group__box .group__inner .group__img {
    width: 100%;
    text-align: center;
  }
  .typhoon_page .typhoon_block .group__box .group__inner .group__img img {
    width: 60%;
    height: auto;
  }
  .typhoon_page .typhoon_block .group__box .group__inner .group__ct {
    width: 100%;
  }
  .typhoon_page .typhoon_block .group__box dl + dl {
    margin-top: 6.51042vw;
  }
  .typhoon_page .typhoon_block .group__box dl dt {
    font-size: 3.38542vw;
    line-height: 1.5;
    color: #e20c0c;
    margin-bottom: 2.60417vw;
    font-weight: bold;
  }
  .typhoon_page .typhoon_block .group__box dl dd .typhoon_gallery {
    margin-top: 3.90625vw;
    margin-bottom: 0;
  }
  .typhoon_page .typhoon_block .group__box dl dd .typhoon_gallery li {
    width: 100%;
  }
  .typhoon_page .typhoon_block .group__box dl dd .typhoon_gallery li figure {
    width: 100%;
  }
  .typhoon_page .typhoon_block .group__box dl dd .typhoon_gallery li figure img {
    width: 100%;
    height: auto;
  }
  .typhoon_page .typhoon_block .group__box dl dd .typhoon_gallery li figure figcaption {
    font-size: 3.38542vw;
    line-height: 1.5;
    margin-top: 1.30208vw;
    font-weight: 400;
  }
  .typhoon_page .typhoon_block .group__box dl dd .typhoon_gallery li.sm {
    width: 50%;
  }
  .typhoon_page .typhoon_block .group__box dl dd .typhoon_img {
    margin-bottom: 5.20833vw;
  }
  .typhoon_page .typhoon_block .group__box .typhoon_btn {
    margin-top: 3.90625vw;
  }
  .heat_page .rain_tt {
    margin-bottom: 5.20833vw;
  }
  .heat_page .heat_img {
    margin-bottom: 5.20833vw;
  }
  .heat_page .heat_img img {
    width: 100%;
  }
  .heat_page .heat_img img + img {
    margin-top: 1.30208vw;
  }
  .heat_page .listNum {
    counter-reset: number;
    margin-bottom: 3.90625vw;
  }
  .heat_page .listNum li {
    font-size: 3.38542vw;
    line-height: 1.5;
    letter-spacing: 0.13021vw;
    padding-left: 5.20833vw;
    position: relative;
  }
  .heat_page .listNum li:before {
    counter-increment: number;
    content: counter(number) ". ";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  .fire_page .fire_block + .fire_block {
    margin-top: 6.51042vw;
  }
  .fire_page .fire_block .fire_col {
    margin-bottom: 5.20833vw;
  }
  .fire_page .fire_block .fire_col dl:not(last-child) {
    margin-top: 3.90625vw;
  }
  .fire_page .fire_block .fire_col dl dt {
    font-size: 3.90625vw;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 2.60417vw;
    letter-spacing: 0.19531vw;
  }
  .fire_page .fire_block .fire_col dl dt span {
    color: #e20c0c;
  }
  .fire_page .fire_block .fire_col dl dd {
    text-align: right;
  }
  .fire_page .fire_block .fire_col dl dd figure {
    border: 1px solid #bdbdbd;
  }
  .fire_page .fire_block .fire_col dl dd figure figcaption {
    font-size: 3.90625vw;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    padding: 5.20833vw;
  }
  .fire_page .fire_block .fire_col dl dd figure figcaption span {
    color: #e20c0c;
  }
  .fire_page .fire_block .fire_col dl dd a {
    display: inline-block;
    color: #e20c0c;
    font-size: 3.125vw;
    font-weight: bold;
    margin-top: 1.30208vw;
    position: relative;
    text-decoration: underline;
  }
  .fire_page .fire_block .fire_col dl dd a::before {
    content: "";
    position: absolute;
    border-top: solid 0.26042vw #e20c0c;
    border-right: solid 0.26042vw #e20c0c;
    left: -3.125vw;
    top: 50%;
    width: 1.30208vw;
    height: 1.30208vw;
    -webkit-transform: translateY(-50%) rotateZ(45deg);
       -moz-transform: translateY(-50%) rotateZ(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotateZ(45deg);
    margin: auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  .fire_page .fire_block p {
    letter-spacing: 0.13021vw;
  }
  .fire_page .fire_block p + p {
    margin-top: 3.38542vw;
  }
  .fire_page .fire_block p span {
    color: #e20c0c;
  }
  .fire_page .fire_block .listLink {
    margin-top: 3.90625vw;
  }
  .fire_page .fire_block .listLink li {
    padding-left: 4.6875vw;
    position: relative;
  }
  .fire_page .fire_block .listLink li a {
    font-size: 3.38542vw;
    line-height: 1.5;
    color: #e20c0c;
    border-bottom: 1px solid #e20c0c;
    letter-spacing: 0.19531vw;
  }
  .fire_page .fire_block .listLink li:before {
    content: '→';
    position: absolute;
    top: 0;
    left: 0.13021vw;
    color: #000;
    font-size: 3.38542vw;
    line-height: 1.5;
  }
  .long_page .long_block:first-child {
    margin-bottom: 8.85417vw;
  }
  .long_page .long_block:not(last-child) {
    margin-bottom: 11.71875vw;
  }
  .long_page .long_block .long_col {
    margin-bottom: 4.29688vw;
  }
  .long_page .long_block .long_col dl {
    margin-bottom: 3.90625vw;
  }
  .long_page .long_block .long_col dl dt {
    font-size: 3.90625vw;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 2.60417vw;
    letter-spacing: 0.19531vw;
  }
  .long_page .long_block .long_col dl dt span {
    color: #e20c0c;
  }
  .long_page .long_block .long_col dl dd {
    border: 1px solid #bdbdbd;
  }
  .long_page .long_block .long_col dl dd figure img {
    width: 100%;
  }
  .long_page .long_block .long_col dl dd figure figcaption {
    font-size: 3.90625vw;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    padding: 5.20833vw;
  }
  .long_page .long_block .long_col dl dd figure figcaption span {
    color: #e20c0c;
  }
  .long_page .long_block .long_col dl dd figure figcaption .link {
    font-size: 3.90625vw;
    line-height: 1;
    color: #e20c0c;
    font-weight: bold;
    margin-bottom: 5.20833vw;
    display: block;
    letter-spacing: 0.13021vw;
  }
  .long_page .long_block .long_col dl dd figure figcaption .link:after {
    content: '';
    display: inline-block;
    width: 1.5625vw;
    height: 2.53906vw;
    background: url("../common/images/arr_right_red.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 1.82292vw;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  }
  .long_page .long_block .long_col .spec {
    position: relative;
  }
  .long_page .long_block .long_col .spec figure {
    width: 100%;
  }
  .long_page .long_block .long_col .spec figure img {
    width: 100%;
    height: auto;
  }
  .long_page .long_block .long_col .spec_ct {
    position: absolute;
    background: rgba(255, 255, 255, 0.88);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 83%;
    height: auto;
    text-align: center;
    padding: 0 4.55729vw;
  }
  .long_page .long_block .long_col .spec_ct p {
    font-weight: bold;
    letter-spacing: 0.13021vw;
    margin-top: 4.6875vw;
    margin-bottom: 3.64583vw;
  }
  .long_page .long_block .long_col .spec_ct .spec_link {
    font-size: 3.90625vw;
    line-height: 1;
    color: #e20c0c;
    font-weight: bold;
    margin-bottom: 5.20833vw;
    display: block;
    letter-spacing: 0.13021vw;
  }
  .long_page .long_block .long_col .spec_ct .spec_link:after {
    content: '';
    display: inline-block;
    width: 1.5625vw;
    height: 2.53906vw;
    background: url("../common/images/arr_right_red.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 1.82292vw;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  }
  .long_page .long_block .long_col .spec_ct .btn_big {
    margin-bottom: 5.46875vw;
  }
  .long_page .long_block h4 {
    font-size: 3.90625vw;
    line-height: 1.5;
    margin-bottom: 2.86458vw;
    letter-spacing: 0.19531vw;
  }
  .long_page .long_block .gallery li figure figcaption {
    font-size: 3.38542vw;
    line-height: 1.5;
    margin-top: 1.95312vw;
    letter-spacing: 0.13021vw;
  }
}

/* ///////ここから倉庫改修//////// */
@media screen and (min-width: 769px), print {
  .repair_renovation .repair_ttl {
    background: #e2f5ff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 32px;
    padding: 27px 45px 15px;
    position: relative;
  }
  .repair_renovation .repair_ttl figure {
    margin-right: 24px;
  }
  .repair_renovation .repair_ttl h2 {
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
    font-weight: bold;
  }
  .repair_renovation .repair_ttl h2 span {
    color: #0b5cd6;
    font-size: 2.5rem;
    letter-spacing: 4px;
    display: block;
  }
  .repair_renovation .repair_ttl h2 em {
    color: #0d2548;
    font-size: 5rem;
    font-style: normal;
    display: block;
  }
  .repair_renovation .repair_ttl::before {
    content: "";
    position: absolute;
    background: url(../images/renuwal/repair/ttl_sub.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    bottom: 0;
    right: 0;
    width: 359px;
    height: 48px;
  }
  .repair_renovation .breadcrumb {
    margin-top: 20px;
    margin-bottom: 48px;
  }
  .lp_link-bnr {
    margin-bottom: 30px;
  }
  .lp_link-bnr a {
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
  }
  .lp_link-bnr a:hover {
    opacity: 0.7;
  }
  .lp_link-bnr img {
    width: 100%;
  }
  .flow__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flow__wrap h3 {
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
    font-weight: bold;
    font-size: 2rem;
  }
  .repir .flow__wrap .modal_item {
    color: #0b5cd6;
    font-size: 1.6rem;
    padding-right: 12px;
    position: relative;
  }
  .repir .flow__wrap .modal_item::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotateZ(45deg);
       -moz-transform: translateY(-50%) rotateZ(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotateZ(45deg);
    border-top: solid 2px #0b5cd6;
    border-right: solid 2px #0b5cd6;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
  }
  .repir .flow__wrap .modal_item:hover {
    text-decoration: underline;
  }
  .flow__wrap .modal_item:hover::after {
    -webkit-transform: translate(4px, -50%) rotateZ(45deg);
       -moz-transform: translate(4px, -50%) rotateZ(45deg);
        -ms-transform: translate(4px, -50%) rotate(45deg);
            transform: translate(4px, -50%) rotateZ(45deg);
  }
  .flow.repir ul {
    background: url(../images/renuwal/repair/flow_bg_pc.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
  .flow ul li {
    color: #fff;
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 135px;
    height: 102px;
    text-align: center;
  }
  .flow ul li:first-of-type {
    width: 156px;
  }
  .flow ul li:nth-of-type(2) {
    width: 144px;
  }
  .flow ul li:nth-of-type(5) {
    width: 142px;
  }
  .repair_page {
    margin-top: 60px;
  }
  .repair_page .repair_page_ttl {
    background: #f2f2f2;
    border-top: solid 4px #0b5cd6;
    color: #000;
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 21px 41px 19px;
  }
  .repair_page .repair_image {
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .repair_page .repair_image figure {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .repair_page .repair_image figure::before {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 42px;
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 1px;
    bottom: 10px;
    right: 9px;
  }
  .repair_page .repair_image .before::before {
    content: "Before";
    background: #fff;
    color: #0b5cd6;
  }
  .repair_page .repair_image .before::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    right: -39px;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-left: 20px solid #0b5cd6;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
  }
  .repair_page .repair_image .after::before {
    content: "After";
    background: #0b5cd6;
    color: #fff;
  }
  .repair_page p {
    font-size: 1.6rem;
    margin-top: 1em;
  }
  .repair_page .repair_lst {
    margin-top: 36px;
  }
  .repair_page .repair_lst ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .repair_page .repair_lst ul li {
    width: 200px;
  }
  .repair_page .repair_lst ul li:nth-of-type(n+5) {
    margin-top: 16px;
  }
  .repair_page .repair_lst ul li:last-of-type {
    display: block;
  }
  .repair_page .repair_lst .more {
    display: none;
    width: 208px;
    height: 48px;
    margin: 20px 0 0 auto;
  }
  .repair_page .repair_lst .more a {
    background: #fff;
    -moz-border-radius: 24px;
         border-radius: 24px;
    border: solid 1px #bebebe;
    color: #0b5cd6;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.6rem;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease .24s;
    -moz-transition: all ease .24s;
    transition: all ease .24s;
  }
  .repair_page .repair_lst .more a::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border-top: solid 2px #0b5cd6;
    border-right: solid 2px #0b5cd6;
    top: 50%;
    right: 18px;
    -webkit-transform: translateY(-50%) rotateZ(45deg);
       -moz-transform: translateY(-50%) rotateZ(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotateZ(45deg);
    -webkit-transition: all ease .24s;
    -moz-transition: all ease .24s;
    transition: all ease .24s;
  }
  .repair_page .repair_lst .more a:hover {
    background: #0b5cd6;
    border: solid 1px #0b5cd6;
    color: #fff;
  }
  .repair_page .repair_lst .more a:hover::after {
    border: solid 1px #0b5cd6;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: translateY(-50%) rotateZ(45deg);
       -moz-transform: translateY(-50%) rotateZ(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotateZ(45deg);
  }
  .floor {
    margin-bottom: 92px;
  }
  .block_popup .popup_overlay .popup_item > div::before, .block_popup .popup_overlay .popup_item > div::after {
    width: 40px;
    top: -24px;
  }
  .block_popup .popup_overlay .popup_item > div .video_wrap {
    display: none;
    position: relative;
    width: 66.66666vw;
  }
  .block_popup .popup_overlay .popup_item > div .video_wrap::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .block_popup .popup_overlay .popup_item > div .video_wrap iframe {
    position: absolute;
    border: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .repair_renovation .repair_ttl {
    background: #e2f5ff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4.6875vw 4.03646vw 3.125vw;
    position: relative;
  }
  .repair_renovation .repair_ttl figure {
    margin-right: 3.77604vw;
    width: 9.11458vw;
  }
  .repair_renovation .repair_ttl figure img {
    width: 100%;
  }
  .repair_renovation .repair_ttl h2 {
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
    font-weight: bold;
  }
  .repair_renovation .repair_ttl h2 span {
    color: #0b5cd6;
    font-size: 3.38542vw;
    letter-spacing: 0.52083vw;
    display: block;
  }
  .repair_renovation .repair_ttl h2 em {
    color: #0d2548;
    font-size: 6.51042vw;
    font-style: normal;
    display: block;
  }
  .repair_renovation .repair_ttl::before {
    content: "";
    position: absolute;
    background: url(../images/renuwal/repair/ttl_sub_sp.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    bottom: 0;
    right: 0;
    width: 37.76042vw;
    height: 6.25vw;
  }
  .repair_renovation .breadcrumb {
    margin-top: 2.60417vw;
    margin-bottom: 6.25vw;
  }
  .product_cont {
    width: 92.1875vw;
    margin: 0 auto;
  }
  .lp_link-bnr {
    margin-bottom: 5.20833vw;
  }
  .lp_link-bnr img {
    width: 100%;
  }
  .flow__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flow__wrap h3 {
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
    font-weight: bold;
    font-size: 4.16667vw;
  }
  .flow__wrap .modal_item {
    color: #0b5cd6;
    font-size: 3.125vw;
    padding-right: 2.60417vw;
    margin-right: 1.30208vw;
    position: relative;
  }
  .flow__wrap .modal_item::after {
    content: "";
    position: absolute;
    width: 1.5625vw;
    height: 1.5625vw;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotateZ(45deg);
       -moz-transform: translateY(-50%) rotateZ(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotateZ(45deg);
    border-top: solid 0.39063vw #0b5cd6;
    border-right: solid 0.39063vw #0b5cd6;
  }
  .flow ul {
    background: url(../images/renuwal/repair/flow_bg_sp.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3.64583vw;
  }
  .flow ul li {
    color: #fff;
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
    font-size: 2.60417vw;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 27.34375vw;
    height: 18.61979vw;
    line-height: 3.64583vw;
    text-align: center;
  }
  .flow ul li:nth-of-type(3n-2) {
    width: 31.25vw;
  }
  .flow ul li:nth-of-type(3n-1) {
    width: 30.59896vw;
  }
  .flow ul li:nth-of-type(n+4) {
    margin-top: 1.69271vw;
  }
  .repair_page {
    margin-top: 7.8125vw;
  }
  .repair_page .repair_page_ttl {
    background: #f2f2f2;
    border-top: solid 0.52083vw #0b5cd6;
    color: #000;
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
    font-size: 4.42708vw;
    font-weight: bold;
    padding: 2.86458vw 2.21354vw;
    letter-spacing: 0.19531vw;
  }
  .repair_page .repair_image {
    margin-top: 3.90625vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .repair_page .repair_image::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-left: 2.60417vw solid #0b5cd6;
    border-top: 2.08333vw solid transparent;
    border-bottom: 2.08333vw solid transparent;
  }
  .repair_page .repair_image figure {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 44.01042vw;
  }
  .repair_page .repair_image figure::before {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 10.9375vw;
    height: 4.6875vw;
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.73828vw;
    font-weight: 600;
    letter-spacing: 1px;
    bottom: 1.30208vw;
    right: 0.91146vw;
  }
  .repair_page .repair_image .before::before {
    content: "Before";
    background: #fff;
    color: #0b5cd6;
  }
  .repair_page .repair_image .after::before {
    content: "After";
    background: #0b5cd6;
    color: #fff;
  }
  .repair_page p {
    font-size: 3.38542vw;
    margin-top: 1em;
  }
  .repair_page .repair_lst {
    margin-top: 3.64583vw;
  }
  .repair_page .repair_lst ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .repair_page .repair_lst ul li {
    width: 21.875vw;
  }
  .repair_page .repair_lst ul li:nth-of-type(n+5) {
    margin-top: 1.69271vw;
  }
  .repair_page .repair_lst ul li:last-of-type {
    display: block;
  }
  .repair_page .repair_lst .more {
    display: none;
    width: 33.07292vw;
    height: 7.8125vw;
    margin: 2.60417vw 0 0 auto;
  }
  .repair_page .repair_lst .more a {
    background: #fff;
    -moz-border-radius: 3.90625vw;
         border-radius: 3.90625vw;
    border: solid 1px #bebebe;
    color: #0b5cd6;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.60417vw;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease .24s;
    -moz-transition: all ease .24s;
    transition: all ease .24s;
  }
  .repair_page .repair_lst .more a::after {
    content: "";
    position: absolute;
    width: 1.5625vw;
    height: 1.5625vw;
    border-top: solid 0.26042vw #0b5cd6;
    border-right: solid 0.26042vw #0b5cd6;
    top: 50%;
    right: 2.34375vw;
    -webkit-transform: translateY(-50%) rotateZ(45deg);
       -moz-transform: translateY(-50%) rotateZ(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotateZ(45deg);
    -webkit-transition: all ease .24s;
    -moz-transition: all ease .24s;
    transition: all ease .24s;
  }
  .floor {
    margin-bottom: 92px;
  }
}
/* --------------------- ここから改修設計・施工 ------------------------------ */
@media screen and (min-width: 769px), print {
  .renovation_design .repair_ttl {
    background: #e0f7d3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 32px;
    padding: 27px 45px 15px;
    position: relative;
  }
  .renovation_design .repair_ttl figure {
    margin-right: 24px;
  }
  .renovation_design .repair_ttl h2 {
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
    font-weight: bold;
  }
  .renovation_design .repair_ttl h2 span {
    color: #52aa21;
    font-size: 2.5rem;
    letter-spacing: 2.4px;
    display: block;
  }
  .renovation_design .repair_ttl h2 em {
    color: #264018;
    font-size: 5rem;
    font-style: normal;
    display: block;
  }
  .renovation_design .repair_ttl::before {
    content: "";
    position: absolute;
    background: url(../images/renuwal/renovation/ttl_sub.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    bottom: 0;
    right: 0;
    width: 359px;
    height: 48px;
  }
  .renovation_design .breadcrumb {
    margin-top: 20px;
    margin-bottom: 48px;
  }
  .flow__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flow__wrap h3 {
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
    font-weight: bold;
    font-size: 2rem;
  }
  .flow__wrap .modal_item {
    color: #52aa21;
    font-size: 1.6rem;
    padding-right: 12px;
    position: relative;
  }
  .flow__wrap .modal_item::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotateZ(45deg);
       -moz-transform: translateY(-50%) rotateZ(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotateZ(45deg);
    border-top: solid 2px #52aa21;
    border-right: solid 2px #52aa21;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
  }
  .flow__wrap .modal_item:hover {
    text-decoration: underline;
  }
  .flow__wrap .modal_item:hover::after {
    -webkit-transform: translate(4px, -50%) rotateZ(45deg);
       -moz-transform: translate(4px, -50%) rotateZ(45deg);
        -ms-transform: translate(4px, -50%) rotate(45deg);
            transform: translate(4px, -50%) rotateZ(45deg);
  }
  .flow ul {
    background: url(../images/renuwal/renovation/flow_bg_pc.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
  .flow ul li {
    color: #fff;
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 102px;
    text-align: center;
  }
  .flow ul li:first-of-type {
    width: 148px;
  }
  .flow ul li:nth-of-type(2) {
    width: 166px;
  }
  .flow ul li:nth-of-type(3) {
    width: 100px;
  }
  .flow ul li:nth-of-type(4) {
    width: 182px;
  }
  .flow ul li:nth-of-type(5) {
    width: 90px;
  }
  .flow ul li:nth-of-type(6) {
    width: 120px;
    margin-left: 32px;
  }
  .samples {
    margin-top: 72px;
  }
  .samples ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .samples ul li:nth-of-type(n+6) {
    margin-top: 13px;
  }
  .samples ul li:not(:nth-of-type(5n)) {
    margin-right: 10px;
  }
  .samples ul li a {
    display: block;
    -webkit-transition: all ease .24s;
    -moz-transition: all ease .24s;
    transition: all ease .24s;
  }
  .samples ul li a:hover {
    opacity: .7;
  }
  .samples ul li a dl {
    font-size: 1.2rem;
    margin-top: 7px;
  }
  .block {
    margin-top: 60px;
  }
  .block#example02 {
    margin-top: 84px;
  }
  .block:first-of-type {
    margin-top: 59px;
  }
  .block_ttl dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    position: relative;
  }
  .block_ttl dl dt {
    background: url(../images/renuwal/renovation/ttl_bg.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 190px;
    color: #fff;
    padding-left: 30px;
    padding-top: 13px;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
  }
  .block_ttl dl dt span {
    display: block;
    font-size: 1.65rem;
    font-family: "akrobat_regular";
    font-weight: normal;
    letter-spacing: 1px;
    width: 100%;
  }
  .block_ttl dl dt em {
    display: block;
    font-size: 1.98rem;
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
    font-style: normal;
    font-weight: bold;
    margin-top: -14px;
  }
  .block_ttl dl dd {
    background: #e0f7d3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 196px;
    font-size: 2rem;
    font-weight: normal;
    width: 100%;
  }
  .block_ttl dl dd .md {
    font-size: 2.4rem;
    margin: 0 12px;
  }
  .block_ttl dl dd .dr {
    line-height: 26px;
    font-size: 2.2rem;
    padding-bottom: 5px;
  }
  .block_ttl dl dd span {
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: left;
  }
  .block_ttl dl dd span:nth-of-type(2) {
    color: #52aa21;
    position: relative;
  }
  .block_ttl dl dd span:nth-of-type(2)::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #52aa21;
    bottom: 0;
    left: 0;
  }
  .block_ttl dl dd span:nth-of-type(2)::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #52aa21;
    bottom: -3px;
    left: 0;
  }
  .block_wrap {
    margin-top: 20px;
    position: relative;
  }
  .block_wrap .about {
    position: absolute;
    width: 300px;
    left: 0;
    top: 197px;
    font-size: 1.6rem;
  }
  .block_wrap .about h3 {
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
    font-weight: bold;
  }
  .block_wrap .about h3 span {
    color: #52aa21;
    display: block;
    font-size: 2rem;
  }
  .block_wrap .about h3 em {
    font-size: 2.4rem;
    font-style: normal;
    margin-top: 4px;
    display: block;
  }
  .block_wrap .about h3 em small {
    font-family: 'ヒラギノ角ゴ Pro W3';
    font-size: 1.6rem;
    font-weight: normal;
    margin-left: 12px;
  }
  .block_wrap .about ul {
    margin-top: 19px;
  }
  .block_wrap .about ul li {
    line-height: 26px;
    text-indent: -5em;
    margin-left: 5em;
  }
  .block_wrap .about p {
    margin-top: 18px;
    line-height: 26px;
  }
  .block_wrap .about .feature {
    margin-top: 1px;
  }
  .block_wrap .about .feature dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 26px;
  }
  .block_wrap .about .feature dl dt {
    width: 4em;
  }
  .block_wrap .about .feature dl dd {
    width: -webkit-calc(100% - 4em);
    width: -moz-calc(100% - 4em);
    width: calc(100% - 4em);
  }
  .block_wrap .about .feature dl dd p {
    text-indent: -1em;
    margin-left: 1em;
    margin-top: 0;
  }
  .block_wrap .about .feature dl dd p .nowrap {
    white-space: nowrap;
  }
  .block_wrap .about .feature .ml dt {
    width: 5.5em;
  }
  .block_wrap .about .feature .ml dd p {
    text-indent: -1.5em;
    margin-left: 1.5em;
  }
  .block_wrap .about .feature .ml dd p.smt {
    text-indent: 0;
    margin-left: 0;
  }
  .block_wrap .about .bnr_dannetsu {
    margin-top: 12px;
    overflow: hidden;
  }
  .block_wrap .about .bnr_dannetsu a {
    display: block;
    -webkit-transition: opacity ease .3s;
    -moz-transition: opacity ease .3s;
    transition: opacity ease .3s;
  }
  .block_wrap .about .bnr_dannetsu a:hover {
    opacity: .7;
  }
  .block_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .block_top .before {
    width: 300px;
    position: relative;
  }
  .block_top .before::before {
    content: "Before";
    background: #fff;
    color: #52aa21;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    position: absolute;
    letter-spacing: .5px;
    width: 93px;
    height: 32px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 6px;
    left: 6px;
  }
  .block_top .before::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 11px solid #52aa21;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 73px;
    right: -22px;
  }
  .block_top .after {
    width: 520px;
    position: relative;
  }
  .block_top .after::before {
    content: "After";
    background: #52aa21;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: .5px;
    position: absolute;
    width: 93px;
    height: 32px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 6px;
    left: 6px;
  }
  .block_bottom {
    width: 520px;
    margin: 30px 0 0 auto;
  }
  .block_bottom ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block_bottom ul li {
    width: 163px;
    height: 91px;
    overflow: hidden;
  }
  .block_bottom ul li:nth-of-type(n+4) {
    margin-top: 15px;
  }
  .block_bottom .blueprint {
    border: solid 10px #f2f2f2;
    margin-top: 30px;
    text-align: center;
  }
  .block_bottom .blueprint .modal_item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 177px;
  }
  .block_bottom .blueprint .modal_item::before {
    top: 9px;
    right: 10px;
  }
  .block_bottom .blueprint .modal_item picture {
    width: 100%;
  }
  .block_bottom .modal_item {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
  }
  .block_bottom .modal_item::before {
    content: "";
    background: url(../images/renuwal/renovation/zoom.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    width: 31px;
    height: 31px;
    top: 3px;
    right: 4px;
  }
  .block_bottom .modal_item img {
    max-width: 100%;
    max-height: 100%;
  }
  .block_bottom .video {
    position: relative;
  }
  .block_bottom .video::before {
    content: "";
    position: absolute;
    background: url(../images/renuwal/renovation/icon_video.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 31px;
    height: 31px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .block_popup .popup_overlay .popup_item > div::before, .block_popup .popup_overlay .popup_item > div::after {
    width: 40px;
    top: -24px;
  }
  .block_popup .popup_overlay .popup_item > div .video_wrap {
    display: none;
    position: relative;
    width: 66.66666vw;
  }
  .block_popup .popup_overlay .popup_item > div .video_wrap::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .block_popup .popup_overlay .popup_item > div .video_wrap iframe {
    position: absolute;
    border: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .footer {
    margin-top: 100px;
  }
  #example01 .about {
    width: 332px;
  }
}

@media screen and (max-width: 768px) {
  .renovation_design .repair_ttl {
    background: #e0f7d3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4.6875vw 4.03646vw 3.125vw;
    position: relative;
  }
  .renovation_design .repair_ttl figure {
    margin-right: 3.77604vw;
    width: 7.8125vw;
  }
  .renovation_design .repair_ttl figure img {
    width: 100%;
  }
  .renovation_design .repair_ttl h2 {
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
    font-weight: bold;
  }
  .renovation_design .repair_ttl h2 span {
    color: #52aa21;
    font-size: 3.38542vw;
    letter-spacing: 0.52083vw;
    display: block;
  }
  .renovation_design .repair_ttl h2 em {
    color: #264018;
    font-size: 6.51042vw;
    font-style: normal;
    display: block;
  }
  .renovation_design .repair_ttl::before {
    content: "";
    position: absolute;
    background: url(../images/renuwal/renovation/ttl_sub_sp.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    bottom: 0;
    right: 0;
    width: 37.76042vw;
    height: 6.25vw;
  }
  .renovation_design .breadcrumb {
    margin-top: 2.60417vw;
    margin-bottom: 6.25vw;
  }
  .product_cont {
    margin: 0 auto;
    width: 92.1875vw;
  }
  .flow__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flow__wrap h3 {
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
    font-weight: bold;
    font-size: 4.16667vw;
  }
  .flow__wrap .modal_item {
    color: #52aa21;
    font-size: 3.125vw;
    padding-right: 2.60417vw;
    margin-right: 1.30208vw;
    position: relative;
  }
  .flow__wrap .modal_item::after {
    content: "";
    position: absolute;
    width: 1.5625vw;
    height: 1.5625vw;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotateZ(45deg);
       -moz-transform: translateY(-50%) rotateZ(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotateZ(45deg);
    border-top: solid 0.39062vw #52aa21;
    border-right: solid 0.39062vw #52aa21;
  }
  .flow ul {
    background: url(../images/renuwal/renovation/flow_bg_sp.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3.64583vw;
  }
  .flow ul li {
    color: #fff;
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
    font-size: 2.60417vw;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 18.61979vw;
    line-height: 3.64583vw;
    text-align: center;
  }
  .flow ul li:nth-of-type(3n-2) {
    width: 29.94792vw;
  }
  .flow ul li:nth-of-type(3n-1) {
    width: 33.20312vw;
  }
  .flow ul li:nth-of-type(3n) {
    width: 24.73958vw;
  }
  .flow ul li:nth-of-type(n+4) {
    margin-top: 1.69271vw;
  }
  .samples {
    margin-top: 7.8125vw;
  }
  .samples ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .samples ul li {
    width: 44.79167vw;
  }
  .samples ul li:nth-of-type(n+3) {
    margin-top: 3.125vw;
  }
  .samples ul li a {
    display: block;
  }
  .samples ul li a dl {
    font-size: 2.60417vw;
    margin-top: 1.04167vw;
  }
  .block {
    margin-top: 7.8125vw;
  }
  .block:first-of-type {
    margin-top: 7.8125vw;
  }
  .block_ttl dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 15.625vw;
    position: relative;
  }
  .block_ttl dl dt {
    background: url(../images/renuwal/renovation/ttl_bg_sp.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 19.53125vw;
    color: #fff;
    padding-left: 1.82292vw;
    padding-top: 3.38542vw;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
  }
  .block_ttl dl dt span {
    display: block;
    font-size: 2.60417vw;
    font-family: "akrobat_regular";
    font-weight: normal;
    letter-spacing: 0.15625vw;
    width: 100%;
  }
  .block_ttl dl dt em {
    display: block;
    font-size: 3.125vw;
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
    font-style: normal;
    font-weight: bold;
    margin-top: -3.90625vw;
  }
  .block_ttl dl .pt {
    padding-top: 1.30208vw;
  }
  .block_ttl dl .pt .dr {
    margin-top: 0;
    line-height: 3.90625vw;
    padding-bottom: 0.65104vw;
  }
  .block_ttl dl dd {
    background: #e0f7d3;
    padding-left: 23.17708vw;
    padding-top: 2.34375vw;
    font-size: 2.60417vw;
    font-weight: normal;
    letter-spacing: 0.13021vw;
    line-height: 4.6875vw;
    width: 100%;
  }
  .block_ttl dl dd .dr {
    font-size: 3.125vw;
  }
  .block_ttl dl dd .md {
    margin: 0 0 0 1.5625vw;
    display: inline-block;
    font-size: 2.60417vw;
  }
  .block_ttl dl dd span {
    display: block;
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
    font-size: 4.16667vw;
    font-weight: bold;
    margin-top: 0.52083vw;
  }
  .block_ttl dl dd span:nth-of-type(2) {
    color: #52aa21;
    position: relative;
    display: inline-block;
    padding-bottom: 0.52083vw;
  }
  .block_ttl dl dd span:nth-of-type(2)::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.39062vw;
    background: #52aa21;
    bottom: -0.26042vw;
    left: 0;
  }
  .block_ttl dl dd span:nth-of-type(2)::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.13021vw;
    background: #52aa21;
    bottom: -0.91146vw;
    left: 0;
  }
  .block_wrap {
    margin-top: 4.55729vw;
    position: relative;
  }
  .block_wrap .about {
    font-size: 2.08333vw;
    letter-spacing: 0.13021vw;
  }
  .block_wrap .about h3 {
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
    font-weight: bold;
  }
  .block_wrap .about h3 span {
    color: #52aa21;
    display: block;
    font-size: 3.125vw;
  }
  .block_wrap .about h3 em {
    font-size: 3.64583vw;
    font-style: normal;
    margin-top: -0.13021vw;
    display: block;
  }
  .block_wrap .about h3 em small {
    font-size: 3.125vw;
    font-weight: normal;
    margin-left: 1.04167vw;
  }
  .block_wrap .about ul {
    margin-top: 2.73438vw;
  }
  .block_wrap .about ul li {
    line-height: 5.20833vw;
    font-size: 3.125vw;
  }
  .block_wrap .about p {
    margin-top: 2.08333vw;
    line-height: 5.20833vw;
    font-size: 3.125vw;
  }
  .block_wrap .about .feature dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 5.20833vw;
    font-size: 3.125vw;
  }
  .block_wrap .about .feature dl dt {
    width: 5.3em;
  }
  .block_wrap .about .feature dl dd {
    width: -webkit-calc(100% - 6em);
    width: -moz-calc(100% - 6em);
    width: calc(100% - 6em);
  }
  .block_wrap .about .feature dl dd p {
    text-indent: -1.5em;
    margin-left: 1.5em;
    margin-top: 0;
  }
  .block_wrap .about .feature dl dd p.smt {
    text-indent: 0;
    margin-left: 0;
  }
  .block_wrap .about .bnr_dannetsu {
    margin-top: 4.16667vw;
    overflow: hidden;
  }
  .block_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 6.90104vw;
  }
  .block_top .before {
    width: 32.55208vw;
    position: relative;
  }
  .block_top .before::before {
    content: "Before";
    background: #fff;
    color: #52aa21;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.73177vw;
    font-weight: bold;
    position: absolute;
    width: 10.02604vw;
    height: 3.51562vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0.65104vw;
    left: 0.65104vw;
  }
  .block_top .before::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 1.43229vw solid #52aa21;
    border-top: 1.30208vw solid transparent;
    border-bottom: 1.30208vw solid transparent;
    top: 7.68229vw;
    right: -2.34375vw;
  }
  .block_top .after {
    width: 56.38021vw;
    position: relative;
  }
  .block_top .after::before {
    content: "After";
    background: #52aa21;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.73177vw;
    font-weight: bold;
    position: absolute;
    width: 10.02604vw;
    height: 3.51562vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0.65104vw;
    left: 0.65104vw;
  }
  .block_bottom {
    margin-top: 2.60417vw;
    border-top: solid 1px #e3e3e3;
    padding-top: 2.60417vw;
  }
  .block_bottom ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block_bottom ul li {
    width: 28.90625vw;
    height: 16.14583vw;
    overflow: hidden;
  }
  .block_bottom ul li:nth-of-type(n+4) {
    margin-top: 2.60417vw;
  }
  .block_bottom .blueprint {
    border: solid 1.82292vw #f2f2f2;
    margin-top: 4.16667vw;
    text-align: center;
  }
  .block_bottom .blueprint .modal_item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 45.57292vw;
    overflow: hidden;
  }
  .block_bottom .blueprint .modal_item::before {
    top: 1.82292vw;
    right: 1.82292vw;
  }
  .block_bottom .blueprint .modal_item picture {
    display: block;
    height: 100%;
    overflow: hidden;
  }
  .block_bottom .blueprint .modal_item img {
    max-width: 100%;
    height: 100%;
  }
  .block_bottom .modal_item {
    position: relative;
    display: block;
    width: 100%;
  }
  .block_bottom .modal_item::before {
    content: "";
    background: url(../images/renuwal/renovation/zoom_sp.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    width: 5.46875vw;
    height: 5.46875vw;
    top: 0.78125vw;
    right: 0.78125vw;
  }
  .block_bottom .modal_item img {
    max-width: 100%;
    max-height: 100%;
  }
  .block_bottom .video {
    position: relative;
  }
  .block_bottom .video::before {
    content: "";
    position: absolute;
    background: url(../images/renuwal/renovation/icon_video.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 4.03646vw;
    height: 4.03646vw;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .block_popup .popup_overlay .popup_item > div::before, .block_popup .popup_overlay .popup_item > div::after {
    width: 10.41667vw;
    top: -4.16667vw;
  }
  .block_popup .popup_overlay .popup_item > div .video_wrap {
    display: none;
    position: relative;
    width: 92.1875vw;
  }
  .block_popup .popup_overlay .popup_item > div .video_wrap::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .block_popup .popup_overlay .popup_item > div .video_wrap iframe {
    position: absolute;
    border: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .footer {
    margin-top: 100px;
  }
}
