@charset "UTF-8";
/*
   * styles.css
   *
   * 0. import
   * 1. reset
   * 2. html, body
   * 3. util
   * 4. layout（wireframe_styles）
   *
*/


/*******************
 * 0. import
*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url('https://fonts.googleapis.com/css?family=Comfortaa');
@import url('/common/css/flag-icon.css');
@font-face {
  font-family: 'Lobster12';
    src:  url('/common/font/Lobster12.ttf.woff') format('woff'),
    url('/common/font/Lobster12.ttf.svg#Lobster12') format('svg'),
    url('/common/font/Lobster12.ttf.eot'),
    url('/common/font/Lobster12.ttf.eot?#iefix') format('embedded-opentype');
}
.fnt-lobster12 {
  font-family: 'Lobster12';
}
.fnt-roundedmplus1c {
  font-family: "Rounded Mplus 1c";
  /* windows anti-aliasing [hack] */
  -webkit-transform: rotate(0.028deg);
     -moz-transform: rotate(0.028deg);
      -ms-transform: rotate(0.028deg);
       -o-transform: rotate(0.028deg);
          transform: rotate(0.028deg);
}
.fnt-comfortaa {
  font-family: 'Comfortaa', cursive;
}


/*******************
 * 1. reset
*/
  /*
  html5doctor.com Reset Stylesheet
  v1.6.1
  Last Updated: 2010-09-17
  Author: Richard Clark - http://richclarkdesign.com
  Twitter: @rich_clark
  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    font-weight: normal;
    vertical-align:baseline;
    background:transparent;
    list-style: none;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

strong {
  font-weight: bold;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    cursor: pointer;
}
a {
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top left;
  color: #0000ff;
  text-decoration: underline;
}
a:visited {}
a:hover {
  color: #ff0000;
  background-position: bottom right;
  text-decoration: none;
}
a:active {}

.ehoverArea a img,a img.ehover {
  opacity: 1;
  -webkit-transition: all .25s ease-in;
     -moz-transition: all .25s ease-in;
      -ms-transition: all .25s ease-in;
       -o-transition: all .25s ease-in;
          transition: all .25s ease-in;
}
.ehoverArea a:hover img,a:hover img.ehover {
  opacity: 0.8;
  -webkit-transition: all .25s ease-in;
     -moz-transition: all .25s ease-in;
      -ms-transition: all .25s ease-in;
       -o-transition: all .25s ease-in;
          transition: all .25s ease-in;
}

img {
  vertical-align: top;
}
figure img,img {
  max-width: 100%;
  height: auto;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color: #000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color: #000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin: 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* IE9+ & modern browser */
*::selection {
  color: #efefef;
  background: #4c4c4c;
  text-shadow: none;
}
*::-moz-selection {
  color: #efefef;
  background: #4c4c4c;
  text-shadow: none;
}


/*******************
 * 2. html, body
*/
body{
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  -webkit-font-smoothing: antialiased;
}


/*******************
 * 3. util
*/
/* clearfix*/
  .clearfix { zoom:1; }
  .clearfix:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }

/* float */
  .fl { float: left; }        .fr { float: right; }       .clear { clear: both; }

/* textAlign */
  .al { text-align: left; }   .ar { text-align: right; }  .ac { text-align: center; }

/* position */
  .relative { position: relative;} .absolute { position: absolute;}

/* margin */
  .mb00  { margin-bottom: 00px !important;}  .mb05  { margin-bottom: 05px !important;}
  .mb10  { margin-bottom: 10px !important;}  .mb15  { margin-bottom: 15px !important;}
  .mb20  { margin-bottom: 20px !important;}  .mb25  { margin-bottom: 25px !important;}
  .mb30  { margin-bottom: 30px !important;}  .mb35  { margin-bottom: 35px !important;}
  .mb40  { margin-bottom: 40px !important;}  .mb45  { margin-bottom: 45px !important;}
  .mb50  { margin-bottom: 50px !important;}  .mb55  { margin-bottom: 55px !important;}
  .mb60  { margin-bottom: 60px !important;}  .mb65  { margin-bottom: 65px !important;}
  .mb70  { margin-bottom: 70px !important;}  .mb75  { margin-bottom: 75px !important;}
  .mb80  { margin-bottom: 80px !important;}  .mb85  { margin-bottom: 85px !important;}
  .mb90  { margin-bottom: 90px !important;}  .mb95  { margin-bottom: 95px !important;}
  .mb100 { margin-bottom: 100px !important;}

  .mt00  { margin-top: 00px !important;}  .mt05  { margin-top: 05px !important;}
  .mt10  { margin-top: 10px !important;}  .mt15  { margin-top: 15px !important;}
  .mt20  { margin-top: 20px !important;}  .mt25  { margin-top: 25px !important;}
  .mt30  { margin-top: 30px !important;}  .mt35  { margin-top: 35px !important;}
  .mt40  { margin-top: 40px !important;}  .mt45  { margin-top: 45px !important;}
  .mt50  { margin-top: 50px !important;}  .mt55  { margin-top: 55px !important;}
  .mt60  { margin-top: 60px !important;}  .mt65  { margin-top: 65px !important;}
  .mt70  { margin-top: 70px !important;}  .mt75  { margin-top: 75px !important;}
  .mt80  { margin-top: 80px !important;}  .mt85  { margin-top: 85px !important;}
  .mt90  { margin-top: 90px !important;}  .mt95  { margin-top: 95px !important;}
  .mt100 { margin-top: 100px !important;}

  .mr00  { margin-right: 00px !important;}  .mr05  { margin-right: 05px !important;}
  .mr10  { margin-right: 10px !important;}  .mr15  { margin-right: 15px !important;}
  .mr20  { margin-right: 20px !important;}  .mr25  { margin-right: 25px !important;}
  .mr30  { margin-right: 30px !important;}  .mr35  { margin-right: 35px !important;}
  .mr40  { margin-right: 40px !important;}  .mr45  { margin-right: 45px !important;}
  .mr50  { margin-right: 50px !important;}  .mr55  { margin-right: 55px !important;}
  .mr60  { margin-right: 60px !important;}  .mr65  { margin-right: 65px !important;}
  .mr70  { margin-right: 70px !important;}  .mr75  { margin-right: 75px !important;}
  .mr80  { margin-right: 80px !important;}  .mr85  { margin-right: 85px !important;}
  .mr90  { margin-right: 90px !important;}  .mr95  { margin-right: 95px !important;}
  .mr100 { margin-right: 100px !important;}

  .ml00  { margin-left: 00px !important;}  .ml05  { margin-left: 05px !important;}
  .ml10  { margin-left: 10px !important;}  .ml15  { margin-left: 15px !important;}
  .ml20  { margin-left: 20px !important;}  .ml25  { margin-left: 25px !important;}
  .ml30  { margin-left: 30px !important;}  .ml35  { margin-left: 35px !important;}
  .ml40  { margin-left: 40px !important;}  .ml45  { margin-left: 45px !important;}
  .ml50  { margin-left: 50px !important;}  .ml55  { margin-left: 55px !important;}
  .ml60  { margin-left: 60px !important;}  .ml65  { margin-left: 65px !important;}
  .ml70  { margin-left: 70px !important;}  .ml75  { margin-left: 75px !important;}
  .ml80  { margin-left: 80px !important;}  .ml85  { margin-left: 85px !important;}
  .ml90  { margin-left: 90px !important;}  .ml95  { margin-left: 95px !important;}
  .ml100 { margin-left: 100px !important;}

/* padding */
  .pt30  { padding-top: 30px !important;}

/* font-size */
  .fz12 { font-size: 12px !important;}
  .fz15 { font-size: 15px !important;}
  .fz16 { font-size: 16px !important;}
  .fz17 { font-size: 17px !important;}

/* PC SP */
  .pc {} .sp { display: none !important;}
  @media only screen and (max-width: 768px) {
    .pc { display: none !important; } .sp { display: block !important;}
  }

/* width */
  .w320 { width: 320px !important;}

/*******************
 * 4. layout（wireframe_styles）
*/

.page {
  color: #333333;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.wrapper {
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.wrapper.middle { width: 1024px;}
.wrapper.small { width: 920px;}
.wrapper.tiny { width: 640px;}
section {}

hr.section {
  border-top: #e8e7e6 solid 1px;
}
.info_box_gray hr.section {
  border-top: #e0e0e0 solid 1px;
}

.inner {}


#header {
  min-width: 1280px;
  border-bottom: #d6d4cf solid 1px;
}
#header .wrapper {
  position: relative;
  width: 1280px;
  padding-left: 20px;
  box-sizing: border-box;
}
#gNav {
  float: left;
}
#gNav > #sp_reserve_nav {
  display: none;
}
#gNav > ul > li {
  position: relative;
  display: inline-block;
  z-index: 5;
}
#gNav > ul > li:first-child:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 5px;
  width: 1px;
  height: calc(100% - 10px);
  background-color: #e8e7e6;
  z-index: -1;
}
#gNav > ul > li:after {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  top: 5px;
  width: 1px;
  height: calc(100% - 10px);
  background-color: #e8e7e6;
  z-index: -1;
}
#gNav ul a,
#sNav a,
#pNav a,
#pNav_sp a {
  display: inline-block;
  box-sizing: border-box;
  font-family: 'Comfortaa','Rounded Mplus 1c', cursive;
  /* windows anti-aliasing [hack] */
  -webkit-transform: rotate(0.028deg);
     -moz-transform: rotate(0.028deg);
      -ms-transform: rotate(0.028deg);
       -o-transform: rotate(0.028deg);
          transform: rotate(0.028deg);
  font-weight: 700;
  text-decoration: none;
}
#gNav > ul {
  padding-top: 6px;
  padding-bottom: 3px;
}
#gNav > ul > li {
  margin-top: -2.5px;
}
#gNav > ul > li > a {
  position: relative;
  box-sizing: border-box;
  width: 120px;
  height: 68px;
  padding: 10px 0px 0px;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.8px;
  color: #333333;
  border-radius: 4px;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  transition-delay: 0.15s;
}
#gNav > ul > li.haschild > a {
  border-radius: 4px 4px 0 0;
}
#gNav > ul > li > a em {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 1em;
}
#gNav > ul > li > a:hover,
#gNav > ul > li.haschild:hover > a {
  -webkit-transition: all 0.1s ease-in;
     -moz-transition: all 0.1s ease-in;
      -ms-transition: all 0.1s ease-in;
       -o-transition: all 0.1s ease-in;
          transition: all 0.1s ease-in;
  color: #ffffff;
  background-color: #00a0a8;
}
#gNav > ul > li > a > i {
  display: block;
  overflow: hidden;
  width: 32px;
  height: 24px;
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: auto;
}
#gNav > ul > li > a i svg {
  fill: #00a0a8;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  transition-delay: 0.1s;
}
#gNav > ul > li > a i svg.icon_about {
  width: 23px;
  height: 23px;
}
#gNav > ul > li > a i svg.icon_howto {
  width: 22px;
  height: 22px;
}
#gNav > ul > li > a i svg.icon_lesson {
  width: 22px;
  height: 22px;
}
#gNav > ul > li > a i svg.icon_price {
  width: 19px;
  height: 19px;
  padding-top: 2px;
}
#gNav > ul > li > a i svg.icon_lecturer {
  width: 32px;
  height: 30px;
  margin-top: -2px;
}
#gNav > ul > li > a i svg.icon_faq {
  width: 22px;
  height: 22px;
  padding-top: 2px;
}
#gNav > ul > li > a span {
  display: inline-block;
  font-weight: 700;
}
#gNav > ul > li.haschild > a span {
  margin-left: -0.8em;
}
#gNav > ul > li > a em.arrow {
  position: absolute;
  right: 12px;
  bottom: 17px;
  width: 9px;
  height: 9px;
}
#gNav > ul > li > a > span.small {
  font-size:9px;
}
#gNav > ul > li > a > span.small > em {
  font-size:12px;
}
#gNav > ul > li > a em.arrow svg {
  width: 8px;
  height: 8px;
  fill: #00a0a8;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  transition-delay: 0.1s;
}
#gNav > ul > li > a:hover i svg,
#gNav > ul > li > a:hover em svg,
#gNav > ul > li.haschild:hover > a i svg,
#gNav > ul > li.haschild:hover > a em svg {
  -webkit-transition: all 0.1s ease-in-out;
     -moz-transition: all 0.1s ease-in-out;
      -ms-transition: all 0.1s ease-in-out;
       -o-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out;
  fill: #ffffff;
}
#gNav > ul > li > i svg.icon_price {
  width: 20px;
}
#gNav > ul > li > ul {
  position: absolute;
  z-index: 10;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  width: calc(100% + 48px);
  margin-top: -8px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  transition-delay: 0.1s;
  opacity: 0;
  border-radius: 0 4px 4px 4px;
}
#gNav > ul > li:hover > ul {
  top: 100%;
  visibility: visible;
  width: calc(100% + 53px);
  margin-top: 0px;
  -webkit-transition: all 0.1s ease-in-out;
     -moz-transition: all 0.1s ease-in-out;
       -o-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out;
  opacity: 1;
  box-shadow: 0px 3px 4px -1px rgba(0,0,0,0.2);
}
#gNav > ul > li > ul li {
  width: 100%;
}
#gNav > ul > li > ul li a {
  position: relative;
  width: 100%;
  height: 48px;
  padding: 13px 15px;
  text-align: left;
  color: #ffffff;
  background: #00a0a8;
}
#gNav > ul > li > ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  display: block;
  width: calc(100% - 20px);
  height: 1px;
  background-color: #33b3b9;
}
#gNav > ul > li > ul li:first-of-type a:after {
  width: calc(120px - 20px);
}
#gNav > ul > li > ul li a em {
  font-weight: bold;
  font-style: normal;
}
#gNav > ul > li > ul li a:hover {
  color: #8ad6da;
}
#gNav > ul > li > ul li a svg {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #ffffff;
}
#gNav > ul > li > ul li a:hover  svg {
  fill: #8ad6da;
}
#gNav ul li.active a {
  color: #ffffff;
  background-color: #00a0a8;
}
#gNav ul li.active a svg {
  fill: #ffffff;
}
#sNav {
  float: right;
  padding-top: 10px;
}
#sNav a {
  position: relative;
  box-sizing: border-box;
  width: 138px;
  padding: 7px 0px 5px 25px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  border-radius: 4px;
}
#sNav i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
#sNav #contact {
  margin-bottom: 4px;
}
#sNav #contact a {
  color: #444444;
  border: #e8e7e6 solid 1px;
  background-color: #efeeec;
}
#sNav #contact i {
  left: 18px;
  width: 16px;
  height: 15px;
}
#sNav #contact i svg.icon_contact {
  width: 16px;
  height: 16px;
  fill: #444444;
}
#sNav #contact a:hover {
  -webkit-transition: all 0.18s ease-in;
     -moz-transition: all 0.18s ease-in;
      -ms-transition: all 0.18s ease-in;
       -o-transition: all 0.18s ease-in;
          transition: all 0.18s ease-in;
  background-color: #f6f6f5;
}
#sNav.login #contact {
  margin-bottom: 0;
}
#sNav.login #contact a {
  padding: 21px 0px 21px 25px;
}
#sNav #login a {
  color: #ffffff;
  border: #00a0a8 solid 1px;
  background-color: #00a0a8;
}
#sNav #login i {
  left: 30px;
  width: 16px;
  height: 15px;
}
#sNav #login i svg.icon_login {
  width: 16px;
  height: 16px;
  fill: #ffffff;
}
#sNav #login a:hover {
  -webkit-transition: all 0.18s ease-in;
     -moz-transition: all 0.18s ease-in;
      -ms-transition: all 0.18s ease-in;
       -o-transition: all 0.18s ease-in;
          transition: all 0.18s ease-in;
  background-color: #00bebc;
}

