@charset "UTF-8";
/*========================================
Re:vite
Date :
Style : each contents CSS "index"
Filename : contents.css
========================================*/
/*========================================
Text Format
========================================*/
* {
    word-break: normal !important;
    word-wrap: break-word;
}
main {
    display: block;
    box-sizing: border-box;
    padding: 54px 0 0;
}
/* main.active {
    padding: 64px 0 0;
} */
@media (max-width: 959px) {
    main {
        padding: 50px 0 0;
    }
}
@media (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}
/*========================================
common
========================================*/
.pc-cont {
    display: block !important;
}
.tab-cont {
    display: none !important;
}
.sp-cont {
    display: none !important;
}
.sp-flex {
    display: none !important;
}
.flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.align-s {
    align-items: flex-start!important;
}
.align-c {
    align-items: center !important;
}
.ju-c {
    justify-content: center;
}
.flex-column {
    flex-direction: column;
}
.p-rel {
    position: relative;
}
.bg-orange {
    background-color: #F5EFDF!important;
}
.btn {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    padding: 15px 0;
    background: #609F6E;
    background: -moz-linear-gradient( #ffbc5d 0%, #ff9600 100%);
    background: -webkit-linear-gradient( #ffbc5d 0%, #ff9600 100%);
    background: -o-linear-gradient( #ffbc5d 0%, #ff9600 100%);
    background: linear-gradient( #ffbc5d 0%, #ff9600 100%);
    border: 1px solid #ff9600;
    border-radius: 10px;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    transition: 0.4s;
}
/* .btn:hover {
    background: #fff;
    color: #72be84;
} */
.f-indent {
    box-sizing: border-box;
    padding-left: 1em;
    text-indent: -1em;
}
.page-ttl {
    margin: 0 0 30px;
    padding: 10px 15px;
    background-color: #000000;
    border-radius: 15px 15px 0 0;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
}
.page-main-ttl {
    margin: 0 0 50px;
    padding: 0 0 20px;
    border-bottom: 1px solid #8E8E8E;
    color: #000;
    font-size: 1.5rem;
}
.base-ttl {
    position: relative;
    display: flex;
    margin: 0 0 30px;
}
.base-ttl:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 1px;
    height: 35px;
    background: #707070;
}
.base-ttl:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 1px;
    height: 35px;
    background: #707070;
}
.base-ttl > div {
    width: 350px;
}
.base-ttl span {
    width: calc(50% - 175px);
    height: 1px;
    margin: 10px 0 0;
    background: #707070;
}
.base-ttl h2 {
    margin: 0 0 5px;
    color: #000000;
    font-size: 1.75rem;
    text-align: center;
}
.base-ttl h3,
.base-ttl h3 a {
    color: #707070;
    font-size: 0.75rem;
    text-align: center;
}
.base-ttl h3 a {
    border-bottom: 1px solid #0044CC;
    color: #0044CC;
    transition: .7s;
}
.base-ttl h3 a:hover {
    opacity: .6;
}
.base-text {
    color: #707070;
    line-height: 1.8;
}
.sub-ttl {
    margin: 0 0 30px;
    padding: 15px 0;
    background: #000000;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-size: 1.25rem;
    text-align: center;
}
.alert-success {
    position: fixed;
    top: 50%;
    width: 100%;
    padding: 20px 0;
    background: #000000;
    color: #fff;
    font-size: 1.5rem;
    transform: translateY(-50%);
    text-align: center;
    z-index: 99;
}
.alert-error {
    position: fixed;
    top: 50%;
    width: 100%;
    padding: 20px 0;
    background: #f00;
    color: #fff;
    font-size: 1.5rem;
    transform: translateY(-50%);
    text-align: center;
    z-index: 99;
}
.alert-ok {
    cursor: pointer;
    display: block;
    width: 100px;
    margin: 15px auto 0;
    padding: 5px 0;
    border-radius: 15px;
    background-color: #fff;
    color: #000;
}
.link {
    color: blue;
    text-decoration: underline;
}
@media (max-width: 959px) {
    .tab-cont {
        display: block;
    }
    .page-ttl {
        box-sizing: border-box;
        width: calc(100% - 30px);
        margin: 0 15px 20px;
    }
    .page-main-ttl {
        box-sizing: border-box;
        width: calc(100% - 30px);
        margin: 0 auto 30px;
        padding: 0 0 10px;
    }
}
@media (max-width: 767px) {
    .pc-cont {
        display: none !important;
    }
    .sp-cont {
        display: block!important;
    }
    .sp-flex {
        display: flex!important;
    }
    .base-ttl {
        margin: 0 0 30px;
    }
    .base-ttl > div {
        width: 290px;
    }
    .base-ttl span {
        width: calc(50% - 145px);
    }
    .page-ttl {
        font-size: 1.2rem;
    }
    .page-main-ttl {
        font-size: 1.2rem;
    }
    .alert-success,
    .alert-error {
        font-size: 1.2rem;
    }
}
@media (max-width: 374px) {
}

/*========================================
top mainvisual
========================================*/
.main_visual_ar {
    margin-bottom: 50px;
}
.main_visual_ar .mv-bg {
    height: 70vh;
    background: url(../../images/web/content/mv.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.mv-text {
    position: absolute;
    top: 40%;
    left: 30%;
    max-width: 600px;
    color: #ffffff;
}
.mv-text h1 {
    font-size: 7rem;
    font-family: serif;
    text-shadow: 0 0 5px #000000;
}
.mv-text p {
    display: inline-block;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 3rem;
    font-weight: bold;
    font-family: serif;
    text-shadow: 0 0 5px #000000;
}
.mv-text p:nth-of-type(1) {
    margin: 0 0 10px;
    font-size: 1.375rem;
}
.mv-text p:nth-of-type(2) {
    font-size: 2rem;
}

@media (max-width: 959px) {
}
@media (max-width: 767px) {
    .mv-text {
        top: 40%;
        left: 20px;
    }
    .mv-text h1 {
        font-size: 14vw;
    }
    .mv-text p:nth-of-type(1) {
        font-size: 0.8rem;
    }
    .mv-text p:nth-of-type(2) {
        font-size: 1.1rem;
    }
    .main_visual_ar .mv-bg {
        height: 40vh;
    }
}
@media (max-width: 374px) {
}

/*========================================
top seminar list
========================================*/
/*３点リーダー*/
.dot {
    display: -webkit-box;
    height: 3.2em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.sp-fixbtn {
    display: none;
}

.event_ar {
    padding: 50px 0 0;;
}
.top-seminar-cont {
    padding: 0 0 60px;
}
.seminer_list {
    display: flex;
    flex-wrap: wrap;
}
.seminer_list li {
    width: calc(33.333% - 30px);
    margin: 0 15px 40px;
    box-shadow: 0 0 5px #c1c1c1;
    background: #ffffff;
}
.seminer_list li:hover .seminar_detail {
    text-decoration: underline;
}
/* .seminer_list li:nth-of-type(n + 7) {
  display: none;
} */
.seminar_caption {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 0;
    margin: 0 0 10px;
    padding-bottom: 64%;
    overflow: hidden;
    background-color: #fff;
}
.seminar_caption img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 0 10px;
    transition: 0.4s;
    transform: translate(-50%, -50%);
}
.seminer_list li:hover img {
    /* transform: translate(-50%, -50%) scale(1.1); */
    opacity: .6;
}
.seminar_date {
    box-sizing: border-box;
    padding: 5px;
    background: #faf7f0;
    color: #ff9600;
    font-size: 1rem;
    line-height: 1.5;
}
.seminar_date.dot {
    height: 3.4em;
    margin: 0 0 10px;
}
.seminar_detail {
    color: #707070;
    font-size: 1.05rem;
    font-weight: bold;
    line-height: 1.5;
}
.seminar_detail.dot {
    box-sizing: border-box;
    /* margin: 0 0 5px; */
    padding: 5px;
}
.more-btn {
    margin: 20px 0 0;
    text-align: center;
}
.more-btn a {
    position: relative;
    display: inline-block;
    width: 400px;
    padding: 20px 0;
    border: 1px solid #707070;
    border-radius: 36px;
    color: #707070;
    transition: 0.4s;
}

.more-btn a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20%;
    display: flex;
    width: 16px;
    height: 16px;
    background: url("../../images/web/icon/arronw.svg") center / cover no-repeat;
    transform: translateY(-50%);
}
.more-btn a:hover {
    cursor: pointer;
    background: #707070;
    color: #fff;
}
.seminar-status1,
.seminar-status2 {
    background: #ff9600;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.8;
    text-align: center;
}
.seminar-status2 {
    background: #747474;
}
@media (max-width: 959px) {
    .seminar_ar {
        box-sizing: border-box;
        padding: 0 15px;
    }
    .event_ar {
        box-sizing: border-box;
        padding: 30px 15px 0;
    }
    .top-seminar-cont {
        padding: 0 0 50px;
    }
}
@media (max-width: 767px) {
    .seminer_list {
        justify-content: space-between;
    }
    .seminer_list li {
        width: calc(50% - 10px);
        margin: 0 0 30px;
    }
    .seminar_date,
    .seminar_detail {
        font-size: 0.75rem;
    }
    .more-btn a {
        width: 250px;
    }
    .more-btn a:after {
        right: 8%;
    }
    .sp-fixbtn {
        box-sizing: border-box;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px 15px;
        background: rgba(255, 255, 255, 0.8);
        z-index: 100;
    }
    /* .dot {
        height: 3em;
    } */
    .seminar_date.dot {
        height: 48px;
        margin: 5px 0;
    }
}
@media (max-width: 374px) {
    .seminar_date.dot {
        height: 42px;
    }
}

/*========================================
news_ar
========================================*/
.news_ar {
    padding: 70px 0;
    background: #f1f1f1;
}
.news_list {
    box-sizing: border-box;
    padding: 0 50px;
}
.news_list > li {
    padding: 20px 0;
    border-bottom: 2px solid #dbdbdb;
}
.news_list > li:first-of-type {
    padding-top: 0;
}
.news_list > li > dl {
    display: flex;
    line-height: 1.8;
}
.news_list > li >  dl dt {
    width: 150px;
    font-weight: bold;
    font-size: 0.9rem;
}
.news_list > li >  dl dd {
    width: calc(100% - 150px);
    font-size: 0.9rem;
}
.news_list > li >  dl dd a {
    color: #ff9600;
    text-decoration: underline;
}
.news_list.top-news > li:nth-of-type(2),
.news_list.top-news > li:nth-of-type(3) {
    display: none;
}
.news-page {
    margin: 0 0 80px;
}
.news-ttl {
    margin: 0 0 10px;
    font-size: 1.1rem;
    font-weight: bold;
}
.pager_ar {
    margin: 0 0 100px;
}
.pager_ar ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.pager_ar ul li {
    margin: 0 10px;
}
.pager_ar ul li a {
    display: block;
    padding: 10px;
    color: #8E8E8E;
    box-shadow: 0 0 5px #ccc;
}
.pager_ar ul li.active a,
.pager_ar ul li:hover a {
    background-color: #fff3dd;
}
@media (max-width: 959px) {
    .news_ar .main-wrapper {
        box-sizing: border-box;
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
    .news_list {
        /* max-height: 300px; */
        padding: 0 10px;
    }
    .news_list > li >  dl {
        display: block;
    }
    .news_list > li >  dl dt {
        width: 100%;
        margin: 0 0 10px;
        font-size: 1.1rem;
    }
    .news_list > li >  dl dd {
        width: 100%;
    }
    .pager_ar ul li {
        margin: 0 5px 15px;
    }
}
@media (max-width: 374px) {
}

/*========================================
top banner
========================================*/
.top-banner_ar {
    margin: 50px 0;
}
.top-banner_ar ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.top-banner_ar ul li {
    width: calc(50% - 20px);
    max-width: 150px;
    margin: 0 10px 10px;
}
.banner-ar {
    margin-bottom: 50px;
}
.banner-ar ul {
    display: flex;
    justify-content: space-between;
}
.banner-ar ul li {
    position: relative;
    width: 32%;
    max-width: 480px;
    transition: .7s;
}
.banner-ar ul li:hover {
    opacity: .7;
}
.banner-ar ul li p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
    font-size: 1.875rem;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0 0 2px #cccccc;
}
.banner-ar ul li figure img {
    filter: brightness(60%) blur(1px);
}
.dp-flex {
    display: flex;
    flex-wrap: wrap;
}
.banner-cont1 {
    width: 35%;
}
.banner-cont1 div {
    box-sizing: border-box;
    width: 50%;
    padding: 0 10px;
}
.banner-cont_right {
    width: 65%;
}
.banner-cont2 {
    margin: 15px 0;
}
.banner-cont2 div {
    box-sizing: border-box;
    width: 33.333%;
    padding: 0 10px;
}
.banner-cont3 div {
    box-sizing: border-box;
    width: 33.333%;
    padding: 0 10px;
}
@media (max-width: 959px) {
    .banner-ar ul li {
        width: 49%;
    }
}
@media (max-width: 767px) {
    .main_visual_ar {
        margin-bottom: 20px;
    }
    .banner-ar {
        margin-bottom: 20px;
    }
    .banner-text h3 {
        font-size: 1rem;
    }
    .banner-text p {
        font-size: 0.8rem;
    }
    /* .banner-ar ul {
        display: block;
    } */
    .banner-cont1 {
        width: 100%;
    }
    .banner-cont_right {
        width: 100%;
    }
    .banner-cont2 div,
    .banner-cont3 div {
        width: 50%;
    }
    .banner-cont2 div:last-of-type {
        margin: 15px 0 0;
    }
    .banner-ar ul {
        display: block;
    }
    .banner-ar ul li {
        width: 90%;
        margin: 0 auto 10px;
    }
}
@media (max-width: 374px) {
}

/*========================================
form
========================================*/

.form-content-box  h3 {
    margin-bottom: 20px;
    font-weight: bold;
}
.form-base {
    display: block;
    max-width: 680px;
    margin: 0 auto 100px;
}
.form-block {
    max-width: 680px;
    margin: 0 auto 45px;
    padding: 0 0 30px;
    /* border-bottom: 1px solid #DBDBDB; */
}
.form-block:last-of-type {
    border: none;
}
.form-block h4 {
    margin: 0 0 40px;
    color: #707070;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
}
.form-block dl {
    max-width: 580px;
    margin: 0 auto 20px;
}
.form-block dt {
    display: inline-block;
    margin: 5px 0 10px;
    color: #8e8e8e;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.35;
}
.form-block dd {
    position: relative;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    line-height: 1.35;
}
.required {
    position: relative;
}
.required:after {
    position: absolute;
    top: 0;
    right: -40px;
    content: "必須";
    padding: 2px 7px;
    background: #db2626;
    border-radius: 10px;
    color: #fff;
    font-size: 10px;
}
.space-between {
    justify-content: space-between;
}
.bg-calendar {
    background: url(../../images/web/content/calender.png) center right 10px / 15px no-repeat;
}
.radio-wrapper{
    display: inline-block;
    margin: 0 0 5px;
}
.radio-wrapper .radio01-parts,
.check-wrapper .checkbox-parts {
    display: inline-block;
    padding-left: 20px;
    position: relative;
    margin: 0 20px 7px 0;
    font-weight: normal;
}
.wd-l {
    width: 100%;
}
.wd-m {
    width: 100%;
    max-width: 230px;
}
.wd-s {
    width: 100%;
    max-width: 130px;
}
.wd-ss {
    width: 100%;
    max-width: 80px;
}
.privacy-policy {
    box-sizing: border-box;
    overflow: auto;
    height: 200px;
    padding: 10px;
    border: 1px solid #b4b4b4;
    text-align: left;
    font-size: 0.8rem;
}
.agree-text {
    margin-bottom: 30px;
}
.form-block dt.policy-check {
    display: block;
    text-align: left;
}
.privacy-policy section {
    margin: 0 0 20px;
}
.privacy-policy h5 {
    font-weight: bold;
    line-height: 1.5;
}
.privacy-policy p {
    line-height: 1.5;
}
.privacy-check_ar {
    margin: 0 0 20px;
    text-align: center;
}
.privacy-check_ar p a {
    color: #232323;
    line-height: 1.5;
}
.privacy-check_ar .link__text {
    margin-bottom: 10px;
}
.privacy-check_ar .link__text a {
    color: #1F53A7;
    border-bottom: 1px solid #1F53A7;
}
.privacy-check_ar .no-check-pp {
    color: #1F53A7;
    border-bottom: 1px solid #1F53A7;
}
.form-btn_ar {
    position: relative;
    text-align: center;
}
.input-submit_ar {
    display: flex;
    justify-content: center;
}
.return-btn {
    position: absolute;
    left: 50px;
    top: 50%;
    color: #8e8e8e;
    font-size: 1.3rem;
    font-weight: bold;
    transform: translateY(-50%);
}
.return-btn:hover {
    cursor: pointer;
    opacity: 0.8;
}
.from-confirm dl {
    margin: 0 auto 20px;
    padding: 0 0 10px;
    border-bottom: 1px solid #8e8e8e;
    line-height: 1.5;
}
.from-confirm dt {
    margin: 0;
}
.from-confirm .form-block {
    margin: 0 0 50px;
}
.thanks_ar {
    max-width: 800px;
    margin: 0 auto;
}
.thanks-text {
    margin: 0 0 50px;
}
.thanks-text p {
    margin: 0 0 20px;
    color: #707070;
    line-height: 1.8;
}
.thanks-text p:last-of-type {
    margin: 0;
}
.thanks-contact {
    box-sizing: border-box;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 50px;
    padding: 20px 0;
    border: 1px solid #707070;
    text-align: center;
}
.thanks-contact > div {
    display: inline-block;
}
.thanks-contact > div p {
    margin: 0 0 10px;
    color: #707070;
    font-size: 1.1rem;
    text-align: left;
}
.thanks-contact > div p:last-of-type {
    margin: 0;
}
.thanks-contact > div p span {
    font-size: 1.4rem;
}
.top-return {
    margin: 0 0 100px;
    text-align: center;
}
.top-return a {
    display: inline-block;
    width: 280px;
    padding: 15px 0;
    background: #72be84;
    border: 1px solid #72be84;
    border-radius: 30px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    transition: 0.4s;
}
.top-return a:hover {
    background: #fff;
    color: #72be84;
}
.form-block .flex__wrap__ar {
    flex-wrap: wrap;
}
@media (max-width: 959px) {
    .thanks_ar {
        box-sizing: border-box;
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
    .form-content {
        box-sizing: border-box;
        padding: 0 15px;
    }
    .form-block {
        margin: 0 auto 50px;
    }
    .form-ttl {
        margin: 0 0 30px;
        padding: 10px;
        font-size: 1rem;
    }
    .form-block h4 {
        font-size: 1rem;
    }
    .form-block dt {
        line-height: 1.5;
    }
    .form-block dd {
        flex-wrap: nowrap;
    }
    .return-btn {
        top: 80px;
        left: 50%;
        font-size: 1.2rem;
        transform: translate(-50%, 0);
    }
    .from-confirm {
        box-sizing: border-box;
        padding: 0 15px;
    }
    .required:after {
        position: absolute;
        top: 0;
        right: -40px;
    }
    .form-block dt.policy-check {
        text-align: center;
    }
}
@media (max-width: 374px) {
}

/*========================================
詳細ページ
========================================*/
.seminar-tab_ar {
    margin: 0 auto 100px;
}
.seminar-top-ttl {
    margin: 0 0 20px;
    color: #707070;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
}
.seminar-top {
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px;
}
.seminar-top figure {
    width: 45%;
}
.seminar-info {
    width: 50%;
}
.seminar-info dl {
    display: flex;
    line-height: 1.8;
}
.seminar-info dl:last-of-type {
    margin: 0 0 30px;
}
.seminar-info dl:last-of-type dt,
.seminar-info dl:last-of-type dd {
    border: none;
}
.seminar-info dl dt {
    box-sizing: border-box;
    position: relative;
    width: 110px;
    margin: 0 10px 0 0;
    padding: 10px;
    background-color: #FAF7F0;
    color: #C3A560;
    font-weight: bold;
    text-align: right;
}
.seminar-info dl dt:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #C3A560;
    transform: translateX(-50%);
}
.seminar-info dl:last-of-type dt:after {
    display: none;
}
.seminar-info dl dd {
    width: calc(100% - 100px);
    padding: 10px;
    border-bottom: 1px solid #b4b4b4;
}
.course-day {
    margin: 0 0 10px;
}
.seminar-tab {
    /* position: sticky;
    top: 54px; */
    background: #fff;
    border-bottom: 2px solid #A37E28;
    z-index: 1;
}
.seminar-tab.bottom {
    border: none;
}
.seminar-tab.bottom ul li a {
    border-radius: 0 0 10px 10px;
}
.seminar-tab ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.seminar-tab ul li {
    box-sizing: border-box;
    width: calc(33.333% - 20px);
    height: 70px;
    color: #707070;
    font-size: 1.25rem;
}
.seminar-tab ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #E8E7E7;
    border-radius: 10px 10px 0 0;
}
.seminar-tab ul li:hover a,
.seminar-tab ul li.active a {
    cursor: pointer;
    position: relative;
    background: #a09883;
    color: #fff;
}
.seminar-cont {
    box-sizing: border-box;
    display: none;
    border: 2px solid #A37E28;
    border-top: none;
    color: #707070;
    line-height: 1.8;
}
.seminar-cont.active {
    display: block;
}
.seminar-cont.active .btn {
    display: none;
}
.seminar-cont dl {
    display: flex;
}
.seminar-cont dl:last-of-type {
    border: none;
}
.seminar-cont dl dt {
    box-sizing: border-box;
    position: relative;
    width: 180px;
    margin: 0 20px 0 0;
    padding: 20px 10px;
    background-color: #FAF7F0;
    color: #C3A560;
    font-weight: bold;
    text-align: right;
}
.seminar-cont dl dt:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #C3A560;
    transform: translateX(-50%);
}
.seminar-cont dl:last-of-type dt:after {
    display: none;
}
.seminar-cont dl dd {
    box-sizing: border-box;
    width: calc(100% - 200px);
    padding: 20px 10px;
    border-bottom: 1px solid #B4B4B4;
}
.seminar-cont dl:last-of-type dd {
    border-bottom: none;
}
.accordion-kick {
    position: relative;
    margin: 0 0 15px;
    padding: 15px;
    font-size: 1.1rem;
    font-weight: bold;
    border-top: 1px solid #b4b4b4;
    border-bottom: 2px solid #b4b4b4;
}
.accordion-kick:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 22px;
    height: 2px;
    background: #c3a560;
    transform: translateY(-50%);
}
.accordion-kick:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 40px;
    width: 2px;
    height: 22px;
    background: #c3a560;
    transform: translateY(-50%);
}
.accordion-kick.active:after {
    display: none;
}
.accordion-kick:hover {
    cursor: pointer;
}
.accrdion-cont {
    display: none;
    margin: 0 0 30px;
}
.seminar-contact {
    box-sizing: border-box;
    display: inline-block;
    margin: 0 0 20px;
    padding: 10px;
    border: 1px solid #707070;
}
/* .teacher-box {
    display: flex;
}
.teacher-img {
    width: 150px;
}
.teacher-img img {
    width: 100%!important;
}
.teacher-box > div {
    width: calc(100% - 180px);
    margin: 0 30px 0 0;
} */
.seminar-contact span {
    font-size: 1.2rem;
}
.course-status1,
.course-status2,
.course-status3 {
    display: inline-block;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 0.9rem;
}
.course-status1 {
    background-color: #ff9600;
    color: #fff;
}
.course-status2 {
    background-color: orange;
    color: #fff;
}
.course-status3 {
    background-color: #aaa;
    color: #fff;
}
.view-method {
    box-sizing: border-box;
    padding: 20px;
}
@media (max-width: 959px) {
    .seminar-top {
        box-sizing: border-box;
        padding: 0 15px;
    }
    .seminar-tab_ar {
        box-sizing: border-box;
        padding: 0 15px;
    }
    .seminar-tab {
        top: 47px;
    }
}
@media (max-width: 767px) {
    .seminar-tab_ar {
        margin: 0 0 30px;
    }
    .seminar-top {
        display: block;
    }
    .seminar-top figure {
        width: 100%;
        margin: 0 auto 10px;
    }
    .seminar-info {
        width: 100%;
    }
    .seminar-info dl {
        display: block;
    }
    .seminar-info dl dt {
        width: 100%;
        margin: 0;
        border-right: none;
        font-weight: bold;
        text-align: left;
    }
    .seminar-info dl dt:after {
        width: 100%;
    }
    .seminar-info dl:last-of-type dt:after {
        display: block;
    }
    .seminar-info dl dd {
        width: 100%;
        border: none;
    }
    .seminar-tab ul li {
        width: calc(33.333% - 5px);
        height: 50px;
        font-size: 0.9rem;
        line-height: 1.2;
    }
    .seminar-tab ul li:hover a:after,
    .seminar-tab ul li.active a:after {
        height: 5px;
    }
    .seminar-cont {
        padding: 10px;
    }
    .seminar-cont dl {
        display: block;
    }
    .seminar-cont dl dt {
        width: 100%;
        padding: 5px 10px;
        border: none;
        text-align: left;
    }
    .seminar-cont dl dt:after {
        width: 100%;
    }
    .seminar-cont dl:last-of-type dt:after {
        display: block;
    }
    .seminar-cont dl dd {
        width: 100%;
        margin: 0 0 15px;
        padding: 10px;
        border: none;
    }
    .accordion-kick {
        padding: 15px 0;
        font-size: 1rem;
    }
    .accordion-kick:before {
        right: 0;
    }
    .accordion-kick:after {
        right: 10px;
    }
    .teacher-box {
        flex-direction: column-reverse;
    }
    .teacher-box > div {
        width: 100%;
        margin: 0;
    }
    .teacher-img {
        width: 100%;
        max-width: 250px;
        margin: 0 auto 10px;
    }
}
@media (max-width: 374px) {
}

