@charset "UTF-8";
/* ===============
***
***	LAYOUT
***
=================*/
#container {
  position: relative;
}

@media screen and (max-width: 640px) {
  #container {
    width: 100%;
    overflow: hidden;
  }
}

#container .inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 960px) {
  #container .inner {
    width: 100%;
  }
}

.mob {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: #f5f5f5;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.mob figure {
  width: 150px;
  overflow: hidden;
}

.mob figure img {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.mob p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2.5em 0 0.7em;
  margin-bottom: 0;
  font-weight: bold;
  line-height: 1.3em;
  font-size: 92%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mob p:after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background: url("../icons/../icons/triangle-right-green.png") center center/cover no-repeat;
  vertical-align: middle;
  margin-left: 0.2em;
}

.mob p:after {
  border: solid 2px #00A08E;
  border-radius: 50%;
  background-size: 42.9%;
  background-position: right 40% center;
  background-color: #ffffff;
  position: absolute;
  right: 0.6rem;
  top: 50%;
  margin-top: -0.7rem;
}

.mob p.w:after {
  background-image: url(../icons/triangle-right-white.png);
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.mob p.bgf:after {
  background-color: #ffffff;
}

.mob p span.msg {
  background: #00A08E;
  display: block;
  color: #ffffff;
  font-size: 88%;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.2em 1em;
  border-radius: 2em;
  margin-top: 0.6em;
  min-width: 70%;
}

.mob p small {
  color: inherit;
  font-weight: normal;
  display: inline-block;
  width: 100%;
}

.mob p small.bold {
  font-weight: bold;
}

.mob p.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mob p.s {
  font-size: 80%;
}

.mob:hover {
  background: #D7EDE9;
}

.mob:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.mob:hover p {
  color: #00A08E;
}

.mob .tag {
  display: block;
  position: absolute;
  left: 15px;
  top: -0.7em;
  width: 120px;
  color: #ffffff;
  text-align: center;
  padding: 0.3rem 0;
  font-size: 90%;
  font-weight: bold;
}

.mob.green .tag {
  background: #00A08E;
}

.mob.yellow .tag {
  background: #fabf00;
  color: #000000;
}

.mob.red .tag {
  background: #e22300;
}

.mob.myra .tag {
  background: #ef778b !important;
}

.mob.myra .msg {
  background: #ef778b;
}

.mob.myra p:after {
  border-color: #ef778b;
  background-image: url(../icons/triangle-right-pink.png);
}

.mob.myra:hover {
  background: #FEECED;
}

.mob.myra:hover p {
  color: #ef778b;
}

.mob.myra2 .tag {
  background: -webkit-gradient(linear, left top, right top, from(#ff8adc), to(#fc9f00)) !important;
  background: -webkit-linear-gradient(left, #ff8adc, #fc9f00) !important;
  background: -o-linear-gradient(left, #ff8adc, #fc9f00) !important;
  background: linear-gradient(90deg, #ff8adc, #fc9f00) !important;
}

.mob.myra2 .msg {
  background: -webkit-gradient(linear, left top, right top, from(#ff8adc), to(#fc9f00));
  background: -webkit-linear-gradient(left, #ff8adc, #fc9f00);
  background: -o-linear-gradient(left, #ff8adc, #fc9f00);
  background: linear-gradient(90deg, #ff8adc, #fc9f00);
}

.mob.myra2 p:after {
  border-color: #ef778b;
  background-image: url(../icons/triangle-right-pink.png);
}

.mob.myra2:hover {
  background: #FEECED;
}

.mob.myra2:hover p {
  color: #ef778b;
}

@media screen and (max-width: 640px) {
  .mob figure {
    width: 33%;
  }
  .mob p {
    font-size: 3.5vw;
    padding-right: 4.5em;
  }
  .mob p.s {
    font-size: 3vw;
  }
  .mob p span.msg {
    width: 90% !important;
    font-size: 2.5vw !important;
  }
}

#modal #modal_inner #modal_close {
  background: #fabf00;
  border-radius: 50%;
}

#modal #modal_inner #modal_close:after, #modal #modal_inner #modal_close:before {
  width: 60%;
  left: 20%;
  background: #000;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#modal #modal_inner #modal_close:hover {
  background: #00A08E;
}

#modal #modal_inner #modal_close:hover:after, #modal #modal_inner #modal_close:hover:before {
  background: #fff;
}

#modal #modal_inner #modal_close:hover:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

#modal #modal_inner #modal_close:hover:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ===============
***
***	CLASS
***
=================*/
h3.border {
  color: #00A08E;
  text-align: center;
  font-size: 16pt;
  padding: 0.6em 0;
  position: relative;
  margin-bottom: 15px;
}

h3.border:before, h3.border:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: -webkit-linear-gradient(315deg, #00D966, #00A6B9);
  background: -o-linear-gradient(315deg, #00D966, #00A6B9);
  background: linear-gradient(135deg, #00D966, #00A6B9);
  display: block;
}

h3.border:before {
  top: 0;
}

h3.border:after {
  bottom: 0;
}

h3.border dl {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

h3.border dl dt {
  background: #00A08E;
  color: #fff;
  font-size: 12pt;
  padding: 0.3em 1em 0.2em;
  margin-right: 1em;
}

h3.border dl dd {
  font-size: 16pt;
  color: #00A08E;
}

h3.border.yellow dl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

h3.border.yellow dl dt {
  background: #fabf00;
  padding: 0.5em 1em;
  color: #000;
  margin-right: 0;
  margin-bottom: 0.7em;
  font-size: 10.5pt;
}

@media screen and (max-width: 640px) {
  h3.border dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  h3.border dl dt {
    margin-bottom: 10px;
    padding: 0.5em 1em;
  }
}

.num {
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  width: 1.6em;
  height: 1.6em;
  border-radius: 0.8em;
  margin-right: 0.3em;
  background: #00A08E;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
}

.num.rikei {
  background: #00a0ee;
}

.num.myra {
  background: #ef778b;
}

.num.chiiki {
  background: #F08B1A;
}

.link-icon:before {
  content: "";
  width: 1em;
  height: 0.8em;
  display: inline-block;
}

.link-icon.link-angle-right-green {
  color: #00A08E;
}

.link-icon.link-angle-right-green:before {
  background: url(../icons/angle-right-green.png) center center/contain no-repeat;
}

.link_course {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00A08E;
  text-decoration: none;
  font-weight: bold;
  height: 54px;
  padding-left: 20px;
  position: relative;
  background: url(../icons/caret-right-green.png) right 10px center/auto 18px no-repeat #d7ede9;
  font-size: 12pt;
}

.link_course:after {
  content: "";
  width: 3px;
  height: 44px;
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  background: #00A08E;
}

.link_course:hover {
  color: #00A08E;
  opacity: 0.7;
}

.link_course.rikei {
  background: url(../icons/caret-right-cyan.png) right 10px center/auto 18px no-repeat #d9f1fd;
  color: #00a0ee;
}

.link_course.rikei:after {
  background: #00a0ee;
}

.link_course.disabled {
  background: #ccc;
  color: #999;
}

.link_course.disabled:after {
  background: #999;
}

.link_course.disabled:hover {
  opacity: 1;
}

.link_course.myra {
  background: url(../icons/caret-right-pink.png) right 10px center/auto 18px no-repeat #feeced;
  color: #ef778b;
}

.link_course.myra:after {
  background: #ef778b;
}

.link_blank:after {
  content: "";
  margin-left: 0.3em;
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  background: url(../icons/blank-green.png) center center/contain no-repeat;
}

.btn_yellow {
  color: #000;
  text-decoration: none;
  display: inline-block;
  background: #fabf00;
  text-align: center;
  padding: 1.2em 0;
  width: 190px;
  border-radius: 10px;
  border: none;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  font-weight: bold;
  font-size: 11pt;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn_yellow:hover {
  background: #00A08E;
  color: #fff;
  cursor: pointer;
}

.btn_triangle {
  display: block;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  padding: 1.3em 0;
  text-align: center;
  background-image: url(../icons/triangle-right-green.png);
  background-position: right 10px center;
  background-size: 11px auto;
  background-repeat: no-repeat;
  background-color: #f4f4f4;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 11pt;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn_triangle.yellow {
  background-color: #fabf00;
}

.btn_triangle.yellow:hover {
  background-image: url(../icons/triangle-right-white.png);
}

.btn_triangle.green {
  background-color: #00A08E;
  background-image: url(../icons/triangle-right-white.png);
  color: #fff;
}

.btn_triangle.green:hover {
  background-color: #fabf00;
  color: #000;
  background-image: url(../icons/triangle-right-green.png);
}

.btn_triangle.disable {
  background: #ccc !important;
  color: #999 !important;
  cursor: default;
}

.btn_triangle:hover {
  background-color: #00A08E;
  color: #fff;
}

.btn_course {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 12pt;
  padding: 1em;
  border-radius: 10px;
  background: url(../icons/angle-right-round-yellow.png) right 10px center/21px no-repeat;
  background-color: #00A08E;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  font-weight: bold;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn_course:hover {
  opacity: 0.7;
}

.btn_course:hover {
  color: #fff;
}

.btn_course.center {
  text-align: center;
}

.btn_course.chiiki {
  background-color: #F08B1A;
}

.btn_course.rikei {
  background-color: #00a0ee;
}

.btn_course.myra {
  background-color: #ef778b;
}

.btn_course.yellow {
  background-color: #fabf00;
  color: #000;
}

.btn_course.disable {
  background: #ccc;
  color: #999;
  cursor: default;
}

.btn_course.tekiseikensa {
  height: 3em;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5em;
  text-align: center;
  border-radius: 0;
  border: solid 2px #00A08E;
  color: #000;
  background: url(../icons/angle-right-round-green.png) right 20px center/30px no-repeat #FFF0C9;
}

.btn_course.tekiseikensa div {
  font-size: inherit;
  line-height: 1.5em;
}

.btn_course.tekiseikensa div span {
  color: #00A08E;
  font-size: 20pt;
}

.btn_course.tekiseikensa.small div span {
  font-size: 16pt;
}

@media screen and (max-width: 640px) {
  .btn_course.tekiseikensa {
    font-size: 5vw;
    background-size: 8vw;
    background-position: right 3vw center;
  }
  .btn_course.tekiseikensa div span {
    font-size: 6vw;
  }
}

@media screen and (max-width: 640px) {
  .btn_course {
    font-size: 3.7vw;
  }
}

.btn_regist {
  width: 342px;
  height: 70px;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  margin: 0 auto 30px;
  font-size: 14pt;
  font-weight: bold;
  color: #000;
  background: url(../icons/angle-right-square-green.png) right 20px center/24px auto no-repeat #fabf00;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  line-height: 1.3em;
  text-align: center;
}

.btn_regist:hover {
  background-color: #00A08E;
  color: #fff;
}

.btn_regist.disable {
  background: #ccc;
  color: #999;
  cursor: default;
}

@media screen and (max-width: 640px) {
  .btn_regist {
    width: 75%;
    height: 20vw;
  }
}

.flex > div {
  width: 48%;
}

@media screen and (max-width: 640px) {
  .flex {
    display: block;
  }
  .flex > div {
    width: 100%;
  }
  .flex > div:first-child {
    margin-bottom: 20px;
  }
}

/* ===============
***
***	HEADER
***
=================*/
header {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 54px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

header.fixed {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

header .inner {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 54px;
}

header .inner h1 {
  padding-right: 5%;
  padding-top: 7px;
  padding-bottom: 7px;
}

header .inner h1 dl {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .inner h1 dl dt {
  margin-right: 25px;
}

header .inner h1 dl dt img {
  width: 186px;
}

header .inner h1 dl dd {
  padding-top: 5px;
}

header .inner h1 dl dd img {
  width: 300px;
}

header .inner h1 dl dt a img, header .inner h1 dl dd a img {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

header .inner h1 dl dt a img:hover, header .inner h1 dl dd a img:hover {
  opacity: 0.7;
}

header .inner > a.sitelink {
  display: block;
  width: 275px;
  padding-top: 7px;
  padding-bottom: 7px;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .inner > a.sitelink span {
  display: inline-block;
  width: 100%;
}

header .inner > a.sitelink span img {
  width: 100%;
}

@media screen and (max-width: 960px) {
  header {
    padding-left: 3%;
    width: 97%;
  }
}

@media screen and (max-width: 640px) {
  header {
    height: auto;
  }
  header .inner {
    height: auto;
  }
  header .inner h1 {
    width: 47%;
    padding-right: 3%;
  }
  header .inner h1 dl dt {
    width: 52%;
    margin-right: 3vw;
  }
  header .inner h1 dl dd {
    width: 48%;
  }
  header .inner > a.sitelink {
    width: 40%;
  }
  header .inner > a.sitelink span {
    padding-right: 3vw;
  }
}

footer {
  text-align: center;
  background: #fff;
  padding: 3em 0;
  color: #333;
}

#wrapper {
  padding-top: 54px;
  background: #f4f4f4;
}

@media screen and (max-width: 640px) {
  #wrapper {
    padding-top: 48px;
  }
}

#wrapper h2.title {
  height: 230px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#wrapper h2.title span {
  font-size: 20pt;
  color: #fff;
}

#wrapper h2.title dl dt {
  color: #fff;
  font-size: 20pt;
  font-weight: normal;
  padding-bottom: 20px;
  position: relative;
}

#wrapper h2.title dl dt:after {
  content: "";
  width: 60px;
  height: 3px;
  background: #fabf00;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -30px;
}

#wrapper h2.title dl dd {
  color: #fff;
  font-size: 32pt;
  padding-top: 20px;
}

@media screen and (max-width: 640px) {
  #wrapper h2.title {
    height: 30vw;
  }
  #wrapper h2.title span {
    font-size: 6vw;
    text-align: center;
    line-height: 1.4em;
  }
  #wrapper h2.title dl dt {
    font-size: 14pt;
    padding-bottom: 4vw;
  }
  #wrapper h2.title dl dd {
    padding-top: 3vw;
    font-size: 22pt;
  }
}

#wrapper #main {
  padding: 30px;
  background: #fff;
}

@media screen and (max-width: 640px) {
  #wrapper #main {
    padding: 3vw;
  }
}

#wrapper #bottom {
  display: -webkit-flex;
  -webkit-justify-content: flex-end;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 30px 0;
}

#wrapper #bottom a {
  background: #00A08E;
  width: 38px;
  height: 38px;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#wrapper #bottom a img {
  width: 60%;
}

@media screen and (max-width: 640px) {
  #wrapper #bottom {
    width: 90vw;
    padding: 5vw;
  }
}

/* ===============
***
***	NAV
***
=================*/
nav#gnav {
  width: 31%;
}

nav#gnav ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
  border-right: solid 1px #ccc;
}

nav#gnav ul li {
  position: relative;
  width: 100%;
  border-left: solid 1px #ccc;
  font-size: 10.5pt;
  font-weight: bold;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

nav#gnav ul li.menu {
  position: relative;
}

nav#gnav ul li.menu .hbg {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
}

nav#gnav ul li.menu .hbg span {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

nav#gnav ul li.regist {
  background: #fabf00;
  text-align: center;
  position: relative;
}

nav#gnav ul li.regist p {
  margin-bottom: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  line-height: 1.2em;
}

nav#gnav ul li.regist .sub {
  position: absolute;
  right: 0;
  top: 55px;
  width: 300%;
  background: #fff;
}

nav#gnav ul li.regist .sub ul {
  display: block;
}

nav#gnav ul li.regist .sub ul li {
  width: 100%;
  border: none;
}

nav#gnav ul li.regist.disabled {
  background: #ccc;
  cursor: default;
}

nav#gnav ul li.regist.disabled p {
  color: #999;
}

nav#gnav ul li.regist.disabled:hover p {
  color: #999 !important;
}

nav#gnav ul li:hover, nav#gnav ul li.active {
  cursor: pointer;
  background: #00A08E;
  color: #fff;
}

nav#gnav ul li:hover.menu .hbg span, nav#gnav ul li.active.menu .hbg span {
  background: #fff;
}

nav#gnav ul li:hover.regist p, nav#gnav ul li.active.regist p {
  color: #fff;
}

nav#gnav ul li.active:after {
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  position: absolute;
  left: 50%;
  bottom: -13px;
  margin-left: -8px;
  background: url(../icons/triangle-bottom-green.png) center center/contain no-repeat;
}

@media screen and (max-width: 640px) {
  nav#gnav {
    width: 30%;
  }
  nav#gnav ul li.menu {
    font-size: 3vw;
  }
  nav#gnav ul li.regist p {
    font-size: 3vw;
  }
}

#nav_sub {
  position: fixed;
  right: 0;
  top: 54px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
  width: 0;
}

@media screen and (max-width: 640px) {
  #nav_sub {
    top: 48px;
    background: none;
  }
}

#nav_sub .inner {
  height: 100%;
  display: -webkit-flex;
  -webkit-justify-content: flex-end;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: none;
}

#nav_sub .inner .sub_inner {
  height: 100%;
}

@media screen and (max-width: 640px) {
  #nav_sub .inner .sub_inner {
    width: 100%;
  }
}

#nav_sub .inner .sub_inner article {
  width: 430px;
  max-height: 90%;
  height: 90%;
  overflow-y: auto;
  padding: 5% 15px;
  background: #f4f4f4;
}

@media screen and (max-width: 640px) {
  #nav_sub .inner .sub_inner article {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    background: rgba(255, 255, 255, 0.9);
  }
}

#nav_sub .inner#sub_menu .sub_inner article section {
  margin-bottom: 10px;
}

#nav_sub .inner#sub_menu .sub_inner article section h3 {
  background: #d7ede9;
  color: #00A08E;
  text-align: center;
  padding: 0.7em 0;
  font-size: 12pt;
  margin-bottom: 5px;
}

#nav_sub .inner#sub_menu .sub_inner article section ul.half {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#nav_sub .inner#sub_menu .sub_inner article section ul.half li {
  width: 49.5%;
  margin-bottom: 3px;
  background: #fff;
}

#nav_sub .inner#sub_menu .sub_inner article section ul.half li a {
  width: 100%;
  height: 65px;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
  text-align: center;
  line-height: 1.3em;
  /* background: url(../icons/angle-right-square-yellow.png) right 1em center/13px no-repeat; */
  font-weight: bold;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#nav_sub .inner#sub_menu .sub_inner article section ul.half li a.blank {
  background-image: url(../icons/blank-green.png);
}

#nav_sub .inner#sub_menu .sub_inner article section ul.half li a:hover {
  background-color: #d7ede9;
}

#nav_sub .inner#sub_menu .sub_inner article section hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

#nav_sub .inner#sub_menu .sub_inner article #nav_welcome {
  margin-bottom: 10px;
}

#nav_sub .inner#sub_menu .sub_inner article #nav_welcome dl {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 10px;
}