#sNav #entry a {
  padding: 7px 2px 7px 5px;
  color: #222222;
  background-color: #ffda0f;
  text-align: center;
}
#sNav #entry a:hover {
  -webkit-transition: all 0.18s ease-in;
     -moz-transition: all 0.18s ease-in;
      -ms-transition: all 0.18s ease-in;
       -o-transition: all 0.18s ease-in;
          transition: all 0.18s ease-in;
  background-color: #fff858;
}

#pNav {
  float: right;
  margin-left: 20px;
}
#pNav a {
  display: inline-block;
  height: 77px;
  padding: 14px 22px;
  background-color: #ffda0f;
  text-align: center;
}
#pNav a:hover {
  -webkit-transition: all 0.18s ease-in;
     -moz-transition: all 0.18s ease-in;
      -ms-transition: all 0.18s ease-in;
       -o-transition: all 0.18s ease-in;
          transition: all 0.18s ease-in;
  background-color: #fff858;
}
#pNav a em {
  font-family: 'Lobster12';
  font-size: 12px;
  font-style: italic;
  line-height: 14px;
  letter-spacing: 1px;
  color: #00a0a8;
  border-bottom: #00a0a8 solid 1px;
}
#pNav a span {
  display: inline-block;
  margin-right: 5px;
  padding: 2px 8px 1px;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  letter-spacing: 0;
  color: #222222;
  border-radius: 20px;
  background-color: #ffffff;
}
#pNav a strong {
  display: inline-block;
  margin-right: -1.2px;
  /* windows anti-aliasing [hack] */
  -webkit-transform: rotate(0.028deg);
     -moz-transform: rotate(0.028deg);
      -ms-transform: rotate(0.028deg);
       -o-transform: rotate(0.028deg);
          transform: rotate(0.028deg);
  font-family: "Rounded Mplus 1c";
  font-size: 21px;
  font-weight: 500;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0;
  letter-spacing: 1px;
  color: #222222;
}
#pNav_sp {
  display: none;
}
#mypNav {
  float: right;
  margin-left: 20px;
}
#mypNav li {
  position: relative;
}
#mypNav a.mypage_btn {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 140px;
  height: 76px;
  padding-top: 10px;
  -webkit-transform: rotate(0.028deg);
     -moz-transform: rotate(0.028deg);
      -ms-transform: rotate(0.028deg);
       -o-transform: rotate(0.028deg);
          transform: rotate(0.028deg);
  font-family: 'Comfortaa','Rounded Mplus 1c', cursive;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border: #00a0a8 solid 1px;
  background-color: #00a0a8;
}
#mypNav a.mypage_btn:hover {
  -webkit-transition: all 0.18s ease-in;
     -moz-transition: all 0.18s ease-in;
      -ms-transition: all 0.18s ease-in;
       -o-transition: all 0.18s ease-in;
          transition: all 0.18s ease-in;
  background-color: #00bebc;
}
#mypNav a.mypage_btn span {
  font-weight: bold;
  padding-right: 15px;
}
#mypNav a.mypage_btn i {
  display: block;
  width: 30px;
  height: 29px;
  margin-right: auto;
  margin-bottom: 3px;
  margin-left: auto;
}
#mypNav a.mypage_btn i svg {
  width: 25px;
  height: 28px;
  fill: #ffffff;
}
#mypNav > ul > li > a em.arrow {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 9px;
  height: 9px;
}
#mypNav > ul > li > a em.arrow svg {
  width: 11px;
  height: 11px;
  fill: #ffffff;
}
#myNav_contens {
  position: absolute;
  z-index: 2000;
  top: 100%;
  right: 0;
  visibility: hidden;
  width: 483px;
  padding-top: -8px;
  -webkit-transition: opacity, 0.1s ease-in-out;
     -moz-transition: opacity, 0.1s ease-in-out;
      -ms-transition: opacity, 0.1s ease-in-out;
       -o-transition: opacity, 0.1s ease-in-out;
          transition: opacity, 0.1s ease-in-out;
  transition-delay: 0.1s;
  opacity: 0;
  border-radius: 4px;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.12);
}
#mypNav > ul > li:not(.for_iPad):hover #myNav_contens {
  z-index: 2000;
  top: 100%;
  visibility: visible;
  padding-top: 15px;
  -webkit-transition: all 0.1s ease-in-out;
     -moz-transition: all 0.1s ease-in-out;
      -ms-transition: all 0.1s ease-in-out;
       -o-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out;
  opacity: 1;
}
#mypNav #myNav_contens.active_for_iPad {
    z-index: 2000;
    top: 100%;
    visibility: visible;
    padding-top: 15px;
    -webkit-transition: all 0.1s ease-in-out;
       -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
         -o-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
    opacity: 1;
}
#myNav_contens .myNav_name_box:before {
  position: absolute;
  top: -10px;
  right: 59px;
  display: block;
  content: "";
  opacity: 1;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-left: 8px solid transparent;
}
#myNav_contens .myNav_name_box:after {
  position: absolute;
  top: -9px;
  right: 60px;
  display: block;
  content: "";
  opacity: 1;
  border-right: 7px solid transparent;
  border-bottom: 9px solid #00a0a8;
  border-left: 7px solid transparent;
}
#myNav_contens .myNav_name_box {
  position: relative;
  padding: 15px 20px;
  color: #ffffff;
  border-radius: 4px 4px 0 0;
  background-color: #00a0a8;
}
#myNav_contens .myNav_inner {
  padding: 15px 20px 20px;
  border-radius: 0 0 4px 4px;
  background-color: #ffffff;
}
#myNav_contens .nav_logout {
  position: absolute;
  top: 17px;
  right: 15px;
}
#myNav_contens .nav_logout a {
  font-size: 13px;
  text-decoration: none;
  color: #ffffff;
}
#myNav_contens .nav_logout a i {
  position: relative;
  top: 2px;
  margin-right: 5px;
}
#myNav_contens .nav_logout a i svg {
  width: 16px;
  height: 16px;
  fill: #ffffff;
}
#myNav_contens .user_name {
  font-size: 13px;
}
#myNav_contens .user_name strong {
  display: inline-block;
  padding-right: 10px;
  font-size: 16px;
}
#myNav_contens a {
  display: inline-block;
  box-sizing: border-box;
  -webkit-transform: rotate(0.028deg);
     -moz-transform: rotate(0.028deg);
      -ms-transform: rotate(0.028deg);
       -o-transform: rotate(0.028deg);
          transform: rotate(0.028deg);
  font-family: 'Comfortaa','Rounded Mplus 1c', cursive;
  font-weight: 500;
  text-decoration: none;
}
#myNav_contens .myNav_inner {
  display: flex;
  letter-spacing: 0;
}
#myNav_contens nav {
  width: 220px;
}
#myNav_contens nav.num01 {
  margin-right: 15px;
  padding-right: 15px;
  border-right: #e8e7e6 solid 1px;
}
#myNav_contens nav a {
  display: block;
  padding-top: 3px;
  padding-right: 20px;
  -webkit-transition: all 0.18s ease-in-out;
     -moz-transition: all 0.18s ease-in-out;
      -ms-transition: all 0.18s ease-in-out;
       -o-transition: all 0.18s ease-in-out;
          transition: all 0.18s ease-in-out;
  font-size: 13px;
  color: #4c4c4c;
  background: url(../svg/icon_arrow_right_list.svg) no-repeat right 50%;
  background-size: 9px;
}
#myNav_contens nav a:hover {
  color: #999999;
}
#myNav_contens .title {
  margin-bottom: 10px;
  letter-spacing: 0;
}
#myNav_contens nav > ul {
  margin-bottom: 20px;
}
#myNav_contens nav > ul:last-of-type {
  margin-bottom: 0;
}
#myNav_contens nav > ul li {
  margin-top: 3px;
}
#myNav_contens nav > ul li:first-of-type {
  margin-top: 0;
}
#myNav_contens nav > ul.dot_line {
  position: relative;
}
#myNav_contens nav > ul.dot_line:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  width: 100%;
  content: "";
  border-bottom: #e8e7e6 dashed 1px;
}
#myNav_contens .mypage_user_point {
  display: block;
  margin-right: -10px;
  padding: 5px 10px 4px;
  font-size: 13px;
  background-color: #efeeec;
}
#myNav_contens .mypage_user_point strong {
  display: inline-block;
  width: 7.8em;
  font-family: 'Comfortaa', cursive;
  font-weight: bold;
  text-align: right;
  letter-spacing: 0.8px;
}
#myNav_contens .mypage_user_point span {
  font-size: 16px;
  font-weight: bold;
  color: #00aff0;
}

#spNav,#memberNav,#loginNav,#bg_memberNav,#bg_memberNav {
  display: none;
}

