body, h1, h2, h3, h4, h5, h6 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
    background-color: #009fe8;
    color: #fff;
}

section {
    position: relative;
}

.banner-area {
    background: url(../img/banner-bg.jpg) top;
    background-size: cover;
    margin-top: 30px;
}

.production-service img {
    width: 100%;
}

.production-service h4 {
    margin: 18px 0 8px;
}

#header {
    background: rgba(0, 0, 0, 0);
    padding: 0;
}

.header-content {
    padding: 20px 20px 17px 20px;
    background: #fff;
}

.nav-ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    margin: 5px 0;
    padding: 0;
}

.nav-ul  a {
    color: #000 !important;
    margin-left: 10px;
    padding: 10px;
}

.nav-ul .button {
    border: 1px solid;
    border-radius: 3px;
    font-size: 17px;
    padding: 10px;
}

.header-bottom {
    background: white;
}

.header-bottom a {
    color: #000 !important;
}

.header-bottom ul {
    display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0 20px;
}

.header-bottom ul li {
    display: block;
    flex: 0 1 auto; /* Default */
    list-style-type: none;
}

.header-bottom {
    display: none;
}

@media (max-width: 320px) {
    .nav-ul .button {
        display: none;
    }

    .header-bottom ul {
        padding: 0 10px;
    }
    .header-bottom ul li {
        display: inline-block;
    }
}

.banner-content {
    background-color: rgba(0, 0, 0, 0.3);
    height: 900px;
}

.banner-content img {
    margin: 330px 150px;
}

.banner-content h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1em;
    margin-top: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
    background: linear-gradient(to right, #c8a82f 0%, #f5ed6a 50%, #caaa31 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-content h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    line-height: 1em;
    margin-top: 30px;
    margin-bottom: 10px;
}

.banner-content h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 10px 0;
}

.banner-content h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1em;
    margin-top: 20px;
    margin-bottom: 20px;
}

.banner-content a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 10px 0;
    padding: 15px 70px;
    border-radius: 50px;
    background: linear-gradient(90deg, rgba(222,94,91,1) 50%, rgba(231,98,95,1) 50%, rgba(231,98,95,1) 100%), #ccc;
    background-size:8px auto;
    border: 2px solid #fff;
}

@media (min-width: 992px) {
    .reason-area .content {
        padding: 0 200px;
    }

    .banner-advert {
        max-width: 1140px;
        padding: 70px 100px 0;
        margin: auto;
    }
}

.recommend {
    display: flex;
}

.recommend .icon {
    padding: 0 20px;
}

.recommend h4 {
    padding: 4px 0;
}

.compare-area .comparison img {
    width: 20px;
}

.comparison th.qbp-border {
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
}

.comparison .qbp-border {
    font-size: 15px;
    font-weight: bold;
    color: #444;
}

.comparison th.qbp-border img {
    position: relative;
    top: -6px;
    width: 90px;
}

@media (max-width: 639px) {
    .comparison .qbse, .comparison .qbo, .comparison .qbp, .comparison .qbg {
        font-size: 16px;
    }

    .comparison th.qbp-border {
        font-size: 17px;
    }

    .comparison th.qbp-border img {
        top: -2px;
        width: 83px;
    }
}

.compare-area{
    background-color: #f2f2f2
}

.feedback {
    display: flex;
    padding: 15px;
    background: #fff;
    color: #000;
}

.feedback .icon {
    padding: 0px 30px 0px 20px;
}

.feedback h4 {
    border-left: 10px solid #64c3e0;
    padding: 4px 10px;
}

.feedback img {
    width: 90px;
}

.desc-title {
    font-weight: bold;
}

.desc-title span {
    font-weight: bold !important;
    display: inline-block;
    width: 50px;
}

.details {
    padding-right: 15px;
}

.process-area {
    background-color: #f2f2f2
}

.process-collection {
    background: #fff;
    padding: 30px;
    margin: 0 80px;
    box-shadow: 0 0 5px 1px #ddd;
}

.process-item .icon {
    padding: 2px 20px;
}

.process-item .display-mobile {
    display: none;
}

.process-item h4 {
    padding: 5px 0;
}

.faq-item .icon {
    font-size: 20px;
    padding: 0 5px;
    margin: 0px 7px 7px 0;
}