#nav_sub .inner#sub_menu .sub_inner article #nav_welcome dl dt, #nav_sub .inner#sub_menu .sub_inner article #nav_welcome dl dd {
  width: 45%;
  padding: 1.5em 2.5%;
}

#nav_sub .inner#sub_menu .sub_inner article #nav_welcome dl dt {
  background: #00A08E;
  color: #fff;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#nav_sub .inner#sub_menu .sub_inner article #nav_welcome dl dd {
  background: #fff;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#nav_sub .inner#sub_menu .sub_inner article #nav_welcome dl dd a {
  text-decoration: none;
  color: #00A08E;
  font-weight: bold;
  font-size: 10.5pt;
}

#nav_sub .inner#sub_menu .sub_inner article #nav_welcome dl dd a span {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #e22300;
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  margin-left: 0.3em;
}

#nav_sub .inner#sub_menu .sub_inner article #nav_welcome > a {
  display: block;
  text-align: right;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#nav_sub .inner#sub_menu .sub_inner article #nav_welcome > a:hover {
  opacity: 0.7;
}

#nav_sub .inner#sub_menu .sub_inner article #nav_welcome > a img {
  width: 275px;
}

#nav_sub .inner#sub_menu .sub_inner article #nav_courselist ul {
  background: #fff;
  padding: 7px;
}

#nav_sub .inner#sub_menu .sub_inner article #nav_courselist ul li {
  margin-bottom: 7px;
}

#nav_sub .inner#sub_menu .sub_inner article #nav_courselist ul li:last-child {
  margin-bottom: 0;
}

#nav_sub .inner#sub_menu .sub_inner article #nav_information ul li a {
  background-color: #fde7a6;
  font-size: 12pt;
}

#nav_sub .inner#sub_menu .sub_inner article #nav_information ul li a:hover {
  opacity: .5;
}

#nav_sub .inner#sub_menu .sub_inner article #nav_houkoku ul {
  background: #fff;
  padding: 7px;
}

#nav_sub .inner#sub_menu .sub_inner article #nav_houkoku ul li {
  margin-bottom: 7px;
}

#nav_sub .inner#sub_menu .sub_inner article #nav_houkoku ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  #nav_sub .inner#sub_menu .sub_inner article #nav_houkoku ul li a {
    font-size: 3.3vw;
  }
}

#nav_sub .inner#sub_menu .sub_inner article #nav_banners ul {
  background: #fff;
  padding: 7px;
}

#nav_sub .inner#sub_menu .sub_inner article #nav_banners ul li {
  margin-bottom: 7px;
}

#nav_sub .inner#sub_menu .sub_inner article #nav_banners ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  #nav_sub .inner#sub_menu .sub_inner article #nav_banners ul li a {
    font-size: 3.3vw;
  }
}

#nav_sub .inner#sub_menu .sub_inner article #nav_contact .nav_contact {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#nav_sub .inner#sub_menu .sub_inner article #nav_contact .nav_contact > div {
  width: 48%;
  background: #fff;
}

@media screen and (max-width: 640px) {
  #nav_sub .inner#sub_menu .sub_inner article #nav_contact .nav_contact {
    display: block;
  }
  #nav_sub .inner#sub_menu .sub_inner article #nav_contact .nav_contact > div {
    width: 100%;
    margin-bottom: 1vh;
  }
}

@media screen and (max-width: 640px) {
  #nav_sub .inner#sub_menu .sub_inner article #nav_contact {
    padding-bottom: 10vw;
  }
}

#nav_sub .inner#sub_regist .sub_inner article ul li {
  margin-bottom: 10px;
}

.contact_block h3 {
  background: #d7ede9;
  color: #000 !important;
  text-align: center;
  padding: 0.5em 0;
  font-size: 11pt !important;
}

.contact_block .nav_contact > div {
  border: solid 1px #ccc;
}

.contact_block .nav_contact > div .courses {
  padding: 0.7em;
  padding-right: 0;
  line-height: 1.5em;
}

.contact_block .nav_contact > div .courses span {
  display: inline-block;
  line-height: 1.5em;
  font-weight: bold;
  color: #00A08E;
  text-indent: -1em;
  margin-left: 1em;
}

.contact_block .nav_contact > div .courses span.rikei {
  color: #00a0ee;
}

.contact_block .nav_contact > div .courses span.myra {
  color: #ef778b;
}

.contact_block .nav_contact > div .courses span.chiiki {
  color: #F08B1A;
}

.contact_block .nav_contact > div address {
  padding: 0.7em;
  padding-right: 0;
  line-height: 1.5em;
  font-style: normal;
}

.contact_block .nav_contact > div address a.tel {
  color: #000;
  text-decoration: none;
}

.contact_block .nav_contact > div.contact_sougou address {
  background: #e2f1ef;
}

.contact_block .nav_contact > div.contact_myra address {
  background: #feeced;
}

.contact_block.top-bottom-contact h3 {
  margin-bottom: 10px;
  background: none;
  font-size: 16pt !important;
  color: #00A08E !important;
}

.contact_block.top-bottom-contact .nav_contact {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact_block.top-bottom-contact .nav_contact > div {
  width: 48%;
}

@media screen and (max-width: 640px) {
  .contact_block.top-bottom-contact .nav_contact {
    display: block;
  }
  .contact_block.top-bottom-contact .nav_contact > div {
    width: 100%;
    margin-bottom: 3vw;
  }
}

/* ===============
***
***	ログインページ
***
=================*/
#login h2 {
  position: relative;
}

#login h2 p {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#login h2 p span {
  padding-bottom: 7px;
  border-bottom: solid 1px #fff;
  width: 296px;
}

#login h2 p span img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  #login h2 {
    overflow: hidden;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #login h2 > img {
    width: 170%;
    max-width: 170%;
  }
  #login h2 p span {
    width: 75%;
  }
}

#login #main {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#login #main .box {
  width: 960px;
  margin: auto;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 20px;
}

#login #main .box article {
  width: 48%;
  background: #ffffff;
}

#login #main .box article h3 {
  background: #00A08E;
  font-size: 120%;
  color: #ffffff;
  height: 50px;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#login #main .box article > div {
  padding: 40px;
  padding-top: 0;
  height: calc(100% - 50px - 80px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#login #main .box article > div .first-height {
  height: 140px;
  padding-top: 0 !important;
  margin-bottom: 0;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 640px) {
  #login #main .box article > div .first-height {
    height: auto;
  }
}

#login #main .box article > div p {
  text-align: center;
}

#login #main .box article > div form {
  width: 100%;
  margin-bottom: 30px;
}

#login #main .box article > div form table {
  width: 100%;
  border-collapse: collapse;
}

#login #main .box article > div form table tbody tr th, #login #main .box article > div form table tbody tr td {
  border: solid 3px  #fff;
}

#login #main .box article > div form table tbody tr th {
  background: #00A08E;
  color: #ffffff;
  width: 35%;
  white-space: nowrap;
  text-align: left;
  padding: 0.2em 1em;
}

#login #main .box article > div form table tbody tr td input {
  font-size: 15pt;
  padding: 0.2em 0.5em;
  width: calc(100% - 1em);
  border: solid 1px #ccc;
}

#login #main .box article > div a#entry, #login #main .box article > div button[type=submit] {
  width: 10em;
  height: 4em;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fabf00;
  color: #000000;
  font-weight: bold;
  margin: 0 auto;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  font-size: 11pt;
  text-decoration: none;
}

#login #main .box article > div ins {
  width: 100%;
  display: block;
  background: none;
  line-height: 1.5em;
  margin-bottom: 2em;
  font-size: 9.5pt;
}

#login #main .box article > div .remember {
  text-decoration: none;
}

#login #main .box article > div .remember:hover {
  text-decoration: underline;
}

#login #main .box article > div .extra {
  margin-top: 30px;
}

#login #main .box article > div .extra .memo {
  background: #f0f0f0;
  padding: 1em !important;
  font-size: 9.5pt;
  text-align: left;
}

@media screen and (max-width: 640px) {
  #login #main .box article > div .extra .memo br {
    display: none;
  }
}

#login #main .box article > div .extra div.banner ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#login #main .box article > div .extra div.banner ul.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#login #main .box article > div .extra div.banner ul li {
  width: 48%;
  border: solid 1px #ccc;
  padding: 3px 10px;
}

#login #main .box article > div .extra div.banner ul li a {
  display: block;
}

#login #main .box article > div .extra .note {
  font-size: 9.5pt;
  text-align: left;
  padding-top: 20px !important;
}

#login #main .box article#top-entry > div p {
  padding-top: 47px;
}

#login #main section {
  background: #f4f4f4;
  margin-bottom: 20px;
}

#login #main section h3 {
  background: #00A08E;
  color: #fff;
  text-align: center;
  font-size: 14pt;
  padding: 0.8em 0;
}

#login #main section .block {
  padding: 25px;
}

#login #main section .block form table {
  width: 100%;
  border-collapse: collapse;
}

#login #main section .block form table tr {
  border-bottom: solid 5px #f4f4f4;
}

#login #main section .block form table tr th {
  background: #00A08E;
  color: #fff;
  font-size: 12pt;
  text-align: center;
  vertical-align: middle;
  padding: 0 0.8em;
  white-space: nowrap;
}

#login #main section .block form table tr td input[type="text"],
#login #main section .block form table tr td input[type="password"] {
  padding: 0 5%;
  height: 40px;
  border: none;
  width: 90%;
  font-size: 12pt;
}

#login #main section .block form button {
  margin-bottom: 2em;
}

#login #main section .block form .anno {
  font-size: 10pt;
  line-height: 1.4em;
  margin-bottom: 0.5em;
}

#login #main section .block .regist {
  font-weight: bold;
  text-align: center;
  font-size: 13pt;
  margin-bottom: 1em;
}

@media screen and (max-width: 960px) {
  #login #main {
    display: block;
  }
  #login #main .right, #login #main .left {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  #login #main .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 90%;
    padding: 5vw;
  }
  #login #main .box > article {
    width: 100%;
    margin-bottom: 6vw;
  }
  #login #main .box > article h3 {
    font-size: 4vw;
  }
  #login #main .box > article p.align-r {
    margin-bottom: 2em;
  }
  #login #main .box > article > div {
    padding: 5vw;
  }
  #login #main .box > article > div form table {
    width: 70vw;
  }
  #login #main .box > article > div form table tbody tr th, #login #main .box > article > div form table tbody tr td {
    display: block;
    width: 100%;
  }
  #login #main .box > article > div form table tbody tr th {
    padding: 0.5em 0;
    text-align: center;
  }
  #login #main .box > article > div .remember {
    font-size: 4vw;
  }
  #login #main .box > article#top-entry > div {
    padding-bottom: 10vw;
  }
  #login #main .box > article#top-entry > div p {
    padding-top: 5vw;
  }
}

/* ===============
***
***	マイページトップ
***
=================*/
#mypage.mypagetop #keyvisual {
  position: relative;
}

#mypage.mypagetop #keyvisual ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#mypage.mypagetop #keyvisual ul li {
  width: 100%;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mypage.mypagetop #keyvisual ul li h2 {
  width: 100%;
  height: 80%;
  text-align: center;
}

#mypage.mypagetop #keyvisual ul li a, #mypage.mypagetop #keyvisual ul li span {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
  width: 100%;
  height: 85%;
  text-align: center;
}

#mypage.mypagetop #keyvisual ul li a:hover, #mypage.mypagetop #keyvisual ul li span:hover {
  opacity: 0.7;
}

#mypage.mypagetop #keyvisual ul li img {
  height: 100%;
}

#mypage.mypagetop #keyvisual ul li#kv_logo {
  width: 230px;
  background: url(../../../contents-members/images/kv_title_bg.png) center center/cover no-repeat;
}

#mypage.mypagetop #keyvisual ul li.kvis {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#mypage.mypagetop #keyvisual ul li.kvis a:hover {
  opacity: 1;
}

@media screen and (max-width: 640px) {
  #mypage.mypagetop #keyvisual {
    overflow: hidden;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #mypage.mypagetop #keyvisual > img {
    max-width: 150%;
    width: 150%;
  }
  #mypage.mypagetop #keyvisual ul li {
    width: 35%;
  }
  #mypage.mypagetop #keyvisual ul li#kv_logo {
    width: 30%;
  }
}

#mypage.mypagetop #main .links {
  padding-top: 1rem;
}

#mypage.mypagetop #main .links ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#mypage.mypagetop #main .links ul li {
  width: 49%;
  margin-bottom: 20px;
}

#mypage.mypagetop #main .links ul li a {
  position: relative;
  text-decoration: none;
}

#mypage.mypagetop #main .links ul li a figure {
  position: relative;
}

#mypage.mypagetop #main .links ul li a .tag {
  background: #00A08E;
  width: 10em;
  text-align: left;
  padding-left: 1em;
}

#mypage.mypagetop #main .links ul li a .tag.tag2 {
  width: auto;
  padding-right: 1em;
}

#mypage.mypagetop #main .links ul li a.exective p {
  background: -webkit-linear-gradient(315deg, rgba(0, 217, 102, 0.2), rgba(0, 166, 185, 0.2));
  background: -o-linear-gradient(315deg, rgba(0, 217, 102, 0.2), rgba(0, 166, 185, 0.2));
  background: linear-gradient(135deg, rgba(0, 217, 102, 0.2), rgba(0, 166, 185, 0.2));
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
}

#mypage.mypagetop #main .links ul li a.exective .tag {
  background: -webkit-linear-gradient(315deg, #00D966, #00A6B9);
  background: -o-linear-gradient(315deg, #00D966, #00A6B9);
  background: linear-gradient(135deg, #00D966, #00A6B9);
}

#mypage.mypagetop #main .links.links-wide {
  max-width: 70%;
  margin: auto;
}

#mypage.mypagetop #main .links.links-wide ul {
  display: block;
}

#mypage.mypagetop #main .links.links-wide ul li {
  width: 100%;
}

#mypage.mypagetop #main .links.links-wide ul li figure {
  width: 200px;
}

#mypage.mypagetop #main .links.links-wide ul li p {
  font-size: 110%;
}

#mypage.mypagetop #main .links.links-wide ul li p:after {
  width: 1.8rem;
  height: 1.8rem;
}

@media screen and (max-width: 640px) {
  #mypage.mypagetop #main .links.links-wide ul li {
    height: auto;
  }
  #mypage.mypagetop #main .links.links-wide ul li figure {
    width: 30%;
    padding-top: 3.5vw;
  }
  #mypage.mypagetop #main .links.links-wide ul li p {
    font-size: 3vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-right: 3.5em;
  }
  #mypage.mypagetop #main .links.links-wide ul li p:after {
    width: 1.2rem;
    height: 1.2rem;
  }
  #mypage.mypagetop #main .links.links-wide ul li .tag {
    width: 30%;
    left: 0%;
    top: 0;
    height: 2.5vw;
    padding: 0.5vw 0;
    text-align: center;
  }
}

#mypage.mypagetop #main .links .saiyo h4 {
  background: #f5f5f5;
  margin-bottom: 20px;
}

#mypage.mypagetop #main .links .saiyo h4 span {
  display: inline-block;
  padding: 0.5em 4em 0.5em 1em;
  background: #00A08E;
  color: #ffffff;
}

@media screen and (max-width: 640px) {
  #mypage.mypagetop #main .links {
    padding: 0 2vw;
  }
  #mypage.mypagetop #main .links ul {
    margin-bottom: 2vw;
  }
  #mypage.mypagetop #main .links ul li {
    width: 100%;
    margin-bottom: 3vw;
  }
  #mypage.mypagetop #main .links ul li a span {
    width: 27%;
    left: 3%;
    font-size: 2.8vw;
  }
  #mypage.mypagetop #main .links .saiyo h4 {
    margin-bottom: 4vw;
  }
  #mypage.mypagetop #main .links .saiyo h4 span {
    font-size: 4vw;
  }
}

#mypage.mypagetop #main section {
  margin-bottom: 20px;
}

#mypage.mypagetop #main #spbanner {
  text-align: center;
  background: #f1f1f1;
  padding: 7px 0;
}

#mypage.mypagetop #main #spbanner img {
  width: 630px;
}

@media screen and (max-width: 640px) {
  #mypage.mypagetop #main #spbanner {
    padding: 0;
  }
  #mypage.mypagetop #main #spbanner img {
    width: 100%;
  }
}

#mypage.mypagetop #main .banner {
  margin-bottom: 20px;
}

#mypage.mypagetop #main .banner a {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#mypage.mypagetop #main .banner a:hover {
  opacity: 0.7;
}

#mypage.mypagetop #main .senkou {
  background: #f4f4f4;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 16px;
  margin: 0 auto 20px;
}

#mypage.mypagetop #main .senkou a, #mypage.mypagetop #main .senkou span {
  width: 49%;
}

#mypage.mypagetop #main .senkou a {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#mypage.mypagetop #main .senkou a:hover {
  opacity: 0.7;
}

#mypage.mypagetop #main .senkou.extra {
  background: none;
  padding: 0;
}

#mypage.mypagetop #main .senkou.single {
  display: block;
  background: none;
  padding: 0;
}

#mypage.mypagetop #main .senkou.note {
  background: #f5f5f5;
  padding: 0;
}

#mypage.mypagetop #main .senkou.note p {
  padding: 0.5em 1em 0.5em 2em;
  text-indent: -1em;
}

@media screen and (max-width: 640px) {
  #mypage.mypagetop #main .senkou {
    padding: 2vw;
  }
  #mypage.mypagetop #main .senkou.extra, #mypage.mypagetop #main .senkou.single {
    padding: 0 2vw;
  }
  #mypage.mypagetop #main .senkou.note p {
    font-size: 4vw;
  }
  #mypage.mypagetop #main .senkou.note p br {
    display: none;
  }
}

#mypage.mypagetop #main #banners {
  padding: 10px;
  background: #f4f4f4;
}

#mypage.mypagetop #main #banners ul {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

#mypage.mypagetop #main #banners ul:last-child {
  margin-bottom: 0;
}

#mypage.mypagetop #main #banners ul li {
  width: 100%;
  height: 150px;
  margin-right: 10px;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#mypage.mypagetop #main #banners ul li:last-child {
  margin-right: 0;
}

#mypage.mypagetop #main #banners ul li a {
  width: 100%;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  padding: 7px;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#mypage.mypagetop #main #banners ul li a:hover {
  opacity: 0.7;
}

#mypage.mypagetop #main #banners ul li a > div {
  padding: 3px;
  width: 100%;
  border: solid 1px #fff;
}

#mypage.mypagetop #main #banners ul li a > div dl {
  background: url(../../../contents-members/images/kv_title_bg.png) center center/cover no-repeat;
  height: 100%;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