#breadcrumb {
  min-width: 1280px;
  padding: 8px 0px;
  background-color: #efeeec;
}
#breadcrumb ul li {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0em;
}
#breadcrumb ul li a,
#breadcrumb ul li strong {
  position: relative;
  display: inline-block;
  padding-right: 14px;
  padding-left: 10px;
  text-decoration: none;
  color: #4c4c4c;
}
#breadcrumb ul li:first-child a {
  padding-left: 0;
}
#breadcrumb ul li a:after,
#breadcrumb ul li strong:after {
  position: absolute;
  left: -4px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(20deg) translateY(-50%);
     -moz-transform: rotate(20deg) translateY(-50%);
      -ms-transform: rotate(20deg) translateY(-50%);
       -o-transform: rotate(20deg) translateY(-50%);
          transform: rotate(20deg) translateY(-50%);
  content: "";
  display: block;
  height: 22px;
  width: 1px;
  background-color: #dad9d7;
}
#breadcrumb ul li:first-child,
#breadcrumb ul li:first-child {
  padding-left: 3px;
}
#breadcrumb ul li:first-child a:after,
#breadcrumb ul li:first-child strong:after {
  display: none;
}
#breadcrumb ul li svg {
  position: relative;
  top: 1px;
  width: 14px;
  height: 14px;
  fill: #27b1b8;
}
#aside {
  float: right;
  width: 280px;
}
#side_cvarea {
  position: relative;
  z-index: 10;
  overflow: hidden;
  margin-top: -180px;
  margin-bottom: 20px;
  padding: 10px 15px 15px;
  /* windows anti-aliasing [hack] */
  -webkit-transform: rotate(0.028deg);
     -moz-transform: rotate(0.028deg);
      -ms-transform: rotate(0.028deg);
       -o-transform: rotate(0.028deg);
          transform: rotate(0.028deg);
  font-family: "Rounded Mplus 1c";
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  background-color: #4c4c4c;
  display: none;
}
#page_index #side_cvarea {
  display: block;
}
#side_cvarea .live_area {
  margin-right: -15px;
  margin-bottom: 5px;
  margin-left: -15px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  border-bottom: #707070 solid 1px;

}
/* reserve */
#page_index #side_cvarea.reserve .btn.btn_gray_lgt.middle {
    width: 100%;
    font-weight: 400;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 10px;
}
#page_index #side_cvarea.reserve .btn.btn_yellow.large {
    width: 100%;
}
/* reserved */
#page_index #side_cvarea.reserved > .title {
  color: #ffffff;
}
#page_index #side_cvarea.reserved > .title {
  color: #ffffff;
  text-align: left;
  padding: 5px 0px 15px;
}
#page_index #side_cvarea.reserved .title a {
  position: relative;
  top: 4px;
  float: right;
  right: 0;
  color: #ffffff;
  text-decoration: none;
  font-size: 11px;
  text-align: right;
  background: url(../svg/icon_arrow_right_list.svg) no-repeat right 50%;
  background-size: 9px;
  padding-right: 12px;
}
#page_index #side_cvarea.reserved .title a:after {
  position: absolute;
  bottom: -3px;
  left: 50%;
  display: block;
  width: 0;
  height: 1px;
  content: "";
  -webkit-transition: all 0.18s ease-in;
     -moz-transition: all 0.18s ease-in;
      -ms-transition: all 0.18s ease-in;
       -o-transition: all 0.18s ease-in;
          transition: all 0.18s ease-in;
  opacity: 0.7;
  background-color: #ffffff;
}
#page_index #side_cvarea.reserved .title a:hover:after {
  left: 0;
  width: 100%;
}
#page_index #side_cvarea.reserved .btn.btn_yellow.middle {
    width: 100%;
    font-size: 20px;
}
#page_index #side_cvarea.reserved .sooking_status_table {
  background-color: #ffffff;
  border-radius: 4px;
  color: #4c4c4c;
  border: none;
  padding: 10px;
  text-align: left;
  margin-bottom: 15px;
}
#page_index #side_cvarea.reserved .btnArea {
  position: relative;
  padding-top: 15px;
}
#page_index #side_cvarea.reserved .txt {
  margin-right: 0px;
}
#page_index #side_cvarea.reserved .sooking_status_table > li {
  min-height: auto;
}
#page_index #side_cvarea.reserved .sooking_status_table > li:after {
  display: none;
}
#page_index #side_cvarea.reserved .sooking_status_table  > li.lecturer {
  margin-top: 10px;
  padding-top: 10px;
  padding-left: 0px;
  border-top: #d6d5d4 solid 1px;
}
#page_index #side_cvarea.reserved .sooking_status_table > li.day {
    width: auto;
}
#page_index #side_cvarea.reserved .sooking_status_table > li.time_zone {
    width: 160px;
}
#page_index #side_cvarea.reserved .sooking_status_table > li time {
  margin-top: 7px;
}
#page_index #side_cvarea.reserved .sooking_status_table .time_zone .txt.today {
  font-size: 13px;
}
#page_index #side_cvarea.reserved .btnArea:before {
  position: absolute;
  left: -15px;
  top: 0px;
  content: "";
  display: block;
  height: 1px;
  border-top: #707070 solid 1px;
  width: calc(100% + 30px);
}
#page_index #side_cvarea.reserved .sooking_status_table > li.lecturer figure {
  padding-left: 10px;
  padding-right: 10px;
}
#page_index #side_cvarea.reserved .sooking_status_table > li.lecturer a:before {
  right: 3px;
}
#page_index #side_cvarea.reserved .sooking_status_table > li.lecturer a:hover:before {
  right: 0px;
}
#side_cvarea .number {
  float: right;
  font-size: 24px;
  line-height: 50px;
}
#side_cvarea .txt {
  position: relative;
  top: 5px;
  left: 3px;
  float: left;
  margin-right: 8px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.4px;
}
#side_cvarea .number em {
  display: inline-block;
  margin-right: -5px;
  -webkit-transform: scale(0.9,1);
     -moz-transform: scale(0.9,1);
      -ms-transform: scale(0.9,1);
       -o-transform: scale(0.9,1);
          transform: scale(0.9,1);
  font-size: 48px;
  font-style: normal;
  letter-spacing: 0.1px;
}
#side_cvarea .txt i {
  position: absolute;
  top: 50%;
  right: -23px;
  display: inline-block;
  margin-top: -3px;
  -webkit-transform: scale(1,0.8) translateY(-50%);
     -moz-transform: scale(1,0.8) translateY(-50%);
      -ms-transform: scale(1,0.8) translateY(-50%);
       -o-transform: scale(1,0.8) translateY(-50%);
          transform: scale(1,0.8) translateY(-50%);
  font-size: 48px;
  font-style: normal;
  letter-spacing: 0;
}
#side_cvarea .point_txt {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
#side_cvarea .point_txt:before {
  position: absolute;
  bottom: 0;
  left: -1.2em;
  content: "＼";
}
#side_cvarea .point_txt:after {
  position: absolute;
  right: -1.2em;
  bottom: 0;
  content: "／";
}
#side_cvarea .point_txt strong {
  color: #89dde1;
          text-emphasis: filled dot #89dde1;
  -webkit-text-emphasis: filled dot #89dde1;
     -moz-text-emphasis: filled dot #89dde1;
}
#sideNav .detail_txt {
  position: relative;
  display: block;
  margin-bottom: 40px;
  text-align: right;
  padding-right: 18px;
}
#sideNav .detail_txt svg.icon_arrow {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 13px;
  height: 13px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #00a0a8;
}
#sideNav .detail_txt a {
  text-decoration: none;
  color: #444444;
}
#sideNav .detail_txt a:hover {
  color: #00a0a8;
}
#sideNav .bnr-sideList {
  margin-top: 15px;
  margin-bottom: 20px;
}
#sideNav .bnr-sideList a img {
  -webkit-transition: all 0.18s ease-in-out;
     -moz-transition: all 0.18s ease-in-out;
      -ms-transition: all 0.18s ease-in-out;
       -o-transition: all 0.18s ease-in-out;
          transition: all 0.18s ease-in-out;
  opacity: 1;
}
#sideNav .bnr-sideList a:hover img {
  -webkit-transition: all 0.18s ease-in-out;
     -moz-transition: all 0.18s ease-in-out;
      -ms-transition: all 0.18s ease-in-out;
       -o-transition: all 0.18s ease-in-out;
          transition: all 0.18s ease-in-out;
  opacity: 0.8;
}
#sideNav .bnr-sideList:first-child { margin-top: 0;}
#sideNav .bnr-sideList:last-child { margin-top: 0;}
#sideNav .bnr-sideList.num01 { margin-top: 0px; margin-bottom: 40px;}
#sideNav .bnr-sideList.num02 { margin-bottom: 35px;}
#sideNav .bnr-sideList.num03 { border-bottom: #e8e7e6 solid 1px; padding-bottom: 20px; margin-bottom: 20px;}
#sideNav .bnr-sideList.num04 { margin-bottom: 35px;}

#sideNav .bnr-sideList li {
  margin-top: 10px;
}
#sideNav .bnr-sideList li:first-of-type {
  margin-top: 0px;
}
.my_status .inner {
  padding: 12px;
  background-color: #ffffff;
}
.lecturerList  li {
  overflow: hidden;
  margin-top: 12px;
  border-radius: 2px;
}
.lecturerList  li:first-child {
  margin-top: 0;
}
.lecturerList  li:last-child {
  margin-bottom: 17px;
}
.lecturerList  li article {
  position: relative;
}
.lecturerList  li article:after {
  position: absolute;
  top: 30px;
  right: -2px;
  display: block;
  width: 18px;
  height: 20px;
  content: "";
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 2px 0 0 2px;
  background: #ffda0f url(/common/svg/icon_arrow_right.svg) no-repeat center center;
  background-size: 60%;
}
.lecturerList  li a {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 8px 15px 13px;
  text-decoration: none;
  border: #efeeec solid 2px;
  background-color: #efeeec;
  border-radius: 2px;
}
.lecturerList  li a:hover {
  -webkit-transition: all 0.18s ease-in-out;
     -moz-transition: all 0.18s ease-in-out;
      -ms-transition: all 0.18s ease-in-out;
       -o-transition: all 0.18s ease-in-out;
          transition: all 0.18s ease-in-out;
  border: #00a0a8 solid 2px;
  background-color: #ffffff;
}
.lecturerList  li a figure {
  float: left;
  margin-right: 13px;
}
.lecturerList  li a figure img {
  overflow: hidden;
  border-radius: 30px;
  width: 61px;
  height: 61px;
  object-fit: cover;
}
.lecturerList  li a .jp_notatione {
  position: relative;
  left: -0.5em;
  margin-top: -2px;
  /* windows anti-aliasing [hack] */
  -webkit-transform: rotate(0.028deg);
     -moz-transform: rotate(0.028deg);
      -ms-transform: rotate(0.028deg);
       -o-transform: rotate(0.028deg);
          transform: rotate(0.028deg);
  font-family: "Rounded Mplus 1c";
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  color: #00a0a8;
}
.lecturerList  li a .country_name {
  float: left;
  margin-top: 7px;
  padding-left: 21px;
  /* windows anti-aliasing [hack] */
  -webkit-transform: rotate(0.028deg);
     -moz-transform: rotate(0.028deg);
      -ms-transform: rotate(0.028deg);
       -o-transform: rotate(0.028deg);
          transform: rotate(0.028deg);
  font-family: "Rounded Mplus 1c";
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  color: #555555;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px auto;
}
.lecturerList  li a .txt {
  padding-top: 13px;
  font-size: 13px;
  color: #555555;
  clear: both;
}
.lecturerList.lanking li a { zoom:1; }
.lecturerList.lanking li a:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }

.lecturerList.lanking li a {
  padding-left: 48px;
}
.lecturerList.lanking li a:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: table-cell;
  width: 48px;
  min-height: 1em;
  content: "";
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'Lobster12';
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #666666;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 20px 20px;
}
.lecturerList.lanking li:nth-child(1) a:before { background-image: url(/common/svg/icon_crown_no1.svg); content: "No.1"; padding-top: 25px;}
.lecturerList.lanking li:nth-child(2) a:before { background-image: url(/common/svg/icon_crown_no2.svg); content: "No.2"; padding-top: 25px;}
.lecturerList.lanking li:nth-child(3) a:before { background-image: url(/common/svg/icon_crown_no3.svg); content: "No.3"; padding-top: 25px;}
.lecturerList.lanking li:nth-child(4) a:before { content: "No.4";}
.lecturerList.lanking li:nth-child(5) a:before { content: "No.5";}
.lecturerList.lanking li:nth-child(6) a:before { content: "No.6";}
.lecturerList.lanking li:nth-child(7) a:before { content: "No.7";}
.lecturerList.lanking li:nth-child(8) a:before { content: "No.8";}
.lecturerList.lanking li:nth-child(9) a:before { content: "No.9";}
.lecturerList.lanking li:nth-child(10) a:before { content: "No.10";}

.lecturerList.list_clm03 {
  display: -webkit-box;
  display:    -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:    -moz-flex;
  display:         flex;
  -webkit-box-lines: multiple;
     -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.lecturerList.list_clm03 {
  margin-left: -10px;
  margin-right: -10px;
}
.lecturerList.list_clm03 > li {
  width: 293px;
  margin: 0 10px 20px;
}
.skype_id {
  margin-top: 4px;
  position: relative;
  float: left;
  font-size: 12px;
  padding-left: 20px;
  letter-spacing: 0;
  color: #666666;
}
.skype_id.cancel {
  opacity: 0.4;
}
.skype_id:after {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: url(../svg/icon_skype.svg) no-repeat center top;
  background-size: contain;
}
.sooking_status_table,
.sooking_status_list {
  display: -webkit-box;
  display:    -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:    -moz-flex;
  display:         flex;
  -webkit-box-lines: multiple;
     -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  justify-content: space-between;
}
.sooking_status_list {
  margin-bottom: 27px;
  border: #e8e7e6 solid 5px;
}
.sooking_status_list li {
  position: relative;
 display: -webkit-box;
  display:    -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:    -moz-flex;
  display:         flex;
 -webkit-align-items: center;
 align-items: center;
 justify-content: center;
  min-height: 58px;
  width: 240px;
}
.sooking_status_list li.total {
  font-size: 23px;
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 0;
  box-sizing: border-box;
  -webkit-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -o-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-family: 'Comfortaa', cursive;
  letter-spacing: 1px;
  width: 190px;
  border-right: #e8e7e6 solid 5px;
}
.sooking_status_list li.total span {
  position: relative;
  top: 1px;
  font-size: 18px;
  font-weight: bold;
  padding-left: 3px;
}
.sooking_status_list li.repeat_reserved:before,
.sooking_status_list li.repeat_reserved:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  height: calc(100% - 20px);
  width: 1px;
  background-color: #e8e7e6;
}
.sooking_status_list li.repeat_reserved:after {
  left: initial;
  right: 0;
}
.sooking_status_list li strong {
  -webkit-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -o-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-family: 'Comfortaa', cursive;
  font-size: 17px;
  letter-spacing: 1px;
}
.sooking_status_list li.point_reserved strong {
  color: #00aff0;
}
.sooking_status_list li.repeat_reserved strong {
  color: #7bbe36;
}
.sooking_status_list li.free_lesson_sts strong {
  color: #c9a41f;
}
.sooking_status_table_header {
  display: -webkit-box;
  display:    -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:    -moz-flex;
  display:         flex;
  border-bottom: #d6d5d4 solid 2px;
  background-color: #efeeec;
  height: 34px;
  font-size: 12px;
}
.sooking_status_table_header li {
  display: -webkit-box;
  display:    -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:    -moz-flex;
  display:         flex;
  justify-content: center;
  align-items: center;
  border-left: #d6d5d4 solid 1px;
  box-sizing: border-box;
}
.sooking_status_table_header li:first-child {
  border: 0;
  justify-content: start;
  padding-left: 20px;
}
.sooking_status_table {
  border-bottom: #d6d5d4 solid 2px;
}
.sooking_status_table  > li {
  position: relative;
  display: -webkit-box;
  display:    -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:    -moz-flex;
  display:         flex;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 0;
  min-height: 88px;
  box-sizing: border-box;
}
.sooking_status_table  > li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  height: calc(100% - 20px);
  width: 1px;
  background-color: #e8e7e6;
}
.sooking_status_table  > li:first-of-type:after,
.sooking_status_table  > li:last-of-type:after {
  display: none;
}
.sooking_status_table  > li.day {
  width: 98px;
  text-align: center;
}
.sooking_status_table  > li.time_zone {
  width: 186px;
}
.sooking_status_table_header li.time_zone,
.sooking_status_table_header ~ .sooking_status_table > li.time_zone {
  width: 163px;
}
.sooking_status_table_header.large li.time_zone,
.sooking_status_table_header.large ~ .sooking_status_table.large > li.time_zone {
  width: 185px;
}
.sooking_status_table_header ~ .sooking_status_table > li.time_zone p {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Comfortaa', cursive;
}
.sooking_status_table_header ~ .sooking_status_table > li.time_zone span {
  font-size: 14px;
  font-weight: 500;
  color: #999;
  padding-left: 8px;
  letter-spacing: 0;
}
.sooking_status_table_header ~ .sooking_status_table > li.time_zone time {
  font-size: 14px;
}
.sooking_status_table_header ~ .sooking_status_table > li.lecturer .skype_id {
  font-size: 10px;
  padding-left: 18px;
}
.sooking_status_table_header ~ .sooking_status_table > li.lecturer .skype_id:after {
  width: 14px;
  height: 14px;
}
.sooking_status_table_header ~ .sooking_status_table > li.lecturer figure img {
  border-radius: 25px;
  width: 50px;
}
.sooking_status_table_header ~ .sooking_status_table > li.lecturer .title.middle {
  font-size: 15px;
}
.sooking_status_table_header ~ .sooking_status_table > li.lecturer .jp_notatione {
  font-size: 11px;
}
.sooking_status_table_header ~ .sooking_status_table > li.lecturer .country_name {
  font-size: 11px;
  margin-top: 3px;
}
.sooking_status_table  > li.lecturer {
  padding-left: 25px;
  width: 300px;
}
.sooking_status_table_header li.lecturer,
.sooking_status_table_header ~ .sooking_status_table > li.lecturer {
  width: 228px;
}
.sooking_status_table_header.large li.lecturer,
.sooking_status_table_header.large ~ .sooking_status_table.large > li.lecturer {
  width: 270px;
}
.sooking_status_table_header ~ .sooking_status_table > li.lecturer {
  padding-left: 13px;
}
.sooking_status_table_header li.status,
.sooking_status_table_header ~ .sooking_status_table > li.status {
  width: 114px;
}
.sooking_status_table_header ~ .sooking_status_table > li.status {
  text-align: center;
}
.sooking_status_table  > li.plan {
  width: 186px;
  flex-direction: column;
}
.sooking_status_table  > li.plan .plan_name {
  font-size: 13px;
  color: #999;
}
.sooking_status_table_header li.plan,
.sooking_status_table_header ~ .sooking_status_table > li.plan {
  width: 176px;
}
.sooking_status_table_header.large li.plan,
.sooking_status_table_header.large ~ .sooking_status_table.large > li.plan {
  width: 200px;
}
.sooking_status_table_header li.evaluation,
.sooking_status_table_header ~ .sooking_status_table > li.evaluation {
  width: 114px;
}
.sooking_status_table_header ~ .sooking_status_table > li.evaluation .link{
  text-decoration: none;
  color: #555;
}
.sooking_status_table_header.large li.evaluation,
.sooking_status_table_header.large ~ .sooking_status_table.large > li.evaluation {
  width: 130px;
}
.sooking_status_table_header ~ .sooking_status_table > li.evaluation {
  font-family: 'Comfortaa', cursive;
}
.sooking_status_table  > li.control {
  width: 150px;
  background-color: #efeeec;
}
.sooking_status_table_header li.control,
.sooking_status_table_header ~ .sooking_status_table > li.control {
  width: 125px;
}
.sooking_status_table_header ~ .sooking_status_table > li.control {
  background-color: #fff;
}
.sooking_status_table_header ~ .sooking_status_table > li.control:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  height: calc(100% - 20px);
  width: 1px;
  background-color: #e8e7e6;
}
.sooking_status_table_header ~ .sooking_status_table > li.control .btns_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  width: 208px;
}
.sooking_status_table_header ~ .sooking_status_table > li.control .btns_list_contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  /*width: 100%;*/
  width: 115px;
  flex-wrap: wrap;   /*20221114*/
  text-align: center;
}


.sooking_status_table_header ~ .sooking_status_table > li.control .btn_blue,
.sooking_status_table_header ~ .sooking_status_table > li.control .btn_orange,
.sooking_status_table_header ~ .sooking_status_table > li.control .btn_gray {
  font-weight: normal;
  height: 34px;
  padding: 10px;
  margin-bottom: 5px;
}
.sooking_status_table_header ~ .sooking_status_table > li.control .btn_blue{
  min-width: 90px;
}
.sooking_status_table_header ~ .sooking_status_table > li.control .btn_gray{
  min-width: 90px;
}
.sooking_status_table_header ~ .sooking_status_table > li.control .btn_orange{
  min-width: 90px;
}
.sooking_status_table_header ~ .sooking_status_table > li.control .btns_list_contact .btn_orange,
.sooking_status_table_header ~ .sooking_status_table > li.control .btns_list_contact .btn_gray,
.sooking_status_table_header ~ .sooking_status_table > li.control .btns_list_contact .btn_blue {
  width: 115px;
}



.sooking_status_table:first-of-type {
  border-top: #d6d5d4 solid 2px;
}
.sooking_status_table li.day > p {
  font-size: 23px;
  line-height: 1.3;
  font-weight: bold;
  box-sizing: border-box;
  -webkit-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -o-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-family: 'Comfortaa', cursive;
  letter-spacing: 1px;
}
.sooking_status_table li.day > p span {
  display: block;
  font-size: 14px;
}
.sooking_status_table li.lecturer a {
  position: relative;
  text-decoration: none;
  display: block;
}

.sooking_status_table li.lecturer a:before {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5.5px;
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: url(../svg/icon_arrow_right_list.svg) no-repeat center center;
  background-size: 13px;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.sooking_status_table li.lecturer a:hover:before {
  right: 10px;
  opacity: 1;
}
.sooking_status_table li.lecturer a:after {
    content: " ";
    display: block;
    clear: both;
}
.sooking_status_table li.lecturer {
  position: relative;
}
.sooking_status_table .canceled {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 220px;
  font-size: 13px;
  line-height: 2;
  text-align: center;
  background-color: #efeeec;
  border: 1px solid #e8e7e6;
  color: #555;
  z-index: 1;
}
.sooking_status_table .canceled .sm {
  font-size: 10px;
}

.sooking_status_table li.lecturer article {
  width: 100%;
}
.sooking_status_table .canceled ~ figure,
.sooking_status_table .canceled ~ .jp_notatione,
.sooking_status_table .canceled ~ .skype_id,
.sooking_status_table .canceled ~ .title {
  opacity: 0.4;
}
.sooking_status_table li.lecturer figure {
  float: left;
  margin-right: 13px;
}
.sooking_status_table li.lecturer figure img {
  overflow: hidden;
  border-radius: 30px;
  width: 61px;
}
.sooking_status_table li.lecturer .jp_notatione {
  position: relative;
  left: -0.5em;
  margin-top: -2px;
  /* windows anti-aliasing [hack] */
  -webkit-transform: rotate(0.028deg);
     -moz-transform: rotate(0.028deg);
      -ms-transform: rotate(0.028deg);
       -o-transform: rotate(0.028deg);
          transform: rotate(0.028deg);
  font-family: "Rounded Mplus 1c";
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  color: #00a0a8;
}
.sooking_status_table li.lecturer .country_name {
  float: left;
  margin-top: 7px;
  padding-left: 21px;
  /* windows anti-aliasing [hack] */
  -webkit-transform: rotate(0.028deg);
     -moz-transform: rotate(0.028deg);
      -ms-transform: rotate(0.028deg);
       -o-transform: rotate(0.028deg);
          transform: rotate(0.028deg);
  font-family: "Rounded Mplus 1c";
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  color: #555555;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px auto;
}
.sooking_status_table .btns_list li:first-of-type {
  margin-top: 5px;
  margin-bottom: 5px;
}
.sooking_status_table .btns_list li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-bottom: 5px;
  margin-top: 5px;
}
.sooking_status_table time {
  display: inline-block;
    /* windows anti-aliasing [hack] */
  -webkit-transform: rotate(0.028deg);
     -moz-transform: rotate(0.028deg);
      -ms-transform: rotate(0.028deg);
       -o-transform: rotate(0.028deg);
          transform: rotate(0.028deg);
  font-family: 'Comfortaa', cursive;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.5px;
  padding-left: 25px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 18px;
}
.sooking_status_table time.is_latenight { background-image: url(../imgs/is_latenight.png);}
.sooking_status_table time.is_morning { background-image: url(../imgs/is_morning.png);}
.sooking_status_table time.is_day { background-image: url(../imgs/is_day.png);}
.sooking_status_table time.is_night { background-image: url(../imgs/is_night.png);}

.sooking_status_table .time_zone .txt {
  font-size: 12px;
}
.sooking_status_table .time_zone .txt strong {
  font-weight: initial;
}
.sooking_status_table .time_zone .txt strong span {
  -webkit-transform: rotate(0.028deg);
     -moz-transform: rotate(0.028deg);
      -ms-transform: rotate(0.028deg);
       -o-transform: rotate(0.028deg);
          transform: rotate(0.028deg);
  font-family: 'Comfortaa', cursive;
  font-size: 13px;
  font-weight: 500;
}
.sooking_status_table .time_zone .txt.today {
  font-weight: bold;
  color: #ee2953;
}
.sooking_status_table .time_zone .txt.today strong {
  display: inline-block;
  color: #ffffff;
  background-color: #ee2953;
  font-weight: bold;
  padding: 2px 10px 1px;
  border-radius: 10px;
  line-height: 1em;
  margin-left: 3px;
}
.sooking_status_table .time_zone .txt.today strong span {
  font-weight: bold;
}
.sooking_status_table .plan .is_point,
.sooking_status_table .plan .is_repeat {
  position: relative;
}
.sooking_status_table .plan .is_point {
  padding-left: 23px;
}
.sooking_status_table .plan .is_repeat {
  padding-left: 27px;
}
.sooking_status_table .plan i {
  position: absolute;
  top: 0;
  left: 0;
}
.sooking_status_table .plan .icon_point {
  width: 18px;
  height: 18px;
}
.sooking_status_table .plan .icon_everyday_plan {
  width: 22px;
  height: 22px;
}
.sooking_status_table .plan strong {
  color: #00bebc;
  font-family: 'Comfortaa', cursive;
}
.sooking_status_table .txt {
  font-size: 13px;
}
.sooking_status_table .txt.makeup_lesson {
  text-align: center;
}
.sooking_status_table .txt.makeup_lesson .sm {
  font-size: 10px;
}
.sooking_status_table .balloon .txt {
  font-size: 11px;
}
.sooking_status_table .balloon .detail {
  clear: both;
  font-weight: bold;
  text-align: center;
  font-size: 10px;
  margin-top: 0px;
  padding-top: 5px;
  border-top: 1px dotted #e8e7e6;
}
.generic_balloon i:hover +.balloon p.add_desc {
  margin-top: 5px;
  font-size: 10px;
  color: #dddddd;
}
.sooking_status_table .balloon .point_code {
  font-weight: bold;
  padding-top: 5px;
}
.sooking_status_table .balloon {
  position: absolute;
  top: -10px;
  left: -343px;
  box-sizing: border-box;
  width: 360px;
  height: 110px;
  padding: 1px 4px 4px 6px;
  font-size: 12px;
  text-align: left;
  color: #fff;
  border-radius: 4px;
  background-color: #4c4c4c;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.12);
  z-index: 6;
}
#booking_lessons .sooking_status_table li.lecturer .jp_notatione {
  padding-right: 20px;
  padding-bottom: 28px;
}

#booking_lessons .sooking_status_table .skype_id {
  position: absolute;
  bottom: 12px;
  left: 96px;
  padding-left: 20px;
}
.generic_balloon i:hover +.balloon {
  position: absolute;
  top: 0;
  left: -370px;
  box-sizing: border-box;
  width: 370px;
  height: auto;
  padding: 10px 15px;
  font-size: 12px;
  text-align: left;
  color: #fff;
  border-radius: 4px;
  background-color: #4c4c4c;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.12);
  z-index: 6;
}
.upper.generic_balloon i:hover +.balloon {
  top: -10px;
  left: 310px;
}
.upper.generic_balloon i:hover +.balloon:after {
  left: -17px;
  border-top: 12px solid transparent;
  border-right: 17px solid #4c4c4c;
  border-bottom: 12px solid transparent;
  border-left: 0;
}
.upper.generic_balloon i:hover +.balloon:before {
  left: -17px;
  border-top: 12px solid transparent;
  border-right: 17px solid #4c4c4c;
  border-bottom: 12px solid transparent;
  border-left: 0;
}

/*
* 講師一覧の時間帯のインフォメーション用(2021/8/25追加）
*/
.teacher_search.generic_balloon {
  z-index: 999;
}


.teacher_search.generic_balloon i:hover +.balloon {
  top: -20px;
  left: 153px;
  width: 450px;
  z-index: 999;
}

.teacher_search.generic_balloon i:hover +.balloon:after {
  top: 23%;
  left: -17px;
  height:0px;
  border-top: 12px solid transparent;
  border-right: 17px solid #4c4c4c;
  border-bottom: 12px solid transparent;
  border-left: 0;
}
.teacher_search.generic_balloon i:hover +.balloon:before {
  top: 23%;
  left: -17px;
  height:0px;
  border-top: 12px solid transparent;
  border-right: 17px solid #4c4c4c;
  border-bottom: 12px solid transparent;
  border-left: 0;
}
/*
* ここまで
*/

