.container {
    display: block;
    max-width: 1080px;
    width: 94%;
}
.indent-container {
    display: block;
    max-width: 1050px;
    width: 95%;
    margin: 0 auto;
}
.ft_shopmain {
    display: none;
}
article {
    margin-bottom: 0;
}
* {
    box-sizing: border-box;
    color: #3f3f3f;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
img {
    max-width: 100%;
    margin: 0 auto;
}
.concerns_header {
    background: transparent;
    padding: 17px 0;
    text-align: center;
    display: block;
    border-top: 6px solid #0da7e8;
    height: auto;
}
.concerns-main {
    background: url(/common/images/lp/concerns/main_back.jpg) top center no-repeat;
    text-align: center;
    border-bottom: solid 6px #00a3e7;
    padding: 78px 0;
}
.main-title img {
    margin: 0 auto;
}
.main_concerns_sec {
    background: url(/common/images/lp/concerns/main_anchor_bg.jpg) no-repeat;
    border-bottom: solid 6px #00a3e7;
    margin: 0 0 35px 0;
}
.main_concernsList {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
    justify-content: space-between;
    gap: 25px;
}
.main_concernsList li {
    width: 31.7%;
    border: 2px solid #0ea7e8;
    border-radius: 6px;
    box-shadow: 4px 5px 11px -3px rgba(0, 0, 0, 0.5);
}
.main_concernsList a {
    display: flex;
    align-items: center;
    padding: 15px 15px 15px;
    justify-content: flex-start;
    width: 100%;
    background: #fff;
    border-radius: 6px;
    box-sizing: border-box;
    gap: 10px;
}
.main_concerns_icn {
    width: 70px;
    text-align: center;
}
.main_concerns_text {
    color: #00a3e5;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 550;
}
.concerns_normalText {
    font-size: 18px;
    line-height: 1.7;
}
.title-area {
    background: #0da7e8;
    width: 100%;
    padding: 17px 2%;
    margin: 20px 0 27px;
}    
.title-area h2 {
    color: #fff;
    font-size: 24px;
}
.sec-ttlarea {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}
.sec-ttlarea_center .sec-ttl {
    padding-top: 10px;
}
.sec-ttlarea figure {
    width: 70px;
}
.sec-ttlabout {
    width: 91%;
}
.sec-ttlabout .sec-ttl {
    color: #0ca5e5;
    font-size: 26px;
    display: inline;
    background: linear-gradient(to bottom, transparent 65%, #ffff00 47%, #ffff00 100%, transparent 100%);
    font-weight: 400;
    line-height: 1.5;
}
.sec-ttlabout .sec_cmntext {
    margin: 10px 0 0 0;
    font-size: 18px;
    line-height: 1.65;
}
.concerns_cmnbox {
    border: 1px solid #d9d9d9;
    margin: 20px 0 30px;
    border-radius: 7px;
    padding: 25px 20px;
}
.concerns_cmnbox_wrap {
    display: flex;
    justify-content: space-between;
}
.concerns_cmnboxttl {
    padding: 0 0 10px 0;
    color: #0ca6e7;
    font-size: 21px;
    font-weight: 600;
}
.concerns_cmnboxtext {
    font-size: 18px;
    line-height: 1.65;
}
.concerns_cmnboxtext02 {
    padding: 0 0 10px;
}
.concerns_textred {
    color: #d80000;
}
.concerns_textblue {
    color: #0ca6e7;
}
.box_paddingLR {
    padding-left: 40px;
    padding-right: 40px;
}
.box_paddingLR02 {
    padding-left: 20px;
    padding-right: 20px;
}
.concernsbox_Rightsec {
    padding: 10px 20px 0 0;
}
#prepare {
    margin-top: 45px 0 50px;
}
#prepare .sec-ttlarea {
    padding-left: 15px;
}
.concerns_troublefig {
    padding: 20px 0 50px;
}
.trouble_notewrap {
    background: #f9f8df;
    padding: 25px 30px 10px;
    margin: 20px 0 0;
    border-radius: 5px;
}
.trouble_notewrapFlex {
    display: flex;
    justify-content: space-between;
}
.trouble_noteTtl {
    color: #00a3e5;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.trouble_noteDetail {
    max-width: 450px;
    width: 100%;
}
.trouble_noteText {
    font-size: 18px;
    line-height: 1.65;
}
.battery_exchangelist {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0;
    flex-wrap: wrap;
}
.battery_exchangelist li {
    width: 33.2%;
}
.battery_exchangelist li span {
    background: #00a3e5;
    color: #fff;
    display: flex;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 0 0 20px;
    font-weight: bold;
    font-size: 17px;
}
.exhcange_batterufig {
    height: 330px;
}
.exhcange_batterytext {
    font-size: 17px;
    line-height: 1.65;
    padding: 25px 0 0 20px;
}
.trouble_notelist li {
    position: relative;
    padding: 0 0 5px 0;
}
.trouble_notelist li::before {
    content: url(/common/images/lp/concerns/note_listicn.png);
    margin: 0 15px 0 0;
}
.concerns_Rowsec02 {
    margin: 60px 0 0;
}
.concernsbox_Leftsec02 {
    width: 500px;
}
.concerns_remoteList {
    padding: 20px 0 0 20px;
}
.concerns_remoteList li {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    margin: 0 0 40px 0;
    align-items: center;
}
.concerns_remoteList .concerns_remotenum {
    background: #00a3e5;
    color: #fff;
    display: flex;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.concerns_remoteText a {
    color: #00a3e5;
    font-size: 18px;
    text-decoration: underline;
    line-height: 1.65;
}
.shutter_work {
    background: url(/common/images/lp/concerns/trouble_fig01.png) no-repeat top 35px right 70px;
    padding: 20px 15px 30px;
}
.concernsbox_remoteTtlsec {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
    margin: 0 0 15px 0;
}
.concernsbox_remoteTtl_num {
    background: #00a3e5;
    color: #fff;
    display: flex;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.concernsbox_remoteTtl {
    color: #0ca6e7;
    font-size: 22px;
    font-weight: 600;
}
.concernsbox_Leftsec03 {
    max-width: 667px;
    width: 100%;
}
.concerns_soudanBtn {
    text-align: center;
    margin: 35px 0 20px;
}
.concerns_soudanBtn a {
    background: #666666;
    padding: 7px 40px;
    border-radius: 5px;
    color: #fff;
}
.concerns_soudanBtn a:hover {
    opacity: 0.8;
}
.typhoon_list {
    border: 1px solid #d9d9d9;
    border-radius: 7px;
    padding: 0 20px;
    margin: 20px 0;
}
.typhoon_list li {
    border-bottom: 1px solid #d9d9d9;
    padding: 15px 0;
    color: #3f3f3f;
    font-size: 18px;
    position: relative;
}
.typhoon_list li::before {
    content: "";
    background: url(/common/images/lp/concerns/prepare_checkicn.png);
    position: absolute;
    width: 32px;
    height: 24px;
}
.typhoon_list li:last-child {
    border-bottom: none;
}
.typhoon_checktext {
    margin: 0 25px 0 42px;
    display: block;
    line-height: 1.5;
}
.typhoon_checkFig {
    text-align: center;
    margin: 20px 0 10px;
}
.typhoon_shuttersec {
    padding: 0 10px 20px;
}
.typhoon_shuttersec .typhoon_shutterTtl {
    color: #0ca5e5;
    font-size: 26px;
    padding: 0 0 30px 0;
}
.typhoon_shutterwrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.typhoon_shutterwrap .typhoon_shutterfig {
    width: 100%;
    max-width: 580px;
}
.typhoon_shutterwrap .typhoon_shutterDetail {
    width: 100%;
    max-width: 393px;
}
.typhoon_shutterwrap .typhoon_shutterText {
    line-height: 1.7;
    font-size: 17px;
    color: #3f3f3f;
}
.typhoon_shutterwrap .typhoon_shutterText a {
    color: #0ca5e5;
    text-decoration: underline;
}
.typhoon_rowBox {
    border: 1px solid #d9d9d9;
    border-radius: 7px;
    padding: 25px 20px;
    margin: 20px 0 30px;
}
.typhoon_rowtext {
    font-size: 18px;
    padding: 0 0 15px 15px;
    line-height: 1.5;
}
.typhoon_noticeList li {
    font-size: 18px;
    line-height: 2;
    color: #d91313;
    font-weight: 600;
    position: relative;
    padding: 0 0 5px 45px;
}
.typhoon_noticeList li::before {
    content: "";
    background: url(/common/images/lp/concerns/p_noteicn.png);
    width: 30px;
    height: 27px;
    position: absolute;
    left: 0;
}
.typhoon_confirmList {
    padding: 0 60px;
    list-style: disc;
    font-size: 18px;
    line-height: 1.7;
}
.disaster_box {
    border: 1px solid #d9d9d9;
    border-radius: 7px;
    padding: 45px 60px;
    margin: 30px 0 50px 0;
}
.disa_boxitem_ttl {
    color: #0ca5e5;
    font-size: 22px;
    padding: 0 0 10px 0;
}
.disa_boxitem_text {
    font-size: 18px;
    line-height: 1.5;
}
.disaster_boxitem {
    margin: 0 0 20px 0;
}
.disaster_boxwrap {
    background: #f3f3f3;
    margin: 0 0 10px;
    padding: 13px;
}
.disaster_boxwrap_text {
    font-size: 18px;
    line-height: 1.5;
}
.disaster_boxwrap_text a {
    color: #0ca5e5;
    text-decoration: underline;
}
.operate_box {
    border: 1px solid #d9d9d9;
    border-radius: 7px;
    padding: 25px 55px;
    margin: 30px 0;
}
.o_positionTtl {
    color: #0ca5e5;
    font-size: 22px;
    font-weight: bold;
    padding: 0 0 10px 0;
}
.o_positionTxt {
    font-size: 18px;
    line-height: 1.5;
}
.o_operationWrap {
    border-top: 1px solid #bbbbbb;
    margin: 35px 0 0;
}
.o_operationWrap li {
    display: flex;
    justify-content: space-between;
    padding: 35px 0 0 0;
}
.o_operation_details {
    width: 100%;
    max-width: 565px;
    display: flex;
    justify-content: space-between;
}
.o_operation_details span {
    background: #00a3e5;
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
}
.o_operationWrap li .o_positionTxt {
    max-width: 521px;
    width: 100%;
}
.o_operation_fig {
    width: 100%;
    max-width: 360px;
}
.disaster_restoration {
    background: #f9f8df;
    padding: 35px;
}
.restoration_wrap {
    display: flex;
    justify-content: space-between;
}
.restoration_ttl01 {
    color: #d80000;
    font-size: 30px;
    line-height: 1.5;
    font-weight: bold;
}
.restoration_ttl02 {
    color: #0ca5e5;
    font-size: 30px;
    font-weight: bold;
    padding: 10px 0 20px;
}
.restoration_details {
    width: 100%;
    max-width: 665px;
}
.restoration_fig {
    width: 100%;
    max-width: 260px;
}
.resotration_text {
    font-size: 18px;
    line-height: 1.65;
}
.resotration_text02 {
    font-size: 14px;
    line-height: 1.65;
    padding: 25px 0;
}
.resotration_text03 {
    text-align: center;
    font-weight: bold;
    color: #676759;
    font-size: 20px;
    letter-spacing: -2px;
}
.restoration_formBtn a {
    text-align: center;
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 25px auto 0;
    background: #686859;
    padding: 15px 0;
    font-size: 20px;
    font-weight: bold;
    border-radius: 8px;
    color: #fff;
    position: relative;
}
.restoration_formBtn a::after {
    content: "";
    position: absolute;
    background: url(/common/images/lp/concerns/r_arw.png) no-repeat;
    width: 12px;
    height: 18px;
    right: 20px;
}
.restoration_formBtn a:hover {
    opacity: 0.8;
}
#daily {
    margin: 55px 0 80px;
}
.inspection_box {
    border: 1px solid #d9d9d9;
    border-radius: 7px;
    padding: 25px 30px;
    margin: 20px 0 35px;
}
.inspectionitem_ttl {
    color: #0ca5e5;
    font-size: 20px;
}
.inspectioncheck_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inspectioncheck_list li {
    border: 1px solid #cdcdcd;
    width: 23%;
    margin: 22px 0 0;
}
.inspectioncheck_list .inspectioncheck_frow {
    padding: 12px;
    height: 180px;
}
.inspectioncheck_text {
    font-size: 22px;
    padding: 15px 10px;
    line-height: 1.5;
}
.inspectioncheck_text span {
    background: linear-gradient(to bottom, transparent 49%, #ffff00 36%, #ffff00 100%, transparent 100%);
}
.inspectioncheck_srow {
    background: #f3f3f3;
    padding: 12px 20px; 
    height: 200px;
}
.inspectioncheck_srow .inspect_srowTtl {
    text-align: center;
    color: #0ca5e5;
}
.inspectioncheck_srow .inspectioncheck_text02 {
    font-size: 17px;
    line-height: 1.7;
    padding: 10px 0 0;
}
.inspection_method {
    padding: 0 15px;
}
.inspectionmethod_ttl {
    color: #0ca5e5;
    font-size: 22px;
}
.inspection_method .method_text {
    font-size: 18px;
    line-height: 1.5;
    padding: 10px 0 20px;
}
.inspection_method .method_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.method_list .method_item {
    width: 49%;
    text-align: center;
}
.method_itemText {
    color: #d80000;
    font-size: 18px;
    text-align: left;
    line-height: 1.7;
}
.inspection_method .method_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0 20px 0;
}
.maintenance_recomend {
    margin: 0 0 50px 0;
}
.maintenance_ttl {
    color: #0da7e8;
    font-weight: bold;
    font-size: 30px;
}
.maintenance_text01 {
    font-size: 26px;
    padding: 10px 0;
    line-height: 1.5;
    font-weight: 600;
}
.maintenance_text02 {
    font-size: 19px;
    line-height: 1.7;
}
.cleaningNote {
    background: #f9f8df;
    padding: 25px 35px;
    margin: 10px 0 20px;
}
.cleaningNote_ttl {
    color: #0ca5e5;
    font-size: 22px;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.cleaningNote_List li {
    position: relative;
    font-size: 18px;
    padding: 10px 0 0 30px;
    line-height: 1.6;
}
.cleaningNote_List li::after {
    content: "";
    position: absolute;
    background: url("/common/images/lp/concerns/note_listicn.png") no-repeat;
    width: 16px;
    height: 15px;
    left: 0;
    top: 16px;
}
.cleaningBox {
    border: 1px solid #d9d9d9;
    border-radius: 7px;
    padding: 30px 40px;
    margin: 20px 0 0;
}
.cleaningBox_ttl {
    color: #0ca5e5;
    font-size: 22px;
    padding: 0 0 20px 0;
}
.cleaningBox_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cleaningBox_lsec {
    width: 48%;
}
.cleaningBox_Rsec {
    width: 48%;
}
.cleaningBox_text {
    font-size: 19px;
    line-height: 1.7;
}
.cleaningBox_fig {
    text-align: right;
    padding: 0 0 30px;
}
.cleaningBox_Rsec .cleaningBox_fig {
    margin-right: 30px;
}
#repair {
    margin: 80px 0 0 0;
}
.repair_box {
    border: 1px solid #d9d9d9;
    border-radius: 7px;
    padding: 18px 30px 20px;
    margin: 15px 0 40px;
}
.repair_text {
    font-size: 18px;
    line-height: 1.7;
}
.solve_ttl {
    text-align: center;
}
.solve_ttl span {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #00a4e5;
    position: relative;
    padding: 18px 0 0 0;
    display: inline-block;
    font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
}
.solve_ttl span::before {
    content: "";
    position: absolute;
    background: url(/common/images/lp/concerns/ttl_bg02.png) no-repeat;
    width: 32px;
    height: 68px;
    top: 0;
    left: -55px;
}
.solve_ttl span::after {
    content: "";
    position: absolute;
    background: url(/common/images/lp/concerns/ttl_bg01.png) no-repeat;
    width: 32px;
    height: 68px;
    top: 0;
    right: -55px;
}
.solve_formBtn {
    text-align: center;
    margin: 25px 0 20px;
}
.shutter_introttl {
    background: #00a3e8;
    text-align: center;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 100;
    padding: 25px 0;
    margin: 70px 0 30px;
}
.shutter_introText {
    text-align: center;
    color: #444444;
    font-size: 20px;
    font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
}
#shutter_introsec .shutter_introlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#shutter_introsec .shutter_introlist li {
    width: 24%;
    margin: 30px 0 0;
}
#shutter_soudan {
    background: #f8f8f8;
    text-align: center;
    padding: 30px 0;
    margin: 71px 0 0 0;
}
.shutter_catname {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    flex-wrap: wrap;
    font-size: 18px;
    height: 80px;
    line-height: 1.4;
    position: relative;
    color: #000;
    font-weight: bold;
}
.shutter_catname span {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.footer_nav_bottom-parent {
    margin: 0;
    width: 100%;
    background-color: #D7D3CE;
}
.footer_nav_bottom {
    border-top: none;
}

@media only screen and (max-width: 980px) {
    .main-title {
        width: 80%;
        margin: 0 auto;
    }
    .concerns-main {
        background: url(/common/images/lp/concerns/main_back_sp.jpg) no-repeat;
        background-position: center;
        background-size: cover;
    }
    .main_concernsList li {
        width: 48%;
    }
    .shutter_work {
        background: url(/common/images/lp/concerns/trouble_fig01.png) no-repeat top 35px right 20px;
        padding: 20px 15px 0;
        background-size: 350px;
    }
    .typhoon_shutterwrap .typhoon_shutterfig {
        max-width: 100%;
        text-align: center;
    }
    .typhoon_shutterwrap .typhoon_shutterDetail {
        max-width: 100%;
        margin: 20px 0;
    }
    .o_operationWrap li {
        flex-wrap: wrap;
    }
    .o_operation_details {
        max-width: 100%;
        justify-content: flex-start;
        gap: 20px;
        margin: 0 0 20px 0;
    }
    .o_operation_fig {
        max-width: 100%;
        text-align: center;
    }
    .inspectioncheck_list {
        justify-content: flex-start;
        gap: 3.3%;
    }
    .inspectioncheck_list li {
        width: 31%;
    }
    .footer_nav_bottom {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .pc {
        display: none!important;
    }
    .sp {
        display: block!important;
    }
    .indent-container {
        width: 90%;
    }
    .main_concerns_sec {
        margin: 0 0 15px 0;
    }
    .main_concernsList {
        gap: 20px;
        padding: 20px 0;
    }
    .main_concernsList li {
        width: 100%;
    }
    .main_concerns_text {
        font-size: 18px;
    }
    .concerns_normalText {
        font-size: 16px;
    }
    .title-area {
        padding: 17px 4%;
    }
    .title-area h2 {
        font-size: 20px;
        line-height: 1.5;
    }
    .sec-ttlarea figure {
        width: 40px;
    }
    .sec-ttlabout .sec-ttl {
        font-size: 20px;
    }
    .sec-ttlabout .sec_cmntext {
        font-size: 16px;
    }
    .concerns_cmnbox {
        padding: 20px;
    }
    .concerns_cmnbox_wrap {
        flex-wrap: wrap;
    }
    .concernsbox_Rightsec03 {
        text-align: center;
        width: 100%;
        margin: 15px 0 0;
    }
    .box_paddingLR02 {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .concerns_cmnboxttl {
        font-size: 18px;
        line-height: 1.5;
    }
    .concerns_cmnboxtext {
        font-size: 16px;
    }
    .concernsbox_Rightsec {
        margin: 0 auto;
    }
    .trouble_notewrapFlex {
        flex-wrap: wrap;
    }
    .trouble_notewrap {
        padding: 20px;
        margin: 0;
    }
    .trouble_noteTtl {
        font-size: 18px;
    }
    .trouble_noteText {
        font-size: 16px;
    }
    .trouble_notelist li {
        padding: 0 0 5px 30px;
    }
    .trouble_notelist li::before {
        content: "";
        background: url(/common/images/lp/concerns/note_listicn.png);
        width: 16px;
        height: 15px;
        position: absolute;
        left: 0;
        top: 8px;
    }
    .battery_exchangelist li {
        width: 100%;
        margin: 0 0 40px 0;
    }
    .exhcange_batterytext {
        font-size: 16px;
        padding: 0;
    }
    .exhcange_batterufig {
        height: auto;
        margin: 0 0 20px 0;
    }
    .concerns_remoteList {
        padding: 0;
    }
    .concerns_remoteList li {
        margin: 0 0 20px 0;
        align-items: flex-start;
    }
    .concerns_remoteText a {
        font-size: 16px;
    }
    .shutter_work {
        background: url(/common/images/lp/concerns/trouble_fig01.png) no-repeat bottom 20px right 20px;
        padding-bottom: 150px;
        background-size: 220px;
    }
    .concerns_remoteList .concerns_remotenum {
        width: 30px;
        height: 30px;
    }
    .concerns_remoteList .concerns_remoteText {
        width: 80%;
    }
    .concernsbox_remoteTtlsec {
        gap: 10px;
        align-items: flex-start;
    }
    .concernsbox_remoteTtl_num {
        width: 30px;
        height: 30px;
    }
    .concernsbox_remoteTtl {
        font-size: 18px;
        line-height: 1.5;
        width: 86%;
    }
    .typhoon_checktext {
        margin: 0 0 0 42px;
    }
    .typhoon_shuttersec .typhoon_shutterTtl {
        font-size: 19px;
    }
    .typhoon_noticeList li {
        font-size: 16px;
    }
    .typhoon_noticeList li::before {
        background-size: 25px;
        background-repeat: no-repeat;
        top: 10px;
    }
    .typhoon_confirmList {
        padding: 0 20px;
    }
    .disaster_box {
        padding: 25px;
    }
    .disa_boxitem_ttl {
        font-size: 20px;
        line-height: 1.5;
    }
    .disa_boxitem_text,
    .disaster_boxwrap_text {
        font-size: 16px;
    }
    .operate_box {
        padding: 25px;
    }
    .o_positionTtl {
        font-size: 20px;
    }
    .o_positionTxt {
        font-size: 16px;
    }
    .o_operationWrap li .o_positionTxt {
        max-width: 80%;
    }
    .disaster_restoration {
        padding: 25px;
    }
    .restoration_wrap {
        flex-wrap: wrap;
    }
    .restoration_ttl01 {
        font-size: 24px;
    }
    .restoration_ttl02 {
        font-size: 20px;
        line-height: 1.5;
    }
    .resotration_text {
        font-size: 16px;
    }
    .restoration_fig {
        max-width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .resotration_text03 {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 1.5;
    }
    .inspection_box {
        padding: 25px;
    }
    .inspectioncheck_list li {
        width: 100%;
    }
    .inspectioncheck_list .inspectioncheck_frow {
        padding: 12px;
        height: auto;
    }
    .inspectioncheck_text {
        font-size: 20px;
    }
    .inspectioncheck_text br {
        display: none;
    }
    .inspectioncheck_srow {
        height: auto;
    }
    .inspectionmethod_ttl {
        font-size: 20px;
        line-height: 1.5;
    }
    .method_list .method_item {
        width: 100%;
    }
    .maintenance_ttl {
        font-size: 22px;
        line-height: 1.5;
    }
    .maintenance_text01 {
        font-size: 20px;
    }
    .maintenance_text02 {
        font-size: 16px;
        line-height: 1.7;
    }
    .cleaningNote {
        padding: 25px;
    }
    .cleaningNote_ttl {
        font-size: 20px;
    }
    .cleaningNote_List li {
        font-size: 16px;
    }
    .cleaningBox {
        padding: 25px;
    }
    .cleaningBox_ttl {
        font-size: 19px;
        line-height: 1.5;
    }
    .cleaningBox_lsec,
    .cleaningBox_Rsec {
        width: 100%;
    }
    .cleaningBox_fig {
        text-align: center;
        padding: 0 0 15px;
    }
    .cleaningBox_text {
        font-size: 17px;
        margin: 0 0 20px 0;
    }
    .cleaningBox_Rsec .cleaningBox_fig {
        margin-right: 0;
    }
    #daily {
        margin: 50px 0;
    }
    #repair {
        margin: 50px 0 0 0;
    }
    .repair_text {
        font-size: 16px;
    }
    .solve_ttl span {
        font-size: 20px;
    }
    .solve_ttl span::before {
        top: -5px;
        left: -30px;
    }
    .solve_ttl span::after {
        top: -5px;
        right: -30px;
    }
    .shutter_introttl {
        font-size: 1.5rem;
        margin: 40px 0 30px;
    }
    .shutter_introText {
        font-size: 18px;
        line-height: 1.5;
    }
    #shutter_introsec .shutter_introlist li {
        width: 47%;
        margin: 20px 0 0;
    }
}    
