

@media(min-width: 1040px) {

    .ie {
        display: none;
    }

    .campany {
        font-size: 13px;
        font-weight: bold;
        margin: 2px 0;
    }

    .planbox {
        padding-top: 3px;
        margin-top: -3px;
    }

    .topbox {
        width: 30%;
        position: absolute;
        top: 70%;
        right: 3%;
    }

    .topbox img {
        width: 75%
    }

    .pconly {
        display: none;
    }

    .credit {
        position: absolute;
        bottom: 5px;
        right: 2px;
        font-size: 10px;
    }

    .credit img {
        width: 70px;
    }

    .opbox {
        width: 100%;
        height: auto;
        padding: 20px;
        margin-top: 5px;
        border: 1px solid #CCC;
        box-shadow: 0px 0px 15px #00AEFF inset;
    }

    /*ボタン*/
    .mbheader {
        display: none;
    }

    #pcmenu {
        z-index: 99999;
        float: left;
        clear: left;
        width: 23%;
        font-size: 13px;
        font-family: "klinic_slabbook", helvetica, arial, sans-serif;
    }

    #pcmenu img {
        width: 100%;
        margin-bottom: 0.3em;
    }

    #pcmenu .line {
        border-bottom: 1px solid #8A8A8A;
        width: 70%;
        margin: 2em auto;
    }

    #pcmenu ul {
        list-style-type: none;
        width: 100%;
    }

    #pcmenu ul a {
        text-decoration: none;
        color: #fff;
        font-weight: 600;
        font-style: normal;
        letter-spacing: 0;
        font-size: 1em;
        display: inline-block;
    }




    #pcmenu ul li {
        width: 100%;
        padding: 13px 0 10px 12%;
        text-align: left;
        font-weight: bold;
        letter-spacing: 0.8px;
        background-color: #766F6F;
        margin: 3px 0;
    }

    #pcmenu ul li:hover {
        width: 100%;
        padding: 15px 0 7px 15%;
        text-align: left;
        font-weight: bold;
        letter-spacing: 0.8px;
        background-color: #3D78A8;
        margin: 3px 0;
    }

    #pcmenu .otoiawase {
        color: #00417E;
        padding: 7px 0 7px 20%;
        text-align: left;
    }

    #pcmenu .logo {
        width: 96%;
        padding: 0 2%;
        margin-top: 40%;
    }



    #pcmenu .call-btn{
        width: 100%;
        font-weight: bold;
        font-size: 1.3em;
        border: none;
    }

    

    .mobilebr {
        display: none;
    }

    /*section2　上段*/
    .primary_section {
        margin: 0 auto;
        width: 90%;
        max-width: 1000px;
        padding-bottom: 1%
    }

    #footer {
        width: 100%;
        padding: 10px 0;
        background-color: #929292;
        margin-top: 4%;
        color: #fff;
        z-index: 999999;
        clear: both;
    }

    .footer_contents {
        width: 80%;
        max-width: 1000px;
        margin: 0 auto;
        line-height: 2.8em;
        text-align: center;
    }

    .knt_co {
        font-size: 170%;
        margin: 4% 0 2% 0;
        letter-spacing: 0.15em;
    }

    #footer .title {
        position: relative;
        font-size: 18px;
        font-weight: bold;
        padding: 2px 0 5px 45px;
        margin: 0 0 20px -20px;
        letter-spacing: 1px;
        color: #CD0053;
        /*文字色*/
    }

    #footer .title:before {
        content: "★";
        position: absolute;
        color: #CD0053;
        /*右上の■の色*/
        font-size: 24px;
        top: -5px;
        left: 11px;
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -sand-transform: rotate(45deg);
    }

    #footer .title:after {
        content: "★";
        position: absolute;
        color: #E04894;
        /*左下の■の色*/
        top: 8px;
        left: 4px;
        transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
    }

    .btnwrap {
        width: 45%;
        display: inline-block;
        text-align: center;
        margin-right: 20px;
    }

    .mb {
        display: none;
    }
    

    #pcmenu ul .disabled-menu{
        pointer-events: none;
    }
    
    #pcmenu ul .disabled-menu:hover{
        background-color: #766F6F!important;
    }

    #pcmenu ul .disabled-menu a{
        color: #c1c1c1;
        pointer-events: none;
    }

}

/** RESPONSIVE BREAKPOINTS
========================================================================================================================================================================**/