.generic_balloon i:hover +.balloon p {
  font-size: 11px;
}
.sooking_status_table .balloon a,
.sooking_status_table .balloon .contents table.detail tr td {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.sooking_status_table .balloon a:hover,
.sooking_status_table .balloon a:hover > .contents table.detail tr td {
  color: #89dde1;
}
.sooking_status_table .balloon a:before {
  display: none!important;
}
.sooking_status_table .balloon .inner {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.sooking_status_table .teacher .balloon {
  height: 181px;
}
.sooking_status_table .status {
  cursor: pointer;
}
.sooking_status_table .balloon .contents table.detail {
  width: 100%;
}
.sooking_status_table .balloon .contents table.detail tbody tr {
  background-color: #4c4c4c;
}
.sooking_status_table .balloon .contents table.detail tr td {
  width: 15%;
  text-align: right;
  font-size: 12px;
  color: #fff;
  border: none;
  padding: 0 4px 0 0;
  vertical-align: top;
}
.sooking_status_table .balloon .contents table.detail tr td.txt {
  width: 85%;
  text-align: left;
  line-height: 120%;
  padding: 3px 0 3px 0;
  vertical-align: middle;
}
.sooking_status_table .status:hover .balloon,
.sooking_status_table .lecturer:hover .balloon,
.generic_balloon i:hover +.balloon{
  display: block;
}
.sooking_status_table .balloon:before {
  position: absolute;
  left: 360px;
  top: 43px;
  bottom: 43px;
  content: '';
  border-top: 12px solid transparent;
  border-right: 0;
  border-bottom: 12px solid transparent;
  border-left: 17px solid #fff;
}
.sooking_status_table .balloon:after {
  position: absolute;
  left: 359px;
  top: 43px;
  bottom: 43px;
  content: '';
  border-top: 12px solid transparent;
  border-right: 0;
  border-bottom: 12px solid transparent;
  border-left: 17px solid #4c4c4c;
}
.commentList.list_clm03 {
  margin-left: -10px;
  margin-right: -10px;
}
.commentList.list_clm03 > li {
  position: relative;
  width: 293px;
  margin: 0 10px 20px;
}
.commentList.list_clm03 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.commentList > li {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin-top: 12px;
  padding: 15px 15px 13px;
  font-size: 12px;
  text-decoration: none;
  border: #efeeec solid 2px;
  border-radius: 2px;
  background-color: #efeeec;
  overflow-wrap: break-word;
}
.commentList.list_clm03 > li {
  padding: 15px 15px 53px;
}
.commentList.list_clm03 > li .stars,
.commentList.list_clm03 > li .txtlink {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.commentList.list_clm03 > li .stars {
  bottom: 28px;
}
.commentList > li:first-child {
  margin-top: 0;
}
.commentList > li:last-child {
  margin-bottom: 17px;
}
.commentList li .title {
  margin-bottom: 5px;
  padding-left: 28px;
  background: url(/common/svg/icon_human1.svg) no-repeat left center;
  background-size: 20px 20px;
  padding-top: 2px;
  min-height: 20px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.commentList li .female .title {
  background: url(/common/svg/icon_human1_female.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 20px 20px;
}
.commentList li .male .title {
  background: url(/common/svg/icon_human1_male.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 20px 20px;
}
.commentList li time {
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: 'Comfortaa', cursive;
  font-weight: bold;
  color: #999999;
}

.commentList .txtlink {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.commentList .txtlink a {
  display: inline-flex;
  align-items: center;
}
.commentList .txtlink a img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 6px 0 5px;
}
/*
.commentList .txtlink {
  text-align: right;
}
.commentList .txtlink a {
  font-family: 'Comfortaa', cursive;
  font-weight: bold;
  color: #00a0a8;
  letter-spacing: 0;
}
*/
.stars.left {
  text-align: left;
}
.stars.right {
  text-align: right;
}
.stars.middle {
  text-align: center;
}
.stars li {
  display: inline-block;
  margin-left: 1px;
}
.stars li svg {
  width: 14px;
  height: 14px;
  fill: #999999;
  stroke-width: 15;
}
.stars.l_large li svg {
  width: 28px;
  height: 28px;
  stroke-width: 8;
}
.stars.large li svg {
  width: 20px;
  height: 20px;
  stroke-width: 10;
}
.stars.star-10 li svg {
  fill: #ffda0f;
  stroke: #e7c10a;
}
.stars.star-10.red_stars li svg {
  fill: #EE2958;
  stroke: #bc1b41;
}
svg.icon_star.red_star {
  fill: #EE2958;
  stroke: #bc1b41;
  width: 14px;
  height: 14px;
  stroke-width: 15;
}
.osusume {
  position: relative;
}
.osusume svg.icon_star.red_star {
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.stars.star-9 li:nth-child(9) svg,
.stars.star-9 li:nth-child(8) svg,
.stars.star-9 li:nth-child(7) svg,
.stars.star-9 li:nth-child(6) svg,
.stars.star-9 li:nth-child(5) svg,
.stars.star-9 li:nth-child(4) svg,
.stars.star-9 li:nth-child(3) svg,
.stars.star-9 li:nth-child(2) svg,
.stars.star-9 li:nth-child(1) svg {
  fill: #ffda0f;
  stroke: #e7c10a;
}
.stars.star-8 li:nth-child(8) svg,
.stars.star-8 li:nth-child(7) svg,
.stars.star-8 li:nth-child(6) svg,
.stars.star-8 li:nth-child(5) svg,
.stars.star-8 li:nth-child(4) svg,
.stars.star-8 li:nth-child(3) svg,
.stars.star-8 li:nth-child(2) svg,
.stars.star-8 li:nth-child(1) svg {
  fill: #ffda0f;
  stroke: #e7c10a;
}
.stars.star-7 li:nth-child(7) svg,
.stars.star-7 li:nth-child(6) svg,
.stars.star-7 li:nth-child(5) svg,
.stars.star-7 li:nth-child(4) svg,
.stars.star-7 li:nth-child(3) svg,
.stars.star-7 li:nth-child(2) svg,
.stars.star-7 li:nth-child(1) svg {
  fill: #ffda0f;
  stroke: #e7c10a;
}
.stars.star-6 li:nth-child(6) svg,
.stars.star-6 li:nth-child(5) svg,
.stars.star-6 li:nth-child(4) svg,
.stars.star-6 li:nth-child(3) svg,
.stars.star-6 li:nth-child(2) svg,
.stars.star-6 li:nth-child(1) svg {
  fill: #ffda0f;
  stroke: #e7c10a;
}
.stars.star-5 li:nth-child(5) svg,
.stars.star-5 li:nth-child(4) svg,
.stars.star-5 li:nth-child(3) svg,
.stars.star-5 li:nth-child(2) svg,
.stars.star-5 li:nth-child(1) svg {
  fill: #ffda0f;
  stroke: #e7c10a;
}
.stars.star-4 li:nth-child(4) svg,
.stars.star-4 li:nth-child(3) svg,
.stars.star-4 li:nth-child(2) svg,
.stars.star-4 li:nth-child(1) svg {
  fill: #ffda0f;
  stroke: #e7c10a;
}
.stars.star-3 li:nth-child(3) svg,
.stars.star-3 li:nth-child(2) svg,
.stars.star-3 li:nth-child(1) svg {
  fill: #ffda0f;
  stroke: #e7c10a;
}
.stars.star-2 li:nth-child(2) svg,
.stars.star-2 li:nth-child(1) svg {
  fill: #ffda0f;
  stroke: #e7c10a;
}
.stars.star-1 li:nth-child(1) svg {
  fill: #ffda0f;
  stroke: #e7c10a;
}

.stars.star-9.red_stars li:nth-child(9) svg,
.stars.star-9.red_stars li:nth-child(8) svg,
.stars.star-9.red_stars li:nth-child(7) svg,
.stars.star-9.red_stars li:nth-child(6) svg,
.stars.star-9.red_stars li:nth-child(5) svg,
.stars.star-9.red_stars li:nth-child(4) svg,
.stars.star-9.red_stars li:nth-child(3) svg,
.stars.star-9.red_stars li:nth-child(2) svg,
.stars.star-9.red_stars li:nth-child(1) svg {
  fill: #EE2958;
  stroke: #bc1b41;
}
.stars.star-8.red_stars li:nth-child(8) svg,
.stars.star-8.red_stars li:nth-child(7) svg,
.stars.star-8.red_stars li:nth-child(6) svg,
.stars.star-8.red_stars li:nth-child(5) svg,
.stars.star-8.red_stars li:nth-child(4) svg,
.stars.star-8.red_stars li:nth-child(3) svg,
.stars.star-8.red_stars li:nth-child(2) svg,
.stars.star-8.red_stars li:nth-child(1) svg {
  fill: #EE2958;
  stroke: #bc1b41;
}
.stars.star-7.red_stars li:nth-child(7) svg,
.stars.star-7.red_stars li:nth-child(6) svg,
.stars.star-7.red_stars li:nth-child(5) svg,
.stars.star-7.red_stars li:nth-child(4) svg,
.stars.star-7.red_stars li:nth-child(3) svg,
.stars.star-7.red_stars li:nth-child(2) svg,
.stars.star-7.red_stars li:nth-child(1) svg {
  fill: #EE2958;
  stroke: #bc1b41;
}
.stars.star-6.red_stars li:nth-child(6) svg,
.stars.star-6.red_stars li:nth-child(5) svg,
.stars.star-6.red_stars li:nth-child(4) svg,
.stars.star-6.red_stars li:nth-child(3) svg,
.stars.star-6.red_stars li:nth-child(2) svg,
.stars.star-6.red_stars li:nth-child(1) svg {
  fill: #EE2958;
  stroke: #bc1b41;
}
.stars.star-5.red_stars li:nth-child(5) svg,
.stars.star-5.red_stars li:nth-child(4) svg,
.stars.star-5.red_stars li:nth-child(3) svg,
.stars.star-5.red_stars li:nth-child(2) svg,
.stars.star-5.red_stars li:nth-child(1) svg {
  fill: #EE2958;
  stroke: #bc1b41;
}
.stars.star-4.red_stars li:nth-child(4) svg,
.stars.star-4.red_stars li:nth-child(3) svg,
.stars.star-4.red_stars li:nth-child(2) svg,
.stars.star-4.red_stars li:nth-child(1) svg {
  fill: #EE2958;
  stroke: #bc1b41;
}
.stars.star-3.red_stars li:nth-child(3) svg,
.stars.star-3.red_stars li:nth-child(2) svg,
.stars.star-3.red_stars li:nth-child(1) svg {
  fill: #EE2958;
  stroke: #bc1b41;
}
.stars.star-2.red_stars li:nth-child(2) svg,
.stars.star-2.red_stars li:nth-child(1) svg {
  fill: #EE2958;
  stroke: #bc1b41;
}
.stars.star-1.red_stars li:nth-child(1) svg {
  fill: #EE2958;
  stroke: #bc1b41;
}

.commentList li .txt {
  letter-spacing: 0;
  margin-bottom: 5px;
}
.commentList li em {
  position: relative;
  padding-right: 5px;
  padding-left: 15px;
  font-family: 'Comfortaa', cursive;
  font-style: normal;
}
.commentList li em i {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 2px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.commentList li em i svg {
  fill: #999999;
  width: 12px;
  height: 12px;
}
#myNav_contens_sp {
  display: none;
}
#main_panel {
  min-width: 1280px;
  margin-bottom: 60px;
}
#topics {
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: #efeeed;
}
#topics .wrapper {
  display: -webkit-box;
  display:    -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:    -moz-flex;
  display:         flex;
  -webkit-box-lines: multiple;
     -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
   -webkit-align-items: center;
           align-items: center;
}
#topics .more_btn {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 59px;
  padding: 0px 4px 1px 1px;
  -webkit-transition: all 0.18s ease-in;
     -moz-transition: all 0.18s ease-in;
      -ms-transition: all 0.18s ease-in;
       -o-transition: all 0.18s ease-in;
          transition: all 0.18s ease-in;
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border-radius: 3px;
  background-color: #4c4c4c;
}
#topics .more_btn:hover {
  background-color: #777777;
}
#topics .more_btn svg.icon_arrow {
  position: absolute;
  top: 50%;
  right: 3px;
  width: 7px;
  height: 7px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #ffffff;
}
#topics .title_area {
  font-family: 'Comfortaa', cursive;
  letter-spacing: 1px;
}
#topics .title_area {
  line-height: initial;
}
#topics .title_area p {
  line-height: 15px;
}
#topics .title_area p:first-child {
  margin-bottom: 5px;
}
#topics .title_area p:first-child strong {
  line-height: 15px;
}
ul.infoList .yymmdd {
  /*
  position: absolute;
  left: 0;
  font-weight: 700;
  */
  display: inline-block;
  padding: 3px 10px 1px;
  font-family: 'Comfortaa', cursive;
  font-size: 11px;
  line-height: 12px;
  letter-spacing: 1px;
  background-color: #fffde7;
}
ul.infoList {
  margin-left: 15px;
  padding-top: 10px;
  padding-bottom: 8px;
  padding-left: 10px;
  border-left: 1px #d6d5d4 solid;
}
ul.infoList li {
  position: relative;
/*  padding-left: 6.5em;*/
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4em;
  white-space: nowrap;
  max-width: 763px;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.infoList li:before {
  content: '●';
/*  color: #00a0a8; */
  color: #ffda0f;
}

ul.infoList li:first-child {
  margin-top: 0px;
}
ul.infoList a {
  text-decoration: none;
  letter-spacing: 1px;
  color: #4c4c4c;
}
ul.infoList a:hover {
  text-decoration: underline;
}
#topics_page ul.infoList {
  padding: 0;
  border-left: none;
}
#topics_page ul.infoList li {
  margin-top: 15px;
  max-width: 100%;
  overflow: initial;
  text-overflow: none;
}
#topics_page ul.infoList li:first-child {
  margin-top: 0px;
}
#container {
}
#container.has-pb {
  padding-bottom: 90px;
}
#main_bnrArea {
  margin-bottom: 60px;
}
#main_bnrArea .main_bnrAreaList { margin-top: 20px;}
#main_bnrArea .main_bnrAreaList:first-child { margin-top: 0px;}
#main_bnrArea .main_bnrAreaList li {
  margin-top: 20px;
}
#main_bnrArea .main_bnrAreaList li:first-child {
  margin-top: 0px;
}
#main_bnrArea .main_bnrAreaList.clm02 li:first-child {
  float: left;
}
#main_bnrArea .main_bnrAreaList.clm02 li:last-child {
  float: right;
  margin-top: 0px;
}
#main_contents {
  float: left;
  width: 920px;
}
footer.bnr_area {
  margin-top: 80px;
}
.howtoList .title {
  position: relative;
  font-size: 16px;
}
.howtoList .title span {
  position: absolute;
  top: -35px;
  left: 0;
  display: inline-block;
  width: 100%;
  font-family: 'Lobster12';
  font-size: 22px;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 1px;
  color: #ffda0f;
}
.howtoList {
  display: -webkit-box;
  display:    -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:    -moz-flex;
  display:         flex;
  -webkit-box-lines: multiple;
     -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.howtoList li {
  position: relative;
  box-sizing: border-box;
  width: 230px;
  padding: 35px 19px 5px;
  text-align: center;
  border-left: #e8e7e6 solid 1px;
}
.howtoList li:before {
  position: absolute;
  right: -11px;
  top: 50%;
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  border-right: #e8e7e6 solid 1px;
  border-bottom: #e8e7e6 solid 1px;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
     -moz-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
       -o-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  z-index: 10;
}
.howtoList li:last-child {
  border-right: #e8e7e6 solid 1px;
}
.howtoList li:last-child:before {
  display: none;
}
  .howtoList .num01 .svg { margin-top: 20px;}
  .howtoList .num02 .svg { margin-top: 20px;}
  .howtoList .num03 .svg { margin-top: 20px;}
  .howtoList .num04 .svg { margin-top: 20px;}

  .howtoList .num01 .svg img { width: 130px; height: 90px;}
  .howtoList .num02 .svg img { width: 108px; height: 90px; margin-right: -19px;}
  .howtoList .num03 .svg img { width:  76px; height: 90px; margin-right: -27px;}
  .howtoList .num04 .svg img { width:  89px; height: 90px;}

.howtoList .txt {
  margin-top: 25px;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #555555;
}

#business_program {
  min-width: 1280px;
  margin-top: 66px;
  color: #555555;
  background-color: #efeeec;
}
#business_program .wrapper {
  padding-top: 50px;
  padding-bottom: 60px;
}
#business_program .left_box {
  width: 486px;
  padding-right: 20px;
  border-right: #d6d5d4 solid 1px;
}
#business_program .left_box .txt {
  margin-bottom: 30px;
}
#business_program .right_box {
  width: 735px;
}
#business_program .companyList {
  margin-left: -18px;
}
#business_program .companyList li {
  display: inline-block;
  margin-top: 15px;
  margin-left: 18px;
}
#footer .wrapper {
  width: auto;
}
#footer_links {
  min-width: 1280px;
  padding: 20px 0;
  font-size: 13px;
  text-align: center;
  background-color: #4c4c4c;
}
#footer_links li {
  position: relative;
  display: inline-block;
  margin-right: 14px;
  margin-left: 14px;
}
#footer_links li i {
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -1px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
#footer_links li i svg {
  width: 13px;
  height: 13px;
  fill: #ffda0f;
}
#footer_links a {
  padding-left: 22px;
}
#footer_links a,
#footer_links a:hover {
  text-decoration: none;
  color: #ffffff;
}
#footer_links a:after {
  position: absolute;
  bottom: -2px;
  left: 50%;
  display: block;
  width: 0;
  height: 1px;
  content: "";
  -webkit-transition: all 0.18s ease-in;
     -moz-transition: all 0.18s ease-in;
      -ms-transition: all 0.18s ease-in;
       -o-transition: all 0.18s ease-in;
          transition: all 0.18s ease-in;
  opacity: 0.7;
  background-color: #ffffff;
}
#footer_links a:hover:after {
  left: 0;
  width: 100%;
}
#footer_sitemap {
  min-width: 1280px;
  color: #ffffff;
  background-color: #00a0a8;
}
#footer_sitemap .wrapper {
  display: -webkit-box;
  display:    -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:    -moz-flex;
  display:         flex;
  width: 1140px;
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-box-lines: multiple;
     -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#footer_sitemap h3 {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
}
#footer_sitemap li {
  margin-top: 6px;
}
#footer_sitemap a,
#footer_sitemap a:hover {
  display: inline-block;
  font-size: 12px;
  line-height: 13px;
  text-decoration: none;
  color: #ffffff;
}
#footer_sitemap a {
  position: relative;
  padding-left: 14px;
  background: url(/common/svg/icon_arrow_right_ftr.svg) no-repeat left center;
  background-size: 8px;
}
#footer_sitemap a.blank {
  position: relative;
  padding-left: 14px;
  background: url(/common/svg/icon_blank_ftr.svg) no-repeat left center;
  background-size: 10px;
}
#footer_sitemap a:after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  display: block;
  width: 0;
  height: 1px;
  content: "";
  -webkit-transition: all 0.18s ease-in;
     -moz-transition: all 0.18s ease-in;
      -ms-transition: all 0.18s ease-in;
       -o-transition: all 0.18s ease-in;
          transition: all 0.18s ease-in;
  opacity: 0.7;
  background-color: #ffffff;
}
#footer_sitemap a:hover:after {
  left: 0;
  width: 100%;
}
.footer_sitemap_box {
  box-sizing: border-box;
  width: 205px;
  padding-right: 20px;
  padding-left: 20px;
  border-right: #33b3b9 solid 1px;
}
.footer_sitemap_box:first-child h3 {
  width: 100%;
}
.footer_sitemap_box:first-child {
  display: -webkit-box;
  display:    -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:    -moz-flex;
  display:         flex;
  width: 320px;

  -webkit-box-lines: multiple;
     -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer_sitemap_box .aboutList {
  width: 50%;
}
.footer_sitemap_box:last-child {
  border-right: none;
}
#copyright {
  min-width: 1280px;
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 1px;
  color: #555555;
  background-color: #efeeec;
}
#copyright span {
  position: relative;
  top: 3.3px;
  padding-right: 5px;
  font-size: 20px;
  line-height: 15px;
}
.pTop {
  position: fixed;
  z-index: 20;
  right: 15px;
  bottom: 35px;
}
.pTop a {
  display: block;
  box-sizing: border-box;
  width: 56px;
  height: 56px;
  border: #eeeeee solid 1px;
  border-radius: 28px;
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}
.pTop a svg {
  position: absolute;
  top: 17px;
  left: 11px;
  width: 34px;
  height: 18px;
  fill: #00a0a8;
}
.sooking_status_table_point .balloon {
  top: auto;
  left: -390px;
}

