body {
  margin: 0;
  font-family: "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro",
    "Yu Gothic Medium",
    "游ゴシック Medium",
    YuGothic,
    "游ゴシック体",
    "メイリオ",
    sans-serif;
  color: #777777;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.folk {
  font-family: "フォーク R",
    Folk Regular,
    serif;
  color: #A6A2A2;
  letter-spacing: 0.08em;
}

.fmin {
  font-family: "游明朝",
    YuMincho,
    "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN",
    "リュウミン R-KL",
    "HG明朝E",
    "ＭＳ Ｐ明朝",
    "ＭＳ 明朝",
    serif;
}

.pc {
  display: inherit !important;
}

.sp {
  display: none !important;
}

p {
  margin-bottom: 1rem;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #F49ECC;
  text-decoration: none;
}

.gmenu a {
  color: #777777;
}

.gmenu .gmMenu1 a,
.gmenu .gmMenu2 a,
.gmenu .gmMenu3 a {
  color: #777777;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.gmenu .gmMenu1 a::after,
.gmenu .gmMenu2 a::after,
.gmenu .gmMenu3 a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #777777;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.gmenu .gmMenu1 a:hover::after,
.gmenu .gmMenu2 a:hover::after,
.gmenu .gmMenu3 a:hover::after {
  transform: scale(1, 1);
}



a.linkbtn01 {
  display: inline-block;
  height: 40px;
  background-color: #EAC4C4;
  color: #FFF;
  padding: 0.4rem 1rem;
  border-radius: 100px;
}

a i {
  padding-left: 1rem;
}

.aligncenter {
  text-align: center;
  display: block;
  margin: 0 auto;
}

.alr {
  text-align: right;
  right: 0;
}

.mt3rem {
  margin-top: 3rem !important;
}

.mt6rem {
  margin-top: 6rem !important;
}

.mt12rem {
  margin-top: 12rem !important;
}

.mb2rem {
  margin-bottom: 2rem !important;
}

.mb20rem {
  margin-bottom: 20rem !important;
}

.ml-1 {
  margin-left: -1rem !important;
}

.dotlist {
  list-style: disc;
  padding-left: 2rem;
}

.mainMemberBtn {
  margin: 0.7rem 0 0 0;
}

.mainMemberLogin {
  width: 250px;
  height: 50px;
  margin: 1rem 0 0 0;
  position: relative;
}

.mainMemberLogin:hover {
  cursor: pointer;
}

.mainMemberLogin img {
  width: 30px;
  height: auto;
  margin-right: 1rem;
}

.mainMemberLogin i {
  margin-left: 2rem;
}

.submenuMember {
  display: none;
  width: 250px;
  position: absolute;
  border: 1px solid #D6D5D5;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1rem;
  top: 40px;
}

.submenuMember a {
  color: #686868;
  padding-bottom: 0.5rem;
}




.mainNav {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  margin: 0.7rem 0 0 2rem;
  z-index: 9999;
}

.mainNav:hover {
  cursor: pointer;
}

.mainNav:hover .bar1 {
  top: 10px;
}

.mainNav:hover .bar3 {
  bottom: 10px;
}

.mainNav span {
  display: block;
  width: 40px;
  height: 3px;
  background: #EAC4C4;
  position: absolute;
  left: 0;
  transition: all 1s ease;
}

.bar1 {
  top: 5px;
}

.bar2 {
  top: 19px;
}

.bar3 {
  bottom: 5px;
}

.bar4.open {
  top: 18px;
  transform: rotate(45deg);
}

.bar5.open {
  top: 18px;
  transform: rotate(-45deg);
}

#toTop {
  position: fixed;
  width: 60px;
  height: 60px;
  background: url('/images/toTop.png') no-repeat center center;
  background-size: 100% auto;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.notice {
  color: #D00;
  margin-bottom: 2rem !important;
}

.red {
  color: #D00;
}

.center {
  text-align: center;
  margin: auto;
}

.borderPink {
  border: 1px solid #EAC4C4;
  padding: 3rem;
}

.numlistpink {
  counter-reset: item;
  padding-left: 0;
}

.numlistpink li {
  padding: 0 0 2rem 1rem;
}

.numlistpink li:last-child {
  padding: 0 0 0 1rem;
}

.numlistpink li::before {
  counter-increment: item;
  content: counter(item)'.';
  /* 以下は自由に装飾... */
  padding-right: 0.25rem;
  margin-left: -1rem;
  color: #EAC4C4;
}

/* form */
form {
  margin: 2rem 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="file"] {
  width: 100%;
  font-size: 16px;
  padding: 2px 0.5rem;
  margin-bottom: 2rem;
  border-radius: 6px;
  border: 1px solid #AAA;
  background-color: #FFF;
}

input[type="submit"] {
  font-size: 20px;
  padding: 1rem 5rem;
  display: block;
  margin: 1rem auto 3rem;
  border-radius: 6px;
  background-color: #EBD5D5;
  color: #FFF;
}

select {
  width: 100%;
  font-size: 16px;
  padding: 0.5rem;
  margin-bottom: 2rem;
  border-radius: 6px;
  border: 1px solid #AAA;
  background-color: #FFF;
}

textarea {
  width: 100%;
  height: 10rem;
  font-size: 16px;
  padding: 0.5rem;
  margin-bottom: 2rem;
  border-radius: 6px;
  border: 1px solid #AAA;
  background-color: #FFF;
}

.tox-tinymce {
  height: 20rem !important;
  border-radius: 6px !important;
  border: 1px solid #AAA !important;
  margin-bottom: 2rem !important;
  background-color: #FFF;
}

.finput {
  margin: 0 0 2rem 0;
}

.fterms {
  background-color: #FFF;
  padding: 2rem 2rem 1rem 2rem;
  margin-bottom: 2rem;
}

.fterms h3 {
  font-size: 120%;
  margin-bottom: 1rem;
}


/* gmenu */
.gmenu {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #F8ECEC;
  z-index: 99999;
  margin-top: -90px;
  right: -100%;
  transition: all 1s ease;
}

.gmWrap {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}

.gmClose {
  width: 100%;
  height: 90px;
  position: relative;
}

.mainNav.open {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  margin: calc(12px + 0.5rem) 0 0 2rem;
  z-index: 9999;
}

.gmMain {
  margin-top: 2rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 3rem;
}

.gmMenu1,
.gmMenu2,
.gmMenu3,
.gmMenu4,
.gmMenu5 {
  width: 20%;
}

.gmMenu1 li,
.gmMenu2 li,
.gmMenu3 li,
.gmMenu5 li {
  margin-bottom: 1rem;
}

.gmMenu4 li {
  text-align: center;
  margin-bottom: 2rem;
}

.gmMenu4 li i {
  padding-right: 1rem;
}

.gmMenu4 a.linkbtn01 {
  display: block;
  background-color: #EAC4C4;
  color: #FFF;
  padding: 0.5rem 1rem;
  border-radius: 100px;
  width: 100%;
  text-align: center;
}

.gmMenu4 a.linkbtn02 {
  display: block;
  background-color: #A6A2A2;
  color: #FFF;
  padding: 0.5rem 1rem;
  border-radius: 0;
  width: 100%;
  text-align: center;
}

.gmFoot {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
}

.gmfLogo {
  width: 30%;
  margin-bottom: 1rem;
}

.gmfLink li {
  display: inline-block;
  margin: 0 1rem;
}

/* pager */
.pagerWrap {
  margin: 5rem 0;
  text-align: center;
}

.pagerWrap .pager {
  width: 20px;
  height: 20px;
  margin: 0.5rem 0.25rem;
}

.pagerWrap span.current {
  border: 1px solid #F6F6F6;
  padding: 0.5rem;
}

.pagerWrap a.pager {
  border: 1px solid #F49ECC;
  background-color: #F49ECC;
  color: #FFF;
  padding: 0.5rem;
}



/* footer */
footer {
  width: 100%;
  background-color: #F6F6F6;
  margin: 10rem 0 0;
}

.footerWrap {
  width: 90%;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
  padding: 5rem 0;
}

.footerWrap h2 {
  width: 30%;
  min-width: 300px;
  max-width: 300px;
  position: absolute;
  top: -5rem;
  left: 0;
  right: 0;
  margin: auto;
}

.footerSNS {
  width: 80px;
  display: flex;
  justify-content: space-between;
  margin: 5rem auto 5rem;
  padding: 0;
  list-style: none;
}

.footerSNS li {
  width: 24px;
}

.footerMenuWrap {
  display: flex;
  justify-content: space-between;
  margin: 0 0;
}

.footerMenus {
  width: 22%;
  list-style: none;
  font-size: 75%;
  line-height: 3.0;
}

.footerMenus li a {
  color: #777777;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.footerMenus li a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #777777;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.footerMenus li a:hover::after {
  transform: scale(1, 1);
}

.footerMenus li.submenu {
  padding-left: 1rem;
}

.footCopyrights {
  text-align: center;
  margin: 0;
  padding: 0.4rem 0;
  font-size: 70%;
}

/* commons */
.title28 {
  font-size: 150%;
  color: #707070;
  margin: 0;
  letter-spacing: 0.1rem;
  text-align: center;
}

header {
  width: 100%;
  height: 90px;
  background-color: #FFF;
}

.headerWrap {
  width: 100%;
  padding: 0 2%;
  display: flex;
  justify-content: space-between;
}

.pageTitleArea {
  width: 25%;
  min-width: 400px;
}

.pageTitleArea .pageHeadLogo {
  margin: 0;
  padding: 12px 0;
  display: inline-block;
  width: 100%;
  height: 90px;
}

.pageMenuArea {
  padding: 12px 0;
  z-index: 10;
  pointer-events: auto;
  display: flex;
}

.pageBody {}

.bsrb {
  width: 100%;
  background-color: #EBD5D5;
}

.bsrbWrap {
  width: 100%;
  margin: 0 auto;
  padding: 6px 2.5%;
}

.bsrbWrap ul {
  color: #FFF;
}

.bsrbWrap ul li {
  display: inline-block;
  font-size: 16px;
  position: relative;
  margin-right: 60px;
}

.bsrbWrap ul li:after {
  position: absolute;
  top: -6px;
  content: "";
  width: 40px;
  height: 40px;
  border: 1px solid;
  border-color: #FFF #FFF transparent transparent;
  transform: rotate(45deg);
}

.bsrbWrap ul li:last-child::after {
  border: none;
}

.bsrbWrap ul li a {
  color: #FFF;
}

main {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}

.pageMainTitle::after {}

main h1,
.pageMainTitle h2 {
  padding: 40px 0 100px;
  text-align: center;
  font-size: 32px;
  color: #A6A2A2;
}

main h1 span,
.pageMainTitle h2 span {
  display: block;
  font-size: 12px;
  font-family: "游明朝",
    YuMincho,
    "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN",
    "リュウミン R-KL",
    "HG明朝E",
    "ＭＳ Ｐ明朝",
    "ＭＳ 明朝",
    serif;
}

.pageMainTitle h2 {
  margin-top: 10rem;
}

.contentWrap {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0 60px;
  position: relative;
}

.titleOverRay {
  font-size: 36px;
  position: absolute;
  top: -33px;
}

.titleOverRay img {
  height: 100px;
  width: auto;
}

.subTitleOverRay {
  font-size: 20px;
  position: absolute;
  top: -30px;
  right: 0;
  font-family: "フォーク R",
    Folk Regular,
    serif;
  color: #A6A2A2;
  letter-spacing: 0.08em;
}



/* table list */
.tableList {
  width: 100%;
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #DCDCDC;
}

.tlTitle {
  width: 20%;
  background-color: #EBD5D5;
  border-top: 1px solid #DCDCDC;
  border-left: 1px solid #DCDCDC;
  padding: 0.5rem 1rem;
  color: #FFF;
  text-align: center;
}

.tlBody {
  width: 80%;
  background-color: #FFF;
  border-top: 1px solid #DCDCDC;
  border-right: 1px solid #DCDCDC;
  padding: 0.5rem 1rem;
}

/* backgrounds */
.bgGray {
  width: 100%;
  background-color: #F6F6F6;
}

.bgPink {
  width: 100%;
  background-color: #FCF7F7;
}

/* about */
.aboutLead {
  width: 100%;
  height: 480px;
  background-size: cover !important;
  margin: 0 0 18rem;
}

.aboutLeadInner {
  width: 96%;
  height: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.aboutJoy {
  width: 500px;
  height: 500px;
  position: absolute;
  border-radius: 500px;
  background-color: rgba(246, 246, 246, 0.88);
  top: -40px;
  left: 0px;
  padding: 72px;
}

.aboutJoy h2 {
  font-size: 26px;
  color: #E39CB2;
  margin-bottom: 1rem;
  text-align: center;
}

.aboutHowto {
  width: 570px;
  position: absolute;
  bottom: -220px;
  right: 0;
  background-color: rgba(252, 247, 247, 0.9);
  padding: 24px;
}

.aboutHowto h2 {
  font-size: 20px;
  color: #E39CB2;
  margin-bottom: 2rem;
  text-align: center;
}

.howtoWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.howtoMain {
  width: 48%;
}

.howtoExm {
  width: 48%;
  color: #E39CB2;
}

.aboutWorksTitle {
  font-size: 26px;
  color: #E39CB2;
  margin-bottom: 1rem;
}

.aboutMidImgs {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5rem;
}

.aboutSliderController {
  display: none;
}

.aboutMidImg {
  width: 24%;
  margin-bottom: 1rem;
}

.aboutMidImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.matWrap {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 100px 0 20px;
}

.matWrap h2 {
  width: 50%;
  position: absolute;
  top: -40px;
  left: 0;
}

.matWrap span {
  position: absolute;
  top: -35px;
  right: 0;
  font-size: 20px;
}

.matList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.matTitle {
  width: 25%;
}

.matDetail {
  width: 70%;
}

.aboutBtm {
  width: 100%;
  height: 340px;
  margin: 5rem 0 20rem;
  background-size: cover !important;
  position: relative;
}

.aboutBtm .abSmoke {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}

.aboutBtnWrap {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 3rem 0;
  text-align: center;
  z-index: 10;
}

.aboutBtnWrap h2 {
  font-size: 26px;
  color: #FFF;
  margin-bottom: 2.5rem;
}

.aboutBtnWrap a.btnPinkCenter {
  display: inline-block;
  background-color: #EAC4C4;
  color: #FFF;
  font-size: 30px;
  text-align: center;
  border-radius: 5px;
  padding: 1rem 1rem;
  line-height: 1;
  width: 100%;
  max-width: 500px;
}

/* terms */
.terms h2 {
  font-size: 16px;
  margin-bottom: 3rem;
}

.terms h3 {
  font-size: 16px;
  margin-top: 2rem;
}

.terms p.cond {
  padding-left: 6rem;
}

.terms p.cond span {
  display: inline-block;
  width: 4rem;
  margin: 0 0 0 -4rem;
}

.terms p.nlist {
  padding-left: 3rem;
}

.terms p.nlist span {
  display: inline-block;
  width: 4rem;
  margin: 0 0 0 -4rem;
  text-align: center;
}

.terms p.nlistsub {
  padding-left: 8rem;
}

/* FAQ */
.faqAll {
  margin: 5rem 0;
}

main h1.faqtitle {
  margin: 40px 0 20px;
  text-align: center;
  font-size: 20px;
  color: #A6A2A2;
}

.faqcats {
  text-align: center;
}

.faqQestion {
  margin: 60px 0 20px;
  background-color: #FCF7F7;
  padding: 0.5rem 1rem;
  font-size: 18px;
}

.faqQestion span {
  color: #EBD5D5;
  margin-right: 0.5rem;
}

.faqAnswer span {
  float: left;
  font-size: 18px;
  padding: 0.5rem;
  text-align: center;
  width: 50px;
  height: 50px;
  background-color: #EBD5D5;
  color: #FFF;
  margin: 0 12px 12px 0;
}

.faqPNLink {
  margin: 8rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.faqPNLink i {
  color: #EBD5D5;
  margin: 0 0.5rem;
}

.faqLinkTop {
  width: 10%;
  text-align: center;
}

.faqLinkTop a {
  background-color: #EBD5D5;
  color: #FFF;
  padding: 0.5rem 1rem;
  text-align: center;
}

.faqLinkTitle {
  width: 45%;
}

.alR {
  text-align: right;
}

.faqRcm {
  font-size: 16px;
}

.faqrcmLink {
  background-color: #FCF7F7;
  padding: 0.5rem 1rem;
  margin: 1rem 0;
}

.faqrcmLink span {
  color: #EBD5D5;
  margin-right: 0.5rem;
}

.faqAll a,
.faqPNLink a {
  color: #E39CB2;
}

.faqCats ul {
  margin: 0 0 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.faqCats ul li {
  width: 49%;
  background-color: #EBD5D5;
  color: #FFF;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  margin: 0 0 1rem;
}

.faqCats ul li.faqCatAll {
  width: 100%;
  text-align: center;
}

.faqCats ul li a,
.faqCats ul li.faqCatAll a {
  color: #FFF;
}

/* jre */
.jreWrap {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 100px 0 20px;
}

.jreWrap h2 {
  margin: 40px 0 0;
  text-align: center;
  font-size: 32px;
  color: #A6A2A2;
}

.jreWrap h2 span {
  display: block;
  font-size: 12px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.introPinkL {
  font-size: 36px;
  color: #E39CB2;
}

.jreLead {
  margin: 3rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.jlImage {
  width: 50%;
  border: 1px solid #A6A2A2;
  padding: 8px;
}

.jlBody {
  width: 48%;
}

.jvsbody {
  padding: 3rem 0;
}

.jspList {
  margin: 3rem 0;
}

.jspList dt {
  background-color: #EBD5D5;
  color: #FFF;
  font-size: 22px;
  padding: 0.25rem 1rem;
}

.jspList dd {
  margin: 1rem 0 3rem;
}

.jmsList {
  margin: 3rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jmsList dt {
  background-color: #EBD5D5;
  color: #FFF;
  text-align: center;
  width: 25%;
  border-top: 1px solid #EBD5D5;
  border-bottom: 1px solid #FFF;
  padding: 1rem;
}

.jmsList dt:last-of-type {
  border-bottom: 1px solid #EBD5D5;
}

.jmsList dd {
  width: 75%;
  border-top: 1px solid #d1cece;
  border-right: 1px solid #d1cece;
  padding: 1rem;
}

.jmsList dd:last-child {
  border-bottom: 1px solid #d1cece;
}

.jgeWrap {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 50px 0 20px;
}

.jgeWrap h2 {
  font-size: 36px;
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  margin: auto;
  text-align: center;
}

.jgeLead {
  margin: 3rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jgrlPhoto {
  width: 25%;
}

.jgrlbody {
  width: 70%;
}

.jgrprof {
  margin: 3rem 0;
}

.jgrprof h3 {
  font-size: 26px;
  padding: 0 0 0.25rem 1rem;
}

.jgrprofbody {
  background-color: #FFF;
  border: 1px solid #707070;
  padding: 2rem;
}

.jsmedias {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.jsmedia {
  width: 19%;
  text-align: center;
  margin-bottom: 2rem;
}

.jsmedia img {
  margin-bottom: 0.5rem;
}

/* information */
.infoAll {
  margin: 5rem 0;
}

.infodtlLink {
  position: relative;
  background-color: #FCF7F7;
  margin: 0 0 2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}

.infoCatLabel {
  position: absolute;
  width: 100px;
  height: 100px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  top: -50px;
  left: -50px;
}

.infoCatLabel span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-family: "游明朝",
    YuMincho,
    "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN",
    "リュウミン R-KL",
    "HG明朝E",
    "ＭＳ Ｐ明朝",
    "ＭＳ 明朝",
    serif;

}

.inforcat1 {
  background-color: #EAC4C4;
  color: #fff;
}

.inforcat2 {
  background-color: #999;
  color: #fff;
}

.inforcat3 {
  background-color: #EAC4C4;
  color: #fff;
}

.inforcat4 {
  background-color: #daeedd;
  color: #555;
}

.inforcat5 {
  background-color: #FFF;
  color: #888;
}

.infodtlLink a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.infoCatchImg {
  width: 20%;
}

.infoCatchImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.infoListBody {
  width: 78%;
  padding: 1rem;
}

.infoListDate {
  font-size: 75%;
  margin-bottom: 0.25rem;
}

.infoListLead {
  font-size: 80%;
  margin-bottom: 0;
}

.infoListArrow {
  background-color: #EAC4C4;
  color: #FFF;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 26px;
  height: 26px;
  text-align: center;
}

.infoMain {
  margin: 5rem 0;
}

.infoCatch {
  margin-bottom: 2rem;
  text-align: center;
}

/* blog */
.blogAll {
  margin: 5rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.blogdtlLink {
  width: 30%;
  margin-bottom: 2rem;
  margin-right: 5%;
  position: relative;
  overflow: hidden;
}

.blogdtlLink:nth-of-type(3n) {
  margin-right: 0;
}

.blogdtlLink a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.blogCatLabel {
  position: absolute;
  width: 100px;
  height: 100px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  top: -50px;
  left: -50px;
}

.blogCatLabel span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-family: "游明朝",
    YuMincho,
    "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN",
    "リュウミン R-KL",
    "HG明朝E",
    "ＭＳ Ｐ明朝",
    "ＭＳ 明朝",
    serif;
  font-size: 10px;
}

.blogrcat1 {
  background-color: #EAC4C4;
  color: #fff;
}

.blogrcat2 {
  background-color: #AAF;
  color: #fff;
}

.blogrcat3 {
  background-color: #999;
  color: #fff;
}

.blogCatchImg {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.blogCatchImg img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}


.blogListTitle {
  margin-bottom: 0.5rem;
}

.blogListDate {
  font-size: 75%;
  margin-bottom: 0;
}

/* course */
.courseWrap {
  width: 100%;
}

.couseGroup {
  margin: 5rem 0;
}

.couseGroup h2 {
  font-size: 26px;
  margin-bottom: 1rem;
}

.courseTile {
  background-color: #FCF7F7;
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.courseImage {
  width: 25%;
}

.courseImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.courseMain {
  width: 70%;
}

.courseMain h3 {
  font-size: 22px;
  color: #E39CB2;
  margin-bottom: 1rem;
}

.courseMain a {
  display: inline-block;
  margin-top: 1rem;
  background-color: #EAC4C4;
  color: #FFF;
  border-radius: 3px;
  padding: 0.5rem 6rem;
}

.aboutCourse {
  margin: 8rem 0;
}

.aboutCourse h2 {
  font-size: 26px;
  margin-bottom: 3rem;
  text-align: center;
}

.aboutCourse h2 span {
  display: block;
  font-size: 16px;
}

.aboutCourse h3 {
  font-size: 26px;
  margin-bottom: 1rem;
}

.aboutCourse strong,
.cfFigures strong {
  color: #E39CB2;
}

.acfigure {
  margin: 3rem 0 5rem;
  border: 1px solid #D0CECE;
  padding: 5rem;
}

.flow {
  padding-left: 120px;
  position: relative;
}

.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #EEEEEE;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}

.flow>li {
  position: relative;
}

.flow>li:not(:last-child) {
  margin-bottom: 8vh;
}

.flow>li .icon {
  font-size: 12px;
  color: #fff;
  background: #EAC4C4;
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
}

.flow>li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #EAC4C4;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flow>li dl {
  padding-left: 70px;
  position: relative;
}

.flow>li dl::before,
.flow>li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
}

.flow>li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #EAC4C4;
  border-radius: 50%;
  left: -4px;
}

.flow>li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flow>li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: #E39CB2;
  margin-bottom: 1vh;
}

.acstep4 {
  width: 100%;
  margin-bottom: 5rem;
}

.acstep4 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2rem 0;
}

.acstep4 ul li {
  width: 23%;
  background-color: #EAC4C4;
  color: #FFF;
  padding: 0.5rem 1rem;
  position: relative;
}

.acstep4 ul li:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #EAC4C4;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  right: -5px;
  margin: auto;
}

.acstep4 ul li:last-child:after {
  display: none;
}

.aclesson {
  margin: 0 0 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aclone,
.aclpack {
  width: 48%;
  background-color: #F6F6F6;
  padding: 2rem;
}

.aclone h4,
.aclpack h4 {
  font-size: 22px;
  margin-bottom: 1rem;
}

.aclone .acloutline,
.aclpack .acloutline {
  color: #EAC4C4;
}

.aclone a {
  display: block;
  margin-top: 3rem;
  background-color: #EAC4C4;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
  padding: 0.5rem;
}

.actype {
  margin: 5rem 0 0;
}

.actype h3 {
  border-bottom: 1px solid #707070;
  display: flex;
  justify-content: space-between;
  font-size: 22px;
  padding-bottom: 0.5rem;
}

.actype h3 span.actperiod {
  font-size: 16px;
  color: #EAC4C4;
}

.actcond {
  color: #EAC4C4;
}

.small {
  margin-top: 3rem;
  font-size: 11px;
}

.howtoregist {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 3rem 0;
}

.howtoregist h2 {
  font-size: 20px;
  color: #EAC4C4;
  margin-bottom: 2rem;
}

.courseCatchFull {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.courseCatchFull img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.courseCatch {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.courseCatch h2 {
  width: 100%;
  font-size: 26px;
  margin-bottom: 1rem;
}

.courseCatch2 {
  width: 49%;
  margin-bottom: 1rem;
}

.courseCatch3 {
  width: 31%;
  margin-bottom: 1rem;
}

.courseCatch2 h3,
.courseCatch3 h3 {
  text-align: center;
  font-weight: 900;
  margin: 1rem 0;
}

.courseCatchWrap {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  border: 1px solid #EAC4C4;
}

.courseCatchWrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 5px solid #FFF;
  z-index: 10;
}

.courseCatchWrap img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  object-fit: cover;
  max-width: unset;
  width: 100%;
  height: 100%;
}

.courseDetail {
  margin: 5rem 0 3rem;
  background-color: #FCF7F7;
  padding: 1rem 2rem 3rem;
}

.courseDetail h3 {
  margin-top: 2rem;
  font-size: 26px;
  color: #E39CB2;
  margin-bottom: 1rem;
}

.courseFlow {
  margin: 5rem 0;
}

.courseFlow h2 {
  text-align: center;
  font-size: 32px;
}

.courseFlow h2 span {
  display: block;
  font-size: 16px;
}

.cfFigures {
  margin: 3rem 0;
  border: 1px solid #D0CECE;
  padding: 3rem 5rem;
}

.cfFigures dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cfFigures dl dt {
  width: 20%;
  background-color: #EAC4C4;
  color: #FFF;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
  position: relative;
}

.cfFigures dl dt::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #EAC4C4;
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
  margin: auto;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.cfFigures dl dd {
  width: 75%;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
}

.cfFigures dl dd span {
  color: #E39CB2;
  font-family: "フォーク R",
    Folk Regular,
    serif;
}


.couseSearchTeacher {
  width: 100%;
  position: relative;
  height: 300px;
  overflow: hidden;
  margin: 5rem 0;
}

.couseSearchTeacher::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(83, 77, 77, 0.31);
  z-index: 10;
  top: 0;
  left: 0;
}

.courselinkWrap {
  position: absolute;
  z-index: 15;
  width: 90%;
  max-width: 1000px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
}

.courselinkWrap ul {
  width: 100%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.courselinkWrap ul li {
  width: 48%;
  margin: 0.5rem 0;
}

.courselinkWrap ul li a {
  display: block;
  width: 100%;
  background-color: #EAC4C4;
  color: #FFF;
  font-size: 30px;
  text-align: center;
  border-radius: 5px;
  padding: 0.5rem;
}


.cstWrap {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  height: 100%;
  z-index: 20;
  display: flex;
  align-items: center;
}

.cstWrap a {
  width: 30rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 24px;
  background-color: #EBD5D5;
  border-radius: 6px;
  color: #FFF;
  padding: 1rem 1rem 1.5rem;
  text-align: center;
}

.couseSearchTeacher img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.cspInfo {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 3rem 0;
}

.cspInfo h2 {
  color: #EAC4C4;
  margin-bottom: 2rem;
}

.spportWrap {}

.cspSupport {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cspsL {
  margin: -5rem 0 5rem;
  width: 20%;
  text-align: center;
  font-size: 26px;
}

.cspsL figure {
  margin-bottom: 2rem;
}

.cspsR {
  margin: -5rem 0 5rem;
  width: 75%;
}

.cspsR h2 {
  font-size: 32px;
  margin: 1rem 0 4rem;
}

.cspsR h3 {
  font-size: 18px;
  font-weight: 900;
  margin: 3rem 0 1rem;
}

.cspsR ul {
  list-style: disc;
  margin-bottom: 2rem;
  padding-left: 2rem;
}

.cspsR ul li {}

.cspsR hr {
  border-top: 1px solid #777777;
  margin: -0.5rem 0 0.5rem;
}

.applicationLesson a {
  text-align: center;
  font-size: 20px;
  padding: 1rem 5rem 1.5rem;
  display: block;
  margin: 1rem auto 3rem;
  border-radius: 6px;
  background-color: #EBD5D5;
  color: #FFF;
}

.csssOutlineWprap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.csssOutlineL {
  width: 7rem;
}

.csssOutlineR {
  width: CALC(100% - 7rem);
}

.assignmentImage {
  margin: 3rem 0 1rem;
}

/* 認定講師 */
.instAll {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin: 0 -0.5% 6rem;
}

.instTile {
  width: 32%;
  margin: 0 0.5% 1rem;
  background-color: #FCF7F7;
  position: relative;
  padding: 2rem;
}

.instTile a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.instTileImage {
  width: 75%;
  height: 0;
  padding-top: 75%;
  margin: 0 auto 2rem;
  border: 1px solid #707070;
  position: relative;
  overflow: hidden;
  background-color: #FFF;
}

.instTileImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.instTileData h2 {
  font-size: 22px;
  text-align: center;
}

.instTileData .instname {
  text-align: center;
}

.instTileCourses {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.instTileCourses li {
  width: 31%;
  font-size: 75%;
  background-color: #EBD5D5;
  color: #FFF;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 1;
  text-align: center;
}

.instTileCourses::after {
  content: "";
  display: block;
  width: 31%;
}


.instTileArrow {
  background-color: #EAC4C4;
  color: #FFF;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 26px;
  height: 26px;
  text-align: center;
}

h1.insttitle {
  margin: 40px 0;
  text-align: center;
  font-size: 32px;
  color: #A6A2A2;
}

h1.insttitle span {
  display: block;
  font-size: 16px;
}

.instructorMain {
  margin: 6rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.instImg {
  width: 20%;
  height: 0;
  padding-top: 20%;
  border: 1px solid #707070;
  position: relative;
  overflow: hidden;
}

.instImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.instData {
  width: 75%;
}

.instData h2 {
  font-size: 22px;
  padding: 0 0 0.5rem 0;
  border-bottom: 3px solid #EBD5D5;
  margin: 0 0 0 0;
}

.instarea {
  text-align: right;
  margin-bottom: 2rem;
}

.instcourses {
  margin-bottom: 2rem;
}

.instcourses h3 {
  font-size: 20px;
}

.instcourses ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

.instcourses ul li {
  background-color: #EBD5D5;
  color: #FFF;
  padding: 0.5rem 1rem;
  margin-right: 0.5rem;
}

.online span {
  color: #EBD5D5;
  margin-right: 0.5rem;
}

.instUrlList {
  margin: 3rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow-x: hidden;
}

.instUrlList dt {
  background-color: #EBD5D5;
  color: #FFF;
  text-align: center;
  width: 25%;
  border-top: 1px solid #EBD5D5;
  border-bottom: 1px solid #FFF;
  padding: 1rem;
}

.instUrlList dt:last-of-type {
  border-bottom: 1px solid #EBD5D5;
}

.instUrlList dd {
  width: 75%;
  border-top: 1px solid #A6A2A2;
  border-right: 1px solid #A6A2A2;
  padding: 1rem;
}

.instUrlList dd:last-child {
  border-bottom: 1px solid #A6A2A2;
}

.instMessage {
  margin: 6rem 0;
  background-color: #FCF7F7;
  position: relative;
}

.instMessage h3 {
  position: absolute;
  font-size: 36px;
  top: -2rem;
  left: 0.5rem;
}

.instMessageBody {
  padding: 4rem 3rem;
}

.instWorksWrap h3 {
  font-size: 24px;
}

.instWorks {
  margin: 0 -0.5% 6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

.work {
  width: 19%;
  height: 0;
  padding-top: 19%;
  margin: 1rem 0.5%;
  border: 1px solid #707070;
  position: relative;
  overflow: hidden;
}

.work img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.instContact {
  margin: 6rem 0;
  text-align: center;
}

.instContact a {
  display: inline-block;
  text-align: center;
  background-color: #EAC4C4;
  color: #FFF;
  font-size: 26px;
  padding: 1rem 5rem;
  border-radius: 6px;
  margin: 0 auto;
}


/* 認定講師問い合わせ */
.applicationMain {}

.applicationData {}

.applicationData {
  width: 100%;
}

.applicationData h2 {
  font-size: 22px;
  padding: 0 0 0.5rem 0;
  border-bottom: 3px solid #EBD5D5;
  margin: 0 0 0 0;
}

.instarea {
  text-align: right;
  margin-bottom: 2rem;
}

.instname {
  margin-bottom: 1rem;
}

.instcourses {
  margin-bottom: 2rem;
}

.instcourses h3 {
  font-size: 20px;
}

.instcourses ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

.instcourses ul li {
  font-size: 75%;
  background-color: #EBD5D5;
  color: #FFF;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 1;
}

.online span {
  color: #EBD5D5;
  margin-right: 0.5rem;
}

.applicationFormWrap {
  margin: 6rem 0;
}


/* contact */
.contactWrap {
  margin: 5rem 0 10rem;
  background-color: #FCF7F7;
  padding: 5rem;
}

.contactFormSet {
  margin-bottom: 2rem;
}

.required {
  color: #F568A9;
  font-size: 75%;
  padding-left: 2rem;
}

input[type="checkbox"],
input[type="radio"] {
  font-size: 16px;
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}

.onelinebtn {
  width: 100%;
  display: flex;
  margin-bottom: 1rem;
}

.onelinebtn input {
  width: 30px;
}

.onelinebtn span {
  width: calc(100% - 30px);
}

.formCenter {
  text-align: center;
  margin-top: 3rem;
}

.formCenter input[type="submit"] {
  display: inline-block;
  background-color: #EBD5D5;
  color: #FFF;
  padding: 1rem 5rem;
  margin: 0;
}

.formback {
  display: inline-block;
  font-size: 20px;
  background-color: #CBC9C9;
  color: #FFF;
  padding: 1rem 3rem;
  margin-right: 1rem;
  border-radius: 6px;
}

#fixedContact {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: fixed;
  z-index: 100;
  top: 150px;
  right: 0;
}

#fixedContact a {
  background-color: #EAC4C4;
  border-radius: 6px;
  border: 1px solid #FFF;
  color: #FFF;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  font-size: 150%;
  margin-bottom: 1rem;
}


/* member */

/* login */
.loginInfo {
  margin: 6rem 0;
}

.loginInfo h2 {
  text-align: center;
  border-bottom: 3px solid #EBD5D5;
  padding: 0 0 0.5rem;
  margin-bottom: 3rem;
  font-size: 32px;
}

.loginInfoBtn {
  font-size: 20px;
  padding: 1rem 5rem;
  display: block;
  width: 60%;
  margin: 1rem auto 3rem;
  border-radius: 6px;
  background-color: #EBD5D5;
  color: #FFF;
  text-align: center;
}

.loginErrMess {
  text-align: center;
}


/* join */
.howjoin {
  margin: 6rem 0;
}

.howjoin h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 4rem;
}

.howjoin h2 span {
  display: block;
  font-size: 16px;
}

.joinformWrap {
  margin: 3rem 0;
  background-color: #FCF7F7;
  padding: 5%;
}

.joinformWrap form {
  margin: 2rem 0 0;
  padding: 0 12.5%;
}

.joinformWrap form input[type="submit"] {
  padding: 2px 1rem;
  margin: 1rem auto;
}

.joinsubmit {
  display: block;
  background-color: #EBD5D5;
  color: #FFF;
  font-size: 16px;
  padding: 1rem 6rem;
  margin: 0 auto;
}

.newJoinWrap a {
  font-size: 20px;
  display: inline-block;
  background-color: #EBD5D5;
  color: #FFF;
  padding: 2px 1rem;
  margin: 0 auto 1rem;
  border-radius: 6px;
}

.memberRegistBack {
  display: inline-block !important;
  font-size: 20px;
  padding: 1rem 5rem;
  margin: 1rem auto;
  border-radius: 6px;
  background-color: #AAA;
  color: #FFF;
  margin-right: 1rem;
}

.memberRegistUpdate {
  display: inline-block !important;
  margin: 1rem auto !important;
  padding: 1rem 5rem !important;
}


/* reset password */
.memberPasswordreset {
  width: 100%;
}

#birthY {
  width: 5rem !important;
  margin-right: 0.5rem;
}

#birthM,
#birthD {
  width: 3rem !important;
  margin-right: 0.5rem;
}

.memberPasswordreset input[type="submit"] {
  width: 100%;
  font-size: 20px;
  padding: 1rem 1rem;
  text-align: center;
  display: block;
  margin: 1rem auto 3rem;
  border-radius: 6px;
  background-color: #EBD5D5;
  color: #FFF;
}


/* member */

/* mypage */
.mypageMainMenu {
  margin: 6rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mpmmWrap {
  width: 48%;
  margin-bottom: 4rem;
}

.mpmmWrap a {
  display: block;
  font-size: 22px;
  color: #a6a2a2;
  border-bottom: 1px solid #777777;
  padding: 0.25rem 0;
  margin-bottom: 1rem;
  position: relative;
  font-family: "フォーク R",
    Folk Regular,
    serif;
  color: #A6A2A2;
  letter-spacing: 0.08em;
}

.mpmmWrap a:after {
  font-size: 16px;
  content: '>';
  position: absolute;
  right: 0;
  top: 10px;
}

.mypageBtns {
  margin: 6rem 0;
}

.mypageBtns ul li a {
  display: block;
  background-color: #EAC4C4;
  color: #FFF;
  letter-spacing: 0.2rem;
  text-align: center;
  padding: 0.5rem;
  font-size: 30px;
  border-radius: 6px;
  margin-bottom: 2rem;
}

.mypageInfoMovie {
  margin: 6rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mpimInfo,
.mpimMovie {
  width: 48%;
}

.mpimInfo h2,
.mpimMovie h2 {
  font-size: 28px;
  margin-bottom: 1rem;
  text-align: center;
}

.mpimiWrap {
  background-color: #F6F6F6;
  padding: 1.5rem;
}

.mpimiWrap dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mpimiWrap dl dt {
  width: 25%;
  margin-bottom: 1rem;
  font-weight: normal;
}

.mpimiWrap dl dd {
  width: 73%;
  margin-bottom: 1rem;
}

.mpimiWrap dl dt a,
.mpimiWrap dl dd a {
  color: #777777;
}

.mpimMore {
  margin: 1rem 0;
  text-align: right;
}

.mpimMore a {
  display: inline-block;
  background-color: #EAC4C4;
  color: #FFF;
  padding: 0.5rem 3rem;
  border-radius: 100px;
}

.mpimMovieMain {
  width: 100%;
  height: 0;
  padding-top: 66%;
  position: relative;
  z-index: 2;
}

.mpimMovieMain iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mypageBlog {
  width: 100%;
  background-color: #FCF7F7;
  margin: 0 0 5rem;
  position: relative;
}

.mypageBlog h2 {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.25rem;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
}

.mpblogWrap {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 5rem 0;
  position: relative;
}

.mpbMore {
  position: absolute;
  display: inline-block;
  background-color: #EAC4C4;
  color: #FFF;
  padding: 0.5rem 3rem;
  border-radius: 100px;
  bottom: -1rem;
  right: 0;
}

.mpbSet {
  width: 22%;
  margin-right: 4%;
  position: relative;
}

.mpbSet:nth-of-type(4n) {
  margin-right: 0;
}

.mpbCatch {
  border: 1px solid #707070;
  height: 150px;
  background-size: cover;
  position: relative;
  margin: 0 0 0.5rem;
  background-color: #FFF;
}

.mpbEvent {
  position: absolute;
  background-color: #EAC4C4;
  color: #FFF;
  bottom: 0;
  left: 0;
  width: 30%;
  text-align: center;
  margin: 0;
}

.mpbClass {
  position: absolute;
  background-color: #CEC9C9;
  color: #FFF;
  bottom: 0;
  left: 0;
  width: 30%;
  text-align: center;
  margin: 0;
}

.mpbOthers {
  position: absolute;
  background-color: #999;
  color: #FFF;
  bottom: 0;
  left: 0;
  width: 30%;
  text-align: center;
  margin: 0;
}

.mpbdate {
  font-size: 75%;
  margin: 0;
}

.mpbtitle {
  font-size: 75%;
  margin: 0;
}

.mpbSet a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* edit my page */
.editableMyInfo {
  margin: 6rem 0;
  background-color: #FCF7F7;
  padding: 3rem;
}

.editableMyInfo dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.editableMyInfo dl dt {
  width: 20%;
  font-weight: normal;
  border-bottom: 1px solid #BBB;
  padding: 0.5rem;
}

.editableMyInfo dl dd {
  width: 80%;
  border-bottom: 1px solid #BBB;
  padding: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.editableMyInfo dl dd p,
.editableMyInfo dl dd div.instPhoto {
  width: 90%;
  margin: 0;
}

.editableMyInfo dl dd span {
  width: 10%;
  background-color: #EAC4C4;
  padding: 0 1rem;
  color: #FFF;
  border-radius: 6px;
  align-items: flex-end;
  text-align: center;
}

.editableMyInfo dl dd span a {
  color: #FFF;
}

.editableMyInfo dl dd span:hover {
  cursor: pointer;
}

.editTeacherTitle {
  margin: 6rem 0 1rem;
  font-size: 26px;
  text-align: center;
}

.chgWrap {
  margin: 2rem 0 0;
  width: 100%;
  display: none;
}

.chgWrap p {
  width: 100% !important;
}

.chgWrap .finput {
  margin: 0 0 0 0;
}

.chgWrap input[type="submit"] {
  font-size: 16px;
  padding: 0.25rem 2rem;
  display: block;
  margin: 0 auto 0;
  border-radius: 6px;
  background-color: #EAC4C4;
  color: #FFF;
}

.instPhoto>div {
  width: 200px;
  height: 0;
  padding-top: 200px;
  border: 1px solid #707070;
  position: relative;
  overflow: hidden;
  background-color: #FFF;
}

.instPhoto>div img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.instWorkPhotos {
  width: 90%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

.worksPhotoWrap {
  width: 200px;
  margin: 0 0.5rem 1rem 0;
}

.worksPhoto {
  width: 200px;
}

.worksPhoto {
  width: 200px;
  height: 0;
  padding-top: 200px;
  border: 1px solid #707070;
  position: relative;
  overflow: hidden;
  background-color: #FFF;
}

.worksPhoto img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.deleteWorkForm {
  margin: 0;
}

.deleteWorkForm input[type="submit"] {
  font-size: 20px;
  padding: 0.5rem 2rem;
  display: block;
  margin: 0.25rem auto 1rem;
  border-radius: 6px;
  background-color: #EBD5D5;
  color: #FFF;
}


/* materials */
.materialsIntro {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.materialsIntroL {
  width: 50%;
}

.materialsIntroR {
  width: 50%;
}

.movieTitle {
  height: 16px;
  width: auto;
  vertical-align: middle;
}

.movieListBgGray {
  list-style: decimal;
  padding: 1rem 1.5rem;
}

.movieListBgGray a {
  color: #777777;
}

.movieListBgGray a i {
  color: #EAC4C4;
  padding-left: 0.5rem;
}

.materialsGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}

.materialPart {
  width: 30%;
  margin-bottom: 2rem;
}

.mpTitle {
  font-family: "フォーク R",
    "Folk Regular",
    serif;
  color: rgb(166, 162, 162);
  letter-spacing: 0.08em;
}

.mtpImg {
  width: 100%;
  height: 0;
  object-fit: cover;
  padding-top: 139%;
  border: 1px solid #777777;
  background-color: #FFF;
  margin-bottom: 0.5rem;
  position: relative;
}

.mtpImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.materialPart a.mtdlLink {
  margin: 0.5rem 0;
  display: block;
  background-color: #EAC4C4;
  color: #FFF;
  text-align: center;
  padding: 0.5rem;
}

.titleOverRay img {
  height: 80px;
  width: auto;
}

/* certification */
.certificationBtn {
  font-size: 20px;
  width: 90%;
  padding: 1rem 0 !important;
  display: block;
  text-align: center;
  margin: 1rem auto 3rem;
  border-radius: 6px;
  background-color: #EBD5D5;
  color: #FFF;
}

/* movie */
.movlistMain {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.movItem {
  width: 48%;
  margin-bottom: 2rem;
}

.movWrap {
  width: 100%;
  height: 0;
  padding-top: 66%;
  position: relative;
  z-index: 2;
  margin-bottom: 1rem;
}

.movWrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.movsingleMain .movItem {
  width: 100%;
  margin-bottom: 2rem;
}

.linkMovTop {
  text-align: center;
}

.linkMovTop a {
  display: inline-block;
  text-align: center;
  background-color: #EAC4C4;
  color: #FFF;
  font-size: 26px;
  padding: 1rem 5rem;
  border-radius: 6px;
  margin: 0 auto;
}

.movieJumpMenu {
  margin: 3rem 1rem 6rem;
}

.movieJumpMenu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.movieJumpMenu ul li {
  width: 48%;
  margin-bottom: 1rem;
}

.movieJumpMenu ul li a {
  display: block;
  background-color: #EAC4C4;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  padding: 0.5rem;
}

/* students */
.studentsSearchTitle {
  margin: 50px 0 0;
  font-size: 150%;
}

.studentsSearch {
  margin: 10px 0 50px;
  border: 1px solid #d9d9d9;
  padding: 30px 90px;
}

.studentsSearch h2,
.studentsList h2 {
  font-size: 150%;
}

.studentsSearch form {
  width: 75%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.studentsSearch form input[type='email'] {
  width: 75%;
  margin: 0;
  padding: 2px 0.5rem;
}

.studentsSearch form input[type='submit'] {
  width: 20%;
  text-align: center;
  margin: 0;
  padding: 2px 0.5rem;
}

.addStudentTable {
  margin: 0 0 2rem;
  width: 100%;
}

.addStudentTable tbody,
.addStudentTable tr {
  width: 100%;
}

.addStudentTable tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.addStudentTable td {
  display: inline-block;
}

.addStudentTable a {
  padding: 0.5rem 1rem;
  border-radius: 6px;
  background-color: #EBD5D5;
  color: #FFF;
}

.studentListTable {
  margin: 1rem 0 2rem;
  width: 100%;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.studentListTable th {
  padding: 0.5rem;
  border-right: 1px solid #d9d9d9;
}

.slw20 {
  width: 20%;
}

.slw16 {
  width: 16%;
}

.studentListTable tr {
  background-color: #FFF;
}

.studentListTable tr:nth-child(odd) {
  background-color: #FCF7F7 !important;
}

.studentListTable td {
  padding: 0.5rem;
  border-right: 1px solid #d9d9d9;
}

.studentListTable td p {
  line-height: 1.4;
  margin-bottom: 1rem;
}

.studentListTable td p.slistSmall {
  font-size: 75%;
}

.studentListTable td a {
  font-size: 80%;
  display: block;
  padding: 0.5rem;
  border-radius: 6px;
  background-color: #EBD5D5;
  color: #FFF;
  text-align: center;
}


/* payment */
.paymentTable {
  margin: 3rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.paymentTable dt {
  background-color: #EBD5D5;
  color: #FFF;
  text-align: center;
  width: 30%;
  border-top: 1px solid #EBD5D5;
  border-bottom: 1px solid #FFF;
  padding: 1rem;
}

.paymentTable dd {
  width: 70%;
  border-top: 1px solid #A6A2A2;
  border-right: 1px solid #A6A2A2;
  padding: 1rem;
}

.paymentTable dd:last-child {
  border-bottom: 1px solid #A6A2A2;
}

.paymentWayTitle {
  margin: 6rem 0 60px;
  text-align: center;
  font-size: 32px;
  color: #A6A2A2;
}

.paymentPP {
  background-color: #FCF7F7;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
}

.paymentPP h3,
.paymentBK h3 {
  font-size: 120%;
}

.pppL {
  width: 65%;
}

.pppR {
  width: 35%;
  min-width: 300px;
}

.ppnote {
  margin: 1rem 0;
  font-size: 75%;
  list-style: disc;
  padding-left: 1rem;
}

.paymentBK {
  margin: 8rem 0 0;
  background-color: #FCF7F7;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
}

.ppbL {
  width: 48%;
}

.ppbR {
  width: 50%;
}

.ppbnote {
  margin: 1rem 0;
  font-size: 75%;
  list-style: disc;
  padding-left: 1rem;
}

.paymentReview {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}

.paymentReview h2 {
  font-size: 120%;
  margin-bottom: 1rem;
}

.paymentReview table {
  width: 100%;
  margin-bottom: 5rem;
}

/* procedure */
.procedureContent h2 {
  background-color: #EBD5D5;
  color: #FFF;
  font-size: 150%;
  padding: 0.5rem 1rem;
}

.procedureContent dl {
  margin: 2rem 1rem 5rem;
}

.procedureContent dl dt {
  font-weight: 900;
}

.procedureContent dl dd {
  margin-bottom: 2rem;
}


/* moblog */
.moblogContent h2 {
  margin-top: 3rem;
  font-size: 150%;
}

.moblugLists {
  margin: 5rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.moblogLinkBtn {
  margin: 6rem 0 2rem;
}

.moblogLinkBtn a {
  background-color: #EBD5D5;
  color: #FFF;
  padding: 1rem 3rem;
  border-radius: 6px;
  margin: 0;
}


/* pagenation 20230307 */
.pagination {
  margin: 3rem 0;
  text-align: center;
}

.pagination p,
.pagination ul,
.pagination ul li {
  display: inline-block;
}

.pagination p button {
  border: 1px solid;
  border-radius: 5px;
  padding: 0 0.5rem;
  margin: 0 0.5rem;
}

.pagination ul li {
  border: 1px solid #EBD5D5;
  color: #EBD5D5;
  border-radius: 5px;
  padding: 0 0.5rem;
  margin: 0 0.5rem;
}

.pagination ul li.current {
  border: 1px solid #EBD5D5;
  background-color: #EBD5D5;
  color: #FFF;
  border-radius: 5px;
  padding: 0 0.5rem;
  margin: 0 0.5rem;
}

.pagination ul li.current a {
  color: #FFF;
}



@media screen and (max-width: 740px) {

  header {
    width: 100%;
    height: 140px;
    background-color: #FFF;
  }

  .pageBody {}

  .mainMemberLogin {
    width: 100%;
    height: 50px;
    margin: 0;
    position: absolute;
    top: 70px;
    left: 0;
    text-align: right;
    padding: 16px 2% 0 0;
  }

  .submenuMember {
    display: none;
    width: 250px;
    position: absolute;
    border: 1px solid #D6D5D5;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 1rem;
    bottom: -160px;
    right: 2%;
    text-align: center;
  }

}


@media screen and (max-width: 700px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: inherit !important;
  }

  .bsrb {
    display: none;
  }

  .mainMemberBtn {
    width: 100%;
    height: 50px;
    margin: 0;
    position: absolute;
    top: 70px;
    left: 0;
    text-align: right;
    padding: 16px 2% 0 0;
  }

  .pageTitleArea {
    width: 80%;
    min-width: 200px;
  }

  .pageTitleArea .pageHeadLogo {
    margin: 0;
    padding: 12px 0;
    display: inline-block;
    width: 100%;
    height: auto;
  }

  .mainNav {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    margin: -4px 0 0 2rem;
    z-index: 9999;
  }

  .gmenu {
    position: fixed;
    width: 80%;
    height: 100%;
    background-color: #F8ECEC;
    z-index: 100;
    margin-top: -140px;
    left: auto;
    right: -100%;
    transition: all 1s ease;
    overflow-y: auto;
  }

  .gmMain {
    margin: 0rem auto;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 3rem;
  }

  .gmMenu1,
  .gmMenu2,
  .gmMenu3,
  .gmMenu4,
  .gmMenu5 {
    width: 100%;
  }

  .gmMenu4 {
    margin-top: 3rem;
  }


  .gmMenu1 li,
  .gmMenu2 li,
  .gmMenu3 li,
  .gmMenu5 li {
    margin-bottom: 0.75rem;
  }

  .subopen:hover {
    cursor: pointer
  }

  .subopen::after {
    content: "+";
    position: absolute;
    right: 15%;
  }

  .subopen.open::after {
    content: "-";
    position: absolute;
    right: 15%;
  }

  .subgroup {
    display: none;
  }

  .footerMenuWrap {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footerMenus {
    width: 48%;
    list-style: none;
    font-size: 75%;
    line-height: 3.0;
  }


  /* table list */
  .tlTitle {
    width: 100%;
    background-color: #EBD5D5;
    border-top: 1px solid #DCDCDC;
    border-left: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
    padding: 0.5rem 1rem;
    color: #FFF;
    text-align: center;
  }

  .tlBody {
    width: 100%;
    background-color: #FFF;
    border-top: none;
    border-right: 1px solid #DCDCDC;
    border-left: 1px solid #DCDCDC;
    padding: 0.5rem 1rem;
  }

  /* pages */
  main {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 0 30px;
  }

  .pageMainTitle {}

  main h1,
  .pageMainTitle h2 {
    padding: 40px 0 60px;
    text-align: center;
    font-size: 32px;
    color: #A6A2A2;
  }

  /* about */
  .aboutLeadWrap {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #EAC4C4;
    padding: 6px;
  }

  .aboutLead {
    width: 100%;
    height: auto;
    padding-top: 66.6%;
    background-size: cover !important;
    margin: 0 auto;
    position: static;
  }

  .aboutJoy {
    width: 90%;
    height: auto;
    position: static;
    border-radius: 0;
    background-color: #FFF;
    top: auto;
    left: auto;
    padding: 0 30px;
    margin: 30px auto;
  }

  .aboutHowto {
    width: 90%;
    height: auto;
    position: static;
    border-radius: 0;
    top: auto;
    left: auto;
    padding: 0;
    margin: 0 auto;
    padding: 30px 30px;
  }

  .howtoMain {
    width: 100%;
    padding: 0;
  }

  .howtoExm {
    width: 100%;
    padding: 0;
  }

  .aboutMidImgs {
    display: none;
  }

  .aboutSliderController {
    margin-bottom: 5rem;
    position: relative;
    overflow: hidden;
  }

  .swiper-button-next,
  .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #EAC4C4 !important;
  }

  .matTitle {
    width: 100%;
    border-bottom: 1px solid #707070;
    margin-bottom: 0.5rem;
  }

  .matWrap span {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 20px;
  }

  .matTitle p {
    margin: 0 0;
  }

  .matDetail {
    width: 100%;
  }

  .matWrap h2 {
    width: 50%;
    position: absolute;
    left: 0;
    top: -60px;
  }

  /* FAQ */
  .faqCats ul li {
    width: 100%;
    text-align: left !important;
  }

  .faqLinkTitle {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .faqLinkTop {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
  }

  .faqLinkTitle,
  .faqLinkTop {}

  /* jre */
  .introPinkL {
    font-size: 4vw;
    color: #E39CB2;
  }

  .jlImage {
    width: 100%;
    border: 1px solid #A6A2A2;
    padding: 8px;
    margin-bottom: 1rem;
  }

  .jlBody {
    width: 100%;
  }

  .jmsList {
    border-top: 1px solid #A6A2A2;
  }

  .jmsList dt {
    background-color: #EBD5D5;
    color: #FFF;
    text-align: left;
    width: 100%;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #A6A2A2;
    border-left: 1px solid #A6A2A2;
    padding: 1rem;
  }

  .jmsList dd {
    width: 100%;
    border-top: none;
    border-right: 1px solid #A6A2A2;
    border-left: 1px solid #A6A2A2;
    padding: 1rem;
  }

  .jgrlPhoto {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }

  .jgrlPhoto img {
    width: 60%;
  }

  .jgrlbody {
    width: 100%;
  }

  .jgrprof h3 {
    text-align: center;
    font-size: 26px;
    padding: 0 0 0.25rem;
  }

  .jsmedia {
    width: 48%;
    text-align: center;
    margin-bottom: 2rem;
  }

  .jreWrap {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 30px 0 20px;
  }

  /* information */
  .faqAll {
    border-top: 3px solid #EBD5D5;
    padding-top: 2rem;
  }

  .infodtlLink {
    position: relative;
    background-color: #FFF;
    margin: 0 0 2rem;
    padding-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    border-bottom: 3px solid #EBD5D5;
  }

  .infoCatchImg {
    width: 35%;
  }

  .infoListBody {
    width: 62%;
    padding: 1rem;
  }


  /* blog */
  .blogdtlLink {
    width: 100%;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
  }

  .blogCatchImg {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  /* course */
  .courseCatchFull {
    width: 100%;
    height: 30VH;
    position: relative;
    overflow: hidden;
  }

  .courseImage {
    width: 100%;
    margin-bottom: 1rem;
  }

  .courseMain {
    width: 100%;
  }

  .courseMain a {
    display: block;
    margin-top: 2rem;
    background-color: #EAC4C4;
    color: #FFF;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    text-align: center;
  }

  .acfigure {
    margin: 3rem 0 5rem;
    border: 1px solid #D0CECE;
    padding: 1rem;
  }

  .acstep4 ul li {
    width: 100%;
    background-color: #EAC4C4;
    color: #FFF;
    padding: 0.5rem 1rem;
    position: relative;
    margin-bottom: 20px;
  }

  .acstep4 ul li:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #EAC4C4;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    top: auto;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .aclone,
  .aclpack {
    width: 100%;
    background-color: #F6F6F6;
    padding: 2rem;
    margin-bottom: 1rem;
  }

  .courseCatch2 {
    width: 100%;
  }

  .courseCatch3 {
    width: 100%;
    margin-bottom: 1rem;
  }

  .cfFigures {
    margin: 3rem 0;
    border: 1px solid #D0CECE;
    padding: 2rem;
  }

  .cfFigures dl dt {
    width: 100%;
    background-color: #EAC4C4;
    color: #FFF;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    position: relative;
  }

  .cfFigures dl dt:after {
    display: none;
  }

  .cfFigures dl dd {
    width: 100%;
    padding: 0.5rem 1rem;
    margin-bottom: 0rem;
  }

  .cfFigures dl dd:after {
    display: block;
    content: "";
    height: 20px;
    width: 20px;
    border-top: 20px solid #EAC4C4;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
    margin: 1rem auto;
  }

  .cfFigures dl dd:last-child:after {
    display: none;
  }

  .couseSearchTeacher {
    width: 100%;
    position: relative;
    height: 200px;
    overflow: hidden;
    margin-bottom: 2rem;
  }

  .cstWrap a {
    width: 80%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 24px;
    background-color: #EAC4C4;
    color: #FFF;
    padding: 1rem 1rem;
    text-align: center;
  }

  .spportWrap {}

  .cspsL {
    margin: -2.5rem 0 5rem;
    width: 100%;
    text-align: left;
    font-size: 26px;
  }

  .cspsL figure {
    display: inline-block;
    width: 25%;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .cspsL p {
    display: inline-block;
    margin-left: 1rem;
  }

  .cspsR {
    margin: -5rem 0 5rem;
    width: 100%;
  }

  .cspsR h2 {
    font-size: 26px;
    text-align: right;
    margin: -3rem 0 2rem;
  }

  .courselinkWrap ul li {
    width: 100%;
  }

  .courseDetail h3 {
    margin-top: 2rem;
    font-size: 20px;
    color: #E39CB2;
    margin-bottom: 1rem;
  }

  /* teacher */
  .instTile {
    width: 100%;
    margin: 0 0.5% 1rem;
    background-color: #FCF7F7;
    position: relative;
    padding: 2rem;
  }

  .instImg {
    width: 50%;
    height: 0;
    padding-top: 50%;
    border: 1px solid #707070;
    position: relative;
    overflow: hidden;
    margin: 0 25%;
  }

  .instData {
    width: 100%;
    margin-top: 2rem;
  }

  .instContact a {
    display: inline-block;
    text-align: center;
    background-color: #EAC4C4;
    color: #FFF;
    font-size: 26px;
    padding: 1rem;
    border-radius: 6px;
    margin: 0 auto;
    width: 100%;
  }

  .instUrlList dt {
    background-color: #EBD5D5;
    color: #FFF;
    text-align: center;
    width: 100%;
    border-top: none;
    border-bottom: none;
    padding: 0;
  }

  .instUrlList dt:last-of-type {
    border-bottom: none;
  }

  .instUrlList dd {
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 1rem;
  }

  .instUrlList dd:last-child {
    border-bottom: none;
  }

  /* contact */
  .contactWrap {
    margin: 5rem 0 10rem;
    background-color: #FCF7F7;
    padding: 5rem 1rem;
  }

  /* join */
  .joinformWrap form {
    margin: 2rem 0 0;
    padding: 0 0;
  }

  /* mypage */
  h1.insttitle {
    margin: 40px 0 60px;
    text-align: center;
    font-size: 32px;
    color: #A6A2A2;
  }

  .mypageMainMenu {
    margin: 3rem 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .mpmmWrap {
    width: 100%;
    margin-bottom: 2rem;
  }

  .mpbSet {
    width: 48%;
    margin-right: 2%;
    position: relative;
    margin-bottom: 2rem;
  }

  .mpimInfo,
  .mpimMovie {
    width: 100%;
    margin-bottom: 2rem;
  }

  .mpbSet:nth-of-type(2n) {
    margin-right: 0;
  }

  .editableMyInfo dl dd p,
  .editableMyInfo dl dd div.instPhoto {
    width: 70%;
    margin: 0;
  }

  .editableMyInfo dl dd span {
    width: 29%;
    background-color: #EAC4C4;
    padding: 0 1rem;
    color: #FFF;
    border-radius: 6px;
    align-items: flex-end;
    text-align: center;
  }

  .editableMyInfo dl dd {
    width: 80%;
    border-bottom: 1px solid #BBB;
    padding: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .instWorkPhotos {
    width: 70%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }

  .worksPhotoWrap {
    width: 100%;
    margin: 0 0.5rem 1rem 0;
  }

  .worksPhoto {
    width: 100%;
    height: 0;
    padding-top: 200px;
    border: 1px solid #707070;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
  }

  .editableMyInfo dl dt {
    width: 100%;
    font-weight: normal;
    border-bottom: none;
    padding: 0.5rem;
  }

  .editableMyInfo dl dd {
    width: 100%;
    border-bottom: 1px solid #BBB;
    padding: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .instPhoto>div {
    width: 100%;
    height: 0;
    padding-top: 100%;
    border: 1px solid #707070;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
  }

  .mypageBtns {
    margin: 3rem 0;
  }

  .mypageBtns ul li a {
    display: block;
    background-color: #EAC4C4;
    color: #FFF;
    letter-spacing: 0.2rem;
    text-align: center;
    padding: 0.5rem;
    font-size: 20px;
    border-radius: 6px;
    margin-bottom: 2rem;
  }

  /* edit */
  .editableMyInfo {
    margin: 6rem 0;
    background-color: #FCF7F7;
    padding: 5%;
  }

  /* movie */
  .movItem {
    width: 100%;
    margin-bottom: 2rem;
  }


  /* materials */
  .materialsJumpMenu {
    margin: -5rem 1rem 6rem;
  }

  .materialsJumpMenu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .materialsJumpMenu ul li {
    width: 48%;
    margin-bottom: 1rem;
  }

  .materialsJumpMenu ul li a {
    display: block;
    background-color: #EAC4C4;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    padding: 0.5rem;
  }

  .materialsIntroL {
    width: 100%;
    padding: 0 2rem;
  }

  .materialsIntroR {
    width: 100%;
    padding: 0 2rem;
  }

  .materialsGroup {
    padding: 0 5%;
  }

  .materialPart {
    width: 100%;
  }

  /* students */
  .studentsSearch {
    margin: 50px 0;
    border: 1px solid #d9d9d9;
    padding: 30px 30px;
  }

  .studentsSearch form {
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }

  .studentsSearch form input[type='email'] {
    width: 100%;
    margin: 0 0 1rem;
  }

  .studentsSearch form input[type='submit'] {
    width: 50%;
    text-align: center;
    margin: 0;
    padding: 0.5rem 0;
  }

  .addStudentTable td {
    width: 100%;
    display: block;
    margin-bottom: 0.5rem;
  }

  .addStudentTable td a {
    display: block;
    width: 100%;
    text-align: center;
  }

  .tableWrap {
    min-width: 100%;
    overflow-x: scroll;
  }

  .studentListTable {
    min-width: 1000px;
  }

  /* payment */
  .paymentTable {
    margin: 3rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .paymentTable dt {
    background-color: #EBD5D5;
    color: #FFF;
    text-align: center;
    width: 100%;
    border-top: none;
    border-bottom: none;
    padding: 1rem;
  }

  .paymentTable dd {
    width: 100%;
    border-top: none;
    border-right: none;
    padding: 1rem;
  }

  .paymentTable dd:last-child {
    border-bottom: none;
  }

  .paymentWayTitle {
    margin: 6rem 0 60px;
    text-align: center;
    font-size: 32px;
    color: #A6A2A2;
  }

  .paymentPP {
    background-color: #FCF7F7;
    padding: 2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .paymentPP h3,
  .paymentBK h3 {
    font-size: 120%;
  }

  .pppL {
    width: 100%;
  }

  .pppR {
    width: 100%;
    min-width: auto;
  }

  .ppnote {
    margin: 1rem 0;
    font-size: 75%;
    list-style: disc;
    padding-left: 1rem;
  }

  .paymentBK {
    margin: 8rem 0 0;
    background-color: #FCF7F7;
    padding: 2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .ppbL {
    width: 100%;
  }

  .ppbR {
    width: 100%;
  }

  .ppbnote {
    margin: 1rem 0;
    font-size: 75%;
    list-style: disc;
    padding-left: 1rem;
  }

  /* procedure */
  .procedureContent h2 {
    background-color: #EBD5D5;
    color: #FFF;
    font-size: 100%;
    font-weight: 900;
    padding: 0.5rem 1rem;
  }



















}