/*========================================
セミナー内容　動画表示　add 20200519
========================================*/
.mov-contents_ar,
.mov-contents_ar-2 {
    padding: 0;
}
.mov-contents_ar-2 {
    max-width: 420px;
}
.mov-contents_ar h3,
.mov-contents_ar-2 h3 {
    margin: 0 0 5px;
    font-size: 1.125rem;
    font-weight: 700;
}
.mov-contents_ar .item-width {
    width: 100%;
    max-width: 280px;
}
.mov-contents_ar-2 .item-width {
    width: 100%;
    max-width: 420px;
}

/*========================================
preview
========================================*/
.preview {
    padding: 60px 0 0;
}
.preview .seminar-tab {
    top: 0;
}
.googleMap iframe {
    width: 100%;
    max-height: 200px;
}
.youtube {
    position: relative;
    width: 100%;
    max-width: 400px;
    padding-top: 33.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.movie-ttl {
    max-width: 400px;
    margin: 5px 0 0;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5;
}
.ql-editor.web {
    height: auto;
    padding: 0;
    line-height: 1.8;
    white-space: normal;
}
.ql-editor.web * {
    background-color: rgba(0, 0, 0, 0)!important;
}
.ql-editor.web h1 {
    font-size: 2em;
}
.ql-editor.web h2 {
    font-size: 1.5em;
}
.ql-editor.web h3 {
    font-size: 1.17em;
}
.ql-editor.web img {
    width: auto;
    height: auto;
    max-width: 300px;
    max-height: 300px;
}
.ql-editor.web li {
    padding: 0;
    border: none;
}
@media (max-width: 959px) {
    .youtube {
        padding-top: 60%;
    }
}
@media (max-width: 767px) {
}
@media (max-width: 374px) {
}

/*========================================
マイページ
========================================*/
.mypage.breadcrumb-list_ar {
    display: flex;
    justify-content: space-between;
}
.mypage.breadcrumb-list_ar ul {
    align-items: flex-start;
    width: calc(100% - 400px);
}
.mypage nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 400px;
    margin: 20px 0;
}
.mypage nav a {
    display: block;
    margin: 0 0 0 20px;
    color: #000000;
    font-weight: bold;
}
.page-main-ttl.mypage {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}
.page-main-ttl.mypage span:last-of-type {
    font-size: 0.9rem;
}
.mypage-icons ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}
.mypage-icons ul li {
    width: 16%;
    margin-bottom: 40px;
}
.mypage-icons ul li a {
    box-sizing: border-box;
    display: block;
    padding: 30px 0;
    border: 2px solid #C3A560;
    border-radius: 10px;
}
.mypage-icons ul li img {
    display: block;
    width: auto;
    height: 40px;
    margin: 0 auto 10px;
}
.mypage-icons ul li img:last-of-type {
    display: none;
}
.mypage-icons ul li h5 {
    position: relative;
    color: #C3A560;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}
/* .mypage-icons ul li:nth-of-type(2) h5:after {
    content: "(見逃し配信)";
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    font-size: 0.85rem;
} */
.mypage-icons ul li.active a {
    background:  #C3A560;
}
.mypage-icons ul li.active a h5 {
    color:  #fff;
}
.mypage-icons ul li.active a img:first-of-type {
    display: none;
}
.mypage-icons ul li.active a img:last-of-type {
    display: block;
}
.mypage-zoom {
    box-sizing: border-box;
    padding: 30px;
    background-color: #F5F9FC;
}
.mypage-zoom h3 {
    margin: 0 0 20px;
    color: #000000;
    font-size: 1.5rem;
    font-weight: bold;
}
.mypage-zoom-inner {
    overflow: auto;
    box-sizing: border-box;
    max-height: 400px;
    padding: 0 15px;
    background-color: #fff;
}
.mypage-zoom-inner li {
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    padding: 20px;
    border-bottom: 1px solid #B4B4B4;
}
.questionnaire_ar {
    box-sizing: border-box;
    margin: 15px 0 0;
    padding: 10px;
    border-radius: 4px;
    background-color: #eee;
}
.questionnaire_ar p {
    font-size: 0.9rem;
    line-height: 1.5;
}
.questionnaire_ar p a {
    color: blue;
    text-decoration: underline;
}
.clip-input[type="text"] {
    display: inline-block;
    width: auto;
    max-width: 100%;
    border: none;
}
.clip-input[type="text"]:focus {
    background-color: #fff!important;
    border: none!important;
    box-shadow: none!important;
}
.clip-btn {
    cursor: pointer;
    position: relative;
    margin-left: 10px;
    padding: 5px 10px;
    box-sizing: border-box;
    line-height: 1.5;
    background-color: #aaa;
    border-radius: 4px;
    color: #fff;
}
.copy-tooltip::after {
    content: 'コピーしました';
    background: #555;
    display: block;
    width: 90px;
    color: #fff;
    border-radius: .4rem;
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translate(-50%, 0);
    font-size: .75rem;
    padding: 4px 10px 6px 10px;
    animation: fade-tooltip .5s 1s 1 forwards;
    z-index: 20;
}
/* Animation */
@keyframes fade-tooltip {
  to { opacity: 0; }
}
/* .zoom-left {
    width: calc(100% - 350px);
}
.zoom-left h6 {
    box-sizing: border-box;
    margin: 0 0 10px;
    padding: 5px 10px;
    background-color: #E6EEF4;
    border-radius: 3px;
    color: #000000;
    font-size: 1.1rem;
    line-height: 1.2;
}
.zoom-right {
    box-sizing: border-box;
    width: 320px;
    margin: 0 0 0 30px;
    padding: 15px;
    border: 1px solid #6F8EB9;
}
.zoom-right dl {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
    color: #707070;
    line-height: 1.5;
}
.zoom-right dl:last-of-type {
    margin: 0;
}
.zoom-right dl dt {
    width: 150px;
    margin: 0 10px 0 0;
    text-align: right;
}
.zoom-right dl dd {
    width: calc(100% - 160px);
} */
.zoom-block,
.vimeo-block {
    box-sizing: border-box;
    display: flex;
    margin: 20px 0 0;
    padding: 20px 20px;
    background-color: #F5EFDF;
    border-radius: 5px;
}
.vimeo-block {
    align-items: center;
    background-color: #fff;
}
.zoom-left,
.vimeo-left {
    width: 40%;
}
.zoom-right,
.vimeo-right {
    width: 60%;
}
.zoom-left dl,
.zoom-right dl,
.vimeo-left dl,
.vimeo-right dl {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
    color: #707070;
    line-height: 2;
}
.zoom-left dl:last-of-type,
.zoom-right dl:last-of-type,
.vimeo-left dl:last-of-type,
.vimeo-right dl:last-of-type {
    margin: 0;
}
.zoom-left dl dt,
.zoom-right dl dt,
.vimeo-left dl dt,
.vimeo-right dl dt {
    width: 240px;
    margin: 0 10px 0 0;
    font-weight: bold;
    text-align: right;
}
.zoom-left dl dd,
.zoom-right dl dd,
.vimeo-left dl dd,
.vimeo-right dl dd {
    width: calc(100% - 160px);
}
.zoom-link,
.vimeo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 28px;
    background-color: #DB2626;
    border: 2px solid #DB2626;
    border-radius: 15px;
    color: #fff;
    font-size: 0.9rem;
    transition: 0.4s;
}
/* .vimeo-left {
    width: 300px;
}
.vimeo-right {
    width: calc(100% - 300px);
}
.vimeo-left dl {
    display: flex;
    color: #707070;
    line-height: 2;
}
.vimeo-left dl dt {
    margin: 0 10px 0 0;
}
.vimeo-right p {
    color: #707070;
    font-size: 1.1rem;
    line-height: 1.5;
} */
.vimeo-link {
    background-color: #fff;
    border: 2px solid #707070;
    color: #707070;
}
.mypage-history {
    margin: 0 0 100px;
}
.mypage-tab {
    display: flex;
}
.mypage-tab li {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 300px;
    height: 70px;
    background-color: #E8E7E7;
    border-radius: 10px 10px 0 0;
    font-size: 1.25rem;
    line-height: 1.2;
    text-align: center;
    transition: 0.4s;
}
.mypage-tab li.active,
.mypage-tab li:hover {
    cursor: pointer;
    background-color: #A37E28;
    color: #fff;
}
.mypage-tab li span {
    font-size: 1rem;
}
.mypage-tab li:first-of-type {
    margin-right: 20px;
}
.applying_ar,
.history_ar {
    margin: 0 0 100px;
}
.applying_ar li,
.history_ar li {
    box-sizing: border-box;
    margin: 0 0 15px;
    padding: 20px 30px;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 5px;
}
.history_ar li {
    background-color: #F9F9F9;
}
.history-header {
    display: flex;
    justify-content: space-between;
    /* margin: 0 0 20px; */
}
.category-status {
    padding: 5px 10px;
    background-color: #72BE84;
    border: 1px solid #72BE84;
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
}
.genre-status {
    margin: 0 10px 0 0;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #707070;
    font-size: 0.8rem;
    text-align: center;
}
.entry-status1,
.entry-status2,
.entry-status3,
.wait-status {
    padding: 5px 20px;
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
}
.entry-status1 {
    background-color: #C3A560;
    border: 1px solid #C3A560;
}
.entry-status2 {
    background-color: #DB2626;
    border: 1px solid #DB2626;
}
.entry-status3 {
    background-color: #555;
    border: 1px solid #555;
}
.wait-status {
    background-color: #555;
    border: 1px solid #555;
}
.history-body {
    display: flex;
    justify-content: space-between;
}
.history-body h4 {
    margin: 0 0 10px;
    color: #000000;
    font-size: 1.1rem;
}
.history-body h5 a {
    display: inline-block;
    margin: 0 0 10px;
    color: #000000;
    line-height: 1.5;
}
.history-new-left {
    /* width: calc(100% - 200px); */
}
.history-new-right .btn-flex {
    display: flex;
    align-items: center;
}
.history-new-right .btn-flex p a {
    margin: 10px 0 0 10px;
}
.history-new-right {
    /* width: 200px;
    margin: 0 0 0 auto; */
    text-align: right;
}
.receipt-btn,
.resume-btn,
.missed-webcast-btn,
.docu-download-btn {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 30px;
    border-radius: 15px;
    color: #fff;
    font-size: 0.9rem;
    transition: 0.4s;
}
.receipt-btn-off,
.resume-btn-off {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 30px;
    background-color: #F0F0F5;
    color: #fff;
    border-radius: 15px;
    color: #fff;
    font-size: 0.9rem;
    transition: 0.4s;
}
.receipt-btn-off {
    margin: 0 0 15px;
}
.receipt-btn {
    margin: 0 0 15px;
    background-color: #000000;
    border: 1px solid #000000;
}
.resume-btn {
    background-color: #72BE84;
    border: 1px solid #72BE84;
}
.cancel-btn {
    cursor: pointer;
    display: block;
    margin: 15px 0 0;
    font-size: 0.85rem;
    text-decoration: underline;
}
.missed-webcast-btn {
    margin: 0 0 15px;
    border: 1px solid #707070;
    color: #707070;
}
.docu-download-btn {
    margin: 10px 0 15px;
    background-color: #14116E;
    border: 1px solid #14116E;
}
.missed-webcast-time {
    color: #707070;
    font-size: 0.8rem;
    line-height: 1.5;
    text-align: right;
}
.history-old-left {
    width: calc(100% - 380px);
}
.history-old-right1,
.history-old-right2 {
    width: 160px;
    margin: 0 0 0 30px;
}
.cencel-text {
    max-width: 800px;
    margin: 0 auto 30px;
}
.cancel-account dl {
    margin-bottom: 0;
    padding: 20px 0 15px;
    border-top: 1px solid #8E8E8E;
}
.cancel-account dl dt {
    margin: 0 0 10px;
}
.vimeo-wrapper {
    box-sizing: border-box;
    width: 100%;
    max-width: 980px;
    margin: 0 auto 100px;
}
.vimeo-info {
    box-sizing: border-box;
    margin: 0 0 30px;
    padding: 15px;
    background-color: #FAF7F0;
}
/* .vimeo-outer {
    position: relative;
    height: 0;
    padding: 0 0 56.25%;
    overflow: hidden;
} */
.vimeo-info h4 {
    margin: 0 0 10px;
    color: #000000;
    font-size: 1.1rem;
    line-height: 1.5;
}
.vimeo-info h5 a {
    display: inline-block;
    margin: 0 0 10px;
    color: #000000;
    line-height: 1.5;
}
.vimeo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.mypage-accordion {
    box-sizing: border-box;
    margin: 0 0 30px;
    padding: 15px 15px 5px;
    background-color: #5ec1e61c;
    border-radius: 4px;
}
.student-name {
    padding: 5px 20px;
    background-color: #fff;
    border: 1px solid #fff;
    font-size: 0.8rem;
    text-align: center;
}
.mypage-accordion-kick {
    cursor: pointer;
}
.mypage-seminar-ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px;
    line-height: 1.5;
}
.mypage-seminar-ttl b {
    width: calc(100% - 80px);
    font-size: 1.2rem;
}
.mypage-seminar-ttl span {
    cursor: pointer;
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    margin: 0 0 0 5px;
    border-radius: 50%;
}
.mypage-seminar-ttl span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background-color: #14116e61;
    transform: translate(-50%,-50%);
}
.mypage-seminar-ttl span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 12px;
    background-color: #14116e61;
    transform: translate(-50%,-50%);
}
.mypage-seminar-ttl.active span:after {
    display: none;
}
.mypage-accordion-content {
    display: none;
}
.mypage-detail-btn {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 20px;
    background-color: #14116e61;
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 20%);
    color: #fff;
    white-space: nowrap
}
@media (min-width: 960px) {
    .mypage nav a:hover {
        text-decoration: underline;
    }
    .mypage-icons ul li a:hover {
        background:  #C3A560;
    }
    .mypage-icons ul li a:hover h5 {
        color:  #fff;
    }
    .mypage-icons ul li a:hover img:first-of-type {
        display: none;
    }
    .mypage-icons ul li a:hover img:last-of-type {
        display: block;
    }
    .zoom-link:hover {
        background-color: #fff;
        color: #DB2626;
    }
    .vimeo-link:hover {
        background-color: #707070;
        color: #fff;
    }
    .history-body h5 a:hover {
        text-decoration: underline;
    }
    .receipt-btn:hover {
        cursor: pointer;
        background-color: #fff;
        color: #000000;
    }
    .resume-btn:hover {
        cursor: pointer;
        background-color: #fff;
        color: #72BE84;
    }
    .missed-webcast-btn:hover {
        cursor: pointer;
        background-color: #707070;
        color: #fff;
    }
}
@media (max-width: 959px) {
    .mypage-history {
        box-sizing: border-box;
        padding: 0 15px;
    }
    .applying_ar,
    .history_ar {
        box-sizing: border-box;
        padding: 0 15px;
    }
    .mypage-icons ul li {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .mypage-icons {
        box-sizing: border-box;
        padding: 0 15px;
    }
    .mypage-icons ul {
        margin-bottom: 10px;
    }
    .mypage-icons ul li img {
        height: 24px;
        margin-bottom: 10px;
    }
    .mypage-icons ul li h5 {
        font-size: 0.9rem;
        font-weight: normal;
        line-height: 1.5;
    }
    .mypage-icons ul li a {
        padding: 15px 0 10px;
    }
    .mypage-icons ul li:nth-of-type(2) h5:after {
        display: none;
    }
    /* .mypage-zoom {
        padding: 30px 15px;
    }
    .mypage-zoom h3 {
        font-size: 1.1rem;
    }
    .mypage-zoom-inner li {
        display: block;
    } */
    .page-main-ttl.mypage {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .page-main-ttl.mypage span:last-of-type {
        display: inline-block;
        margin: 0 0 10px;
    }
    .mypage.breadcrumb-list_ar {
        display: block;
    }
    .mypage.breadcrumb-list_ar ul {
        width: 100%;
    }
    .mypage nav {
        align-items: stretch;
        justify-content: space-between;
        width: 100%;
        margin: 25px 0;
    }
    .mypage nav p {
        width: 30%;
    }
    .mypage nav a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 35px;
        margin: 0;
        padding: 10px;
        border: 2px solid #C3A560;
        border-radius: 10px;
        color: #C3A560;
        font-size: 0.9rem;
        font-weight: normal;
        line-height: 1.5;
        text-align: center;
    }
    .zoom-left dl, .zoom-right dl,
    .vimeo-left dl, .vimeo-right dl {
        display: block;
    }
    .applying_ar li,
    .history_ar li {
        padding: 20px 10px;
    }
    .zoom-block,
    .vimeo-block {
        display: block;
        padding: 20px 10px;
    }
    .zoom-left,
    .vimeo-left {
        width: 100%;
        margin: 0 0 10px;
    }
    .zoom-right,
    .vimeo-right {
        width: 100%;
        margin: 0;
    }
    .zoom-left dl dt, .zoom-right dl dt,
    .vimeo-left dl dt, .vimeo-right dl dt {
        width: 100%;
        text-align: left;
    }
    .zoom-left dl dd, .zoom-right dl dd,
    .vimeo-left dl dd, .vimeo-right dl dd {
        width: 100%;
    }
    .mypage-zoom-inner {
        padding: 15px;
    }
    .mypage-zoom-inner li {
        margin: 0 0 20px;
        padding: 0 0 20px;
        border-bottom: 1px solid #B4B4B4;
    }
    .zoom-link,
    .vimeo-link {
        margin: 0 auto;
    }
    .mypage-tab li {
        width: 50%;
        height: 55px;
        font-size: 1.1rem;
    }
    .mypage-tab li:first-of-type {
        margin: 0;
    }
    .mypage-tab li span {
        font-size: 12px;
    }
    .mypage-tab-inner {
        padding: 0;
    }
    .mypage-tab-inner li {
        border-top: none;
    }
    .history-body {
        display: block;
        padding: 0 0 20px;
        border-bottom: 1px solid #B4B4B4;
    }
    .history-new-left {
        width: 100%;
        margin: 0 0 20px;
    }
    .history-body h4 {
        font-size: 1rem;
        line-height: 1.2;
    }
    .history-new-right {
        display: block;
        justify-content: space-between;
        width: 100%;
    }
    .history-new-right .btn-flex {
        display: block;
        text-align: center;
    }
    .history-new-right .btn-flex p a {
        margin-top: 20px;
    }
    /* .history-new-right p {
        width: 48%;
    } */
    .receipt-btn, .resume-btn, .missed-webcast-btn,.receipt-btn-off,.resume-btn-off {
       /*  width: 100%; */
        height: 35px;
    }
    .receipt-btn {
        margin: 0;
    }
    .history-header {
        flex-wrap: wrap;
    }
    .history-old-left {
        width: 100%;
        margin: 0 0 20px;
    }
    .history-old-right1, .history-old-right2 {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 0 0 20px;
    }
    .history-old-right1 p, .history-old-right2 p {
        width: 48%;
    }
    .missed-webcast-time {
        font-size: 0.75rem;
    }
    .missed-webcast-btn {
        margin: 0;
    }
    #historyOld {
        padding: 30px 0 0;
    }
    .category-status,
    .genre-status,
    .entry-status1,
    .entry-status2,
    .entry-date,
    .student-name,
    .parent-status,
    .wait-status {
        margin: 0 10px 10px 0;
    }
}
@media (max-width: 374px) {
    .category-status,.genre-status,.entry-status1,.entry-status2 {
        font-size: 0.7rem;
    }
}

