@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    vertical-align: baseline;
    box-sizing: border-box;

}

body {
    font-family: ibm-plex-sans-jp, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: 16px;
    line-height: 190%;
}

img {
    border: 0px;
    width: auto;
    max-width: 100%;
    vertical-align: bottom;
}

table {
    border: 0;
    border-style: none;
    border-spacing: 0;
}

/* for modern brouser */
.cf:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

/* IE7,MacIE5 */
.cf {
    display: inline-block;
}

/* WinIE6 below, Exclude MacIE5 \*/
* html .cf {
    height: 1%;
}

.cf {
    display: block;
}

/**/

/*margin*/
.mgt5 {
    margin-top: 5px !important;
}

.mgt10 {
    margin-top: 10px !important;
}

.mgt20 {
    margin-top: 20px !important;
}

.mgt25 {
    margin-top: 25px !important;
}

.mgt30 {
    margin-top: 30px !important;
}

.mgt35 {
    margin-top: 35px !important;
}

.mgt40 {
    margin-top: 40px !important;
}

.mgt45 {
    margin-top: 45px !important;
}

.mgt50 {
    margin-top: 50px !important;
}

.mgt55 {
    margin-top: 55px !important;
}

.mgt60 {
    margin-top: 60px !important;
}

.mgt65 {
    margin-top: 65px !important;
}

.mgb0 {
    margin-bottom: 0px !important;
}

.mgb10 {
    margin-bottom: 10px !important;
}

.mgb20 {
    margin-bottom: 20px !important;
}

.mgb30 {
    margin-bottom: 30px !important;
}

.mgb40 {
    margin-bottom: 40px !important;
}

.mgb50 {
    margin-bottom: 50px !important;
}

.mgb60 {
    margin-bottom: 50px !important;
}

.mgb70 {
    margin-bottom: 50px !important;
}

.mgl0 {
    margin-left: 0px !important;
}

.mgl10 {
    margin-left: 10px !important;
}

.mgl15 {
    margin-left: 15px !important;
}

.mgl20 {
    margin-left: 20px !important;
}

.mgl30 {
    margin-left: 30px !important;
}

.mgl40 {
    margin-left: 40px !important;
}

.mgl50 {
    margin-left: 50px !important;
}

.mgr0 {
    margin-right: 0px !important;
}

.mgr10 {
    margin-right: 10px !important;
}

.mgr15 {
    margin-right: 15px !important;
}

.mgr20 {
    margin-right: 20px !important;
}

.mgr30 {
    margin-right: 30px !important;
}

.mgr40 {
    margin-right: 40px !important;
}

.mgr50 {
    margin-right: 50px !important;
}

/* For padding */
.pdt0 {
    padding-top: 0px !important;
}

.pdt5 {
    padding-top: 5px !important;
}

.pdt10 {
    padding-top: 10px !important;
}

.pdt15 {
    padding-top: 15px !important;
}

.pdt20 {
    padding-top: 20px !important;
}

.pdt25 {
    padding-top: 25px !important;
}

.pdt30 {
    padding-top: 30px !important;
}

.pdt35 {
    padding-top: 35px !important;
}

.pdb5 {
    padding-bottom: 5px !important;
}

.pdb10 {
    padding-bottom: 10px !important;
}

.pdb15 {
    padding-bottom: 15px !important;
}

.pdb20 {
    padding-bottom: 20px !important;
}

.pdb25 {
    padding-bottom: 25px !important;
}

.pdb30 {
    padding-bottom: 30px !important;
}

.pdl5 {
    padding-left: 5px !important;
}

.pdl10 {
    padding-left: 10px !important;
}

.arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}

.arrow::before,
.arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

@media (max-width: 768px) {
    body {
        font-size: 0.9rem;
    }
}


/* ---------------------------------------------------------
 common
----------------------------------------------------------*/
.inner {
    max-width: 1100px;
    margin: auto;
    padding: 80px 50px;
}

.inner p:last-child {
    margin-bottom: 0;
}

.flex {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.flex-2 {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center;
}

.point_txt {
    font-weight: bold;
    color: #8a0124;
}

figure {
    text-align: center;
    /* width: 100%; */
}

a {
    /* : underline; */
    outline: none;
    cursor: pointer;
}

a:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

a img:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.highlighted {
    background-color: #000;
    color: rgb(20, 20, 20);
    padding: 10px 0 10px 21px;
    font-size: 1.2rem;
    font-family: "Noto Sans JP", sans-serif;
}


.highlighted span {
    border-right: 2px solid #fff;
    font-size: 21px;
    padding-right: 17px;
    margin-right: 17px;
}

.highlighted_mini {
    color: #000;
}

.highlighted_mini span {
    border-right: 2px solid #000;
    padding-right: 7px;
    margin-right: 7px;
}


h2, h3, .btn, .app_btn, .min_txt {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
}

h2 {
    position: relative;
    margin-bottom: 40px;
    font-size: 2.5rem;
    font-weight: 900;
    padding-bottom: 20px;
}

.inner h2::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    content: '';
    width: 50px;
    height: 5px;
    background-color: #406574;
}

h2 span {
    font-size: 1rem;
    padding-left: 20px;
    font-weight: 600;
}

h3 {
    color: #000;
    font-size: 1.4rem;
    margin-bottom: 10px;
    font-weight: bold;
}

h4.small_ttl {
    border-left: 3px solid #2d5667;
    margin: 30px 0 15px;
    padding-left: 0.5rem;
    font-size: 1.1rem;
}

h4.small_ttl.inblock {
    margin: 30px 30px 10px;
}

ul.btn {
    clear: both;
    display: flex;
    margin-bottom: 30px;
}

ul.btn li {
    width: 49%;
    margin-right: 2%;
}

ul.btn li:last-child {
    margin-right: 0;
}

ul.btn li:first-child p {
    background-color: #8a0124;
}

ul.btn li:last-child p {
    margin-right: 0;
    background-color: #60021a;
}

ul.btn li p {
    font-weight: bold;
    display: block;
    margin: auto;
    text-align: center;
    padding: 10px;
    line-height: 150%;
    color: #fff;
    border-radius: 5px;
    background: url(./images/arrow_w.png)no-repeat right 10px bottom 50%;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-size: 10px, 100%;
    box-shadow: 3px 3px 10px 0px #e8e8e8;
}

ul.btn li p a {
    color: #fff;
    text-decoration: none;
    display: block;
}