.edit_credit_card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.edit_credit_card .sc_fig_img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.double-u {
  border-bottom: double 3px #87CEFA
}
.font-weight-bold {
  font-weight: bold;
}

@media only screen and (max-width:768px) {
  .page {
    font-size: 12px;
  }
  figure img:not(.topic)>img, img:not(.topic)>img {
    max-width: initial;
    width: 100%;
    height: auto;
  }
  .wrapper,
  .wrapper.middle,
  .wrapper.small,
  #header .wrapper,
  #footer_sitemap .wrapper {
    box-sizing: border-box;
    width: 100%;
    padding-left: 0;
  }
  #gNav {
    display: none;
    background-color: #00a0a8;
  }
  #gNav.active {
    z-index: 10000;
    display: block;
    width: 100%;
  }
  #gNav > ul {
    padding: 7px;
  }
  #gNav > ul > li {
    box-sizing: border-box;
    width: 33.33%;
    height: 86px;
    margin-top: 0px;
  }
  #gNav > ul > li:nth-child(1),
  #gNav > ul > li:nth-child(2),
  #gNav > ul > li:nth-child(3) {
    border-bottom: #33b3b9 solid 1px;
  }
  #gNav > ul > li:nth-child(2),
  #gNav > ul > li:nth-child(5) {
    border-right: #33b3b9 solid 1px;
    border-left: #33b3b9 solid 1px;
  }
  #gNav > ul > li > ul {
    display: none;
  }
  #gNav > ul > li > a,
  #gNav > ul > li > a:hover {
    width: 100%;
    height: 86px;
    padding: 15px 0px 25px;
    vertical-align: top;
    color: #fff;
    background-color: transparent;
  }
  #gNav > ul > li > a i {
    display: block;
    overflow: hidden;
    width: 40px;
    height: 32px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  #gNav > ul > li > a:hover i svg,
  #gNav > ul > li > a:hover em svg,
  #gNav > ul > li.haschild:hover > a i svg,
  #gNav > ul > li.haschild:hover > a em svg {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    fill: #ccecee;
  }
  #gNav > ul > li > a i svg.icon_about {
    width: 32px;
    height: 32px;
  }
  #gNav > ul > li > a i svg.icon_howto {
    width: 26px;
    height: 26px;
    padding-top: 3px;
  }
  #gNav > ul > li > a i svg.icon_lesson {
    width: 26px;
    height: 26px;
    padding-top: 3px;
  }
  #gNav > ul > li > a i svg.icon_price {
    width: 26px;
    height: 26px;
    padding-top: 2px;
  }
  #gNav > ul > li > a i svg.icon_lecturer {
    width: 42px;
    height: 40px;
    margin-top: -2px;
  }
  #gNav > ul > li > a i svg.icon_faq {
    width: 30px;
    height: 30px;
    padding-top: 2px;
  }
  #gNav > ul > li > a i svg {
    fill: #ccecee;
  }
  #gNav > ul > li > a i {
    animation: animScale 3s 1 ease-out;
    transform-origin: 50% 50%;
    animation-play-state: running;
  }
  #gNav > ul#sp_reserve_nav  li > a i {
    animation: none;
    transform-origin: initial;
    animation-play-state: initial;
    position: absolute;
    top: 50%;
    right: -2px;
    width: 12px;
    height: 12px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #gNav > ul#sp_reserve_nav  li > a i svg {
    fill: #ffffff;
    width: 10px;
    height: 10px;
  }

  @keyframes animScale {
    0% { transform: scale(0.8, 0.8); }
    5% { transform: scale(1.2, 1.2); }
    10% { transform: scale(1, 1); }
    15% { transform: scale(1.1, 1.1); }
    20% { transform: scale(1, 1); }
    100% { transform: scale(1, 1); }
  }
  #gNav > ul > li.haschild > a span {
    margin-left: 0em;
  }
  #gNav > ul > li > a em.arrow {
    display: none;
  }
  #gNav > ul > li:first-child:before,
  #gNav > ul > li:after {
    display: none;
  }
  #gNav > #sp_reserve_nav {
    position: relative;
    display: -webkit-flex;
    display: flex;
    background-color: #2f8c90;
    padding: 0px;
    justify-content: center;
    justify-content: space-around;
    align-items: center;
  }
  #gNav > #sp_reserve_nav:before {
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -14px;
    content: '';
    border-top: 0;
    border-right: 12px solid transparent;
    border-bottom: 17px solid #2f8c90;
    border-left: 12px solid transparent;
    z-index: 1000;
  }
  #gNav > ul#sp_reserve_nav > li {
    height: auto;
    width: auto;
    margin-top: 0px;
  }
  #sp_reserve_nav li {
    border: none;
  }
  #gNav > ul#sp_reserve_nav > li > a, #gNav > ul#sp_reserve_nav > li > a:hover {
    width: 100%;
    height: 60px;
    padding: 15px 15px 13px 0px;
    vertical-align: top;
    color: #fff;
    background-color: transparent;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    justify-content: space-around;
    align-items: center;
  }
  #gNav > ul#sp_reserve_nav > li:nth-child(1),
  #gNav > ul#sp_reserve_nav > li:nth-child(2),
  #gNav > ul#sp_reserve_nav > li:nth-child(3) {
    border: none;
  }
  #pNav_sp {
    position: fixed;
    z-index: 9999;
    top: 14px;
    left: 130px;
    display: block;
  }
  #pNav_sp a {
    display: inline-block;
    width: auto;
    padding: 10px 24px 10px 16px;
    text-align: center;
    border-radius: 4px;
    background-color: #ffda0f;
    box-shadow: none;
  }
  #pNav_sp a em {
    position: absolute;
    top: -3px;
    left: 6px;
    font-family: 'Lobster12';
    font-size: 8px;
    font-style: italic;
    line-height: 10px;
    letter-spacing: 1px;
    color: #00a0a8;
  }
  #pNav_sp a strong {
    display: inline-block;
    margin-right: -1.2px;
    /* windows anti-aliasing [hack] */
    -webkit-transform: rotate(0.028deg);
    -moz-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    -o-transform: rotate(0.028deg);
    transform: rotate(0.028deg);
    font-family: "Rounded Mplus 1c";
    font-size: 11px;
    font-weight: 500;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: 0;
    letter-spacing: 0.3px;
    color: #222;
  }
  #pNav_sp a i svg.right_arrow {
    right: 5px;
  }
  #sNav {
    display: none;
    float: none;
    clear: both;
    padding: 20px 10px;
  }
  #sNav.active {
    display: block;
  }
  #sNav #contact {
    margin-bottom: 0;
  }
  #sNav #contact a {
    display: block;
    width: 100%;
    padding: 13px 20px 17px;
    border: none;
  }
  #sNav #contact i {
    position: relative;
    top: 4px;
    left: 0px;
    margin-right: 5px;
  }
  #sNav #entry,
  #sNav #login {
    display: none;
  }
  #memberNav, #loginNav {
    right: 60px;
    border-left: #e8e7e6 solid 1px;
  }
  #pNav {
    display: none;
  }
  #mypNav {
    display: none;
  }
  #myNav_contens_sp {
    display: block;
    position: fixed;
    z-index: 9200;
    top: 43px;
    right: 0;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    -webkit-transform: scale(0.98);
    -moz-transform: scale(0.98);
    -ms-transform: scale(0.98);
    -o-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  #myNav_contens_sp.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  #myNav_contens_sp .myNav_name_box_sp {
    position: relative;
    padding: 15px 20px;
    text-align: center;
    letter-spacing: 0;
    background-color: #fff;
  }
  #myNav_contens_sp .myNav_inner_sp {
    overflow-y: scroll;
    height: 366px;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  #myNav_contens_sp .nav_logout {
    position: initial;
    top: initial;
    right: initial;
    padding: 20px 10px;
    border-top: #e8e7e6 solid 1px;
  }
  #myNav_contens_sp .nav_logout a {
    display: block;
    padding: 13px 20px;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    color: #4c4c4c;
    border-radius: 4px;
    background-color: #efeeed;
  }
  #myNav_contens_sp .nav_logout a i {
    position: relative;
    top: 2px;
    margin-right: 5px;
  }
  #myNav_contens_sp .nav_logout a i svg {
    width: 16px;
    height: 16px;
    fill: #4c4c4c;
  }
  #myNav_contens_sp .user_name {
    margin-bottom: 10px;
    font-size: 13px;
  }
  #myNav_contens_sp .user_name strong {
    display: inline-block;
    padding-right: 10px;
    font-size: 16px;
    color: #00a0a8;
  }
  #myNav_contens_sp a {
    display: inline-block;
    box-sizing: border-box;
    -webkit-transform: rotate(0.028deg);
    -moz-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    -o-transform: rotate(0.028deg);
    transform: rotate(0.028deg);
    font-family: 'Comfortaa', 'Rounded Mplus 1c', cursive;
    font-weight: bold;
    text-decoration: none;
  }
  #myNav_contens_sp nav li {
    border-top: #e8e7e6 solid 1px;
  }
  #myNav_contens_sp nav a {
    display: block;
    padding: 13px 13px 10px;
    font-size: 14px;
    color: #4c4c4c;
    background: url(../svg/icon_arrow_right_list.svg) no-repeat right 18px top 50%;
    background-size: 14px;
  }
  #myNav_contens_sp .title {
    margin-bottom: 0px;
    padding: 13px 13px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #4c4c4c;
    border-top: #e8e7e6 solid 1px;
  }
  #myNav_contens_sp .title + ul {
    display: none;
  }
  #myNav_contens_sp .title + ul li {
    position: relative;
    border-top: none;
    background-color: #efeeec;
  }
  #myNav_contens_sp .title + ul li:after {
    display: block;
    height: 1px;
    margin-right: 10px;
    margin-left: 10px;
    content: "";
    background-color: #d6d5d4;
  }
  #myNav_contens_sp .title + ul li:last-of-type:after {
    display: none;
  }
  #myNav_contens_sp .mypage_user_point {
    display: block;
    margin-right: -10px;
    padding: 5px 10px 4px;
    font-size: 13px;
    background-color: #efeeec;
  }
  #myNav_contens_sp .mypage_user_point strong {
    display: inline-block;
    font-family: 'Comfortaa', cursive;
    font-weight: bold;
    text-align: right;
    letter-spacing: 0.8px;
  }
  #myNav_contens_sp .mypage_user_point span {
    font-size: 16px;
    font-weight: bold;
    color: #01AFF0;
  }
  #myNav_contens_sp .plus_icon,
  #myNav_contens_sp .plus_icon i {
    display: inline-block;
    box-sizing: border-box;
    transition: all 0.4s;
  }
  #myNav_contens_sp .plus_icon {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 30px;
    height: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 4px;
    background-color: #efeeec;
  }
  #myNav_contens_sp .plus_icon i {
    position: absolute;
    left: 8px;
    width: 50%;
    height: 2px;
    background-color: #00a0a8;
  }
  #myNav_contens_sp .plus_icon i:nth-of-type(1) {
    top: 14px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #myNav_contens_sp .plus_icon i:nth-of-type(2) {
    top: 14px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #myNav_contens_sp .plus_icon.active i:nth-of-type(1) {
    display: none;
  }
  #myNav_contens_sp .plus_icon.active i:nth-of-type(2) {
    top: 14px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #spNav, #memberNav, #loginNav, #bg_memberNav, #bg_memberNav {
    display: block;
  }
  #header {
    position: fixed;
    z-index: 9998;
    width: 100%;
    min-width: 320px;
    background-color: #fff;
  }
  #main_panel {
    margin-bottom: 0px;
  }
  #topics {
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  ul.infoList .yymmdd {
    padding: 3px 2px 1px;
    letter-spacing: 0.5px;
  }
  #topics .title_area p:first-child {
    margin-bottom: 15px;
    font-size: 16px;
  }
  #topics .title_area .more {
    position: absolute;
    top: 22px;
    right: 15px;
    font-size: 13px;
  }
  #topics .more_btn svg.icon_arrow {
    right: 0;
    width: 10px;
    height: 10px;
    margin-top: -1px;
    fill: #00a0a8;
  }
  ul.infoList {
    width: 100%;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-left: 0;
  }
  ul.infoList li {
    padding-top: 15px;
    padding-left: 75px;
    border-top: #d6d5d4 solid 1px;
    white-space: initial;
    max-width: 100%;
    overflow: initial;
    text-overflow: none;
  }
  #topics .more_btn, #topics .more_btn:hover {
    width: 59px;
    padding: 0px 10px 1px 1px;
    font-size: 13px;
    color: #777;
    background-color: transparent;
  }
  #topics_page ul.infoList {
    padding: 0;
    border-left: none;
  }
  #topics_page ul.infoList li {
    margin-top: 10px;
  }
  #topics_page ul.infoList li:first-child {
    margin-top: 0;
  }
  #topics ul.infoList li {
    padding-left: 4px;
  }
  #container {
    padding-top: 60px;
  }
  #spNav,
  #memberNav,
  #loginNav {
    position: fixed;
    z-index: 11100;
    top: 0;
    display: block;
    width: 60px;
    height: 60px;
  }
  #memberNav a.active:after {
    position: relative;
    bottom: -42px;
    display: block;
    height: 1px;
    content: "";
    background-color: #fff;
  }
  #spNav {
    z-index: 10000;
    right: 0px;
    background-color: #00a0a8;
  }
  #memberNav svg.icon_member,
  #loginNav svg.icon_login {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 1;
    fill: #00a0a8;
  }
  #memberNav .active svg.icon_member {
    opacity: 0;
  }
  #bg_spNav,
  #bg_memberNav {
    z-index: -1;
    visibility: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0;
  }
  #bg_spNav.active,
  #bg_memberNav.active {
    position: fixed;
    z-index: 9000;
    top: 43px;
    left: 0;
    visibility: visible;
    width: 100%;
    height: calc(100% - 43px);
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.60);
  }
  #bg_memberNav.active {
    z-index: 9100;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.60);
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    transition: all 0.4s;
  }
  .menu-trigger {
    position: relative;
    top: 20px;
    width: 30px;
    height: 18px;
  }
  #memberNav .menu-trigger {
    position: relative;
    top: 0px;
    width: 60px;
    height: 60px;
  }
  .menu-trigger span {
    position: absolute;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  #memberNav .menu-trigger span {
    left: 10px;
    visibility: hidden;
    width: 22px;
    opacity: 0;
    background-color: #00a0a8;
  }
  .active .menu-trigger span {
    background-color: #fff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 8px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #memberNav .menu-trigger span:nth-of-type(1) {
    top: 12px;
  }
  #memberNav .menu-trigger span:nth-of-type(2) {
    display: none;
  }
  #memberNav .menu-trigger span:nth-of-type(3) {
    bottom: 12px;
  }
  .active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
  #memberNav .menu-trigger.active span {
    visibility: visible;
    opacity: 1;
  }
  #sideNav {
    margin-top: 30px;
  }
  #sideNav .lecturerList li:nth-child(4),
  #sideNav .lecturerList li:nth-child(5) {
    display: none;
  }
  #sideNav .lecturerList li:nth-child(3) {
    margin-bottom: 10px;
  }
  #sideNav .lecturerList li a .txt {
    font-size: 11px;
  }
  #sideNav .commentList li:nth-child(3),
  #sideNav .commentList li:nth-child(4),
  #sideNav .commentList li:nth-child(5) {
    display: none;
  }
  #sideNav .commentList li:nth-child(2) {
    margin-bottom: 10px;
  }
  #sideNav .commentList li .txt {
    font-size: 11px;
  }
  #topics .wrapper {
    padding: 15px;
  }
  #container .wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  #main_contents {
    float: none;
    box-sizing: border-box;
    width: 100%;
  }
  #footer_links li {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .bnr-sideList {
    text-align: center;
  }
  #breadcrumb {
    display: none;
  }
  #aside {
    display: none;
    float: none;
    box-sizing: border-box;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  #business_program {
    min-width: 320px;
  }
  #business_program .wrapper {
    padding: 30px 15px 0px;
  }
  #business_program .left_box {
    width: 100%;
    margin-bottom: 31px;
    padding-right: 0px;
    border-right: none;
  }
  #business_program .right_box {
    width: 100%;
  }
  #business_program .companyList {
    margin-left: -2.5%;
  }
  #business_program .companyList li {
    display: inline-block;
    width: 47%;
    margin-top: 10px;
    margin-left: 2.5%;
  }
  #business_program .companyList li:nth-child(1),
  #business_program .companyList li:nth-child(2) {
    margin-top: 0px;
  }
  #footer_sitemap {
    display: none;
  }
  #footer_links {
    min-width: 320px;
    padding: 0;
  }
  #footer_links li {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    border-top: solid 1px #707070;
  }
  #footer_links li:first-child {
    border-top: none;
  }
  #footer_links li a {
    display: block;
    padding: 15px 15px 15px 38px;
  }
  #footer_links li a:hover:after {
    display: none;
  }
  #footer_links li i {
    left: 15px;
  }
  #copyright {
    min-width: 320px;
  }
  .howtoList {
    margin-right: -5px;
    margin-left: -5px;
  }
  .howtoList li {
    width: 50%;
    padding: 35px 5px 5px;
    border: none;
  }
  .howtoList li:before {
    display: none;
  }
  .howtoList li:last-child {
    border-right: none;
  }
  .howtoList .title {
    font-size: 13px;
  }
  .howtoList .txt {
    padding-bottom: 20px;
  }
  .sooking_status_list {
    flex-direction: column;
    margin-bottom: 27px;
  }
  .sooking_status_list li {
    justify-content: left;
    min-height: 38px;
    width: 100%;
    padding-left: 20px;
  }
  .sooking_status_list li.total {
    font-size: 20px;
    width: 100%;
    border-bottom: #e8e7e6 solid 5px;
    border-right: 0;
    justify-content: center;
  }
  .sooking_status_list li.total:before {
    content: '予約：';
    font-weight: 500;
    font-size: 16px;
  }
  .sooking_status_list li.repeat_reserved:before,
  .sooking_status_list li.repeat_reserved:after {
    top: 0;
    height: 1px;
    width: calc(100% - 20px);
  }
  .sooking_status_list li.repeat_reserved:after {
    top: initial;
    bottom: 0;
    left: 0;
  }
  .sooking_status_table {
    border: #d6d5d4 solid 2px;
    border-top: 0;
  }
  .sooking_status_table > li {
    width: 100%;
    justify-content: left;
    padding: 10px;
    min-height: 30px;
  }
  .sooking_status_table > li:after {
    width: 0;
    height: 0;
  }
  .sooking_status_table > li.day {
    width: 37%;
  }
  .sooking_status_table li.day > p span {
    display: initial;
    padding-left: 5px;
  }
  .sooking_status_table > li.time_zone {
    width: 63%;
  }
  .sooking_status_table > li.time_zone div {
    margin-left: auto;
  }
  .sooking_status_table time {
    font-size: 14px;
  }
  .sooking_status_table .time_zone .txt {
    font-size: 10px;
    margin-bottom: 3px;
  }
  .sooking_status_table .time_zone .txt.today strong {
    padding: 4px 10px 2px;
  }
  .sooking_status_table .time_zone .txt strong span {
    font-size: 11px;
  }
  .sooking_status_table > li.lecturer {
    width: 100%;
    padding-left: 20px;
    border-top: 1px dotted #e8e7e6;
  }
  .sooking_status_table > li.plan {
    width: 100%;
    border-top: 1px dotted #e8e7e6;
  }
  .sooking_status_table > li.plan .txt {
    font-weight: bold;
  }
  .sooking_status_table > li.control {
    width: 100%;
    background-color: #fff;
    border-top: 1px dotted #e8e7e6;
  }
  .sooking_status_table > li.control .btns_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;   /*20221114*/
  }
  .sooking_status_table .btns_list li:first-of-type {
    margin-bottom: 0;
  }
  .sooking_status_table_header {
    display: none;
  }
  .sooking_status_table_header + .sooking_status_table {
    border-top: #d6d5d4 solid 2px;
  }
  .sooking_status_table_header.large li.time_zone,
  .sooking_status_table_header.large ~ .sooking_status_table.large > li.time_zone,
  .sooking_status_table_header ~ .sooking_status_table > li.time_zone {
    width: 100%;
  }
  .sooking_status_table_header ~ .sooking_status_table > li.time_zone div {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .sooking_status_table_header ~ .sooking_status_table > li.time_zone p {
    letter-spacing: 0;
  }
  .sooking_status_table_header ~ .sooking_status_table > li.time_zone span {
    padding-left: 2px;
  }
  .sooking_status_table_header ~ .sooking_status_table > li.time_zone time {

  }
  .sooking_status_table_header.large li.lecturer,
  .sooking_status_table_header.large ~ .sooking_status_table.large > li.lecturer,
  .sooking_status_table_header ~ .sooking_status_table > li.lecturer {
    width: 100%;
    padding-left: 10px;
  }
  .sooking_status_table_header ~ .sooking_status_table > li.status {
    width: 100%;
  }
  .sooking_status_table_header ~ .sooking_status_table > li.status:before {
    content: 'ステータス：';
    font-weight: bold;
  }
  .sooking_status_table_header.large li.plan,
  .sooking_status_table_header.large ~ .sooking_status_table.large > li.plan,
  .sooking_status_table_header ~ .sooking_status_table > li.plan {
    width: 100%;
  }
  .sooking_status_table_header.large li.evaluation,
  .sooking_status_table_header.large ~ .sooking_status_table.large > li.evaluation,
  .sooking_status_table_header ~ .sooking_status_table > li.evaluation {
    width: 100%;
    border-top: #e8e7e6 dotted 1px;
  }
  .sooking_status_table_header ~ .sooking_status_table > li.evaluation .link{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #555;
  }
  .sooking_status_table_header ~ .sooking_status_table > li.evaluation a:before {
    content: '講師からの評価：';
    font-weight: bold;
  }
  .sooking_status_table_header ~ .sooking_status_table > li.evaluation .cap {
    padding: 0;
  }
  .sooking_status_table_header ~ .sooking_status_table > li.evaluation .arrow_list li {
    font-size: 10px;
    line-height: 1.8;
  }
  .sooking_status_table_header ~ .sooking_status_table > li.evaluation strong {
    font-size: 14px;
    padding-left: 5px;
  }
  .sooking_status_table_header ~ .sooking_status_table > li.control {
    width: 100%;
  }
  .sooking_status_table_header ~ .sooking_status_table > li.control:after {
    content: '';
    width: 0;
    height: 0;
  }
  .sooking_status_table_header ~ .sooking_status_table > li.control .btns_list {
    width: 100%;
  }
  .sooking_status_table .balloon {
    top: -100px;
    left: 0;
    right: 0;
    width: 290px;
    height: 100px;
    margin: auto;
  }
  .sooking_status_table .balloon:before {
    left: 134px;
    top: auto;
    margin-top: auto;
    bottom: -15px;
    border-style: solid;
    border-width: 15px 9px 0px 9px;
    border-color: #4c4c4c transparent transparent transparent;
  }
  .sooking_status_table .balloon:after {
    position: absolute;
    left: 134px;
    top: auto;
    bottom: -16px;
    content: '';
    margin-top: auto;
    border-style: solid;
    border-width: 15px 9px 0 9px;
    border-color: #4c4c4c0f transparent transparent transparent;
  }
  .sooking_status_table .balloon .contents .point_code {
    font-size: 10px;
  }
  .sooking_status_table .balloon .contents table.detail {
    min-width: unset;
  }
  .sooking_status_table .balloon .contents table.detail tr td {
    font-size: 8px;
  }
  .sooking_status_table_point .balloon {
    top: -100px;
    left: -107px;
  }
  .uer.generic_balloon i:hover +.balloon {
    left: 234px;
  }
  .lecturerList.list_clm03 > li {
    width: 100%;
    margin-bottom: 20px;
  }
  .commentList.list_clm03 > li {
    width: 100%;
    margin-bottom: 20px;
  }

  .title.section > .date {
    display: block;
    padding-left: 0;
    font-size: 10px;
  }

  .edit_credit_card {
    display: block;
  }
  .edit_credit_card iframe {
    height: 350px;
  }
  .edit_credit_card .sc_fig_img {
    display: block;
    margin: -10px auto 40px 40px;
    width: 260px;
  }
}