/*========================================
ログイン
========================================*/
.login-wrapper {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 300px);
    padding: 50px;
}
.login-block {
    box-sizing: border-box;
    width: 380px;
    padding: 30px 50px;
    border: 1px solid #B4B4B4;
}
.login-ttl {
    margin: 0 0 30px;
    color: #C3A560;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}
.login-block p {
    width: 100%;
}
.login-block .form-block {
    margin-bottom: 20px;
    padding: 0;
    border: none;
}
.submit-btn {
    box-sizing: border-box;
    width: 100%;
    padding: 8px;
    background-color: #ff9600;
    border: 1px solid #ff9600;
    border-radius: 30px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    transition: 0.4s;
}
.login-submit {
    margin: 0 0 20px;
}
.login-pass-forget {
    margin: 0 0 20px;
    border-bottom: 1px solid #B4B4B4;
    text-align: center;
}
.login-pass-forget a {
    display: inline-block;
    margin: 0 0 20px;
    color: #ff9600;
    font-size: 0.9rem;
    text-decoration: underline;
}
.login-new {
    margin: 0 0 10px;
    color: #232323;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}
.new-account {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 8px;
    background-color: #fff;
    border: 1px solid #ff9600;
    border-radius: 30px;
    color: #ff9600;
    font-size: 1.1rem;
    font-weight: bold;
    transition: 0.4s;
    line-height: 1.5;
    text-align: center;
}
.login-error {
    position: relative;
    margin: 5px 0;
    color: red;
    font-size: 0.8rem;
    font-weight: normal;
}
.is-invalid {
    background: #ffd1d1 !important;
    border: 1px solid red !important;
}
.page-step3 ul {
    display: flex;
    justify-content: space-between;
    max-width: 460px;
    margin: 0 auto 60px;
}
.page-step3 ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 30px;
    border: 1px solid #C3A560;
    border-radius: 15px;
    color: #C3A560;
    font-weight: bold;
}
.page-step3 ul li.active {
    background-color: #C3A560;
    color: #fff;
}
.page-step3 ul li:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: max-content;
    color: #707070;
    font-size: 14px;
    font-weight: normal;
    transform: translateX(-50%);
}
.page-step3 ul li:not(:last-of-type):after {
    content: "";
    position: absolute;
    top: 50%;
    right: -90px;
    width: 80px;
    height: 1px;
    background-color: #DBDBDB;
    transform: translateY(-50%);
}
.page-step-text {
    margin: 0 0 50px;
    color: #707070;
    line-height: 1.8;
    text-align: center;
}
.page-step-text b {
    font-size: 1.1rem;
}
.page-step-text span {
    font-size: 0.9rem;
}
.page-step-text a {
    text-decoration: underline;
}
.page-step3 ul li:nth-of-type(1):before {
    content: "お客様情報の入力";
}
.page-step3 ul li:nth-of-type(2):before {
    content: "内容の確認";
}
.page-step3 ul li:nth-of-type(3):before {
    content: "登録完了";
}
.page-step4 ul {
    display: flex;
    justify-content: space-between;
    max-width: 700px;
    margin: 0 auto 60px;
}
.page-step4 ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 30px;
    border: 1px solid #C3A560;
    border-radius: 15px;
    color: #C3A560;
    font-weight: bold;
}
.page-step4 ul li.active {
    background-color: #C3A560;
    color: #fff;
}
.page-step4 ul li:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: max-content;
    color: #707070;
    font-size: 14px;
    font-weight: normal;
    transform: translateX(-50%);
}
.page-step4 ul li:not(:last-of-type):after {
    content: "";
    position: absolute;
    top: 50%;
    right: -100px;
    width: 80px;
    height: 1px;
    background-color: #DBDBDB;
    transform: translateY(-50%);
}
.page-step4 ul li:nth-of-type(1):before {
    content: "メールアドレスの入力";
}
.page-step4 ul li:nth-of-type(2):before {
    content: "確認メールの送信完了";
}
.page-step4 ul li:nth-of-type(3):before {
    content: "パスワードの再設定";
}
.page-step4 ul li:nth-of-type(4):before {
    content: "パスワードの再設定完了";
}
.other-input {
    width: calc(100% - 60px)!important;
    margin: 0 0 0 10px;
}
.confirm-text {
    box-sizing: border-box;
    min-height: 40px;
    padding: 6px 10px;
    background-color: #efefef;
    line-height: 1.8;
}
.new-account-complete-text {
    max-width: 800px;
    margin: 80px auto 50px;
}
.new-account-complete-text p {
    margin: 0 0 15px;
    line-height: 1.8;
}
.before-contact {
    margin: 0 0 50px;
}
.before-contact dl {
    margin: 0 0 40px;
}
.before-contact dl dt {
    margin: 0 0 15px;
    font-size: 1.1rem;
    text-align: center;
}
.before-contact dl dd {
    display: flex;
    justify-content: center;
}
.before-contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 30px;
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 4px;
    color: #fff;
    font-size: 0.8rem;
}
.before-contact dl:last-of-type {
    margin: 0;
}
.before-contact-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin: 0 0 30px;
    /* background-color: #0000000f; */
    border: 1px solid #000000;
    color: #000000;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2;
}
.seminar-contact-info {
    box-sizing: border-box;
    max-width: 520px;
    margin: 0 auto 50px;
    padding: 20px 0;
    border: 1px solid #707070;
    text-align: center;
    line-height: 1.8;
}
.seminar-contact-info > div {
    display: inline-block;
}
.seminar-contact-info p span {
    font-size: 1.5rem;
}
.new-account-login {
    display: block;
    width: 300px;
    margin: 0 auto 80px;
    padding: 10px 0;
    font-size: 1.4rem;
    font-weight: bold;
    color: #72BE84;
    border: 2px solid #72BE84;
    border-radius: 50px;
    background: #fff;
    transition: 0.4s;
    line-height: 1.5;
    text-align: center;
}
.new-account-top {
    display: block;
    justify-content: center;
    margin: 0 auto 100px;
    color: #000000;
    text-align: center;
}
.form-block.forget-pass {
    max-width: 700px;
    margin: 0 auto 20px;
    padding: 40px 0;
    background-color: #FAF7F0;
}
.form-block.forget-pass dl {
    max-width: 480px;
    margin: 0 auto;
}
.forget-pass span {
    font-size: 0.8rem;
    font-weight: normal;
}
.forget-submit {
    margin-bottom: 100px;
}
.pass-forget-caution {
    box-sizing: border-box;
    max-width: 700px;
    margin: 0 auto 50px;
    padding: 20px;
    border: 2px solid #000000;
}
.pass-forget-caution p {
    color: #707070;
    font-size: 0.85rem;
    line-height: 1.8;
    text-align: center;
}
@media (min-width: 960px) {
    .submit-btn:hover {
        cursor: pointer;
        background: #fff;
        color: #ff9600;
    }
    .new-account:hover {
        cursor: pointer;
        background: #ff9600;
        color: #fff;
    }
    .new-account-login:hover {
        color: #fff;
        background: #72BE84;
        cursor: pointer;
    }
}
@media (max-width: 959px) {
    .new-account-complete-text {
        box-sizing: border-box;
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
    .login-wrapper {
        padding: 30px 15px 50px;
    }
    .login-block {
        width: 100%;
        padding: 30px;
    }
    .login-new {
        line-height: 1.5;
    }
    .page-step3 ul {
        margin-bottom: 20px;
    }
    .page-step3 ul li:before {
        display: none;
    }
    .page-step3 ul li:not(:last-of-type):after {
        right: -30px;
        width: 20px;
    }
    .page-step4 ul {
        margin-bottom: 20px;
    }
    .page-step4 ul li:before {
        display: none;
    }
    .page-step4 ul li:not(:last-of-type):after {
        display: none;
    }
    .page-step4 ul li {
        width: 23%;
        font-size: 0.9rem;
    }
    .page-step-text {
        margin: 0 0 30px;
        font-size: 0.9rem;
    }
    .confirm-btn_ar {
        margin: 0 0 100px;
    }
    .new-account-complete-text {
        margin: 50px auto;
        padding: 0;
    }
    .new-account-login {
        max-width: 300px;
        width: 100%;
        padding: 10px 0;
        font-size: 1.2rem;
    }
    .form-block.forget-pass {
        box-sizing: border-box;
        padding: 30px 20px;
    }
    .before-contact {
        box-sizing: border-box;
        display: block;
        padding: 0 15px;
    }
    .before-contact-ttl {
        width: 100%;
        height: auto;
        margin: 0 0 20px;
    }
    .before-contact dl {
        display: block;
        margin: 0 0 30px;
    }
    .before-contact dl dt {
        width: 100%;
        margin: 0 0 10px;
        font-size: 1rem;
    }
    .before-contact dl dd {
        text-align: center;
    }
    .before-contact a {
        margin: 0;
    }
}
@media (max-width: 374px) {
    .page-step3 ul li:not(:last-of-type):after {
        display: none;
    }
}

/*========================================
privacy
========================================*/
.privacy-logo_ar {
    width: 100%;
    max-width: 980px;
    margin: 0 auto 50px;
    color: #707070;
}
.privacy-text_ar {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    color: #707070;
}
.privacy_logo_ar-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}
.privacy_logo_ar-wrapper figure {
    width: 100%;
    max-width: 100px;
}
.privacy-logo_ar h6 {
    margin-bottom: 20px;
    text-align: center;
}
.privacy_logo_ar-wrapper p {
    font-size: 0.875rem;
}
.privacy-text_ar p {
    font-size: 0.875rem;
    line-height: 1.8;
}
.privacy-text_ar h3 {
    margin-bottom: 20px;
    font-size: 1.125rem;
    font-weight: bold;
}
.privacy-text_ar h4 {
    margin-bottom: 20px;
    padding: 10px 20px 10px 20px;
    background: #FAF7F0;
}
.privacy-text_ar h5 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #C3A560;
    font-size: 1.25rem;
    font-weight: bold;
}
.privacy_ar-box {
    width: 100%;
    max-width: 540px;
    box-sizing: border-box;
    padding: 20px 0 20px 30px;
    border: 1px solid #C3A560;
}
.privacy-table {
    width: 100%;
    max-width: 930px;
    margin: 0 auto 40px;
    font-size: 0.875rem;
    text-align: left;
}
.privacy-table th {
    padding: 10px 0;
    background: #F4F4F4;
}
.privacy-table td {
    padding: 10px 60px 10px 0;
    line-height: 1.8;
    border-bottom: 1px solid #dbdbdb;
}
.privacy-table th:first-of-type,
.privacy-table td:first-of-type {
    padding-left: 15px;
}
.privacy-table.three_column th:first-of-type {
    width: 45%;
}
.privacy-table.three_column th:nth-of-type(2) {
    width: 40%;
}
.privacy-table.three_column th:nth-of-type(3) {
    width: 15%;
}
.privacy-table.two_column th:first-of-type {
    width: 50%;
}
.privacy-table.two_column th:nth-of-type(2) {
    width: 50%;
}
.privacy-text_ar-inner-wrapper {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
}
.privacy-text_ar-inner-wrapper .link__text a {
    color: #1F53A7;
}
@media (max-width: 959px) {
    .privacy-logo_ar {
        width: calc(100% - 30px);
    }
    .privacy-text_ar {
        width: calc(100% - 30px);
    }
}
@media (max-width: 767px) {
    .privacy-logo_ar h6 {
        line-height: 2;
    }
    .privacy_logo_ar-wrapper {
        justify-content: space-around;
    }
    .privacy_logo_ar-wrapper p {
        line-height: 1.8;
    }
    .privacy_ar-box {
        padding: 20px 25px 20px 25px;
    }
    .privacy-table {
        font-size: 0.75rem;
    }
    .privacy-table td {
        padding: 10px 15px 10px 0;
    }
    .privacy-text_ar h4 {
        padding: 5px 20px 5px 20px;
        line-height: 1.8;
    }
    .privacy-text_ar h5 {
        line-height: 1.8;
    }
    .privacy-table.three_column th:first-of-type {
        width: 40%;
    }
    .privacy-table.three_column th:nth-of-type(2) {
        width: 35%;
    }
    .privacy-table.three_column th:nth-of-type(3) {
        width: 20%;
    }
}
@media (max-width: 374px) {
}