ul.btn li p span {
    font-size: 1rem;
}

ul.btn li p.soldout {
    background-color: #646464 !important;
    margin-bottom: 0 !important;
}

ul.btn li p.min_txt {
    background: none;
    color: #8a0124;
    box-shadow: none;
}

.sns_area {
    text-align: right;
    max-width: 1200px;
    margin: auto;
    padding: 20px 85px 0;
    margin: auto;
    line-height: 1;
}

.sns_area .fb_iframe_widget {
    float: right;
    margin-left: 5px;
    display: block;
}

.sns_area .twitter_btn {
    display: inline-block;
}

/* Xに変更 */
.sns_area .twitter_btn a {
    font-size: 12px;
    background: #000;
    color: #fff;
    font-weight: 500;
    padding: 0px 10px 3px;
    border-radius: 3px;
}

.sns_area .twitter_btn a i{
    margin-right: 3px;
}

/* Xに変更 */

.border-top {
    border-top: 2px solid #39abc0;
}

.flex-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}


@media (max-width: 768px) {
    .inner {
        padding: 50px 20px;
    }

    .c_wrap_wide {
        padding: 50px 10px;
    }

    h2 {
        font-size: 1.5rem;
        padding-bottom: 10px;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

    h3 {
        font-size: 1.2rem;
    }

    .sns_area {
        padding: 20px 10px 0;
    }
}

@media (max-width: 768px) {
    ul.btn li p span {
        font-size: .8rem;
    }
}

@media (max-width: 480px) {
    h2 {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    h2 span {
        font-size: 0.9rem;
    }

    h3 {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }

    ul.btn {
        display: inherit;
    }

    ul.btn li {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }

    ul.btn li:last-child {
        clear: both;
    }

    ul.btn li p.min_txt {
        margin-bottom: 10px !important;
    }

    .highlighted {
        font-size: 1rem;
    }
}

.sp-br {
    display: none;
}

@media screen and (max-width: 550px) {
    .pc-br {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .sp-br {
        display: inline;
    }
}

.tb-br {
    display: none;
}

@media screen and (max-width: 768px) {
    .tb-br {
        display: inline;
    }
}


.contact_btn {
    color: #08555f;
    width: 32%;
    font-weight: bold;
    font-size: 16px;
    background-image: url(./images/contact_1.png);
    background-size: 7px, 100%;
    border: solid 3px #2d5667;
    text-align: center;
    padding: 7px 0px;
    display: block;
    background-repeat: no-repeat;
    background-position-x: 93%;
    background-position-y: 50%;
    margin: 0 auto;
    min-width: 400px;
}

@media screen and (max-width: 850px) {
    .contact_btn {
        font-size: 13px;
        width: 80%;
        margin: 25px auto 5px;
    }
}

@media screen and (max-width: 480px) {
    .contact_btn {
        min-width: initial;
    }
}

/* ---------------------------------------------------------
 header
----------------------------------------------------------*/


header {
    position: relative;
}

/* mainv ----------------- */

header .mainv img {
    width: 100%;
}

.mainv_pc {
    display: block;
}

.mainv_sp {
    display: none;
}

@media screen and (max-width: 480px) {
    .mainv_pc {
        display: none;
    }

    .mainv_sp {
        display: block;
    }
}

/* gnav ----------------- */

.gnav_area {
    background: #000;
    position: relative;
}

.nav_wrap {
    max-width: 1200px;
    margin: auto;
    top: 0;
    z-index: 100;
}

.gnav_area #nav {
    width: 100%;
    position: inherit;
    background-color: #000;
    z-index: 500;
}

.gnav_area #navmenu {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    box-sizing: border-box;
    text-align: center;
}

.gnav_area #navmenu li {
    color: #ffffff;
    display: inline-block;
    line-height: 1;
    font-size: 1rem;
    letter-spacing: 0.07em;
    border-right: solid 1px #ffffff;
    padding: 0 34px;
}

.gnav_area #navmenu li:nth-child(6) {
    border-right: 0;
}

.gnav_area #navmenu li:last-child {
    border-right: 0;
    padding: 0;
}

/*.gnav_area #navmenu li:nth-of-type(5) {
    border-right: none!important;
}*/

.gnav_area #navmenu li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    line-height: 30px;
}

.gnav_area #navmenu li a:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;
    /* Safari 1.x */
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.gnav_area .app_btn {
    display: flex;
    right: 0px;
    top: 100%;
}

.gnav_area .app_btn li {
    margin-right: 1em;
    border-radius: 0 0 5px 5px;
}

.gnav_area .app_btn li {
    background-color: #1f5a73;
    margin: 0;
}

.gnav_area .app_btn li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    display: block;
    padding: 0 1.5em;
}

.gnav_area .app_btn.sp {
    display: none;
}

.gnav_area .app_btn.pc {
    background-color: #1f5a73;
    padding: 10px 15px;
}

.gnav_area .slicknav_menu {
    display: none;
}

@media screen and (max-width: 1200px) {
    .gnav_area .app_btn {
        right: 30px;
    }
}

@media screen and (max-width: 1100px) {
    .gnav_area .app_btn {
        right: 0;
    }

    .gnav_area #navmenu li {
        border-right: solid 1px #545454;
        padding: 0 20px;
        font-size: 0.8rem;
    }

    .gnav_area #navmenu li:nth-child(4),
    .gnav_area #navmenu li:nth-child(5),
    .gnav_area #navmenu li:nth-child(6) {
        border-bottom: none;
    }

    .gnav_area #navmenu li:last-child {
        width: 100%;
        border-bottom: none;
    }

    .gnav_area .app_btn.pc {
        padding: 0;
    }
}

@media screen and (max-width: 860px) {
    .gnav_area {
        display: flex;
    }

    .nav_wrap {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background-color: #000;
    }

    .gnav_area .app_btn.pc {
        display: none;
    }

    .gnav_area .app_btn.sp {
        display: flex;
        align-items: flex-start;
        right: 0;
        top: 10px;
    }

    .gnav_area .app_btn.sp li {
        border-radius: 5px;
        padding: 0 .5em;
    }

    .gnav_area .app_btn.sp li:last-child {
        margin: 10px;
    }

    .gnav_area .app_btn.sp li a {
        font-size: .8rem;
    }

    .gnav_area #navmenu {
        display: none;
    }

    .gnav_area #nav {
        display: none;
    }

    .gnav_area .slicknav_menu {
        display: block;
    }
}