#mypage.mypagetop #main #banners ul li a > div dl dt {
  font-size: 20pt;
  color: #fff;
  text-align: center;
  line-height: 1em;
  padding-bottom: 1.5em;
  font-weight: bold;
}

#mypage.mypagetop #main #banners ul li a > div dl dt span {
  font-size: 15pt;
  color: inherit;
}

#mypage.mypagetop #main #banners ul li a > div dl dd {
  position: absolute;
  left: 15%;
  bottom: 20px;
  width: 70%;
  background: url(../icons/triangle-right-green.png) right 10px center/auto 50% no-repeat #fff;
  font-size: 10pt;
  padding: 0.5em;
  text-align: center;
}

_:-ms-fullscreen, :root #mypage.mypagetop #main #banners ul li a > div dl dd {
  font-family: "Arial", "メイリオ", Meiryo, "游明朝", YuMincho, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

#mypage.mypagetop #main #banners ul li.zadankai a > div dl {
  background: rgba(250, 191, 0, 0.8);
}

@media screen and (max-width: 640px) {
  #mypage.mypagetop #main #banners ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #mypage.mypagetop #main #banners ul li {
    margin-right: 0;
    margin-bottom: 3vw;
    height: 30vw;
  }
  #mypage.mypagetop #main #banners ul li:last-child {
    margin-bottom: 0;
  }
  #mypage.mypagetop #main #banners ul li a div dl dt {
    font-size: 6vw;
    padding-bottom: 1em;
  }
  #mypage.mypagetop #main #banners ul li a div dl dt br {
    display: none;
  }
  #mypage.mypagetop #main #banners ul li a div dl dd {
    bottom: 2vw;
  }
}

#mypage.mypagetop #main #top_movie ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#mypage.mypagetop #main #top_movie ul li {
  width: 48%;
  margin-bottom: 40px;
}

#mypage.mypagetop #main #top_movie ul li a {
  text-decoration: none;
}

#mypage.mypagetop #main #top_movie ul li a .movie-wrap {
  margin-bottom: 10px;
}

#mypage.mypagetop #main #top_movie ul li a .movie-wrap iframe {
  position: static !important;
  height: 243px !important;
}

#mypage.mypagetop #main #top_movie ul li a span {
  font-size: 22px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  #mypage.mypagetop #main #top_movie ul {
    display: block;
  }
  #mypage.mypagetop #main #top_movie ul li {
    width: 100%;
  }
  #mypage.mypagetop #main #top_movie ul li .movie-wrap iframe {
    height: 52.7vw !important;
  }
}

#mypage.mypagetop #main #top_links #top_banners ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 15px;
}

#mypage.mypagetop #main #top_links #top_banners ul li {
  width: 49%;
}

@media screen and (max-width: 640px) {
  #mypage.mypagetop #main #top_links #top_banners ul {
    margin-bottom: 1.5vw;
  }
}

#mypage.mypagetop #main #movie ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 15px;
}

#mypage.mypagetop #main #movie ul li {
  width: 280px;
  max-width: 32.5%;
}

#mypage.mypagetop #main #movie ul li a dl {
  display: none;
}

@media screen and (max-width: 640px) {
  #mypage.mypagetop #main #movie ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: url(../../../contents-members/images/movie_bg.png) left top/20% auto no-repeat;
  }
  #mypage.mypagetop #main #movie ul li {
    width: 75%;
    max-width: 80%;
    margin-bottom: 10px;
  }
  #mypage.mypagetop #main #movie ul li a {
    display: block;
    text-decoration: none;
    height: 60px;
    border-radius: 6px;
    padding-left: 4vw;
    /* background: url(../icons/angle-right-round-yellow.png) right 3vw center/auto 35% no-repeat #00A08E; */
    background-color: #00A08E;
    -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  }
  #mypage.mypagetop #main #movie ul li a img {
    display: none;
  }
  #mypage.mypagetop #main #movie ul li a dl {
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  #mypage.mypagetop #main #movie ul li a dl dt, #mypage.mypagetop #main #movie ul li a dl dd {
    color: #fff;
    font-size: 12pt;
  }
  #mypage.mypagetop #main #movie ul li a dl dt {
    margin-right: 3vw;
    font-weight: bold;
  }
  #mypage.mypagetop #main #movie ul li a dl dd {
    line-height: 1.5em;
  }
}

#mypage.mypagetop #main #index_1day .index_1day {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#mypage.mypagetop #main #index_1day .index_1day figure {
  width: 270px;
  height: 100%;
}

#mypage.mypagetop #main #index_1day .index_1day p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #f4f4f4;
  padding: 1em;
  margin-bottom: 0;
}

#mypage.mypagetop #main #index_1day .index_1day ul {
  width: 200px;
  padding: 20px;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#mypage.mypagetop #main #index_1day .index_1day ul li {
  margin-bottom: 10px;
  width: 100%;
}

#mypage.mypagetop #main #index_1day .index_1day ul li a {
  line-height: 1.4em;
  padding: 0 1em 0 0 !important;
  height: 4.6em;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mypage.mypagetop #main #index_1day .index_1day ul li:last-child {
  margin-bottom: 0;
}

#mypage.mypagetop #main #index_1day .index_1day ul li .btn_triangle {
  padding: 2em 0;
}

@media screen and (max-width: 640px) {
  #mypage.mypagetop #main #index_1day .index_1day {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #mypage.mypagetop #main #index_1day .index_1day figure {
    display: none;
  }
  #mypage.mypagetop #main #index_1day .index_1day p {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 1vw;
  }
  #mypage.mypagetop #main #index_1day .index_1day ul {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  #mypage.mypagetop #main #index_1day .index_1day ul li {
    width: 80%;
    margin: auto;
    margin-bottom: 3vw;
  }
  #mypage.mypagetop #main #index_1day .index_1day ul li a.btn_triangle.sp_green {
    background-color: #00A08E;
    background-image: url(../icons/triangle-right-white.png);
    color: #fff;
  }
}

.index_5days h3 {
  text-align: center;
  color: #00A08E;
  font-size: 12pt;
  margin-bottom: 1em;
  border-bottom: solid 2px #00A08E;
  padding-bottom: 0.5em;
}

.index_5days p {
  width: 580px;
  padding: 20px;
  margin: auto;
  background: #f4f4f4;
  margin-bottom: 30px;
}

.index_5days ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index_5days ul li {
  width: 49%;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: #d7ede9;
  margin-bottom: 20px;
}

.index_5days ul li.wide {
  width: 100%;
}

.index_5days ul li.wide h4 {
  white-space: nowrap;
}

.index_5days ul li figure {
  width: 100px;
}

.index_5days ul li .wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.index_5days ul li .wrap h4 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11pt;
  line-height: 1.4em;
}

.index_5days ul li .wrap h4 span {
  font-size: inherit;
  line-height: inherit;
}

.index_5days ul li .wrap h4 span small {
  font-size: 7.9pt;
}

.index_5days ul li .wrap h4.disabled {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.index_5days ul li .wrap h4.disabled:after {
  content: "SUMMERの開催はございません";
  background: #fff;
  padding: 0.2em 0.5em;
  margin-top: 0.2em;
  font-size: 92%;
  border: solid 1px #00A08E;
}

.index_5days ul li .wrap h4.disabled.disabled2:after {
  content: "※近日公開予定";
}

.index_5days ul li .wrap div {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.index_5days ul li .wrap div a, .index_5days ul li .wrap div span {
  display: block;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  line-height: 1.2em;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 3em;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.index_5days ul li .wrap div a:hover, .index_5days ul li .wrap div span:hover {
  opacity: 0.7;
}

.index_5days ul li .wrap div a:first-child, .index_5days ul li .wrap div span:first-child {
  border-left: 0;
}

.index_5days ul li .wrap div a.entry, .index_5days ul li .wrap div span.entry {
  background: #fabf00;
}

.index_5days ul li .wrap div a.detail, .index_5days ul li .wrap div span.detail {
  background: #00A08E;
  color: #fff;
}

.index_5days ul li .wrap div .disable {
  width: 100%;
  background-color: #ccc;
  color: #999;
  cursor: default;
  font-weight: bold;
}

.index_5days ul li.index_5days_chiiki {
  background: #faddbd;
}

.index_5days ul li.index_5days_chiiki a.detail {
  background: #F08B1A;
}

.index_5days ul li.index_5days_rikei {
  background: #d9f1fd;
}

.index_5days ul li.index_5days_rikei a.detail {
  background: #00a0ee;
}

.index_5days ul li.index_5days_system {
  background: #d9f1fd;
}

.index_5days ul li.index_5days_system a.detail {
  background: #00a0ee;
}

.index_5days ul li.index_5days_myra {
  background: #feeced;
}

.index_5days ul li.index_5days_myra a.detail {
  background: #ef778b;
}

.index_5days .comingsoon {
  text-align: center;
  border: solid 2px #00A08E;
  font-size: 20px;
  color: #00A08E;
  padding: 0.5em 0;
  font-weight: bold;
  margin-top: -15px;
  background: #f5f5f5;
}

.index_5days.index_5days_no1day .index_5days_1day {
  display: none;
}

.index_5days.sougou .index_5days_sougou {
  display: none;
}

.index_5days.sougou2 .index_5days_sougou2 {
  display: none;
}

.index_5days.actuary .index_5days_actuary {
  display: none;
}

.index_5days.system .index_5days_system {
  display: none;
}

.index_5days.myra .index_5days_myra {
  display: none;
}

@media screen and (max-width: 640px) {
  .index_5days p {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .index_5days ul li {
    width: 100%;
    margin-bottom: 2vw !important;
  }
  .index_5days ul li figure {
    width: 24%;
    height: 100%;
    overflow: hidden;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .index_5days ul li figure img {
    max-width: 1000%;
    height: 21vw !important;
  }
  .index_5days ul li .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .index_5days ul li .wrap h4 {
    font-size: 3.3vw !important;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: normal !important;
  }
  .index_5days ul li .wrap div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
  .index_5days ul li .wrap div a, .index_5days ul li .wrap div .disable {
    font-size: 3vw !important;
  }
  .index_5days .comingsoon {
    margin-top: 0;
    font-size: 5vw;
  }
}

.note-c {
  padding-top: 0.5em;
  font-size: 9pt;
  text-align: center;
  line-height: 1.5em;
}

.index_report a {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.index_report a span {
  width: 300px;
  margin-top: 10px;
}

.index_report a:hover span {
  background: #00A08E;
  color: #ffffff;
}

@media screen and (max-width: 640px) {
  .index_report a {
    width: 100%;
  }
  .index_report a span {
    width: 80%;
  }
}

#modal.seihonogakkou #modal_inner {
  background: #000;
  padding: 0;
  width: 920px;
  height: auto;
}

@media screen and (max-width: 640px) {
  #modal.seihonogakkou #modal_inner {
    width: 94%;
  }
}

#modal.seihonogakkou #modal_inner #modal_container {
  overflow: hidden;
}

#modal.seihonogakkou #modal_inner #modal_container iframe {
  width: 100%;
  height: 520px;
}

@media screen and (max-width: 640px) {
  #modal.seihonogakkou #modal_inner #modal_container iframe {
    width: 100%;
    height: 51vw;
  }
}

#movieContainer {
  width: 100%;
}

div.msg-2020 {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

div.msg-2020 span {
  display: inline-block;
  background: #fabf00;
  font-size: 10.5pt;
  padding: 0.8em 3em;
  font-weight: bold;
}

/* ===============
***
***	1day
***
=================*/
#mypage.page-1day h2.title {
  background-image: url(../../mypage/images/1day/main_bg.jpg);
}

#mypage.page-1day #main #link_schedule {
  text-align: center;
  margin-bottom: 60px;
  padding-top: 40px;
}

#mypage.page-1day #main #link_schedule a {
  display: inlineblock;
  margin: auto;
  text-align: center;
  padding: 0.8em 3.5em 0.8em 2em;
  background: url(../icons/angle-bottom-round-yellow.png) right 1em center/auto 50% no-repeat;
  text-decoration: none;
  font-size: 12pt;
  color: #000;
  font-weight: bold;
  border: solid 1px #ccc;
}

#mypage.page-1day #main #link_schedule a:hover {
  background-color: #fabf00;
}

#mypage.page-1day #main h3.copy {
  text-align: center;
  font-size: 18pt;
  line-height: 1.8em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  position: relative;
}

#mypage.page-1day #main h3.copy:after {
  content: "";
  width: 200px;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #00A08E;
  display: block;
  margin-left: -100px;
}

#mypage.page-1day #main p.lead {
  width: 490px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  #mypage.page-1day #main p.lead {
    width: 100%;
  }
}

#mypage.page-1day #main .curriculum {
  position: relative;
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto;
  width: 500px;
}

#mypage.page-1day #main .curriculum:after {
  content: "";
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0 0 0 -18px;
}

#mypage.page-1day #main .curriculum span.note {
  display: inline-block;
  padding-top: 1em;
}

#mypage.page-1day #main .curriculum ul {
  margin: auto;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mypage.page-1day #main .curriculum ul li {
  width: 100%;
  text-align: center;
}

#mypage.page-1day #main .curriculum ul li.am {
  background: #ecf6f4;
}

#mypage.page-1day #main .curriculum ul li.pm {
  background: #fff5dd;
}

#mypage.page-1day #main .curriculum ul li dl dt {
  background: #00A08E;
  color: #fff;
  font-size: 13pt;
  padding: 0.5em 0;
}

#mypage.page-1day #main .curriculum ul li dl dd {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 020px 30px;
  font-size: 14pt;
  font-weight: bold;
  text-align: left;
  line-height: 1.6em;
}

#mypage.page-1day #main .curriculum ul li dl dd h4 {
  font-size: 12pt;
  border-bottom: dashed 1px #ccc;
  width: 100%;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

#mypage.page-1day #main .curriculum ul li dl dd p {
  font-size: 12pt;
  font-weight: normal;
  line-height: 1.5em;
  color: #333;
  margin-bottom: 0;
  font-weight: bold;
  text-align: left;
  width: 100%;
  text-indent: -1em;
  margin-left: 1em;
}

#mypage.page-1day #main .curriculum ul li dl dd > span {
  display: inline;
  padding-top: 1em;
}

@media screen and (max-width: 640px) {
  #mypage.page-1day #main .curriculum {
    width: auto;
  }
  #mypage.page-1day #main .curriculum:after {
    margin-top: -30px;
  }
  #mypage.page-1day #main .curriculum ul {
    width: 100%;
    display: block;
  }
  #mypage.page-1day #main .curriculum ul li {
    width: 100%;
    margin-bottom: 5vw;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #mypage.page-1day #main .curriculum ul li dl dt {
    font-size: 14pt;
  }
  #mypage.page-1day #main .curriculum ul li dl dd {
    padding-bottom: 20px;
  }
  #mypage.page-1day #main .curriculum ul li dl dd p {
    font-size: 14pt;
    font-size: 3.5vw;
  }
}

#mypage.page-1day #main #schedule {
  margin-bottom: 50px;
}

#mypage.page-1day #main #schedule h4 {
  font-size: 14pt;
  color: #00A08E;
  background: #e2f1ef;
  text-align: center;
  padding: 0.5em 0;
  margin-bottom: 1em;
}

#mypage.page-1day #main #schedule .msg {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 11.5pt;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  text-align: center;
}

#mypage.page-1day #main #schedule .msg > div {
  background: #f5f5f5;
  padding: 2em 2em;
}

#mypage.page-1day #main #schedule .msg p {
  padding: 1em 0;
  font-size: 14pt;
}

@media screen and (max-width: 640px) {
  #mypage.page-1day #main #schedule .msg {
    display: block;
  }
  #mypage.page-1day #main #schedule .msg > div {
    text-align: left;
  }
  #mypage.page-1day #main #schedule .msg p {
    text-align: left;
    display: block;
  }
}

#mypage.page-1day #main #schedule #schedule_nav {
  margin-bottom: 20px;
}

#mypage.page-1day #main #schedule #schedule_nav ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#mypage.page-1day #main #schedule #schedule_nav ul li {
  width: 100%;
  text-align: center;
}

#mypage.page-1day #main #schedule #schedule_nav ul li > span {
  margin-bottom: 0.5em;
}

#mypage.page-1day #main #schedule #schedule_nav ul li div {
  height: 20px;
  border: solid 1px #ccc;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 11pt;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 0.8em 0 0.8em 1em;
  background: url(../icons/checkbox_off.png) left 10px center/auto 50% no-repeat;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

#mypage.page-1day #main #schedule #schedule_nav ul li div:hover {
  cursor: pointer;
  background-color: #efefef;
}

#mypage.page-1day #main #schedule #schedule_nav ul li p {
  font-size: 9.5pt;
}

#mypage.page-1day #main #schedule #schedule_nav ul li:nth-child(6n) {
  margin-right: 0;
}

#mypage.page-1day #main #schedule #schedule_nav ul li.active div {
  background-color: #fabf00 !important;
  border-color: #fabf00 !important;
  background-image: url(../icons/checkbox_on.png);
}

#mypage.page-1day #main #schedule #schedule_nav ul li.tokyo div {
  border-bottom: solid 3px #00aa21 !important;
}

#mypage.page-1day #main #schedule #schedule_nav ul li.osaka div {
  border-bottom: solid 3px #ff8900 !important;
}

#mypage.page-1day #main #schedule #schedule_nav ul li.nagoya div {
  border-bottom: solid 3px #cb00f0 !important;
}

#mypage.page-1day #main #schedule #schedule_nav ul li.sapporo div {
  border-bottom: solid 3px #f0af00 !important;
}

#mypage.page-1day #main #schedule #schedule_nav ul li.sendai div {
  border-bottom: solid 3px #1c00f0 !important;
}

#mypage.page-1day #main #schedule #schedule_nav ul li.fukuoka div {
  border-bottom: solid 3px #f00066 !important;
}

#mypage.page-1day #main #schedule #schedule_nav ul li input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #ccc;
  background: #fff;
  width: 1.4em;
  height: 1.4em;
  vertical-align: middle;
  margin-bottom: 0.4em;
  margin-right: 0.2em;
}

@media screen and (max-width: 640px) {
  #mypage.page-1day #main #schedule #schedule_nav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #mypage.page-1day #main #schedule #schedule_nav ul li {
    width: 43%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

#mypage.page-1day #main #schedule #calender {
  margin-bottom: 20px;
}

#mypage.page-1day #main #schedule #calender #calender_inner {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

#mypage.page-1day #main #schedule #calender .cal {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}

#mypage.page-1day #main #schedule #calender .cal:nth-child(3n) {
  margin-right: 0;
}

#mypage.page-1day #main #schedule #calender .cal table {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #ccc;
}

#mypage.page-1day #main #schedule #calender .cal table caption {
  font-size: 12pt;
  padding-bottom: 0.2em;
  font-weight: bold;
  color: #00A08E;
  text-align: left;
}

