@charset "UTF-8"; /* CSS Document */
@media print, screen and (min-width: 1000px) {
    .contents-wrap img {
        max-width: 100%;
    }

    .contents-wrap .contents-inner {
        width: -webkit-calc(100% - 100px) ;
        width: calc(100% - 100px);
        max-width: 1000px;
        margin: 200px auto 150px auto;
        padding: 0;
        text-align: center;
    }

    .title-wrap .title-area-inner {
        margin: 0 auto;
    }

    .title-wrap .title-area-inner .img {
        width: 200px;
        margin: auto;
    }

    .title-wrap .title-area-inner .titleArea {
        position: relative;
        width: 100%;
        left: 0;
        margin-left: 0;
        font-size: 18px;
        margin-bottom: 30px;
    }

    .contents-wrap .contents-inner .titleArea .cate_text {
        font-size: 14px;
        line-height: 2;
    }

    .prevent-infection {
        clear: both;
        margin: 100px auto 0;
        text-align: center;
    }

    .prevent-infection .titleline {
        font-size: 22px;
        height: 30px;
        line-height: 30px;
        margin: 0 0 80px 0;
    }

    .prevent-infection .titleline span {
        border-left: solid 1px #cccccc;
    }

    .prevent-infection h3 {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .prevent-infection-list {
        text-align: left;
        padding: 30px 50px;
        border-top: solid 1px #dddddd;
        border-bottom: solid 1px #dddddd;
    }

    .prevent-infection-list ol {
        margin-left: 25px;
    }

    .prevent-infection-list ol li {
        font-size: 14px;
        margin: 2em 0 2em 0;
        list-style-type: decimal;
    }

    .request {
        clear: both;
        margin: 100px auto 0;
        text-align: center;
    }

    .request h4 {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .request h5 {
        font-size: 12px;
        margin-bottom: 20px;
        line-height: 2;
    }

    .request ul {
        margin-left: 25px;
    }

    .request ul li {
        font-size: 12px;
        margin: 2em 0 2em 0;
        list-style-type: disc;
        color: #888888;
    }

    .request ul li:last-child {
        margin-bottom: 0;
    }

    .messageArea {
        clear: both;
        margin: 0 auto;
        text-align: center;
        margin: 100px auto 0;
        padding: 80px;
        border: solid 1px #dddddd;
        background-color: rgba( 255, 255, 255, 1 );
    }

    .messageArea h4 {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .messageArea h5 {
        font-size: 14px;
        margin-top: 50px;
    }

    .messageArea p {
        font-size: 12px;
        margin-top: 30px;
        line-height: 2;
    }
}

@media print, screen and (max-width: 999px) {
    .contents-wrap img {
        max-width: 100%;
    }

    .contents-wrap .contents-inner {
        width: -webkit-calc(100% - 20%) ;
        width: calc(100% - 20%);
        margin: 150px auto 0 auto;
        padding: 0 0 80px;
        text-align: center;
    }

    .title-wrap .title-area-inner {
        margin: 0 auto;
    }

    .title-wrap .title-area-inner .img {
        width: 200px;
        margin: auto;
    }

    .title-wrap .title-area-inner .titleArea {
        position: relative;
        width: 100%;
        left: 0;
        margin-left: 0;
        font-size: 18px;
        margin-bottom: 30px;
    }

    .contents-wrap .contents-inner .titleArea .cate_text {
        font-size: 14px;
        line-height: 2;
    }

    .prevent-infection {
        clear: both;
        margin: 80px auto 0;
        text-align: center;
    }

    .prevent-infection .titleline {
        font-size: 22px;
        height: 30px;
        line-height: 30px;
        margin: 0 0 80px 0;
    }

    .prevent-infection .titleline span {
        border-left: solid 1px #cccccc;
    }

    .prevent-infection h3 {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .prevent-infection-list {
        text-align: left;
        padding: 30px 0;
        border-top: solid 1px #dddddd;
        border-bottom: solid 1px #dddddd;
    }

    .prevent-infection-list ol {
        margin-left: 25px;
    }

    .prevent-infection-list ol li {
        font-size: 14px;
        margin: 2em 0 2em 0;
        list-style-type: decimal;
    }

    .request {
        clear: both;
        margin: 80px auto 0;
        text-align: left;
    }

    .request h4 {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .request h5 {
        font-size: 12px;
        margin-bottom: 20px;
        line-height: 2;
    }

    .request ul {
        margin-left: 25px;
    }

    .request ul li {
        font-size: 12px;
        margin: 2em 0 2em 0;
        list-style-type: disc;
        color: #888888;
    }

    .request ul li:last-child {
        margin-bottom: 0;
    }

    .messageArea {
        clear: both;
        margin: 0 auto;
        text-align: center;
        margin: 80px -20% 0;
        padding: 40px;
        border: solid 1px #dddddd;
        background-color: rgba( 255, 255, 255, 1 );
    }

    .messageArea h4 {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .messageArea h5 {
        font-size: 14px;
        margin-top: 50px;
    }

    .messageArea p {
        font-size: 12px;
        margin-top: 30px;
        line-height: 2;
    }
}

/*------------------------

表示・非表示

------------------------*/
@media only screen and (max-width: 1199px) {
    body .view_pc {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    body .view_pc-tab, body .view_tab, body .view_tabl {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 983px) {
    body .view_tabl {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 983px) {
    body .view_tabs {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) {
    body .view_sp {
        display: none !important;
    }
}
