@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;
  }
}