#mypage.page-1day #main #schedule #calender .cal table tr th, #mypage.page-1day #main #schedule #calender .cal table tr td {
  border: solid 1px #ccc;
  width: 14.3%;
  text-align: center;
}

#mypage.page-1day #main #schedule #calender .cal table tr th.blank, #mypage.page-1day #main #schedule #calender .cal table tr td.blank {
  background: #eee !important;
}

#mypage.page-1day #main #schedule #calender .cal table tr th {
  padding: 0.5em 0;
  color: #fff;
  background: #00A08E;
}

#mypage.page-1day #main #schedule #calender .cal table tr th.sun {
  background: #ef443e;
}

#mypage.page-1day #main #schedule #calender .cal table tr th.sat {
  background: #3c97f0;
}

#mypage.page-1day #main #schedule #calender .cal table tr td {
  padding: 1em 0 0;
  font-weight: bold;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#mypage.page-1day #main #schedule #calender .cal table tr td.sun, #mypage.page-1day #main #schedule #calender .cal table tr td.holiday {
  background: #fde6e4;
}

#mypage.page-1day #main #schedule #calender .cal table tr td.sat {
  background: #e4f1fd;
}

#mypage.page-1day #main #schedule #calender .cal table tr td div {
  padding: 0.5em 0 0.2em;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#mypage.page-1day #main #schedule #calender .cal table tr td div span {
  display: block;
  width: 24%;
  margin: 0 3% 2px;
  height: 5px;
  border-radius: 10px;
  background: #eee;
}

#mypage.page-1day #main #schedule #calender .cal table tr td div span.tokyo.on {
  background: #00aa21;
}

#mypage.page-1day #main #schedule #calender .cal table tr td div span.osaka.on {
  background: #ff8900;
}

#mypage.page-1day #main #schedule #calender .cal table tr td div span.nagoya.on {
  background: #cb00f0;
}

#mypage.page-1day #main #schedule #calender .cal table tr td div span.sapporo.on {
  background: #f0af00;
}

#mypage.page-1day #main #schedule #calender .cal table tr td div span.sendai.on {
  background: #1c00f0;
}

#mypage.page-1day #main #schedule #calender .cal table tr td div span.fukuoka.on {
  background: #f00066;
}

#mypage.page-1day #main #schedule #calender .cal table tr td.disable {
  background: #ccc;
  color: #888;
}

@media screen and (max-width: 640px) {
  #mypage.page-1day #main #schedule #calender {
    width: 100%;
  }
  #mypage.page-1day #main #schedule #calender #calender_inner {
    width: 1320px;
  }
  #mypage.page-1day #main #schedule #calender .cal {
    width: 300px;
    margin-right: 30px !important;
  }
}

#mypage.page-1day #main #schedule #cal_desc dl {
  display: inline-block;
  margin-right: 1em;
}

#mypage.page-1day #main #schedule #cal_desc dl dt, #mypage.page-1day #main #schedule #cal_desc dl dd {
  display: inline-block;
}

#mypage.page-1day #main #schedule #cal_desc dl dt {
  width: 1.2em;
  height: 0.5em;
  margin-right: 0.2em;
  border-radius: 0.25em;
}

#mypage.page-1day #main #schedule #cal_desc dl dd {
  font-size: 8.5pt;
}

#mypage.page-1day #main #schedule #cal_desc dl.tokyo dt {
  background: #00aa21;
}

#mypage.page-1day #main #schedule #cal_desc dl.osaka dt {
  background: #ff8900;
}

#mypage.page-1day #main #schedule #cal_desc dl.nagoya dt {
  background: #cb00f0;
}

#mypage.page-1day #main #schedule #cal_desc dl.sapporo dt {
  background: #f0af00;
}

#mypage.page-1day #main #schedule #cal_desc dl.sendai dt {
  background: #1c00f0;
}

#mypage.page-1day #main #schedule #cal_desc dl.fukuoka dt {
  background: #f00066;
}

#mypage.page-1day #main #schedule .schedule .area {
  background: #f4f4f4;
  padding: 15px;
  display: none;
}

#mypage.page-1day #main #schedule .schedule .area:first-child {
  display: block;
}

#mypage.page-1day #main #schedule .schedule .area .date {
  padding-bottom: 30px;
  background: url(../../mypage/images/1day/schedule_border.png) bottom center no-repeat;
  margin-bottom: 20px;
}

#mypage.page-1day #main #schedule .schedule .area .date dl {
  display: inline-block;
  margin-bottom: 10px;
}

#mypage.page-1day #main #schedule .schedule .area .date dl dt, #mypage.page-1day #main #schedule .schedule .area .date dl dd {
  font-size: 11pt;
  display: inline-block;
  border: solid 1px #00A08E;
  border-radius: 5px;
  padding: 0.5em 1em;
  margin-right: 5px;
}

#mypage.page-1day #main #schedule .schedule .area .date dl dt {
  background: #00A08E;
  color: #fff;
}

#mypage.page-1day #main #schedule .schedule .area .date dl dd {
  background: #fff;
}

#mypage.page-1day #main #schedule .schedule .area .time {
  text-align: center;
  font-size: 17pt;
  font-weight: bold;
  color: #00A08E;
  padding-bottom: 20px;
}

@media screen and (max-width: 640px) {
  #mypage.page-1day #main #schedule .schedule .area .date dl {
    display: block;
  }
  #mypage.page-1day #main #schedule .schedule .area .date dl dt, #mypage.page-1day #main #schedule .schedule .area .date dl dd {
    margin-bottom: 10px;
  }
  #mypage.page-1day #main #schedule .schedule .area .date dl dt {
    display: block;
  }
  #mypage.page-1day #main #schedule .schedule .area .date dl dd {
    width: 23%;
    text-align: center;
  }
}

#mypage.page-1day #schedule #schedule_list {
  margin-bottom: 40px;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#mypage.page-1day #schedule #schedule_list.flex-start {
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#mypage.page-1day #schedule #schedule_list li {
  width: 24%;
  display: inline-block;
  margin: 0 1% 0 0;
  margin-bottom: 10px;
}

#mypage.page-1day #schedule #schedule_list li:nth-child(4n) {
  margin-right: 0;
}

#mypage.page-1day #schedule #schedule_list li a {
  padding: 0.2em 0;
  text-align: center;
  display: block;
  text-align: center;
  border: solid 1px #00A08E;
  color: #00A08E;
  padding: 10px 0;
  font-family: "HG明朝E", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: normal;
  font-size: 1.2rem;
  text-decoration: none;
  -webkit-transition: background-color 0.05s linear, color 0.05s linear;
  -o-transition: background-color 0.05s linear, color 0.05s linear;
  transition: background-color 0.05s linear, color 0.05s linear;
  background: url(../images/nav_marker_down.png) center right 20px no-repeat;
}

#mypage.page-1day #schedule .schedule_block {
  margin-bottom: 30px;
}

#mypage.page-1day #schedule h5 {
  color: #00A08E;
  font-size: 14pt;
  text-align: center;
  padding: 0.5em;
}

#mypage.page-1day #schedule h5.on {
  background: #d7ede9;
}

#mypage.page-1day #schedule .schedule {
  background: #fff9ec;
}

#mypage.page-1day #schedule .schedule table {
  margin: auto;
}

#mypage.page-1day #schedule .schedule table tr th,
#mypage.page-1day #schedule .schedule table tr td {
  border-bottom: solid 1px #ccc;
  line-height: 1.5em;
  vertical-align: middle;
}

#mypage.page-1day #schedule .schedule table tr th p.number,
#mypage.page-1day #schedule .schedule table tr td p.number {
  margin-bottom: 0.3em;
}

#mypage.page-1day #schedule .schedule table tr th p.number:last-of-type,
#mypage.page-1day #schedule .schedule table tr td p.number:last-of-type {
  margin-bottom: 0;
}

#mypage.page-1day #schedule .schedule table tr.noborder td {
  border-bottom: none;
  line-height: 1.0em;
  padding-bottom: 0;
}

#mypage.page-1day #schedule .schedule table tr.noborder td.date {
  background-position: right 20px bottom;
}

#mypage.page-1day #schedule .schedule table tr td.date dl {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#mypage.page-1day #schedule .schedule table tr td.date dl dt, #mypage.page-1day #schedule .schedule table tr td.date dl dd span {
  font-size: 10.5pt;
  padding: 0.2em 0.5em;
  margin-right: 3px;
  margin-bottom: 3px;
  border-radius: 5px;
}

#mypage.page-1day #schedule .schedule table tr td.date dl dt {
  background: #00A08E;
  color: #fff;
  border: solid 1px #00A08E;
  min-width: 4em;
  text-align: center;
}

#mypage.page-1day #schedule .schedule table tr td.date dl dd {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#mypage.page-1day #schedule .schedule table tr td.date dl dd span {
  background: #fff;
  border: solid 1px #ccc;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1em;
}

@media screen and (max-width: 640px) {
  #mypage.page-1day #schedule .schedule table tr td.date dl {
    margin-bottom: 5vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #mypage.page-1day #schedule .schedule table tr td.date dl dt {
    width: 100%;
  }
}

#mypage.page-1day #schedule .schedule table tr.small td {
  padding-top: 0.5em;
  font-size: 0.9rem;
  text-align: center;
}

#mypage.page-1day #schedule .schedule table tr:last-child th,
#mypage.page-1day #schedule .schedule table tr:last-child td {
  border-bottom: none;
  vertical-align: middle;
}

#mypage.page-1day .consulting #schedule .schedule table td.date {
  padding-bottom: 2.5em;
}

#mypage.page-1day #schedule .schedule table th {
  padding-right: 20px;
}

#mypage.page-1day #schedule .schedule table th p {
  background: #009c84;
  text-align: center;
  width: 34px;
  height: 28px;
  padding: 3px 0 3px;
  border-radius: 16px;
  color: #fff;
  line-height: 1em;
  font-size: 1.2rem;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mypage.page-1day #schedule .schedule table th p img {
  vertical-align: middle;
}

#mypage.page-1day #schedule .schedule table td {
  font-size: 1.0rem;
  font-weight: bold;
  padding: 1.5em 0;
  line-height: 1.3em;
}

#mypage.page-1day #schedule .schedule table td p {
  margin-bottom: 0.3em;
}

#mypage.page-1day #schedule .schedule table td.date {
  padding-right: 50px;
  background: url(../images/sougou_arrow_right.png) right 20px center no-repeat;
}

#mypage.page-1day span.day {
  display: inline-block;
  border: solid 1px #00A08E;
  color: #00A08E;
  font-size: 8pt;
  line-height: 1em;
  padding: 0.2em 0.4em 0.1em;
  margin-bottom: 3px;
  border-radius: 3px;
}

#mypage.page-1day #schedule .schedule table td.date.noarrow {
  background: none;
  padding-right: 0;
}

#mypage.page-1day #schedule .schedule table td.date.narrow {
  padding-top: 1.5em;
  padding-bottom: 0.5em;
}

#mypage.page-1day #schedule .schedule table td.date.noarrow p {
  line-height: 0.5em;
}

#mypage.page-1day #schedule .schedule table td.date.narrow small {
  line-height: 1.0em;
  font-size: 75%;
  vertical-align: top;
}

#mypage.page-1day #schedule .schedule table td.nopaddingtop {
  padding-top: 5px;
  background-position: right 20px top 5px;
}

@media screen and (max-width: 640px) {
  #mypage.page-1day #schedule .schedule {
    padding-top: 10px;
  }
  #mypage.page-1day #schedule #schedule_list li {
    width: 48%;
  }
  #mypage.page-1day #schedule #schedule_list li a {
    background: none;
  }
  #mypage.page-1day #schedule .schedule table {
    width: 98%;
  }
  #mypage.page-1day #schedule .schedule table tr {
    border-bottom: solid 1px #ccc;
  }
  #mypage.page-1day .oneday #schedule .schedule table tr {
    border-bottom: 0;
  }
  #mypage.page-1day #schedule .schedule table tr:last-child {
    border-bottom: 0;
  }
  #mypage.page-1day #schedule .schedule table tr th,
  #mypage.page-1day #schedule .schedule table tr td {
    display: block;
    padding: 0.5em 0;
    border-bottom: 0;
    text-align: center;
    width: 100%;
  }
  #mypage.page-1day #schedule .schedule table tr th {
    padding-bottom: 0;
  }
  #mypage.page-1day #schedule .schedule table tr td {
    padding: 0 0 0.5em;
    padding-top: 5vw;
  }
  #mypage.page-1day #schedule .schedule table tr td.nopadding {
    padding: 0.5em 0;
  }
  #mypage.page-1day #schedule .schedule table tr th {
    text-align: center;
  }
  #mypage.page-1day #schedule .schedule table tr th p {
    margin: auto;
  }
  #mypage.page-1day #schedule .schedule table td.date,
  #mypage.page-1day #schedule .schedule table tr.noborder td.date {
    padding-top: 0.2em;
    padding-right: 0;
    padding-bottom: 19px;
    background: url(../images/sougou_arrow_down.png) center bottom 2px no-repeat;
    background-size: 15px;
    text-align: center;
  }
  #mypage.page-1day #schedule .schedule {
    padding-top: 10px;
  }
}

/* ===============
***
***	5days
***
=================*/
#mypage.page-5days h2.title-5days {
  height: 230px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
  line-height: 1.4em;
}

#mypage.page-5days h2.title-5days dl {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#mypage.page-5days h2.title-5days dl dt {
  background: #00A08E;
  color: #fff;
  padding: 0.3em 1em;
  font-size: 12pt;
  margin-bottom: 1em;
}

#mypage.page-5days h2.title-5days dl dd {
  font-size: 28pt;
}

@media screen and (max-width: 640px) {
  #mypage.page-5days h2.title-5days {
    height: 30vw;
    background-position: left center;
  }
  #mypage.page-5days h2.title-5days:after {
    width: 40vw;
  }
  #mypage.page-5days h2.title-5days dl {
    margin-left: 40%;
  }
  #mypage.page-5days h2.title-5days dl dt {
    font-size: 3vw;
  }
  #mypage.page-5days h2.title-5days dl dd {
    font-size: 4vw;
    line-height: 1.3em;
  }
}

#mypage.page-5days .lead {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  #mypage.page-5days .lead {
    text-align: left;
  }
  #mypage.page-5days .lead br {
    display: none;
  }
}

#mypage.page-5days .register {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mypage.page-5days .register .btn_regist {
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 640px) {
  #mypage.page-5days .register {
    display: block;
  }
  #mypage.page-5days .register .btn_regist {
    width: 100%;
    margin: 0;
    margin-bottom: 5vw;
  }
}

#mypage.page-5days #divlist {
  width: 170px;
  height: 40px;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 30px;
  padding-right: 20px;
  text-decoration: none;
  color: #00A08E;
  background: url(../icons/angle-bottom-round-yellow.png) right 20px center/20px no-repeat #fff;
  border: solid 1px #00A08E;
  font-size: 12pt;
  line-height: 1em;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#mypage.page-5days #divlist:hover {
  background-color: #00A08E;
  color: #fff;
}

@media screen and (max-width: 640px) {
  #mypage.page-5days #divlist {
    position: static;
    margin: auto;
    margin-bottom: 5vw;
  }
}

#mypage.page-5days .comingsoon {
  background: #f5f5f5;
  color: #000000;
  font-size: 12pt;
  padding: 5em 0;
  text-align: center;
}

#mypage.page-5days #detail {
  padding-top: 70px;
  margin-bottom: 100px;
}

#mypage.page-5days #detail #tab {
  margin-bottom: 30px;
}

#mypage.page-5days #detail #tab li {
  width: 100%;
  text-align: center;
  background: url(../icons/angle-bottom-white.png) right 30px center/23px auto no-repeat #00A08E;
  color: #fff;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  font-size: 16pt;
  font-weight: bold;
  margin-bottom: 40px;
  border-top: solid 3px #00A08E;
  border-bottom: solid 3px #00A08E;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#mypage.page-5days #detail #tab li:hover {
  opacity: 0.7;
}

#mypage.page-5days #detail #tab li.active {
  background-color: #fff;
  color: #00A08E;
}

#mypage.page-5days #detail #tab li.active:after {
  position: absolute;
  left: 50%;
  bottom: -18px;
  margin-left: -15px;
  content: "";
  display: block;
  width: 30px;
  height: 18px;
  background: url(../icons/triangle-bottom-green.png) center center/contain no-repeat;
}

#mypage.page-5days #detail #tab li:hover {
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  #mypage.page-5days #detail {
    padding-top: 7vw;
  }
  #mypage.page-5days #detail #tab {
    margin-bottom: 15vw;
  }
  #mypage.page-5days #detail #tab li {
    background-position: right 7% center;
    font-size: 4vw;
    margin-bottom: 0;
  }
}

#mypage.page-5days #curriculum {
  width: 770px;
  margin: auto;
}

@media screen and (max-width: 640px) {
  #mypage.page-5days #curriculum {
    width: 90%;
    margin-left: 5%;
  }
}

#mypage.page-5days #curriculum .anno {
  margin-bottom: 30px;
  line-height: 1.6em;
}

@media screen and (max-width: 640px) {
  #mypage.page-5days #curriculum .anno {
    font-size: 3.2vw;
  }
}

#mypage.page-5days #curriculum .curriculum > .anno {
  margin-bottom: 50px;
}

#mypage.page-5days #curriculum .curriculum .block {
  position: relative;
  background: #FFF9EC;
  margin-bottom: 70px;
  min-height: 160px;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#mypage.page-5days #curriculum .curriculum .block.nomargin {
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  #mypage.page-5days #curriculum .curriculum .block {
    display: block;
    margin-bottom: 35vw !important;
    padding-bottom: 20vw;
  }
  #mypage.page-5days #curriculum .curriculum .block.mb10 {
    margin-bottom: 25vw !important;
  }
}

#mypage.page-5days #curriculum .curriculum .block h4 {
  position: absolute;
  left: -7px;
  top: -22px;
}

#mypage.page-5days #curriculum .curriculum .block h4 dl {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mypage.page-5days #curriculum .curriculum .block h4 dl dt {
  margin-right: 10px;
}

#mypage.page-5days #curriculum .curriculum .block h4 dl dd {
  background: #00A08E;
  padding: 0.5em 1em;
  color: #fff;
  font-size: 12pt;
  min-width: 160px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  #mypage.page-5days #curriculum .curriculum .block h4 {
    left: -5%;
    top: -5vw;
  }
}

#mypage.page-5days #curriculum .curriculum .block ol {
  list-style: none;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 50px;
  padding-left: 30px;
  padding-bottom: 30px;
}

#mypage.page-5days #curriculum .curriculum .block ol li {
  text-align: left;
  font-size: 10.5pt;
  margin: 10px 0;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.5em;
}

