@media screen and (min-width:801px) {
body.custom-background {
  background-color: #fff;
}
.site-header {
  border-bottom: 8px solid #e5eff8;
	}
#main {
    padding-top: 26px;
}
}
/* 無料PDFテキスト */
.box_pdf {
    position: relative;
    margin-bottom: 30px;
}

.box_pdf h2 span.note {
    color: #ff0000;
}

.box_pdf ul {
    list-style: none;
}

.box_pdf ul li {
    float: left;
    width: 50%;
    margin: 0;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.box_pdf .side_link {
    text-align: center;
}

.box_pdf ul li p {
    margin: 0;
    text-align: center;
}

.box_pdf ul li p.link_dl a {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    padding: 2px 10px 0 25px;
    border: 1px solid #555555;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url(/wp/wp-content/uploads/2018/12/icon_pdf.png) no-repeat top 2px left 3px;
    color: #555555;
    font-size: 12px;
}

.box_pdf ul li p.link_ebook a {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    padding: 2px 10px 0;
    border: 1px solid #555555;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url(/wp/wp-content/uploads/2018/12/icon_book.png) no-repeat top 2px left 3px;
    color: #555555;
    font-size: 12px;
}

.box_pdf ul li p.date {
    margin-bottom: 5px;
    color: #666666;
    font-size: 11px;
}

.box_pdf ul li p.update {
    background: #ff0000;
    color: #ffffff;
    font-size: 10px;
}

@media screen and (min-width:401px) {
    .box_pdf ul li {
        width: 33.33%;
    }
}

@media screen and (min-width:481px) {
    .box_pdf .side_link {
        position: inherit;
        margin: 0 0 10px;
        font-size: 12px;
        text-align: right;
    }

    .box_pdf .side_link i {
        font-size: 10px;
    }

    .box_pdf ul li {
        width: 25%;
    }
}

/*pdfボタン*/
.entry-content p.btn_pdf {
    width: 320px;
    margin: 0 auto 30px;
    padding: 10px 0;
    background: url(https://d-monoweb.com/wp/wp-content/uploads/2020/11/icon_pdf.png) no-repeat left 30px center, #005494;
    background-size: 30px 33px, auto;
    line-height: 1.2;
    text-align: center;
}
.entry-content p.btn_pdf:hover {
    background: url(https://d-monoweb.com/wp/wp-content/uploads/2020/11/icon_pdf.png) no-repeat left 30px center, #3084c4;
    background-size: 30px 33px, auto;
}
.entry-content p.btn_pdf a {
    display: block;
    color: #ffffff;
}

.entry-content p.btn_pdf a span {
    font-size: 85%;
}



/*******************************
/* カスタム投稿：マイページ追記分
/*******************************/
body.single-mypage .wrapper {
	max-width: 1260px;
    background-color: inherit;
}

body.single-mypage .wrapper_login,
body.mypage-template-page-OneColumn .wrapper {
	max-width: 960px;
}

body .site .wrapper_login {
    margin: 0 auto;
    padding: 0 0.714285714rem;
}

body.single-mypage .wrapper_login .site-content,
body.mypage-template-page-OneColumn .site-content {
	float: none;
	max-width: 100%;
}

.mypage header.entry-header h1.entry-title {
    margin-top: 1.714285714rem;
}

.entry-header .mypage-title {
    display: none;
}

.cart .site-content {
    margin: 1.714285714rem 0 0;
}

.cart.logged-in .site-content{
    width: 100%;
}

.site-content {
    width: 100%;
    margin: 0;
}

/* マイページトップ */
.afterlogin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.wellcome,
.policy {
    text-align: center;
}

.information {
    width: 90%;
    margin: 0 auto 40px;
    padding: 20px;
    border: 1px solid #e7e6e6;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.information h2 {
    display: inline-block;
    margin-bottom: 0;
    padding: 5px 10px;
    margin: 0;
    border: none;
    background: #ff0000;
    color: #ffffff;
    font-weight: normal;
    font-size: 13px;
}

.information ul {
    list-style: none;
    margin: 0;
    line-height: 200%;
}

.information ul li {
    margin: 0;
    padding: 0;
}

.information .checkpast {
    margin-bottom: 0;
    padding: 20px 0 0;
}

.member_info h2 {
    margin: 15px;
    padding: 0;
    border: none;
    background: none;
    text-align: center;
}

.member_info .block30 {
    margin: 0;
}

.member_info .block30 table {
    width: 90%;
    margin: auto auto 30px;
    border: 1px solid #9c9c9c !important;
}

.member_info .block30 th {
    width: 35%;
    border: 1px solid #9c9c9c;
    background: #d9d9d9;
    font-weight: normal;
    text-align: center !important;
}

.member_info .block30 th, .member_info .block30 td {
    color: #010101;
}

.mypage hr {
    display: none;
}

.mycourse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #ffffff;
    gap: 20px;
}

.mycourse > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(50% - 10px);
    gap: 5px;
}

.mycourse > div > div {
    width: 100%;
    border: none;
    text-align: center;
}

.mycourse .head {
    display: none;
}

.mycourse .body div {
    color: #7f7f7f;
}

.mycourse .img_lrn {
    text-align: center;
}

.mycourse .img_lrn img {
    height: 90px;
}

.mycourse .limit {
    font-size: 13px;
}

.mycourse .purchase a {
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #ffce6c;
    border-radius: 3px;
    background-color: #ffffe9;
    color: #525455;
    font-size: 11px;
    line-height: 1;
}

.mycourse .link_page a {
    display: block;
    position: relative;
    width: 120px;
    margin: 0 auto;
    padding-left: 10px;
    border: 1px solid #7f7f7f;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #7f7f7f;
    font-size: 11px;
}

.attended .mycourse .link_page {
    color: #ff3300;
}

.mycourse .link_page a::before {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 22px;
    height: 22px;
    background: url(/wp/wp-content/uploads/2018/12/icon_movie.png) no-repeat;
    background-size: contain;
    content: "";
}

/* マイページトップ：テキスト発送申請フォームへのリンク表示（2023/10/09）  */
.booklet_app_wrap {
    background: #fdede9;
    margin-bottom: 50px;
    padding: 20px;
}
.booklet_app_wrap h2 {
    display: inline-block;
    margin: 0 0 1.714285714rem;
    padding: 5px 10px;
    border: none;
    background: #ff0000;
    color: #ffffff;
    font-weight: normal;
    font-size: 13px;
    animation-name: flashing;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}
@keyframes flashing {
    0% {
      background-color: #ff7f7f;
    }
  
    50% {
      background-color: #ff0000;
    }
    
    100% {
      background-color: #ff7f7f;
    }
}
.booklet_app_wrap form {
    display: inline-block;
}
.booklet_app_wrap a {
    text-decoration: underline;
}

/* LMSシステム入り口ページ */
.lmslogin {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 90%;
}

.lmslogin iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 100%;
}