.faq-item span {
    display: inline;
    padding: .3em .4em;
    font-size: 80%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 50%;
    background: #64c3e0;
}

.faq-item .a {
    background: #fff;
    color: #979797;
    padding: 7px 9px;
}

.faq-item h4 {
    padding-top: 5px;
}

.warning-area {
    background: linear-gradient(90deg, #f2f2f2 0%, #eaeaea 50%, #f2f2f2 100%), 0;
    background-size: 8px auto;
    padding: 70px 0;
}

.warning-area .warning-text {
    margin: 0 80px;
    background: #fff;
    padding: 30px 80px;
    text-align: left;
    box-shadow: 0 0 5px 1px #ddd;
}

.warning-area i {
    color: #777;
}

.reservation-button-area {
    background-color: #82787a;
    padding: 10px;
    font-size: 18px;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
    z-index: 10;
}

.reservation-button-area p {
    margin: 0;
    padding-top: 10px;
    color: #fff;
    width:85%;
    justify-content: center;
}

.reservation-button-area span {
    color: #f1ff51;
}

.reservation-button-area .genric-btn {
    background: #e7625f;
    border-radius: 5px;
    padding: 0 40px;
}

.reservation-button-area .genric-btn:hover{
    color: #fff;
    border: 1px solid #e7625f;
    background: #e7625f;
}

.reservation-area {
    background: #fdffeb;
    padding: 70px 0 70px 0;
}

.reservation-area .content {
    background: #fff;
    margin: 0 100px;
    padding: 50px;
    box-shadow: 0 0 5px 1px #ddd;
}

.reservation-area .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.reservation-area .label-red {
    background: #e7625f;
}

.reservation-area .label-gray {
    background: #cdcdcd;
}

.reservation-area .caption {
    padding-left: 20px;
    font-weight: bold;
}

.single-input, .single-textarea {
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    background: #fff;
    padding: 0 10px;
}

.form-input::placeholder {
    color: #cdcdcd;
}

.reservation-area .form-select {
    width: 33%;
    padding-right: 10px;
}

.form-select .nice-select {
    background: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    padding-left: 10px;
}

.form-select .nice-select .list .option {
    padding-left: 10px;
}

.data {
    color: #000;
}

.data-description {
    margin-bottom: 0px;
}

.data3-detail-header {
    margin-left: 15px;
    border-left: 3px solid #009fe8;
    color: #0068b6;
    font-weight: bold;
    font-size: 18px;
    margin-top: 25px;
}

.data3-detail-header span {
    font-weight: normal;
}

.data4-detail-header {
    margin-left: 15px;
    border-left: 3px solid #435f6d;
    font-weight: bold;
    font-size: 18px;
}

.data4-detail-header span {
    font-weight: normal;
}

.data4-description {
    margin-right: 60px;
    line-height: 28px;
}

.data3-detail-content {
    margin-left: 15px;
    border-left: 3px solid #f2f2ed;
    font-size: 16px;
}

.data3-detail-content img {
    margin-bottom: 3px;
    margin-right: 3px;
    height: 10px;
}

.data3-detail-content p {
    margin-bottom: 0px;
    margin-top: 8px;
}

.footer-area {
    background: #435f6d;
    padding: 40px 0 20px 0;
}

.footer-bottom {
    padding: 0;
    margin: 0;
}

.footer-text {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-family: Arial;
    font-weight: 600;
    color: white;
}

.footer-link a {
    padding: 0 20px 0 0;
    color: #fff;
    font-weight: bold;
}

.footer-link {
    padding: 20px 0 0 0;
    text-align: right;
}

.footer-link a:hover {
    color: #fff;
}

.reservation-area {
    color: #000;
}

.button-area .btn-dark {
    background-color: #d0d0d0;
    border-color: #d0d0d0;
}

.button-area .btn-dark:focus,
.button-area .btn-dark.focus {
    box-shadow: 0 0 0 0 rgba(210, 216, 222, 0.5);
}

.button-area .btn-dark:not(:disabled):not(.disabled):active:focus,
.button-area .btn-dark:not(:disabled):not(.disabled).active:focus,
.button-area .show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(210, 216, 222, 0.5);
}

.button-area .btn-dark:not(:disabled):not(.disabled):active,
.button-area .btn-dark:not(:disabled):not(.disabled).active,
.button-area .show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #d0d0d0;
    border-color: #d0d0d0;
}

.button-area .btn-info {
    background-color: #41bde1;
    border-color: #41bde1;
}

.button-area .btn-info:focus,
.button-area .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(65, 189, 225, 0.5);
}

.button-area .btn-info:not(:disabled):not(.disabled):active:focus,
.button-area .btn-info:not(:disabled):not(.disabled).active:focus,
.button-area .show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(65, 189, 225, 0.5);
}

.button-area .btn-info:not(:disabled):not(.disabled):active,
.button-area .btn-info:not(:disabled):not(.disabled).active,
.button-area .show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #41bde1;
    border-color: #41bde1;
}

input[type="text"]:disabled {
    background-color:#e9e9e9;
}

#price .price-detail table {
    margin: 0;
    border: none;
}

#price .price-detail table thead tr th.th-emptiness,
#price .detail-table-wrap table thead tr th.th-emptiness,
#corp-price .price-detail table thead tr th.th-emptiness,
#corp-price .detail-table-wrap table thead tr th.th-emptiness,
#comparison-school .price-detail table thead tr th.th-emptiness,
#comparison-school .detail-table-wrap table thead tr th.th-emptiness,
#detail-table .price-detail table thead tr th.th-emptiness,
#detail-table .detail-table-wrap table thead tr th.th-emptiness {
    border-top: none;
    border-left: none;
}

#price .price-detail table thead tr th,
#price .detail-table-wrap table thead tr th,
#corp-price .price-detail table thead tr th,
#corp-price .detail-table-wrap table thead tr th,
#comparison-school .price-detail table thead tr th,
#comparison-school .detail-table-wrap table thead tr th,
#detail-table .price-detail table thead tr th,
#detail-table .detail-table-wrap table thead tr th {
    text-align: center;
    color: #fff;
    border: none;
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid #CCC;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #CCC;
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #CCC;
}

#price .price-detail table thead tr th.comparison-school-other.qbse {
    background-color: #64c3e0;
    border-right: 1px solid #CCC;
}

#price .price-detail table thead tr th.comparison-school-other.qbp {
    background-color: #e75754;
    border-right: 1px solid #CCC;
}

#price .price-detail table thead tr th.comparison-school-other.qbo {
    background-color: #48c248;
    border-right: 1px solid #CCC;
}

#price .price-detail table thead tr th,
#price .detail-table-wrap table thead tr th,
#corp-price .price-detail table thead tr th,
#corp-price .detail-table-wrap table thead tr th,
#comparison-school .price-detail table thead tr th,
#comparison-school .detail-table-wrap table thead tr th,
#detail-table .price-detail table thead tr th,
#detail-table .detail-table-wrap table thead tr th {
    text-align: center;
    color: #fff;
    border: none;
}

#price .price-detail table thead tr th.comparison-school-other h3 {
    margin-bottom: 0;
    color: #FFF;
    font-size: 20px;
    border-bottom: 0;
}

#price .price-detail table thead tr th h3,
#price .detail-table-wrap table thead tr th h3,
#corp-price .price-detail table thead tr th h3,
#corp-price .detail-table-wrap table thead tr th h3,
#comparison-school .price-detail table thead tr th h3,
#comparison-school .detail-table-wrap table thead tr th h3,
#detail-table .price-detail table thead tr th h3,
#detail-table .detail-table-wrap table thead tr th h3 {
    margin-bottom: 5px;
    text-align: center;
    font-weight: bold;
}

table th, table td {
    vertical-align: middle !important;
}

#price .price-detail table tbody tr th.comparison-school {
    width: 13%;
}

#price .price-detail table tbody tr td.comparison-school-other,
#price .detail-table-wrap table tbody tr td.comparison-school-other,
#corp-price .price-detail table tbody tr td.comparison-school-other,
#corp-price .detail-table-wrap table tbody tr td.comparison-school-other,
#comparison-school .price-detail table tbody tr td.comparison-school-other,
#comparison-school .detail-table-wrap table tbody tr td.comparison-school-other,
#detail-table .price-detail table tbody tr td.comparison-school-other,
#detail-table .detail-table-wrap table tbody tr td.comparison-school-other {
    width: 18%;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid #CCC;
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: 19px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #CCC;
}