#mypage.page-5days #curriculum .curriculum .block ol li > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: inherit;
}

@media screen and (max-width: 640px) {
  #mypage.page-5days #curriculum .curriculum .block ol {
    width: 90%;
    padding-left: 5%;
  }
}

#mypage.page-5days #curriculum .curriculum .block figure {
  width: 300px;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 640px) {
  #mypage.page-5days #curriculum .curriculum .block figure {
    width: 80%;
    height: 40vw;
    position: absolute;
    left: 10%;
    bottom: -20vw;
  }
}

#mypage.page-5days #curriculum .curriculum .block #divlist {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 170px;
  height: 40px;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -125px;
  margin-bottom: -20px;
  padding-right: 20px;
  text-decoration: none;
  color: #00A08E;
  background: url(../icons/angle-bottom-round-yellow.png) right 20px center/20px no-repeat #fff;
  border: solid 1px #00A08E;
  font-size: 12pt;
  line-height: 1em;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#mypage.page-5days #curriculum .curriculum .block #divlist:hover {
  background-color: #00A08E;
  color: #fff;
}

@media screen and (max-width: 640px) {
  #mypage.page-5days #curriculum .curriculum .block #divlist {
    position: static;
    margin: auto;
    margin-bottom: 5vw;
  }
}

#mypage.page-5days .curriculum2 {
  margin-bottom: 50px;
}

#mypage.page-5days .curriculum2 h4 {
  font-size: 36px;
  font-weight: normal;
  color: #00A08E;
  margin-bottom: 0.5em;
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
  border-left: solid 3px #00A08E;
  padding: 0.3em 0.4em;
}

#mypage.page-5days .curriculum2 h4.system {
  color: #00a0ee;
  border-color: #00a0ee;
}

#mypage.page-5days .curriculum2 h4.chiiki {
  color: #F08B1A;
  border-color: #F08B1A;
}

#mypage.page-5days .curriculum2 p.gray {
  background: #FFF9EC;
  padding: 0.7em 1em;
}

#mypage.page-5days .curriculum2 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

#mypage.page-5days .curriculum2 table.place th {
  width: 7em;
  white-space: nowrap;
}

#mypage.page-5days .curriculum2 table.place td {
  width: auto;
}

#mypage.page-5days .curriculum2 table tr th, #mypage.page-5days .curriculum2 table tr td {
  font-size: 16px;
  border: solid 1px #00A08E;
  padding: 1em;
  vertical-align: middle;
  font-weight: normal;
}

#mypage.page-5days .curriculum2 table tr th {
  color: #00A08E;
  background: #ECF6F4;
}

#mypage.page-5days .curriculum2 table tr th strong {
  font-size: 28px;
  display: block;
  text-align: center;
  margin-bottom: 0.4em;
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
  font-weight: normal;
  color: #00A08E;
}

#mypage.page-5days .curriculum2 table tr td {
  font-size: 16px;
  line-height: 1.6em;
}

#mypage.page-5days .curriculum2 table tr td ul {
  list-style: disc;
  padding-left: 1em;
}

#mypage.page-5days .curriculum2 table tr td ul li {
  font-size: 16px;
  line-height: 1.6em;
}

#mypage.page-5days .curriculum2 .anno {
  line-height: 1.6em;
}

@media screen and (max-width: 640px) {
  #mypage.page-5days .curriculum2 {
    margin-bottom: 10vw;
  }
  #mypage.page-5days .curriculum2 h4 {
    font-size: 6.5vw;
  }
  #mypage.page-5days .curriculum2 table tr th, #mypage.page-5days .curriculum2 table tr td {
    font-size: 3.5vw;
    width: calc(100% - 2em);
  }
  #mypage.page-5days .curriculum2 table tr th strong {
    font-size: 6vw;
  }
  #mypage.page-5days .curriculum2 table tr td ul li {
    font-size: 3.5vw;
  }
}

#mypage.page-5days #schedule {
  width: 770px;
  margin: auto;
  margin-bottom: 100px;
}

#mypage.page-5days #schedule h3.season {
  text-align: center;
  font-size: 40px;
  color: #00A08E;
  margin-bottom: 1em;
}

#mypage.page-5days #schedule h3.season.autumn {
  color: #F08B1A;
}

#mypage.page-5days #schedule h3.season.winter {
  color: #00a0ee;
}

@media screen and (max-width: 640px) {
  #mypage.page-5days #schedule h3.season {
    font-size: 7vw;
  }
}

#mypage.page-5days #schedule .season_tab {
  width: 100%;
  margin-bottom: 50px;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#mypage.page-5days #schedule .season_tab li {
  width: 300px;
}

#mypage.page-5days #schedule .season_tab li a {
  display: block;
  font-size: 12pt;
  text-decoration: none;
  text-align: center;
  border: solid 1px #00A08E;
  padding: 1em 0;
  margin: 0 10px;
  color: #00A08E;
  background: url(../icons/angle-bottom-round-yellow.png) right 10px center/auto 45% no-repeat;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#mypage.page-5days #schedule .season_tab li a:hover {
  background-color: #00A08E;
  color: #fff;
}

#mypage.page-5days #schedule > h4 {
  color: #00A08E;
  text-align: center;
  font-size: 24pt;
  font-weight: normal;
  padding: 0.5em 0;
  background: #f1f1f1;
  margin-bottom: 5px;
}

#mypage.page-5days #schedule p.comingsoon {
  text-align: center;
  padding: 3em 0;
  background: #f5f5f5;
}

#mypage.page-5days #schedule table {
  width: 100%;
  border-collapse: collapse;
}

#mypage.page-5days #schedule table th, #mypage.page-5days #schedule table td {
  border: solid 1px #ccc;
  padding: 0.5em 1em;
  vertical-align: middle;
}

#mypage.page-5days #schedule table th {
  background: #00A08E;
  color: #fff;
  font-size: 12pt;
}

#mypage.page-5days #schedule table th span {
  display: inline-block;
  font-size: 12px;
  background: #fff;
  padding: 0.2em 1em;
  margin-left: 1em;
  font-weight: bold;
  border-radius: 1em;
  vertical-align: middle;
  margin-bottom: 0.1em;
}

#mypage.page-5days #schedule table td {
  font-size: 11.5pt;
  line-height: 1.5em;
}

#mypage.page-5days #schedule table td h6 {
  display: none;
}

#mypage.page-5days #schedule table td.attr {
  background: #f5f5f5;
  font-weight: bold;
  color: #666;
  text-align: center;
}

#mypage.page-5days #schedule table td.number {
  background: #d7ede9;
  color: #00A08E;
  font-weight: bold;
  text-align: center;
}

#mypage.page-5days #schedule table td.day span {
  font-size: inherit;
  display: inline-block;
  white-space: nowrap;
  margin-left: 0.5em;
}

#mypage.page-5days #schedule table td.day span.days {
  margin-left: 0;
  font-size: 9.5pt;
  border: solid 1px #00A08E;
  display: inline-block;
  padding: 0.3em 0.5em;
  border-radius: 5px;
  color: #00A08E;
  margin-right: 5px;
}

#mypage.page-5days #schedule table td.day small {
  display: block;
}

#mypage.page-5days #schedule table td.place {
  padding-top: 1em;
  padding-bottom: 1em;
}

#mypage.page-5days #schedule table td.place span {
  color: #00A08E;
  font-size: inherit;
  background: #D7EDE9;
  font-weight: bold;
  padding: 0.2em 0.4em;
  border-radius: 0.2em;
  margin-right: 0.3em;
}

#mypage.page-5days #schedule table td strong {
  display: inline-block;
  color: #fff;
  font-size: 8.5pt;
  background: #00A08E;
  padding: 0.5em 1em;
  border-radius: 5px;
  margin-right: 0.5em;
  vertical-align: middle;
}

#mypage.page-5days #schedule table tr.thead th, #mypage.page-5days #schedule table tr.thead td {
  background: #d7ede9;
  color: #00A08E;
  font-weight: bold;
  text-align: center;
}

#mypage.page-5days #schedule table td {
  font-size: 16px;
}

#mypage.page-5days #schedule table td .area {
  color: #00A08E;
  margin-bottom: 0.4em;
  font-size: inherit;
  font-weight: bold;
}

#mypage.page-5days #schedule table td .area.rikei {
  color: #00a0ee;
}

#mypage.page-5days #schedule table td .area.chiiki {
  color: #F08B1A;
}

#mypage.page-5days #schedule table td .comingsoon {
  padding: 1.5em 0;
  line-height: 1.6em;
  font-weight: bold;
}

#mypage.page-5days #schedule table td.limit {
  display: none;
}

#mypage.page-5days #schedule table td .single-block {
  font-size: inherit;
  line-height: 1.5em;
  font-size: inherit;
}

#mypage.page-5days #schedule table td .single-block .date, #mypage.page-5days #schedule table td .single-block .area {
  font-size: inherit;
  font-weight: bold;
  line-height: 1.4em;
  font-size: inherit;
}

#mypage.page-5days #schedule table td .single-block .single-date {
  padding-top: 0.5em;
  font-size: inherit;
  font-size: inherit;
  line-height: 1.6;
}

#mypage.page-5days #schedule table td .single-block .single-date p {
  margin-bottom: 0.4em;
}

#mypage.page-5days #schedule table td .single-block .single-date small {
  display: inline-block;
  margin-top: 0.7em;
}

#mypage.page-5days #schedule table td .curriculum-season {
  font-size: inherit;
  margin-bottom: 10px;
}

#mypage.page-5days #schedule table td .curriculum-season span {
  margin-left: 0;
  font-weight: bold;
  color: #fff;
  font-size: inherit;
  border-radius: 0.2em;
  width: 5em;
  text-align: center;
  display: inline-block;
  padding: 0.3em 0.6em 0.2em;
}

#mypage.page-5days #schedule table td .curriculum-season span.summer {
  background: #00A08E;
}

#mypage.page-5days #schedule table td .curriculum-season span.autumn {
  background: #F08B1A;
}

#mypage.page-5days #schedule table td .curriculum-season span.winter {
  background: #00a0ee;
}

#mypage.page-5days #schedule table td .flex {
  margin-bottom: 10px;
  font-size: inherit;
}

#mypage.page-5days #schedule table td .flex:last-child {
  margin-bottom: 0;
}

#mypage.page-5days #schedule table td .flex > div {
  width: auto;
}

#mypage.page-5days #schedule table td .flex .single-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
}

#mypage.page-5days #schedule table td .date-block {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: inherit;
}

#mypage.page-5days #schedule table td .date-block:last-child {
  margin-bottom: 0;
}

#mypage.page-5days #schedule table td .date-block > div {
  font-size: inherit;
  line-height: 1.4em;
  width: auto;
}

#mypage.page-5days #schedule table td .date-block > div p {
  margin-bottom: 0.3em;
}

#mypage.page-5days #schedule table td .date-block > div p:last-child {
  margin-bottom: 0;
}

#mypage.page-5days #schedule table td .date-block > div:first-child {
  padding-right: 1em;
}

#mypage.page-5days #schedule table td .date-block > div:last-child {
  background: url(../images/sougou_arrow_right.png) left center/1em no-repeat;
  padding-left: 1.7em;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#mypage.page-5days #schedule table td .date-block > div.noarrow:last-child {
  background: none !important;
  padding-left: 0;
}

@media screen and (max-width: 640px) {
  #mypage.page-5days #schedule {
    width: 100%;
  }
  #mypage.page-5days #schedule table th, #mypage.page-5days #schedule table td {
    padding: 1vw;
    font-size: 9.5pt;
  }
  #mypage.page-5days #schedule table th h6, #mypage.page-5days #schedule table td h6 {
    display: block;
    background: #d7ede9;
    color: #00A08E;
    padding: 0.2em;
    margin-bottom: 0.5em;
    font-size: 11.5pt;
    display: none;
  }
  #mypage.page-5days #schedule table th .curriculum-season, #mypage.page-5days #schedule table td .curriculum-season {
    margin-bottom: 1.5vw;
  }
  #mypage.page-5days #schedule table th .curriculum-season span, #mypage.page-5days #schedule table td .curriculum-season span {
    margin-left: 0;
  }
  #mypage.page-5days #schedule table th .flex .single-block, #mypage.page-5days #schedule table td .flex .single-block {
    margin-left: 0;
  }
  #mypage.page-5days #schedule table th .comingsoon, #mypage.page-5days #schedule table td .comingsoon {
    font-size: 3.2vw;
  }
  #mypage.page-5days #schedule table th .date-block, #mypage.page-5days #schedule table td .date-block {
    display: block;
  }
  #mypage.page-5days #schedule table th .date-block div:first-child, #mypage.page-5days #schedule table td .date-block div:first-child {
    font-weight: bold;
    margin-bottom: 0.2em;
  }
  #mypage.page-5days #schedule table th .date-block div:last-child, #mypage.page-5days #schedule table td .date-block div:last-child {
    padding-left: 0;
    background: none;
  }
}

#mypage.page-5days.page-sougou h2.title-5days {
  background-image: url(../../../contents-members/images/5days/sougou/title_bg.jpg);
}

#mypage.page-5days.page-taiken h2.title-5days {
  background-image: url(../../../contents-members/images/5days/taiken/title_bg.jpg);
}

#mypage.page-5days.page-chiiki h2.title-5days {
  background-image: url(../../../contents-members/images/5days/chiiki/title_bg.jpg);
}

#mypage.page-5days.page-chiiki #schedule table td .date-block > div:last-child {
  background-image: url(../../common/images/chiiki_arrow_right.png);
}

@media screen and (max-width: 640px) {
  #mypage.page-5days.page-chiiki #schedule table td .date-block > div:last-child {
    background: none;
  }
}

#mypage.page-5days.page-chiiki table {
  margin-bottom: 0;
}

#mypage.page-5days.page-actuary h2.title-5days {
  background-image: url(../../../contents-members/images/5days/actuary/title_bg.jpg);
}

#mypage.page-5days.page-system h2.title-5days {
  background-image: url(../../../contents-members/images/5days/system/title_bg.jpg);
}

#mypage.page-5days.page-myra h2.title-5days {
  background-image: url(../../../contents-members/images/5days/myra/title_bg.jpg);
}

#mypage.page-5days.page-chiiki h2.title-5days:after {
  background-image: url(../../../contents-members/images/5days/actuary/title_deco.png);
}

#mypage.page-5days.page-chiiki h2.title-5days dl dt {
  background: #F08B1A;
}

#mypage.page-5days.page-chiiki #detail #tab li {
  background-color: #F08B1A;
  border-color: #F08B1A;
}

#mypage.page-5days.page-chiiki #detail #tab li.active {
  background-color: #fff;
  color: #F08B1A;
}

#mypage.page-5days.page-chiiki #detail #tab li:after {
  background-image: url(../icons/triangle-bottom-cyan.png);
}

#mypage.page-5days.page-chiiki #curriculum .curriculum .block h4 dl dd {
  background: #F08B1A;
}

#mypage.page-5days.page-chiiki #schedule .season_tab li a {
  border: solid 1px #F08B1A;
  color: #F08B1A;
}

#mypage.page-5days.page-chiiki #schedule .season_tab li a:hover {
  background-color: #F08B1A;
  color: #fff;
}

#mypage.page-5days.page-chiiki #schedule > h4 {
  color: #F08B1A;
}

#mypage.page-5days.page-chiiki #schedule table th {
  background: #F08B1A;
}

#mypage.page-5days.page-chiiki #schedule table td.number {
  background: #f8eada;
  color: #F08B1A;
}

#mypage.page-5days.page-chiiki #schedule table td span.days {
  border-color: #F08B1A;
  color: #F08B1A;
}

#mypage.page-5days.page-chiiki #schedule table tr.thead th, #mypage.page-5days.page-chiiki #schedule table tr.thead td {
  background: #f8eada;
  color: #F08B1A;
}

#mypage.page-5days.page-chiiki #schedule table td strong {
  background: #F08B1A;
}

#mypage.page-5days.page-rikei h2.title-5days:after {
  background-image: url(../../../contents-members/images/5days/actuary/title_deco.png);
}

#mypage.page-5days.page-rikei h2.title-5days dl dt {
  background: #00a0ee;
}

#mypage.page-5days.page-rikei #detail #tab li {
  background-color: #00a0ee;
  border-color: #00a0ee;
}

#mypage.page-5days.page-rikei #detail #tab li.active {
  background-color: #fff;
  color: #00a0ee;
}

#mypage.page-5days.page-rikei #detail #tab li:after {
  background-image: url(../icons/triangle-bottom-cyan.png);
}

#mypage.page-5days.page-rikei #curriculum .curriculum .block h4 dl dd {
  background: #00a0ee;
}

#mypage.page-5days.page-rikei #schedule .season_tab li a {
  border: solid 1px #00a0ee;
  color: #00a0ee;
}

#mypage.page-5days.page-rikei #schedule .season_tab li a:hover {
  background-color: #00a0ee;
  color: #fff;
}

#mypage.page-5days.page-rikei #schedule > h4 {
  color: #00a0ee;
}

#mypage.page-5days.page-rikei #schedule table th {
  background: #00a0ee;
}

#mypage.page-5days.page-rikei #schedule table td.number {
  background: #d9f1fd;
  color: #00a0ee;
}

#mypage.page-5days.page-rikei #schedule table td span.days {
  border-color: #00a0ee;
  color: #00a0ee;
}

#mypage.page-5days.page-rikei #schedule table tr.thead th, #mypage.page-5days.page-rikei #schedule table tr.thead td {
  background: #d9f1fd;
  color: #00a0ee;
}

#mypage.page-5days.page-rikei #schedule table td strong {
  background: #00a0ee;
}

#mypage.page-5days.page-myra h2.title-5days:after {
  background-image: url(../../../contents-members/images/5days/myra/title_deco.png);
}

#mypage.page-5days.page-myra h2.title-5days dl dt {
  background: #ef778b;
}

@media screen and (max-width: 640px) {
  #mypage.page-5days.page-myra h2.title-5days dl dd {
    letter-spacing: -0.1em;
  }
}

#mypage.page-5days.page-myra #detail #tab li {
  background-color: #ef778b;
  border-color: #ef778b;
}

#mypage.page-5days.page-myra #detail #tab li.active {
  background-color: #fff;
  color: #ef778b;
}

#mypage.page-5days.page-myra #detail #tab li:after {
  background-image: url(../icons/triangle-bottom-pink.png);
}

#mypage.page-5days.page-myra #curriculum .curriculum .block h4 dl dd {
  background: #ef778b;
}

#mypage.page-5days.page-myra #schedule .season_tab li a {
  border: solid 1px #ef778b;
  color: #ef778b;
}

#mypage.page-5days.page-myra #schedule .season_tab li a:hover {
  background-color: #ef778b;
  color: #fff;
}

#mypage.page-5days.page-myra #schedule > h4 {
  color: #ef778b;
}

#mypage.page-5days.page-myra #schedule table th {
  background: #ef778b;
}

#mypage.page-5days.page-myra #schedule table td.number {
  background: #feeced;
  color: #ef778b;
}

#mypage.page-5days.page-myra #schedule table td span.days {
  border-color: #ef778b;
  color: #ef778b;
}

#mypage.page-5days.page-myra #schedule table tr.thead th, #mypage.page-5days.page-myra #schedule table tr.thead td {
  background: #feeced;
  color: #ef778b;
}

#mypage.page-5days.page-myra #schedule table td strong {
  background: #ef778b;
}

#divisions_container {
  display: none;
}

#modal #divisions {
  background: #fff;
  width: 96%;
  height: 92%;
  position: absolute;
  left: 2%;
  top: 2%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 30px;
}

#modal #divisions h4 {
  color: #fff;
  padding: 40px 1em 20px;
  font-size: 1.2rem;
  text-align: center;
}

#modal #divisions p {
  padding: 1em 1em 3em;
}

#modal #divisions #divnav {
  text-align: center;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  width: 70%;
  margin: 0 auto 3em;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#modal #divisions #divnav li {
  width: 33.33%;
  margin: 0;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#modal #divisions #divnav li a {
  display: block;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 0.8em 0;
  /*border:solid 1px #009C84;*/
  text-decoration: none;
  font-weight: bold;
  background-color: #fff;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear;
  -o-transition: color 0.2s linear, background-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear;
  background-image: url(../images/nav_marker_down_small.png);
  background-position: center bottom 5px;
  background-repeat: no-repeat;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  color: #00A08E;
}

#modal #divisions #divnav li a.on, #modal #divisions #divnav li a:hover {
  background-color: #009C84;
  color: #fff;
}

#modal #divisions #divcont {
  width: 96%;
  margin: auto;
}

#modal #divisions #divcont ul {
  width: 100%;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#modal #divisions #divcont ul li {
  vertical-align: top;
  padding: 0;
  margin-bottom: 30px;
  width: 32%;
  margin-right: 2%;
}

#modal #divisions #divcont ul li:nth-child(3n) {
  margin-right: 0;
}

#modal #divisions #divcont ul li dl dt {
  font-weight: bold;
  color: #009C84;
  background: #d6efeb;
  padding: 0.5em 0;
  text-align: center;
}

#modal #divisions #divcont ul li.on dl dt {
  background: #009C84;
  color: #fff;
}

#modal #divisions #divcont ul li dl dd {
  font-size: 0.9rem;
  padding: 1em 0.5em 1em;
  line-height: 1.6em;
}

#modal #divisions #divcont ul li.on dl dd {
  background: #FFF9EC;
}

@media screen and (max-width: 960px) {
  #modal #divisions #divnav {
    width: 96%;
  }
  #modal #divisions #divnav li {
    width: 50%;
  }
  #modal #divisions #divcont ul li {
    width: 100%;
    margin-right: 0 !important;
  }
}

/* ===============
***
***	エントリーシート提出・適性検査受検
***
=================*/
#mypage.page-entry .prevlink {
  margin-bottom: 25px;
}

#mypage.page-entry .prevlink a {
  display: inline-block;
  background: url(../icons/angle-left-white.png) left 20px center/auto 50% no-repeat #00A08E;
  color: #fff;
  text-decoration: none;
  padding: 0.7em 1em 0.7em 50px;
  font-size: 12pt;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#mypage.page-entry .prevlink a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 640px) {
  #mypage.page-entry .prevlink a {
    font-size: 9.5pt;
    line-height: 1.2em;
  }
}

#mypage.page-entry h2.title {
  background-image: url(../../../contents-members/internship/images/main_bg.jpg);
}

#mypage.page-entry h3.course_title {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #00A08E;
  height: 140px;
  margin-bottom: 80px;
}

#mypage.page-entry h3.course_title dl dt, #mypage.page-entry h3.course_title dl dd {
  color: #fff;
  text-align: center;
}

#mypage.page-entry h3.course_title dl dt {
  font-size: 13pt;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}

@media screen and (max-width: 640px) {
  #mypage.page-entry h3.course_title dl dt {
    font-size: 11.5pt;
  }
}

#mypage.page-entry h3.course_title dl dt:after {
  content: "";
  width: 86px;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -43px;
  background: #fabf00;
}

#mypage.page-entry h3.course_title dl dd {
  font-size: 24pt;
}

#mypage.page-entry h3.course_title dl dd small {
  font-size: 15pt;
  color: #fff;
}

@media screen and (max-width: 640px) {
  #mypage.page-entry h3.course_title dl dd {
    font-size: 18pt;
  }
  #mypage.page-entry h3.course_title dl dd small {
    font-size: 10pt;
  }
}

#mypage.page-entry h3.course_title.nomb {
  margin-bottom: 30px;
}

#mypage.page-entry #step {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#mypage.page-entry #step.sample {
  margin-top: 60px;
}

#mypage.page-entry #step.sample p {
  text-align: center;
}

#mypage.page-entry #step.sample .step {
  background-image: none;
}

#mypage.page-entry #step.sample .step .step_inner {
  padding-bottom: 40px;
}

#mypage.page-entry #step .comingsoon {
  background: #f5f5f5;
  height: 100px;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24pt;
  margin-bottom: 100px;
  font-weight: bold;
  border: solid 2px #00a0ee;
  margin-top: -50px;
}

@media screen and (max-width: 640px) {
  #mypage.page-entry #step .comingsoon {
    height: 20vw;
    font-size: 5vw;
  }
}

#mypage.page-entry #step .step {
  width: 100%;
  background: #ECF6F4;
  position: relative;
  padding-bottom: 90px;
  margin-bottom: 30px;
  background: url(../../../contents-members/internship/sougou/images/step-arrow-bottom.png) center bottom no-repeat;
}

#mypage.page-entry #step .step .step_inner {
  padding: 40px 0 150px;
  background: #ECF6F4;
  position: relative;
}

#mypage.page-entry #step .step h4 {
  position: absolute;
  left: -10px;
  top: -30px;
}

#mypage.page-entry #step .step h4 dl {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#mypage.page-entry #step .step h4 dl dt {
  margin-right: 10px;
}

#mypage.page-entry #step .step h4 dl dd {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
  font-size: 15pt;
}

@media screen and (max-width: 640px) {
  #mypage.page-entry #step .step h4 dl dd {
    font-size: 13.5pt;
  }
}

#mypage.page-entry #step .step ul {
  width: 290px;
  margin: auto;
}

#mypage.page-entry #step .step ul li {
  padding-bottom: 23px;
  margin-bottom: 15px;
  background: url(../icons/caret-bottom-green.png) center bottom/32px auto no-repeat;
}

#mypage.page-entry #step .step ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  background: none !important;
}

#mypage.page-entry #step .step ul li > a:after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
  margin-left: 0.3em;
  background: url(../icons/angle-right-round-yellow.png) center center/contain no-repeat;
}

#mypage.page-entry #step .step ul li p {
  margin-bottom: 15px;
}

#mypage.page-entry #step .step ul li p a, #mypage.page-entry #step .step ul li p span {
  display: block;
  border: solid 1px #fff;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  font-size: 14pt;
  height: 50px;
  text-decoration: none;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  font-weight: bold;
}

#mypage.page-entry #step .step ul li p a {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#mypage.page-entry #step .step ul li p a:hover {
  opacity: 0.7;
}

#mypage.page-entry #step .step ul li.off p a, #mypage.page-entry #step .step ul li.off p span {
  background: #B4B4B4;
  color: #fff;
}

#mypage.page-entry #step .step ul li.on p a, #mypage.page-entry #step .step ul li.on p span {
  background: #00A08E;
  color: #fff;
}

#mypage.page-entry #step .step ul li.current p a, #mypage.page-entry #step .step ul li.current p span {
  background: url(../icons/arrow-right-square-white.png) right 15px center/20px no-repeat #fabf00;
  color: #000;
}

#mypage.page-entry #step .step ul li.btn p a, #mypage.page-entry #step .step ul li.btn p span {
  background: url(../icons/arrow-right-square-white.png) right 15px center/20px no-repeat #00A08E;
  color: #fff;
}

#mypage.page-entry #step .step .memo {
  text-align: center;
  padding-top: 0.5em;
  line-height: 1.7em;
}

#mypage.page-entry #step .step .reflesh {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#mypage.page-entry #step .step .reflesh a.btn_reflesh {
  display: inline-block;
  border: solid 1px #ccc;
  background: url(../icons/refresh.png) right 0.5em center/auto 60% no-repeat #fff;
  font-size: 16pt;
  color: #00A08E;
  padding: 0.7em 2.3em 0.7em 1em;
  text-decoration: none;
  font-weight: bold;
  -webkit-box-shadow: 0.1em 0.1em 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0.1em 0.1em 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#mypage.page-entry #step .step .reflesh a.btn_reflesh:hover {
  background-color: #fabf00;
}

#mypage.page-entry #step .step .reflesh .fukidashi {
  border: solid 1px #C8210F;
  background: #fff;
  padding: 1em 1em 1em 2em;
  position: relative;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 20px;
}

#mypage.page-entry #step .step .reflesh .fukidashi:after {
  content: url(../../../contents-members/internship/images/fukidashi.png);
  position: absolute;
  left: 50%;
  bottom: -17px;
  margin-left: -9px;
}

#mypage.page-entry #step .step .reflesh .fukidashi a.btn_reflesh {
  font-size: 9.3pt;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-left: 2em;
  margin-right: 0.2em;
}

@media screen and (max-width: 640px) {
  #mypage.page-entry #step {
    display: block;
    background: none;
  }
  #mypage.page-entry #step .step {
    width: 100%;
    position: static;
  }
  #mypage.page-entry #step .step .step_inner {
    background: #ECF6F4;
    position: relative;
  }
  #mypage.page-entry #step .step ul {
    width: 80%;
  }
}

#mypage.page-entry #step_complete p {
  background: #ECF6F4;
  text-align: center;
  padding: 2em 0;
  font-size: 20pt;
  font-weight: bold;
  line-height: 1.3em;
}

#mypage.page-entry #step_complete p small {
  font-size: 14pt;
}

#mypage.page-entry #step_complete.incomplete {
  margin-top: 10px;
}

#mypage.page-entry #step_complete.incomplete p {
  color: #aaa;
}

#mypage.page-entry #step-detail {
  margin-bottom: 70px;
}

#mypage.page-entry #step-detail table {
  border-bottom: solid 1px #ccc;
}

#mypage.page-entry #step-detail table tr th, #mypage.page-entry #step-detail table tr td {
  border-top: solid 1px #ccc;
  font-size: 16px;
  padding: 1em 0;
  line-height: 1.7em;
}

#mypage.page-entry #step-detail table tr th {
  white-space: nowrap;
  text-align: left;
  background: #f5f5f5;
  padding: 1em;
}

#mypage.page-entry #step-detail table tr td {
  padding-left: 1em;
}

@media screen and (max-width: 640px) {
  #mypage.page-entry #step-detail table tr th, #mypage.page-entry #step-detail table tr td {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 3.5vw;
  }
  #mypage.page-entry #step-detail table tr th {
    text-align: center;
  }
}

#mypage.page-entry .extend {
  padding-top: 50px;
  margin-bottom: 30px;
}

#mypage.page-entry .extend h4 {
  color: #00A08E;
  font-size: 12pt;
  margin-bottom: 1em;
}

#mypage.page-entry .extend h4:before {
  content: "■";
}

#mypage.page-entry .extend table {
  width: 100%;
}

#mypage.page-entry .extend table th, #mypage.page-entry .extend table td {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  font-size: 10pt;
  text-align: left;
  line-height: 1.5em;
  padding: 1.5em 2em;
  vertical-align: middle;
}

#mypage.page-entry .extend table th.br, #mypage.page-entry .extend table td.br {
  border-right: solid 1px #ccc;
}

#mypage.page-entry .extend table th {
  background: #ECF7F0;
  white-space: nowrap;
  width: 220px;
}

#mypage.page-entry .extend table td.thead {
  background: #f5f5f5;
  text-align: center;
}

#mypage.page-entry .extend table.border th, #mypage.page-entry .extend table.border td {
  border: solid 1px #ccc;
}

@media screen and (max-width: 640px) {
  #mypage.page-entry .extend table table, #mypage.page-entry .extend table tr, #mypage.page-entry .extend table th, #mypage.page-entry .extend table td {
    display: block;
  }
  #mypage.page-entry .extend table th, #mypage.page-entry .extend table td {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    text-align: left;
    border-right: 0 !important;
  }
  #mypage.page-entry .extend table th.wd-tablecell, #mypage.page-entry .extend table td.wd-tablecell {
    display: none;
  }
  #mypage.page-entry .extend table th span.sp-inlineblock, #mypage.page-entry .extend table td span.sp-inlineblock {
    background: #666;
    color: #fff;
    width: 5em;
    padding: 0.3em 0;
    text-align: center;
    margin-right: 0.5em;
    border-radius: 0.2em;
    white-space: nowrap;
  }
  #mypage.page-entry .extend table th {
    white-space: normal;
  }
  #mypage.page-entry .extend table th br {
    display: none;
  }
}

#mypage.page-entry.page-chiiki #main .prevlink a {
  background-color: #F08B1A;
}

#mypage.page-entry.page-chiiki #main .course_title {
  background-color: #F08B1A;
}

#mypage.page-entry.page-chiiki #main #step .step .step_inner {
  background: #FDEEDC;
}

#mypage.page-entry.page-chiiki #main #step .step .step_inner ul li {
  background-image: url(../icons/caret-bottom-cyan.png);
}

#mypage.page-entry.page-chiiki #main #step .step {
  background-image: url(../../../contents-members/internship/houjin/image/step-arrow-bottom.png);
}

#mypage.page-entry.page-chiiki #main #step .step .step_inner ul li.on p a, #mypage.page-entry.page-chiiki #main #step .step .step_inner ul li.on p span,
#mypage.page-entry.page-chiiki #main #step .step .step_inner ul li.btn p a,
#mypage.page-entry.page-chiiki #main #step .step .step_inner ul li.btn p span {
  background-color: #F08B1A;
}

#mypage.page-entry.page-chiiki #main #step_complete {
  background-image: url(../../../contents-members/internship/houjin/image/step-arrow-bottom.png);
}

#mypage.page-entry.page-chiiki #main #step_complete p {
  background: #FDEEDC;
}

#mypage.page-entry.page-chiiki #main .extend h4 {
  color: #F08B1A;
}

#mypage.page-entry.page-chiiki #main .extend th {
  background: #FDEEDC;
}

#mypage.page-entry.page-rikei #main .prevlink a {
  background-color: #00a0ee;
}

#mypage.page-entry.page-rikei #main .course_title {
  background-color: #00a0ee;
}

#mypage.page-entry.page-rikei #main #step .step .step_inner {
  background: #e4f5fd;
}

#mypage.page-entry.page-rikei #main #step .step .step_inner ul li {
  background-image: url(../icons/caret-bottom-cyan.png);
}

#mypage.page-entry.page-rikei #main #step .step {
  background-image: url(../../../contents-members/internship/actuary/images/step-arrow-bottom.png);
}

#mypage.page-entry.page-rikei #main #step .step .step_inner ul li.on p a, #mypage.page-entry.page-rikei #main #step .step .step_inner ul li.on p span,
#mypage.page-entry.page-rikei #main #step .step .step_inner ul li.btn p a,
#mypage.page-entry.page-rikei #main #step .step .step_inner ul li.btn p span {
  background-color: #00a0ee;
}

#mypage.page-entry.page-rikei #main #step_complete {
  background-image: url(../../../contents-members/internship/actuary/images/step-arrow-bottom.png);
}

#mypage.page-entry.page-rikei #main #step_complete p {
  background: #e4f5fd;
}

#mypage.page-entry.page-rikei #main .extend h4 {
  color: #00a0ee;
}

#mypage.page-entry.page-rikei #main .extend th {
  background: #e4f5fd;
}

#mypage.page-entry.page-myra #main .prevlink a {
  background-color: #ef778b;
}

#mypage.page-entry.page-myra #main .course_title {
  background-color: #ef778b;
}

#mypage.page-entry.page-myra #main #step .step .step_inner {
  background: #fdeff1;
}

#mypage.page-entry.page-myra #main #step .step .step_inner ul li {
  background-image: url(../icons/caret-bottom-pink.png);
}

#mypage.page-entry.page-myra #main #step .step {
  background-image: url(../#images/step-arrow-bottom.png);
}

#mypage.page-entry.page-myra #main #step .step .step_inner ul li.on p a, #mypage.page-entry.page-myra #main #step .step .step_inner ul li.on p span,
#mypage.page-entry.page-myra #main #step .step .step_inner ul li.btn p a,
#mypage.page-entry.page-myra #main #step .step .step_inner ul li.btn p span {
  background-color: #ef778b;
}

#mypage.page-entry.page-myra #main #step_complete {
  background-image: url(../#images/step-arrow-bottom.png);
}

#mypage.page-entry.page-myra #main #step_complete p {
  background: #fdeff1;
}

#mypage.page-entry.page-myra #main .extend h4 {
  color: #ef778b;
}

#mypage.page-entry.page-myra #main .extend th {
  background: #fdeff1;
}

/* ===============
***
***	メールボックス
***
=================*/
#mypage.mailbox #main {
  margin-top: 30px;
}

#mypage.mailbox #main p.message {
  padding: 1em;
  background: #f4f4f4;
}

#mypage.mailbox #main table {
  width: 100%;
  border-top: solid 1px #ccc;
  margin-bottom: 30px;
}

#mypage.mailbox #main table tr {
  border-bottom: solid 1px #ccc;
}

#mypage.mailbox #main table tr td {
  padding: 0.5em;
  border-right: solid 1px #ccc;
  background: #f4f4f4;
}

#mypage.mailbox #main table tr td.status:after {
  content: "既読";
  border: solid 1px #ccc;
  display: inline-block;
  padding: 0.2em 0.5em;
  font-size: 7.5pt;
  border-radius: 5px;
  white-space: nowrap;
  font-weight: bold;
}

#mypage.mailbox #main table tr td.date {
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

#mypage.mailbox #main table tr td.title {
  width: 100%;
  padding-left: 1em;
  border-right: none;
  padding: 0;
  line-height: 1em;
}

#mypage.mailbox #main table tr td.title a {
  padding: 0.5em 0.5em 0.5em 1em;
  display: block;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  line-height: 1.8em;
}

#mypage.mailbox #main table tr td.title a:hover {
  background: #d7ede9;
}

#mypage.mailbox #main table tr.midoku td {
  background: #fff;
}

#mypage.mailbox #main table tr.midoku td.status:after {
  content: "未読";
  color: #f00;
  border-color: #f00;
}

#mypage.mailbox #main .pager {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mypage.mailbox #main .pager a {
  display: block;
}

#mypage.mailbox #main .pager ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

#mypage.mailbox #main .pager ul li a, #mypage.mailbox #main .pager ul li span {
  display: block;
  border: solid 1px #ccc;
  padding: 0.3em 0.5em;
  margin: 0 0.2em;
  text-decoration: none;
  color: #000;
}

#mypage.mailbox #main .pager ul li span {
  background: #00A08E;
  color: #fff;
  border-color: #00A08E;
}

#mypage.mailbox #main .pager ul li a {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#mypage.mailbox #main .pager ul li a:hover {
  background: #fabf00;
}

#mypage.mailbox #main .backtomailbox {
  display: inline-block;
  background: url(../icons/angle-left-white.png) 10px center/auto 40% no-repeat #00A08E;
  color: #fff;
  padding: 1em 1em 1em 30px;
  text-decoration: none;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#mypage.mailbox #main .backtomailbox:hover {
  opacity: 0.7;
}

#mypage.mailbox #main .mail {
  padding: 2em;
  border: solid 1px #ccc;
  line-height: 1.6em;
}

/* ===============
***
***	生保の学校LP 200914
***
=================*/
#mypage.lp-seiho #main {
  border-top: solid 5px #00A08E;
  padding: 30px 0 0;
}

@media screen and (max-width: 640px) {
  #mypage.lp-seiho #main {
    padding-top: 6vw;
  }
}

#mypage.lp-seiho #main .title {
  text-align: center;
}

#mypage.lp-seiho #main .title img {
  width: 600px;
}

@media screen and (max-width: 640px) {
  #mypage.lp-seiho #main .title img {
    width: 80%;
  }
}

#mypage.lp-seiho #main .movie {
  background: #f5f5f5;
  padding: 60px 0;
  margin-top: -30px;
}

#mypage.lp-seiho #main .movie .movie-inner {
  width: 960px;
  height: 540px;
  text-align: center;
  margin: 0  auto 40px;
  border-radius: 20px;
  overflow: hidden;
}

#mypage.lp-seiho #main .movie .movie-inner iframe {
  position: static !important;
}

#mypage.lp-seiho #main .movie p {
  text-align: center;
  font-weight: bold;
  font-size: 14pt;
}

@media screen and (max-width: 640px) {
  #mypage.lp-seiho #main .movie {
    padding: 15vw 0 10vw;
  }
  #mypage.lp-seiho #main .movie .movie-inner {
    width: 96%;
    height: 54.3vw;
    margin-bottom: 10vw;
    border-radius: 3vw;
  }
  #mypage.lp-seiho #main .movie p {
    font-size: 4vw;
    padding: 0 1em;
  }
}

#mypage.lp-seiho #main .taidan {
  padding: 60px 0;
}

#mypage.lp-seiho #main .taidan .title {
  text-align: center;
  margin-bottom: 30px;
}

#mypage.lp-seiho #main .taidan .title img {
  width: 740px;
}

#mypage.lp-seiho #main .taidan .taidan-nav {
  position: relative;
  margin-bottom: 30px;
}

#mypage.lp-seiho #main .taidan .taidan-nav .taidan-nav-inner {
  padding: 30px 0;
  position: relative;
}

#mypage.lp-seiho #main .taidan .taidan-nav ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 960px;
  margin: auto;
}

#mypage.lp-seiho #main .taidan .taidan-nav ul li {
  width: 176px;
  height: 176px;
  margin-bottom: 20px;
  background: url(../../mypage/images/lp-seiho/taidan-bg.png) center center/cover no-repeat;
  color: #ffffff;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#mypage.lp-seiho #main .taidan .taidan-nav ul li:after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: url(../../mypage/images/lp-seiho/taidan-btn.png) center center/contain no-repeat;
  margin-top: 20px;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}

#mypage.lp-seiho #main .taidan .taidan-nav ul li span, #mypage.lp-seiho #main .taidan .taidan-nav ul li a {
  color: #ffffff;
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  text-decoration: none;
}

#mypage.lp-seiho #main .taidan .taidan-nav ul li span small, #mypage.lp-seiho #main .taidan .taidan-nav ul li a small {
  font-size: 10pt;
  color: inherit;
}

#mypage.lp-seiho #main .taidan .taidan-nav ul li.active {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  cursor: pointer;
}

#mypage.lp-seiho #main .taidan .taidan-nav ul li.active:hover {
  opacity: 0.7;
}

#mypage.lp-seiho #main .taidan .taidan-nav ul li .movie {
  display: none;
}

#mypage.lp-seiho #main .taidan .taidan-nav .comingsoon-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mypage.lp-seiho #main .taidan .taidan-nav .comingsoon-bg img {
  width: 360px;
}

#mypage.lp-seiho #main .taidan .taidan-nav .comingsoon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -180px;
  margin-top: -28px;
}

#mypage.lp-seiho #main .taidan .taidan-nav .comingsoon span img {
  width: 360px;
}

#mypage.lp-seiho #main .taidan .btn_course {
  width: 600px;
  margin: auto;
  text-align: center;
  font-size: 24px;
}

@media screen and (max-width: 640px) {
  #mypage.lp-seiho #main .taidan {
    padding: 10vw 0;
  }
  #mypage.lp-seiho #main .taidan .title {
    margin-bottom: 5vw;
  }
  #mypage.lp-seiho #main .taidan .title img {
    width: 90%;
  }
  #mypage.lp-seiho #main .taidan .taidan-nav .taidan-nav-inner {
    padding: 6vw 0 3vw;
    overflow: scroll;
  }
  #mypage.lp-seiho #main .taidan .taidan-nav ul {
    width: 94vw;
    padding-left: 3vw;
    padding-right: 3vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #mypage.lp-seiho #main .taidan .taidan-nav ul li {
    width: 49%;
    height: 45vw;
    margin-bottom: 3vw;
  }
  #mypage.lp-seiho #main .taidan .taidan-nav ul li span, #mypage.lp-seiho #main .taidan .taidan-nav ul li a {
    font-size: 4.6vw;
  }
  #mypage.lp-seiho #main .taidan .taidan-nav ul li span small, #mypage.lp-seiho #main .taidan .taidan-nav ul li a small {
    font-size: 2.5vw;
  }
  #mypage.lp-seiho #main .taidan .taidan-nav ul li:after {
    width: 7vw;
    height: 7vw;
    margin-top: 5vw;
  }
  #mypage.lp-seiho #main .taidan .taidan-nav .comingsoon-bg {
    width: 198vw;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #mypage.lp-seiho #main .taidan .taidan-nav .comingsoon-bg span {
    display: block;
    text-align: center;
    margin-left: 15vw;
  }
  #mypage.lp-seiho #main .taidan .taidan-nav .comingsoon-bg span img {
    width: 70vw;
  }
  #mypage.lp-seiho #main .taidan .taidan-nav .comingsoon {
    left: 15vw;
    top: 70%;
    margin-left: 0;
  }
  #mypage.lp-seiho #main .taidan .taidan-nav .comingsoon span img {
    width: 70vw;
  }
  #mypage.lp-seiho #main .taidan .taidan-nav.sp2 .taidan-nav-inner {
    width: 100%;
    overflow: hidden;
  }
  #mypage.lp-seiho #main .taidan .taidan-nav.sp2 ul {
    width: 100vw;
  }
  #mypage.lp-seiho #main .taidan .taidan-nav.sp2 ul li {
    width: 46%;
    height: 45vw;
  }
  #mypage.lp-seiho #main .taidan .taidan-nav.sp2 ul li:nth-child(even) {
    margin-right: 0;
  }
  #mypage.lp-seiho #main .taidan .taidan-nav.sp2 ul li span, #mypage.lp-seiho #main .taidan .taidan-nav.sp2 ul li a {
    font-size: 4.3vw !important;
  }
  #mypage.lp-seiho #main .taidan .taidan-nav.sp2 ul li span small, #mypage.lp-seiho #main .taidan .taidan-nav.sp2 ul li a small {
    font-size: 3.3vw;
  }
  #mypage.lp-seiho #main .taidan .btn_course {
    width: 70%;
    margin: auto;
    text-align: center;
    font-size: 5vw;
  }
}

#mypage.lp-seiho #main .message {
  padding-bottom: 80px;
}

#mypage.lp-seiho #main .message p {
  color: #00A08E;
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 20px;
}

#mypage.lp-seiho #main .message p strong {
  display: inline-block;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  background: url(../../mypage/images/lp-seiho/message-bg.png) center bottom/100% 40% repeat-x;
}

#mypage.lp-seiho #main .message a, #mypage.lp-seiho #main .message span.comingsoon, #mypage.lp-seiho #main .message .thanks {
  display: block;
  text-align: center;
  width: 80%;
  background: #00A08E;
  color: #ffffff;
  font-size: 14pt;
  margin: auto;
  font-weight: bold;
  width: 640px;
  padding: 1em 0;
  text-decoration: none;
  border-radius: 2em;
  background: url(../../mypage/images/lp-seiho/taidan-btn.png) right 30px center/auto 60% no-repeat #00A08E;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  line-height: 1.6em;
}

#mypage.lp-seiho #main .message a:hover, #mypage.lp-seiho #main .message span.comingsoon:hover, #mypage.lp-seiho #main .message .thanks:hover {
  opacity: 0.7;
}

#mypage.lp-seiho #main .message .thanks {
  background-image: none;
}

#mypage.lp-seiho #main .message span.comingsoon {
  background: #ccc !important;
}

#mypage.lp-seiho #main .message ins {
  display: block;
  text-align: center;
  background: none;
  padding-top: 40px;
  font-size: 12pt;
}

@media screen and (max-width: 640px) {
  #mypage.lp-seiho #main .message {
    padding-bottom: 15vw;
  }
  #mypage.lp-seiho #main .message p {
    font-size: 8vw;
    line-height: 1.5em;
  }
  #mypage.lp-seiho #main .message a, #mypage.lp-seiho #main .message span.comingsoon, #mypage.lp-seiho #main .message .thanks {
    width: 90%;
    font-size: 4vw;
    background-position: right 3vw center;
  }
  #mypage.lp-seiho #main .message ins {
    font-size: 3.5vw;
  }
}

#mypage.lp-seiho.lp-myra #main {
  border-top: solid 5px #ef778b;
}

#mypage.lp-seiho.lp-myra #main .title img {
  width: 620px;
}

#mypage.lp-seiho.lp-myra #main .taidan .title {
  margin-bottom: 20px;
}

#mypage.lp-seiho.lp-myra #main .taidan .title img {
  width: 620px;
}

#mypage.lp-seiho.lp-myra #main .taidan .logo-myra {
  margin-bottom: 40px;
  text-align: center;
}

#mypage.lp-seiho.lp-myra #main .taidan .logo-myra img {
  width: 200px;
}

@media screen and (max-width: 640px) {
  #mypage.lp-seiho.lp-myra #main .taidan .title img {
    width: 90%;
  }
  #mypage.lp-seiho.lp-myra #main .taidan .logo-myra {
    margin-bottom: 10vw;
  }
  #mypage.lp-seiho.lp-myra #main .taidan .logo-myra img {
    width: 35vw;
  }
}

#mypage.lp-seiho.lp-myra #main .taidan .taidan-nav ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  #mypage.lp-seiho.lp-myra #main .taidan .taidan-nav ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

#mypage.lp-seiho.lp-myra #main .taidan .taidan-nav ul li {
  background-image: url(../../mypage/images/lp-myra/taidan-bg.png);
  margin-left: 6px;
  margin-right: 6px;
  position: relative;
}

@media screen and (max-width: 640px) {
  #mypage.lp-seiho.lp-myra #main .taidan .taidan-nav ul li {
    margin-right: 2vw;
    margin-left: 0;
  }
}

#mypage.lp-seiho.lp-myra #main .taidan .taidan-nav ul li span, #mypage.lp-seiho.lp-myra #main .taidan .taidan-nav ul li a {
  font-size: 13pt;
  line-height: 1.4em;
  display: inline-block;
  padding-bottom: 2.3em;
}

#mypage.lp-seiho.lp-myra #main .taidan .taidan-nav ul li span.ls, #mypage.lp-seiho.lp-myra #main .taidan .taidan-nav ul li a.ls {
  letter-spacing: -0.05em;
}

@media screen and (max-width: 640px) {
  #mypage.lp-seiho.lp-myra #main .taidan .taidan-nav ul li span, #mypage.lp-seiho.lp-myra #main .taidan .taidan-nav ul li a {
    font-size: 3vw;
  }
}

#mypage.lp-seiho.lp-myra #main .taidan .taidan-nav ul li:after {
  position: absolute;
  left: calc(50% - 15px);
  bottom: 24%;
}

#mypage.lp-seiho.lp-myra #main .taidan .taidan-nav ul li.active:hover {
  opacity: 0.7 !important;
}

#mypage.lp-seiho.lp-myra #main .taidan .taidan-nav ul li.comingsoon2 {
  opacity: 0.4;
}

#mypage.lp-seiho.lp-myra #main .taidan .taidan-nav ul li.comingsoon2:after {
  content: "COMING SOON";
  text-align: center;
  width: 100%;
  color: #ffffff;
  left: 0;
  bottom: 20%;
  font-size: 12pt;
  font-weight: bold;
  background: none;
}

@media screen and (max-width: 640px) {
  #mypage.lp-seiho.lp-myra #main .taidan .taidan-nav ul li.comingsoon2:after {
    font-size: 3vw;
  }
}

#mypage.lp-seiho.lp-myra #main .message p {
  color: #ef778b;
}

@media screen and (max-width: 640px) {
  #mypage.lp-seiho.lp-myra #main .message p {
    font-size: 6vw;
  }
}

#mypage.lp-seiho.lp-myra #main .message a, #mypage.lp-seiho.lp-myra #main .message span.comingsoon, #mypage.lp-seiho.lp-myra #main .message span.thanks {
  background-color: #ef778b;
  margin-bottom: 20px;
}

#mypage.lp-seiho.lp-myra #main .message span.thanks {
  background: #ef778b !important;
}

#modal.movie-modal #modal_inner {
  padding: 0;
  height: 47.5vw;
}

/* ============ REPORT
*/
#report h2 {
  background: #00A08E;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: center;
}

#report h2 img {
  margin-bottom: 20px;
}

#report h2 dl dd {
  color: #ffffff;
  font-size: 10.5pt;
  line-height: 1.5em;
}

#report .inner_nav {
  margin-bottom: 30px;
  text-align: center;
}

#report .inner_nav li:first-child {
  border-left: solid 1px #ccc;
}

#report .inner_nav li {
  width: 24.5%;
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 10px 0;
  border-right: solid 1px #ccc;
}

#report .inner_nav li a {
  background: url(../icons/angle-bottom-round-yellow.png) center bottom/30px no-repeat;
  display: block;
  padding: 20px 0 40px;
  font-size: 12pt;
  text-decoration: none;
  color: #00A08E;
}

@media screen and (max-width: 640px) {
  #report .inner_nav li {
    width: 40%;
  }
}

#report .inner_nav li:hover {
  background: #f4f4f4;
}

#report .inner_nav li.comingsoon {
  background: url(../5days/images/comingsoon.png) center bottom no-repeat;
  padding-bottom: 25px;
  border-right: solid 1px #ccc;
}

#report .inner {
  width: 100%;
}

#report #photo #report_photo {
  background: url(../../mypage/images/report/report_photo_bg.png);
  padding: 40px 0;
  margin-top: 40px;
}

#report #photo #report_photo h4 {
  text-align: center;
  font-size: 40px;
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 1.6em;
}

#report #photo #report_photo h4 span {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

#report #photo #report_photo .vr {
  text-align: center;
  margin-bottom: 30px;
}

#report #photo #report_photo .vr img {
  width: 460px;
}

#report #photo #report_photo .photo {
  text-align: center;
  margin-bottom: 40px;
}

#report #photo #report_photo .photo li {
  display: inline-block;
  margin-right: 4px;
  width: 270px;
}

#report #photo #report_photo .photo li img {
  width: 100%;
}

#report #photo #report_photo .photo li span {
  font-weight: bold;
  display: inline-block;
  padding-top: 1em;
  font-size: 15px;
}

#report #photo #report_photo .photo li:last-child {
  margin-right: 0;
}

#report #photo #report_photo p {
  width: 720px;
  margin: 0 auto 40px;
  font-weight: bold;
}

#report #photo #report_photo #divisions {
  background: #fff;
  padding: 40px 40px 20px 140px;
  width: 650px;
  margin: auto;
  position: relative;
  margin-top: 40px;
  margin-bottom: 60px;
}

#report #photo #report_photo #divisions #list {
  background: #d7ede9;
  padding: 15px;
  margin-bottom: 1em;
}

#report #photo #report_photo #divisions #list ul {
  display: -webkit-flex;
  -webkit-justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -webkit-align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#report #photo #report_photo #divisions #list ul li {
  width: 30%;
  font-weight: bold;
  font-size: 1.0rem;
  background: url(../../mypage/images/report/report_marker.png) left top 7px no-repeat;
  padding-left: 3%;
  padding-right: 0;
  line-height: 1.2em;
  margin-bottom: .5em;
}

#report #photo #report_photo #divisions #list ul li.empty {
  background-image: none;
}

#report #photo #report_photo #divisions #div_title {
  position: absolute;
  left: -56px;
  top: -27px;
}

#report #photo #report_photo #divisions p {
  margin-bottom: 1em;
}

#report #photo #report_photo table {
  width: 100%;
}

#report #photo #report_photo table td {
  font-weight: bold;
  font-size: 1.0rem;
  background: url(../../mypage/images/report/report_marker.png) left center no-repeat;
  padding-left: 20px;
  padding-right: 20px;
}

#report #photo #report_photo .point {
  margin-bottom: 60px;
}

#report #photo #report_photo .point h4 {
  width: 85%;
  margin: auto;
  /*color:#319fe5;*/
  color: #002959;
  border: none;
  /*background: url(../../mypage/images/report/report_arrow_down.png) bottom 20px center no-repeat rgba(255,255,255,0.5);*/
  background: white;
  padding-top: 1em;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  /*border-radius: 10px;*/
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.5em;
}

#report #photo #report_photo .point h4 img {
  margin-bottom: 1em;
}

#report #voice #voice_tl {
  width: 870px;
  margin: auto;
  border-radius: 20px;
  background: #00A08E;
  padding: 60px 0;
}

#report #voice #voice_tl li {
  margin-bottom: 20px;
}

#report #voice #voice_tl li dl {
  width: 490px;
  margin: auto;
  position: relative;
}