/* クーポンページ */
.mypage .table-wrap {
    overflow-y: scroll;
}

.mypage .mycoupon {
    border: 4px solid #e7e6e6;
    min-width: 600px;
}

.mypage .mycoupon tr {
    background-color: #ffffff;
}

.mypage .mycoupon th, .mypage .mycoupon td {
    padding: 10px 20px;
    border: none;
    text-align: left;
}

.mypage .mycoupon .name {
    width: 20%;
}

.mypage .mycoupon .discount,
.mypage .mycoupon .c_code,
.mypage .mycoupon .product {
    text-align: center;
}

.mypage .mycoupon .discount {
    width: 12%;
}

.mypage .mycoupon .c_code {
    width: 20%;
}

.mypage .mycoupon .product {
    width: 20%;
}

.mypage .mycoupon .end-date {
    width: 28%;
}

.mypage .mycoupon th {
    border-bottom: 4px solid #e7e6e6;
    background-color: #f8f8f8;
    line-height: 1.5;
}

.mypage .mycoupon td {
    width: 25%;
    color: #7f7f7f;
    vertical-align: middle;
}

.mypage .mycoupon .img_lrn {
    text-align: center;
}

.mypage .mycoupon .img_lrn img {
    height: 90px;
}

.mypage .mycoupon .limit {
    font-size: 13px;
}

.mypage .mycoupon .link_page a {
    display: block;
    position: relative;
    width: 140px;
    padding-left: 40px;
    border: 1px solid #7f7f7f;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #7f7f7f;
    font-size: 12px;
}

.mypage .mycoupon .link_page a::before {
    position: absolute;
    top: 3px;
    left: 5px;
    width: 25px;
    height: 25px;
    background: url(/wp/wp-content/uploads/2018/12/icon_movie.png) no-repeat;
    background-size: contain;
    content: "";
}

/* ハンバーガーメニュー */
.single-mypage.logged-in .btn_regist,
.single-mypage.logged-in .btn-box a.btn_log {
    display: none;
}

.btn_purchase {
    position: absolute;
    top: 0;
    right: 110px;
    padding: 0;
}