#price .price-detail table tbody tr th,
#price .detail-table-wrap table tbody tr th,
#corp-price .price-detail table tbody tr th,
#corp-price .detail-table-wrap table tbody tr th,
#comparison-school .price-detail table tbody tr th,
#comparison-school .detail-table-wrap table tbody tr th,
#detail-table .price-detail table tbody tr th,
#detail-table .detail-table-wrap table tbody tr th {
    text-align: center;
}

#price .price-detail table tbody tr td {
    text-align: center;
}

#price .price-detail table tbody tr {
    height: 100px;
}

#price .price-detail .price-was {
    color:#000;
    text-decoration: line-through;
    font-weight: 600;
    font-size: 14px;
}

#price .price-detail .price-now,
#price .price-detail .price-now span {
    font-size:30px;
}

#price .price-detail .price-now span {
    font-size:30px;
    font-weight: 600;
}

#price .price-detail .price-light {
    color: #64c3e0;
}

#price .price-detail .price-standard {
    color: #48c248;
}

#price .price-detail .price-premium {
    color: #e65552;
}

#price .price-detail .price-small {
    font-size: 18px !important;
    position: relative;
    top: -11px;
    left: 2px;
}

#price .price-detail .price-buy {
    background:#ff5406;
    padding:10px 20px;
    font-size:12px;
    display:inline-block;
    color:#FFF;
    text-decoration:none;
    border-radius:3px;
    text-transform:uppercase;
    margin:5px 0 10px 0;
}

#price .price-detail .price-try {
    font-size:12px;
    font-weight: bold;
}

#price .price-detail .price-try a {
    color:#202020;
}

.reservation-area.gray-bg {
    background: #f9f9ff;
}

.v-align-top {
    vertical-align: top !important;
}

#header .header-content a img {
    height: 33px;
}

#header .header-content ul a img {
    width: 20px;
    height: auto;
}

.recommend-area.section-gap .icon img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.section-gap {
    padding: 60px 0;
}

.single-testimonial h5 {
    text-transform: inherit;
}

.price-detail img {
    width: 158px;
}

.feedback-area .icon img {
    width: 120px;
}

.form-control {
    font-size: 15px;
}

.display-mobile {
    display: none;
}

.display-not-320 {
    display: block;
}

.display-320 {
    display: none;
}

.mt-70 {
    margin-top: 70px;
}