/* CMS page layout[adjustment] */
#page_about_top #container .bnr_cvarea,
#page_terms_top #container .bnr_cvarea,
#page_privacy_top #container .bnr_cvarea,
#page_privacy_tutor_top #container .bnr_cvarea,
#page_terms_tutor_Japanese #container .bnr_cvarea,
#page_terms_tutor_English #container .bnr_cvarea,
#page_privacy_tutor_Japanese #container .bnr_cvarea,
#page_privacy_tutor_English #container .bnr_cvarea,
#page_about2_top #container .bnr_cvarea,
#page_tutor_manual #container .bnr_cvarea,
#page_info_lessonroom2_tutors #container .bnr_cvarea,
#page_tutor_lessonmaterial #container .bnr_cvarea,
#page_tutor_lessonmaterial_100PT #container .bnr_cvarea,
#page_tutor_lessonmaterial_100PTB #container .bnr_cvarea,
#page_tutor_lessonmaterial_sharing #container .bnr_cvarea,
#page_tutor_lessonmaterial_DWH #container .bnr_cvarea,
#page_info_teams_tutors #container .bnr_cvarea {
  display: none;
}

#page_terms_top aside,
#page_privacy_top  aside,
#page_privacy_tutor_top  aside,
#page_terms_tutor_Japanese  aside,
#page_terms_tutor_English  aside,
#page_privacy_tutor_Japanese  aside,
#page_privacy_tutor_English  aside,
#page_info_lessonroom2_tutors aside,
#page_tutor_manual  aside,
#page_tutor_lessonmaterial  aside,
#page_tutor_lessonmaterial_sharing  aside,
#page_about2_top  aside,
#page_info_teams_tutors  aside {
  display: none;
}

