@charset "UTF-8";
/* 変数 */
/* -------------------------------------------------------- */
/*
@mixin mont_m() {
  font-family: 'Montserrat', YuGothic, "游ゴシック体", sans-serif;
  font-weight: 500;
}
@mixin mont_b() {
  font-family: 'Montserrat', YuGothic, "游ゴシック体", sans-serif;
  font-weight: 700;
}

@mixin noto_mid() {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
@mixin noto_bold() {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
@mixin noto_black() {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
}
*/
main {
  padding-top: 104px;
}

main a {
  color: #e20078;
}

/*
h2.ttl{
  margin:0 auto 50px;
  font-size:3rem;
  text-align:center;
  background:url(../img/common/img/ttl_bg_left.png) no-repeat 0 center, url(../img/common/img/ttl_bg_right.png) no-repeat right center, $yellow;
}
*/
.gnav {
  display: none;
}

.page_main_block .main_ttl {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/common/ttl_bg.png) no-repeat center 0/cover;
}

.page_main_block .main_ttl h1, .page_main_block .main_ttl h2 {
  color: #fff;
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 1;
  z-index: 2;
  text-shadow: 2px 2px 7px #e784c2 ,
 -2px 2px 7px #e784c2 ,
 2px -2px 7px #e784c2 ,
 -2px -2px 7px #e784c2;
}

.page_main_block .main_ttl.single .main_ttl_box {
  margin: 0 auto;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page_main_block .main_ttl.single .main_ttl_box h1, .page_main_block .main_ttl.single .main_ttl_box h2 {
  margin-bottom: 30px;
  font-size: 2rem;
  display: block;
}

.page_main_block .main_ttl.single .main_ttl_box .date {
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(1, 1.01);
  -moz-transform-origin: 0 0;
  -moz-transform: scale(1, 1.01);
  -ms-transform-origin: 0 0;
  -ms-transform: scale(1, 1.02);
  -o-transform-origin: 0 0;
  -o-transform: scale(1, 1.01);
  font-size: 1.2rem;
  text-align: center;
}

h2.flower {
  position: relative;
  padding: 0 0 60px;
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.8;
}

h2.flower::after {
  position: absolute;
  content: '';
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
}

h2.flower.f01::after {
  width: 73px;
  height: 59px;
  background: url(../img/common/flower01.png) no-repeat center center/contain;
}

h2.flower.f02 {
  padding: 0 0 70px;
}

h2.flower.f02::after {
  width: 83px;
  height: 74px;
  background: url(../img/common/flower02.png) no-repeat center center/contain;
}

h2.flower.oneday::after {
  width: 94px;
  height: 60px;
  background: url(../img/common/flower03.png) no-repeat center center/contain;
}

h2.flower.basic::after {
  width: 94px;
  height: 60px;
  background: url(../img/common/flower02.png) no-repeat center center/contain;
}

h2.flower.advance::after {
  width: 68px;
  height: 52px;
  background: url(../img/common/flower04.png) no-repeat center center/contain;
}

h2.flower.special_celcon::after {
  width: 61px;
  height: 58px;
  background: url(../img/common/flower05.png) no-repeat center center/contain;
}

h2.flower.lec_training::after {
  width: 71px;
  height: 59px;
  background: url(../img/common/flower06.png) no-repeat center center/contain;
}

h2.flower.cellconlab::after {
  width: 71px;
  height: 59px;
  background: url(../img/common/flower07.png) no-repeat center center/contain;
}
h2.flower.excellence::after {
  width: 73px;
  height: 59px;
  background: url(../img/common/flower01.png) no-repeat center center/contain;
}

.sec_page {
  margin: 80px auto 0;
  width: 950px;
}

.sec_page .sec_nav {
  margin: 50px auto 70px;
  width: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
/* 2024.4.17 delete by scitech
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
/*  */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec_page .sec_nav a {
  position: relative;
  padding: 8px 40px 5px 20px;
  max-width: 340px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  display: block;
  color: #e20078;
  border: 1px solid #e20078;
  border-radius: 20px;

	margin-right:	12px;
}

.sec_page .sec_nav a.current, .sec_page .sec_nav a:hover {
  color: #fff;
  background: #e20078;
}

.sec_page .sec_nav a.current::after, .sec_page .sec_nav a:hover::after {
  background: url(../img/common/arrow2.png) no-repeat center center/contain;
}

.sec_page .sec_nav a::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 12px;
  background: url(../img/common/arrow2_pink.png) no-repeat center center/contain;
  bottom: 10px;
  right: 15px;
}

.sec_page .sec_nav_arrow {
  margin: 50px auto;
  width: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec_page .sec_nav_arrow a {
  position: relative;
  margin: 0 10px;
  padding: 10px 50px 10px 20px;
  width: 165px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  display: block;
  color: #e20078;
  border: 1px solid #e20078;
  border-radius: 20px;
}

.sec_page .sec_nav_arrow a.current, .sec_page .sec_nav_arrow a:hover {
  color: #fff;
  background: #e20078;
  text-decoration: none;
}

.sec_page .sec_nav_arrow a.current::after, .sec_page .sec_nav_arrow a:hover::after {
  background: url(../img/common/arrow2.png) no-repeat center center/contain;
}

.sec_page .sec_nav_arrow a::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 12px;
  background: url(../img/common/arrow2_pink.png) no-repeat center center/contain;
  bottom: 15px;
  right: 15px;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 60px;
  }
  h2.ttl {
    font-size: 2.8rem;
  }
  .page_main_block .main_ttl {
    padding: 0 10px;
    height: 100px;
  }
  .page_main_block .main_ttl::before {
    content: none;
  }
  .page_main_block .main_ttl::after {
    content: none;
  }
  .page_main_block .main_ttl h1, .page_main_block .main_ttl h2 {
    font-size: 7vw;
  }
  .page_main_block .main_ttl.single .main_ttl_box h1, .page_main_block .main_ttl.single .main_ttl_box h2 {
    font-size: 7vw;
  }
  .page_main_block .main_ttl.single .main_ttl_box .date {
    font-size: 5vw;
  }
  .sec_page {
    margin: 40px auto 0;
    width: 94%;
  }
  .sec_page .sec_nav {
    margin: 25px auto;
    width: 100%;
  }
  .sec_page .sec_nav a {
    margin-bottom: 10px;
    width: 100%;
  }
}

/* wp editor */
/* -------------------------------------------------- */
.wp-block-image {
  margin: 0 !important;
}

.wp-block-image img {
  width: initial;
  width: auto;
}

@media screen and (max-width: 767px) {
  .wp-block-image img {
    max-width: initial !important;
    max-width: auto !important;
  }
}

/*
.sec_page p {
  margin: 15px 0;
  line-height: 1.8;
}
*/
.sec_page strong {
  font-weight: bold;
}

.sec_page em {
  font-style: italic;
}

.sec_page h1 {
  font-size: 2em;
}

.sec_page h2 {
  font-size: 1.5em;
}

.sec_page h3 {
  font-size: 1.25em;
}

.sec_page h4 {
  font-size: 1em;
}

.sec_page h5 {
  font-size: 0.8em;
}

.sec_page h6 {
  font-size: 0.6em;
}

.sec_page ul, .sec_page ol {
  padding-left: 30px;
}

.sec_page ul {
  list-style-type: inherit;
}

.sec_page ol {
  list-style-type: decimal;
}

.sec_page .has-large-font-size {
  font-size: 2.25em;
}

.sec_page .has-larger-font-size {
  font-size: 2.625em;
}

.sec_page .wp-block-table table {
  border: 1px solid #808080;
}

.sec_page .wp-block-table table th, .sec_page .wp-block-table table td {
  padding: 10px;
  border: 1px solid #808080;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
  margin: 0 0 10px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: left;
  background-color: #f3f3f3;
  padding: 5px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

/* about */
/* -------------------------------------------------------- */
#about .sec01 .inner {
  margin: 36px auto 60px;
  max-width: 950px;
}

#about .sec01 .inner .photo {
  margin: 0 0 20px 20px;
  float: right;
  width: 364px;
}

#about .sec01 .inner .txt {
  width: 100%;
}

#about .sec01 .inner .txt img {
  margin: 30px 0 60px;
  max-width: 539px;
}

#about .sec01 .inner .txt.lead {
  text-align: left;
}

#about .sec01 .inner .txt.lead p {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.8;
}

#about .sec02 {
  margin: 36px 0 120px;
}

#about .sec02 .inner {
  margin: 0 auto 20px;
  max-width: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#about .sec02 .inner .photo {
  width: 36%;
  max-width: 316px;
}

#about .sec02 .inner .txt {
  width: 64%;
  max-width: 598px;
}

#about .sec02 .inner .txt img {
  max-width: 483px;
}

#about .sec02 .inner .txt .lead {
  margin: 70px 0 50px;
}

#about .sec02 .inner .txt .lead p {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.6;
}

#about .sec02 .inner .txt .lead p:first-of-type {
  margin-bottom: 50px;
}

#about .sec02 .inner .lead {
  text-align: left;
}

#about .sec02 .inner .lead p {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.6;
}

#about .sec03 {
  margin-bottom: 120px;
}

#about .sec03 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ffcfd8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#about .sec03 dl:first-of-type {
  border-top: 1px solid #ffcfd8;
}

#about .sec03 dl dt {
  padding: 25px 45px;
  width: 200px;
}

#about .sec03 dl dd {
  padding: 25px 45px;
  width: calc(100% - 200px);
}

#about .sec03 dl dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  #about .sec01 {
    padding: 0 0 60px;
    width: 100%;
  }
  #about .sec01 .inner {
    display: block;
  }
  #about .sec01 .inner .txt {
    width: 100%;
  }
  #about .sec01 .inner .txt img {
    margin: 30px 0;
  }
  #about .sec01 .inner .txt.lead p {
    font-size: 1.6rem;
  }
  #about .sec01 .inner .photo {
    margin: 0 auto;
    width: 90%;
  }
  #about .sec02 {
    margin: 0 0 60px;
    width: 100%;
  }
  #about .sec02 .inner {
    display: block;
  }
  #about .sec02 .inner .photo {
    margin: 0 auto;
    width: 90%;
  }
  #about .sec02 .inner .txt {
    width: 100%;
  }
  #about .sec02 .inner .txt .lead {
    margin: 20px 0;
  }
  #about .sec02 .inner .txt .lead p {
    font-size: 1.6rem;
  }
  #about .sec02 .inner .txt .lead p:first-of-type {
    margin-bottom: 20px;
  }
  #about .sec02 .inner .lead p {
    font-size: 1.6rem;
  }
  #about .sec03 {
    margin-bottom: 60px;
  }
  #about .sec03 dl {
    padding: 18px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #about .sec03 dl dt {
    padding: 0 10px;
    margin-bottom: 10px;
  }
  #about .sec03 dl dd {
    padding: 0 10px;
    width: 100%;
  }
}

/* course */
/* -------------------------------------------------------- */
#course .sec {
  margin-bottom: 140px;
}

#course .sec .inner {
  margin: 36px auto 60px;
  max-width: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#course .sec .inner .left {
  width: 50%;
  max-width: 475px;
}

#course .sec .inner .left .photo {
  font-size: 0;
}

#course .sec .inner .info {
  width: 100%;
}

#course .sec .inner .info dl {
  margin-bottom: 30px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#course .sec .inner .info dl dt {
  padding: 4px 0;
  width: 30%;
  max-width: 124px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background: #ffc000;
  border-radius: 15px;
  text-align: center;
}

#course .sec .inner .info dl dd {
  padding-top: 4px;
  margin-left: 1em;
  width: 70%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#course .sec .inner .info.info02 dl dt {
  background: #ff88b2;
}

#course .sec .inner .info.info03 dl dt {
  background: #f55990;
}

#course .sec .inner .info.info04 dl dt {
  background: #da195d;
}

#course .sec .inner .info.info05 dl dt {
  background: #3b5998;
}

#course .sec .inner .info.info05 dl dd {
  width: 100%;
}

#course .sec .inner .info.info06 dl dt {
  background: #943984;
}

#course .sec .inner .right {
  width: 50%;
  max-width: 454px;
}

#course .sec .inner .right.daybox {
  padding: 30px 30px 30px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fffae8;
}

#course .sec .inner .right.daybox .day {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#course .sec .inner .right.daybox .day:last-of-type {
  margin-bottom: 0;
}

#course .sec .inner .right.daybox .day .num {
  width: 30%;
  max-width: 90px;
}

#course .sec .inner .right.daybox .day ul {
  margin-left: 2.5em;
  width: 70%;
  list-style-type: decimal;
}

#course .sec .inner .right.daybox .day p {
  padding-top: 10px;
  margin-left: 2.5em;
  width: 70%;
}

#course .sec .inner .right.daybox.day2 .day {
  margin-bottom: 52px;
}

#course .sec.sec02 .inner, #course .sec.sec03 .inner, #course .sec.sec06 .inner {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

#course .sec.sec02 .inner .left, #course .sec.sec03 .inner .left, #course .sec.sec06 .inner .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#course .sec.sec02 .inner .right.daybox, #course .sec.sec03 .inner .right.daybox, #course .sec.sec06 .inner .right.daybox {
  padding: 30px 30px 0 16px;
}

#course .sec00 .inner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

#course .sec00 .inner .menu {
  padding: 36px 16px 18px;
  border: 1px solid #999;
}

#course .sec00 .inner .menu a:hover {
  opacity: .7;
}

#course .sec00 .inner .menu.menu01 {
  position: relative;
  margin-top: 1em;
  width: 74%;
}

#course .sec00 .inner .menu.menu01 .ttl {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  font-size: 1.8rem;
  padding: 0 1em;
  background-color: white;
  -webkit-transform: translateY(-50%) translateX(100%);
          transform: translateY(-50%) translateX(100%);
}

#course .sec00 .inner .menu.menu01 .fig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#course .sec00 .inner .menu.menu01 .fig a {
  position: relative;
  padding: 0 15px;
  color: #fff;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#course .sec00 .inner .menu.menu01 .fig a::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 12px;
  background: url(../img/common/arrow2.png) no-repeat center center/contain;
  top: calc(50% - 4px);
  right: 15px;
}

#course .sec00 .inner .menu.menu01 .fig .fig01 {
  padding-right: 20px;
}

#course .sec00 .inner .menu.menu01 .fig .fig01 a {
  width: 170px;
  height: 70px;
  background: #ffc000;
}

#course .sec00 .inner .menu.menu01 .fig .fig02 {
  background: url(../img/course/line.png) no-repeat 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#course .sec00 .inner .menu.menu01 .fig .fig02_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#course .sec00 .inner .menu.menu01 .fig .fig02_01_01 {
  margin-left: 5px;
  margin-bottom: 20px;
}

#course .sec00 .inner .menu.menu01 .fig .fig02_01_01 a {
  width: 150px;
  height: 70px;
  background: #da195d;
  letter-spacing: -0.05em;
}

#course .sec00 .inner .menu.menu01 .fig .fig02_01_01 a::after {
  right: 10px;
}

#course .sec00 .inner .menu.menu01 .fig .fig02_01_02 {
  margin-left: 5px;
  margin-bottom: 20px;
}

#course .sec00 .inner .menu.menu01 .fig .fig02_01_02 a {
  width: 170px;
  height: 70px;
  background: #3b5998;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: -0.05em;
}

#course .sec00 .inner .menu.menu01 .fig .fig02_01_02 a span {
  font-size: 1.4rem;
}

#course .sec00 .inner .menu.menu01 .fig .fig02_01_02 a::after {
  right: 10px;
}

#course .sec00 .inner .menu.menu01 .fig .fig02_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#course .sec00 .inner .menu.menu01 .fig .fig02_02_01 {
  margin-left: 20px;
  margin-bottom: 20px;
}

#course .sec00 .inner .menu.menu01 .fig .fig02_02_01 a {
  width: 382px;
  height: 70px;
  background: #f55990;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#course .sec00 .inner .menu.menu01 .fig .fig02_02_01 a::after {
  right: 26%;
}

#course .sec00 .inner .menu.menu01 .fig .fig02_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#course .sec00 .inner .menu.menu01 .fig .fig02_03_01 {
  margin-left: 20px;
}

#course .sec00 .inner .menu.menu01 .fig .fig02_03_01 a {
  width: 460px;
  height: 70px;
  background: #ff88b2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#course .sec00 .inner .menu.menu01 .fig .fig02_03_01 a::after {
  right: 30%;
}

#course .sec00 .inner .menu.menu02 {
  width: 24%;
  position: relative;
  margin-top: 1em;
}

#course .sec00 .inner .menu.menu02 .ttl {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  font-size: 1.8rem;
  padding: 0 1em;
  background-color: white;
  -webkit-transform: translateY(-50%) translateX(12%);
          transform: translateY(-50%) translateX(12%);
}

#course .sec00 .inner .menu.menu02 .fig03 a {
  padding: 0;
  color: #fff;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 250px;
  background: #943984;
}

#course .sec00 .inner .menu.menu02 .fig03 a img {
  padding-top: 20px;
  width: 16px;
  height: 32px;
}

#course .sec05 {
  margin-bottom: 120px;
  padding-bottom: 60px;
  border-bottom: 1px solid #f2f2f2;
}


/* ■■■ 講座ダイアグラム レイアウト変更 2024.4.16 ■■■ */
#course .sec00 .innerNew{
	margin-bottom:	20px;
}
#course .sec00 .menu{
	background-color:	#EEE7E4;
}
#course .sec00 .menu02{
	background-color:	#EDE3EE;
}
#course .sec00 .menu .title{
	width:				100%;
	margin-left:		auto;
	margin-right:		auto;
	padding:			10px;
	color:				#333;
	font-size:			18px;
	font-weight:		bold;
	text-align:			center;
	background-color:	#fff;
	border-radius:		100px;
	margin-bottom:		36px;
}
#course .sec00 .Caution{
	width:		94%;
	max-width:	950px;
	margin:		0px auto;
}
#course .sec00 .Cautionxxy{
	width:100%;
}

	/* Grid Layout */
.dispPC{}
.dispSP{display:none;}
#course .sec .innerNew {
  margin: 36px auto 20px;
  width:	94%;
  max-width: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-ms-flex-wrap : wrap; /*for IE10*/
	-webkit-flex-wrap : wrap; /*for old webkit browser*/
	flex-wrap : wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#course .sec .innerNew .menu {
	padding: 36px 16px 18px;
	border: 1px solid #999;
}
#course .sec .innerNew .menu.menu01 {
	position: relative;
	margin-top: 1em;
	width: 65%;
}
#course .sec .innerNew .menu.menu02 {
	width: 30%;
	position: relative;
	margin-top: 1em;
}
.gridDiagram{
/*
    display: grid !important;
    grid-template-rows: 	auto auto auto;
    grid-template-columns: 	33% 33% 33%;
    grid-template-areas:
        "areaDummy areaCellcon areaCellcon"
        "areaDummy areaAdvance areaExcellence"
        "area1day areaBasic areaExcellence";
*/
    display: grid !important;
    grid-template-rows: 	auto auto auto auto;
    grid-template-columns: 	50% 50%;
    grid-template-areas:
        "areaCellcon areaCellcon"
        "areaAdvance areaExcellence"
        "areaBasic areaExcellence"
        "area1day area1day";
}
#item1day{
	grid-area: area1day;
}
#itemBasic{
	grid-area: areaBasic;
}
#itemAdvance{
	grid-area: areaAdvance;
}
#itemExcellence{
	grid-area: areaExcellence;
}
#itemCellcon{
	grid-area: areaCellcon;
}
.gridItem{
	padding:	0px 5px;
	text-align:		center;
	vertical-align:	middle;
	position:	relative;
}
.gridItem a{
	color:		#fff;
	display:	block;
	padding:	10px 5px;
	background-color:	#eee;
}
	/* WordPressが自動挿入する<br>は削除 */
.gridItem br{
	display:	none;
}
	/* 個別調整 */
#item1day{
/*	padding-top:	39px;		/*  */
}
#item1day a{
	width:		90%;
	width:		100%;
}
#itemExcellence a{
	height:		125px;
	padding-top:	50px;
}
#itemExcellence a span{
	display:	block;
}
#itemExcellence .small{
	font-size:	12px;
}

#course .sec00 .icon-shoshinsha{
	height:	20px;
	width:	auto;
	vertical-align:	middle;
	margin-right:	10px;
}
#itemLecTraining a{
	height:		288px;
	padding-top:	130px;
}





	/* 三角形など */
.filter-DarkGray{
	filter: brightness(0) saturate(100%) invert(35%) sepia(5%) saturate(508%) hue-rotate(329deg) brightness(93%) contrast(83%);
}
.triangleUp{
	margin-top:			10px;
	margin-bottom:		10px;
	width:	15px;
	height:	auto;
	 transform:rotate(60deg);
		/* 回転で頂点が上に出るので、少し下に移動 */
	 position:	relative;
	 top:		7px;
}
.triangleRight{
	margin-top:			10px;
	margin-bottom:		10px;
	width:	15px;
	height:	auto;
	 transform:rotate(30deg);
	position:	absolute;
	bottom:		5px;
	right:		5px;
}
.tryangle{
	margin-top:			10px;
	margin-bottom:		10px;
	width:	16px;
	height:	auto;
}
.tryangle-trans{
	margin-left:	10px;
	width:	16px;
	height:	auto;
	vertical-align:	middle;
}

#item1day a,
#course #oneday.sec .inner .info dl dt,
#course .sec00 .diagram .oneday a{
	background-color:	#DFDDA1;
	color:				#333;
}
#itemBasic a,
#course #basic.sec .inner .info dl dt,
#course .sec00 .diagram .basic a{
	background-color:	#EF7E83;
}
#itemAdvance a,
#course #advance.sec .inner .info dl dt,
#course .sec00 .diagram .advance a{
	background-color:	#C45A84;
}
#itemExcellence a,
#course #excellence.sec .inner .info dl dt,
#course .sec00 .diagram .excellence a{
	background-color:	#CD5A6D;
}
#itemCellcon a,
#course #special_cellcon.sec .inner .info dl dt,
#course .sec00 .diagram .special_cellcon a{
	background-color:	#AB2E53;
}
#itemLecTraining a,
#course #lec_training.sec .inner .info dl dt,
#course .sec00 .diagram .lec_training a{
	background-color:	#8C61AD;
}

@media screen and (max-width: 1030px) {
  #course .sec00.pc {
    display: none !important;
  }
  #course .sec00.sp {
    display: block !important;
  }
  #course .sec00 .inner {
    display: block !important;
  }
  #course .sec00 .inner .spmenu {
    padding: 36px 16px 18px;
    border: 1px solid #999;
    display: block;
  }
  #course .sec00 .inner .spmenu a {
    width: 100%;
    height: 55px;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    display: block;
  }
  #course .sec00 .inner .spmenu a:hover {
    opacity: .7;
  }
  #course .sec00 .inner .spmenu a img {
    padding-top: 20px;
    width: 16px;
    height: 32px;
  }
  #course .sec00 .inner .spmenu.menu01 {
    position: relative;
    margin-top: 1em;
    margin-bottom: 40px;
    width: 100%;
  }
  #course .sec00 .inner .spmenu.menu01 .ttl {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    font-size: 1.8rem;
    padding: 0 1em;
    background-color: white;
    -webkit-transform: translateY(-50%) translateX(35%);
            transform: translateY(-50%) translateX(35%);
  }
  #course .sec00 .inner .spmenu.menu01 .fig .arrow {
    text-align: center;
  }
  #course .sec00 .inner .spmenu.menu01 .fig .arrow img {
    width: 16px;
    height: 13px;
  }
  #course .sec00 .inner .spmenu.menu01 .fig a {
    margin-bottom: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #course .sec00 .inner .spmenu.menu01 .fig .fig01 {
    margin-bottom: 15px;
    border-bottom: 1px dotted #999;
  }
  #course .sec00 .inner .spmenu.menu01 .fig .fig01 a {
    background: #ffc000;
  }
  #course .sec00 .inner .spmenu.menu01 .fig .fig02 a {
    margin-bottom: 10px;
    background: #ff88b2;
  }
  #course .sec00 .inner .spmenu.menu01 .fig .fig03 a {
    margin-bottom: 10px;
    background: #f55990;
  }
  #course .sec00 .inner .spmenu.menu01 .fig .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #course .sec00 .inner .spmenu.menu01 .fig .col2 div {
    width: 49%;
    text-align: center;
  }
  #course .sec00 .inner .spmenu.menu01 .fig .fig04 {
    width: 39%;
  }
  #course .sec00 .inner .spmenu.menu01 .fig .fig04 a {
    margin-bottom: 10px;
    background: #da195d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: -0.05em;
    line-height: 1.2;
  }
  #course .sec00 .inner .spmenu.menu01 .fig .fig04 a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #course .sec00 .inner .spmenu.menu01 .fig .fig05 {
    width: 59%;
  }
  #course .sec00 .inner .spmenu.menu01 .fig .fig05 a {
    margin-bottom: 10px;
    padding: 0 10px;
    background: #3b5998;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: -0.05em;
    line-height: 1.2;
  }
  #course .sec00 .inner .spmenu.menu01 .fig .fig05 a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #course .sec00 .inner .spmenu.menu01 .fig .fig05 a span.small {
    font-size: 1.2rem;
  }
  #course .sec00 .inner .spmenu.menu02 {
    position: relative;
    margin-top: 1em;
    width: 100%;
  }
  #course .sec00 .inner .spmenu.menu02 .ttl {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    font-size: 1.8rem;
    padding: 0 1em;
    background-color: white;
    -webkit-transform: translateY(-50%) translateX(48%);
            transform: translateY(-50%) translateX(48%);
  }
  #course .sec00 .inner .spmenu.menu02 .fig06 a {
    background: #943984;
  }
}

@media screen and (max-width: 767px) {
	.dispPC{display:none;}
	.dispSP{display:block;}
	#course .sec .innerNew{
		width:		94%;
	}
	#course .sec .innerNew .menu.menu01,
	#course .sec .innerNew .menu.menu02{
		width:		100%;
	}
	.gridDiagram{
	    display: grid !important;
	    grid-template-rows: 	auto auto auto auto;
	    grid-template-columns: 	50% 50%;
	    grid-template-areas:
	        "area1day area1day"
	        "areaBasic  areaExcellence"
	        "areaAdvance areaExcellence"
	        "areaCellcon areaCellcon";
	}
	#item1day a{
		width:		100%;
	}

	.tryangle{
		display:		inline !important;
	}
		/* 横並びのため */
	.tryangle-trans{
		display:		inline !important;
	}
	#itemExcellence .tryangle-trans{
		margin:		0px;
	}
	#item1day{
		padding-top:	0px;
	}
	#itemLecTraining a{
		height:		auto;
		padding-top:	10px;
	}





  #course .sec {
    margin-bottom: 100px;
  }
  #course .sec .inner {
    margin: 30px auto;
    display: block;
  }
  #course .sec .inner .left {
    width: 100%;
    max-width: initial;
    max-width: auto;
  }
  #course .sec .inner .left .photo {
    margin-bottom: 20px;
  }
  #course .sec .inner .info.info05 dl dt {
    width: 240px;
  }
  #course .sec .inner .info.info05 dl dt {
    white-space: nowrap;
  }
  #course .sec .inner .right {
    width: 100%;
    max-width: initial;
    max-width: auto;
  }
  #course .sec .inner .right.daybox {
    padding: 30px 16px;
  }
  #course .sec .inner .right.daybox.day2 .day {
    margin-bottom: 30px;
  }
  #course .sec.sec02 .inner .right.daybox, #course .sec.sec03 .inner .right.daybox, #course .sec.sec06 .inner .right.daybox {
    padding: 30px 16px;
  }
  #course .sec05 {
    margin-bottom: 60px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
	#itemExcellence a{
		padding-top:	10px;
	}
}

@media screen and (max-width: 374px) {
	#itemBasic a,
	#itemAdvance a{
		font-size:	12px;
	}
	#itemExcellence a{
		height:	115px;
	}
}
/* seminar */
/* -------------------------------------------------------- */
#seminar .sec_page {
  width: 100%;
  max-width: 1000px;
}

#seminar .sec_page .sec_nav {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#seminar .sec_page .sec_nav a:hover {
  text-decoration: none;
}

#seminar .sec {
  margin-bottom: 120px;
}

#seminar .sec h2.flower {
  padding: 0 0 70px;
}

@media screen and (min-width: 768px) {
  #seminar .sec_page .sec_nav a {
    padding: 8px 34px 5px 10px;
    font-size: 1.5rem;
    letter-spacing: -0.05em;
  }
  #seminar .sec_page .sec_nav a::after {
    right: 10px;
  }
}

.btn01 {
  margin: 40px auto;
  width: 332px;
}

table.seminar_list {
  margin: 0 auto;
  width: 100%;
  max-width: 950px;
}

table.seminar_list tr {
  width: 100%;
  border-bottom: 1px solid #ffcfd8;
}

table.seminar_list tr.ttl {
  border-bottom: 2px solid #ffcfd8;
}

table.seminar_list tr th {
  padding: 20px 15px;
  width: 20%;
  text-align: center;
}

table.seminar_list tr th:first-of-type {
  width: calc(40% - 100px);
}

table.seminar_list tr th:last-of-type {
  width: 86px;
}

table.seminar_list tr td {
  padding: 20px 15px;
  width: 20%;
  text-align: center;
}

table.seminar_list tr td:first-of-type {
  width: calc(40% - 100px);
  text-align: left;
}

table.seminar_list tr td:last-of-type {
  width: 86px;
}

table.seminar_list tr td span {
  display: none;
}

table.seminar_list .btn01.arrow {
  margin: 0;
  width: 86px;
  height: 36px;
}

table.seminar_list .btn01.arrow::after {
  margin: -8px 0 0 0;
  width: 12px;
  height: 15px;
  right: 0;
  left: 15px;
}

table.seminar_single {
  margin: 0 auto;
  width: 950px;
}

table.seminar_single tr {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

table.seminar_single tr th {
  padding: 20px 60px 20px 100px;
  width: 30%;
  text-align: left;
}

table.seminar_single tr td {
  padding: 20px 30px 20px 0;
}

table.seminar_single tr:first-of-type {
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  #seminar .sec_page {
    margin: 0 auto;
    width: 94%;
  }
  #seminar .sec_page .sec_nav a {
    margin: 0 auto 10px;
  }
  table.seminar_list {
    width: 94%;
  }
  table.seminar_list tr th {
    display: none;
  }
  table.seminar_list tr td {
    padding: 2px;
    width: 100%;
    text-align: left;
    display: block;
  }
  table.seminar_list tr td:first-of-type {
    padding-top: 10px;
    width: 100%;
  }
  table.seminar_list tr td:first-of-type span {
    display: inline-block !important;
  }
  table.seminar_list tr td:last-of-type {
    padding-bottom: 10px;
    width: 100%;
  }
  table.seminar_list tr td:last-of-type a {
    margin: 10px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  table.seminar_list tr td span {
    margin-right: 5px;
    width: 80px;
    display: inline-block;
  }
  table.seminar_single {
    margin: 0 auto;
    width: 94%;
  }
  table.seminar_single tr {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  table.seminar_single tr th {
    padding: 20px 10px;
    width: 30%;
    text-align: left;
  }
  table.seminar_single tr td {
    padding: 20px;
  }
  table.seminar_single tr:first-of-type {
    border-top: 1px solid #ccc;
  }
}

/* mediainfo */
/* -------------------------------------------------------- */
.media_list {
  margin: 70px auto;
  width: 100%;
  max-width: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.media_list .mediainfo_box {
  margin-bottom: 60px;
  width: 30%;
  max-width: 570px;
}

.media_list .mediainfo_box .photo {
  margin-bottom: 10px;
  text-align: center;
}

.media_list .mediainfo_box .photo img {
  width: 285px;
  height: 214px;
  -o-object-fit: contain;
     object-fit: contain;
}

.media_list .mediainfo_box .post_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.media_list .mediainfo_box .post_data .cat {
  border-radius: 20px;
  background: #fff4fa;
}

.media_list .mediainfo_box .post_data .cat a {
  padding: 2px 15px;
  color: #e20078;
  font-size: 1.4rem;
}

.media_list .mediainfo_box .post_data .date {
  font-size: 1.4rem;
  margin: 0 0 0 1em;
  text-align: right;
}

.media_list .mediainfo_box .ttl {
  margin: 10px 0;
  padding: .4em 0;
  border-left: solid 3px #333;
  padding-left: .4em;
  line-height: 1.2em;
  color: #333;
  font-weight: bold;
}

.media_list .mediainfo_box .cont a i {
  padding-left: 5px;
}

.media_list .mediainfo_box .cont a:hover {
  text-decoration: underline;
}

.media_list::after {
  content: "";
  display: block;
  width: 30%;
}

@media screen and (max-width: 767px) {
  #mediainfo .sec_page {
    width: 94%;
  }
  #mediainfo .sec_page .sec_nav_arrow {
    margin: 50px auto 0;
    width: 98%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #mediainfo .sec_page .sec_nav_arrow a {
    margin: 0;
    padding: 10px;
    width: 32%;
    max-width: 330px;
    font-size: 1.4rem;
  }
  #mediainfo .sec_page .sec_nav_arrow a::after {
    width: 14px;
    height: 11px;
    bottom: 14px;
    right: 10px;
  }
  .media_list {
    margin: 40px auto;
  }
  .media_list .mediainfo_box {
    margin: 0 auto 60px;
    width: 94%;
  }
}

/* instructor */
/* -------------------------------------------------------- */
#instructor .sec_page {
  width: 100%;
  max-width: 1000px;
}

#instructor .sec_page .sec_nav {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#instructor .sec_page .sec_nav a {
  padding: 10px 35px 10px 10px;
  width: auto;
  width: initial;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  letter-spacing: -0.05em;
}

#instructor .sec_page .sec_nav a:hover {
  text-decoration: none;
}

#instructor .sec_page .sec_nav a::after {
  bottom: 13px;
  right: 15px;
}

#instructor .sec_page .sec_nav a:last-of-type {
  width: 20%;
}

#instructor table.instructor_list {
  margin: 0 auto 60px;
  width: 100%;
  max-width: 1000px;
}

#instructor table.instructor_list tr {
  width: 100%;
  border-bottom: 1px dotted #999;
}

#instructor table.instructor_list tr.ttl {
  border-bottom: 2px solid #ffc000;
}

#instructor table.instructor_list tr th {
  padding: 20px 15px;
  width: calc(100% / 3);
  text-align: center;
}

#instructor table.instructor_list tr td {
  padding: 20px 15px;
  width: calc(100% / 3);
  text-align: center;
}

#instructor table.instructor_list tr td:last-of-type {
  vertical-align: middle;
}

#instructor table.instructor_list tr td:last-of-type i {
  color: #666;
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  #instructor .sec_page {
    width: 94%;
  }
  #instructor .sec_page .sec_nav a {
    padding: 10px 0 20px;
    width: 49%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #instructor .sec_page .sec_nav a::after {
    top: initial;
    left: 49%;
    right: 0;
    bottom: 5px;
  }
  #instructor .sec_page .sec_nav a:last-of-type {
    width: 49%;
  }
  #instructor table.instructor_list {
    width: 94%;
  }
  #instructor table.instructor_list tr th {
    padding: 20px 10px;
    width: 25%;
    font-size: 1.5rem;
  }
  #instructor table.instructor_list tr th:nth-of-type(2) {
    width: 50%;
  }
  #instructor table.instructor_list tr td {
    padding: 20px 5px;
    width: 22%;
    font-size: 1.5rem;
  }
  #instructor table.instructor_list tr td:nth-of-type(2) {
    width: 56%;
  }
  #instructor table.instructor_list tr td:last-of-type i {
    color: #666;
    font-size: 22px;
  }
}

/* voice */
/* -------------------------------------------------------- */
#voice .voice_list {
  margin: 0 auto;
  max-width: 950px;
}

#voice .voice_list .voice_box {
  margin-bottom: 50px;
  padding: 25px;
  background: #fdf6f9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#voice .voice_list .voice_box .photo {
  margin-right: 50px;
  width: 200px;
}

#voice .voice_list .voice_box .photo img {
  border: 6px solid #fff;
  width: 188px;
  height: 188px;
  -o-object-fit: cover;
     object-fit: cover;
}

#voice .voice_list .voice_box .txt {
  width: calc(100% - 250px);
}

#voice .voice_list .voice_box .txt .ttl {
  margin-bottom: 15px;
  padding: 5px 0 15px 0;
  color: #e5007f;
  font-size: 2rem;
  background: url(../img/common/border.png) repeat-x 0 bottom;
}

#voice .voice_list .voice_box .txt .info {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#voice .voice_list .voice_box .txt .info .course {
  margin-right: 20px;
  padding: 5px 25px;
  color: #fff;
  text-align: center;
  background: #f9b6d7;
  border-radius: 15px;
}

#voice .voice_list .voice_box .txt .cont {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  #voice .voice_list {
    width: 100%;
  }
  #voice .voice_list .voice_box {
    display: block;
  }
  #voice .voice_list .voice_box .photo {
    margin: 0 auto 30px;
  }
  #voice .voice_list .voice_box .txt {
    width: 100%;
  }
  #voice .voice_list .voice_box .txt .info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #voice .voice_list .voice_box .txt .info .course {
    margin: 0 0 20px 0;
  }
}

/* news */
/* -------------------------------------------------------- */
.news_list {
  position: static;
  padding: 70px 0 120px;
}

.news_list .inner {
  margin-bottom: 50px;
}

.news_list .inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ffcfd8;
}

.news_list .inner dl:first-of-type {
  border-top: 1px solid #ffcfd8;
}

.news_list .inner dl dt {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 140px;
  color: #333;
}

.news_list .inner dl dd {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 140px);
  max-width: 880px;
  color: #e20078;
}

.news_list .inner dl dd a:hover {
  text-decoration: underline;
}

.news_single {
  position: static;
  padding: 70px 0 80px;
}

.news_single .date {
  margin-bottom: 50px;
  text-align: center;
}

.news_single .inner {
  margin-bottom: 50px;
}

.news_single .inner .eye {
  float: right;
}

.news_single .inner .eye img {
  margin: 0 0 40px 60px;
  max-width: 400px;
}

.news_single .inner p {
  margin-bottom: 1em;
  line-height: 1.8;
}

.news_single .inner p img {
  width: auto;
  width: initial;
}

.news_single .inner::after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.news_single .inner a {
  text-decoration: underline;
}

.news_single .inner a:hover {
  text-decoration: none;
}

.news_single .next_prev_link {
  padding-top: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news_single .next_prev_link li a {
  margin: 0 20px;
  display: block;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  font-size: 1.8rem;
  text-decoration: none;
}

.news_single .next_prev_link li.up a span {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: block;
}

.news_single .next_prev_link li.prev, .news_single .next_prev_link li.next {
  position: relative;
  font-size: 1em;
  text-align: center;
}

.news_single .next_prev_link li.prev a, .news_single .next_prev_link li.next a {
  color: #fff;
  background-color: #e40280;
  border-radius: 50px;
  -webkit-transition: all  0.3s ease;
  transition: all  0.3s ease;
}

@media screen and (max-width: 767px) {
  .news_list {
    padding: 40px 0 80px;
  }
  .news_list .inner dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news_list .inner dl dt {
    padding: 15px 20px 0;
    width: 100%;
    border: none;
  }
  .news_list .inner dl dd {
    position: relative;
    padding: 5px 20px 15px;
    width: 100%;
  }
  .news_single {
    padding: 0;
  }
  .news_single .inner {
    margin: 10px auto 0;
    width: 94%;
  }
  .news_single .inner .eye {
    float: none;
  }
  .news_single .inner .eye img {
    margin: 0 auto 40px;
    width: 100%;
    max-width: auto;
    max-width: initial;
  }
  .news_single .next_prev_link {
    padding-top: 50px;
    margin: 0 auto;
    width: 94%;
  }
}

/* latest */
/* -------------------------------------------------------- */
.latest_list {
  position: static;
  padding: 70px 0 120px;
}

.latest_list .inner {
  margin: 0 auto 60px;
  max-width: 950px;
}

.latest_list .inner h2 {
  margin: 0 0 15px 30px;
  text-align: left;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(1, 1.01);
  -moz-transform-origin: 0 0;
  -moz-transform: scale(1, 1.01);
  -ms-transform-origin: 0 0;
  -ms-transform: scale(1, 1.02);
  -o-transform-origin: 0 0;
  -o-transform: scale(1, 1.01);
}

.latest_list .inner dl {
  padding: 18px 10px 18px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  border-bottom: 1px solid #ffcfd8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.latest_list .inner dl:first-of-type {
  border-top: 1px solid #ffcfd8;
}

.latest_list .inner dl:last-of-type {
  margin-bottom: 35px;
}

.latest_list .inner dl dt.cat {
  margin: 0 30px;
  padding: 4px 10px;
  width: 132px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.latest_list .inner dl dd {
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 300px);
  max-width: 880px;
}

.latest_list .inner dl dd.date {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 80px;
  color: #333;
}

.latest_list .inner dl dd a {
  cursor: pointer;
}

.latest_list .inner dl dd a:hover {
  text-decoration: underline;
}

.latest_list .inner .btn01 {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .latest_list {
    padding: 40px 0 80px;
  }
  .latest_list .inner h2 {
    margin: 0 0 15px 0;
  }
  .latest_list .inner dl {
    padding: 18px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .latest_list .inner dl dt {
    margin-bottom: 10px;
  }
  .latest_list .inner dl dd {
    width: 100%;
  }
}

/* contact */
/* -------------------------------------------------------- */
#contact p.lead {
  text-align: center;
  line-height: 2;
}

.Form {
  margin: 80px auto;
  width: 1000px;
}

.Form-Item {
  border-bottom: 1px solid #ffcfd8;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Form-Item:first-of-type {
  border-top: 1px solid #ffcfd8;
}

.Form-Item-Label {
  padding: 0 60px;
  width: 100%;
  max-width: 330px;
  letter-spacing: 0.05em;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

.Form-Item-Label-Required {
  border-radius: 5px;
  margin-right: 8px;
  padding-top: 3px;
  padding-bottom: 2px;
  width: 48px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #e20078;
  font-size: 14px;
}

.Form-Item-Label-Required.Any {
  background: #999;
}

.Form-Item-Input {
  border: none;
  border-radius: 5px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 540px;
  background: #f2f2f2;
  font-size: 16px;
}

.Form-Item-Textarea {
  border: none;
  border-radius: 6px;
  padding: 1em;
  height: 216px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 540px;
  background: #f2f2f2;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.Form-Item-Val {
  width: 100%;
  max-width: 540px;
}

.Form input[type='checkbox'] {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.Form input[type='checkbox'] + span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}

input[type=checkbox] + span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 400;
  color: #e20078;
}

input[type=checkbox]:checked + span:before {
  content: "\f14a";
  font-weight: 400;
}

.Form-Btn {
  position: relative;
  border-radius: 50px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 360px;
  display: block;
  letter-spacing: 0.05em;
  color: #fff;
  background: url(../img/common/arrow.png) no-repeat right 20px center, -webkit-gradient(linear, left top, right top, from(#e61388), to(#ff7bc5));
  background: url(../img/common/arrow.png) no-repeat right 20px center, linear-gradient(to right, #e61388 0%, #ff7bc5 100%);
  font-weight: bold;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: none;
  cursor: pointer;
}

.Form-Btn:hover {
  opacity: .8;
}

.btn--accept {
  margin-bottom: 44px;
  text-align: center;
}

.policy--area {
  margin-top: 60px;
  padding: 15px 15px 0;
  height: 132px;
  margin-bottom: 50px;
  overflow-y: scroll;
  border: 1px solid #999;
  background: #fff;
}

.policy--area dl {
  margin-bottom: 2em;
}

.policy--area dl dt {
  margin-bottom: 0.5em;
  font-weight: bold;
}

.policy--area dl dd {
  margin-bottom: 1em;
}

.policy--area dl dd ul li {
  padding-left: 3em;
  text-indent: -2.5em;
}

.policy--area dl dd ul.disc {
  margin: 1em 1em 1em 2.5em;
  list-style-type: disc;
}

.policy--area dl dd ul.disc li {
  padding-bottom: .5em;
  padding-left: 1em;
  text-indent: -1em;
}

.policy--area dl dd ul.num {
  margin-left: 1em;
}

.policy--area dl dd ul.num li {
  padding-bottom: .5em;
  padding-left: 1em;
  text-indent: -1em;
}

.policy--area p {
  margin-bottom: 1em;
}

.policy--area p.sttl {
  padding-top: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.policy--area p.end {
  margin: 30px 0;
  text-align: right;
}

.mw_wp_form_confirm .btn--accept,
.mw_wp_form_confirm .policy--area {
  display: none;
}

.btn_box {
  margin: 0 auto;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn_box .Form-Btn {
  margin: 32px 10px;
  width: 320px;
}

.btn_box .Form-Btn.btn_back {
  background: url(../img/common/arrow_left.png) no-repeat left 20px center #ccc;
}

#compBox {
  text-align: center;
}

#compBox h3 {
  margin-bottom: 50px;
  font-size: 2.2rem;
}

#compBox h4 {
  margin-bottom: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  #contact p.lead {
    text-align: left;
  }
  .Form {
    margin-top: 40px;
    width: 100%;
  }
  .Form-Item {
    padding: 16px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .Form-Item-Label {
    margin-bottom: 10px;
    padding: 0;
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
  }
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    font-size: 15px;
  }
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    font-size: 15px;
  }
  .Form-Btn {
    margin-top: 24px;
    padding: 10px 0;
    width: 80%;
    max-width: 360px;
  }
  .btn--accept {
    margin-bottom: 20px;
  }
  .policy--area {
    margin: 30px 10px;
    height: 200px;
  }
  .btn_box {
    margin: 30px auto 0;
  }
  .btn_box .Form-Btn {
    margin: 10px;
    width: 80%;
    max-width: 360px;
    background: url(../img/common/arrow.png) no-repeat right 20px center/18px 20px, -webkit-gradient(linear, left top, right top, from(#e61388), to(#ff7bc5));
    background: url(../img/common/arrow.png) no-repeat right 20px center/18px 20px, linear-gradient(to right, #e61388 0%, #ff7bc5 100%);
  }
  .btn_box .Form-Btn.btn_back {
    background: url(../img/common/arrow_left.png) no-repeat left 20px center/18px 20px #ccc;
  }
  #compBox h3 {
    font-size: 2rem;
  }
  #compBox h4 {
    font-size: 1.8rem;
  }
}

/* caencel / privacy */
/* -------------------------------------------------------- */
#privacy .sec01,
#cancel .sec01 {
  margin: 60px auto 150px;
  width: 950px;
}

#privacy .sec01 dl,
#cancel .sec01 dl {
  margin-bottom: 2em;
}

#privacy .sec01 dl dt,
#cancel .sec01 dl dt {
  margin-bottom: 0.5em;
  font-weight: bold;
}

#privacy .sec01 dl dd,
#cancel .sec01 dl dd {
  margin-bottom: 1em;
}

#privacy .sec01 dl dd ul li,
#cancel .sec01 dl dd ul li {
  padding-left: 3em;
  text-indent: -2.5em;
}

#privacy .sec01 dl dd ul.disc,
#cancel .sec01 dl dd ul.disc {
  margin: 1em 1em 1em 2.5em;
  list-style-type: disc;
}

#privacy .sec01 dl dd ul.disc li,
#cancel .sec01 dl dd ul.disc li {
  padding-bottom: .5em;
  padding-left: 1em;
  text-indent: -1em;
}

#privacy .sec01 dl dd ul.num,
#cancel .sec01 dl dd ul.num {
  margin-left: 1em;
}

#privacy .sec01 dl dd ul.num li,
#cancel .sec01 dl dd ul.num li {
  padding-bottom: .5em;
  padding-left: 1em;
  text-indent: -1em;
}

#privacy .sec01 p,
#cancel .sec01 p {
  margin: 0 0 20px 0;
}

#privacy .sec01 p.sttl,
#cancel .sec01 p.sttl {
  padding-top: 20px;
  font-size: 2rem;
  font-weight: bold;
}

#privacy .sec01 p.end,
#cancel .sec01 p.end {
  margin: 30px 0;
  text-align: right;
}

@media screen and (max-width: 767px) {
  #privacy .sec01,
  #cancel .sec01 {
    width: 94%;
  }
}

/* lect_only */
/* -------------------------------------------------------- */
#lect_only h2 {
  margin-bottom: 10px;
  font-size: 2rem;
}

#lect_only .inbox {
  margin: 0 0 40px 20px;
}

#lect_only .inbox h3 {
  margin-left: 1rem;
  font-size: 1.8rem;
}

#lect_only .inbox h3 + ul {
  margin-left: 1rem;
}

/* sitemap */
/* -------------------------------------------------------- */
#sitemap .sec_page .inner ul li {
  border-bottom: 1px dotted #999;
  font-size: medium;
  text-indent: 0;
  padding: 0 0 15px 24px;
  margin: 15px 0;
  list-style-type: none;
  background: url(../img/common/arrow_pink.png) no-repeat 0 2px !important;
}

#sitemap .sec_page .inner ul li:first-or-type {
  border-top: 1px dotted #999;
}

#sitemap .sec_page .inner ul li a {
  color: #e20078 !important;
}

#sitemap .sec_page .inner ul li a:hover {
  text-decoration: underline;
}