@media screen and (max-width: 550px) {
    .gnav_area .app_btn li a {
        padding: 0 2px;
    }

    .gnav_area .app_btn.sp li a span {
        display: none;
    }
}

/* ---------------------------------------------------------
 c_merit
----------------------------------------------------------*/
.contact {
    background: #F5F5F5 !important;
    padding: 50px 0;
    clear: both;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .contact {
        padding: 20px 0;
    }
}

@media screen and (max-width: 480px) {
    .contact-btn {
        max-width: 300px;
        font-size: 0.8rem;
    }
}

/* ---------------------------------------------------------
 c_introduction
----------------------------------------------------------*/

#c_introduction .inner h2 {
    font-size: 1.7rem;
    width: 100%;
    font-weight: 700;
    padding-left: 0.1rem;
}

#c_introduction .inner figure {
    max-width: 150px;
    margin-right: 40px;
}

#c_introduction .inner dl {
    width: 70%;
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#c_introduction .inner dl dt {
    font-weight: bold;
    width: 100%;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

#c_introduction .inner dl dd {
    background: #E7E7E7;
    width: 47.5%;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 0.95rem;
    line-height: normal;
}

#c_introduction .inner h5 {
    font-weight: bold;
    width: 100%;
    margin-bottom: 15px;
    font-size: 1.1rem;
    display: block;
}

#c_introduction .inner .flex-box {
    flex-wrap: nowrap;
}

#c_introduction .inner ul {
    flex-wrap: wrap !important;
    flex-direction: column;
}

#c_introduction .inner ul li {
    background: #E7E7E7;
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
    margin-right: 10px;
    line-height: normal;
    border-radius: 15px;
    position: relative;
    font-size: 1.1rem;
}

#c_introduction .inner ul li:nth-child(2) {
    margin-left: -30px;
}

#c_introduction .inner ul li:nth-child(3) {
    margin-left: -60px;
}

@media screen and (max-width: 1100px) {
    #c_introduction .inner ul li br {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #c_introduction .inner h2 {
        font-size: 1.2rem;
    }

    #c_introduction .inner figure {
        max-width: 160px;
        margin-right: 10px;
    }

    #c_introduction .inner h5 {
        margin-top: 0.5rem;
        margin-bottom: 0;
    }

    #c_introduction .inner .flex-box {
        display: flex;
        margin-top: 10px;
        justify-content: space-between;
    }

    #c_introduction .inner ul li {
        width: 100%;
        font-size: 0.95rem;
        line-height: 1.5em;
    }

    #c_introduction .inner {
        padding: 20px 20px 60px;
    }
}

@media screen and (max-width: 480px) {
    #c_introduction .inner figure {
        max-width: 80px;
    }

    #c_introduction .inner dl {
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
    }

    #c_introduction .inner ul li:nth-child(2),
    #c_introduction .inner ul li:nth-child(3) {
        margin-left: initial;
    }
}

/* ---------------------------------------------------------
 c_about
----------------------------------------------------------*/
#c_about .inner figure {
    max-width: 380px;
    float: right;
    clear: both;
    padding-left: 30px;
    padding-bottom: 30px;
}

#c_about .inner figure img {
    border-radius: 5px;
    border: 1px solid #ececec;
}

#c_about .inner p {
    margin-bottom: 20px;
}

#c_about .inner ul li {
    list-style: square !important;
    margin-left: 1rem;
    margin-bottom: 10px;
}

#c_about .inner ul li a {
    text-decoration: underline;
    color: #000;
}

#c_about .image_box {
    background: url(/images/about.png) right 0px no-repeat;
    width: 100%;
    background-size: cover;
    background-position: 0 40%;
    height: 280px;
}

@media screen and (max-width: 768px) {
    #c_about {
        background-attachment: scroll;
    }

    #c_about .image_box {
        height: 200px;
    }
}

@media screen and (max-width: 560px) {
    #c_about .inner figure {
        padding-left: 15px;
        padding-bottom: 15px;
        max-width: 150px;
    }

    #c_about .image_box {
        height: 100px;
    }
}

/* ---------------------------------------------------------
 c_course
----------------------------------------------------------*/

#c_course {
    background: url(./images/bg_1.png), url(./images/bg_2.png);
    background-position: top, bottom;
    background-size: 100%;
    background-color: #dae4e9;
    background-repeat: no-repeat;
}

#c_course .course_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

#c_course.first {
    background-color: #e9e9e9;
}

#c_course.second h2 {
    color: #fff;
}

#c_course.first .inner h2::after {
    background-color: #ea6306;
}

#c_course.second .inner h2::after {
    background-color: #ea6306;
}

#c_course .course_list {
    background-color: #fff;
    padding: 0;
    position: relative;
}

#c_course .course_list:last-of-type {
    border-radius: 0 0 5px 5px;
}

.course_list .common_list {
    border-bottom: solid 2px #f3f3f3;
    margin: 0 10px;
    padding: 10px;
}

.course_list .common_list:last-of-type {
    border-bottom: none;
    padding-bottom: 18px;
}

.course_list figure {
    width: 49%;
    padding: 20px 0;
}

.course_area {
    display: flex;
    justify-content: space-between;
}

.course_area p {
    width: 40%;
    font-size: 0.9em;
}

.course_area p a {
    color: #138dd6;
    border-bottom: solid 1px #138dd6;
}

.common_list dt {
    width: 32%;
    color: #406574;
    font-weight: 600;
    font-size: 17px;
}

.common_list dd {
    width: 68%;
    font-size: 14px;
    padding-left: 1.25em;
    text-indent: -1.25em;
    line-height: 1.3em;
    margin: 5px 0;
}

.common_list dd::before {
    content: "";
    width: 7px;
    height: 2px;
    display: inline-block;
    background-color: #93b7bc;
    border-radius: 0%;
    margin-right: 8px;
    transform: translateY(-5px);
}

#c_course .inner .inner {
    display: block;
}

#c_course .volume {
    display: block;
    padding: 15px 1em;
    background-color: #2c819a;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 0;
}

#c_course li:first-of-type .volume {
    background-color: #4273a3;
}

#c_course .course_wrap>li {
    width: 48.5%;
}

#c_course .common_list dt,
#c_course .common_list dd {
    width: 100%;
}

#c_course li:first-of-type .highlighted {
    background-color: #b9d2e9;
}

#c_course li:first-of-type .common_list dt {
    color: #597693;
}

