@charset "utf-8";

.flex-container {
    display: flex;
    justify-content: space-between;
}

.flex-item {
    width: 50%;
    padding: 0 1em;
}

.flex-box {
    display: flex;
    justify-content: space-between;
}

.box-item {
    width: 32%;
}

h3 {
    border-style: none;
    margin-bottom: 1em;
}

.green {
    background-color: #e7f1cf;
}

.white {
    background-color: #fff;
}

.height45 {
    height: 45%;
}

.table_height1,
.table_height2{
    margin: 20px 0 0 !important;
}

.table_height1 td {
    height: 105px;
}

.table_height2 td {
    height: 315px;
}

.option_h2 {
    font-size: 22px;
    padding: 0.35em 0;
    text-align: center;
    background-color: #33487f;
    color: #fff;
    position: relative;
}

.option_h2:before {
    display: inline-block;
    position: absolute;
    padding: 0em;
    font-size: 15px;
    color: #fff;
    background: #e83828;
    font-weight: bold;
    text-align: center;
    width: 65px;
    height: 65px;
    line-height: 65px;
    left: -0.7em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white;
    border-radius: 50%;
    content: "OPTION";
}


.top_h3 {
    position: relative;
    background: #036eb8;
    font-size: 22px;
    color: #fff8a5;
    padding-left: 1.75em;
}

.top_h3:before {
    display: inline-block;
    position: absolute;
    padding: 0em;
    font-size: 18px;
    color: #fff8a5;
    background: #036eb8;
    font-weight: bold;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: -1.35em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white;
    border-radius: 50%;
}

.tv:before {
    content: "TV";
}

.net:before {
    content: "NET";
}

.one:before {
    content: "1";
}

.two:before {
    content: "2";
}

.three:before {
    content: "3";
}

.four:before {
    content: "4";
}

.list {
    font-size: 18px;

    font-weight: bold;
}

.list li {
    padding-left: 0.5em;
    color: #009e96;
    background-color: #d9eeed;
    border-left: solid 5px #009e96;
}

.list li + li {
    margin-top: 1em;
}

.wifi_wrap {
    padding: 1em 0;
    margin-bottom: 3.5em;
    background-color: #dfefff;
}

.wifi_img {
    width: 90%;
    background: #fff;
    margin: 0 auto;
    text-align: center;
}

.milplus_logo {
    margin-bottom: 1em;
}

.milplus_img {
    margin-bottom: 1em;
}

.baitai {
    background-color: #33487f;
    color: #fff;
    text-align: center;
    padding: 0.25em 1em;
    border-radius: 20px;
    font-size: 0.8em;
}

.ico_link a {
    background-color: #33487f;
    display: block;
    font-size: 1em;
}

.second-item {
    border-left: solid 2px #006934;
}

.denki_icon {
    width: 20%;
}

.denki_description {
    width: 75%;
}

.denki_title{
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    background: #ab951d;
    padding: 0 0.5em;
}

.denki_h4 {
    font-weight: bold;
    padding-left: 10px;
    color: #fff8a5;
    background-color: #22ac38;
    border-left: solid 5px rgba(0, 0, 0, 0.4);
}

.list2 li {
    color: #006934;
    font-weight: bold;
    padding-left: 1em;
    text-indent: -1em;
}

.list2 li:before {
    content: "■";
    color: #97b191;
}

.ryokin {
    text-align: center;
}

/*----------------responsive----------------*/
@media screen and (max-width:768px) {

    .flex-container,
    .flex-box {
        flex-direction: column;
    }

    .flex-item,
    .box-item {
        width: 100%;
    }

    .box-item {
        text-align: center;
    }

    .option_h2 {
        font-size: 18px;
    }

    .top_h3 {
        padding-left: 2.5em;
    }

    .milplus_img {
        width: 50%;
    }

    .baitai {
        width: 35%;
        margin: auto;
    }

    .second-item {
        border-left: none;
    }

    .ryokin {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .ryokin tbody {
        width: 100%;
        display: table;
    }
}

@media screen and (max-width:480px) {
    .option_h2 {
        padding-left: 3.5em;
    }
    
    .milplus_img {
        width: 100%;
    }

    .baitai {
        width: 100%;
    }
}