/*-----------------------------------------------------900*/
@media screen and (max-width:900px) {

    /*---------------------------font*/
    .f_m {
        font-size: 4.3vw;
    }

    /*---------------------------header*/
    .other_title {
        margin-top: 10px;
    }

    .company .header_visual,
    .application .header_visual {
        background-image: url(../img/logo.png);
        background-size: 170px;
        background-position: 20px 20px;
        ;
        height: 75px;
    }

    .fix_link {
        display: none;
    }

    .hide900 {
        display: none;
    }

    .show900 {
        display: block;
    }

    header {
        padding-top: 0;
    }

    .header_top {
        height: 100%;
    }

    .header_top_inner {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 20px;
        text-align: left;
    }

    .logo,
    .header_menu {
        width: 100% !important;
    }

    .header_menu {
        padding-top: 30px;
    }

    .header_menu li {
        border-right: none;
        border-bottom: solid 1px #ccc;
        padding: 5px 0;
    }

    .header_menu a {
        padding: 10px;
    }

    /*---------------------------footer*/
    footer h4 {
        font-size: 16px;
    }

    footer p {
        font-size: 14px;
    }

    .footer_menu {
        display: none;
    }

    /*---------------------------*/
    .top .bnr1 {
        font-size: 5.5vw;
    }

    .top .bnr1 span {
        font-size: 7vw;
    }

    .top1_1 > div > p {
        font-size: 2.9vw;
    }

    .top1_2 {
        font-size: 6vw;
        padding: 15px 10px 25px;
        margin: 40px 0 60px;
    }

    .top1_2 .span1 {
        font-size: 3.3vw;
    }

    .top1_2 .span2 {
        font-size: 5vw;
    }

    /*---------------------------*/
    .midasi {
        font-size: 40px;
    }

    .top1_3 .feature .split,
    .g-mist2 .feature .split {
        width: 49%;
    }

    /*---------------------------*/
    .g-mist1 > div {
        padding: 0 10px;
    }

    .g-mist1_1 h2 {
        font-size: 7vw;
        margin-bottom: 30px;
    }

    .g-mist1 .bnr {
        padding: 20px;
        background-size: cover;
    }

    .g-mist1 .box {
        padding: 50px;
    }

    .g-mist2_1 .box {
        padding: 20px;
    }

    .application .terms {
        padding: 0;
        border: none;
    }

    .application .terms p {
        border: solid 1px #E2E2E2;
        padding: 10px;
        height: 400px;
        overflow: scroll;
    }

    .mobile_order {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    .mobile_order a {
        color: #fff;
        background-color: #004BB1;
        padding: 10px 30px;
        font-size: 18px;
        border-radius: 30px;
    }

    .mobile_order a:hover {
        cursor: pointer;
    }

    /*20201109追記*/

    .plan_details {
        margin: 40px 0px 0;
    }

    .plan_details .details li {
        display: block;
        padding: 15px 0;
        font-size: 15px;
    }

    .plan_details .details .t {
        display: inline-block;
        width: 120px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    /*20201110追加*/
    .service_table {
        overflow-x: scroll;
        font-size: 12px;
    }

    .service_table table {
        min-width: 700px;
    }

    .service_table tr:nth-child(2n + 1) {
        height: 30px;
    }

    .service_table tr:nth-child(2n + 2) {
        height: 25px;
    }

    .service_table tr:nth-child(2) {
        height: 40px;
    }

    .service_table tr:first-child {
        height: 100px;
    }

    .service_table tr:first-child td:first-child {
        width: 180px;
    }

    .service_table img {
        max-width: 100px;
    }

    .service_table .fm {
        font-size: 14px;
    }

    .service_table .fl {
        font-size: 16px;
    }

    .service_table td,
    .service_table th {
        padding: 5px;
    }

    /*20201110追加*/
    .mfp-close-btn-in .mfp-close {
        display: none;
    }
    .info p {
        font-size: 12px;
    }
    .scroll {
        overflow-x: scroll;
    }
    .scroll img {
        min-width: 600px;
        
    }
    .mleft {
        text-align: left;
    }
    /*end900*/
}

/*-----------------------------------------------------600*/
@media screen and (max-width:600px) {
    .show600 {
        display: block;
    }

    .hide600 {
        display: none;
    }

    .f_l {
        font-size: 5.8vw;
    }

    hr {
        margin: 50px 0;
    }

    .show600 {
        display: block;
    }

    .hide600 {
        display: none;
    }

    /*---------------------------font*/


    /*---------------------------header*/
    .header_visual {
        height: 102vw;
    }

    .top .header_visual {
        background-image: url(../img/top-visualm.jpg);
        height: 130vw;
        + /-
    }

    .g-mist .header_visual {
        background-image: url(../img/g-mist-visualm.jpg);
    }

    .service .header_visual {
        background-image: url(../img/service-visualm.jpg);
    }

    /*---------------------------*/
    .top .tokkyo {
        margin-top: 100px;
    }

    .tokkyo img {
        width: 185px;
    }

    .tokkyo span {
        font-size: 13px;
    }

    .tokkyo p {
        font-size: 12px;
    }

    /*---------------------------*/
    .top1_1 > div {
        background-image: url(../img/top1_1m.jpg);
        margin-top: 5px;
        padding-top: 90px;
    }

    .top1_1 > div p {
        font-size: 3.7vw;
        line-height: 2.6;
    }

    /*---------------------------*/
    .top .box1 {
        background-color: transparent;
        border: none;
        font-size: 14px;
        padding: 0;
    }

    /*---------------------------*/
    .midasi {
        font-size: 6.5vw;
        margin-bottom: 20px;
    }

    /*---------------------------*/
    .feature .split_inner {
        border: none;
        background-color: #F1F1F1;
        border-radius: 8px;
    }

    .top1_3 .feature {
        margin: 20px 0 0px;
    }

    .top1_3 .feature .split,
    .g-mist2 .feature .split {
        width: 100%;
    }

    .top3 .feature .split {
        width: auto;
    }

    .top3 .feature .split_inner {
        font-size: 12px;
        padding-left: 25px;
        padding-right: 10px;
        height: 30px;

    }

    .top3 .feature .split_inner:before {
        width: 12px;
        height: 10px;
    }

    /*---------------------------*/
    .order {
        font-size: 4vw;
        height: 60px
    }

    .order:before {
        height: 60px;
    }

    /*---------------------------*/
    .g-mist1 .bnr {
        border-width: 3px;
        margin-bottom: 30px;
    }

    .g-mist1 .box {
        padding: 20px;
    }

    .g-mist2_1 .box {
        margin: 20px 10px;
    }

    .g-mist2_1 .box h4 {
        font-size: 4.8vw;
    }

    .g-mist2 .obi2 {
        font-size: 4.8vw;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .siken span {
        font-size: 12px;
    }

    .g-mist2_1 {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .box2 {
        font-size: 12px;
        padding: 10px;
    }

    .midasi2 {
        font-size: 6vw !important;
        margin-bottom: 30px;
    }

    .service1 .split {
        margin-bottom: 30px;
    }

    .service1 .split p {
        font-size: 12px;
    }

    .midasi2 + * {
        margin-bottom: 40px;
    }


    .company th,
    .company td {
        font-size: 14px;
        padding: 15px 5px;
    }

    .company th {
        width: 120px;
    }

    .company td {
        width: calc(100% - 120px);
    }

    .ggmap {
        padding-bottom: 90%;
    }

    .application .caution {
        font-size: 14px;
    }

    .application .order1 .title {
        margin-bottom: -20px;
    }

    /*20201111追加*/
    .company1 th {
        display: none;
    }
    .company1 td {
        border: none;
        border-bottom: dashed 1px #ccc;
    }
    /*20201111追加*/
    .gaiyou li {
        font-size: 14px;
    }
    /*end600*/
}

/*-----------------------------------------------------500*/
@media screen and (max-width:500px) {}