@media(min-width: 721px) and (max-width: 1040px) {

    .ie {
        display: none;
    }

    .pcheader {
        display: none;
    }

    .mbheader {
        width: 100%;
    }

    .campany {
        font-size: 12px;
        font-weight: bold;
        margin: 2px 0;
    }

    .planbox {
        padding-top: 3px;
        margin-top: -3px;
    }

    .topbox {
        width: 50%;
        position: absolute;
        top: 70%;
        right: 3%;
    }

    .topbox img {
        width: 80%
    }

    .credit {
        position: absolute;
        bottom: 3px;
        right: 3px;
        font-size: 9px;
    }

    .credit img {
        width: 55px;
        margin-bottom: 3px;
    }

    .deadline {
        display: none;
    }

    #pcmenu {
        display: none;
    }

    #pcmenu .logo {
        width: 96%;
        padding: 0 2%;
        margin-top: 40%;
    }

    /*section2　上段*/
    .primary_section {
        margin: 0 auto;
        width: 94%;
        max-width: 1000px;
        position: relative;
        padding: 0 3% 1% 3%;
    }

    #footer {
        width: 100%;
        padding: 1% 0;
        background-color: #929292;
        margin-top: 3%;
        color: #fff;
    }

    .footer_contents {
        width: 90%;
        max-width: 1000px;
        margin: 0 auto;
        font-size: 80%;
        line-height: 1.9em;
        text-align: center;
    }

    .knt_co {
        font-size: 140%;
        margin: 4% 0 2% 0;
        letter-spacing: 0.15em;
    }

    .footer_left {
        width: 60%;
        float: left;
        clear: left;
        margin-left: 2%
    }

    .footer_left img {
        width: 40%;
        margin-left: -3%;
    }

    .contact {
        width: 70%;
        text-align: center;
        border: 1px solid #AAAAAA;
        padding: 2%;
        margin: 5% 0 0 0;
    }

    .footer_right {
        width: 35%;
        float: right;
        clear: right;
    }

    .footer_right img {
        width: 20%;
        float: right;
        margin-right: 3%;
        margin-top: 60%;
    }

    .footer_right img:hover {
        opacity: 0.6;
    }

    .btnwrap {
        width: 45%;
        display: inline-block;
        text-align: center;
        margin-right: 15px;
        font-size: 95%;
    }
    


    .mean-container .mean-nav ul li .disabled-menu{
        color: #868686;
    }
    
    .mean-container .mean-nav ul .disabled-menu{
        pointer-events: none;
    }
    

    .mean-container .mean-nav ul .disabled-menu a{
        color: #868686;
        pointer-events: none;
    }

}


/** ==============================================================**/
@media(max-width: 720px) {
    /** ===========================================**/

    .pcheader {
        display: none;
    }

    .mbheader {
        width: 100%;
    }

    .ie {
        display: none;
    }

    .planbox {
        padding-top: 40px;
        margin-top: -40px;
    }

    .mobilebr {
        display: none;
    }

    #pcmenu {
        display: none;
    }

    .deadline {
        display: none;
    }

    .credit {
        position: absolute;
        bottom: 2px;
        right: 3px;
        font-size: 8px;
    }

    .credit img {
        width: 55px;
        margin-bottom: 3px;
    }

    .none {
        display: none;
    }

    .campany {
        font-size: 11px;
        font-weight: bold;
        margin: 2px 0;
    }

    .topbox {
        width: 85%;
        position: absolute;
        top: 70%;
        right: 0;
    }

    .topbox img {
        width: 100%
    }

    .opbox {
        width: 100%;
        height: auto;
        padding: 15px;
        margin-top: 5px;
        border: 1px solid #CCC;
        box-shadow: 0px 0px 8px #00AEFF inset;
    }

    /*ボタン*/
    .mbnone {
        display: none;
    }

    .mbheader {
        display: none;
    }

    .summary_section {
        width: 90%;
        max-width: 1000px;
        margin: 0 auto;
        padding: 3% 0;
    }

    .summary_section p.subtitle {
        margin: 3% 0;
        text-align: center;
        font-size: 15px;
        letter-spacing: 0.25em;
    }

    /*section2　上段*/

    .primary_section {
        margin: 0 auto;
        width: 94%;
        height: auto;
        max-width: 1100px;
        position: relative;
        padding: 0 3% 1% 3%;
    }

    #footer {
        width: 100%;
        padding: 1% 0;
        background-color: #929292;
        margin-top: 2%;
        color: #fff;
        height: auto;

    }

    .footer_contents {
        width: 100%;
        max-width: 1000px;
        padding: 0 10px;
        margin: 0 auto;
        font-size: 90%;
        line-height: 1.9em;
        text-align: center;
    }

    .btnwrap {
        width: 100%;
        text-align: center;
        margin: 10px auto;
    }
    
   .mean-container .mean-nav ul li .disabled-menu{
        color: #868686;
    }
    
    .mean-container .mean-nav ul .disabled-menu{
        pointer-events: none;
    }
    

    .mean-container .mean-nav ul .disabled-menu a{
        color: #868686;
        pointer-events: none;
    }
}
