@charset "utf-8";

.gjs-dashed .content-area .content {
    display: block;
}

.tab-area {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  margin: 0 auto;
  gap: 10px;
}

.tab-area .tab {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    border: solid 1px;
    padding: 13px 5px 14px;
    background-color: var(--white);
    border-color: var(--primary);
    color: var(--primary);
    font-family: var(--font-family02);
    transition: .3s;
}

.tab-area .tab:hover {
  color: #fff;
  background: var(--primary);
}

.tab-area .tab.active01 {
  color: #fff;
  background: var(--primary);
}

.content-area .content {
  display: none;
  margin-top: 32px;
  padding: 30px 15px;
  background-color: var(--bg-secondary);
}
.content-area .content.show01 {
  display: block;
}

.courseContentsTitSet {
    justify-content: space-between;
    align-items: flex-end;
    border: solid 1px;
    border-left-width: 10px;
    border-bottom-width: 4px;
    padding: 15px;
    margin: auto;
    position: relative;
    font-weight: normal;
    font-family: var(--font-family02);
    letter-spacing: 0.05em;
    line-height: 1.44em;
    font-size: 16px;
    display: block;
}

.courseContentsMoney {
    text-align: right;
    margin: 10px 0 0 0;
}

.courseContentsOption {
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    font-size: 14px;
    line-height: 1.45em;
    padding: 5px 15px 5px 15px;
    background-color: var(--base);
    color: #fff;
    text-align: center;
    display: inline-block;
    font-family: var(--font-family02);
}

.courseContentsFlowListWr:after {
    content: "";
    display: block;
    width: 50px;
    height: 15px;
    clip-path: polygon(100% 0, 50% 100%, 0 0);
    background: #1f8475;
    margin-top: 20px;
    margin-left: 50px;
}

.courseContentsFlowBox .courseContentsFlowListWr:last-child {
    padding: 0 0 0 0;
}

.courseContentsFlowBox .courseContentsFlowListWr:last-child:after {
    display: none;
}

.courseContentsWr .courseContentsBox:first-child {
    margin-top: 0;
}

.courseContentsWr .courseContentsBox {
    margin-top: 60px;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:544px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.courseContentsTitSet {
    font-size: 18px;
}

.tab-area {
  grid-template-columns: repeat(2, 1fr);
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.tab-area .tab {
  font-size: 16px;
}

.courseContentsOption {
    font-size: 16px;
}

.courseContentsTitSet {
    display: flex;
    font-size: 22px;
}

.courseContentsMoney {
    text-align: right;
    margin: 0 0 0 2%;
}

.content-area .content {
  padding: 50px 30px;
}

.tab-area {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.courseContentsFlowListWr:after {
    width: 60px;
    height: 20px;
    margin-top: 20px;
    margin-left: 70px;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.courseContentsOption {
    font-size: 18px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */