body {
    margin: 0;
    font-family: Arial, "Noto Sans JP";
    color: #272727;
}

p {
    margin-bottom: 12px;
    line-height: 32px;
}

.FV {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 112vh;
    aspect-ratio: 3.2 / 2;
}

.FVimg {
    background-image: url(../images/FVnetchina.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 101%;
    width: 100%;
    height: 100%;
    position: relative;
}

.FVlogoWrap {
    height: auto;
    padding: 10% 18% 2% 18%;
    display: flex;
    margin: 0 auto 0 0;
}

.FVlogo {
    min-width: 350px;
    min-height: 53px;
    width: 20vw;
}

.FVcopy {
    line-height: 4.2vw;
    font-weight: 800;
    font-family: 'NotoSansJP', "Noto Sans JP";
    letter-spacing: 0.2em;
    font-size: 1.4vw;
    color: #fff;
}

.FVcatch {
    font-weight: 800;
    font-family: 'NotoSansJP', "Noto Sans JP";
    letter-spacing: 0.2em;
    font-size: 1.4vw;
    color: #fff;
    background: #8EB21F;
    display: inline-block;
    padding: 12px;
    transform: skewX(-20deg);
    position: relative;
    width: 16em;
    height: 2em;
    -moz-box-shadow: 8px 8px 16px 3px rgb(255 150 50 / 80%);
    -webkit-box-shadow: 8px 8px 16px 3px rgb(255 150 50 / 80%);
    -ms-box-shadow: 8px 8px 16px 3px rgb(255 150 50 / 80%);
    box-shadow: 8px 8px 16px 3px rgb(255 150 50 / 80%);
}

.FVcatchSpan {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    z-index: 1;
    font-weight: 800;
    font-family: 'NotoSansJP', "Noto Sans JP";
    letter-spacing: 0.2em;
    font-size: 1.4vw;
    color: #fff;
}

.FVno1 {
    font-weight: 800;
    font-family: Arial, 'NotoSansJP', "Noto Sans JP";
    letter-spacing: 0.2em;
    font-size: clamp(22px, 2.2vw, 32px);
    color: #000;
    width: 38%;
    justify-content: space-between;
    display: flex;
    padding: 12px 0;
    margin-bottom: 24px;
    text-shadow: 3px 3px 0 #FAC014, -1px 0px 0 #FAC014, 0px -1px 0 #FAC014, -1px -1px 0 #FAC014;
}

.FVno1 .no1 {
    color: #F43400;
    font-size: clamp(24px, 2.8vw, 44px);
    text-shadow: 2px 2px 8px rgb(255 255 255 / 100%);
}

.FVno1 .no1>span {
    color: #F43400;
    font-size: clamp(28px, 3.2vw, 50px);
}

.no1Wrap {
    width: 100%;
    padding: 0% 18%;

}

.FVline {
    min-width: 350px;
    min-height: 53px;
    width: 42vw;
    position: absolute;
    bottom: 32.8%;
    left: 50%;
    transform: translateX(-50%);
}

.smmlogo {
    position: absolute;
    left: 24px;
    top: 14.8px;
    z-index: 100;
    width: 32vw;
    max-width: 600px;
    display: inline-block;
}

.smmlogoImg {
    max-width: 380px;
}

.no1Wrap .CVbutton {
    width: 278px;
    height: 50px;
    text-align: center;
    background: #fff;
    border: 3.2px solid rgba(178, 35, 50, 1);
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(178, 35, 50, 1);
    font-size: 26px;
    font-weight: bold;
    margin: 6px auto 0 46px;
    margin-top: 24px;
    cursor: pointer;
    transition: .16s ease-out;
    -moz-box-shadow: 8px 8px 16px 3px rgb(255 150 50 / 50%);
    -webkit-box-shadow: 8px 8px 16px 3px rgb(255 150 50 / 50%);
    -ms-box-shadow: 8px 8px 16px 3px rgb(255 150 50 / 50%);
    box-shadow: 8px 8px 16px 3px rgb(255 150 50 / 50%);
}

.no1Wrap .CVbutton:hover {
    background: rgba(178, 35, 50, 1);
    color: #fff;
}



/* GridBG */

.GridBg {
    top: 0;
    height: 68vh;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 3fr 4fr;
    margin-top: 4px;
    z-index: 2;
}

.GridBgSpace {}

.GridBgSide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.GridBgSide p {
    line-height: 3.6vw;
    font-weight: 800;
    font-family: 'NotoSansJP', "Noto Sans JP";
    letter-spacing: 0.2em;
    font-size: 2vw;
    color: #000;
    display: inline-block;
}

.GridBgContents {
    background-image: url(../images/sct1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

/* message */

.message {
    display: grid;
    grid-template-columns: 18% 1.8fr 1.8fr;
    height: 100vh;
    width: 100%;
    margin-top: 0px;
    position: absolute;
    z-index: 3;
    top: 0;
}

.messageSpace {}

.aboutSide {
    position: relative;
    align-items: center;
    justify-content: flex-start;
}

.aboutSide::after {
    position: absolute;
    z-index: -1;
    top: 6px;
    left: -68px;
    content: '';
    background: url(../SVG/material_message.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100px;
    height: 80px;
}

.aboutSide p {
    line-height: 3.6vw;
    font-weight: 800;
    font-family: 'NotoSansJP', "Noto Sans JP";
    letter-spacing: 0.14em;
    font-size: clamp(16px, 2vw, 20px);
    color: #000;
    display: block;
    margin-bottom: 0px;
}

.aboutSide p:first-of-type {
    line-height: 3.6vw;
    font-weight: 800;
    font-family: 'NotoSansJP', "Noto Sans JP";
    letter-spacing: 0.14em;
    font-size: clamp(20px, 2vw, 28px);
    color: #000;
    display: inline-block;
    padding-top: 48px;
    margin-bottom: 16px;
}

.aboutContents {
    background-repeat: no-repeat;
    background-size: cover;
}



/* CV */
.CV {
    width: 100%;
    height: 450px;
    background: linear-gradient(90deg, rgba(136, 221, 187, 1) 0%, rgba(102, 221, 221, 1) 40%, rgba(0, 17, 153, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.CVwrapper {
    width: 1098px;
    height: 400px;
    background-color: #002244;
    text-align: center;
}

.CVwrapper h3 {
    font-size: 32px;
    letter-spacing: 0.095em;
    font-family: ;
    color: #fff;
    margin-top: 38px;
    margin-bottom: 24px;
}

.CvWhiteLine {
    width: 754px;
    height: 14px;
}

.CVscrpt {
    color: #fff;
}

.CVbuttonArea {
    width: 100%;
    height: 180px;
    background-color: #fff;
    display: grid;
    align-items: center;
    justify-content: center;
}

.CVbutton {
    width: 480px;
    height: 80px;
    margin: 24px auto;
    border-radius: 12px;
    background-color: #FF5500;
    color: #fff;
    font-size: 24px;
    letter-spacing: 0.074em;
    font-weight: bold;
    text-align: center;
    display: grid;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* swiper */

.swiper-button-next, .swiper-button-prev {
    color: #fff!important;
}

.netchina_contents .member_slide .swiper-button-prev::after,
.netchina_contents .member_slide .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  margin: auto;
  width: 20px;
}

/* 前への矢印カスタマイズ */
.netchina_contents .member_slide .swiper-button-prev::after {
    background-image: url(../SVG/sw_prev.svg);
    background-repeat: no-repeat;
  }
  /* 次への矢印カスタマイズ */
  .netchina_contents .member_slide .swiper-button-next::after {
    background-image: url(../SVG/sw_next.svg);
    background-repeat: no-repeat;
  }

.swiper .swiper-button-prev::after {
    background-size: contain;
  content: "";
  height: 40px;
  margin: auto;
  width: 40px;
    background-image: url(../SVG/slider_prev.svg);
    background-repeat: no-repeat;
  }

  .swiper .swiper-button-next::after {
    background-size: contain;
  content: "";
  height: 40px;
  margin: auto;
  width: 40px;
    background-image: url(../SVG/slider_next.svg);
    background-repeat: no-repeat;
  }

/* utility */

.lang_china {
    font-family: Arial, "tensentype-jiali-hei", "Noto Sans JP";
}

.center {
    text-align: center;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs26 {
    font-size: 26px;
}

.fnt35 {
    font-size: 35px;
}

.fontPL {
    color: #00378C;
    font-weight: bold;
}

.flexbx {
    display: flex;
}

.inputTXT {
    border: 1px solid #808080;
    border-radius: 4px;
    padding: 2px 8px;
}

.mgAuto {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}

.mgt48 {
    margin-top: 48px;
}

.orange {
    background-color: #ff5500;
}

.whiteTxt {
    color: #fff;
    font-weight: bold;
}

.orangeTxt {
    color: #ff5500;
    font-weight: 500;
}

.blue {
    background-color: #002298;
}

.blueTxt {
    color: #002298;
    font-weight: 500;
}

.deepRedTXT {
    color: #B22332;
    font-size: 20px;
    letter-spacing: 0.05em;
}

.skyBlueTXT {
    color: #0580e7;
    font-size: 20px;
    letter-spacing: 0.05em;
}

.blk {
    color: #000;
}

.labels {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    padding: 6px 16px;
    margin-left: 36px;
}

.block {
    display: block !important;
}

.bold {
    font-weight: bold;
}

.spacer8 {
    height: 8vh;
}

.footer .copyright {
    padding-bottom: 64px;
    border-bottom: 1px dashed #cdcdcd;
}


/* Header */
/* GSAP MENU */



#top-toggle {
    width: 96px;
    height: 96px;
    background-color: #F2B705;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, .6));
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .6));
    z-index: 999;
}

#top-toggle span {
    display: block;
    width: 36px;
    height: 4px;
    background-color: #fff;
    cursor: pointer;
    margin-bottom: 8px;
}

.topTemplate #top-toggle {
    background: linear-gradient(180deg, rgba(233, 171, 18, 1) 0%, rgba(239, 178, 19, 1) 20%, rgba(233, 178, 19, 1) 75%);
}

.barres {
    position: fixed;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 120;
}

.hamburger {
    width: 36px;
    height: 4px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    z-index: 999;
}

.hamburger::before,
.hamburger::after {
    content: '';
    position: absolute;
    width: 36px;
    height: 4px;
    background: #fff;
    transition: 0.5s;
    cursor: pointer;
}

.hamburger::before {
    top: -12px;
}

.hamburger::after {
    top: 12px;
}

.icon_login {
    width: 12px;
    height: 12px;
    margin-right: 2.8px;
    display: inline-block;
}

/* MENU */

.GsapMenu {
    width: 100%;
    height: 4vh;
    overflow: hidden;
}

header .menu {
    position: fixed;
    background: rgba(255, 150, 0, 0.82);
    height: 100vh;
    width: 100%;
    top: 0;
    left: -100vw;
    z-index: 900;
}

.mypageTemplate header .menu {
    background-color: #ededed;
    width: 80%;
}

.mypageTemplate #global-nav {
    max-width: inherit;
    width: 100%;
    padding: 0 24px;
}

/* header .menu ul {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
}

header .menu ul li {
    padding-top: 30px;
} */

header .menu a {
    text-decoration: none;
    color: rgb(31, 30, 30);
    font-size: 18px;
    font-weight: bold;
}


/* Animation Barres */

.barres.active .hamburger {
    background: transparent;
}

.barres.active .hamburger::before {
    top: 0;
    transform: rotate(45deg);
}

.barres.active .hamburger::after {
    top: 0;
    transform: rotate(135deg);
}




/* CVarea */

.CVarea {
    background: rgba(255, 150, 0, 0.2);
    width: 100%;
    height: 270px;
}


/* reason */


.reason {
    width: 100%;
    height: 72vh;
}

.reasonWrap {
    width: 100%;
    height: auto;
    border: 1px solid #000;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.reasonTitle {
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 52px;
    font-weight: bold;
    padding: 28px 48px;
    background: #8EB21F;
    display: inline-block;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.reasonGridChild {
    border-right: 1px solid #000;
    display: grid;
    grid-template-rows: 2.4fr 1fr;
}

.reasonGridChild figure img {
    width: 100%;
    height: auto;
}

.reasonGridChild p {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #000;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 38px;
}

.BigReason {
    font-size: 26px;
    font-weight: bold;
    color: #B22332;
}

.Blackft {
    color: #000;
}

.fs30 {
    font-size: 30px;
}


.materialBig {
    position: absolute;
    width: 248px;
    height: 226px;
    background-image: url(../SVG/material_bigsize.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    left: -40px;
    top: 112px;
}



/* teacher */

.teacher {
    width: 100%;
    height: auto;
    border: 1px solid #000;
    position: relative;
    display: grid;
    grid-template-columns: 3.2fr 1.8fr;
}

.teacherTitle {
    width: 60%;
    max-width: 306px;
    height: 60%;
    max-height: 306px;
    border-radius: 99%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 52px;
    font-weight: bold;
    padding: 24px 48px;
    background: #8EB21F;
    color: #fff;
    position: absolute;
    top: -46px;
    left: -40px;
}

.teacher .left {
    border-right: 1px solid #000;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
}

.teacher .left figure img {
    width: 100%;
    height: auto;
}

.teacher .right {
    position: relative;
}

.teacher .right .rightTitle {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 15;
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
    height: auto;
    padding: 18px 12px 48px 12px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.1em;
    background-image: url(../SVG/top_teacherlist.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.teacher .right .TimelineWrap {
    width: 100%;
    min-height: 76vh;
    height: auto;
    max-height: 88vh;
    overflow-y: scroll;
}

.teacher .right .TimelineWrap .TimelineChild {
    height: 142px;
    width: 100%;
    padding: 0 10%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}

.teacher .right .TimelineWrap > :first-child {
    margin-top: 92px;
}

.teacher .right .TimelineWrap .TimelineLink {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    margin: 0;
}

.teacher .right .TimelineWrap .TimelineChild figure {
    overflow: hidden;
    min-width: 120px;
    width: 20%;
    height: 120px;
    position: relative;
    border-radius: 99%;
    border: 2.8px solid rgb(233, 171, 18);
    cursor: pointer;
}

.teacher .right .TimelineWrap .TimelineChild .date {
    width: 60%;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 18px;
}

.teacher .right .TimelineWrap .TimelineChild .name {
    width: 60%;
    font-size: 18px;
    display: inline-block;
    padding: 8px 8px 8px 0;
}

.teacher .right .TimelineWrap .TimelineChild .date > img {
    width: 74px;
    height: 17px;
    display: inline-block;
    margin-left: 0px;
    vertical-align: middle;
}

/* pageCV */

.pageCV {
    display: grid;
    grid-template-rows: 148px 340px;
    height: auto;
    align-content: center;
    justify-items: center;
}

.pageCV>.before {
    display: grid;
    grid-template-columns: 4fr 2fr;
    align-content: center;
    justify-items: center;
    height: 148px;
    width: 100%;
    max-width: 1098px;
}

.pageCV>.before .SumLesson {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-top: 6px;
}

.pageCV>.before>a>.BtnLogin {
    width: 126px;
    height: 40px;
    border: 3px solid #B22332;
    border-radius: 20px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .24s ease;
    background: #fff;
}

.pageCV>.before>a>.BtnLogin:hover {
    background: #B22332;
    border: 3px solid #B22332;
    color: #fff;
}

.pageCV>.CVarea {
    height: 340px;
    text-align: center;
    color: #000;
    font-weight: bold;
    padding: 40px;
    font-size: 18px;
    letter-spacing: 0.1em;
    background: rgb(233, 171, 18);
    background: linear-gradient(180deg, rgba(233, 171, 18, 1) 0%, rgba(239, 178, 19, 1) 20%, rgba(233, 178, 19, 1) 75%);
}


.MiddleBtn {
    width: 278px;
    height: 50px;
    text-align: center;
    background: #B22332;
    background: #B22332;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    margin: 6px auto;
    margin-top: 24px;
    cursor: pointer;
    transition: .2s ease-out;
}

.MiddleBtn:hover {
    background: #fff;
    border: 2px solid #B22332;
    color: #B22332;
}

.BeforeMiddleBtn {
    margin-top: 40px;
}

.CVballoon {

}

.CVballoon::before {
    content: '＼';
}
.CVballoon::after {
    content: '／';
    
}

/* textbook */

.textbook {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 160px;
}

.textbookTitle {
    width: 60%;
    max-width: 306px;
    height: 60%;
    max-height: 306px;
    border-radius: 99%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 52px;
    font-weight: bold;
    padding: 24px 48px;
    background: #8EB21F;
    color: #fff;
    position: absolute;
    top: -46px;
    left: -40px;
}

.textbookSect {
    height: auto;
    min-height: 80vh;
    width: 100%;
    /* border: solid #000;
    border-width: 1px 0px 1px 1px; */
    margin: 0px 0 0 auto;
    border-radius: 72px 0px 0px 72px;
    padding: 24px 0px 62px 24px;
}

.textbookGrid {
    display: grid;
    grid-template-columns: calc((100% - 1280px)*1 / 2) 1280px calc((100% - 1280px)*1 / 2);
    grid-template-rows: 140px 1fr;
}

.textbookGrid .spacerRight {
    /* border: solid #000;
    border-width: 1px 0 1px 0; */
}

.textbookSect .mainimg {
    width: 100%;
    height: auto;
    max-width: 1280px;
    display: block;
    margin: 12px auto;
}

.textbookSect>.button {
    text-align: right;
    font-weight: bold;
}

.textbookSect>.button .span {
    display: inline-block;
    padding-top: 20px;
    padding-left: 0.4rem;
}

.textbookSect .buttonArrowGreen {
    width: 44px;
    height: auto;
    min-height: 44px;
    padding: 0 !important;
    vertical-align: middle;
}

.textArrayTOP {
    display: flex;
    max-width: 920px;
    margin: 16px auto;
    justify-content: space-around;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.textArrayTOP .span {
    position: relative;
}

.textArrayTOP .span .iconT{
    width: 32px;
    height: 32px;
    position: absolute;
    left: -48px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.scroll_bar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.scroll_bar::-webkit-scrollbar-thumb {
    background-color: #636363;
    border-radius: 100px;
}

.scroll_bar::-webkit-scrollbar-track {
    background-color: #1f1f1f;
    border-radius: 100px;
}

.scroll_transbg::-webkit-scrollbar-thumb {
    background-color: #818181;
}

.scroll_transbg::-webkit-scrollbar-track {
    background-color: inherit;
}

.fs18 {
    font-size: 18px;
}


/* topix */

.topix {
    width: 100%;
    min-height: 100vh;
    height: auto;
    padding: 120px 0 32px 0;
}

.topix h3 {
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 52px;
    font-weight: bold;
    text-align: center;
}

.topixContents {
    display: grid;
    grid-template-columns: calc((100% - 1280px) / 2) 1fr 1fr calc((100% - 1280px) / 2);
    height: auto;
    padding: 100px 0 4px 0;
}

.topixContents div>.newsTitle {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.topixContents div>ul>.date {
    background: rgb(74, 152, 42);
    background: linear-gradient(90deg, rgba(74, 152, 42, 1) 0%, rgba(128, 178, 54, 1) 100%);
    height: calc(1em + 8px);
    max-width: 116px;
    color: #fff;
    font-weight: bold;
    padding: 4px 8px;
}

.topixContents div>ul>.title {
    color: #000;
    padding: 16px 8px;
    font-size: 14px;
    letter-spacing: 0.05em;
    cursor: pointer;
}

.topixContents div>.voiceTitle {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.topixContents div>ul>.teacherName {
    height: calc(1em + 8px);
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 4px 8px;
}

.topixContents div>ul>.review {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 16px 8px 10px 8px;
}

.topixContents div>ul>.stars {
    padding: 2px 8px 28px 8px;
}

.topixContents div>ul>.stars img {
    width: 28px;
    height: 28px;
}


/* movie */

.movie {
    width: 100%;
    height: auto;
    padding: 80px 0 32px 0;
    background-color: #f8f8f8;
}

.movie h3 {
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 52px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}


/* Column */

.topix.column > h3 {
    width: 100%; max-width: 1280px; margin: 0 auto; text-align: left;
}

.topix.column > h3 > span {
    display: block;
    margin-top: 4px;
    margin-bottom: 24px;
    width: 100%;
    max-width: 140px;
    height: 6.4px;
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(74, 152, 42, 1) 0%, rgba(128, 178, 54, 1) 100%);
}

.topix.column > .descript {
width: 100%; max-width: 1280px; margin: 24px auto;
}

.columnContents {
    display: grid;
    grid-template-columns: calc((100% - 1280px) / 2) 1fr 1fr 1fr calc((100% - 1280px) / 2);
    height: auto;
    padding: 100px 0 4px 0;
}

.columnContents div .newsTitle {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    background: linear-gradient(90deg, rgba(74, 152, 42, 1) 0%, rgba(128, 178, 54, 1) 100%);
    /* background: linear-gradient(90deg, rgb(255, 120, 0) 0%, rgb(255, 200, 0) 100%); */
    width: fit-content;
    padding: 4px 16px;
    border-radius: 28px;
    color: #fff;
    margin-bottom: 32px;
}

.columnContents div ul .date {
    background: rgb(74, 152, 42);
    background: linear-gradient(90deg, rgba(74, 152, 42, 1) 0%, rgba(128, 178, 54, 1) 100%);
    height: calc(1em + 8px);
    max-width: 116px;
    color: #fff;
    font-weight: bold;
    padding: 4px 8px;
}

.columnContents div ul .title {
    color: #000;
    padding: 16px 8px;
    font-size: 14px;
    letter-spacing: 0.05em;
    cursor: pointer;
}

.columnContents div ul .button {
    padding-right: 12%;
}

.columnContents div .voiceTitle {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    background: linear-gradient(90deg, rgba(74, 152, 42, 1) 0%, rgba(128, 178, 54, 1) 100%);
    width: fit-content;
    padding: 4px 16px;
    border-radius: 28px;
    color: #fff;
    margin-bottom: 32px;
}

.columnContents div ul .teacherName {
    height: calc(1em + 8px);
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 4px 8px;
}

.columnContents div ul .review {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 16px 8px 10px 8px;
}

.columnContents div ul .stars {
    padding: 2px 8px 28px 8px;
}

.columnContents .child {
    position: relative;
}

.columnContents .child .button {
    position: absolute;
    bottom: -80px;
    right: 24px;
    z-index: 1;
}

.columnButton {
    width: 83px;
    height: 83px;
    display: block;
    margin: 0 0 0 auto;
}


/* footerBefore */
.footerCVbefore {
text-align: center; padding-top: 140px; letter-spacing: 0.08em; font-weight: bold;
}

.footerCVbefore::before {
    content: '＼';
}

.footerCVbefore::after {
    content: '／';
}

/* contentsHeader */

.contentsHeader {
    width: 100%;
    height: 190px;
    background: #FAC014;
    display: grid;
    align-content: center;
}

.contentsHeader h2 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.1em;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

.contentsHeader h2:before {
    content: attr(title);
    display: block;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-left: 74px;
}

.contentsWrap {
    width: 100%;
    height: 100vh;
    max-width: 1098px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 0 32px 0;
}

.contentsWrap h3 {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 52px;
    font-weight: bold;
    text-align: center;
}

.contentsGrid {
    display: grid;
    grid-template-columns: .68fr 1fr;
    height: 100%;
    /* padding: 24px 0px 4px 24px; */
}

.contentsGrid .left {
    background: rgba(255, 255, 255, .4);
    padding: 80px 0px 4px 80px;
}

.contentsGrid .left form>p {
    margin: 24px 0;
}

.contentsGrid .left form>p>span {
    display: inline-block;
    padding-left: 24px;
    color: red;
}

.contentsGrid .left .SignInput {
    background: #fff;
    height: 2.4em;
    width: 80%;
    margin-top: 6px;
    font-size: 18px;
    padding: 2px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.contentsGrid .right {
    padding: 80px 0px 4px 80px;
}

.contentsTitle {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 0;
}

.LoginUI {
    max-width: none;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: -60px;
}

.mgt0 {
    margin-top: 0px;
}

.contentsWrap .Login {
    max-width: none;
    background: url(../images/BG_login.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px 0px;
    position: relative;
    z-index: 1;
}

.ButtonGoogle {
    width: 256px;
    height: 46px;
    cursor: pointer;
    margin-top: 64px;
}

.Submit {
    background: #FAC014;
    width: 255px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    transition: .3s ease;
    cursor: pointer;
    border-radius: 8px;
    -moz-box-shadow: 2px 2px 10px 3px rgb(250 192 20 / 50%);
    -webkit-box-shadow: 2px 2px 10px 3px rgb(250 192 20 / 50%);
    -ms-box-shadow: 2px 2px 10px 3px rgb(250 192 20 / 50%);
    box-shadow: 2px 2px 10px 3px rgb(250 192 20 / 50%);
}

.Submit:hover {
    background: #F28705;
    color: #fff;
    cursor: pointer;
    -moz-box-shadow: 4px 4px 16px 3px rgb(255 150 50 / 50%);
    -webkit-box-shadow: 4px 4px 16px 3px rgb(255 150 50 / 50%);
    -ms-box-shadow: 4px 4px 16px 3px rgb(255 150 50 / 50%);
    box-shadow: 4px 4px 16px 3px rgb(255 150 50 / 50%);
}


/* Login & SignUp page */

.SignUpFlow-title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-align: center;
    margin-top: 28px;
}

.SignUpFlow {
    display: flex;
    height: auto;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.SignUpFlow>li {
    border: 1px solid #8EB21F;
    transform: skewX(8deg);
    width: 30%;
    margin-right: 3%;
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.SignUpFlow> :last-child {
    margin-right: 0%;
    background-color: #8EB21F;
    color: #fff;
}

.SignUpFlow>li>span {
    transform: skewX(-8deg) !important;
    display: inline-block;
}

.SignUpFlow> :nth-child(2) {
    position: relative;
}

.SignUpFlow> :nth-child(2)::before {
    content: url(../SVG/arrow_SignUpFlow.svg);
    position: absolute;
    width: 11px;
    height: 10px;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.SignUpFlow> :nth-child(2)::after {
    content: url(../SVG/arrow_SignUpFlow.svg);
    position: absolute;
    width: 11px;
    height: 10px;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.SignUpFlow-descript {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-align: center;
    margin-top: 10px;
}

.forgetPass {
    margin-top: 48px;
}

.SignUpMail {
    width: 100%;
    max-width: 1098px;
    margin: 24px auto;
}

.SignUpFlashDetail {
    background-color: #efefef;
    border: 2px solid #ff7f00;
    padding: 40px;
}

.SignUpMailConfirm {
    background-color: #efefef;
    padding: 40px;
}

.SignUpMailConfirm .list{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.SignUpMailConfirm .list li{
    width: 50%;
    margin-bottom: 12px;
}

.SignUpMailNotes {
    background-color: #efefef;
    margin-top: 48px;
    padding: 40px;
    line-height: 28px;
}

/* Strength Page */

.strength {
    width: 100%;
    margin: 100px auto 32px auto;
}

.strengthGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;

}

.strengthGrid h4 {
    font-size: 20px;
    line-height: 48px;
    letter-spacing: 0.1em;
    font-weight: bold;
    position: relative;
}

.strength h4::after {
    position: absolute;
    top: -46px;
    left: 0;
    z-index: -1;
    content: url();
    width: 62px;
    height: 34px;
}

.strength h4.one::after {
    content: url(../SVG/catch_s01.svg);
}

.strength h4.two::after {
    content: url(../SVG/catch_s02.svg);
}

.strength h4.three::after {
    content: url(../SVG/catch_s03.svg);
}

.strength h4.four::after {
    content: url(../SVG/catch_s04.svg);
}

.strength h4.five::after {
    content: url(../SVG/catch_s05.svg);
}


.strengthGrid .img_strength01 {
    width: 100%;
    max-width: 672px;
    height: auto;
}

.flow {
    width: 100%;
    max-width: 1098px;
    margin: 0 auto;
    display: flex;
    gap: 18px;
}

.flowWrap {
    display: flex;
    justify-content: center;
    width: 33%;
    min-height: 376px;
    flex-direction: column;
    background-image: url();
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    margin-bottom: 88px;
    padding: 84px 16px 20px 16px;
}

.flow > :first-child {
    background-image: url(../SVG/bg_st_flow01.svg);
}

.flow > :first-child::after {
    content: '';
    position: absolute;
    top: 60%;
    right: -20px;
    z-index: 1;
    width: 26px;
    height: 30px;
    background-image: url(../SVG/arrow_st_yellow.svg);
    transform: translateY(-50%);
}

.flow > :nth-child(2) {
    background-image: url(../SVG/bg_st_flow02.svg);
}

.flow > :nth-child(2)::after {
    content: '';
    position: absolute;
    top: 60%;
    right: -20px;
    z-index: 1;
    width: 26px;
    height: 30px;
    background-image: url(../SVG/arrow_st_yellow.svg);
    transform: translateY(-50%);
}

.flow > :nth-child(3) {
    background-image: url(../SVG/bg_st_flow03.svg);
}

.flow > :nth-child(3)::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: 54%;
    z-index: 1;
    width: 20px;
    height: 120px;
    background-image: url(../SVG/arrow_st_down.svg);
    transform: translateX(-50%);
}

.flowWrap .st_flow{
   position: absolute;
   top: -46px;
   left: 50%;
   transform: translateX(-50%);
   z-index: 1;
   width: 102px;
   height: 102px;
}

.flowWrapEnjoy {
    width: 100%;
    max-width: 1098px;
    margin: 0 auto;
    min-height: 260px;
    border: 1px solid #808080;
    display: flex;
    align-items: center;
}

.flowWrapEnjoy > figure{
    width: 40%;
    height: auto;
    padding-left: 8%;
}

.flowWrapEnjoy > .contents{
    width: 60%;
    height: auto;
    padding-right: 8%;
}

.flowWrapEnjoy > figure img{
    width: 156px;
    height: 156px;
}

.flowWrap .flowSubTitle,.flowWrapEnjoy .flowSubTitle  {
    font-size: 22px;
    letter-spacing: 0.1em;
    font-weight: bold;
    width: fit-content;
    margin-bottom: 24px;
}

.teacherFeature {
    width: 100%;
    max-width: 1098px;
    margin: 0 auto;
    height: auto;
}

.teacherFeature> :nth-child(1) {
    background-image: url(../images/strength_teacher01.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.teacherFeature> :nth-child(2) {
    background-image: url(../images/strength_teacher02.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.teacherFeature> :nth-child(3) {
    background-image: url(../images/strength_teacher03.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.teacherFeature .featureWrap {
    width: 100%;
    min-height: 320px;
    border: 1px solid #808080;
    padding: 48px;
    margin-bottom: 60px;
    border-radius: 8px;
}

.teacherFeature .featureWrap h4 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
}

/* strength TEXT ANIMATION */

.name-container {
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .name-wrap {
    white-space: nowrap;
    width: 100%;
    position: relative;
  }

  .name-wrap-right {
    position: absolute;
    right: 100vw;
  }

  .name-text {
    color: #fff;
    text-stroke: 2px #000;
    -webkit-text-stroke: 2px #000;
    font-size: 4vw;
    font-weight: bold;
  }

/* Password page */

.forgetPassWrap {
    width: 100%;
    max-width: 1098px;
    margin: 24px auto;
}


/* PlanPrice Page */
.PlanPrice {
    background-image: url(../SVG/head_price.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    min-height: 430px;
    height: auto;
}

.PlanPrice h3 {
    padding: 10% 12% 12% 12%;
    text-align: center;
    font-size: 22px;
    letter-spacing: 0.1em;
    font-weight: 700;
}

.PricelistTitle {
    width: 100%;
    max-width: 1098px;
    margin: -60px auto 0 auto;
    position: relative;
}

.PricelistTitle .SideDescript {
    position: absolute;
    right: 10%;
    top: 40%;
    transform: translateY(-50%);
    z-index: 3;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #D92332;

}

.PricelistTitle .SideDescript img {
    width: 388px;
    height: 24px;
}

.PricelistTitle h3 {
    font-size: 32px;
    letter-spacing: 0.1em;
    font-weight: 700;
}

.PricelistTitle .PricelistSubTitle {
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 700;
}

.Pricelist {
    width: 100%;
    margin: 80px auto 40px auto;
    background-color: rgba(255, 237, 168, .18);
    padding: 42px 0;
    padding-bottom: 160px;
}

.bgnone {
    background-color: inherit;
}

.Pricelist h3 {
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 700;
    border-bottom: 0px solid #000;
    display: block;
    padding-bottom: 12px;
    padding-right: 72px;
    width: 100%;
    max-width: 1098px;
    margin: 24px auto 32px auto;
}

.PricelistWrap {
    width: 100%;
    max-width: 1098px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2%;
}

.PricelistChild {
    min-width: 320px;
    min-height: 340px;
    width: 100%;
    height: auto;
    padding: 40px 0px 24px 0px;
    background-color: #fff;
    border: solid 2px #ff9900;
    border-radius: 6px;
    position: relative;
    filter: drop-shadow(4px 4px 14px rgba(242, 168, 46, 0.6));
}

.PricelistChild:first-of-type {
    border: solid 2px #ffb444;
}

.PricelistChild:first-of-type::after {
    position: absolute;
    color: #222;
    bottom: -84px;
    line-height: 24px;
    content: '1レッスン50ポイントの講師の授業が毎月７レッスン（1ヶ月350ポイント分）受けられるコースです。';
    font-size: 14.8px;
}

.PricelistChild:nth-of-type(2)::after {
    position: absolute;
    color: #222;
    bottom: -108px;
    line-height: 24px;
    content: '1レッスン50ポイントの講師の授業が毎月３０レッスン（1ヶ月1500ポイント分）受けられるお得なコースです。';
    font-size: 14.8px;
}

.PricelistChild:nth-of-type(3)::after {
    position: absolute;
    color: #222;
    bottom: -108px;
    line-height: 24px;
    content: '1レッスン50ポイントの講師の授業が毎月６０レッスン（1ヶ月3000ポイント分）受けられるお得なコースです。';
    font-size: 14.8px;
}

.PricelistChild h4 {
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 700;
    text-align: center;
    position: relative;
}

.PricelistChild h4::after {
    content: '';
    background-image: url(../SVG/priceChild_after.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 62px;
    height: 62px;
    display: inline-block;
    position: absolute;
    right: 24px;
    top: -68px;
}

.PricelistChild .lessonTitle {
    background-color: #fff;
    width: 100%;
    height: auto;
    margin: 24px 0;
}

.PricelistChild .lessonTitle img {
    width: 84.8%;
    height: auto;
    display: block;
    padding: 24px 4px;
    margin: 0 auto;
}

.PricelistChild .buttonCVtrial,
.PricelistChild_add .buttonCVtrial {
    background-color: #F2762E;
    font-size: 20px;
    padding-left: 12px;
    padding-right: 12px;
    max-width: 180px;
    height: 48px;
    margin: 0 auto;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    letter-spacing: 0.08em;
    font-weight: bold;
    filter: drop-shadow(4px 4px 16px rgba(242, 168, 46, 0.8));
    cursor: pointer;
    transition: .3s ease;
}

.PricelistChild .buttonCVtrial:hover {
    background-color: #D92332;
}

.PricelistChild_add .buttonCVtrial:hover {
    background-color: #D92332;
}

.Pricelist .description {
    width: 100%;
    max-width: 1098px;
    margin: 100px auto 0 auto;
    font-size: 15px;
    letter-spacing: 0.1em;
}

.PricelistChild_add {
    min-width: 320px;
    min-height: 280px;
    width: 100%;
    height: auto;
    padding: 40px 0px 24px 0px;
    background-color: #FFEDA8;
    border-radius: 6px;
}

.PricelistChild_add img {
    width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
}



/* mypage */
/* UI */

.netchina_ui {
    display: flex;
    width: 100%;
}

.buttonMypage {
    width: 81px;
    height: 38px;
    display: inline-block;
}

.netchina_menu {
    min-width: 256px;
    width: 16%;
    min-height: 140vh;
    height: auto;
    background-color: #F3F3EE;
}

.netchina_menu .sideTitle {
    font-size: 28px;
    font-weight: bold;
    padding: 22px 0 0 14px;
}

.mypageBarArea {
    height: 320px;
    background-color: #ededed;
    border-radius: 6px;
    font-weight: 500;
}

.mypageBarArea ul {
    font-size: 12.8px;
    padding: 22px 0 0 14px;
}

.mypageBarArea ul li {
    margin-bottom: 12px;
}

.mypageBarArea .name {
    font-size: 14.8px;

}

.mypageBarArea .name::after {
    content: '様';
    margin-left: 1rem;
}

.mypageBarArea .label {
    display: block;
    text-align: center;
    margin: 2rem auto 2px auto;
}

.mypageBarArea .TotalMeasure {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px auto 0px auto;
    width: 132px;
    height: 48px;
    background-image: url(../SVG/mypage_measure.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 132px 48px;
}

.mypageBarArea .TotalMeasure::after {
    content: '分';
    font-size: 12px;
    margin-left: .4rem;
}

.mypageSideMenu {
    font-size: 16px;
    font-weight: 500;
    background-color: #f3f3ee;
    padding: 12px 0;
}

.mypageSideMenu li {
    width: 100%;
    height: 62.8px;
    display: grid;
    align-content: center;
    /* justify-items: center; */
    cursor: pointer;
    transition: .3s ease;
    text-align: left;
    padding-left: 12%;
}

.mypageSideMenu li:hover {
    background-color: #F2B705;
    color: #fff;
}

.mypageSideMenu a:nth-of-type(2n) li {
    background-color: #e9e9e4;
}

.mypageSideMenu a:nth-of-type(2n):hover li {
    background-color: #F2B705;
    color: #fff;
}

.netchina_main {
    background-color: #FFF1E0;
    width: 84%;
    min-height: 140vh;
    height: auto;
}

.netchina_contents {
    width: 100%;
    max-width: 896px;
    margin: 0 auto;
}

.netchina_contents .head_navi {
    background-color: #F2B705;
    height: 66px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    padding: 12px 80px 8px 80px;
}

.netchina_contents .head_navi li {
    width: 30%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.08em;
}

.netchina_contents .head_navi li .Bit {
    color: #fff;
    display: inline-block;
    padding-top: 8px;
}

.netchina_contents .headline {
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: bold;
}

.netchina_contents .trialSection {
    background: #F2D338;
    height: 228px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-radius: 6px;
    color: #3A3A3A;
    line-height: 25px;
    display: grid;
    grid-template-columns: 1fr 568px;
}

.netchina_contents .trialSection .pd20 {
    padding: 20px;
}

.netchina_contents .trialSection>div>.title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #000;
    margin-bottom: 24px;
}

.netchina_contents .trialSection .ImgTrial {
    width: 568px;
    height: 228px;
    background: url(../images/img_trial.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top left;
}

.netchina_contents .trialSection .ImgTrial2 {
    width: 568px;
    height: 228px;
    background: url(../images/img_trial2.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top left;
}

.netchina_contents .headFlow_navi {
    background-color: #fff;
    height: 58px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    border: solid #F2B705;
    border-width: 1px 1px 1px 1px;
    /* padding: 12px 80px 8px 80px; */
}

.netchina_contents .headFlow_navi li {
    width: 30%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.08em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.netchina_contents .headFlow_navi li::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 58px;
    z-index: 1;
    background-image: url(../SVG/arrowYellowFlow.svg);
    background-repeat: no-repeat;
    background-size: 100% 58px;
}

.netchina_contents .headFlow_navi :last-child::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 58px;
    z-index: 1;
    background-image: url();
    background-repeat: no-repeat;
    background-size: 100% 58px;
}

.netchina_contents .headFlow_navi .selected {
    color: #f2762e;
    font-weight: bold;
}

.banner_register {
    width: 100%;
    min-width: 254px;
    min-height: 138px;
    margin: 48px auto 12px auto;
    display: inline-block;
    cursor: pointer;
}

.mypageContact li {
    margin: 12px auto;
    height: 48px;
    text-align: center;
    letter-spacing: 0.05em;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.mypageContact li:hover {
    background-color: #f2b705;
    color: #fff;
}

.icon_batu {
    width: 36px;
    height: 36px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 2px;
}


/* mypage > mypageReserved */

.OneWeekList {
    background-color: #F2B705;
    height: 94px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    padding: 16px 8px 0px 8px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.OneWeekList li {
    height: 100%;
    transition: .2s ease;
    cursor: pointer;
}

.OneWeekList li.selected {
    background-color: #fff;
    color: #F28705;
}

.OneWeekList li>span {
    display: block;
    margin-bottom: 5px;
}

.OneWeekList li> :first-child {
    padding-top: 6px;
    font-size: 16px;
}

.OneWeekList li> :last-child {
    color: #4f4f4f;
}

.OneWeekList> :nth-child(n+2):nth-child(-n+9) {
    width: 100px;
    text-align: center;
    border-right: 1px solid #fff;
}

.OneWeekList> :nth-child(n+2):nth-child(-n+9):hover {
    background-color: #fff;
    color: #F28705;
}

.OneWeekList> :first-child {
    border-right: 1px solid #fff;
}

.OneWeekList> :first-child,
.OneWeekList> :last-child {
    width: 40px;
}


.reserved_Teacher_Wrap {
    background-color: #fff;
    display: flex;
    width: 100%;
    padding: 24px;
    align-items: center;
    border: solid #F2B705;
    border-width: 0 1px 1px 1px;
}

.reserved_Teacher_Time {
    font-size: 20px;
    font-weight: bold;
    width: 60%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.reserved_Teacher_Time>:first-child,
.reserved_Teacher_Time>:nth-child(2) {
    width: 14%;
}

.reserved_Teacher_Time>:first-child {
    font-size: 32px;
}

.reserved_Teacher_Time>:nth-child(2) {
    text-align: center;
}

.reserved_Teacher_Time> :last-child {
    width: 72%;
    position: relative;
    font-size: 32px;
}

.reserved_Teacher_Time .timezone {
    display: block;
    position: absolute;
    bottom: -100%;
    font-size: 14px;
    font-weight: 400;
}


.reserved_Teacher_Wrap .teacherInfo {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    grid-template-rows: 4fr 1.4fr;
}

.reserved_Teacher_Wrap .teacherInfo>a>img {
    width: 150px;
    height: 150px;
    border-radius: 6px;
    border: 1px solid #F2D338;
    object-fit: cover;
    margin: 8px 8px 8px 24px;
}

.reserved_Teacher_Wrap .teacherInfo ul {
    display: flex;
    flex-direction: column;
    padding: 18px 8px;
}

.reserved_Teacher_Wrap .teacherInfo ul li {
    padding-bottom: 4px;
}

.reserved_Teacher_Wrap .teacherInfo ul .name {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
}

.reserved_Teacher_Wrap .teacherInfo ul .name::after {
    content: '先生';
    font-size: 16px;
}

.reserved_Teacher_Wrap .teacherInfo .favorite {
    border: 1px solid #ff7f00;
    width: 115px;
    height: 28px;
    margin-left: 24px;
    margin-top: 6px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
    cursor: pointer;
}

.reserved_Teacher_Wrap .teacherInfo .favorite:hover {
    background-color: #ff7f00;
    color: #fff;
}

.reserved_Teacher_Wrap .teacherInfo .favorite img {
    width: 16px;
    height: 14px;
    display: inline-block;
    margin-right: 1.2px;
    vertical-align: text-top;
}

.reserved_Teacher_Wrap .teacherInfo .teacherLabels {
    display: flex;
}

.CompletedFirst {
    border: 1px solid #F2B705;
}

/* mypage > PriceList */

.netchina_contents>.Pricelist>.PricelistWrap {
    width: 100%;
    max-width: 1098px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2%;
    transform: scale(.88);
    transform-origin: left;
}

/* timetable */

.searchTeacher {
    height: auto;
}

.icon_selectL {
    width: 120px;
    height: 38px;
    display: block;
    margin: 0 0 16px auto;
    cursor: pointer;
}

.select_date {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    align-content: center;
    width: 100%;
    height: 80px;
    background-color: #F2B705;
    padding-top: 12px;
    padding-left: 60px;
    padding-right: 60px;
    border-radius: 2px;
}

.select_date>li {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.05em;
    cursor: pointer;
    height: 68px;
    transition: .18s ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #fff;
}

.select_date> :first-child {
    border-left: 1px solid #fff;
}

.select_date>li:hover {
    background-color: #ff7f00;
}

.select_date>li.selected {
    background-color: #fff;
    color: #F2B705;
}

.select_menu {
    min-height: 220px;
    height: auto;
    width: 100%;
    background-color: #FFFBF5;
    padding: 16px 32px;
}

.select_teachers {
    background-color: #FFF6DA;
    width: 100%;
    min-height: 232px;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    margin-top: ;
    margin-bottom: 40px;
    padding: 20px 28px;
    border-radius: 6px;
    filter: drop-shadow(0px 3px 4.5px rgba(40,40,40,0.15));
}

.select_teachers .teacherInfo {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    grid-template-rows: 4fr 1.4fr;
}

.select_teachers .teacherInfo>a>img {
    width: 150px;
    height: 150px;
    border-radius: 6px;
    border: 1px solid #F2D338;
    object-fit: cover;
    margin: 8px 8px 8px 24px;
}

.select_teachers .teacherInfo ul {
    display: flex;
    flex-direction: column;
    padding: 18px 8px;
}

.select_teachers .teacherInfo ul li {
    padding-bottom: 4px;
}

.select_teachers .teacherInfo ul .name {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
}

.select_teachers .teacherInfo ul .name::after {
    content: '先生';
    font-size: 16px;
}

.select_teachers .teacherInfo ul .rank {
    display: flex;
}

.select_teachers .teacherInfo ul .rank img{
    width: 24px;
    height: 24px;
}

.select_teachers .teacherInfo .favorite {
    border: 1px solid #ff7f00;
    width: 115px;
    height: 28px;
    margin-left: 24px;
    margin-top: 6px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
    cursor: pointer;
}

.select_teachers .teacherInfo .favorite:hover {
    background-color: #ff7f00;
    color: #fff;
}

.select_teachers .teacherInfo .favorite img {
    width: 16px;
    height: 14px;
    display: inline-block;
    margin-right: 1.2px;
    vertical-align: text-top;
}

.select_teachers .teacherInfo .teacherLabels {
    display: flex;
    flex-direction: row;
}

.select_teachers .teacherInfo .teacherLabels li{
    margin-right: 10px;
}

.select_teachers .timeGridWrap {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 200px;
    padding: 16px;
}

.select_teachers .timeGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.select_teachers .timeGrid li {
    background-color: #FFC53B;
    width: 124px;
    height: 38px;
    border-radius: 6px;
    margin: 8px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    letter-spacing: 0.1em;
    cursor: pointer;
    -moz-box-shadow: 2px 2px 8.8px 1px rgb(250 192 20 / 50%);
    -webkit-box-shadow: 2px 2px 8.8px 1px rgb(250 192 20 / 50%);
    -ms-box-shadow: 2px 2px 8.8px 1px rgb(250 192 20 / 50%);
    box-shadow: 2px 2px 8.8px 1px rgb(250 192 20 / 50%);
}

.select_teachers .timeGrid li:hover {
    background-color: #ff7f00;
    color: #fff;
    -moz-box-shadow: 4px 4px 16px 3px rgb(255 150 50 / 50%);
    -webkit-box-shadow: 4px 4px 16px 3px rgb(255 150 50 / 50%);
    -ms-box-shadow: 4px 4px 16px 3px rgb(255 150 50 / 50%);
    box-shadow: 4px 4px 16px 3px rgb(255 150 50 / 50%);
}

.visually-hidden {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
}

.SwitchRadio1 {
    padding: 16px 0;
    text-align: right;
}

.SwitchRadio1 label {
    cursor: pointer;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    letter-spacing: 0.08em;
    font-weight: 600;
}


.SwitchRadio1 label::before,
.SwitchRadio1 label::after {
    content: "";
    display: block;
    position: absolute;
}

.SwitchRadio1 label::before {
    background-color: #fff;
    border-radius: 0%;
    border: 1px solid #ddd;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    top: 50%;
    left: 5px;
}

.SwitchRadio1 label::after {
    border-bottom: 3px solid #333;
    border-left: 3px solid #333;
    opacity: 0;
    height: 7px;
    width: 13px;
    transform: rotate(-45deg);
    top: 4px;
    left: 8px;
}

.SwitchRadio1 input:checked+label::after {
    opacity: 1;
}

.TimezoneWrap {
    display: grid;
    grid-template-columns: 2.5fr 1fr;
}

.Timezone {
    grid-template-columns: 160px 2fr 2fr;
}

.Point {
    grid-template-columns: 160px 3fr 1fr;
    padding: 16px 0;
}

.Point input[type=radio] {
    display: none;
    /* ラジオボタンを非表示にする */
  }

  .Point input[type="radio"]:checked+label {
    background: #F2B705;
    color: #ffffff;
  }

  .Point .label {
    display: block;
    float: left;
    margin: 5px;
    width: 140px;
    height: 45px;
    padding-left: 5px;
    padding-right: 5px;
    color: #000;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    border: 2px solid #F2B705;
    border-radius: 38px;
    font-size: 14px;
    font-weight: 600;
    background-color: #fff;
  }

.Detail1 {
    grid-template-columns: 160px 1fr 0.5fr 160px 1fr 0.5fr;
    padding: 8px 0 16px 0;
}

.Language {
    display: grid;
    grid-template-rows: 1fr 1fr;
}

.LanguageLevel {
    display: grid;
    grid-template-columns: 160px 4fr;
    gap: 16px;
}

.LanguageLevel>span {
    display: inline-block;
    padding: 16px 0;
    font-size: 16px;
    font-weight: bold;
}

.Keyword {
    grid-template-columns: 160px 1fr;
    padding: 0 0 16px 0;
}

.KeywordTextbox {
    background-color: #fff;
    border: 1px solid #F2B705;
    padding: 4px 8px;
}

.Labels {
    grid-template-columns: 160px 1fr;
}


/* selectbox */

.selectdiv {
    /* float: left; */
    width: 100%;
    min-width: 200px;
    margin: 0px auto;
    display: grid;
    gap: 16px;
}

.selectdiv>span {
    display: inline-block;
    padding: 16px 0;
    font-size: 16px;
    font-weight: bold;
}

/* IE11 hide native button */
select::-ms-expand {
    display: none;
}

.selectdiv .selectDivInner {
    position: relative;
    max-width: 240px;
}

.selectdiv .selectDivInner:after {
    content: '<>';
    font: 17px "Consolas", monospace;
    color: #333;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);

    right: 11px;
    top: 18px;
    padding: 0 0 2px;
    border-bottom: 1px solid #999;
    position: absolute;
    pointer-events: none;
}

.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: block;
    width: 100%;
    max-width: 320px;
    height: 50px;
    float: right;
    margin: 5px 0px;
    padding: 0px 24px;
    font-size: 16px;
    letter-spacing: 0.08em;
    font-weight: bold;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #F2B705;
    -ms-word-break: normal;
    word-break: normal;
}


.Submit_search {
    height: 48px;
    width: 156px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F2B705;
    border-radius: 12px;
    color: #fff;
    font-weight: bold;
    font-size: 18.8px;
    margin: 12px auto;
    letter-spacing: 0.4em;
    transition: background-color .2s ease;
}

.Submit_search:hover {
    background-color: #ff7f00;
}

.clearSelect {
    position: absolute;
    right: 0;
    bottom: 12px;
    cursor: pointer;
    font-size: 14.8px;
}



/* mypage > timetable */

.netchina_ui .netchina_main .selectdiv>span{
    font-size: 14px;
}

.netchina_ui .netchina_main .select_date>li {
    font-size: 16px;
}

.netchina_ui .netchina_main .SwitchRadio1 label {
    font-size: 14px;
}
.netchina_ui .netchina_main .LanguageLevel {
    font-size: 14px;
}

.netchina_ui .netchina_main .LanguageLevel>span {
    font-size: 14px;
}

.netchina_ui .netchina_main .Point .label {
    width: 120px;
    height: 40px;
    line-height: 38px;
}

.netchina_ui .netchina_main .select_teachers .timeGrid li {
    width: 88px;
    height: 38px;
}

.searchTeacher .teacherBG {
    background-color: #FFFBF5;
    padding-left: 12px;
}


.teacher_label_img {
    width: 24px;
    height: 24px;
}


/* EveryTime everytime.html */

.everytime {
    height: 180px;
}

.PointEverytime {
    grid-template-columns: inherit;
    gap: 0px;
}

.everytime .Point {
    grid-template-columns: 160px 3fr;
}

.select_everytime {
    background-color: #FFF;
    border: solid #ccc;
    border-width: 0 1px 1px 1px;
    width: 100%;
    min-height: 232px;
    height: auto;
    margin-bottom: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.select_everytime .everytimeWrap {
    display: flex;
    flex-wrap: wrap;
    padding: 70px 24px;
    gap: 2%;
    row-gap: 12px;
}

.select_everytime .list2 {
    border: solid #ccc;
    border-width: 1px 0px 0px 0px;
    padding: 40px 24px;
}

.select_everytime .list3 {
    border: solid #ccc;
    border-width: 1px 0px 0px 0px;
    padding: 40px 24px 70px 24px;
}

.everytimeWrap li {
    width: 15%;
    height: auto;
    min-height: 80px;
    border: 3px solid #FFC73B;
    border-radius: 12px;
    display: grid;
    grid-template-rows: 1fr 1fr;
    justify-items: center;
    align-content: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.08em;
    padding: 12.8px 8px 8px;
    cursor: pointer;
}

.everytimeWrap li.none {
    border: 3px solid #C5C5C5;
    background-color: #DFDFDF;
}

.everytimeWrap li>span {
    color: #808080;
}

.everytimeWrap li:hover {
    background: #FFC73B;
}

.everytimeWrap li.none:hover {
    background: #c4c4c4;
}

.everytimeWrap li:hover .bkf,
.everytimeWrap li:hover span {
    color: #fff;
}

.everytimeWrap li.none:hover .bkf,
.everytimeWrap li.none:hover span {
    color: #919191;
}

.everytimeWrap li>.reserve {
    padding-top: 6.4px;
    font-size: 14px;
    color: #F28705;
}

.everytimeWrap li>.reserve.many {
    color: #F43400;
}

.everytimeWrap li>.reserve.many::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../SVG/icon_timetable1.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    color: #F43400;
    margin-right: 4px;
    vertical-align: top;
}

.everytimeWrap li>.reserve.normal {
    color: #F28705;
}
.everytimeWrap li>.reserve.normal::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../SVG/icon_timetable2.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    color: #F28705;
    margin-right: 4px;
    vertical-align: top;
}

.everytimeWrap li>.reserve.few {
    color: #8EC31F;
}
.everytimeWrap li>.reserve.few::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../SVG/icon_timetable3.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    color: #8EC31F;
    margin-right: 4px;
    vertical-align: top;
}

.everytimeWrap li>.reserve.none {
    color: #000;
}
.everytimeWrap li>.reserve.none::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../SVG/icon_timetable4.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    color: #000;
    margin-right: 4px;
    vertical-align: top;
}


.everytimeWrap li:hover .reserve {
    color: #fff;
}

.bkf {
    color: #000;
}


/* mypage > everytime */

.netchina_ui .netchina_main .everytimeWrap li {
    padding: 12.8px 2px 8px;
}



/* teacherProfilePage */

.teacherProfileSection {
    height: auto;
}

.teacherProfile {
    min-height: 516px;
    height: auto;
    background-color: #fff6ef;
    padding: 58px 100px;
    display: grid;
    gap: 42px;
    grid-template-columns: 246px 1fr;

}

.teacherProfile .face {
    max-width: 246px;
    height: auto;
    border: 1px solid #f2b705;
    border-radius: 12px;
}

.teacherProfile .teacherDetail {
    border: 1px solid #818181;
    border-width: 1px 0 1px 0;
    padding: 42px 46px;
}

.teacherProfile .teacherDetail .name {
    font-size: 22px;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.teacherProfile .teacherDetail .name::after {
    content: ' 先生';
    font-size: 18px;
}

.teacherProfile .teacherDetail .Details {
    padding-top: 24px;
}

.teacherProfile .teacherDetail .Details span {
    display: inline-block;
    min-width: 160px;
    min-height: 48px;
}

.teacherProfileSection .profileText {
    padding: 24px;
}

.teacherProfileSection .thumbYoutube {
    cursor: pointer;
}


/* Textbook Page */

.textbookPage {
    height: auto;
    padding: 104px 0 32px 0;
}

h2 .titleBefore {
    width: 60px;
    height: 64px;
    display: inline-block;
}

.select_Text {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    align-content: center;
    width: 100%;
    height: 80px;
    background-color: #F2B705;
    padding-top: 12px;
    padding-left: 60px;
    padding-right: 60px;
    border-radius: 2px;
    margin-bottom: 80px;
}

.select_Text li {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.05em;
    cursor: pointer;
    height: 68px;
    transition: .18s ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.select_Text li:hover {
    background-color: #ff7f00;
    color: #fff;
}

.select_Text li.selected {
    background-color: #ff7f00;
    color: #FFF;
}

.select_Text li.selected::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%);
    background-color: #ff7f00;
    width: 40px;
    height: 14px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
  }

.textArray {
    width: 100%;
    max-width: 1098px;
    margin: 24px auto 24px auto;
    display: grid;
    grid-template-columns: 3fr 13.5fr;
}

.textArray .textLink {
    display: inline-grid;
}

.textArray .textSubtitle {
    background-color: #f2b705;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #000;
    letter-spacing: 0.08em;
    cursor: pointer;
    border-radius: 8px 0 0 8px;
}

.textArray .textSubtitle>.total {
    color: #fff;
    font-weight: bold;
    border: 1px solid #fff;
    padding: 3px 8px;
    font-size: 16px;
}

.textArray .textDetails {
    min-height: 138px;
    border: 1px solid #f2b705;
    padding: 16px 16px 16px 8%;
    position: relative;
    border-radius: 0 8px 8px 0;
}

.textArray .textLinkAbsolute {
    position: absolute;
    width: calc(92% - 16px);
    height: calc(100% - 32px);
    margin: 0;
    z-index: 3;
}

.textArray .textDetails ul {
    font-size: 16px;
    font-weight: 500;
    display: flex;
}

.textArray .textDetails ul li {
    padding: 2px 12px;
}

.textArray .textDetails p {
    margin: 36px 0 0px 0;
    font-size: 16px;
    font-weight: 500;
}

.textArray .textDetails::after {
    content: '';
    width: 38px;
    height: 38px;
    background-image: url(../SVG/buttonArrowOrange.svg);
    z-index: 2;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    display: inline-block;
    cursor: pointer;
    pointer-events: none;
}

.progressDiv {
    margin: 16px 0;
    text-align: left;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 14.8px;
}

.progress-bar {
    width: 200px;
    height: 10px;
    border: 1px solid #999;
    margin: 10px 0;
    box-sizing: content-box;
    border-radius: 20px;

}

.progress {
    height: 10px;
    /* JSで0％-100%まで可変 */
    width: 90%;
    background-color: #aae300;
    border-radius: 20px;
}


/* textbook > subject page */

.subjectNumber {
    background-color: #fff;
    border: solid #f2b705;
    border-width: 1px 0px 1px 24px;
    min-height: 136px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.08em;
    cursor: pointer;
}

.subjectNumber>.subject {
    display: inline-block;
    padding-left: 32px;
    font-size: 16.8px;
}

.subjectNumber>.number {
    font-size: 14px;
    color: #808080;
    display: inline-block;
    padding-left: 32px;
    margin-top: -24px;
}

.subjectContents {
    min-height: 136px;
    border: solid #f2b705;
    border-width: 1px 1px 1px 0px;
    padding: 16px 16px 16px 8%;
    position: relative;
    display: flex;
    align-items: center;
}

.subjectContents p {
    margin-bottom: 0px;
    margin-right: 48px;
}

.subjectContents ul {
    display: flex;
}

.textArray .skyblue {
    background-color: #0580e7;
    color: #fff;
}

.textArray .skyblue-border {
    border: solid #0580e7;
}

.textArray .subjectNumber.skyblue-border {
    border: solid #0580e7;
    border-width: 1px 0px 1px 24px;
}

.textArray .subjectContents.skyblue-border {
    border: solid #0580e7;
    border-width: 1px 1px 1px 0px;
}

.textArray .green {
    background-color: #04b445;
    color: #fff;
}

.textArray .green-border {
    border: solid #04b445;
}

.textArray .green-cyan {
    background-color: #039b3c;
    color: #fff;
}

.textArray .green-cyan-border {
    border: solid #039b3c;
}

.textArray .deep-red {
    background-color: #b12332;
    color: #fff;
}

.textArray .deep-red-border {
    border: solid #b12332;
}

.textArray .orange {
    background-color: #e78005;
    color: #fff;
}

.textArray .orange-border {
    border: solid #e78005;
}

/* Textbook > Subject > child */
.textbook_subject_noX_contents {
    line-height: 28px;
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
}

.BackToSubject {
    font-size: 18px;
    padding: 48px 0;
    margin: 0 auto;
    width: fit-content;
}

.EndText {
    color: #D92332;
}

/* Help */

.help {
    width: 100%;
    max-width: 1098px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 280px 1fr;
}

.select_help {
    height: auto;
    min-width: 280px;
    padding: 28px 28px 28px 0;
}

.select_help>li:first-of-type {
    height: 68px;
    background-color: #f2b705;
    cursor: inherit;
    border-radius: 8px 8px 0 0 ;
}

.select_help> :last-child li {
    border-radius: 0 0 8px 8px;
}

.select_help li {
    height: 68px;
    border: solid #f2b705;
    border-width: 1px 1px 0 1px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 24px;
    cursor: pointer;
    transition: .3s ease;
}

.select_help li:hover {
    background-color: #f2b705;
    color: #fff;
}

.select_help> :nth-last-child(2):hover {
    background-color: inherit;
    color: inherit;
}

.select_help li:first-of-type:hover {
    color: inherit;
}

.select_helpContents {
    padding-top: 28px;
}

.select_helpContents h3 {
    background-color: #ff7f00;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.1em;
    border-radius: 6px;
    text-align: left;
    padding: 8px 24px;
    margin-bottom: 48px;
    -moz-box-shadow: 4px 4px 16px 3px rgb(255 150 50 / 50%);
    -webkit-box-shadow: 4px 4px 16px 3px rgb(255 150 50 / 50%);
    -ms-box-shadow: 4px 4px 16px 3px rgb(255 150 50 / 50%);
    box-shadow: 4px 4px 16px 3px rgb(255 150 50 / 50%)
}

.iconQuestion {
    width: 72px;
    height: 48px;
    margin-right: 24px;
}

.select_helpContents .title {
    padding: 12px 24px;
    font-weight: 500;
    margin-bottom: 32px;
}

.helpContainer {
    position: relative;
}

.helpContainer .link{
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 1;
    top: 0;
    left: 0;
}

.select_helpContents .greenBorder {
    border: 1px solid #8EB21F;
    padding: 24px;
}

/* lessonTrial page */

.netchina_contents .lessonTrial_head_navi {
    background-color: #F2B705;
    height: 72px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    padding: 0px 80px 0px 80px;
}

.netchina_contents .lessonTrial_head_navi li {
    width: 30%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.08em;
    padding-top: 14px;
    cursor: pointer;
    border-left: 1px solid #fff;
}
.netchina_contents .lessonTrial_head_navi li:last-child {
    border-right: 1px solid #fff;
}

.netchina_contents .lessonTrial_head_navi li .Bit {
    color: #fff;
    display: inline-block;
    padding-top: 8px;
    font-size: 15px;
}

.netchina_contents .lessonTrial_head_navi li:hover {
    background-color: #ff7f00;
}

.lessonTrialBG {
    background-color: #fff;
    padding: 8px 12px;
}

.timeGrid_inherit .timeGrid li {
    width: inherit;
}

/* Contact */

.contact .SignInput {
    background: #fff;
    height: 2.4em;
    width: 80%;
    margin-top: 6px;
    font-size: 18px;
    padding: 2px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.contact .MailContent {
    height: 26rem;
}


.contact .selectDivInner {
    position: relative;
    max-width: 240px;
}

.contact .selectDivInner:after {
    content: '<>';
    font: 17px "Consolas", monospace;
    color: #333;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);

    right: 11px;
    top: 36px;
    padding: 0 0 2px;
    border-bottom: 1px solid #999;
    position: absolute;
    pointer-events: none;
}

.contact select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: block;
    width: 100%;
    max-width: 320px;
    height: 50px;
    float: right;
    margin: 5px 0px;
    padding: 0px 24px;
    font-size: 16px;
    letter-spacing: 0.08em;
    font-weight: bold;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #F2B705;
    -ms-word-break: normal;
    word-break: normal;
}



/* top > Column Article */

.ColumnArticle {
    width: 100%;
    max-width: 1098px;
    height: auto;
    margin: 12px auto;
    margin-bottom: 80px;
}

.ColumnArticle h3{
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 20px;
    margin-bottom: 40px;
}

.ColumnArticleMenu {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin: 48px 0 0 0;
}

.ColumnArticleMenu li{
    width: fit-content;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.ColumnArticle .inner{
    padding: 32px 32px;
    background-color: #FFFBF5;
    border-radius: 10px;
}



/* mypage > roadmap Page */

.notice_yellow {
    padding: 24px 36px;
    display: flex;
    width: 100%;
    background-color: #ffeabd;
    position: relative;
    filter: drop-shadow(2px 4px 5px #efb405);
    margin-bottom: 42px;
}

.notice_yellow:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #ffeabd transparent transparent transparent;
    border-width: 20px 20px 0 20px;
}

.icon_notice {
    max-width: 42px;
    max-height: 42px;
}

.notice_descript {
    font-size: 13.2px;
    line-height: 19px;
    letter-spacing: 0.1em;
    padding-left: 18px;
}

.roadmap_container {
    min-height: 112px;
    border: solid #8ec31f;
    border-width: 1px 1px 1px 12px;
    background-color: #fff;
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 12px;
    align-items: center;
    /* justify-content: center; */
}

.roadmap_container .firstList,
.roadmap_container .secondList {
    width: 35%;
    display: flex;
    font-size: 13.2px;
}

.roadmap_container .thirdList {
    width: 20%;
    display: flex;
    font-size: 13.2px;
}

.roadmap_container .firstList {
    flex-wrap: wrap;
}

.roadmap_container .firstList li {
    width: 33%;
    font-size: 15px;
}

.roadmap_container .firstList li:last-of-type {
    width: 100%;
    font-size: 13.2px;
}

.buttonArrowGreen {
    width: 10%;
    padding: 24px;
    cursor: pointer;
}


/*  mypage > lessonTrialConfirm Page */

.lessonConfirmAttention {
    font-size: 20px;
    font-weight: bold;
    color: red;
    border: 1px solid red;
    background-color: #fff;
    padding: 12px 24px;
    width: 100%;
    height: 3.2rem;
    text-align: center;
    margin-bottom: 32px;
}

.lessonConfirm {
    padding: 24px 36px;
    display: flex;
    width: 100%;
    background-color: #fff;
    position: relative;
    border: 1px #ffc73b solid;
    filter: drop-shadow(1px 1.2px 0px #ffc73b);
    margin-bottom: 42px;
}

.lessonConfirm:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 20px 20px 0 20px;
}

.lessonConfirm >.date {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    width: 60%;
}

.lessonConfirm >.date li:first-of-type {
    font-size: 20px;
    color: red;
    border: 1px solid red;
    padding: 12px 24px;
    width: 100%;
    height: 3.2rem;
}

.lessonConfirm>.date li:last-of-type {
    width: 100%;
    height: 2rem;
}

.lessonConfirm .teacherInfo {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    grid-template-rows: 4fr 1.4fr;
}

.lessonConfirm .teacherInfo>a>img {
    width: 150px;
    height: 150px;
    border-radius: 6px;
    border: 1px solid #F2D338;
    object-fit: cover;
    margin: 8px 8px 8px 24px;
}

.lessonConfirm .teacherInfo ul {
    display: flex;
    flex-direction: column;
    padding: 18px 8px;
}

.lessonConfirm .teacherInfo ul li {
    padding-bottom: 4px;
}

.lessonConfirm .teacherInfo ul .name {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
}

.lessonConfirm .teacherInfo ul .name::after {
    content: '先生';
    font-size: 16px;
}

.lessonConfirm .teacherInfo .favorite {
    border: 1px solid #ff7f00;
    width: 115px;
    height: 28px;
    margin-left: 24px;
    margin-top: 6px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
    cursor: pointer;
}

.lessonConfirm .teacherInfo .favorite:hover {
    background-color: #ff7f00;
    color: #fff;
}

.lessonConfirm .teacherInfo .favorite img {
    width: 16px;
    height: 14px;
    display: inline-block;
    margin-right: 1.2px;
    vertical-align: text-top;
}

.lessonConfirm .teacherInfo .teacherLabels {
    display: flex;
}

.button_confirm {
    width: 236px;
    height: 60px;
    margin: 0 auto;
    background-color: #f2b705;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .12s ease;
    font-weight: bold;
    border-radius: 99px;
}

.button_confirm:hover {
    background-color: #ff7f00;
    color: #fff;
}

.lessonConfirmContents .content {
    background-color: #f2b705;
    padding: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.lessonConfirmContents .content .subtitle {
    font-weight: bold;
}

.lessonConfirmContents .content .right input {
    min-width: 240px;
    min-height: 50px;
    margin-top: 6px;
}

.ChineseLevel_wrap {
    background-color: rgba(255, 255, 255, .65);
    width: 100%;
    height: auto;
    padding: 24px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 24px;
}

.ChineseLevel_wrap .subtitle {
    font-weight: bold;
}

.ChineseLevel_wrap ul {
    display: grid;
    grid-template-rows: repeat(6, 1fr);
}

.ChineseLevel_wrap ul li {
    height: 2.4rem;
}

/* mypage > lessonDecision */

.lessonDecision h3 {
    margin-bottom: 18px;
}

.lessonDecision_notes {
    background-color: rgba(255, 255, 255, .65);
    width: 100%;
    height: auto;
    padding: 24px 24px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 32px;
}

.lessonConfirm.Decision {
    background-color: rgba(0, 0, 0, .12);
    border: inherit;
    filter: inherit;
}

.lessonConfirm.Decision::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: -20px;
    left: 0px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: rgba(0, 0, 0, .12) transparent transparent;
    border-width: 20px 20px 0px;
}

.lessonConfirm.Decision>.date li:first-of-type {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #F2B705;
    border: 1px solid #F2762E;
    padding: 12px 24px;
    width: 100%;
    height: 3.2rem;
}



/* mypage > lessonDetail.html */

.lessonDetailWrap {
    padding: 24px 36px;
    display: flex;
    width: 100%;
    background-color: #fff;
    position: relative;
    border: 1px #ffc73b solid;
    filter: drop-shadow(1px 1.2px 0px #ffc73b);
    margin-bottom: 42px;
}

.lessonDetailWrap > :first-child{
    width: 60%;
}

.lessonDetailWrap div >.date {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    width: 60%;
}

.lessonDetailWrap div >.info {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    margin: 24px 0;
}

.lessonDetailWrap .teacherInfo {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    grid-template-rows: 4fr 1.4fr;
}

.lessonDetailWrap .teacherInfo>a>img {
    width: 150px;
    height: 150px;
    border-radius: 6px;
    border: 1px solid #F2D338;
    object-fit: cover;
    margin: 8px 8px 8px 24px;
}

.lessonDetailWrap .teacherInfo ul {
    display: flex;
    flex-direction: column;
    padding: 18px 8px;
}

.lessonDetailWrap .teacherInfo ul li {
    padding-bottom: 4px;
}

.lessonDetailWrap .teacherInfo ul .name {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
}

.lessonDetailWrap .teacherInfo ul .name::after {
    content: '先生';
    font-size: 16px;
}

.lessonDetailWrap .teacherInfo .favorite {
    border: 1px solid #ff7f00;
    width: 115px;
    height: 28px;
    margin-left: 24px;
    margin-top: 6px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
    cursor: pointer;
}

.lessonDetailWrap .teacherInfo .favorite:hover {
    background-color: #ff7f00;
    color: #fff;
}

.lessonDetailWrap .teacherInfo .favorite img {
    width: 16px;
    height: 14px;
    display: inline-block;
    margin-right: 1.2px;
    vertical-align: text-top;
}

.lessonDetailWrap .teacherInfo .teacherLabels {
    display: flex;
}

.lessonDetailCompletedInner {
    width: 100%!important;
}



/* campaign */

.campaign {}

.campaignFlash {
    padding: 24px 36px;
    width: 100%;
    background-color: #ffc73b;
    position: relative;
    /* filter: drop-shadow(1px 1.2px 0px #ffc73b); */
    margin-bottom: 42px;
    border-radius: 6px;
}

.campaignFlash:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #ffc73b transparent transparent transparent;
    border-width: 20px 20px 0 20px;
}

.campaignFlash h2 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 12px;
}

.campaignFlash .subtitle {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    margin-bottom: 8px;
}

.campaignFlash .descript {
    font-size: 14px;
}

.campaignContents {
    background-color: rgba(255, 255, 255, 0.65);
    width: 100%;
    padding-bottom: 48px;
}

.campaignContents .subtitle {
    font-weight: bold;
}

.campaignContentsImg {
    width: 100%;
}

.info_glay {
    background-color: #ECECEC;
    width: 100%;
    height: auto;
    margin-top: 24px;
    padding: 24px;
}

.coinBG {
    background-color: #fff;
    border: 1px solid #000;
    padding: 2.8px 8px;
    display: inline-block;
}

.campaignContents .infomation {
    padding: 24px;
}

.campaignContents .infomation> :nth-child(2) {
    background-color: none;
}

.campaignContents .infomation> :nth-child(odd):not(:first-child) {
    background-color: #FFEBA6;
}

.campaignContents .infomation> :nth-child(even):not(:nth-child(2)) {
    background-color: #FFE37B;
}

.campaignContents .pointGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding: 12px 8px;
}


/* accordion (timetable.html ) */
.accordionDetail {
    padding: 6.8px 12px;
    width: fit-content;
    color: #fff;
    border: 2px solid #ff7f00;
    background-color: #ff7f00;
}

/* Modal */

/* モーダルウィンドウを開く要素 */
.modal_open_btn {
    display: inline-block;
    cursor: pointer;
}

/* モーダルウィンドウ要素 */
.modal_contents {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    width: 100%;
}

/* モーダルウィンドウの背景要素 */
.modal_contents_bg {
    width: 100%;
    height: 100%;
    margin: 0;
}

/* モーダルウィンドウの中身*/
.modal_contents_wrap {
    font-size: 14px;
    position: absolute;
    top: 80px;
    left: 100%;
    background-color: #fcfcfc;
    width: 50%;
    max-width: 300px;
    height: auto;
    margin: auto;
    transform: translateX(-102%);
    padding: 20px;
    filter: drop-shadow(1.2px 4.8px 6px rgba(0, 0, 0, 0.32));
    border-radius: 4px;
}

.modal_contents_wrap::before {
    content: "";
    position: absolute;
    right: 12px;
    top: -40px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: 0 0 0 auto;
    border-style: solid;
    border-color: #fcfcfc transparent transparent transparent;
    border-width: 20px 20px 20px 20px;
    transform: rotate(-180deg);
}

/* モーダルウィンドウを閉じる要素 */
.modal_close_btn {
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
}




/* トライアルウィンドウを開く要素 */
.trial_open_btn {
    display: inline-block;
    cursor: pointer;
}

/* トライアルウィンドウ要素 */
.trial_contents {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    width: 100%;
    opacity: 0%;
}

/* トライアルウィンドウの背景要素 */
.trial_contents_bg {
    background-color: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    margin: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/* トライアルウィンドウの中身*/
.trial_contents_wrap {
    font-size: 14px;
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #fcfcfc;
    width: 60%;
    max-width: 840px;
    height: auto;
    margin: auto;
    transform: translate(-50%,-50%);
    padding: 20px;
    filter: drop-shadow(1.2px 4.8px 6px rgba(0, 0, 0, 0.32));
    border-radius: 4px;
}

/* トライアルウィンドウを閉じる要素 */
.trial_close_btn {
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
}


.trial_contents_wrap .lessonTrial_head_navi {
    background-color: #F2B705;
    height: 72px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    padding: 0px 80px 0px 80px;
}

.trial_contents_wrap .lessonTrial_head_navi li {
    width: 30%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.08em;
    padding-top: 14px;
    cursor: pointer;
    /* border-left: 1px solid #848484; */
}
.trial_contents_wrap .lessonTrial_head_navi li:last-child {
    /* border-right: 1px solid #848484; */
}

.trial_contents_wrap .lessonTrial_head_navi li .Bit {
    color: #fff;
    display: inline-block;
    padding-top: 8px;
    font-size: 15px;
}

.trial_contents_wrap .lessonTrial_head_navi li:hover {
    background-color: #ff7f00;
}




.isActive {
    animation-name: ModalAnimation;
    animation-duration: .4s;
    animation-fill-mode: forwards;
}

@keyframes ModalAnimation {
    0% {
        opacity: 0%;
    }

    100% {
        opacity: 100%;
    }
}


/* footer */

.footerBG {
    background-image: url(../SVG/bg_footer.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    width: 100%;
    height: auto;
    min-height: 360px;
}

footer {
    background-color: #f9f9f9;
    /* background-color: #e6e4dc; */
    height: 50vh;
    padding: 20vh calc((100% - 1098px) / 2) 4vh;
}

.footer_toppage {
    padding: 20vh calc((100% - 1280px) / 2) 4vh;
}

.footer_pages {
    padding: 20vh calc((100% - 1098px) / 2) 4vh;
}

.footerWrap {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
}

.footerMenu {
    width: 25%;
}

.footerMenu li:first-of-type {
    font-size: 16px;
    font-weight: bold;
    height: 40px;
}

.footerMenu li {
    height: 32px;
    font-size: 14.8px;
}

.copyright {
    text-align: right;
    font-size: 12px;
}




.pc {
    display: block;
}

.pcIL {
    display: inline-block;
}

.sp {
    display: none ;
}
#top-toggle.sp {
    display: none ;
    transform: scale(.8);
    transform-origin: top right;
}

.mypageTemplate #top-toggle.sp {
    background-color: transparent;
    background: linear-gradient(45deg, rgba(255, 255, 73, 1) 0%, rgba(135, 245, 90, 1) 30%, rgba(110, 240, 108, 1) 65%, rgba(67, 245, 245, 1) 100%);
    transform: scale(.6);
}

.FVspace {
    height: 90px;
    width: 100%;
}

.FVspaceContents {
    height: 90px;
    width: 100%;
}

/* SP */

@media screen and (max-width: 520px) {

    /* 520px以下で表示 */
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
    #top-toggle.sp {
        display: flex ;
        border-radius: 0 0 0 16px;
        -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, .2));
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .2));
    }

    .FV {
        aspect-ratio: 1 / 2;
    }

    .FVspace {
        height: 0px;
        width: 100%;
    }

    .FVspaceContents {
        background-color: #FAC014;
    }

    .smmlogoImg {
        min-height: 40px;
    }


    header .menu .position {
        position: inherit;
        top: inherit;
        left: inherit;
        transform: inherit;
        list-style: none;
    }

    .mypageBarArea {
        height: inherit;
        padding-top: 48px;
    }

    


    /* index.html */

    .FVimg {
        background-image: url(../images/SPFV.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        width: 100%;
        height: 100%;
        position: relative;
    }
    .FVcopy {
        font-size: clamp(18px, 4.8vw, 22px);
        line-height: 36px;
    }
    .FVcatchSpan {
        font-size: clamp(18px, 4.8vw, 22px);
        width: 120%;
    }
    .FVlogoWrap {
        padding: 80px 20px 0% 20px;
        margin: 0;
    }
    .FVcatch {
        padding: 24px;
        width: 120%;
    }
    .FVno1 {
        width: 98%;
    }
    .FVno1 .no1 {
        
    }
    .FVno1 .no1>span {
        font-size: clamp(28px, 10.8vw, 50px);
    }

    .no1Wrap {
        margin-top: clamp(20px, 16%, 80px);
        padding: 0% 34% 0 20px;
    }

    .no1Wrap .CVbutton {
        margin: 6px 0 0 0px;
        width: 200px;
    }

    .message {
        grid-template-columns: 20px 1fr 20px;
        height: auto;
    }
    .aboutSide p:first-of-type {
        line-height: 38px;
    }
    .aboutSide p {
        margin-bottom: 16.8px;
    }

    .GridBg {
        grid-template-columns: inherit;
        grid-template-rows: 1fr 8px 1fr;
    }

    .reason {
        height: auto;
    }

    .reasonTitle {
        width: 100%;
    }

    .reasonWrap {
        grid-template-columns: inherit;
        grid-template-rows: inherit;
    border: 0px solid #fff;
    }

    .reasonGridChild {
        grid-template-rows: 460px 180px;
        border-right: 0px solid #fff;
    }

    .reasonGridChild:first-of-type {
        padding-top: 140px;
    }

    .reasonGridChild figure img {
        max-height: 460px;
        object-fit: cover;
    }

    .materialBig {
        left: inherit;
        right: 0px;
        transform-origin: top right;
        transform: scale(.64);
    }

    .teacher {
        grid-template-columns: inherit;
    }

    .teacherTitle {
        width: 80%;
        height: 80%;
        max-width: 246px;
        max-height: 246px;
        top: -160px;
    }

    .pageCV {
        grid-template-rows: inherit;
    }

    .pageCV>.before {
        padding: 20px;
        grid-template-columns: inherit;
    }

    .pageCV>.CVarea {
        height: auto;
        min-height: 340px;
    }

    .textbookTitle {
        width: 80%;
        height: 80%;
        max-width: 246px;
        max-height: 246px;
        top: -80px;
    }

    .textbookGrid {
        grid-template-columns: inherit;
    }

    .topix {
        padding-top: 48px;
    }

    .topix.column {
        padding: 80px 20px 32px 20px;
    }

    .topixContents {
        padding: 100px 20px 4px 20px;
        grid-template-columns: inherit;
    }

    .topixContents .child{
        margin-bottom: 42px;
    }

    .slider-slide div p{
        height: 100%;
        padding-bottom: 240px;
    }

    .slider-slide div img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    .columnContents {
        padding: 100px 0px 4px 0px;
        grid-template-columns: inherit;
    }

    .columnContents .child {
        margin-bottom: 64px;
    }

    .columnContents .child .button {
        bottom: -70px;
        right: 0px;
    }

    /* plan.html */

    .PlanPrice {
        background-size: 148%;
        background-position: center top;
    }

    .PlanPrice h3 {
        font-size: 18px;
    }

    .PricelistTitle {
        padding: 0 20px;
    }

    .PricelistTitle .SideDescript {
        right: 0;
        top: -100%;
    }

    .Pricelist {
        padding: 42px 20px;
    }
    .Pricelist h3 {
        padding-right: 0px;
    }

    .PricelistWrap {
        grid-template-columns: inherit;
    }

    .PricelistChild {
        margin-bottom: 120px;
    }


    /* strength.html */

    .strength {
        padding: 0 12px;
    }

    .strengthGrid {
        grid-template-columns: inherit;
    }

    .strengthGrid .order1 {
        order: 1;
    }

    .strengthGrid .order0 {
        order: 0;
    }

    .name-text {
        color: #fff;
        text-stroke: 1px #000;
        -webkit-text-stroke: 1px #000;
        font-size: 5vw;
        font-weight: bold;
      }
    
    .flow {
        padding:0 20px;
        flex-direction: column;
    }

    .flowWrap {
        width: 100%;
    }

    .flow > :nth-child(3)::after {
        background-image: url();
    }

    .teacherFeature {
        padding: 0 20px;
    }

    /* timetable.html */

    .searchTeacher {
        padding-left: 20px;
        padding-right: 20px;
    }

    .select_date {
        grid-template-columns: repeat(3, 100px);
        overflow: hidden;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .Point .PointSpGrid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }

    .select_menu .selectdiv>span {
        padding: 0;
        padding-top: 4.8px;
    }

    .LanguageLevel {
        grid-template-columns: inherit;
    }

    .LanguageLevel>span {
        padding: 0;
    }

    .clearSelect {
        bottom: -42px;
    }

    .Detail1 {
        grid-template-columns: inherit;
    }

    .select_teachers {
        grid-template-columns: inherit;
        height: auto;
    }

    .TimezoneWrap {
        grid-template-columns: inherit;
    }

    .Timezone {
        grid-template-columns: inherit;
    }

    /* mypage timetable */
    .netchina_ui .searchTeacher {
        padding-left: 0;
        padding-right: 0;
    }

    /* everytime.html */

    .everytime {
        height: auto;
    }

    .everytimeWrap li {
        width: 30.8%;
    }

    .Point {
        grid-template-columns: inherit;
    }

    /* mypage aside */

    .is_sp {
        width: 100%;
        min-width: none;
        min-height: 140vh;
        height: auto;
        background-color: #F3F3EE;
    }

    .netchina_menu .sideTitle {
        padding: 2px 0px 0px 14px;
    }

    .mypageSideMenu li {
        height: 42px;
        font-size: 14.8px;
    }

    /* mypage.html */

    .mypage_menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .smmlogo {
        max-width: 280px;
        left: 0px;
        top: 12px;
    }

    .netchina_ui {
        justify-content: center;
    }

    .netchina_main {
        width: calc(100%);
        padding: 0 16px;
    }

    .netchina_contents .head_navi {
        height: 80px;
        padding: 12px 20px 8px;
        margin-top: 36px;
    }

    .netchina_contents .trialSection {
        grid-template-columns: inherit;
        height: inherit;
    }

    .netchina_contents .trialSection .ImgTrial,
    .netchina_contents .trialSection .ImgTrial2 {
        width: 100%;
        height: auto;
        min-height: 228px;
        background-size: cover;
    }

    .netchina_contents .trialSection .ImgTrial2 {
        background-position: top right -68px;
    }

    .contentsWrap {
        height: auto;
        min-height: inherit;
    }
    .contentsWrap .Login {
        background-position: right -386px top;
    }
    .contentsGrid {
        grid-template-columns: inherit;
    }

    .trial_contents_wrap {
        width: 120%;
        transform: translate(-50%,-50%) scale(0.68);
    }

    /* mypage_Reserved.html */

    .OneWeekList {
        overflow: hidden;
        overflow-x: scroll;
        overflow-y: hidden;
        display: block;
    }

    .OneWeekList li {
        display: inline-block;
        vertical-align: top;
    }

    .reserved_Teacher_Wrap {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px 16px;
    }

    .reserved_Teacher_Time {
        margin-bottom: 40px;
        width: 72%;
        padding-left: 8px;
    }

    .reserved_Teacher_Time>:first-child, .reserved_Teacher_Time>:nth-child(2) {
        width: 40%;
        padding-bottom: 8px;
    }
    .reserved_Teacher_Time>:nth-child(2) {
        text-align: left;
    }

    .reserved_Teacher_Time> :last-child {
        width: 100%;
    }

    /* mypage_plan.html */

    .netchina_contents>.Pricelist>.PricelistWrap {
        grid-template-columns: inherit;
        transform: scale(.98);
    }

    /* contentsHeader */
    .contentsHeader h2 {
        font-size: 26px;
    }

    .contentsGrid .left {
        padding: 80px 0px 4px 40px;
    }
    .contentsGrid .right {
        padding: 80px 0px 20px 40px; 
    }

    /* mypage_teacherProfile */
    .select_date {
        font-size: 16px;
        padding-left: 28px;
        padding-right: 0;
    }
    .select_date>li {
        font-size: 16px;
    }
    .teacherProfile {
        grid-template-columns: inherit;
        padding: 24px;
    }

    /* lessonConfirm.html */

    .lessonConfirmAttention {
        height: fit-content;
    }

    .lessonConfirm {
        flex-direction: column;
    }

    .lessonConfirm > .date {
        width: 100%;
    }

    .lessonConfirm > .date li:first-of-type {
        font-size: 18px;
        margin-bottom: 24px;
        height: fit-content;
    }

    .lessonConfirmContents .content {
        grid-template-columns: inherit;
    }

    .lessonConfirmContents .content .subtitle {
        font-size: 14px;
    }

    .lessonConfirm.Decision>.date li:first-of-type {
        height: fit-content;
    }

    .lessonConfirm.Decision::after {
        display: none;
    }

    .ChineseLevel_wrap {
        grid-template-columns: inherit;
    }
    

    /* lessonDetail.html */

    .lessonDetailWrap {
        flex-direction: column;
    }

    .lessonDetailWrap > :first-child {
        width: 100%;
    }

    /* textbook.html */
    .textbookPage {
        padding: 20px 20px;
    }
    .textArray {
        grid-template-columns: inherit;
    }

    .textArray .textDetails ul {
        flex-wrap: wrap;
    }

    .select_Text {
        grid-template-columns: repeat(6, 140px);
        overflow: hidden;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    /* textbook_subject_no**.html */

    .SubjectPageContents {
        padding: 0 20px;
    }

    /* help.html */

    .help {
        grid-template-columns: inherit;
    }

    .select_help {
        order: 2;
    }


    /* modal */

    .modal_contents_wrap {
        font-size: 14px;
    position: absolute;
    top: 118px;
    right: 87px;
    left: inherit;
    background-color: rgb(252, 252, 252);
    width: 50%;
    max-width: 300px;
    height: auto;
    margin: 0 0 0 auto;
    transform: inherit;
    padding: 20px;
    filter: drop-shadow(rgba(0, 0, 0, 0.32) 1.2px 4.8px 6px);
    border-radius: 4px;
    }

    /* utility */

    .spacer8 {
        height: 0px;
    }

    .pcInline {
        display: block;
    }

    /* footer */

    footer {
        height: auto;
    }

    .footerWrap {
        flex-wrap: wrap;
    }
    .footerMenu {
        width: 50%;
        padding-left: 20px;
    }

    .copyright {
        text-align: center;
    }
}