#c_course li:last-of-type .course_list li .highlighted {
    background-color: #b9dde9;
}

#c_course li:last-of-type .common_list dt {
    color: #6695a3;
}

#c_course li:first-of-type .common_list dd::before {
    color: #597593;
}

#c_course li:last-of-type .common_list dd::before {
    color: #6695a3;
}

#c_course .course_wrap li:last-child .course_list li:nth-of-type(1) {
    min-height: 641px;
}

#c_course .course_wrap li:last-child .course_list li:nth-of-type(2) {
    min-height: 605px;
}

#c_course .course_wrap li:last-child .course_list li:nth-of-type(3) {
    min-height: 155px;
}

#c_course .sub_txt {
    line-height: 1.5em;
    font-size: 17px;
    font-weight: bold;
}

@media screen and (max-width: 1076px) {
    #c_course .course_wrap li:last-child .course_list li:nth-of-type(2) {
        min-height: 623px;
    }
}

@media screen and (max-width: 1057px) {
    #c_course .course_wrap li:last-child .course_list li:nth-of-type(1) {
        min-height: 659px;
    }
}

@media screen and (max-width: 992px) {
    #c_course .course_wrap li:last-child .course_list li:nth-of-type(1) {
        min-height: 678px;
    }

    #c_course .course_wrap li:last-child .course_list li:nth-of-type(2) {
        min-height: 641px;
    }
}

@media screen and (max-width: 963px) {
    #c_course .course_wrap li:last-child .course_list li:nth-of-type(3) {
        min-height: 173px;
    }
}

@media screen and (max-width: 959px) {
    #c_course .course_wrap li:last-child .course_list li:nth-of-type(2) {
        min-height: 659px;
    }
}

@media screen and (max-width: 934px) {
    #c_course .course_wrap li:last-child .course_list li:nth-of-type(2) {
        min-height: 677px;
    }
}

@media screen and (max-width: 931px) {
    #c_course .course_wrap li:last-child .course_list li:nth-of-type(2) {
        min-height: 695px;
    }
}

@media screen and (max-width: 870px) {
    #c_course {
        background-attachment: scroll;
    }

    .common_list dt {
        width: 100%;
    }

    .common_list dd {
        width: 100%;
        /* padding: 0; */
    }

    .course_list figure {
        width: 100%;
        padding: 10px 0;
    }

    .flex-2 {
        flex-wrap: wrap;
    }

    .course_list .common_list {
        padding: 12px 0px;
    }

    .highlighted {
        padding: 10px 20px;
    }

    .dd_flex_wrap {
        margin: 20px 0 0 0;
    }

    #c_course .course_wrap {
        display: block;
    }

    #c_course .course_wrap li {
        width: 100%;
    }

    #c_course .course_wrap li:last-of-type {
        margin-top: 30px;
    }

    #c_course .course_wrap li:last-child .course_list li:nth-of-type(1),
    #c_course .course_wrap li:last-child .course_list li:nth-of-type(2),
    #c_course .course_wrap li:last-child .course_list li:nth-of-type(3) {
        min-height: initial;
    }
}

@media screen and (max-width: 600px) {
    .course_area {
        display: block;
    }

    .course_area p {
        width: 100%;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    #c_course .volume {
        font-size: 19px;
    }

    .common_list dt {
        line-height: 21px;
        font-size: 15px;
    }

    #c_course h2 span {
        display: block;
        padding-left: initial;
        padding-top: 10px;
    }

    #c_course .sub_txt {
        font-size: 15px;
    }
}

/* ---------------------------------------------------------
 c_merit
----------------------------------------------------------*/
#c_merit {
    background-color: #beced5;
    background-image: url(./images/bg_1.png), url(./images/bg_2.png);
    background-position: top, bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}

#c_merit ul {
    display: flex;
    justify-content: space-between;
}

ul.point_ul dd p {
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    background-color: #2d5667;
    border-radius: 3px;
    padding: 0 33px;
    transform: translateY(-20px);
}

ul.point_ul dd img, ul.price_ul dd img {
    margin: 0 10%;
    max-width: 200px;
}

@media screen and (max-width: 870px) {
    ul.point_ul dd img, ul.price_ul dd img {
        margin: 0 10%;
        max-width: 200px;
    }
}

@media screen and (max-width: 480px) {
    ul.point_ul dd img, ul.price_ul dd img {
        margin: 0 10%;
        max-width: 160px;
    }
}

ul.point_ul dd, ul.price_ul dd {
    display: flex;
    flex-direction: column;
    align-items: center;
}


#c_merit ul li {
    position: relative;
    width: 32%;
    background-color: #fff;
    border-radius: 5px;
}

#c_merit ul li dl {
    position: relative;
    color: #000;
    padding: 39px 25px 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#c_merit ul li dl span {
    font-size: 36px;
    font-weight: 700;
    margin-right: 20px;
}

#c_merit ul li dt {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 10px;
}

#c_merit ul li.program1 {
    background-image: url(/images/program_1.jpg);
    background-repeat: no-repeat;
    background-position: right 50%;
    background-size: 57%;
}

#c_merit ul li.program2 {
    background-image: url(/images/program_2.jpg);
    background-repeat: no-repeat;
    background-position: left 50%;
    background-size: 57%;
}

#c_merit ul li.program3 {
    background-image: url(/images/program_3.jpg);
    background-repeat: no-repeat;
    background-position: right 50%;
    background-size: 57%;
}

#c_merit ul li.program1 dl, #c_merit ul li.program3 dl, #c_merit ul li.program5 dl {
    float: left;
    width: 50%;
}

#c_merit ul li.program2 dl, #c_merit ul li.program4 dl {
    float: right;
    width: 50%;
}

#c_merit ul li.program1 dt {
    padding-bottom: 10px;
}

#c_merit .btn p {
    margin-bottom: 0;
}

@media screen and (max-width: 870px) {
    #c_merit ul {
        flex-wrap: wrap;
    }

    li.point2.cf {
        margin-top: 25px;
    }

    li.point3.cf {
        margin-top: 25px;
    }

    #c_merit ul li {
        width: 100%;
    }

    #c_merit ul li dl {
        padding: 35px 25px;
    }

    #c_merit ul li dt {
        padding-bottom: 0px;
        font-size: 1rem;
    }

    #c_merit ul li.program1 dl, #c_merit ul li.program3 dl, #c_merit ul li.program5 dl {
        width: 100%;
    }

    #c_merit ul li.program2 dl, #c_merit ul li.program4 dl {
        width: 100%;
    }

    #c_merit ul li.program1, #c_merit ul li.program2, #c_merit ul li.program3, #c_merit ul li.program4, #c_merit ul li.program5 {
        background-size: cover;
        position: relative;
        height: 330px;
        background-position: bottom;
    }

    #c_merit ul li dt {
        margin-bottom: 10px;
    }

    #c_merit ul li.program1 dl, #c_merit ul li.program2 dl, #c_merit ul li.program3 dl, #c_merit ul li.program4 dl, #c_merit ul li.program5 dl {
        position: absolute;
        bottom: 0;
    }

    #c_merit ul li dl span {
        font-size: 2rem;
        margin-right: 10px;
    }

    /* #c_merit ul li dd img {
        width: 40%;
        max-width: 200px;
    } */
    section#c_merit dd {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    ul.point_ul dd {
        font-size: .9rem;
    }
}

@media screen and (max-width: 480px) {

    /* #c_merit ul li dd img {
    width: 65%;
} */
    ul.point_ul dd p {
        padding: 0 20px;
        transform: translateY(-15px);
    }
}

/* ---------------------------------------------------------
 c_overview
----------------------------------------------------------*/
#c_overview {
    background-color: #b5c8d0;
}

#c_overview table {
    width: 100%;
}

#c_overview table tr th {
    background: #2d5667bd;
    color: #FFF;
    border-bottom: 1px solid #fff;
    width: 30%;
    padding: 15px 0;
}

#c_overview table tr td {
    background: #fff;
    padding: 10px 15px;
    border-bottom: 1px solid #2d5667bd;
}

#c_overview table tr td dl dt {
    width: 10%;
    min-width: 4rem;
}

#c_overview table tr td dl dd {
    width: calc(100% - 4.5rem);
}

#c_overview table tr td ul li {
    padding-left: 1rem;
    text-indent: -1rem;
    display: block;
}

#c_overview table tr td ul li h6 {
    font-size: 1rem;
    text-indent: 0;
    margin-left: -1rem;
}

#c_overview .schedule_detail {
    padding-left: 1rem;
}

a.app-btn {
    color: #FFF;
    max-width: 400px;
    margin: 40px auto 20px;
    padding: 20px;
    background: #1f485a url(./images/contact_arrow-wh.png)no-repeat right 10px bottom 50%;
    background-size: 10px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
    display: block;
}

.close_btn {
    background: #9d9d9e !important;
    color: #d1d1d1 !important;
    pointer-events: none !important;
}

#c_overview a.contact-btn {
    max-width: 330px;
    font-size: 0.9rem;
}

.side-by-side {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    /* margin: 40px auto 20px; */
    flex-wrap: wrap;
}

.side-by-side a {
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#c_overview .inner {
    padding-bottom: 0;
}

#c_overview .contact {
    padding-top: 0;
    background-color: #b5c7d0 !important;
    padding-bottom: 80px;
}

@media screen and (max-width: 870px) {
    a.app-btn {
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {
    #c_overview table tr td dl dt {
        width: 100%;
    }

    #c_overview table tr td dl dd {
        width: 100%;
        font-size: 0.75rem;
    }

    .side-by-side a {
        font-size: 13px;
    }

    a.app-btn {
        padding: 10px;
    }
}

@media screen and (max-width: 480px) {
    #c_overview a.contact-btn {
        max-width: 255px;
        font-size: 0.7rem;
    }

    #c_overview table tr td ul li h6 {
        font-size: 0.9rem;
    }

    .side-by-side {
        display: block;
        width: 100%;
        margin: auto;
        margin-top: 30px;
    }

    .side-by-side a {
        margin: 20px auto;
        font-size: 13px;
        padding: 15px;
        width: 90%;
    }

    .side-by-side a .tb-br {
        display: none;
    }
}

/* ---------------------------------------------------------
 c_schedule
----------------------------------------------------------*/
#c_schedule {
    background-color: #f0f0f0;
}

section#c_schedule p {
    font-weight: 700;
    text-align: right;
    margin-top: 10px;
}

.schedule_table {
    overflow-x: scroll;
    overflow-y: hidden;
}

#c_schedule table th, #c_schedule table td {
    padding: 10px 24.5px;
    text-align: center;
    font-weight: 600;
}

#c_schedule .point_text {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 15px;
}

#c_schedule .inner .schedule_list dl dt {
    color: #138dd6;
    display: list-item;
    font-weight: bold;
    padding: 0 0 15px;
    text-align: center;
    font-size: 1.2rem;
}

#c_schedule .inner .schedule_list dl dd {
    font-weight: bold;
    display: flex;
}

#c_schedule .inner .schedule_list dl dd figure img {
    width: 100px;
    border: 2px solid #000;
    margin-bottom: 20px;
    padding: 3px;
    border-radius: 8px;
}

#c_schedule .inner .schedule_list dl dd figure img:last-child {
    margin-left: 5px;
}

#c_schedule .inner .schedule_list dl dd span.sup {
    font-weight: normal;
    font-size: 0.8rem;
    line-height: 150%;
    padding-left: 1em;
    text-indent: -1em;
    display: block;
    margin: 10px 0;
}

#c_schedule .inner .schedule_list a {
    color: #000 !important;
    font-weight: bold;
    font-size: 0.8rem;
    border-bottom: 1px solid #000;
}

#c_schedule .inner .schedule_list p.schedule_btn {
    background-color: #138dd6;
    border-radius: 25px;
    width: 230px;
    text-align: center;
    margin: 15px auto 0;
}

#c_schedule .inner .schedule_list p.schedule_btn a {
    background: url(./images/arrow_w.png)no-repeat right 10px bottom 50%;
    background-size: 6px, 100%;
    display: block;
    color: #fff !important;
    font-size: 1rem;
    border-bottom: none;
    padding: 7px;
}

#c_schedule .inner .schedule_list p.contact_link {
    text-align: center;
    margin: 15px auto 0;
}

#c_schedule .inner .schedule_list p.terms_text {
    margin: 30px 0 50px;
}

#c_schedule .inner .schedule_list p.terms_text a {
    font-size: 1rem;
}

#c_schedule .schedule_list ul {
    display: flex;
    flex-wrap: wrap;
}

#c_schedule .schedule_list ul li {
    width: 48%;
    background-color: #f0f0f0;
    margin: 1%;
    padding: 20px 20px 20px;
    position: relative;
}

#c_schedule thead tr td {
    background-color: #000 !important;
    color: #fff;
}

.td_course_ttl_blue {
    background-color: #2d5667b5;
    min-width: 210px;
}

#c_schedule .td_span {
    font-size: .8rem;
    border: none;
    color: #fff;
    background-color: #224655;
    border-radius: 3px;
    padding: 2px 10px;
    margin-top: 15px;
    display: inline-block;
}

.small_txt {
    font-weight: 400;
    font-size: 0.7rem;
}

@media screen and (max-width: 480px) {
    .td_course_ttl_blue {
        min-width: 160px;
    }
}

.td_month {
    vertical-align: middle;
}

.td_course_ttl {
    background-color: #35a9bffa;
}

td {
    vertical-align: middle;
}

.td_month {
    min-width: 132px;
}

.td_title {
    width: 20%;
    white-space: nowrap;
}

.td_circle {
    font-size: 22px;
    color: #406574;
}

.td_short {

    padding: 10px 30.8px !important;
    white-space: nowrap;
}

.td_course_day {
    width: 40%;
    min-width: 210px;
    padding: 10px 20px 10px 15px !important;
    white-space: nowrap;
}

.btn_box {
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
}

#c_schedule .inner .image_box {
    background: url(/images/schedule.png) right 0px no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 280px
}

figure.schedule_ito_jyuku {
    max-width: 100%;
}

#c_schedule .contact {
    background-color: #f0f0f0;
    padding: 30px 10px;
}

#c_schedule .contact h4 {
    font-size: 1.1rem;
    padding-top: 40px;
    text-align: center;
}

#c_schedule .contact .contact_list {
    max-width: 700px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin: auto;
}

#c_schedule .contact .contact_list li {
    width: 49%;
    margin: 30px auto;
    font-weight: bold;
    line-height: 120%;
    border-radius: 50px;
    background: url(./images/contact_1.png)no-repeat right 10px bottom 50%;
    background-size: 7px, 100%;
    color: #203864;
    border: solid 2px #203864;
}

#c_schedule .contact ul.contact_list li:last-child {
    background: url(./images/contact_2.png)no-repeat right 10px bottom 50%;
    color: #1f4e79;
    border: solid 2px #1f4e79;
}

#c_schedule .contact .contact_list li a {
    display: block;
    padding: 10px 5px;
}

#c_schedule .contact .contact_list li a:last-child {
    color: #1f4e79;
}

.terms_text a {
    color: #000;
    border-bottom: solid 1px #000;
}

#c_schedule .contact .cautions {
    margin: 20px auto;
    max-width: 1100px;
}

#c_schedule .contact .cautions li {
    list-style: square !important;
    text-align: left;
    margin-left: 30px;
    font-size: 0.9rem;
    line-height: 150%;
    padding-bottom: 15px;
}

li.coming-soon {
    text-align: center;
    line-height: 352.8px;
}

li.coming-soon p {
    font-weight: 700;
    color: #cfcece;
}

.online {
    padding-bottom: 30px !important;
    border-bottom: solid 1px #b7c4d0;
    margin: 20px auto !important;
    align-items: flex-start;
}

.online ul {
    text-align: left;
    margin-top: 10px;
}

.online ul li {
    font-weight: bold;
    list-style: disc;
    margin-left: 20px;
}

.online h3 {
    border-left: solid 5px #138dd6;
    padding-left: 20px;
    text-align: left;
    margin-bottom: 30px;
}

.online .online_text {
    width: 50%;
    padding: 0 50px;
}

.online figure {
    width: 50%;
}

.online a {
    background: url(./images/arrow_w.png) no-repeat right 0px bottom 50%;
    background-size: 6px, 100%;
    color: #fff;
    display: block;
}

.online p {
    background-color: #138dd6;
    border-radius: 25px;
    width: 230px;
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 15px;
}

.green_light {
    background-color: #c1d5d88f;
    white-space: nowrap;
    vertical-align: middle;
}

.green_dark {
    background-color: #9ddbe4;
    white-space: nowrap;
    vertical-align: middle;
}


@media screen and (max-width: 768px) {
    #c_schedule .contact ul.contact_list li {
        width: 270px;
        margin: 10px auto;
    }

    #c_schedule .inner {
        font-size: 15px;
    }

    #c_schedule .inner .schedule_list {
        width: 100%;
        padding: 0;
    }

    #c_schedule .inner .image_box {
        height: 200px;
        background-size: cover;
    }

    #c_schedule .contact h4 {
        margin-bottom: 20px;
    }

    #c_schedule .inner .schedule_list dl dt {
        font-size: 1.1rem;
        padding-bottom: 5px;
    }

    #c_schedule .contact ul.cautions li {
        font-size: 0.8rem;
    }

    .online .online_text {
        width: 100%;
        padding: 0 10px;
    }

    .online figure {
        width: 100%;
        padding: 15px 20px;
    }

    #c_schedule table th, #c_schedule table td {
        padding: 0px 27px;
        text-align: center;
    }
}

@media screen and (max-width: 610px) {
    #c_schedule .schedule_list ul li {
        width: 100%;
        display: block;
        margin: 15px 0;
        padding: 20px 20px;
    }

    #c_schedule .schedule_list ul li:last-of-type {
        display: none !important;
    }

    #c_schedule .inner .schedule_list p.schedule_btn {
        width: 200px;
    }

    .btn_box {
        position: static;
        margin-top: 20px;
    }
}

@media screen and (max-width: 480px) {
    #c_schedule .inner .schedule_list dl dd p {
        width: 100%;
    }

    #c_schedule .contact ul.contact_list li {
        width: 100%;
    }

    #c_schedule .point_text {
        font-size: 1rem;
    }

    #c_schedule .contact ul.cautions li {
        margin-left: 20px;
    }

    .online p {
        width: 100%;
    }

    .coming-soon {
        text-align: center;
        line-height: 352.8px;
    }
}

/* ---------------------------------------------------------
 c_recommend
----------------------------------------------------------*/
#c_recommend .voicelist {
    justify-content: center;
}

#c_recommend .voicelist li {
    padding: 10px 0px;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #b7c4d0;
    width: 72%;
}

#c_recommend .voicelist li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

#c_recommend .voicelist li img {
    width: 120px;
    margin-right: 20px;
}

#c_recommend .voicelist li p span {
    float: right;
    clear: both;
}

