@charset "utf-8"; 

.fCom {
    display: none;
}

.fCourse {
    display: block;
}

.fSupport {
    display: none;
}

.course-list {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 62px 30px;
}

.course-title {
    background: linear-gradient(transparent 70%, #F2CFE0 70%);
}

.course-tag-box {
    gap: 10px 15px;
}

.course-modal-sns-btn {
    padding: 5px 15px 5px 30px;
    height: 60px;
}

.course-modal-sns-btn img {
    max-width: 30px;
}

.course-modal-sns-btn p {
    font-size: 14px;
}
	
.course-modal-sns-btn p strong {
    font-size: 18px;
}

.modaal-inner-wrapper {
    padding: 15px;
}

.modaal-content-container {
    padding: 15px;
}

.modaal-container {
    max-width: 1200px;
    width: 100%;
    border-radius: 20px;
}

.modaal-close {
    position: absolute;
    background: #BFBFBF;
}

.modaal-close:hover {
    background: #BFBFBF;
    opacity: 0.5;
}

.modaal-close:hover:before,.modaal-close:hover:after {
    background: #fff;
}

.course-info-list {
    background: #FFFFFF;
    padding: 17px 20px 25px;
    border-radius: 10px;
    border: 1px solid #222;
}

.course-info-item {
    border-style: dashed !important;
}

.course-link-btn {
    max-width: 256px;
    width: 96%;
    border-radius: 40px;
    padding: 10px 10px 10px 30px;
    background: #222;
    color: #fff !important;
    justify-content: space-between !important;
    font-size: 18px !important;
    height: 60px;
    margin: auto !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
}

.course-link .course-title {
    background: none;
    display: block;
}

.course-link .course-title:after {
    content: "";
    width: 100%;
    display: block;
    margin-top: 25px;
    border-bottom: 2px dashed #222;
    opacity: 0.5;
}

.course-info-text strong {
    font-size: 20px;
    font-weight: 500;
}

/*-----*/

.course-table {
    display: grid;
    /* タイトル列(180px) + データ列3等分 */
    grid-template-columns: 140px repeat(3, 1fr);
    border: 1px solid #222;
    border-radius: 12px;
    overflow: hidden;
    /* 角丸からはみ出る背景色をカット */
    background-color: #ffffff;
    max-width: 815px;
    /* 最大幅はお好みのサイズに */
    margin: 0 auto;
    width: 815px;
}

/* 左端のヘッダー列だけ、左側に青い太線を引く */
.course-table-header {
    background-color: #f2f2f2;
    border-right: 1px solid #222;
    display: flex;
    flex-direction: column;
}

.course-table-header p {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin: 0;
}

/* データ列の基本構造 */
.course-table-col {
    display: flex;
    flex-direction: column;
}

/* データ列同士の境界線（最後の列以外に右線を引く） */
.course-table-col:not(:last-child) {
    border-right: 1px solid #222;
}

/* データ列の上半分（ピンクの背景） */
.col-top {
    padding: 19px 10px;
    text-align: center;
    border-bottom: 1px solid #222;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 55px;
}

.col-top p {
    margin: 0;
    font-size: 13px;
    color: #222;
    font-weight: 500;
}

.col-top strong {
    font-size: 20px;
    font-weight: bold;
}

/* データ列の下半分（白背景＆大きな金額） */
.col-bottom {
    background-color: #ffffff;
    padding: 35px 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

.col-bottom p {
    margin: 0;
    
    /* 金額の数字の大きさ */
    color: #222;
    letter-spacing: 0.03em;
}
.course-table-header .col-bottom {
    background-color: #EDEDED;
}
.course-table-header .col-bottom p {
    font-size: 15px;
    font-weight: bold;
    color: #222;
    margin: 0;
}

.col-bottom .plus {
    font-size: 24px;
    font-weight: normal;
    margin-right: 4px;
    vertical-align: middle;
}

.col-bottom .yen {
    font-size: 16px;
    font-weight: bold;
    margin-left: 2px;
}

/* ==========================================
   ▼ 色のバリエーション（グラデーションの再現）
   ========================================== */
/* セルフ→ミドル（薄いピンク） */
.col-pink-light .col-top {
    background-color: #F2CFE0;
    color: #222222;
}

/* ミドル→プロ（中間のピンク） */
.col-pink-medium .col-top {
    background-color: #EB91B8;
    color: #222222;
}

/* セルフ→プロ（濃いピンク・文字白） */
.col-pink-dark .col-top {
    background-color: #E25A86;
    color: #fff;
}

.col-pink-dark .col-top span {
    color: #ffffff;
}


.col-pink-dark .col-top>p {
    color: #fff;
}

.col-bottom-money {
    font-family: "Outfit", sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.75em;
}

.col-bottom-money strong {
    font-size: 35px;
    font-weight: bold;
}

.courseAdvancedWr {
    overflow-x: auto;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:768px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.course-list {
    grid-template-columns: repeat(2,1fr);
}

.course-info-text strong {
    font-size: 22px;
}

.course-table {
    grid-template-columns: 180px repeat(3, 1fr);
    max-width: 1520px;
    width: 100%;
}

.course-table-header .col-bottom p {
    font-size: 18px;
}

.col-top p {
    font-size: 18px;
}

.col-top strong {
    font-size: 25px;
}

.col-bottom-money {
    font-size: 18px;
}

.col-bottom-money strong {
    font-size: 30px;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:800px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.course-modal-sns-btn p {
    font-size: 16px;
}
	
.course-modal-sns-btn p strong {
    font-size: 20px;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 800px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:900px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.course-modal-sns-btn p {
    font-size: 18px;
}
	
.course-modal-sns-btn p strong {
    font-size: 24px;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 900px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.course-list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 62px 30px;
}

.course-table {
    grid-template-columns: 200px repeat(3, 1fr);
}

.col-bottom-money {
    font-size: 30px;
}

.col-bottom-money strong {
    font-size: 50px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1500px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.course-modal-sns-btn {
    padding: 5px 20px 5px 40px;
    height: 80px;
}

.course-modal-sns-btn img {
    max-width: 40px;
}

.course-modal-sns-btn p {
    font-size: 20px;
}
	
.course-modal-sns-btn p strong {
    font-size: 28px;
}

.course-list {
    gap: 62px;
}

.course-info-text strong {
    font-size: 25px;
}

.course-table {
    grid-template-columns: 260px repeat(3, 1fr);
    max-width: 1520px;
    width: 100%;
}

.col-top p {
    font-size: 25px;
}

.col-top strong {
    font-size: 40px;
}

.col-bottom {
    padding: 44px 5px;
}

.col-bottom-money {
    font-size: 40px;
}

.col-bottom-money strong {
    font-size: 70px;
}

.col-top {
    height: 100px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1500px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */