@media print,
screen and (max-width : 750px) {
    #for_pc {
        display: none !important;
    }

    #for_sp {
        display: block !important;
        background: #F5F7F8;
        margin: 10px;
    }

    body {
        margin: 0;
        background: url(../images/bg_contents_base.jpg) top left no-repeat #2183BE;
        background-attachment: fixed;
        color: #404040;
        height: 100%;
        font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    }

    ul li {
        list-style: none;
    }

    /******************トップページ******************/
    header {
        width: 100%;
        min-height: 90px;
    }

    header .hdr_inner .hdr_logo {
        float: left;
        width: 210px;
        padding: 10px 5%;
    }

    /*　ハンバーガーメニュー　*/
    .hamburger {
        display: block;
        position: absolute;
        z-index: 3;
        right: 5%;
        top: 26px;
        width: 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 25px;
        height: 1px;
        left: 6px;
        background: #111;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        top: 10px;
    }

    .hamburger span:nth-child(2) {
        top: 18px;
    }

    /* ナビ開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
        top: 16px;
        left: 6px;
        background: #fff;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .hamburger.active span:nth-child(2) {
        top: 16px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    nav.globalMenuSp {
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        color: #fff;
        background: rgba(0, 0, 0, 0.8);
        text-align: center;
        visibility: hidden;
        width: 100%;
        opacity: 0;
        transition: opacity .6s ease, visibility .6s ease;
    }

    nav.globalMenuSp ul {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    nav.globalMenuSp ul li {
        list-style-type: none;
        padding: 0;
        width: 100%;
        transition: .4s all;
        border-bottom: 0.05px solid rgba(255, 255, 255, 0.6)
    }

    nav.globalMenuSp ul li:last-child {
        padding-bottom: 0;
        background-color: rgba(33, 131, 190, 0.8);
    }

    nav.globalMenuSp ul li a {
        display: block;
        color: #fff;
        padding: 4% 0;
        font-weight: bold;
        text-decoration: none;
    }

    nav.globalMenuSp ul li .last_span {
        color: #fff;
    }

    nav.globalMenuSp ul li a span {
        font-size: 3vw;
        color: #2183BE;
        font-weight: normal;
    }

    /* このクラスを、jQueryで付与・削除する */
    nav.globalMenuSp.active {
        opacity: 100;
        visibility: visible;
    }

    #header .open {
        display: block !important;
    }

    .fixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }

    #header #sp_nav li {
        width: 88%;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        background: #666;
        padding: 8px 6% 8px 6%;
        margin-bottom: 1%;
    }

    #header #sp_nav li:last-child {
        margin-bottom: 0;
    }

    #header #sp_nav li span {
        color: #ef6a16;
        font-size: 10px;
        font-weight: normal;
        display: inline-block;
        margin-left: 10px;
    }

    #header #sp_nav li p {
        border-bottom: #fff 1px dotted;
        padding-bottom: 5px;
        margin: 5px 0;
    }

    #header #sp_nav li a {
        float: left;
        width: 50%;
        color: #fff;
        font-size: 13px;
        background: url(../Images/common/arrow_white_s.png) left center no-repeat;
        background-size: 6px;
        display: block;
        box-sizing: border-box;
        padding: 2% 2% 2% 4%;
    }

    #header #sp_nav li.nav01 a {
        float: none;
        font-size: 16px;
        background: none;
        padding: 0;
    }

    #header #sp_nav li.nav02 {
        background: #0a7ece;
    }

    #contents {
        width: 100%;
        padding: 50px 3% 50px;
        box-sizing: border-box;
    }

    #top h1.keyimg {
        margin-bottom: 30px;
    }

    .main {
        margin-bottom: 50px;
    }

    .toph3 {
        display: block;
        margin-bottom: 30px;
    }

    .toph3 img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .top-movie {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }

    .top-movie video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    ul.anchor {
        display: flex;
        flex-direction: column;
        margin-top: 30px;
    }

    ul.anchor a {
        padding: 7px 0;
        color: #4594BA;
        background: #FFF;
        display: block;
        width: 100%;
        font-size: 17px;
        text-decoration: none;

    }

    ul.anchor li {
        margin: 0 2px;
        padding: 0;
        text-align: center;
        border: 1px solid #E3E3E3;
        width: 95%;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    ul.anchor li.diagnosisList {
        margin: 0 2px;
        padding: 0;
        text-align: center;
        border: 1px solid #b0cedd;
        width: 95%;
        margin: 0 auto;
    }

    ul.anchor li.allow {
        border: none;
    }

    ul.anchor li.diagnosisList a {
        padding: 7px 0;
        color: #2f4856;
        background: #EFF7FA;
        display: block;
        width: 100%;
        font-size: 17px;
        text-decoration: none;
    }

    ul.anchor li.diagnosisList p {
        margin-bottom: 0px;
        background-color: #EFF7FA;
    }

    h4 {
        margin-bottom: 15px;
        height: 30px;
        background: url(../images/ti_h3.gif) no-repeat left center;
        border-bottom: 1px solid #E3E3E3;
        font-size: 13px;
        font-weight: bold;
        clear: both;
        margin-top: 15px;
        padding-top: 8px;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 15px;
    }

    section.main h4.ikuriah4 {
        margin-bottom: 15px;
        background: url(../images/ti_h3.gif) no-repeat left center;
        border-bottom: 1px solid #E3E3E3;
        height: fit-content;
        font-size: 13px;
        font-weight: bold;
        clear: both;
        margin-top: 15px;
        padding-top: 8px;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 15px;
    }

    h4.sp_service {
        padding: 5px 5px 5px 30px;
        margin-bottom: 20px;
        border: 1px solid #DEDEDE;
        background: url(../images/ti_h3_study.jpg) repeat-y top left;
        line-height: 1.8;
        height: auto;
        font-weight: bold;
    }

    .servicebox h4.sp_service {
        padding: 5px 5px 5px 30px;
        margin-bottom: 20px;
        border: 1px solid #DEDEDE;
        background: url(../images/ti_h3_study.jpg) repeat-y top left;
        line-height: 1.8;
        height: auto;
        font-weight: bold;
    }

    .servicebox img {
        display: block;
        margin-top: 10px;
        float: right;

    }

    .servicebox_naka p {
        padding: 10px;
    }

    #for_sp .service_l {
        width: 300px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    #for_sp .service_r {
        width: 300px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    #for_sp .servicebox_naka {
        display: flex;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-right-color: #CCC;
        border-bottom-color: #CCC;
        border-left-color: #CCC;
        background-color: #FFF;
        padding: 7px;
    }

    .maincontents img.sec_img {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .frbox260 img.sec_img {
        display: block;
        margin: 0 auto;
        margin-top: 10px;
    }

    .banner img.sec_img {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .maincontents p {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .maincontents h4 {
        font-size: 13px;
        font-weight: bold;
    }

    .maincontents h5 {
        margin-bottom: 15px;
        padding: 0 0 0 5px;
        border-bottom: 1px dashed #1875B3;
        font-size: 13px;
        font-weight: bold;
        clear: both;
    }

    #for_sp .btnmore .btn_allergy a {
        display: block;
        background-image: url(../images/bg_btn_01.jpg);
        background-repeat: no-repeat;
        text-indent: -9999px;
        outline: none;
        width: 305px;
        height: 110px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    #for_sp .btnmore .btn_treatment a {
        display: block;
        background-image: url(../images/bg_btn_02.jpg);
        background-repeat: no-repeat;
        text-indent: -9999px;
        outline: none;
        width: 305px;
        height: 110px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    #for_sp .btnmore .btn_ecology a {
        display: block;
        background-image: url(../images/bg_btn_03.jpg);
        background-repeat: no-repeat;
        text-indent: -9999px;
        outline: none;
        width: 305px;
        height: 110px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .whtBoxB_sp {
        background-color: #FAFAFA;
        margin-bottom: 15px;
        padding: 10px 10px 0 7px;
        border: 1px solid #E3E3E3;
    }

    .whtBoxB_sp .list_square_sp li {
        background: url(../images/list_square.gif) no-repeat left 5px;
        padding: 4px 0 0 20px;
        margin-bottom: 5px;

    }

    #for_sp .btn_Laku a {
        display: block;
        width: 237px;
        margin: 0 auto;
        margin-top: 20px;
        background: url(../images/bg_btn_aku.gif) no-repeat 0px 0px;
        text-indent: -9999px;
        outline: none;
    }

    #for_sp section.main ol {
        padding-left: 4%;
    }

    .top_solutionttl {
        padding-bottom: 20px;
        text-align: center;
        clear: both;
        font-size: 16px;
        font-weight: bold;
        color: #2183BE;
    }

    .virus_solution {
        display: flex;
        text-align: center;
        justify-content: space-between;
        padding-bottom: 20px;
    }

    .virus_solution:last-child {
        padding-bottom: 0;
    }

    .solution p {
        padding-top: 10px;
    }

    .solution img {
        width: 50%;
    }

    .red {
        color: red;
    }

    .topsitaimg_l_naka {
        height: 180px;
        padding: 10px;
        overflow: auto;
        border: 1px solid #ccc;
    }

    .topsitaimg_r_naka {
        height: 180px;
        padding: 10px;
        overflow: auto;
        overflow: auto;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-right-color: #CCC;
        border-bottom-color: #CCC;
        border-left-color: #CCC;
        background-image: url(../images/topimg_service_naka.gif);
        background-repeat: no-repeat;
        background-position: left bottom;
    }

    .topsitaimg_r_naka ul {
        margin-left: 80px;
        padding: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .topsitaimg_r_naka li {
        background-image: url(../images/list_triangle.gif);
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 10px;
    }

    .ttl_h4 {
        margin-bottom: 15px;
        height: auto;
        background: url(../images/ti_h3.gif) no-repeat left center;
        border-bottom: 1px solid #E3E3E3;
        font-size: 13px;
        font-weight: bold;
        clear: both;
        margin-top: 15px;
        padding-top: 8px;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 15px;
    }

    .ttl_h4 span {
        color: #2183BE;
    }

    .imamura_shop {
        border-top-color: #CCC;
        border-top-width: 1px;
        border-top-style: solid;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-right-color: #CCC;
        border-bottom-color: #CCC;
        border-left-color: #CCC;
        background-color: #FFF;
        padding: 12px;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .imamura_shop a {
        color: #033988;
        font-weight: bold;
        background-color: #F5F7F8;
        padding: 8px 20px;
        float: right;
    }

    .navigationArea {
        background: #E3E8EB;
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
    }

    .navigationArea .banner {
        /*margin-bottom: 20px;*/
        display: block;
        display: block;
        margin: 0 auto 20px;
    }

    .r_qr {
        background-color: #FFF;
        padding: 10px;
        border-top-width: 1px;
        border-top-style: dashed;
        border-top-color: #5496B6;
        border-bottom-width: 3px;
        border-bottom-style: solid;
        border-bottom-color: #5496B6;
        margin: 0 auto 20px;
        width: 160px;
    }

    .r_qr img {
        margin-bottom: 0px;
    }

    .r_qr_desc {
        color: #1D3B71;
        font-weight: bold;
    }

    .qr_img {
        display: flex;
    }

    .imamura_sns {
        display: flex;
        justify-content: space-between;
    }

    .imamura_sns img {
        margin: 0;
    }

    .insta {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #page_top a,
    .pagetop a {
        display: block;
        width: 72px;
        height: 14px;
        background: url(../images/bg_page_top.gif) no-repeat 0px 0px;
        outline: none;
        line-height: 1;
        margin: 0 auto;
    }

    footer {
        width: 100%;

    }

    .ftr_address {
        margin: 0 auto;
        padding: 20px;
        border-top: 1px solid #B7B7B7;
        text-align: center;
    }

    .companyName {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #333;
        text-decoration: none;
        display: block;
    }

    .mainOffice {
        font-weight: bold;
    }

    .footnavi {
        padding: 20px 20px 60px 20px;

    }

    .footnavi td {
        background-image: url(../images/foot_sankaku.gif);
        background-repeat: no-repeat;
        background-position: left center;
        padding: 5px 20px 5px 20px;
    }

    #contact_btn_sp {
        display: block;
        position: fixed;
        bottom: 0px;
        padding: 5px 15px 5px 5px;
        z-index: 1;
    }

    #contact_btn_sp a {
        display: block;
    }

    #contact_btn_sp img {
        width: 100%;
    }

    .topsitaimg_l_naka dt {
        border-bottom: dashed 0.5px;
    }

    .topsitaimg_l_naka dd {
        margin-bottom: 10px;
    }



    /******************トップページ end******************/

    /******************サイドバー追加******************/

    #for_sp #service .Snavi_service01 a {
        background-position: right top;
    }

    #for_sp .subNavi .Snavi_service01 a {
        display: block;
        background-image: url(../images/bg_navi_service.gif);
        background-repeat: no-repeat;
        height: 28px;
        text-indent: -9999px;
        /* outline: none; */
        width: 180px;
    }

    #for_sp ul.servicenavi {
        width: 54%;
        display: block;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    #for_sp .subNavi ul li {
        list-style: none;
    }

    #for_sp .subNavi li a {
        display: block;
    }

    #for_sp .subNavi {
        font-size: 15px;

    }

    #for_sp #service .Snavi_service01 a {
        background-position: right top;
    }

    #for_sp .navi1-1 a,
    .navi1-2 a,
    .navi2-1 a,
    .navi2-2 a,
    .navi2-3 a,
    .navi3-1 a {
        background-image: url(../images/right_li_sankaku.gif);
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 17px;
        background-color: #E3E8EB;
    }

    #for_sp .navi1-1 a,
    .navi1-2 a,
    .navi2-1 a,
    .navi2-2 a,
    .navi2-3 a,
    .navi3-1 a {
        text-decoration: none;
        color: #4685A4;
        /* color: #2C5E76; */
    }

    #for_sp .navi1 a,
    .navi2 a,
    .navi3 a,
    .navi4 a,
    .navi5 a,
    .navi6 a,
    .navi1 a,
    .navi7 a {
        background-color: #FFF;
        padding-left: 8px;
        margin-top: 3px;
    }

    #for_sp .navi1 a,
    .navi2 a,
    .navi3 a,
    .navi4 a,
    .navi5 a,
    .navi6 a,
    .navi1 a,
    .navi7 a {
        text-decoration: none;
        color: #4685A4;
        /* color: #2C5E76; */
    }

    #for_sp #ventilation .navi2 a,
    #construction .navi1 a,
    #diagnosis .navi5 a,
    #security .navi3 a,
    #guarantee .navi3 a,
    #flow .navi4 a,
    #reform .navi6 a {
        background-color: #CDD7DC;
    }

    #for_sp .frbox260 img {
        padding: 4px;
        border: 1px solid #E3E3E3;
        display: block;
        margin: 0 auto;
        margin-top: 15px;

    }

    #for_sp .flbox260 img {
        padding: 4px;
        border: 1px solid #E3E3E3;
        display: block;
        margin: 0 auto;
        margin-top: 15px
    }


    /******************プライバシー******************/
    .privacy_list {
        padding-left: 16px;
    }

    .privacy_list li {
        font-weight: bold;
        margin-bottom: 20px;
    }

    .list_square li {
        background: url(../images/list_square.gif) no-repeat left 5px;
        padding: 4px 0 0 20px;
        margin-bottom: 5px;
        font-weight: normal;
    }

    .right {
        text-align: right;
    }

    .sitemapBox li {
        background-image: url(../images/list_triangle.gif);
        background-repeat: no-repeat;
        background-position: 0 7px;
        margin-left: 10px;
        padding: 0 0 0 15px;
    }

    .sitemapBox li a,
    .linkttl {
        text-decoration: none;
        color: #4685A4;
    }

    /******************お客様の声******************/
    .voice img {
        width: 100%;
    }

    /******************インドネシア バリ ウブドゥにて******************/
    .mt-image-left {
        margin-bottom: 20px;
    }


    /******************採用情報******************/
    .recruit_tb table,
    .history_tb table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 20px;
        border-top: 3px solid #B0CEDD;
        border-bottom: 3px solid #B0CEDD;
    }

    .recruit_tb table th,
    .history_tb table th {
        width: 70px;
        padding: 10px 15px 10px 0;
        border-bottom: 1px dashed #C2CDD3;
        border-right: 2px solid #C2CDD3;
        text-align: right;
        font-weight: bold;
    }

    .recruit_tb table td,
    .history_tb table td {
        border-bottom: 1px dashed #C2CDD3;
        padding: 7px 0 7px 15px;
    }

    /******************沿革******************/
    h3 img {
        border: 1px solid #E3E3E3;
    }

    .cbox {
        background: url(../images/img_history_sp.jpg) center no-repeat;
        padding: 10px;
    }

    .flbox144 {
        text-align: center;
    }

    .flbox144 dd {
        color: #111;
        padding-bottom: 20px;
    }

    .flbox410 p {
        color: #111;
    }

    .width_limit {
        width: 86px;
    }

    h5 {
        margin-bottom: 15px;
        padding: 0 0 0 5px;
        border-bottom: 1px dashed #1875B3;
        font-size: 13px;
        font-weight: bold;
        clear: both;
    }

    .whtBox {
        background-color: #FAFAFA;
        margin-bottom: 20px;
        padding: 5px 15px 15px 15px;
    }

    .list_wsquare {
        width: 100%;
        line-height: 2.1;
    }

    .list_wsquare li {
        background: url(../images/list_wsquare.gif) no-repeat center left;
        padding: 4px 0 0 20px;
        float: left;
        display: block;
        width: 98%;
        border-bottom: 1px dashed #C2CDD3;
    }

    .list_square li {
        background: url(../images/list_square.gif) no-repeat left 5px;
        padding: 4px 0 0 20px;
        margin-bottom: 5px;
    }


    /******************FAQ******************/

    .faqAnchor li {
        padding: 7px 0 7px 20px;
        background: url(../images/faq_q02.jpg) no-repeat left center;
        border-bottom: 1px dashed #DDD;
        line-height: normal;
    }

    .faqAnchor li a,
    .privacy_link {
        text-decoration: none;
        color: #4685A4;
    }

    .faqBox {
        background: #FCFCFC;
        border: 1px solid #E3E3E3;
        padding: 10px;
        clear: both;
    }

    .icon_q {
        float: left;
        width: 14px;
        height: 27px;
        background: url(../images/faq_q.jpg) no-repeat 0 0;
        line-height: 1;
        text-indent: -9999px;
    }

    .faq_q {
        float: right;
        width: 92%;
        padding-bottom: 5px;
        margin-bottom: 10px;
        border-bottom: 1px dashed #228BC3;
        font-weight: bold;
    }

    .icon_a {
        float: left;
        width: 15px;
        height: 29px;
        background: url(../images/faq_a.jpg) no-repeat 0 3px;
        text-indent: -9999px;
    }

    .faq_details {
        width: auto;
        float: right;
        margin-top: 15px;
    }

    .faq_a {
        float: right;
        width: 92%;
    }

    .faq_details a {
        display: block;
        width: 120px;
        height: 21px;
        background-image: url(../images/bg_btn_details.gif);
        background-repeat: no-repeat;
        background-position: 0 0;
        text-indent: -9999px;
        outline: none;
    }

    .faqBox img {
        padding: 4px;
        margin: 0;
        border: 1px solid #DDD;
    }

    .faqBox h6 {
        font-weight: bold;
        margin-top: 10px;
    }

    .aboutsite {
        margin-left: 26px;
    }

    .aboutsite li {
        margin-bottom: 10px;
    }

    /******************換気システム******************/



    .frbox260 img.sec_img_vent {
        display: block;
        margin: 0 auto;
        margin-top: 10px;
    }

    #for_sp .btn_fan02 a {
        display: block;
        width: 200px;
        height: 111px;
        background-image: url(../images/bg_btn_ventilation_01.jpg);
        background-repeat: no-repeat;
        text-indent: -9999px;
        outline: none;
        margin: 0 auto;
        margin-bottom: 15px;
        margin-top: 20px;
    }

    #for_sp .btn_ventilator02 a {
        display: block;
        width: 200px;
        height: 111px;
        background-image: url(../images/bg_btn_ventilation_02.jpg);
        background-repeat: no-repeat;
        text-indent: -9999px;
        outline: none;
        margin: 0 auto;
        margin-bottom: 15px;

    }

    #for_sp .btn_moisture02 a {
        display: block;
        width: 200px;
        height: 111px;
        background-image: url(../images/bg_btn_ventilation_03.jpg);
        background-repeat: no-repeat;
        text-indent: -9999px;
        outline: none;
        margin: 0 auto;
        margin-bottom: 15px;

    }

    /******************料金******************/
    #for_sp table {
        border-spacing: 0px;
        margin: 0 auto;
        margin-top: 20px;
        /*width: 80%;*/
    }

    #for_sp #price th {
        padding-right: 15px;
        border-bottom: 1px solid #C2CDD3;
        border-right: 1px solid #C2CDD3;
        border-top: 1px solid #C2CDD3;
        border-left: 1px solid #C2CDD3;
        border-spacing: 0px;
        padding: 7px;
        text-align: center;
        background: #EEF4F7;
    }

    #for_sp .w80 {
        width: 80px;
    }

    #for_sp .w270 {
        width: 270px;
    }

    #for_sp th {
        /* width: 110px; */
        padding: 5px;
        border-bottom: 1px solid #C2CDD3;
        border-right: 1px solid #C2CDD3;
        border-top: 1px solid #C2CDD3;
        border-left: 1px solid #C2CDD3;
        border-spacing: 0px;
        /* text-align: right; */
        font-weight: bold;
    }

    #for_sp td {
        padding: 5px;
        border-bottom: 1px solid #C2CDD3;
        border-right: 1px solid #C2CDD3;
        border-top: 1px solid #C2CDD3;
        border-left: 1px solid #C2CDD3;
        border-spacing: 0px;
    }

    #for_sp td.price_td {
        /* width: 110px; */
        /* padding-right: 15px; */
        border-bottom: 1px solid #C2CDD3;
        border-right: 1px solid #C2CDD3;
        border-top: 1px solid #C2CDD3;
        border-left: 1px solid #C2CDD3;
        border-spacing: 0px;
        /* text-align: right; */
        /* font-weight: bold; */
    }

    #for_sp section.main #price td {
        padding-right: 15px;
        border-bottom: 1px solid #C2CDD3;
        border-right: 1px solid #C2CDD3;
        border-top: 1px solid #C2CDD3;
        border-left: 1px solid #C2CDD3;
        border-spacing: 0px;
        padding: 7px;
        text-align: center;
    }


    #for_sp .price_a1 a {
        display: block;
        width: 200px;
        height: 111px;
        background-image: url(../images/bg_btn_ventilation_02.jpg);
        background-repeat: no-repeat;
        text-indent: -9999px;
        outline: none;
        margin: 0 auto;

    }

    #for_sp .price_a2 a {
        display: block;
        width: 200px;
        height: 111px;
        background-image: url(../images/bg_btn_ventilation_01.jpg);
        background-repeat: no-repeat;
        text-indent: -9999px;
        outline: none;
        margin: 0 auto;

    }

    #for_sp .price_a3 a {
        display: block;
        width: 200px;
        height: 111px;
        background-image: url(../images/bg_btn_ventilation_03.jpg);
        background-repeat: no-repeat;
        text-indent: -9999px;
        outline: none;
        margin: 0 auto;

    }

    .price_img {
        margin-top: 30px;
    }

    #for_sp .p10 {
        padding: 10px;
    }

    #for_sp .bg_color {
        background: #EEF4F7;
    }

    /* アレルギー */

    #for_sp .whtBoxB {
        background-color: #FAFAFA;
        margin-bottom: 15px;
        padding: 10px 10px 0 7px;
        border: 1px solid #E3E3E3;
        margin-top: 15px;
    }


    #for_sp .flbox360 h6 {

        font-weight: bold;
        margin-bottom: 10px;
    }


    /******************研究******************/
    .study h4 {
        padding: 5px 5px 5px 30px;
        margin-bottom: 20px;
        border: 1px solid #DEDEDE;
        background: url(../images/ti_h3_study.jpg) repeat-y top left;
        line-height: 1.8;
        height: auto;
    }

    .list_square dt {
        background: url(../images/list_square.gif) no-repeat left 5px;
        padding: 4px 0 0 20px;
        margin-bottom: 5px;
        font-weight: bold;
    }

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

    .movie_list li {
        margin-bottom: 15px;
    }

    .movie_list li p {
        text-align: center;
        width: 145px;
        margin-top: 5px;

    }

    .movie_list li a {
        text-decoration: none;
        color: #4685A4;
    }

    /******************実績******************/
    .list_square_j li {
        background: url(../images/list_square.gif) no-repeat left 5px;
        margin-bottom: 5px;
        border-bottom-width: 1px;
        border-bottom-style: dashed;
        border-bottom-color: #CCC;
        padding-top: 4px;
        padding-right: 0;
        padding-bottom: 6px;
        padding-left: 20px;
    }

    .list_square_j li a {
        text-decoration: none;
        color: #4685A4;
    }

    /* 防除用土壌処理剤 */

    h4.treatmenth4 {
        margin-bottom: 15px;
        background: url(../images/ti_h3.gif) no-repeat left center;
        border-bottom: 1px solid #E3E3E3;
        height: fit-content;
        font-size: 13px;
        font-weight: bold;
        clear: both;
        margin-top: 15px;
        padding-top: 8px;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 15px;
    }

    #for_sp .flbox160 img {
        padding: 4px;
        border: 1px solid #E3E3E3;
        display: block;
        margin: 0 auto;
        margin-top: 15px;
    }

    #for_sp .btnmore .btn_treatment a {
        display: block;
        width: 305px;
        height: 111px;
        background-image: url(../images/bg_btn_treatment.jpg);
        background-repeat: no-repeat;
        text-indent: -9999px;
        outline: none;
    }

    /* fan */

    #for_sp .btn_Rpdf a {
        display: block;
        width: 163px;
        height: 21px;
        margin: 10px 0 15px auto;
        background: url(../images/bg_btn_catalog.gif) no-repeat 0px 0px;
        text-indent: -9999px;
        outline: none;
    }


    h4.twol {
        margin-bottom: 15px;
        background: url(../images/ti_h3.gif) no-repeat left center;
        border-bottom: 1px solid #E3E3E3;
        height: fit-content;
        font-size: 13px;
        font-weight: bold;
        clear: both;
        margin-top: 15px;
        padding-top: 8px;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 15px;
    }

    #for_sp .sp_fan th.sp_fanth {
        width: 26%;
        padding-right: 15px;
        border-bottom: 1.2px dashed #C2CDD3;
        border-right: 2px solid #C2CDD3;
        font-weight: bold;
        border-left: none;
    }


    #for_sp .sp_fan td.sp_fantd {
        border-bottom: 1px dashed #C2CDD3;
        padding: 7px 0 7px 15px;
    }

    #for_sp table.sp_fan {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 20px;
        border-top: 3px solid #B0CEDD;
        border-bottom: 3px solid #B0CEDD;
    }


    /* ventilator */
    #for_sp .sp_fan td {
        border-bottom: 1px dashed #C2CDD3;
        padding: 7px 0 7px 15px;
    }


    #for_sp .btn_moisture01 a {
        display: block;
        width: 200px;
        height: 111px;
        background-image: url(../images/bg_btn_ventilation_01.jpg);
        background-repeat: no-repeat;
        text-indent: -9999px;
        outline: none;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    #for_sp .mgb15 {
        margin-bottom: 15px;
    }

    /*メディア*/
    #for_sp .to_media {
        padding: 20px;
        margin: 30px;
        background: #fff;
        border: solid 1px #000;
    }

    #entry-14 h4 {
        margin-bottom: 15px;
        height: 30px;
        background: url(../images/ti_h3.gif) no-repeat left center;
        border-bottom: 1px solid #E3E3E3;
        font-size: 13px;
        font-weight: bold;
        clear: both;
        margin-top: 15px;
        padding-top: 8px;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 15px;
    }

    #entry-14 a {
        text-decoration: none;
        color: #4685A4;
    }

    #entry-14 img {
        margin-bottom: 40px;
    }

    #entry-12 img {
        margin-bottom: 40px;
    }

    #entry-14 p {
        margin-bottom: 20px;
    }

    #entry-12 a {
        text-decoration: none;
        color: #4685A4;
    }

    #entry-12 img {
        margin-bottom: 40px;
    }

    #entry-12 p {
        margin-bottom: 20px;
    }

    #entry-13 a {
        text-decoration: none;
        color: #4685A4;
    }

    #entry-13 img {
        margin-bottom: 40px;
    }

    #entry-13 p {
        margin-bottom: 20px;
    }

    #for_sp .Snavi li.Snavi_jisseki01 a {
        text-decoration: none;
        color: #4685A4;
    }

    #for_sp #contents section.main .subNavi li.Snavi_jisseki01 a.jisseki_a {
        display: block;
        background-image: url(../images/bg_navi_jisseki.gif);
        background-repeat: no-repeat;
        height: 28px;
        text-indent: -9999px;
        width: 180px;
    }

    .cm {
        margin-bottom: 20px;
    }

}