#page_terms_top #main_contents,
#page_privacy_top #main_contents,
#page_privacy_tutor_top #main_contents,
#page_terms_tutor_Japanese #main_contents,
#page_terms_tutor_English #main_contents,
#page_privacy_tutor_Japanese #main_contents,
#page_privacy_tutor_English #main_contents,
#page_tutor_manual #main_contents,
#page_tutor_lessonmaterial #main_contents,
#page_tutor_lessonmaterial_sharing #main_contents,
#page_info_lessonroom2_tutors #main_contents,
#page_about2_top #main_contents,
#page_info_teams_tutors #main_contents {
  width: 1024px;
  margin-right: auto;
  margin-left: auto;
}

#page_terms_top #container .wrapper,
#page_privacy_top #container .wrapper,
#page_privacy_tutor_top #container .wrapper,
#page_terms_tutor_Japanese #container .wrapper,
#page_terms_tutor_English #container .wrapper,
#page_privacy_tutor_Japanese #container .wrapper,
#page_privacy_tutor_English #container .wrapper,
#page_tutor_manual #container .wrapper,
#page_tutor_lessonmaterial #container .wrapper,
#page_tutor_lessonmaterial_sharing #container .wrapper,
#page_info_lessonroom2_tutors #container .wrapper,
#page_about2_top #container .wrapper,
#page_info_teams_tutors #container .wrapper {
  width: 1024px;
}

#page_terms_top #container #breadcrumb .wrapper,
#page_privacy_top #container #breadcrumb .wrapper,
#page_privacy_tutor_top #container #breadcrumb .wrapper,
#page_terms_tutor_Japanese #container #breadcrumb .wrapper,
#page_terms_tutor_English #container #breadcrumb .wrapper,
#page_privacy_tutor_Japanese #container #breadcrumb .wrapper,
#page_privacy_tutor_English #container #breadcrumb .wrapper,
#page_tutor_manual #container #breadcrumb .wrapper,
#page_tutor_lessonmaterial #container #breadcrumb .wrapper,
#page_tutor_lessonmaterial_sharing #container #breadcrumb .wrapper,
#page_info_lessonroom2_tutors #container #breadcrumb .wrapper,
#page_about2_top #container #breadcrumb .wrapper,
#page_info_teams_tutors #container #breadcrumb .wrapper {
  width: 1240px;
}

@media only screen and (max-width:768px) {
  /* CMS page layout[adjustment] */
  #page_terms_top #main_contents,
  #page_privacy_top #main_contents,
  #page_privacy_tutor_top #main_contents,
  #page_terms_tutor_Japanese #main_contents,
  #page_terms_tutor_English #main_contents,
  #page_privacy_tutor_Japanese #main_contents,
  #page_privacy_tutor_English #main_contents,
  #page_tutor_manual #main_contents,
  #page_tutor_lessonmaterial #main_contents,
  #page_tutor_lessonmaterial_sharing #main_contents,
  #page_about2_top #main_contents,
  #page_info_lessonroom2_tutors #main_contents,
  #page_info_teams_tutors #main_contents,
  
  #page_terms_top #container .wrapper,
  #page_privacy_top #container .wrapper,
  #page_privacy_tutor_top #container .wrapper,
  #page_terms_tutor_Japanese #container .wrapper,
  #page_terms_tutor_English #container .wrapper,
  #page_privacy_tutor_Japanese #container .wrapper,
  #page_privacy_tutor_English #container .wrapper,
  #page_tutor_manual #container .wrapper,
  #page_tutor_lessonmaterial #container .wrapper,
  #page_tutor_lessonmaterial_sharing #container .wrapper,
  #page_about2_top #container .wrapper,
  #page_info_lessonroom2_tutors #container .wrapper,
  #page_info_teams_tutors #container .wrapper,

  #page_terms_top #container #breadcrumb .wrapper,
  #page_privacy_top #container #breadcrumb .wrapper,
  #page_privacy_tutor_top #container #breadcrumb .wrapper,
  #page_terms_tutor_Japanese #container #breadcrumb .wrapper,
  #page_terms_tutor_English #container #breadcrumb .wrapper,
  #page_privacy_tutor_Japanese #container #breadcrumb .wrapper,
  #page_privacy_tutor_English #container #breadcrumb .wrapper,
  #page_tutor_manual #container #breadcrumb .wrapper,
  #page_tutor_lessonmaterial #container #breadcrumb .wrapper,
  #page_tutor_lessonmaterial_sharing #container #breadcrumb .wrapper,
  #page_info_lessonroom2_tutors #container #breadcrumb .wrapper,
  #page_about2_top #container #breadcrumb .wrapper,
  #page_info_teams_tutors #container #breadcrumb .wrapper {
    width: auto;
  }
}
.sooking_status_table_point:first-of-type {
    border-top: none;
    border-bottom: none;
    display: inline-block;
}
.sooking_status_table_point > li {
    min-height: auto;
}

.entryList{
  counter-reset:list;
  list-style-type:none;
  padding:0;
}
.entryList li{
  position:relative;
  padding: 0 0 0 16px;
  margin: 5px 7px 5px 0px;
  font-size:12px;
}
.entryList li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #cccccc;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.entryCodeArea{
  width:100%;
  height:47px;
  text-align:center;
  margin-bottom: 30px;
  clear:both; 
  
}
.entryCodeTitle{
  vertical-align:middle;
  display: inline-block;
  width:50%;
  max-width:500px;
  min-width:300px;
  height:100%;
  padding:5px;
  font-size:30px;
  color:#ffffff;
  background-color:red;
}
.entryCodeText{
  text-align:center;
  color:red;
  margin:40px;
  
}

.textbook-wrap section {
  background: #f5f5f5;
  padding: 47px;
  margin: 0 0 60px;
}
.textbook-wrap section h4 {
  background: #7bbe36;
  color: #fff;
  font-size: 28px;
  text-align: center;
  padding: 4px 0;
  margin: 0 0 14px;
}
.textbook-wrap section h4 + p {
  text-align: center;
  margin: 0 0 14px;
}
.textbook-wrap section .center {
  text-align: center;
}
.textbook-wrap section .pink {
  color: #ed7093;
  letter-spacing: 0;
}
.textbook-wrap section .link {
  text-align: right;
}
.textbook-wrap section .link a {
  position: relative;
}
.textbook-wrap section .link a:after {
  position: absolute;
  top: 0;
  left: -25px;
  display: block;
  width: 18px;
  height: 20px;
  content: "";
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 2px 0 0 2px;
  background: #ffda0f url(../../common/svg/icon_arrow_right.svg) no-repeat center center;
  background-size: auto;
  background-size: 60%;
}
.textbook-wrap section.textbook-exclusive ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px 0 10px;
}
.textbook-wrap section.textbook-exclusive ul li {
  width: 21%;
  margin: 0 0 5%;
}
.textbook-wrap section.textbook-exclusive ul li:nth-last-child(2) {
  margin-left: 26%;
}
.textbook-wrap section.textbook-exclusive ul li:nth-last-child(1) {
  margin-right: 26%;
}
.textbook-wrap section.textbook-other .wrap {
  background: #fff;
  padding: 36px 47px;
}
.textbook-wrap section.textbook-other .wrap h5 {
  font-size: 24px;
  border-bottom: 1px solid #cdcdcd;
  padding: 0 0 14px;
  margin: 0 0 19px;
}
.textbook-wrap section.textbook-other .wrap h5 + p {
  margin: 0 0 30px;
}
.textbook-wrap section.textbook-other .wrap .inner {
  border: 1px solid #00a0a8;
  padding: 28px 32px;
  margin: 0 0 20px;
}
.textbook-wrap section.textbook-other .wrap .inner h6 {
  font-size: 18px;
  color: #00a0a8;
  margin: 0 0 12px;
}
.textbook-wrap section.textbook-other .wrap .inner h6 + p {
  margin: 0 0 20px;
}
.textbook-wrap section.textbook-other .wrap .inner ul {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 24px;
}
.textbook-wrap section.textbook-other .wrap .inner ul li {
  margin-right: 10px;
}
.textbook-wrap section.textbook-other .wrap .inner .link-list {
  padding: 0 0 0 114px;
}
.textbook-wrap section.textbook-other .wrap .inner:nth-of-type(3) .link-list {
  background: url("../../imgs/icon-news01.jpg") no-repeat left top;
}
.textbook-wrap section.textbook-other .wrap .inner:nth-of-type(4) .link-list {
  background: url("../../imgs/icon-news02.jpg") no-repeat left top;
}
.textbook-wrap section.textbook-other .wrap .inner .link-list dl {
  margin: 0 0 14px;
}
.textbook-wrap section.textbook-other .wrap .inner .link-list dl dd {
  padding: 0 0 0 11px;
  letter-spacing: 0;
}

@media only screen and (max-width: 768px) {
  .textbook-wrap section {
    padding: 18px;
    margin: 0 0 40px;
  }
  .textbook-wrap section h4 {
    font-size: 16px;
  }
  .textbook-wrap section.textbook-other .wrap {
    padding: 20px;
  }
  .textbook-wrap section.textbook-other .wrap h5 {
    font-size: 18px;
  }
  .textbook-wrap section.textbook-other .wrap .inner {
    padding: 20px;
  }
  .textbook-wrap section.textbook-other .wrap .inner h6 {
    font-size: 15px;
  }
  .textbook-wrap section.textbook-other .wrap .inner:nth-of-type(3) .link-list {
    background-position: center top;
    padding: 110px 0 0 0;
  }
  .textbook-wrap section.textbook-other .wrap .inner:nth-of-type(4) .link-list {
    background-position: center top;
    padding: 110px 0 0 0;
  }
}