#report #voice #voice_tl li dl dt {
  width: 108px;
  position: absolute;
  left: -107px;
  top: -20px;
  background: url(../../mypage/images/report/voice_left.png) right center no-repeat;
}

#report #voice #voice_tl li.voice_right dl dt {
  left: 489px;
  background: url(../../mypage/images/report/voice_right.png) left center no-repeat;
  text-align: right;
}

#report #voice #voice_tl li dl dd {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  font-size: 10.5pt;
  line-height: 1.5em;
}

#report h3 {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 20px;
}

#report h3 span {
  font-size: 40pt;
  color: #00A08E;
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
  font-weight: normal;
  text-align: center;
}

@media screen and (max-width: 980px) {
  #report #photo #report_photo .photo {
    display: -webkit-flex;
    -webkit-justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 2%;
  }
  #report #photo #report_photo .photo li {
    width: 33%;
  }
  #report #photo #report_photo .photo li img {
    width: 100%;
  }
  #report #photo #report_photo #divisions {
    width: 68%;
    padding-left: 25%;
    padding-right: 5%;
  }
  #report #photo #report_photo #divisions p {
    width: 100%;
  }
  #report #photo #report_photo #divisions #div_title {
    left: 0;
  }
  #report #voice #voice_tl {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  #report article {
    width: 100%;
  }
  #report #photo #report_photo p {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    text-align: left !important;
  }
  #report #photo #report_photo #divisions {
    padding-left: 2%;
    padding-right: 2%;
    width: 96%;
    margin-bottom: 20px;
  }
  #report #photo #report_photo #divisions #div_title {
    position: static;
    margin: 0 auto 20px;
    display: block;
  }
  #report #photo #report_photo #divisions #list table {
    display: block;
  }
  #report #photo #report_photo #divisions #list table tbody {
    width: 100%;
    display: block;
  }
  #report #photo #report_photo #divisions #list table tr {
    width: 100%;
  }
  #report #photo #report_photo #divisions #list table td {
    display: inline-block;
    width: 46%;
    padding-left: 2%;
    padding-right: 2%;
  }
  #report #photo #report_photo #divisions #list ul li {
    width: 56%;
    font-size: 90%;
    background-position: left top 6px;
  }
  #report #photo #report_photo #divisions #list ul li:nth-child(2n) {
    width: 36%;
  }
  #report #photo #report_photo .point h4 {
    width: 90%;
  }
  #report #voice #voice_tl {
    width: 98%;
    margin: auto;
    border-radius: 10px;
    padding: 20px 0;
  }
  #report #voice #voice_tl li dl {
    width: 96%;
  }
  #report #voice #voice_tl li dl dt {
    position: static;
    background: none !important;
    width: 87px;
    height: 70px;
    overflow: hidden;
  }
}

@media screen and (max-width: 320px) {
  #report #photo #report_photo #divisions #list ul li {
    width: 95% !important;
    background-position: left top 5px;
    padding-left: 5%;
    padding-right: 0;
  }
}

.seminarlist {
  display: none;
}

a.extra_seminarlist {
  position: absolute;
  left: 7px;
  bottom: 7px;
  width: 110px;
  height: 27px;
  padding: 20px 20px;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #fabf00;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.8);
}

a.extra_seminarlist:hover {
  opacity: 0.7;
}

a.extra_seminarlist figure {
  margin: 0;
}

a.extra_seminarlist figure img {
  vertical-align: middle;
  width: 100%;
}

a.extra_seminarlist.sp {
  display: none;
}

@media screen and (max-width: 640px) {
  a.extra_seminarlist {
    width: 84% !important;
    height: 10vw;
    padding-left: 5%;
    padding-right: 5%;
    margin: 0 auto 5vw;
    /* background: url(../icons/angle-right-square-yellow.png) right 20px center/auto 40% no-repeat #fabf00; */
    position: static;
  }
  a.extra_seminarlist figure {
    text-align: center;
  }
  a.extra_seminarlist figure img {
    width: 60%;
  }
  a.extra_seminarlist.wd {
    display: none;
  }
  a.extra_seminarlist.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#modal.extra_information_modal #modal_inner {
  max-width: 800px;
  overflow: auto;
  padding-top: 40px;
  padding-bottom: 20px;
}

#modal.extra_information_modal #modal_inner h3 {
  text-align: center;
  font-size: 14pt;
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
  padding: 2em 0;
}

#modal.extra_information_modal #modal_inner p {
  padding: 0 3em 0;
}

#modal.extra_information_modal #modal_inner p.nomargin {
  margin-bottom: 0;
}

#modal.extra_information_modal #modal_inner a.close {
  width: 200px;
  background: #d7ede9;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 12pt;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding: 0.5em 0;
}

#modal.extra_information_modal #modal_close {
  right: 0 !important;
  top: 0 !important;
}

#modal.extra_information_modal.extar_seminarlist_modal #modal_inner {
  max-width: 540px;
}

#modal.extra_information_modal.extar_seminarlist_modal #modal_inner h3 {
  font-size: 12pt;
  padding: 0.7em 0;
  background: #00A08E;
  color: #ffffff;
  margin-bottom: 0.5em;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}

#modal.extra_information_modal.extar_seminarlist_modal #modal_inner h3:hover {
  opacity: 0.7;
}

#modal.extra_information_modal.extar_seminarlist_modal #modal_inner h3:before, #modal.extra_information_modal.extar_seminarlist_modal #modal_inner h3:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#modal.extra_information_modal.extar_seminarlist_modal #modal_inner h3:after {
  top: calc(50% - 1px);
}

#modal.extra_information_modal.extar_seminarlist_modal #modal_inner h3:before {
  width: 2px;
  height: 20px;
  margin-top: -10px;
  right: 19px;
}

#modal.extra_information_modal.extar_seminarlist_modal #modal_inner h3.active:after, #modal.extra_information_modal.extar_seminarlist_modal #modal_inner h3.active:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#modal.extra_information_modal.extar_seminarlist_modal #modal_inner table {
  width: 100%;
  margin-bottom: 20px;
}

#modal.extra_information_modal.extar_seminarlist_modal #modal_inner table tr td {
  border: solid 1px #ccc;
  font-size: 10.5pt;
  padding: 0.5em 0.6em;
  vertical-align: middle;
}

#modal.extra_information_modal.extar_seminarlist_modal #modal_inner table tr td:nth-child(1) {
  width: 300px;
}

#modal.extra_information_modal.extar_seminarlist_modal #modal_inner table tr td:nth-child(2) {
  width: 80px;
  font-size: 9.5pt;
}

#modal.extra_information_modal.extar_seminarlist_modal #modal_inner table tr td:nth-child(3) {
  font-size: 9.5pt;
  font-weight: bold;
  text-align: center;
}

#modal.extra_information_modal.extar_seminarlist_modal #modal_inner table tr td.place {
  padding-bottom: 0;
}

#modal.extra_information_modal.extar_seminarlist_modal #modal_inner table tr td.place > div {
  font-size: 8.5pt;
  border-top: dashed 1px #ccc;
  padding: 0.3em 0 0.1em;
  margin-top: 0.3em;
}

#modal.extra_information_modal.extar_seminarlist_modal #modal_inner table tr td.place > div span {
  display: inline-block;
  line-height: 1em;
  padding: 0.2em 0.5em;
  background: #00A08E;
  vertical-align: middle;
  color: #ffffff;
  border-radius: 0.1em;
  font-size: 7.5pt;
  margin-right: 0.5em;
}

#modal.extra_information_modal.extar_seminarlist_modal #modal_inner table tr td > span {
  display: block;
  font-size: 9pt;
  text-align: center;
  color: #ffffff;
  padding: 0.2em 0.4em;
  white-space: nowrap;
}

#modal.extra_information_modal.extar_seminarlist_modal #modal_inner table tr td.web span {
  background: #00a0ee;
}

#modal.extra_information_modal.extar_seminarlist_modal #modal_inner table tr td.taimen span {
  background: #F08B1A;
}

#modal.extra_information_modal.extar_seminarlist_modal #modal_inner table tr td.combo span {
  background: #fabf00;
}

#modal.extra_information_modal.extar_seminarlist_modal #modal_inner table tr:nth-child(odd) td {
  background: #f5f5f5;
}

#modal.extra_information_modal.extar_seminarlist_modal #modal_inner p {
  font-size: 9pt;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 640px) {
  #modal.extra_information_modal #modal_inner {
    width: 90%;
    padding-left: 2%;
    padding-right: 2%;
  }
  #modal.extra_information_modal #modal_inner h3 {
    text-align: left;
  }
  #modal.extra_information_modal #modal_inner p {
    padding: 0 1em 1em;
  }
  #modal.extra_information_modal #modal_close {
    position: fixed;
    right: 0;
    top: 0;
  }
  #modal.extra_information_modal.extar_seminarlist_modal #modal_inner h3 {
    text-align: center !important;
    font-size: 3.5vw;
    margin-bottom: 2vw;
  }
  #modal.extra_information_modal.extar_seminarlist_modal #modal_inner table {
    margin-bottom: 4vw;
  }
  #modal.extra_information_modal.extar_seminarlist_modal #modal_inner table tr td {
    vertical-align: middle;
  }
  #modal.extra_information_modal.extar_seminarlist_modal #modal_inner table tr td:nth-child(1) {
    width: auto;
    font-size: 2.7vw;
    font-weight: bold;
  }
  #modal.extra_information_modal.extar_seminarlist_modal #modal_inner table tr td:nth-child(2) {
    font-size: 2.7vw;
    width: auto;
    width: 15vw;
    white-space: nowrap;
    padding: 0.2em;
    text-align: center;
  }
  #modal.extra_information_modal.extar_seminarlist_modal #modal_inner table tr td:nth-child(3) {
    font-size: 3vw;
    width: 6vw;
    padding: 0.2em 0.3em;
  }
  #modal.extra_information_modal.extar_seminarlist_modal #modal_inner table tr td:nth-child(4) {
    padding: 0.2em 0.3em;
  }
  #modal.extra_information_modal.extar_seminarlist_modal #modal_inner table tr td.place div {
    font-size: 2.5vw;
    font-weight: normal;
  }
  #modal.extra_information_modal.extar_seminarlist_modal #modal_inner table tr td.place div span {
    font-size: 2.2vw;
    display: none;
  }
  #modal.extra_information_modal.extar_seminarlist_modal #modal_inner table tr td span {
    font-size: 2.5vw;
    padding: 0.2em 0em;
  }
  #modal.extra_information_modal.extar_seminarlist_modal #modal_inner p br {
    display: none;
  }
}

.mychannel #main .mychannel {
  width: 720px;
  margin: auto;
  padding-bottom: 40px;
}

.mychannel h3 {
  text-align: center;
  margin-bottom: 50px;
}

.mychannel .message {
  margin-bottom: 40px;
}

.mychannel .message p {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 2.2em;
}

.mychannel .message p span {
  font-size: inherit;
  line-height: inherit;
  background: url(../../../contents-members/images/marker.png) left bottom/100% 0.5em repeat-x;
}

.mychannel .message p strong {
  color: #00A08E;
  font-size: 40px;
}

.mychannel .mychannel-list {
  margin: auto;
  border-top: solid 1px #ccc;
  margin-bottom: 60px;
}

.mychannel .mychannel-list li {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 1px #ccc;
  padding: 15px 0;
}

.mychannel .mychannel-list li .ep {
  width: 110px;
}

.mychannel .mychannel-list li .ep img {
  height: 46px;
}

.mychannel .mychannel-list li .title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mychannel .mychannel-list li .title .date {
  color: #00A08E;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  margin-bottom: 0.4em;
}

.mychannel .mychannel-list li .title .subtitle {
  text-align: left;
  font-size: 24px;
  font-weight: normal;
  font-weight: bold;
  line-height: 1.5em;
}

.mychannel .mychannel-list li .btn {
  width: 140px;
}

.mychannel .mychannel-list li .btn a {
  height: 80px;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  line-height: 1.3em;
  text-align: center;
}

.mychannel .mychannel-list li .btn a.archive {
  background: #00A08E;
  color: #ffffff;
}

.mychannel .mychannel-list li .btn a.archive:hover {
  background: #fabf00;
  color: #000;
}

.mychannel .mychannel-list li .btn a.reserve {
  background: #fabf00;
  color: #000;
}

.mychannel .mychannel-list li .btn a.reserve:hover {
  background: #00A08E;
  color: #ffffff;
}

.mychannel .mychannel-list li .btn a.close {
  background: #cccccc;
  color: #ffffff;
}

.mychannel .btn_course {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .mychannel #main .mychannel {
    width: 100%;
  }
  .mychannel h3 {
    margin-bottom: 10vw;
  }
  .mychannel .message p {
    font-size: 5vw;
    line-height: 1.6em;
  }
  .mychannel .message p strong {
    font-size: 9vw;
    line-height: 1.3em;
  }
  .mychannel .mychannel-list {
    margin-bottom: 10vw;
  }
  .mychannel .mychannel-list li {
    padding: 4vw 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mychannel .mychannel-list li .ep {
    width: 20vw;
    padding-right: 3vw;
  }
  .mychannel .mychannel-list li .ep img {
    height: 10vw;
  }
  .mychannel .mychannel-list li .title {
    width: 78vw;
  }
  .mychannel .mychannel-list li .title .date {
    font-size: 4.5vw;
  }
  .mychannel .mychannel-list li .title .subtitle {
    font-size: 5vw;
  }
  .mychannel .mychannel-list li .title .subtitle br {
    display: none;
  }
  .mychannel .mychannel-list li .btn {
    width: 100%;
    margin-top: 3.9vw;
  }
  .mychannel .mychannel-list li .btn a {
    height: 10vw;
  }
  .mychannel .mychannel-list li .btn a br {
    display: none;
  }
}

.attention {
  text-align: center;
  padding: 10px 0;
  background: #fff;
}

.attention a {
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  color: #00a08e;
}

.attention a > img {
  height: 1.3em;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .attention a {
    font-size: 4vw;
  }
}

#contact_close {
  background: #EBF2F8;
  border: solid 1px #ccc;
  padding: 0.5em 0.5em;
  display: inline-block;
  margin: 0.5em 0;
  text-decoration: none;
}

#modal.attention-modal #modal_inner #modal_container {
  overflow: hidden;
}

#modal.attention-modal #modal_inner #modal_container iframe {
  width: 100%;
  height: 100%;
}

.mychannel-page {
  width: 90%;
  max-width: 860px;
  margin: auto;
  padding-bottom: 40px;
}

.mychannel-page h3 {
  text-align: center;
  margin-bottom: 50px;
}

.mychannel-page .message {
  margin-bottom: 40px;
}

.mychannel-page .message p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.2em;
}

.mychannel-page .message p span {
  font-size: inherit;
  line-height: inherit;
}

.mychannel-page .message p strong {
  color: #00A08E;
  font-size: 32px;
}

.mychannel-page .keyword {
  margin-bottom: 40px;
}

.mychannel-page .keyword a, .mychannel-page .keyword span {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 4em;
  width: 380px;
  color: #000;
  border-radius: 3em;
  margin: auto;
  margin-bottom: 10px;
  font-weight: bold;
}

.mychannel-page .keyword a:last-child, .mychannel-page .keyword span:last-child {
  margin-bottom: 0;
}

.mychannel-page .keyword a {
  background: url(../icons/angle-right-black.png) right 1em center/1em no-repeat #fabf00;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 20px;
}

.mychannel-page .keyword a:hover {
  opacity: 0.7;
}

.mychannel-page .keyword span {
  background: #fabf00;
  font-size: 18px;
  line-height: 1.2em;
}

.mychannel-page .mychannel-list {
  margin: auto;
  border-top: solid 1px #ccc;
  margin-bottom: 60px;
}

.mychannel-page .mychannel-list li {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 1px #ccc;
  padding: 15px 0;
}

.mychannel-page .mychannel-list li .ep {
  width: 100px;
}

.mychannel-page .mychannel-list li .ep img {
  height: 40px;
}

.mychannel-page .mychannel-list li .title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mychannel-page .mychannel-list li .title .date {
  color: #00A08E;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  margin-bottom: 0.4em;
}

.mychannel-page .mychannel-list li .title .subtitle {
  text-align: left;
  font-size: 20px;
  font-weight: normal;
  font-weight: bold;
  line-height: 1.5em;
}

.mychannel-page .mychannel-list li .title p {
  font-size: 14px;
  padding-right: 1em;
  padding-top: 0.5em;
  line-height: 1.4em;
}

.mychannel-page .mychannel-list li .btn2 {
  width: 140px;
}

.mychannel-page .mychannel-list li .btn2 a {
  height: 80px;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  line-height: 1.3em;
  text-align: center;
}

.mychannel-page .mychannel-list li .btn2 a.archive {
  background: #00A08E;
  color: #ffffff;
}

.mychannel-page .mychannel-list li .btn2 a.archive:hover {
  background: #fabf00;
  color: #000;
}

.mychannel-page .mychannel-list li .btn2 a.reserve {
  background: #fabf00;
  color: #000;
}

.mychannel-page .mychannel-list li .btn2 a.reserve:hover {
  background: #00A08E;
  color: #ffffff;
}

.mychannel-page .mychannel-list li .btn2 a.close {
  background: #cccccc;
  color: #ffffff;
}

.mychannel-page .btn_course {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .mychannel-page #main .mychannel {
    width: 100%;
  }
  .mychannel-page h3 {
    margin-bottom: 10vw;
  }
  .mychannel-page .message p {
    font-size: 5vw;
    line-height: 1.6em;
  }
  .mychannel-page .message p strong {
    font-size: 9vw;
    line-height: 1.3em;
  }
  .mychannel-page .mychannel-list {
    margin-bottom: 10vw;
  }
  .mychannel-page .mychannel-list li {
    padding: 4vw 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mychannel-page .mychannel-list li .ep {
    width: 20vw;
    padding-right: 3vw;
  }
  .mychannel-page .mychannel-list li .ep img {
    height: 10vw;
  }
  .mychannel-page .mychannel-list li .title {
    width: 78vw;
  }
  .mychannel-page .mychannel-list li .title .date {
    font-size: 4.5vw;
  }
  .mychannel-page .mychannel-list li .title .subtitle {
    font-size: 5vw;
  }
  .mychannel-page .mychannel-list li .title .subtitle br {
    display: none;
  }
  .mychannel-page .mychannel-list li .title p {
    font-size: 3.5vw;
  }
  .mychannel-page .mychannel-list li .btn, .mychannel-page .mychannel-list li .btn2 {
    width: 100%;
    margin-top: 3.9vw;
  }
  .mychannel-page .mychannel-list li .btn a, .mychannel-page .mychannel-list li .btn2 a {
    height: 10vw;
  }
  .mychannel-page .mychannel-list li .btn a br, .mychannel-page .mychannel-list li .btn2 a br {
    display: none;
  }
}