#c_recommend .voicelist li dl dt {
    color: #8a0124;
    float: right;
    margin-top: 10px;
    width: 75%;
    text-align: right;
    line-height: 1.4;
}

#c_recommend .voicelist li dl dt br {
    display: inline;
}

.voicelist.flex p {
    width: -webkit-fill-available;
}

#c_recommend .pgm_box h3 {
    background: url(./images/60.png) no-repeat;
    padding-left: 1.8em;
    background-size: contain;
}

#c_recommend .pgm_box {
    padding: 20px;
    margin-bottom: 30px;
}

#c_recommend .pgm_box:last-child {
    margin-bottom: 0;
}

#c_recommend .online {
    background: rgba(249, 236, 240, 0.7);
}

#c_recommend .offline {
    background: rgba(241, 239, 219, 0.7);
}

@media screen and (max-width: 768px) {
    #c_recommend .voicelist li {
        width: 100%;
        padding: 0;
        position: relative;
    }

    #c_recommend .voicelist li p {
        padding-top: 10px;
        padding-bottom: 20px;
        padding-left: 63px;
    }

    #c_recommend .voicelist li img {
        display: block;
        margin: 10px auto;
        width: 60px;
        position: absolute;
        top: 0;
    }

    #c_recommend .voicelist li dl dd figure {
        width: 60px;
    }

    #c_recommend .voicelist li p span {
        font-size: 0.85rem;
        padding-top: 5px;
    }
}

@media screen and (max-width: 480px) {
    #c_recommend .pgm_box {
        padding: 10px;
    }

    #c_recommend h2 span {
        display: block;
        padding-left: initial;
        padding-top: 10px;
    }

    #c_recommend .voicelist li dl dd figure {
        width: 50px;
    }
}

/* 
p.contact_btn{
    width: 49%;
    margin: 40px auto;
    font-weight: bold;
    font-size: 16px;
    background: url(./images/contact_1.png)no-repeat right 10px bottom 50%;
    background-size: 7px,100%;
    border: solid 3px #2d5667;
    text-align: center;
    padding: 7px 0px;
} */

/* ---------------------------------------------------------
 c_voice
----------------------------------------------------------*/

.c_voice {
    background: url(./images/bg_1.png), url(./images/bg_2.png);
    background-position: top, bottom;
    background-size: 100%;
    /*background-color: #dae4e9;*/
    background-repeat: no-repeat;
}

.c_voice .voicelist {
    align-items: normal;
}

.c_voice .voicelist li {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: solid 1px #d2d2d2;
    padding: 20px;
}

.c_voice .voicelist li:last-child {
    border-bottom: none;
}

.c_voice .voicelist li img {
    width: 100px;
    margin-right: 20px;
}

.c_voice .voicelist li p span {
    font-size: 0.7rem;
    /* padding-top: 5px; */
    float: right;
    margin-top: 30px;
}

.c_voice .voicelist li dl dt {
    color: #8a0124;
    float: right;
    margin-top: 10px;
    width: 75%;
    text-align: right;
    line-height: 1.4;
}

.c_voice .voicelist li dl dt br {
    display: inline;
}

@media screen and (max-width: 768px) {
    .c_voice .voicelist li {
        width: 100%;
        padding: 0;
        position: relative;
    }

    .c_voice .voicelist li p {
        padding-top: 10px;
        padding-bottom: 20px;
        padding-left: 63px;
    }

    .c_voice .voicelist li img {
        display: block;
        margin: 10px auto;
        width: 60px;
        position: absolute;
        top: 0;
    }

    .c_voice .voicelist li dl dd figure {
        width: 60px;
    }

    .c_voice .voicelist li p span {
        /*font-size: 0.85rem;*/
        margin-top: 5px;
    }

    .c_voice .voicelist li:nth-child(5) {
        border-bottom: solid 1.5px #d2d2d2;
    }
}

@media screen and (max-width: 480px) {
    .c_voice .voicelist li dl dd figure {
        width: 50px;
    }
}

.c_voice .pgm_box h3 {
    /*background: url(./images/60.png) no-repeat;*/
    padding-left: 1.8em;
    background-size: contain;
}

.c_voice .pgm_box {
    padding: 20px;
    margin-bottom: 30px;
}

.c_voice .pgm_box:last-child {
    margin-bottom: 0;
}

.c_voice .online {
    background: rgba(249, 236, 240, 0.7);
}

.c_voice .offline {
    background: rgba(241, 239, 219, 0.7);
}

@media screen and (max-width: 480px) {
    .c_voice .pgm_box {
        padding: 10px;
    }
}


/* ---------------------------------------------------------
c_scenery
----------------------------------------------------------*/

.scenery.flex-box {
    justify-content: space-between;
}

.scenery figure {
    width: 49%;
}

@media screen and (max-width: 480px) {
    .scenery figure {
        width: 100%;
        margin-bottom: 20px;
    }

    .scenery figure:last-child {
        margin-bottom: 0;
    }
}

/* ---------------------------------------------------------
 c_profile
----------------------------------------------------------*/
#c_profile {
    background-color: #fff;
}

#c_profile .inner .profile_area figure {
    float: right;
    margin-left: 30px;
}

#c_profile .inner figure img {
    max-width: 270px;
    border-radius: 5px;
}

#c_profile .inner .profile_text {
    margin-left: 30px;
}

#c_profile .inner .profile_text h3 span {
    font-size: 1.2rem;
    padding-left: 5px;
}

#c_profile .inner .profile_text p span {
    font-weight: bold;
}

#c_profile .profile.flex {
    flex-direction: row-reverse;
}

#c_profile .profile_txt {
    width: 48%;
    margin-left: 2%;
    line-height: 1.8;
}

#c_profile .profile_txt a {
    color: #8a0124;
    font-weight: bold;
}

#c_profile p {
    font-size: 14px;
}

#c_profile p.profile_title {
    font-weight: 700;
    font-size: 17px;
    margin: 15px 0;
}

@media screen and (max-width: 768px) {
    .profile_title {
        font-size: 1.2rem;
        margin: 10px 0;
    }
}

@media screen and (max-width: 560px) {
    #c_profile .profile.flex {
        flex-direction: column-reverse;
    }

    #c_profile .inner .profile_text {
        margin-left: 0px;
    }

    #c_profile figure {
        width: 100%;
        margin-bottom: 20px;
    }

    #c_profile .inner .profile_area {
        display: block;
    }

    #c_profile .inner .profile_text h3 span {
        font-size: 0.9rem;
        padding-left: 5px;
    }
}