/*========================================
about
========================================*/
.about_ar {
    width: 100%;
    max-width: 980px;
    margin: 0 auto 100px;
}
.about_ar dl {
    box-sizing: border-box;
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #dbdbdb;
}
.about_ar dl:first-of-type {
    padding-top: 0;
}
.about_ar dl dt {
    width: 150px;
    color: #707070;
    font-size: 0.875rem;
    line-height: 1.8;
}
.about_ar dl dd {
    width: calc(100% - 150px);
    color: #707070;
    font-size: 0.875rem;
    line-height: 1.8;
}
.abot_ar-hub div {
    box-sizing: border-box;
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #dbdbdb;
}
.abot_ar-hub div:first-of-type {
    padding-top: 0;
}
.abot_ar-hub div p:first-of-type {
    width: 320px;
}
.abot_ar-hub div p:last-of-type {
    width: calc(100% - 320px);
}
.permit_cont p {
    margin-bottom: 30px;
}
.permit_cont p:last-of-type {
    margin-bottom: 0;
}
@media (max-width: 959px) {
    .about_ar {
        width: calc(100% - 30px);
    }
}
@media (max-width: 767px) {
    .about_ar {
        margin: 0 auto 100px;
    }
    .about_ar dl {
        display: block;
    }
    .about_ar dl dt {
        width: 100%;
        margin-bottom: 5px;
        font-weight: bold;
    }
    .about_ar dl dd {
        width: 100%;
    }
    .abot_ar-hub div {
        justify-content: space-between;
        padding: 10px 0;
    }
    .abot_ar-hub div p:first-of-type,
    .abot_ar-hub div p:last-of-type {
        width: 47%;
    }
}
@media (max-width: 374px) {
}
/*========================================
特商法
========================================*/
.tokushoho_ar {
    width: 100%;
    max-width: 980px;
    margin: 0 auto 100px;
}
.tokushoho_ar dl {
    box-sizing: border-box;
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #dbdbdb;
}
.tokushoho_ar dl:first-of-type {
    padding-top: 0;
}
.tokushoho_ar dl dt {
    width: 300px;
    color: #707070;
    font-size: 0.875rem;
    line-height: 1.8;
}
.tokushoho_ar dl dd {
    width: calc(100% - 300px);
    color: #707070;
    font-size: 0.875rem;
    line-height: 1.8;
}
@media (max-width: 959px) {
    .tokushoho_ar {
        width: calc(100% - 30px);
    }
}
@media (max-width: 767px) {
    .tokushoho_ar {
        margin: 0 auto 100px;
    }
    .tokushoho_ar dl {
        display: block;
    }
    .tokushoho_ar dl dt {
        width: 100%;
        margin-bottom: 5px;
        font-weight: bold;
    }
    .tokushoho_ar dl dd {
        width: 100%;
    }
}
@media (max-width: 374px) {
}
/*========================================
よくあるご質問
========================================*/
.faq_ar {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    color: #707070;
}
.faq_ar section {
    margin: 0 0 50px;
}
.faq_ar h3 {
    margin-bottom: 20px;
    padding: 10px 20px 10px 20px;
    background: #FAF7F0;
}
.faq_ar dl {
    box-sizing: border-box;
    margin: 0 0 30px;
    padding-left: 2rem;
    line-height: 1.8;
}
.faq_ar dt {
    display: inline-block;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
    color: red;
    font-size: 1rem;
    font-weight: bold;
}
.faq_ar dd {
    font-size: 0.875rem;
}
@media (max-width: 959px) {

}
@media (max-width: 767px) {
    .faq_ar dl {
        padding: 0 15px;
    }
}
@media (max-width: 374px) {
}
/*========================================
modal
========================================*/
#modal-overlay {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
}
.body-fix {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    z-index: -1;
    overflow: hidden;
}
.modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    display: none;
    width: 100%;
    max-width: max-content;
    transform: translate(-50%, -50%);
    z-index: 100;
}
.modal-ttl {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    background: #000000;
    color: #fff;
    border: 1px solid #000000;
    border-radius: 4px 4px 0 0;
}
.modal-ttl h4 {
    font-size: 1.2rem;
}
.modal-close {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
}
.modal-inner {
    overflow: auto;
    box-sizing: border-box;
    position: relative;
    max-height: 70vh;
    padding: 10px;
    background: #fff;
    border: 1px solid #999;
    border-top: none;
    border-radius: 0 0 4px 4px;
}
.modal-content.delete,
.modal-content.restoration {
    max-width: 310px;
}
.modal-btn_ar {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    margin: 20px auto 0;
}
.modal-btn_ar form {
    width: auto;
}
.modal-btn_ar .yes,
.modal-btn_ar .no,
.modal-btn_ar .delete {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    width: 130px;
    padding: 5px;
    border-radius: 4px;
}
.modal-btn_ar .yes {
    border: 2px solid #000000;
    background: #000000;
    color: #fff;
}
.modal-btn_ar .no {
    margin: 0 20px 0 0;
    border: 2px solid #999;
    background: #fff;
    color: #999;
}
.modal-btn_ar .delete {
    position: absolute;
    right: 10px;
    bottom: 10px;
    border: 2px solid #333;
    background: #333;
    color: #fff;
}
.modal-content.edit {
    width: 310px;
}
.modal-content.modal-color {
    width: 300px;
}
.modal-content.modal-color ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.modal-content.modal-color ul li {
    width: 60px;
    height: 60px;
    margin: 0 0 10px;
    border-radius: 50%;
}
.modal-content.modal-color .color-class1 {
    border: 1px solid #aaa;
}
.modal-content.select {
    max-width: 310px;
}
.course-list .radio-wrapper {
    display: block;
    margin: 0 0 15px;
}
.status-btn {
    max-width: 100px;
    margin: 0 auto;
    border-radius: 10px;
}
.modal-content.label input {
    margin: 10px 0 5px;
}
.modal-content.new-member {
    max-width: 450px;
}
.modal-content.new-member .modal-btn_ar {
    margin: 0 auto 20px;
}
.modal-content.cancel {
    width: 90%;
    max-width: 500px;
    font-size: 0.9rem;
}
.modal-content.cancel .modal-ttl {
    background-color: #DB2626;
    border: 1px solid #DB2626;
}
.modal-content.cancel .modal-btn_ar .yes {
    background-color: #DB2626;
    border: 2px solid #DB2626;
}
.loading-block {
    display: none;
}
.loading-wrapper {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 10px #ddd;
}
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    z-index: 1000;
}
.loading-text {
    margin: 0 0 10px;
    text-align: center;
}
.loader {
    border: 5px solid #eee;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
@media (min-width: 960px) {
    .modal-btn_ar .yes:hover,
    .modal-btn_ar .no:hover,
    .modal-btn_ar .delete:hover {
        cursor: pointer;
        opacity: 0.8;
    }
    .modal-close:hover {
        cursor: pointer;
    }
    .modal-content.modal-color ul li:hover {
        cursor: pointer;
    }
}
@media (max-width: 959px) {
    .modal-content,
    .modal-content.new-member {
        max-width: calc(100% - 20px);
    }
}
@media (max-width: 767px) {
    .modal-btn_ar {
        flex-wrap: wrap;
    }
    .modal-btn_ar .delete {
        position: static;
        margin: 20px 0;
    }
}
@media (max-width: 374px) {
}
/*========================================
contact
========================================*/
.page-step3.contact ul li:nth-of-type(1):before {
    content: "入力";
}
.page-step3.contact ul li:nth-of-type(2):before {
    content: "内容の確認";
}
.page-step3.contact ul li:nth-of-type(3):before {
    content: "送信完了";
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 374px) {
}

/*========================================
エラー・不具合ページ
========================================*/
.bug_ar {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 75px;
    padding: 30px 50px;
    color: #707070;
    border: 5px solid #EAF0F4;
}
.bug-text {
    box-sizing: border-box;
    width: calc(100% - 180px);
    padding: 0 30px;
    text-align: center;
    line-height: 1.8;
}
.bug-text h1 {
    margin: 0 0 20px;
    color: #000;
    font-size: 1.5rem;
    font-weight: bold;
}
.bug-text h4 {
    font-weight: bold;
}
.bug-text a {
    text-decoration: underline;
}
.bug_ar figure {
    width: 180px;
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
    .bug_ar {
        width: calc(100% - 30px);
        margin: 0 15px 50px;
        padding: 15px 10px;
        display: block;
    }
    .bug-text {
        width: 100%;
        margin: 0 0 20px;
        padding: 0;
    }
    .bug-text h1 {
        font-size: 1.2rem;
    }
    .bug-text h4,
    .bug-text p {
        font-size: 0.9rem;
    }
    .bug_ar figure {
        width: 140px;
        margin: 0 auto;
    }
}
@media (max-width: 374px) {
}

.event_ar.work-shop {
    background: #f1f1f1;
}
.workshop-cont .sub-ttl,
.workshop-detail .page-ttl,
.course-cont .sub-ttl,
.course-detail .page-ttl {
    background: #7f7e7e;
}
.resident-btn {
    box-sizing: border-box;
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: none;
    width: 100%;
    max-width: 270px;
    padding: 20px 25px;
    text-align: center;
    z-index: 9999;
}
.base-btn.reverse {
    position: relative;
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 20px 0;
    background: #F27E09;
    border: 2px solid #F27E09;
    border-radius: 5px;
    text-align: center;
    transition: .7s;
    cursor: pointer;
}
.resident-btn .base-btn.reverse {
    padding: 15px 0;
    border-radius: 50px;
    background: #ff9600;
    background: linear-gradient( #ffbc5d 0%, #ff9600 100%);
    border: 1px solid #ff9600;
    transition: .7s;
}
.base-btn.reverse p {
    position: relative;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.5rem;
    transition: .7s;
}
.form-content-box {
    box-sizing: border-box;
    margin: 0 0 50px;
    padding: 40px 50px;
    border: 1px solid #B4B4B4;
    font-size: 1.875rem;
    line-height: 1.5;
}
.form-block .en-name-_ar {
    display: flex;
}
.form-block dd span {
    /* position: absolute; */
    top: -19px;
    display: inline-block;
    margin: 0 0 5px;
    color: #8e8e8e;
    font-size: 0.9rem;
    font-weight: bold;
}
.form-block .df-wrapper {
    margin-bottom: 50px;
}
.form-block .df-wrapper dl {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 0;
}
.form-block .df-wrapper dl dt {
    box-sizing: border-box;
    width: 280px;
    margin: 0;
    padding: 15px 0 15px 15px;
}
.form-block .df-wrapper dl dd {
    width: calc(100% - 260px);
    margin: 0;
    padding: 15px 0;
}
.form-block-name p:first-of-type {
    margin-right: 10px;
}
.form-content-info dl {
    display: flex;
    margin-bottom: 10px;
}
.form-content-info dt {
    width: 100px;
    font-size: 1rem;
    font-weight: bold;
}
.form-content-info dd {
    font-size: 1rem;
}
.form-content-img {
    display: flex;
}
.form-content-img figure {
    width: 100%;
    max-width: 430px;
    margin-right: 30px;
}
.member-english-info {
    display: block;
}
.stot-licence-is:checked ~ .member-english-info{
    display: block;
}
.member__change .member-english-info {
    display: block;
}
.form__question__ar dd {
    flex-wrap: wrap;
}
.form__question__ar dl p {
    padding: 5px 0 15px;
    font-size: 0.75rem;
}
.text__nowrap {
    white-space: nowrap;
}
.mypage-icons ul li h5 span {
    font-size: 0.7rem;
}
.mypage-icons ul:first-of-type {
    margin-bottom: 0;
}
.mypage-icons ul:first-of-type li {
    box-sizing: border-box;
    width: 33%;
    margin-bottom: 10px;
    padding: 10px 0;
    border-radius: 10px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}
.mypage-icons ul:first-of-type li:first-of-type {
    background: #55C1B2;
}
.mypage-icons ul:first-of-type li:nth-of-type(2) {
    background: #c84007e0;
}
.mypage-icons ul:first-of-type li:nth-of-type(3) {
    background: #4b47ffdb;
}
.mypage-icons ul li:nth-of-type(1) a,
.mypage-icons ul li:nth-of-type(2) a {
    border: 2px solid #55C1B2;
}
.mypage-icons ul li:nth-of-type(3) a,
.mypage-icons ul li:nth-of-type(4) a {
    border: 2px solid #c84007e0;
}
.mypage-icons ul li:nth-of-type(5) a,
.mypage-icons ul li:nth-of-type(6) a {
    border: 2px solid #4b47ffdb;
}
.mypage-icons ul li:nth-of-type(1) a:hover,
.mypage-icons ul li:nth-of-type(2) a:hover {
    background: #55C1B2;
}
.mypage-icons ul li:nth-of-type(3) a:hover,
.mypage-icons ul li:nth-of-type(4) a:hover {
    background: #c84007e0;
}
.mypage-icons ul li:nth-of-type(5) a:hover,
.mypage-icons ul li:nth-of-type(6) a:hover {
    background: #4b47ffdb;
}
.mypage-icons ul li:nth-of-type(1).active a,
.mypage-icons ul li:nth-of-type(2).active a {
    background: #55C1B2;
}
.mypage-icons ul li:nth-of-type(3).active a,
.mypage-icons ul li:nth-of-type(4).active a {
    background: #c84007e0;
}
.mypage-icons ul li:nth-of-type(5).active a,
.mypage-icons ul li:nth-of-type(6).active a {
    background: #4b47ffdb;
}
.mypage-icons ul li:nth-of-type(1) h5,
.mypage-icons ul li:nth-of-type(2) h5 {
    color: #55C1B2;
}
.mypage-icons ul li:nth-of-type(3) h5,
.mypage-icons ul li:nth-of-type(4) h5 {
    color: #c84007e0;
}
.mypage-icons ul li:nth-of-type(5) h5,
.mypage-icons ul li:nth-of-type(6) h5 {
    color: #4b47ffdb;
}
.cancel-app-btn.btn {
    background: linear-gradient( #59b56d 0%, #5c9c6afa 100%);
    border: 1px solid #609f6e66;
}
.cancel-app-text {
    display: block;
    margin-bottom: 10px;
    font-size: 0.875rem;
    color: red;
    text-align: left;
    line-height: 1.5;
}
.contents-list_pc-pager {
    width: 100px;
}
.contents-list_pc-pager ul {
    display: flex;
}
.pager-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 0 10px;
}
.pager_ar {
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
}
.pager_ar p {
    margin: 0 10px 0 0;
    font-size: 12px;
}
.pager_ar ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.pager_ar ul li {
    margin: 0 5px;
    padding: 0;
    border: none;
}
.pager_ar ul li a {
    display: block;
    margin: 0 2px;
    padding: 3px 5px;
    font-size: 12px;
    border-radius: 2px;
    transition: 0.4s;
}
.pager_ar ul li.active a {
    background: #14116e;
    color: #fff;
}
.mypage-accordion-content li .history-header {
    justify-content: flex-end;
    align-items: center;
}
.online-mark {
    width: 110px;
    height: 20px;
    margin: 0 0 10px auto;
}
.history_ar {
    list-style: none;
}
.btn.course__app {
    font-size: 1.25rem;
}
/* .academic__alert {
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
    width: 100%;
    max-width: 600px;
    height: 400px;
    padding: 20px;
    background: #ffffff;
    border-radius: 25px;
    z-index: 9999;
}
.academic__alert p {
    margin-bottom: 30px;
    font-size: 1.25rem;
    font-weight: bold;
    color: #424141;
    line-height: 1.5;
}
.academic__alert--wrapper {
    position: relative;
}
.academic__alert figure {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.academic__alert.active {
    display: block;
}
.academic__alert .close__btn {
    position: absolute;
    top: -50px;
    right: -40px;
    width: 60px;
    height: 60px;
    cursor: pointer;
} */
.return__alert {
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
    width: 100%;
    max-width: 600px;
    height: 150px;
    padding: 20px;
    background: #ffffff;
    border-radius: 25px;
    z-index: 9999;
}
.return__alert--wrapper {
    position: relative;
}
.return__alert p {
    margin-bottom: 30px;
    font-size: 1.25rem;
    font-weight: bold;
    color: #424141;
    line-height: 1.5;
}
.return__alert .close__btn {
    position: absolute;
    top: -50px;
    right: -40px;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.caution-box {
    box-sizing: border-box;
    display: block!important;
    padding: 10px;
    border: 1px solid #aaa;
    font-size: 0.8rem;
    line-height: 1.5;
}
.form-block dd.caution-box span {
    color: red;
}
.credit-area,
.bank-area,
.convenience-area {
    display: none;
}
.credit-area.active,
.bank-area.active,
.convenience-area.active {
    display: block;
}
.method-of-payment .radio-wrapper .radio01-parts {
    display: block;
}
.convenience__logo {
    display: none;
    width: 100%;
    max-width: 300px;
}
.error-bottom-mark {
    position: relative;
}
.error-bottom-mark .error {
    position: absolute;
    bottom: 0px;
}
.appearance-text {
    display: block;
}
.not-change-pay {
    position: relative;
}
.not-change-pay span {
    position: absolute;
    top: 50%;
    left: 105px;
    transform: translateY(-50%);
    width: 290px;
    font-size: 0.875rem;
}
@media (max-width: 959px) {
    .seminar-cont iframe {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .form-content-box {
        width: 90%;
        margin: 0 auto 50px;
    }
    .form-content-img {
        display: block;
    }
    .form-content-img figure {
        margin: 0 auto 30px;
    }
    .mypage-icons ul {
        width: 90%;
    }
    .mypage-icons ul li h5 {
        font-size: 1.35rem;
        font-weight: bold;
    }
    .mypage-icons ul li {
        width: 32%;
    }
    .mypage-icons ul li a {
        height: 150px;
    }
    .mypage-icons ul li {
        position: relative;
        width: 48%;
        margin-bottom: 95px;
    }
    .mypage-icons ul li:nth-of-type(5),
    .mypage-icons ul li:nth-of-type(6) {
        margin-bottom: 30px;
    }
    .mypage-icons ul li:nth-of-type(1)::before {
        content: "ワークショップ";
        box-sizing: border-box;
        position: absolute;
        top: -60px;
        left: 0%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 208%;
        height: 30px;
        padding: 20px 0;
        background: #55C1B2;
        color: #ffffff;
        border-radius: 5px;
        font-weight: bold;
        font-size: 1.5rem;
    }
    .mypage-icons ul li:nth-of-type(3)::before {
        content: "コース";
        box-sizing: border-box;
        position: absolute;
        top: -60px;
        left: 0%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 208%;
        height: 30px;
        padding: 20px 0;
        background: #c84007e0;
        color: #ffffff;
        border-radius: 5px;
        font-weight: bold;
        font-size: 1.5rem;
    }
    .mypage-icons ul li:nth-of-type(5)::before {
        content: "会員・カード情報";
        box-sizing: border-box;
        position: absolute;
        top: -60px;
        left: 0%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 208%;
        height: 30px;
        padding: 20px 0;
        background: #4b47ffdb;
        color: #ffffff;
        border-radius: 5px;
        font-weight: bold;
        font-size: 1.5rem;
    }
    .mypage-icons ul li a {
        height: auto;
        padding: 20px 0;
    }
    .clip-input[type="text"] {
        margin-bottom: 10px;
    }
    .mypage-icons ul:first-of-type {
        display: none;
    }
    .page-main-ttl.mypage {
        margin-bottom: 110px;
    }
    /* .mypage-icons ul li a:hover {
        pointer-events: none;
    } */
    .mypage-icons ul li figure {
        display: none;
    }
}
@media (max-width: 767px) {
    .seminar-cont iframe {
        height: auto;
    }
    .form-block .df-wrapper dl {
        display: block;
    }
    .form-block .df-wrapper dl dt {
        padding: 15px 0 0 10px;
    }
    .form-block .df-wrapper dl dd {
        width: auto;
        padding: 15px 0 15px 10px;
    }
    .form-content-info dt,
    .form-content-info dd {
        font-size: 0.875rem;
    }
    .form-content-box {
        padding: 40px 20px;
    }
    .form__question__ar p {
        width: 85%;
    }
    .form__question__ar .required:after {
        position: absolute;
        top: 0;
        right: 0;
    }
    .mypage-icons ul {
        width: 100%;
    }
    .mypage-icons ul li a {
        height: auto;
        padding: 7px 0;
    }
    .mypage-icons ul li {
        margin-bottom: 20px;
    }
    .mypage-icons ul:nth-of-type(2) {
        margin-bottom: 25px;
        /* display: none; */
    }
    .mypage-icons ul li:nth-of-type(1)::before,
    .mypage-icons ul li:nth-of-type(3)::before,
    .mypage-icons ul li:nth-of-type(5)::before {
        top: -40px;
        padding: 10px 0;
        font-size: 1rem;
        display: none;
    }
    .page-main-ttl.mypage {
        margin-bottom: 25px;
    }
    .mypage-icons ul li h5 {
        font-size: 0.875rem;
    }
    .pager_ar {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 0 0 auto;
    }
    .pager_ar p {
        margin: 0 10px 10px 0;
    }
    .btn.course__app {
        font-size: 1rem;
    }
    .return__alert {
        height: 190px;
    }
    /* .academic__alert,
    .return__alert {
        max-width: 300px;
    }
    .academic__alert p,
    .return__alert p {
        font-size: 1rem;
    } */
    .form-block .df-wrapper {
        margin-bottom: 0;
    }
    .not-change-pay span {
        position: absolute;
        top: 50%;
        left: 105px;
        transform: translateY(-50%);
        width: 220px;
        font-size: 0.675rem;
    }
}
@media (max-width: 374px) {
    .mypage-icons ul li h5 {
        font-size: 0.7rem;
    }
    .mypage-icons ul li h5 span{
        font-size: 0.6rem;
    }
    .btn.course__app {
        font-size: 0.875rem;
    }
}

/*========================================
ページ別  プライベートコーチング　メインヴィジュアル
========================================*/

.individual__mv {
    display: flex;
    width: 100%;
    max-width: calc(100% - 30px);
    margin: 0 auto 50px;
}
.individual__mv figure {
    width: 100%;
    max-width: 500px;
}
.individual__mv dl {
    line-height: 1.8;
    padding: 20px 0 0 25px;
    width: 100%;
    max-width: 600px;
}
.individual__mv dl dt {
    font-size: 1.25rem;
    margin-bottom: 10px;
}
.individual__mv dl dd {
    font-size: 0.875rem;
}
@media (max-width: 959px) {
}

@media (max-width: 767px) {
    .individual__mv {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: calc(100% - 30px);
        margin: 0 auto 50px;
    }
    .individual__mv figure {
        margin: 0 auto 20px;
    }
    .individual__mv dl {
        line-height: 1.8;
        padding: 0;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
}
@media (max-width: 374px) {
}



/*========================================
ページ別 210416 プライベートコーチング　カレンダー
========================================*/

.calendar__wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.individual__cont {
    display: flex;
    width: 100%;
    max-width: 860px;
    margin: 20px 0 70px;
}
/* 空席表示 */
.reservesion > span {
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 1.125rem;
}
.reservesion span .br__reserve {
    color: #b9d5fd;
    font-size: 1.675rem;
}
#calendar {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
  }
.calendar__ttl  {
    padding: 12px 0;
    background: #5291ea;
    text-align: center;
}
.calendar__ttl h2 {
    display: inline-block;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 1.675rem;
  }
.calendar__ttl h2 .prev__month {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -160px;
    font-size: 0.75rem;
}
.calendar__ttl h2 .next__month {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -160px;
    font-size: 0.75rem;
}
.prev__btn {
    position: absolute;
    top: 3px;
    left: 130px;
    padding: 10px;
    font-size: 1.125rem;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    z-index: 100;
}
.next__btn {
    position: absolute;
    top: 3px;
    right: 130px;
    padding: 10px;
    font-size: 1.125rem;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    z-index: 100;
}
.cl__content {
    position: relative;
}

/* 時間帯選択部分 */
.time__content, .time__content__active {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: column wrap;
    margin: 0 auto;
    box-sizing: border-box;
    height: 405px;
}

/* カレンダー部分 */

.calendar {
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    max-width: 500px;
}
.week_td {
    padding: 16px 10px;
    text-align: center;
    transition: .4s;
    pointer-events: none;
}
.week_td:first-of-type {
    color: red;
    border-left: 1px solid #ddd;
}
.week_td:last-of-type {
    color: royalblue;
    border-right: 1px solid #ddd;
}
.calendar_td {
    padding: 17px 10px;
    text-align: center;
    transition: .4s;
    border: 1px solid #cccccc;
}
/* カレンダー仮CSS（予約状況判別） */
.calendar_tr:nth-child(5) td:nth-of-type(6), .calendar_tr:nth-child(6) td:nth-of-type(1),
.calendar_tr:nth-child(6) td:nth-of-type(2), .calendar_tr:nth-child(6) td:nth-of-type(3),
.calendar_tr:nth-child(6) td:nth-of-type(6) {
    background: #b9d5fd;
}
.calendar_tr:nth-child(5) td:nth-of-type(1), .calendar_tr:nth-child(5) td:nth-of-type(2),
.calendar_tr:nth-child(5) td:nth-of-type(3), .calendar_tr:nth-child(5) td:nth-of-type(4),
.calendar_tr:nth-child(5) td:nth-of-type(5), .calendar_tr:nth-child(5) td:nth-of-type(7),
.calendar_tr:nth-child(6) td:nth-of-type(4), .calendar_tr:nth-child(6) td:nth-of-type(5)  {
    background: #eaeced;
    pointer-events: none;
}
.calendar_tr:nth-child(2), .calendar_tr:nth-child(3), .calendar_tr:nth-child(4), .calendar_tr:nth-child(6) td:last-of-type, .calendar_tr:nth-child(7) {
    background: #eaeced;
    pointer-events: none;
}
.calendar_td:hover {
    cursor: pointer;
    opacity: .7;
}
.bg-active {
    background: #5291ea!important;
    color: #fff!important;
}
.calendar_tr {
    border: 1px solid #ddd;
}
.calendar_td:first-child {
    color: red;
    border-left: 1px solid #ddd;
}
.calendar_td:last-child {
    color: royalblue;
    border-right: 1px solid #ddd;
}
.is-disabled {
    color: #ccc!important;
    pointer-events: none;
}

  /* 時間帯選択 */

.time__content p {
    border: 2px solid #5291ea;
    color: #5291ea;;
    padding: 12px 0;
    width: 180px;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 0px 15px 12px;
    text-align: center;
    transition: .4s;
}
.time__content .gray__out {
    border: 2px solid rgb(214, 214, 214);
    color: rgb(214, 214, 214);;
    padding: 12px 0;
    width: 180px;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 0px 15px 12px;
    text-align: center;
    transition: .4s;
}
.time__content .gray__out:hover {
    pointer-events: none;
}
.time__content__active p:hover {
    border: 2px solid #5291ea;;
    background: #5291ea;
    color: #fff;
    box-sizing: border-box;
    cursor: pointer;
}
#time__table span {
    display: inline-block;
    font-size: 1.125rem;
    font-weight: bold;
}
.individual__btn {
    display: block;
    margin: 0 auto;
    background: #5291ea;
    color: #fff;
    border: 1px solid #5291ea;
}
.individual__btn:hover {
    background: #fff;
    color: #5291ea;
}

@media (max-width: 959px) {
    .reservesion > span {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.875rem;
        padding-bottom: 10px;
    }
    .reservesion > span .br__reserve {
        font-size: 1.375rem;
    }
    .individual__cont {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 10px auto 30px;
    }
    .time__content, .time__content__active {
        margin: 50px auto 10px;
        width: 100%;
        max-width: 650px;
    }
}
.form-block dd.app-lecture {
    display: block;
    line-height: 1.8;
}
@media (max-width: 767px) {
    #calendar {
        padding: 10px 15px 25px;
        box-sizing: border-box;
    }
    .calendar__wrapper {
        width: 92%;
    }
    .calendar__ttl h2 {
        font-size: 1.375rem;
      }
    .calendar__ttl h2 .prev__month {
        position: absolute;
        top: -35px;
        transform: translateY(0);
        left: -90px;
        font-size: 0.75rem;
        color: #000;
    }
    .calendar__ttl h2 .next__month {
        position: absolute;
        top: -35px;
        transform: translateY(0);
        right: -90px;
        font-size: 0.75rem;
        color: #000;
    }
    .reservesion {
        font-size: 0.875rem;
    }
    .prev__btn {
        position: absolute;
        top: 20px;
        left: 60px;
        padding: 0;
    }
      .next__btn {
        position: absolute;
        top: 20px;
        right: 60px;
        padding: 0;
    }
    .time__content__active {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-flow: column wrap;
        margin: 0 auto;
        box-sizing: border-box;
        height: 300px;
    }
    .week_td {
        padding: 12px 10px;
    }
    .calendar_td {
        padding: 12px 10px;
        text-align: center;
        font-size: 0.875rem;
    }
    .time__content, .time__content__active {
        height: 330px;
    }
    .time__content p {
        padding: 9px 0;
        width: 130px;
        margin: 0px 15px 10px;
    }
    .time__content .gray__out {
        padding: 9px 0;
        width: 130px;
        margin: 0px 15px 10px;
        transition: .4s;
    }
    #time__table span {
        font-size: 1rem;
    }
    .individual__btn {
          width: 300px;
    }
}
@media (max-width: 374px) {
    .calendar_td {
        padding: 14px 8px;
        text-align: center;
      }
      .calendar__ttl h2 .prev__month {
        left: -70px;
    }
    .calendar__ttl h2 .next__month {
        right: -70px;

    }
}

.card-delete {
    cursor: pointer;
    width: 300px;
    margin: 0 auto;
    padding: 10px 0;
    background-color: #aaa;
    border: 2px solid #aaa;
    border-radius: 50px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    transition: 0.4s;
}
.card-delete.disabled {
    cursor: not-allowed;
}

/*========================================
ページ別  SP マイページ 項目外す(210618 修正依頼)
========================================*/
.sp__hidden {
    display: block;
}
.sp__only {
    display: none;
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
    .sp__hidden {
        display: none;
    }
    .sp__only {
        display: block;
    }
    .sp__only span {
        font-size: 0.75rem;
    }
}
@media (max-width: 374px) {
}

/*========================================
ページ別
========================================*/

@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 374px) {
}