.btn_purchase a {
    color: #010101;
    font-size: 10px;
    text-decoration: none;
}

.btn_purchase a::before {
    display: block;
    font-weight: 900;
    font-size: 26px;
    font-family: "Font Awesome 5 Free";
    content: "\f51b";
}

.btn_mymenu {
    position: absolute;
    top: 0;
    right: 15px;
    color: #010101;
    font-size: 9px;
}

.nav_toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    width: 28px;
    height: 26px;
    margin: 8px;
}

.nav_toggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #333333;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    -o-transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s, -webkit-transform .5s;
    border-radius: 2px;
}

.nav_toggle span:nth-child(1) {
    top: 0;
}

.nav_toggle span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
}

.nav_toggle span:nth-child(3) {
    bottom: 0;
}

.nav_toggle p {
    position: absolute;
    bottom: 0;
}

.nav_toggle.is-open span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
        -ms-transform: translateY(10px) rotate(-45deg);
            transform: translateY(10px) rotate(-45deg);
}

.nav_toggle.is-open span:nth-child(2) {
    opacity: 0;
}

.nav_toggle.is-open span:nth-child(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
        -ms-transform: translateY(-12px) rotate(45deg);
            transform: translateY(-12px) rotate(45deg);
}

/* マイページ用メニュー */
.site-header .mypage_content_nav {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 57.9833px;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 0;
    background-color: #e7e6e6;
    -webkit-transition: opacity     .1s linear .1s,
    visibility  .1s linear .1s;
    -o-transition: opacity     .1s linear .1s,
    visibility  .1s linear .1s;
    transition: opacity     .1s linear .1s,
    visibility  .1s linear .1s;
    overflow-y: auto;
    -webkit-overflow-scrolling: auto;
}

.site-header .mypage_content_nav.is-open {
    visibility: visible;
    opacity: 1;
    top: 57.9833px;
    z-index: 100;
    -webkit-transition: opacity     .1s linear .1s,
    visibility  .1s linear .1s;
    -o-transition: opacity     .1s linear .1s,
    visibility  .1s linear .1s;
    transition: opacity     .1s linear .1s,
    visibility  .1s linear .1s;
}

.site-header .nav_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    background: #e7e6e6;
    opacity: 0;
    visibility: hidden;
}

.site-header .nav_bg.is-open {
    opacity: 1;
    visibility: visible;
}

.site-header .mypage_content_nav .member_name {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    line-height: 0;
    text-align: left;
    -webkit-transition: line-height .3s ease-out,
    padding-top    .3s ease-out,
    padding-bottom .3s ease-out;
    -o-transition: line-height .3s ease-out,
    padding-top    .3s ease-out,
    padding-bottom .3s ease-out;
    transition: line-height .3s ease-out,
    padding-top    .3s ease-out,
    padding-bottom .3s ease-out;
}

.site-header .mypage_content_nav.is-open .member_name {
    padding-top: 13px;
    padding-bottom: 13px;
    line-height: 1.5;
    -webkit-transition: line-height .3s ease-out,
    padding-top    .3s ease-out,
    padding-bottom .3s ease-out;
    -o-transition: line-height .3s ease-out,
    padding-top    .3s ease-out,
    padding-bottom .3s ease-out;
    transition: line-height .3s ease-out,
    padding-top    .3s ease-out,
    padding-bottom .3s ease-out;
}

.site-header .mypage_content_nav li.title span, .site-header .mypage_content_nav li span, .site-header .mypage_content_nav li a {
    visibility: hidden;
    opacity: 0;
    height: initial;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0;
    -webkit-transition: line-height .3s ease-out,
    opacity     .1s linear,
    padding-top    .3s ease-out,
    padding-bottom .3s ease-out,
    visibility  .1s linear;
    -o-transition: line-height .3s ease-out,
    opacity     .1s linear,
    padding-top    .3s ease-out,
    padding-bottom .3s ease-out,
    visibility  .1s linear;
    transition: line-height .3s ease-out,
    opacity     .1s linear,
    padding-top    .3s ease-out,
    padding-bottom .3s ease-out,
    visibility  .1s linear;
}