@media screen and (max-width: 480px) {
    .profile_title {
        font-size: 1.1rem;
    }
}

#c_profile .inner .message-cont {
    border: 1.5px solid #2d5667;
    padding: 20px;
    margin-top: 50px;
    clear: both;
}

#c_profile .inner .message-cont p {
    margin-bottom: 15px;
}

#c_profile .inner .message-cont h5 {
    font-size: 1.1rem;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    #c_profile .inner .message-cont {
        margin-top: 20px;
        margin-bottom: 50px;
    }
}


/* ---------------------------------------------------------
footer
----------------------------------------------------------*/
footer {
    background: #000;
    text-align: center;
    padding-top: 50px;
}

footer h4 {
    padding-bottom: 20px;
    font-size: 2rem;
    padding-bottom: 40px
}

footer a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

footer nav {
    margin-bottom: 50px;
}

footer nav ul {
    display: flex;
    margin-bottom: 30px;
}

footer nav ul li {
    display: inline-block;
    padding: 0 20px;
    border-right: solid 1px #545454;
}

footer nav ul#navmenu li:last-child {
    border-right: none;
    padding: 0 17px;
}

footer nav p:first-of-type {
    background-color: #406574;
    border-radius: 0;
    width: 250px;
    text-align: center;
    margin: auto;
}

.footer_signup_btn {
    background-image: url(./images/arrow_w.png);
    background-repeat: no-repeat;
    background-position: 95%;
    background-color: #466978e6;
    display: block;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    padding: 13px 0px;
    font-weight: 700;
    font-size: 15px;
    max-width: 400px;
}

footer ul.btn {
    justify-content: center;
}

footer ul.btn li {
    border-right: none;
    max-width: 400px;
    width: 100%;
    margin-right: 0;
}

footer .copy {
    color: #fff;
    font-size: .8rem;
    padding: 0px 0 20px;
}

#footer_contact_btn {
    margin-top: 5px;
    font-size: 12px;
}

#footer_contact_btn a {
    border-bottom: 1px solid #fff;
}

.browser {
    color: #c8c8c8;
    font-size: 0.7rem;
    margin: 0 20px 20px;
    border: 1px solid #c8c8c8;
    display: inline-block;
    padding: 10px;
    text-align: left;
    line-height: 1.7;
}

.browser dl {
    margin: 10px auto;
}

.browser dl dt {
    font-weight: 500;
}

@media screen and (max-width: 870px) {
    footer ul.btn li p a br {
        display: none;
    }

    footer nav ul#navmenu li {
        float: left;
        width: 50%;
        text-align: center;
        padding: 0;
    }

    ul.btn li:last-child p {
        margin-bottom: 50px;
    }

    footer nav ul#navmenu li:last-child {
        border-right: solid 1px #545454;
    }

    footer ul.btn {
        display: block;
    }

    footer ul.btn li:first-child {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    footer ul.btn li p.min_txt {
        font-size: .8rem;
    }

    footer nav p {
        width: 90%;
    }

    footer nav ul li {
        font-size: 0.8rem;
    }

    footer a {
        font-size: 15px;
    }

    footer ul.btn li {
        width: 100%;
    }
}

/* ---------------------------------------------------------
c_terms
----------------------------------------------------------*/
#c_terms h2 {
    font-weight: bold;
    padding-bottom: 40px;
}

#c_terms .inner h2::after {
    left: 10px;
}

#c_terms dl dt {
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 15px;
}

#c_terms dl dd {
    padding-bottom: 10px;
    padding-left: 1em;
    text-indent: -0.8em;
    margin-left: 1em;
}

#c_terms dl dd ul li {
    padding-left: 1em;
    text-indent: -0.8em;
}

#c_terms dl dd p {
    text-indent: 0;
    margin-left: -1em;
}

#c_terms dl dd a {
    border-bottom: solid 1px #138dd6;
    color: #138dd6;
}

#c_terms .last_text {
    margin-top: 20px;
    margin-bottom: 50px;
}

/* ---------------------------------------------------------
finish
----------------------------------------------------------*/
.finish {
    background-color: #9d9d9e !important;
}

.finish a {
    pointer-events: none;
    background: none !important;
    color: #d1d1d1 !important;
}

#c_schedule .inner .schedule_list p.schedule_btn.finish a {
    color: #d1d1d1 !important;
}

.triangle.top {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 28px solid #e7e7e7;
    border-left: 0;
    left: -20px;
    top: 26px;
    transform: rotate(-12deg);
}

.triangle.middle {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 25px solid #e7e7e7;
    border-left: 0;
    left: -20px;
    top: 24px;
}

.triangle.bottom {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 15px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 30px solid #e7e7e7;
    border-left: 0;
    left: -20px;
    top: 19px;
    transform: rotate(15deg);
}

#c_recommend .inner ul {
    display: flex;
    justify-content: space-between;
}

#c_recommend .inner ul li {
    width: 48%;
    padding: 15px;
    background-color: #e5eaec;
    margin: 10px 5px 0 5px;
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    border-radius: 5px;
}



#c_works .inner ul li .works_custom {
    display: inline-block;
    width: 58%;
    padding-left: 10px;
}
#c_recommend .inner ul figure{
    margin-bottom: 20px;
}

#c_recommend .inner ul figure img{
    object-fit: cover;
    height: 230px;
    width: 100%;
}

#c_recommend .inner ul li p {
    /* font-size: 0.9rem; */
    line-height: 1.8;
    margin: auto;
    color: #121212;
    margin-left: 13px;
}


#c_recommend .inner ul.recommend_list {
    display: block;
}

#c_recommend .inner ul.recommend_list li{
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    text-indent: -1rem;
    padding-left: 1rem;
    border-radius: unset;
    background: unset;
    font-weight: 600;
    line-height: 1.5;
}

#c_recommend .inner ul.recommend_list li:last-child{
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    #c_recommend .inner ul{
        display: block;
    }
    #c_recommend .inner ul li{
        width: 100%;
        margin-bottom: 30px;
    }

}


/* @media screen and (max-width: 800px) {
    #c_recommend .inner ul {
        display: block;
    }

    #c_recommend .inner ul li {
        width: 100%;
        padding: 20px;
        align-items: flex-start;
    }

    #c_recommend .inner ul li .works_custom {
        width: 60%;
    }

    #c_recommend .inner ul li img {
        float: left;
        clear: both;
        width: 40%;
    }
} */