.mb-70 {
    margin-bottom: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.mt-90 {
    margin-top: 90px;
}

.pl-25 {
    padding-left: 25px;
}

.pr-25 {
    padding-right: 25px;
}

.section1-bg {
    background: url(../img/section1_left.jpg) top;
    background-size: cover;
    width: calc(50% - 135px);
    height: calc(100% + 10px);
    margin-left: 120px;
    position: absolute;
    left: 0;
}

.section2-bg {
    background-color: #0068b6;
    padding-top: 45px;
    padding-bottom: 45px;
}

.section2-bg h1 {
    color: white;
}

.data-arrow-right {
    margin: 0px calc(100% - 140px) 0px;
    display: flex;
    justify-content: center;
    height: 30px;
}

.data-title {
    color: white;
    font-weight: lighter;
    text-align: center;
    position: relative;
}

.data-arrow-left {
    margin: 0px calc(50% - 90px) 0px;
    display: flex;
    justify-content: center;
    height: 30px;
}

.data-bg-right {
    background-size: cover;
    width: calc(100% - 120px);
    height: calc(100% + 10px);
    margin-right: 120px;
    background-color: white;
    position: absolute;
}

.data-bg-left {
    background-size: cover;
    width: calc(100% - 120px);
    height: calc(100% + 10px);
    margin-left: 120px;
    background-color: white;
    position: absolute;
}

.data-detail-header {
    color: #0068b6;
    font-size: 24px;
    margin-bottom: 40px;
}

.data-detail-header img {
    margin-top: -5px;
    height: 20px;
}

.data-description {
    font-size: 18px;
    color: #000;
    text-align: justify;
    word-break: break-all;
}

.half-left {
    background-image: url(../img/half-left.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 50%;
    height: 400px;
    position: absolute;
    left: 0;
}

.half-right {
    background-image: url(../img/half-right.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 50%;
    height: 400px;
    position: absolute;
    right: 0;
}

.half-right.company {
    background-image: url(../img/company.jpg);
    height: 540px;
}

.data-line {
    margin-left: 0px;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid;
    margin-right: 60px;
    font-size: 16px;
}

.intro-half {
    height: 400px;
}

.intro-half .second {
    padding-top: 70px;
    padding-left: 60px;
}

.faq-item .icon img {
    width: 23px;
    margin-top: 2px;
    margin-left: 3px;
}

@media (max-width: 1390px) {
    .section1-bg {
        width: 50%;
        margin-left: 0px;
    }

    .section1-bg {
        width: 50%;
        margin-left: 0px;
    }

    .data-bg-right {
        width: 100%;
        margin-right: 0px;
    }

    .data-bg-left {
        width: 100%;
        margin-left: 0px;
    }

    .data-arrow-right {
        margin: 0px calc(50% + -28px) 0px;
    }

    .data-arrow-left {
        margin: 0px calc(50% + -30px) 0px;
    }
}

@media (max-width: 992px) {
    *[x-apple-data-detectors],  /* iOS */
    .x-gmail-data-detectors,    /* Gmail */
    .x-gmail-data-detectors *,
    .aBn {
        border-bottom: 0 !important;
        cursor: default !important;
        color: inherit !important;
        text-decoration: none !important;
        font-size: inherit !important;
        font-family: inherit !important;
        font-weight: inherit !important;
        line-height: inherit !important;
    }


    .banner-area {
        background: url(../img/banner-bg-mobile.jpg) top;
        background-size: cover;
    }

    p {
        line-height: 1.8;
    }

    .header-text {
        font-size: 24px;
    }

    .pr-25 {
        padding-right: 15px;
    }

    .pl-25 {
        padding-left: 15px;
    }

    .testomial-area .active-testimonial-carusel {
        padding: 0 15px;
    }

    .single-testimonial {
        margin: 20px 0 0 0;
        padding: 30px 10px;
    }

    .feedback {
        margin: 20px 0px;
        display: block;
    }

    .feedback .icon {
        padding: 15px;
        text-align:center;
    }

    .feedback h4 {
        border-left: 0;
        padding: 4px 10px;
        text-align: center;
    }

    .process-collection {
        background: #fff;
        padding: 20px 0;
        margin: 0;
        box-shadow: 0 0 5px 1px #ddd;
    }

    .process-item {
        padding: 0;
    }

    .process-item .icon {
        padding: 2px 10px 0 0;
    }

    .process-item img {
        max-width: 60px;
    }

    .process-item .display-mobile {
        display: block;
    }

    .job-area p {
        margin: 0;
    }

    .warning-area .warning-text {
        margin: 0;
        padding: 30px 0;
    }

    .reservation-button-area {
        display: none;
    }

    .recommend {
        margin: 10px 0px;
        display: block;
    }

    .recommend .icon {
        padding: 15px;
        text-align:center;
    }

    .recommend h4 {
        border-left: 0;
        padding: 4px 10px;
        text-align: center;
    }

    .banner-advert {
        padding: 30px 15px 0;
    }

    #header .header-content a img {
        width: 100%;
        height: auto !important;
        margin: auto;
    }

    .reservation-area .content {
        margin: 0px;
        padding: 20px 0;
    }

    .footer-area {
        padding: 10px 0;
    }

    .footer-text {
        margin: 100px 0 0 0;
        padding: 0;
        font-size: 25px;
        font-family: Arial;
        font-weight: 600;
    }

    .footer-link a {
        font-size: 10px;
    }

    .header-content {
        padding: 10px 15px 5px 15px;
    }

    .header-bottom a {
        font-size: 12px;
    }

    .bottom-ul img {
        height: 15px;
        margin-top: -3px;
    }

    .nav-ul {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        margin-top: 10px;
        width: 100%;
    }

    .header-bottom {
        display: block;
    }

    .display-pc {
        display: none !important;
    }

    .header-bottom ul {
        margin: 0px 0px 5px 0px;
        padding: 0px 5px;
    }

    .banner-content img {
        margin: 180px 0px 20px 0px;
        width: 100%;
    }

    .banner-content {
        padding: 0px 25px;
    }

    .section1-bg {
        background: none;
    }

    .mobile-m0 {
        margin: 0px;
    }

    .section2-bg h1 {
        font-size: 24px;
    }

    .display-mobile {
        display: block;
    }

    .data-detail-header {
        text-align: center;
    }

    .data4-description {
        margin-right: 0px;
    }

    .intro-half {
        height: auto;
    }

    .intro-half .second {
        padding-left: 15px;
    }

    .data-line {
        margin-right: 0px;
    }

    .section-company {
        background-image: url(../img/company.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .div-company {
        background-color: rgba(0, 0, 0, 0.4);
    }
}

@media (max-width: 768px) {
    #price .price-detail table thead,
    #price .detail-table-wrap table thead,
    #corp-price .price-detail table thead,
    #corp-price .detail-table-wrap table thead,
    #comparison-school .price-detail table thead,
    #comparison-school .detail-table-wrap table thead,
    #detail-table .price-detail table thead,
    #detail-table .detail-table-wrap table thead {
        display: none;
    }

    #price .price-detail table tbody tr,
    #price .detail-table-wrap table tbody tr,
    #corp-price .price-detail table tbody tr,
    #corp-price .detail-table-wrap table tbody tr,
    #comparison-school .price-detail table tbody tr,
    #comparison-school .detail-table-wrap table tbody tr,
    #detail-table .price-detail table tbody tr,
    #detail-table .detail-table-wrap table tbody tr {
        border: 1px solid #CCC;
    }

    #price .price-detail table tbody tr th,
    #price .detail-table-wrap table tbody tr th,
    #corp-price .price-detail table tbody tr th,
    #corp-price .detail-table-wrap table tbody tr th,
    #comparison-school .price-detail table tbody tr th,
    #comparison-school .detail-table-wrap table tbody tr th,
    #detail-table .price-detail table tbody tr th,
    #detail-table .detail-table-wrap table tbody tr th {
        display: block;
        width: 100% !important;
        padding: 5px 5px 10px;
        border: none;
    }

    #price .price-detail table tbody tr th span {
        display: block;
        padding: 10px;
        color: #000;
    }

    #price .price-detail table tbody tr th span.comparison-total {
        display: block;
        padding: 7px;
        margin: 5px;
        color: #fff;
        background-color: #555;
    }

    #price .price-detail table tbody tr td {
        display: block;
        position: relative;
        width: 100% !important;
        padding: 8px 10px;
        border: none;
    }

    #price .price-detail table tbody tr td ul {
        margin-left: 30px;
        margin-right: 30px;
    }

    #price .price-detail table tbody tr td.comparison-school-other.company-a:before {
        content: "ライトコース";
        background-color: #64c3e0;
    }

    #price .price-detail table tbody tr td.comparison-school-other.company-b:before {
        content: "スタンダードコース";
        background-color: #48c248;
    }

    #price .price-detail table tbody tr td.comparison-school-other.company-c:before {
        content: "プレミアムコース";
        background-color: #e75754;
    }

    #price .price-detail table tbody tr td.comparison-school-other.company-a:before,
    #price .price-detail table tbody tr td.comparison-school-other.company-b:before,
    #price .price-detail table tbody tr td.comparison-school-other.company-c:before {
        display: block;
        margin-bottom: 7px;
        padding: 7px;
        color: #fff;
        font-weight: bold;
    }

    .m-p-2 {
        padding: 0 10px;
    }

    .banner-content {
        height: 750px;
    }
}

@media (max-width: 414px) {
    .banner-content h2 {
        font-size: 25px;
    }

    .banner-content {
        height: 440px;
    }
}

@media (max-width: 375px) {
    .banner-content h1 {
        font-size: 38px;
    }

    .banner-content h2 {
        font-size: 24px;
    }
}

@media (max-width: 360px) {
    .banner-content h1 {
        font-size: 36px;
    }

    .banner-content h2 {
        font-size: 22px;
    }

    .banner-content h4 {
        font-size: 17px;
    }
}

@media (max-width: 320px) {
    .banner-content h1 {
        font-size: 32px;
    }

    .banner-content h2 {
        font-size: 19px;
    }

    .banner-content h3 {
        font-size: 18px;
    }

    .banner-content h4 {
        font-size: 13px;
    }

    .single-service h4 {
        font-size: 15px;
    }

    .display-not-320 {
        display: none;
    }

    .display-320 {
        display: block;
    }

    .data-detail-header {
        font-size: 20px;
    }

    .header-text {
        font-size: 20px;
    }

    .footer-link a {
        margin-left: -3px;
        padding-right: 13px;
    }
}