.site-header .mypage_content_nav.is-open li.title span, .site-header .mypage_content_nav.is-open li span, .site-header .mypage_content_nav.is-open li a {
    visibility: visible;
    opacity: 1;
    height: initial;
    padding-top: 13px;
    padding-bottom: 13px;
    line-height: 1.5;
    -webkit-transition: line-height .3s ease-out,
    opacity     .1s linear .1s,
    padding-top    .3s ease-out,
    padding-bottom .3s ease-out,
    visibility  .1s linear .1s;
    -o-transition: line-height .3s ease-out,
    opacity     .1s linear .1s,
    padding-top    .3s ease-out,
    padding-bottom .3s ease-out,
    visibility  .1s linear .1s;
    transition: line-height .3s ease-out,
    opacity     .1s linear .1s,
    padding-top    .3s ease-out,
    padding-bottom .3s ease-out,
    visibility  .1s linear .1s;
}

.site-header .mypage_content_nav .sp_menu {
    background-color: #a6a6a6;
}

.mypage_content_nav {
    display: none;
    background-color: #d9d9d9;
    padding: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.mypage_content_nav li {
    background-color: #e7e6e6;
    border-bottom: 4px solid #d9d9d9;
}

.mypage_content_nav li.home span::before,
.mypage_content_nav li.study span::before,
.mypage_content_nav li.order span::before,
.mypage_content_nav li.manage a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.mypage_content_nav li.home span::before {
    content: '\e065';
}

.mypage_content_nav li.study span::before {
    content: '\f518';
}

.mypage_content_nav li.order span::before {
    content: '\f303';
}

.mypage_content_nav li.manage a::before {
    content: '\f509';
    font-size: 1.3rem;
}

.mypage_content_nav li.title {
    background-color: #262626;
    color: #ffffff;
}

.mypage_content_nav li.menu_attend {
    background-color: #ffffe7;
}

.mypage_content_nav li span {
    font-size: 0.8rem;
}

.mypage_content_nav li.title span,
.mypage_content_nav li a {
    display: block;
    height: 45px;
    line-height: 45px;
}

.mypage_content_nav li.title span {
    padding-left: 10px;
    font-size: 1rem;
}

.mypage_content_nav li a {
    padding-left: 24px;
    text-decoration: none;
    color: #010101;
}

.mypage_content_nav li a:hover {
    background-color: #ffac224a;
}

.mypage_content_nav li.current-menu-item a {
    position: relative;
    border-right: 4px solid #ff3300;
}

.mypage_content_nav li.current-menu-item a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid #ff3300;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: calc(50% - 8px);
    right: -15px;
}

.mypage_content_nav .after_content {
    display: none;
}

/* コンテンツ上メニュー */
.sp_top_nav {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin: 0 calc(50% - 50vw);
    margin-top: 1px;
}

.sp_top_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.sp_top_nav a {
    display: block;
    height: 42px;
    padding: 0 10px;
    color: #010101;
    line-height: 42px;
    text-decoration: none;
    font-size: 13px;
}

.sp_top_nav .current-menu-item {
    border-bottom: 4px solid #ff7200;
}

/* コンテンツ下メニュー */
.mp_breadcrumb,
.sp_end_nav {
    background-color: #404040;
    padding: 13px 20px;
    margin: 0 -10px;
}

.mp_breadcrumb {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 8px 20px;
    line-height: 35px;
}

.mp_breadcrumb,
.sp_end_nav li {
    height: 35px;
}

.mp_breadcrumb a,
.sp_end_nav a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
}

.sp_end_nav .title,
.sp_end_nav .num {
    display: none;
}

/* 右サイドバー */
.widget-area {
    width: 100%;
}

/* その他 */
.main form {
    overflow-y: scroll;
}

table.form-table tr td input[type="text"] {
    width: 70% !important;
}

.widget-area .widget .date {
    margin-bottom: 0;
}

.wishlist th {
    background-color: #f8f8f8;
}

.wishlist td {
    background-color: #fff;
}

.mb-50 {
    margin-bottom: 50px;
}

.single-mypage .entry-content input[type="submit"],
.order .entry-content input[type="button"] {
    border: 1px solid #858585;
    background: #efefef;
    color: #000000;
}

.log-in .entry-content input[type="submit"] {
    margin: 0;
    padding: 3px 6px;
    border: 1px solid #858585;
    background: #efefef;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.5;
}

.single-mypage .entry-content input[type="submit"]:hover,
.order .entry-content input[type="button"]:hover {
    border: 1px solid #767676;
    background: #e5e5e5;
}

@media screen and (min-width:600px) {
    .sp_top_nav {
        display: none;
    }
}

@media screen and (max-width:800px) {
    .cart.logged-in .site-header,
    .single-mypage .site-header {
        position: absolute;
        z-index: 999;
    }

    .cart.logged-in .site-header.is-fixed,
    .single-mypage .site-header.is-fixed,
    #main.is-fixed {
        position: fixed;
        top: 0;
        left: 0;
    }

    .cart.logged-in .site-header.is-fixed .description-area,
    .single-mypage .site-header.is-fixed .description-area {
        display: none;
    }

    .mypage_content_nav li.current-menu-item a {
        border-right: 0;
    }

    .mypage_content_nav li.current-menu-item a::after {
        border: 0;
    }

    .single-mypage.logged-in .site-content,
    .cart.logged-in .site-content {
        margin-top: 100px;
    }

    .log-in header.entry-header {
        padding-top: 110px;
    }

    .log-in.logged-in header.entry-header {
        padding-top: 0;
    }

    .log-in header.entry-header h1.entry-title {
        margin: 0;
    }
}

@media screen and (min-width:801px) {
    .entry-header .mypage-title {
        display: block;
        margin: 30px 15px;
        font-size: 1.571428571rem;
        font-weight: bold;
        text-align: left;
        line-height: 1.2;
    }

    .wrapper {
        overflow: hidden;
    }

    /* body.cart.logged-in .site-content, */
    .site-content {
        max-width: calc(100% - 26.041666667%);
    }

    .site-content .main {
        background-color: #ffffff;
    }

    .main {
        float: right;
        width: calc(100% - 26.041666667% - 40px);
        margin: 0 20px;
    }

    .wellcome {
        text-align: left;
    }

    .information {
        width: 100%;
        border: none;
        background-color: #efefef;
    }

    .entry-content .policy {
        margin-bottom: 80px;
    }

    .mypage .mycourse .limit span {
        display: none;
    }

    .mypage_content_nav {
        float: left;
        display: block;
        width: 210px;
        max-width: 26.041666667%;
        margin-bottom: -10000px;
        padding-bottom: 10000px;
    }

    .cart.logged-in .btn_regist,
    .single-mypage.logged-in .btn_regist,
    .cart.logged-in .btn-box a.btn_log,
    .single-mypage.logged-in .btn-box a.btn_log {
        display: initial;
    }

    .sp_menu,
    .mp_breadcrumb,
    .sp_end_nav,
    .after_content {
        display: none;
    }

    .widget-area {
        display: block;
        width: 260px;
        background-color: #fff;
        margin: 0 0 -10000px;
        padding: 24px 10px 10000px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

    .main form {
        overflow-y: hidden;
    }
}

@media screen and (min-width:1101px) {
    /* body.cart.logged-in .site-content, */
    .site-content {
        max-width: calc(100% - 280px);
    }

    .main {
        width: calc(100% - 250px);
    }

    .mypage hr {
        display: block;
        width: 100%;
        margin: 0 3%;
        background-color: #e7e6e6;
    }

    .mycourse {
        border: 4px solid #e7e6e6;
    }

    .mycourse > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
    }

    .mycourse .head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 4px solid #e7e6e6;
        background-color: #f8f8f8;
        padding: 10px 0;
        color: #525455;
        font-weight: bold;
        line-height: 1.5;
    }

    .mycourse > div > div {
        width: 25%;
        padding: 0 20px;
        text-align: left;
    }

    .mycourse .link_page a {
        padding-left: 30px;
    }

    .mycourse .link_page a:hover {
        opacity: 0.7;
    }

    .mypage .table-wrap {
        overflow: hidden;
    }

    .mypage .mycoupon {
        min-width: 530px;
    }

    .widget-area {
        width: 280px;
    }
}

/* 追加：2025．06．28 */
.section_currently_courses {
    margin-bottom: 80px;
    padding: 0 20px;
}
.section_currently_courses a {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}
.section_currently_courses p {
    text-align: center;
}
.entry-content .section_cc_header {
    background-color: #fff;
    margin: 0 0 1.714285714rem;
    padding: 0;
    color: #444;
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    line-height: 1;
}
.course_image_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.course_image_wrap a {
    width: calc( ( 100% - 60px ) / 3 );
}
.course_image_wrap img {
    width: 100%;
}
@media screen and ( min-width:600px ) {
    .course_image_wrap a {
        width: calc( ( 100% - 60px ) / 4 );
    }
}
@media screen and ( min-width:801px ) {
    .course_image_wrap a {
        width: calc( ( 100% - 60px ) / 3 );
    }
}
@media screen and ( min-width:961px ) {
    .course_image_wrap a {
        width: calc( ( 100% - 60px ) / 4 );
    }
}
@media screen and ( min-width:1101px ) {
    .course_image_wrap a {
        width: calc( ( 100% - 60px ) / 5 );
    }
}