@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("/fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("/fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("/fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
*   Template Style 
*   Edit this section
*
* ======================================================= */
body {
  font-family: Avenir, 'Helvetica neue', Helvetica, YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
/*  color: #666666;
  color: #7f7f7f;*/
  color: #5f5f5f;
  background: #fff;
  height: 100%;
  position: relative;
}

a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #FA5555;
  outline: none;
}

p {
  margin-bottom: 1.5em;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-family: inherit;
  font-weight: 400;
  margin: 0 0 0 0;
}
form {
  margin: 0;
}

.fs10 {
  font-size: 10px;
}
.fs11 {
  font-size: 11px;
}
.fs12 {
  font-size: 12px;
}
.fs16 {
  font-size: 16px;
}
.fs17 {
  font-size: 17px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt30 {
  margin-top: 30px;
}
.mb3 {
  margin-bottom: 3px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb60 {
  margin-bottom: 60px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.ml10 {
  margin-left: 10px;
}

.pl0 {
  padding-left: 0px;
}
.pb20 {
  padding-bottom: 20px;
}

.pt5 {
  padding-top: 5px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.w20 {
    width: 20px;
}

.vtp {
  vertical-align: text-top;
}

.d_flex {
  display: flex;
}
.d_block {
  width: 100% !important;
  display: block !important;
}
.flw_wrap {
  flex-wrap: wrap;
}
.df_center {
  display: flex;
  justify-content: center;
}

.btn_circle {
    width: 200px;
    border-radius: 30px;
    color: #fff;
    background-color: #337ab7;
}

.pointer:hover {
  cursor: pointer;
}

::-webkit-selection {
  color: #fff;
  background: #00ADB5;
}

::-moz-selection {
  color: #fff;
  background: #00ADB5;
}

::selection {
  color: #fff;
  background: #00ADB5;
}

#fh5co-header {
  position: absolute;
  z-index: 99;
  width: 100%;
  opacity: 1;
  top: 0;
}
#fh5co-header .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
}
#fh5co-header #navbar .navbar-right {
  margin-right: 0;
  text-align: center;
}
@media screen and (max-width: 992px) {
  #fh5co-header #navbar .navbar-right {
    padding-bottom: 20px;
  }
}
#fh5co-header #navbar li a {
  font-family: inherit;
  color: #FFF;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  #fh5co-header #navbar li a {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 20px;
  }
}
#fh5co-header #navbar li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}
#fh5co-header #navbar li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -17px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#fh5co-header #navbar li a:hover {
  color: #000;
}
#fh5co-header #navbar li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header #navbar li.active a {
  background: transparent;
  background: none;
}
@media screen and (max-width: 480px) {
  #fh5co-header #navbar li.active a {
    color: #FA5555;
  }
}
#fh5co-header #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #FA5555;
}
@media screen and (max-width: 480px) {
  #fh5co-header #navbar li.active a span:before {
    background-color: transparent;
  }
}
@media screen and (max-width: 992px) {
  #fh5co-header #navbar li.active a {
    background: transparent;
    background: none;
  }
}
@media screen and (max-width: 992px) and (max-width: 480px) {
  #fh5co-header #navbar li.active a {
    color: #FA5555;
  }
}
@media screen and (max-width: 992px) {
  #fh5co-header #navbar li.active a span {
    display: inline-block;
    color: #FA5555;
  }
  #fh5co-header #navbar li.active a span:before {
    bottom: 0;
    height: 0;
    background: transparent;
  }
}
#fh5co-header #navbar li.call-to-action {
  margin-left: 5px;
}
#fh5co-header #navbar li.call-to-action a {
  padding: 5px 10px 3px 10px;
  margin: 12px 0 0 0px;
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#fh5co-header #navbar li.call-to-action a:hover {
  background-color: #FA5555;
  color: #fff;
}
#fh5co-header #navbar li.call-to-action a span:before {
  background-color: transparent;
}
#fh5co-header #navbar li.call-to-action a.sign-up {
  border: 2px solid #FA5555;
  background: #FA5555;
}
#fh5co-header #navbar li.call-to-action a.sign-up:hover {
  background: #FA5555;
  color: #fff;
}
#fh5co-header #navbar li.call-to-action a.log-in {
  border: 2px solid #00ADB5;
  background: #00ADB5;
}
#fh5co-header #navbar li.call-to-action a.log-out {
  border: 2px solid #FA5555;
  background: #FA5555;
}
#fh5co-header #navbar li.call-to-action a.log-in:hover {
  background: #00ADB5;
  color: #fff;
}
#fh5co-header .navbar-brand {
  display: block;
  font-size: 24px;
  font-weight: 700;
  padding-left: 28px;
  color: #535659;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative;
  background: url("/images/logo-top-sp.png") no-repeat left center;
  background-size: contain;
  height: 60px;
  width: 200px;
  margin-left: 10px;
}

#fh5co-header a.testcentre {
  background: url("/images/inquiry/logo01.png") no-repeat left center;
  background-size: contain;
  width: 300px;
  max-width: 80vw;
}

#fh5co-header a.testcentre.testcentre_en {
  background: url("/images/inquiry/EN_logo01.png") no-repeat left center;
  background-size: contain;
  width: 357px;
  max-width: 80vw;
}

#fh5co-header a.bp {
  background: url("/images/inquiry/berkeleypro/logo.jpg") no-repeat left center;
  background-size: contain;
  width: 300px;
  max-width: 80vw;
}

.bp_header_tel {
  float: right;
  padding-top: 6px;
  padding-right: 15px;
}

.bp_header_tel_sp {
  display: none;
  margin-top: 45px;
  margin-bottom: 5px;
  float: right;
  max-width: 40vw;
}

@media screen and (max-width: 480px) {
  .bp_header_tel {
    display: none;
  }
  .bp_header_tel_sp {
    display: block;
  }
}

#fh5co-header .navbar-brand > span {
  color: #FA5555;
}

@media screen and (max-width: 992px) {
  #fh5co-header .navbar-brand {
    padding-left: 55px !important;
    padding-right: 0 !important;
  }
  #fh5co-header .navbar-brand:after, #fh5co-header .navbar-brand:before {
    margin-left: 25px;
  }
}
#fh5co-header.navbar-fixed-top {
  position: fixed !important;
  background: #fff;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  top: 0;
}
#fh5co-header.navbar-fixed-top .navbar-brand {
  color: #535659;
}
#fh5co-header.navbar-fixed-top #navbar li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-header.navbar-fixed-top #navbar li a:hover {
  color: #FA5555;
}
@media screen and (max-width: 992px) {
  #fh5co-header.navbar-fixed-top #navbar li a {
    font-size: 20px;
  }
}
#fh5co-header.navbar-fixed-top #navbar li.active a {
  color: #FA5555 !important;
}
@media screen and (max-width: 768px) {
  #fh5co-header.navbar-fixed-top #navbar li.active a {
    color: #FA5555 !important;
  }
}
#fh5co-header.navbar-fixed-top #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #FA5555;
}
@media screen and (max-width: 768px) {
  #fh5co-header.navbar-fixed-top #navbar li.active a span:before {
    background-color: transparent;
  }
}
#fh5co-header.navbar-fixed-top #navbar li.call-to-action a {
  border: 2px solid #FA5555;
  padding: 5px 10px 3px 10px;
  margin: 12px 0 0 0px;
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#fh5co-header.navbar-fixed-top #navbar li.call-to-action a:hover {
  background-color: #FA5555;
  color: #fff !important;
}
#fh5co-header.navbar-fixed-top #navbar li.call-to-action a span:before {
  background-color: transparent;
}
#fh5co-header.navbar-fixed-top #navbar li.call-to-action a.sign-up {
  border: 2px solid #FA5555;
  background: #FA5555;
}
#fh5co-header.navbar-fixed-top #navbar li.call-to-action a.sign-up:hover {
  background: #FA5555;
  color: #fff;
}
#fh5co-header.navbar-fixed-top #navbar li.call-to-action a.log-in {
  border: 2px solid #00ADB5;
  background: #00ADB5;
}
#fh5co-header.navbar-fixed-top #navbar li.call-to-action a.log-in:hover {
  background: #00ADB5;
  color: #fff;
}
#fh5co-header .navbar-default {
  border: transparent;
  background: #041932;
  margin: 0;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 768px) {
  #fh5co-header .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

#fh5co-header nav.testcentre {
  background: rgba(227,24,55,0.9);
}

#fh5co-header nav.bp {
  background: #fff;
  border-top: 10px solid #261e47;
  border-bottom: 10px solid #261e47;
}

#fh5co-home {
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  width: 100%;
  background-color: #e6e6e6;
  color: #fff;
}
#fh5co-container {
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  width: 100%;
  background-color: #fff;
}

#fh5co-home a {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: underline;
}
#fh5co-home a:hover {
  color: #fff;
  text-decoration: none;
}
#fh5co-home .gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
}
#fh5co-home, #fh5co-home .text-wrap {
  height: 900px;
}
#fh5co-home .text-wrap, #fh5co-home .text-trial {
  display: table;
  width: 100%;
  position: relative;
  z-index: 4;
}
#fh5co-home .text-inner {
  display: table-cell;
  vertical-align: middle;
}
#fh5co-home .text-inner h1 {
  font-size: 48px;
  text-transform: uppercase;
  color: white;
  margin: 0 0 20px 0;
  font-weight: 400;
  line-height: 58px;
}
#fh5co-home .text-inner h1 span {
  color: #00ADB5;
}
#fh5co-home .text-inner h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 60px 0;
}
#fh5co-home .text-inner .call-to-action {
  display: block;
  width: 100%;
}
#fh5co-home .text-inner .call-to-action a {
  width: 230px;
  display: inline-block;
  font-size: 20px;
  padding: 15px 0;
  margin-right: 10px;
  -webkit-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#fh5co-home .text-inner .call-to-action a i {
  margin-right: 5px;
  margin-top: 5px;
  font-size: 18px;
}
#fh5co-home .text-inner .call-to-action a.demo {
  border: 2px solid #FA5555;
  background: #FA5555;
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  #fh5co-home .text-inner .call-to-action a.demo {
    margin-bottom: 20px;
  }
}
#fh5co-home .text-inner .call-to-action a.download {
  border: 2px solid #00ADB5;
  background: #00ADB5;
  text-decoration: none !important;
}

#fh5co-services,
#fh5co-testimony,
#fh5co-explore,
#fh5co-faq,
#fh5co-team,
#fh5co-trusted,
#fh5co-footer,
#fh5co-work,
#fh5co-counters,
#fh5co-pricing,
#fh5co-blog {
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-services,
  #fh5co-testimony,
  #fh5co-explore,
  #fh5co-faq,
  #fh5co-team,
  #fh5co-trusted,
  #fh5co-footer,
  #fh5co-work,
  #fh5co-counters,
  #fh5co-pricing,
  #fh5co-blog {
    padding: 1em 0;
  }
}

#fh5co-services {
  padding-bottom: 0;
}

.fh5co-explore {
  padding-bottom: 40px;
}

.fh5co-project .project-grid {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-bottom: 30px;
  display: table;
}
.fh5co-project .project-grid .desc {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 250px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .fh5co-project .project-grid .desc {
    opacity: 1;
  }
}
.fh5co-project .project-grid .desc h3 {
  margin-bottom: 10px;
}
.fh5co-project .project-grid .desc h3 a {
  color: #fff;
}
.fh5co-project .project-grid .desc h3 a:hover, .fh5co-project .project-grid .desc h3 a:focus {
  text-decoration: none;
}
.fh5co-project .project-grid .desc span {
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 2px;
}
.fh5co-project .project-grid .desc p {
  padding: 0;
}
.fh5co-project .project-grid .desc p a {
  padding: 0;
  color: #fff;
}
.fh5co-project .project-grid .desc p a:hover, .fh5co-project .project-grid .desc p a:focus {
  text-decoration: none;
}
.fh5co-project .project-grid .desc .download, .fh5co-project .project-grid .desc .love {
  position: absolute;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 7px 10px;
  line-height: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.fh5co-project .project-grid .desc .download {
  left: 30px;
}
.fh5co-project .project-grid .desc .love {
  right: 30px;
  color: red;
}
.fh5co-project .project-grid:hover .desc {
  opacity: 1;
}

.fh5co-bg-color {
  background: #f2f2f2;
}

#fh5co-testimony .wrap-testimony {
  position: relative;
  width: 100%;
}
#fh5co-testimony .wrap-testimony .testimony-slide {
  text-align: center;
}
#fh5co-testimony .wrap-testimony .testimony-slide span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: block;
}
#fh5co-testimony .wrap-testimony .testimony-slide span a.twitter {
  color: #00ADB5;
  font-weight: 300;
}
#fh5co-testimony .wrap-testimony .testimony-slide figure {
  margin-bottom: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#fh5co-testimony .wrap-testimony .testimony-slide figure img {
  width: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-testimony .wrap-testimony .testimony-slide blockquote {
  border: none;
  margin: 30px auto;
  width: 50%;
  position: relative;
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.09);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 992px) {
  #fh5co-testimony .wrap-testimony .testimony-slide blockquote {
    width: 100%;
  }
}
#fh5co-testimony .wrap-testimony .testimony-slide blockquote p {
  font-style: italic;
  color: #8f989f;
  font-size: 20px;
  line-height: 1.6em;
}
#fh5co-testimony .wrap-testimony .testimony-slide.active {
  display: block;
}
#fh5co-testimony .wrap-testimony .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}
#fh5co-testimony .wrap-testimony .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}
#fh5co-testimony .wrap-testimony .arrow-thumb a:hover, #fh5co-testimony .wrap-testimony .arrow-thumb a:focus, #fh5co-testimony .wrap-testimony .arrow-thumb a:active {
  text-decoration: none;
}

.getting-started {
  background: #FA5555;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
.getting-started .getting-grid {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 65%;
  display: table;
}
.getting-started .getting-grid .desc {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  height: 400px;
  padding: 0 3em;
}
.getting-started .getting-grid2 {
  width: 35%;
  display: table;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .getting-started .getting-grid, .getting-started .getting-grid2 {
    width: 100% !important;
    text-align: center;
  }
}
.getting-started h2 {
  color: #fff;
  margin-bottom: 10px;
}
.getting-started h2 span {
  color: #FFC12D;
}
.getting-started p {
  color: rgba(255, 255, 255, 0.8);
}
.getting-started .call-to-action {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  height: 400px;
}
.getting-started .call-to-action .sign-up {
  padding-bottom: 0;
  margin: 0;
  font-size: 24px;
  color: #fff;
}
.getting-started .call-to-action .sign-up:hover, .getting-started .call-to-action .sign-up:focus, .getting-started .call-to-action .sign-up:active {
  text-decoration: none;
}

.fh5co-blog .blog {
  margin-bottom: 40px;
}
.fh5co-blog .blog-grid {
  height: 350px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.fh5co-blog .blog-grid .date {
  width: 90px;
  text-align: center;
  padding: 10px;
  background: #fff;
}
.fh5co-blog .blog-grid .date span, .fh5co-blog .blog-grid .date small {
  display: block;
  color: #333;
}
.fh5co-blog .blog-grid .date span {
  font-size: 30px;
}
.fh5co-blog .blog-grid .date small {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.fh5co-blog .desc {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  background: #f2f2f2;
}
.fh5co-blog .desc .desc-grid {
  width: 80%;
  padding: 20px;
}
.fh5co-blog .desc .desc-grid h3 {
  padding: 2px 0 0 0;
  margin: 0;
  font-size: 20px;
}
.fh5co-blog .desc .reading {
  width: 20%;
  background: rgba(0, 0, 0, 0.7);
  color: #FFC12D;
  text-align: center;
  padding: 20px;
}
.fh5co-blog .desc:hover, .fh5co-blog .desc:focus {
  text-decoration: none;
}

#fh5co-pricing .price-box {
  border: 2px solid #ECEEF0;
  text-align: center;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 40px;
  position: relative;
}
#fh5co-pricing .price-box.popular {
  border: 2px solid #00ADB5;
}
#fh5co-pricing .price-box.popular .popular-text {
  top: 0;
  left: 50%;
  margin-left: -65px;
  margin-top: -2em;
  position: absolute;
  padding: 4px 20px;
  background: #00ADB5;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#fh5co-pricing .price-box.popular .popular-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid black;
  border-top-color: #00ADB5;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#fh5co-pricing .pricing-plan {
  margin: 0;
  padding: 0;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}
#fh5co-pricing .price {
  font-size: 50px;
  color: #000;
}
#fh5co-pricing .price .currency {
  font-size: 20px;
  top: -1.2em;
}
#fh5co-pricing .price small {
  font-size: 16px;
}
#fh5co-pricing .pricing-info {
  padding: 0;
  margin: 0 0 30px 0;
}
#fh5co-pricing .pricing-info li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.fh5co-services {
  padding-bottom: 4em;
}
.fh5co-services .box-services {
  position: relative;
  margin-bottom: 70px;
  min-height: 300px;
}
.fh5co-services .box-services .icon {
  margin-bottom: 20px;
}
.fh5co-services .box-services .icon span {
  width: 130px;
  height: 130px;
  display: inline-block;
  position: relative;
  border: 2px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-services .box-services .icon span i {
  position: absolute;
  left: 0;
  top: 32px;
  right: 0;
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 60px;
  color: rgba(0, 0, 0, 0.5);
  color: #00ADB5;
  z-index: 1;
}
.fh5co-services .box-services .icon span:before {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 0;
  content: '';
  width: 20px;
  height: 20px;
  background: #00ADB5;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-services .fh5co-post h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.fh5co-services .call-to-action .btn-learn {
  padding: 12px 30px;
  background: #00dee8;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fh5co-services {
    padding-bottom: 20px;
  }
  .fh5co-services .box-services {
    margin-bottom: 20px;
  }
}
.core-features {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
}
.core-features .grid2 {
  width: 50%;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .core-features .grid2 {
    width: 100%;
  }
}
.core-features .grid2 .core-f {
  padding: 40px;
}
.core-features .grid2 .core-f h2 {
  text-transform: uppercase;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  letter-spacing: 2px;
  margin-bottom: 50px;
}
.core-features .grid2 .core-f h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.core-features .grid2 .core-f .core {
  margin-bottom: 30px;
}
.core-features .grid2 .core-f .core i {
  float: left;
  color: #00ADB5;
  font-size: 28px;
}
.core-features .grid2 .core-f .core .fh5co-post {
  padding-left: 50px;
}

.fh5co-counters {
  padding: 3em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.fh5co-counters .counter-wrap {
  border: 1px solid red !important;
}
.fh5co-counters .fh5co-counter {
  font-size: 44px;
  display: block;
  color: rgba(0, 0, 0, 0.7);
  font-family: inherit;
  width: 100%;
  font-weight: 700;
  margin-bottom: .3em;
}
.fh5co-counters .fh5co-counter-label {
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 2em;
  display: block;
}

#fh5co-team .team-box {
  position: relative;
  padding: 30px;
  padding-top: 5em;
  background: #fff;
  float: left;
  width: 100%;
  -webkit-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 992px) {
  #fh5co-team .team-box {
    margin-bottom: 110px;
  }
}
#fh5co-team .team-box .user {
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -73px;
  margin-left: -73px;
  width: 147px;
  height: 147px;
}
#fh5co-team .team-box .user img {
  width: 147px;
  height: 147px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 15px solid #f2f2f2;
}
#fh5co-team .team-box h3 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
#fh5co-team .team-box .position {
  font-size: 16px;
  color: #8f989f;
  display: block;
  margin-bottom: 30px;
}
#fh5co-team .team-box .social-media {
  margin: 0;
  padding: 0;
}
#fh5co-team .team-box .social-media li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 24px;
  margin-right: 10px;
}
#fh5co-team .team-box .social-media li a {
  color: #333;
}
#fh5co-team .team-box .social-media li a:hover, #fh5co-team .team-box .social-media li a:focus, #fh5co-team .team-box .social-media li a:active {
  text-decoration: none;
  color: #FA5555 !important;
}

.box-faq {
  margin-bottom: 60px;
}
.box-faq i {
  float: left;
  color: #00ADB5;
}
.box-faq .desc {
  padding-left: 40px;
}
.box-faq h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.partner-logo {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.section-heading {
  float: left;
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 0px;
}
.section-heading h2 {
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: 400;
  color: #333;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  line-height: 1.5;
  letter-spacing: 2px;
}
.section-heading h2 span {
  position: relative;
}
.section-heading h2 span:after, .section-heading h2 span:before {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  background: #00ADB5;
  left: -7px;
  margin-left: -20px;
  bottom: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.section-heading h2 span:before {
  left: 0px;
  background: #FA5555;
}
@media screen and (max-width: 768px) {
  .section-heading h2 {
    font-size: 28px;
  }
}
.section-heading h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #8f989f;
  position: relative;
  display: block;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .section-heading h3 {
    font-size: 16px !important;
    line-height: 28px;
  }
}

#fh5co-footer {
  background: #041932;
  color: rgba(255, 255, 255, 0.8);
}

#fh5co-footer.testcentre {
  background: #ddd;
  color: #000;
}

#fh5co-footer.bp {
  background: #261e47;
  color: #fff;
}

#fh5co-footer a {
  color: rgba(255, 255, 255, 0.8);
}
#fh5co-footer a:hover {
  color: #fff !important;
  text-decoration: underline;
}
#fh5co-footer .section-title {
  font-size: 22px;
  color: #fff;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #fh5co-footer .section-title {
    font-size: 1.8rem;
    padding-bottom: 5px;
  }
  p {
    margin-bottom: 1em;
    font-size: 1.3rem;
  }
  .footer-link-item {
    margin: 0 1em 0 0;
  }
}
#fh5co-footer .copy-right {
  position: relative;
  padding-top: 20px;
  margin-top: 40px;
}
#fh5co-footer .copy-right > a {
  color: rgba(255, 255, 255, 0.6);
}
#fh5co-footer .contact-info {
  margin: 0 0 60px 0;
  padding: 0;
}
#fh5co-footer .contact-info li {
  font-size: 16px;
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
#fh5co-footer .contact-info li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
  color: #00ADB5;
}
#fh5co-footer .social-media {
  margin: 0 0 30px 0;
  padding: 0;
}
#fh5co-footer .social-media li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 24px;
  margin-right: 10px;
}
#fh5co-footer .social-media li a {
  color: #00ADB5;
}
#fh5co-footer .social-media li a:hover, #fh5co-footer .social-media li a:focus, #fh5co-footer .social-media li a:active {
  text-decoration: none;
}
#fh5co-footer .contact-form .form-group input[type="name"],
#fh5co-footer .contact-form .form-group input[type="text"],
#fh5co-footer .contact-form .form-group input[type="email"],
#fh5co-footer .contact-form .form-group textarea {
  font-size: 16px;
}
#fh5co-footer .contact-form .form-group input[type="name"]::-webkit-input-placeholder,
#fh5co-footer .contact-form .form-group input[type="text"]::-webkit-input-placeholder,
#fh5co-footer .contact-form .form-group input[type="email"]::-webkit-input-placeholder,
#fh5co-footer .contact-form .form-group textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-footer .contact-form .form-group input[type="name"]:-moz-placeholder,
#fh5co-footer .contact-form .form-group input[type="text"]:-moz-placeholder,
#fh5co-footer .contact-form .form-group input[type="email"]:-moz-placeholder,
#fh5co-footer .contact-form .form-group textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-footer .contact-form .form-group input[type="name"]::-moz-placeholder,
#fh5co-footer .contact-form .form-group input[type="text"]::-moz-placeholder,
#fh5co-footer .contact-form .form-group input[type="email"]::-moz-placeholder,
#fh5co-footer .contact-form .form-group textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-footer .contact-form .form-group input[type="name"]:-ms-input-placeholder,
#fh5co-footer .contact-form .form-group input[type="text"]:-ms-input-placeholder,
#fh5co-footer .contact-form .form-group input[type="email"]:-ms-input-placeholder,
#fh5co-footer .contact-form .form-group textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-footer .contact-form .form-group input {
  color: #fff;
  background: transparent;
  border: none;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: none;
}
#fh5co-footer .contact-form .form-group textarea {
  color: #fff;
  background: transparent;
  border: none;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: none;
}
#fh5co-footer #btn-submit {
  color: rgba(255, 255, 255, 0.9) !important;
  background: #FA5555 !important;
}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* ページ下部に設置するボタンエリア */
.btn-area {
  margin-top: 40px;
  margin-bottom: 40px;
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #FA5555;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #535659;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #535659;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #535659;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  top: 2px;
  right: 15px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 25px;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
  }
  #fh5co-footer .copy-right {
    margin-top: 0;
  }
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #00ADB5;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #00ADB5;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}
.btn.btn-danger {
  background: #d9534f;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-danger:hover, .btn.btn-danger:active, .btn.btn-danger:focus {
  box-shadow: none;
  background: #00ADB5;
}

.social {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
.social li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.social li a {
  font-size: 16px;
  display: table;
  width: 40px;
  height: 40px;
  margin: 0 4px;
}
.social li a i {
  display: table-cell;
  vertical-align: middle;
}
.social li a:hover, .social li a:active, .social li a:focus {
  text-decoration: none;
  border-bottom: none;
}
.social li a.social-box {
  background: #FA5555;
  color: #fff;
}
.social li a.social-circle {
  background: #FA5555;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.social li a:hover {
  background: #393e46 !important;
}
.social.social-box a {
  background: #FA5555;
  color: #fff;
}
.social.social-circle a {
  background: #FA5555;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.js .to-animate,
.js .to-animate-2,
.js .to-animate-3,
.js .single-animate {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.fh5co-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-controls .owl-dot span {
  background: #e6e6e6;
}
.owl-carousel .owl-controls .owl-dot span:hover, .owl-carousel .owl-controls .owl-dot span:focus {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot:hover span, .owl-carousel .owl-controls .owl-dot:focus span {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot.active span {
  background: transparent;
  border: 2px solid #00ADB5;
}
/*# sourceMappingURL=style.css.map */


.col-xs-5ths {
  width: 20%;
  float: left;
}
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
span.red2 {
  font-weight: bold;
  color: #cc333f;
}
.ml10overxs {
  margin-top: -4px;
  margin-left: 5px;
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.ml10overxs .btn-primary {
  border: 1px solid !important;
  border-radius: 5px;
}
.form-inline-org-margin {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}
.form-inline-org {
  display: inline-block;
  width: auto;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
.panel-title > a.badge {
  vertical-align: text-top;
}

.icon-question.help {
  color: steelblue;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
}

.news_title {
  border: 1px solid #ccc;
  box-shadow: 1px 1px 1px 1px #eee;
}

.label.new_flag {
    animation: flash 2s linear 2;
    font-weight: bold;
    color: #E64A19;
    border-radius: 10px;
    border: 1px solid;
}
@keyframes flash {
    0%,100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

@media screen and (max-width:768px){
  html,  body { margin: 0; width: 100%; height: 100%; }
  .main_space { 
    position: relative;
    width: 100%;
    height: auto !important;
    height: 100%;
    min-height: 70%;
  }
  header { width: 100%; height: 60px; position: fixed; }
  main { padding-top: 60px; height: 200px; background-color: #fff000; }
  footer { width: 100%; height: 60px; position: absolute; bottom: 0; }
  body   { font-size: 13px;}
  .panel-title { font-size: 19px; }
  .fh5co-nav-toggle { top: 10px; }
  h1, .h1 {
    font-size: 22px;
  } 
  h2, .h2 {
    font-size: 17px;
  } 
  h3, .h3 {
    font-size: 17px;
    margin: 10px 0 10px 0;
  } 
  h4, .h4 {
    font-size: 14px;
    border-bottom: solid 1px #CCCCCC;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .btn {
    margin-bottom: 10px;
  }
  p {
    margin-bottom: 10px;
  }
  hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mb10 {
    margin-bottom: 10px;
  }
  .mb30 {
    margin-bottom: 30px;
  }
  span .small {
    font-size: 20px;
  }
  div.sub-heading {
    font-size: 95%;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .only-sm-smallertext {
    font-weight: normal;
    font-size: 120%;
    margin: 0 0 10px 0;
  }
  .btn.btn-only-xs-padding-none {
    padding: 7px 3px;
    font-size: 93% !important;
  }
  .form-inline-org-margin {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .form-inline-org {
    display: inline-block;
    width: auto;
  }
  .form-inline-org > .form-control {
    display: inline!important;
  }
  .ml10overxs .btn-primary {
    border: 1px solid !important;
    border-radius: 5px;
  }
  div.tutor_list_card {
    background-color: #f2f2f2;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  div.no-mp {
    padding: 0;
  }
  .tutor_reserve_btn {
    display: block;
    margin: 0 auto;
    margin-bottom: 3px;
  }
  .tutor_reserve_btn {
    width: 95%;
  }
  img.photoline {
    border: 3px solid #eeeeee;
    margin-bottom: 7px;
  }
  table.res-table-2col th {
    background-color: #eee;
  }
  table.res-table-2col th, table.res-table-2col td {
    width: 100%;
    display: block;
    border: none!important;
  }
  table.res-table-2col th {
    background: #eee;
  }
  #fh5co-services, #fh5co-testimony, #fh5co-explore, #fh5co-faq, #fh5co-team, #fh5co-trusted, #fh5co-footer, #fh5co-work, #fh5co-counters, #fh5co-pricing, #fh5co-blog {
    padding: 0;
  }
  .res-table-replacement tbody {
    border-top: none!important;
    border: 1px solid #dddddd!important;
    background-color: #f8f8f8;
    display: block;
    text-align: center;
  }
  .res-table-replacement tbody tr {
    display: block;
  }
  .res-table-replacement td {
  display: block;
  width: 100%;
  border-left-width: 0;
  border: none!important;
  }
  .res-table-replacement th {
  display: none;
  }
  .res-table-replacement.lesson_reserve_table tbody td:nth-of-type(1):before {
    content: "レッスン日時";
    background-color: #ddd;
    padding: 5px;
    margin-bottom: 10px;
  }
  .res-table-replacement.lesson_reserve_table tbody td:nth-of-type(2):before {
    content: "講師";
    background-color: #ddd;
    padding: 5px;
    margin-bottom: 10px;
  }
  .res-table-replacement.lesson_reserve_table tbody td:nth-of-type(3):before {
    content: "希望レッスン";
    background-color: #ddd;
    padding: 5px;
    margin-bottom: 10px;
    text-align: center;
  }
  .res-table-replacement.lesson_cancel_table tbody td:nth-of-type(1):before {
    content: "日時";
    background-color: #ddd;
    padding: 5px;
    margin-bottom: 10px;
  }
  .res-table-replacement.lesson_cancel_table tbody td:nth-of-type(2):before {
    content: "講師";
    background-color: #ddd;
    padding: 5px;
    margin-bottom: 10px;
  }
  .res-table-replacement td:before {
    display: block;
    vertical-align: middle;
    font-weight: normal;
  }
  .res-table-replacement.lesson_review_table tbody td:nth-of-type(1):before {
    content: "レッスン日時";
    background-color: #ddd;
    padding: 5px;
    margin-bottom: 10px;
  }
  .res-table-replacement.lesson_review_table tbody td:nth-of-type(2):before {
    content: "講師名";
    background-color: #ddd;
    padding: 5px;
    margin-bottom: 10px;
  }
  .res-table-replacement.lesson_review_table tbody td:nth-of-type(3):before {
    content: "レッスン内容";
    background-color: #ddd;
    padding: 5px;
    margin-bottom: 10px;
  }
  .replace.reserve_table tbody, .replace.homework-table tbody {
    border-top: none!important;
    border: 1px solid #dddddd!important;
    background-color: #f8f8f8;
    display: block;
    text-align: center;
  }
  .replace tbody tr {
    display: block;
  }
  .replace.schedule_table tr {
    border-top: none!important;
    border: 2px solid #dddddd!important;
    background-color: #f8f8f8;
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .replace.schedule_table.table-bordered {
    border: 0px;
  }
  .replace thead, .replace th {
    display: none;
  }  
  .replace td {
  display: block;
  width: 100%;
  border-left-width: 0;
  border: none!important;
  }
  .replace.homework-table tr:nth-of-type(2) td {
    text-align: left;
  }
  .replace td:before {
    display: block;
    vertical-align: middle;
    font-weight: normal;
  }
  .replace.schedule_table tbody td:nth-of-type(1):before {
    content: "レッスン日時";
    background-color: #ddd;
    padding: 5px;
    margin-bottom: 10px;
  }
  .replace.schedule_table tbody td:nth-of-type(2):before {
    content: "講師";
    background-color: #ddd;
    padding: 5px;
    margin-bottom: 10px;
  }
  .replace.schedule_table tbody td:nth-of-type(3):before {
    content: "希望するスキル";
    background-color: #ddd;
    padding: 5px;
    margin-bottom: 10px;
  }
  .replace.schedule_table tbody td:nth-of-type(4):before {
    content: "宿題";
    background-color: #ddd;
    padding: 5px;
    margin-bottom: 10px;
  }
  .replace.reserve_table tbody td:nth-of-type(1):before {
    content: "レッスン日時";
    background-color: #ddd;
    padding: 5px;
    margin-bottom: 10px;
  }
  .replace.reserve_table tbody td:nth-of-type(2):before {
    content: "講師";
    background-color: #ddd;
    padding: 5px;
    margin-bottom: 10px;
  }
  .replace.reserve_table tbody td:nth-of-type(3):before {
    content: "希望するスキル";
    background-color: #ddd;
    padding: 5px;
    margin-bottom: 10px;
  }
  .replace.homework-table tr:nth-of-type(1) td:before {
    content: "問題";
    background-color: #ddd;
    padding: 5px;
    margin-bottom: 10px;
  }
  .replace.homework-table tr:nth-of-type(2) td:before {
    content: "回答";
    background-color: #ddd;
    padding: 5px;
    margin-bottom: 10px;
    text-align: center;
  }
  p.reservedayandtime {
    font-size: 130%;
    margin-top: 5px;
  }
  div.panel-history {
    background-color: #f2f2f2;
    border: none;
  }
  .panel-primary > .panel-head {
    color: #ffffff;
    background-color: #327AB7;
    border-color: #327AB7;
  }
  .panel-history > a.panel-head {
    display: block;
  }
  .panel-head {
    padding: 10px 15px;
    border-bottom: 3px solid #a1b91d !important;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  div.panel-primary > a.panel-head {
    border-bottom: none!important;
  }
  .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
  }
  .panel-history > a.accordion-title-block i {
    color: #fff;
    margin-top: 4px;
  }
  a.accordion-title-block i {
    float: right;
    color: #a1b91d;
  }
  a {
    text-decoration: none;
  }
  .pr0 {
    padding-right: 0;
  }
  div.history_title {
    display: block;
    background-color: #ccc;
    padding: 2px 0 2px 7px!important;
    margin: 3px 0;
    font-size: 90%;
    color: #333;
  }
  .col-xs-5ths {
    width: 20%;
    float: left;
  }
  .col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
  }
  span.smalltext {
    font-size: 90%;
    line-height: 0.8;
  }
  .btn {
    white-space: unset;
  }
  .nav {
    font-size: 13px;
  }
  .nav-pills > li {
    float: none;
  }
  .nav > li {
    margin: 0 5px 5px 0;
  }
  .nav:before, .nav:after {
    display: none;
  }
  small, .small {
    font-size: 95%;
  }
  .xs-800-l {
    width: 45%;
    padding-right: 0;
  }
  ul.teachers_pic {
    padding-left: 0;
    margin-right: 10px;
  }
  ul.teachers_pic img {
    width: 100%;
    height: 100%;
    border: 3px solid #eeeeee;
    margin-bottom: 7px;
  }
  .teachers_prof_1 span.tutors_heading {
    width: 60px;
    font-size: 90%;
  }
  span.tutors_heading {
    display: inline-block;
    text-align: center;
    padding: 3px 5px;
    margin-right: 5px;
    background-color: #f2f2f2;
    line-height: 1.5;
    border-radius: 3px;
  }
  .xs-800-r {
    width: 55%;
  }
  div .teacherlist {
    margin-bottom: 50px;
  }
  li {
    font-size: 13px !important;
  }
  .ml10overxs {
    display: block;
    margin-top: 8px;
    margin-left: 60px;
  }
  .btn-group-justified {
    display: table ;
  }
  .b {
    font-size: 16px;
  }
  .breadcrumb {
    display: none;
  }
  .nav-pills > li > a {
    background-color: #eeeeee;
  }
  .btn-group-justified {
    margin: 10px 0 30px 0;
  }
  .btn-group-justified a {
    font-size: 11px;
    padding: 6px 0;
    letter-spacing: 0;
  }
  h2 > span {
    display: none;
  }
  .faqlist_title {
    margin: 10px auto;
    font-size: 120%;
    border-bottom: 1px dotted;
    padding-left: 1em;
    text-indent: -1em;
    clear: both;
  }
  /* .faqlist_title::before {
    content: '\f0a9';
    font-family: FontAwesome;
    margin-right: 5px;
  } */
  a.link-box-external {
    display: inline-block;
    margin-top: 10px;
    border: 3px solid #cc333f;
    padding: 8px 16px;
    border-radius: 5px;
    font-weight: bold;
    color: #cc333f;
  }
  /* a.link-box-external:before {
    content: "\f08e";
    font-family: FontAwesome;
    margin-right: 5px;
  } */
  a.link-box {
    display: inline-block;
    margin-top: 10px;
    border: 3px solid #501a32;
    padding: 8px 16px;
    border-radius: 5px;
    font-weight: bold;
    color: #501a32;
  }
  /* a.link-box:before {
    content: "\f016";
    font-family: FontAwesome;
    margin-right: 5px;
  } */
  ol.ol {
    margin: 5px 0;
    padding-left: 25px;
  }
  /* .list.ul {
    padding: 30px;
  } */
  ul.ul {
      margin: 5px 0;
      padding-left: 25px;
  }
  .list {
      background-color: #D6E09D;
      border: 1px solid #A8BF8C;
      padding-top: 10px;
      padding-bottom: 10px;
  }
  ul.ul li {
      list-style-type: disc;
      margin-bottom: 3px;
  }
  li {
      list-style: none;
  }
  list.ol {
    padding-left: 35px;
  }
  li {
    list-style: inherit;
  }
  .list.ul {
    padding-left: auto;
  }
  div.point {
    padding: 10px;
    border: 1px solid #b0c7d1;
    background-color: #D9EDF6;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .table-bordered {
    border: 1px solid #ddd;
  }
  div.form_sp, input {
    margin-bottom: 10px;
  }
  #fh5co-home, #fh5co-home .text-wrap {
    height: 600px;
  }
}

.main_space.signup {
  background: #f5f5f5;
}
.main_space.signup .container {
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: 0px -3px 3px 1px #ddd;
}
.main_space.signup .page-header {
  background: #fff;
}
.table_wbreak {
    overflow-wrap: break-word;
    border: 1px solid #ddd;
}
.table_wbreak .th {
    background: #efefef;
    padding: 8px;
    font-weight: bold;
}
.table_wbreak .td {
    padding: 8px;
}

.w_break {
    word-break: break-word;  
}

span.support {
    background: #041932;
    overflow-wrap: break-word;
    padding: 9px 12px;
    font-weight: normal;
}
span.support a {
    color: #fff;
}


/* add by chujima */
/* update */
#fh5co-home .text-trial .text-inner .call-to-action h2 {
  margin: 30px 0 15px;
  border-left: none;
}
#fh5co-home .text-trial .text-inner .call-to-action div.radius-area {
  color: #000000;
  padding: 20px;
  background: #efece9;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
}
#fh5co-home .text-trial .text-inner .call-to-action div.radius-area a {
  color: #337ab7 !important;
  text-decoration: none;
  width: 0;
  display: inline;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#fh5co-home .text-trial .text-inner .call-to-action div.radius-area a:hover {
  text-decoration: underline;
}
.btn-lg {
  font-size: 16px;
  padding: 10px 5px;
}
.normal {
  font-weight: normal;
}
/* new */
.bold {
  font-weight: bold;
}
.hidden {
  display: none;
}
.label {
  display: inline-block;
  line-height: normal;
}
.form-control {
  padding: 5px 0 5px 10px;
  font-size: 16px;
}
.form-signin input {
  margin-bottom: 5px;
}
.form_regist {
  margin: 30px 0;
}
.form_regist select {
  width: auto;
  display: inline-block;
}
.form_regist table, .form_regist input, .form_regist select {
  font-size: 16px;
}
.form_regist table th {
  background: #E2E3E5;
  width: 320px;
  vertical-align: middle !important;
  border: 1px solid #ffffff !important;
}
.form_regist table th span.t_title {
  width: 78%;
  display: inline-block;
}
.form_regist table th span.t_required {
  width: 20%;
  max-width: 50px;
  padding: 2px;
  display: inline-block;
  background: #ee0101;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.form_regist table td span {
  display: block;
  margin-top: 3px;
  font-size: 14px;
}
.form_regist label {
  margin: 0 20px 0 5px;
}
.form_regist ul {
  padding-inline-start: 0;
}
.form_regist p {
  margin: 0;
}
.form_regist .course_list {
  text-align: center;
  width: 100%;
  padding-inline-start: 0;
  margin: 0 0 30px;
}
.form_regist .course_list li {
  margin: 0 10px;
  padding: 15px 0;
  display: inline-block;
  background: #E2E3E5;
  color: #000;
  width: 30%;
}
.form_regist .course_list li:hover, .form_regist .course_list li.active {
  background: #599ef2;
  color: #ffffff;
}
.form_regist select.w_break {
  width: 100%;
}
.form_regist select.w_break option {
  width: 13em;
  white-space: normal;
}
.middle_input {
  max-width: 350px;
  display: block;
}
.short_input {
  max-width: 200px;
  display: block;
}
.sshort_input {
  max-width: 95px;
  display: inline-block;
}
.ssshort_input {
  max-width: 60px;
  display: inline-block;
}

.btn_exam_course {
  padding: 20px 80px;
}
.btn_exam_course.selected {
  background: cornflowerblue;
}

.message_area {
  padding: 10px;
  margin: 30px auto;
  width: 90%;
  color: #000000;
  max-width: 600px;
  background: #d9edf7;
  border: 1px solid #bce8f1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.message_area h2 {
  border-left: 0;
  border-bottom: 2px solid #eee;
  text-align: center;
}
.message_area p {
  margin: 20px 10px;
}
.domain {
  margin: 20px auto;
  width: 90%;
  font-size: 14px;
  color: #666666;
  text-align: center;
}
.domain span {
  font-size: 14px;
  font-weight: bold;
  display: block;
  text-align: center;
}
.parallel_area {
  text-align: center;
  margin: 30px 0;
  padding-inline-start: 0;
}
.parallel_area li {
  margin: 0 15px;
  display: inline-block;
  width: 40%;
  max-width: 350px;
}
.parallel_three li {
  width: 30%;
  max-width: 200px;
}
.hope_area {
  margin: 30px 0;
  padding: 5px 15px;
  width: 100%;
  background: #eafbf8;
  border-top: 2px solid #197f6b;
  border-bottom: 2px solid #197f6b;
}
.hope_area p.hope_title {
  font-size: 16px;
  font-weight: bold;
  color: #197F6B;
  text-align: center;
}
.hope_area p {
  margin: 3px 0;
  font-size: 14px;
}
.hope_area p span {
  color: #197F6B;
  font-weight: bold;
}
.hope_middle_area {
  margin: 30px auto;
  padding: 10px;
  width: 50%;
  max-width: 400px;
  background: #eafbf8;
  border: 1px solid #197f6b;
  display: none;
}
.hope_middle_area p {
  margin: 2px 0;
}
.hope_middle_area p.date_attention {
  margin-top: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #EE0101;
}
.hope_middle_area span {
  color: #197F6B;
  font-weight: bold;
}
/* ナビゲーションバー */
.step_bar {
  position: relative;
  list-style: none;
  margin: 0 0 1.5em;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}
.step_bar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 40px;
  padding: 0 35px 0 15px;
  background-color: #6C757D;
  color: #ffffff;
  font-size: 18px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.step_bar .step:before, .step_bar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #6C757D;
  border-left: 4px solid #FFF;
  width: 20px;
  height: 20px;
}
.step_bar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.step_bar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.step_bar .step:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.step_bar .step:first-child:before, .step_bar .step:first-child:after {
  content: none;
}
.step_bar .step:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.step_bar .step.current {
  color: #FFF;
  background-color: #26bfa1;
}
.step_bar .step.current:before, .step_bar .step.current:after {
  background-color: #26bfa1;
}
.step_bar.step3 .step {
  width: 33.333%;
}
.step_bar.step4 .step {
  width: 25%;
}
.step_bar.step5 .step {
  width: 20%;
}
.calendar table {
  width: 100%;
  table-layout:fixed;
  border: 1px solid #D4D4D4
}
.calendar table thead, .calendar table tbody {
  display: block;
}
.calendar table thead {
  margin-right: 17px;
}
.calendar table tbody {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 400px;
}
.calendar table th, .calendar table td {
  text-align: center;
  font-size: 14px;
  border: 1px solid #D4D4D4 !important;;
  background: none;
  height: 35px;
/*  width: calc(100% / 8);
  width : -webkit-calc(100% / 8) ;*/
}
.calendar table th.r_date {
  background: #F5DCE7;
}
.calendar table th.b_date {
  background: #D3E3F3;
}
.calendar table th.w_date {
  background: #FFFFFF;
}
.calendar .description {
  margin-bottom: 10px;
  padding-top: 8.33%; /* 画像の高さ ÷ 画像の幅 × 100 */
  background: url("../../images/reserve_datetime.jpg") 0 0 no-repeat;
  background-size: contain;
  width: 100%;
}
.calendar .temporary, .calendar .confirm {
  color: #CC4466;
  cursor: pointer;
  font-weight: bold;
}
.calendar .temporary {
  font-size: 14px;
}
.calendar .temporary.checked {
  color: #fff;
  background: #CC4466;
}
.calendar .confirm {
  font-size: 20px;
}
.calendar .temporary:hover, .calendar .confirm:hover {
  background: #ffcfdb;
}
.calendar .ng {
  background: #e6e6e6;
  font-size: 22px;
}
.calendar ul.change_week {
  margin-top: -10px;
  text-align: center;
  font-size: 16px;
}
.calendar .change_week li {
  padding: 5px 15px;
  list-style: none;
  cursor: pointer;
  border: 1px solid #D4D4D4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.calendar .change_week li.prev_week {
  float: left;
}
.calendar .change_week li.next_week {
  float: right;
}
.calendar .change_week li:hover {
  background: #6C757D;
  color: #FFFFFF;
}
.calendar .loding {
  text-align: center;
  height: 500px;
  line-height: 500px;
}
.request_icon_list {
  margin: 30px 0;
}
.request_icon_list ul {
  text-align: center;
  font-size: 16px;
  padding: unset;
}
.request_icon_list ul li {
  margin: 10px;
  padding: 10px 0;
  display: inline-block;
  width: 22%;
  max-width: 300px;
  cursor: pointer;
  border: 2px solid #6C757D;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.request_icon_list ul li img {
  margin: 0 auto;
  display: block;
  width: calc(100% / 1.5);
}
.request_icon_list ul li p {
  margin: 5px 0 0;
}
.request_icon_list ul li:hover, .request_icon_list ul li.active {
  border: 2px solid #599ef2;
  background: #ddebfc;
}
.request_icon_list .loding {
  text-align: center;
}
.request_note {
  margin: 30px 0;
  text-align: center;
}
.request_note textarea {
  margin: 0 auto;
  padding: 5px;
  width: 100%;
  height: 150px;
  max-width: 800px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.center_link {
  margin: 30px auto;
  display: block;
  font-size: 16px;
  width: 90%;
  max-width: 350px;
  text-align: center;
}
.explanation {
  margin: 0;
  padding: 10px;
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  color: #666666;
}
.yellow_label {
  padding: 5px;
  margin-bottom: 20px;
  font-size: 24px;
  background: #f9deb8;
}
.yellow_label_area {
  border-left: 10px solid #f0ad4e;
}
.green_label {
  padding: 5px;
  margin-bottom: 20px;
  font-size: 24px;
  background: #99dee1;
}
.green_label_area {
  border-left: 10px solid #00adb5;
}

/*
=================================================

体験用コースのデザイン定義（カードタイプ）

=================================================
*/
.trial-course-area {
  margin-top: 30px;
  margin-bottom: 70px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.trial-course-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.trial-plan-wp {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.trial-plan {
  border: 1px solid #ddd;
  box-shadow: 1px 1px 5px 1px #ccc;
  width: 305px;
  background: #fefefe;
  border-radius: 10px;
  margin: 0 auto;
  margin: 14px;
}
.trial-plan .btn-area {
  margin-top: 0px;
  margin-bottom: 0px;
}
.trial-plan .trial-plan-header {
  background: #f5f5f5;
  padding-top: 43px;
  padding-bottom: 43px;
  border-radius: 10px 10px 0px 0px;
}
.trial-plan .btn-area .btn-trial-plan {
  padding: 10px 40px;
  border-radius: 20px;
  color: #f5f5f5;
}
/* 体験レッスン */
.trial-plan .trial-plan-header.lesson {
  background: rgb(232, 88, 155);
}
.trial-plan .trial-plan-header.lesson .title {
  color: #f5f5f5;
  letter-spacing: 5px;
}
.trial-plan .btn-area .btn-trial-plan.lesson {
  background: rgb(232, 88, 155);
}
/* 模擬試験 */
.trial-plan .trial-plan-header.exam {
  background: rgb(0, 191, 179);
  letter-spacing: 5px;
}
.trial-plan .trial-plan-header.exam .title {
  color: #f5f5f5;
  letter-spacing: 5px;
}
.trial-plan .btn-area .btn-trial-plan.exam {
  background: rgb(0, 191, 179);
}
/* 模擬試験カウンセリング */
.trial-plan .trial-plan-header.exam-counseling {
  background: #66BB6A;
}
.trial-plan .trial-plan-header.exam-counseling .title {
  color: #f5f5f5;
  letter-spacing: 5px;
}
.trial-plan .btn-area .btn-trial-plan.exam-counseling {
  background: #66BB6A;
}
/* ライティング添削サービス */
.trial-plan .trial-plan-header.writing-review {
  background: rgb(50, 150, 215);
  padding-top: 28px;
  padding-bottom: 28px;
}
.trial-plan .trial-plan-header.writing-review .title {
  color: #f5f5f5;
  letter-spacing: 5px;
}
.trial-plan .btn-area .btn-trial-plan.writing-review {
  background: rgb(50, 150, 215);
}

.trial-plan .title {
  font-size: 1em;
  color: #555;
}
.trial-plan .btn-area .btn-trial-plan {
  margin-top: 20px;
  margin-bottom: 20px;
}
.trial-plan .target-user {
  background: #fefefe;
  height: 175px;
  text-align: center;
}
.trial-plan .target-user .title {
  font-size: 15px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #5f5f5f;
}
.trial-plan .target-user .target-user-list {
  font-size: 12px;
  list-style: none;
  line-height: 3em;
}
.rcd-exam-cs {
  border: 4px solid orange;
  border-radius: 13px;
  padding-bottom: 2px;
  animation: blink 1s ease-in-out infinite alternate;
}
.rcd-exam-cs .exam-cs-label {
  background: orange;
  border-radius: 8px 8px 0px 0px;
  margin-bottom: 18px;
  padding: 8px;
  color: #fff;
  font-weight: bold;
}
.rcd-exam-cs.ghost {
  border: 1px solid #fff;
  animation: none;
}
.exam-cs-label.ghost {
  visibility: hidden;
}
.exam-cs-label .msg-text {
  font-size: 16px;
}
.icon-check.done {
  color: greenyellow;
  margin-left: 3px;
  font-weight: bold;
}

@keyframes blink {
  0%   { box-shadow: 0px 0px 27px 0px #fff;   }
  100% { box-shadow: 0px 0px 27px 0px orange; }
}

/* for ipad */
@media screen and (max-width: 992px) {
  /* 段落ちした際に上に詰める */
  .trial-course-list :nth-child(3) > .recommend-box.non-visible,
  .trial-course-list :nth-child(3) .exam-cs-label.ghost {
    display:none;
  }
}
/* for tablet(surface Duo) */
@media screen and (max-width: 540px) {
  .trial-course-list {
    flex-direction: column;
    align-items: center;
  }
  .trial-course-list :nth-child(n+2) > .recommend-box.non-visible {
    display:none;
  }
  .trial-rcd-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .trial-course-area .trial-course-list .trial-rcd-wrap:first-of-type {
    margin-right: 0px;
  }
  .trial-rcd-wrap.order1 {
    order: -1;
  }
  .exam-cs-label.ghost {
    display:none;
  }
}
/* for smartphone */
@media screen and (max-width: 480px) {
  .trial-course-list {
    display: flex;
    align-items: unset;
  }
  .trial-rcd-wrap {
    display: initial;
    justify-content: unset;
  }
  .trial-plan {
    width: initial;
    margin: 2px;
  }
  .trial-plan .title {
    font-size: 1.3em;
  }
  .trial-plan .trial-plan-header {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .trial-plan .btn-area .btn-trial-plan {
    margin-bottom: 30px;
  }
  .exam-cs-label .msg-text {
    font-size: 15px;
  }
  .exam-cs-label.ghost {
    display: none;
  }
}
/* for smartphone(iphone5/SE) */
@media screen and (max-width: 320px) {
  .trial-plan .title {
    font-size: 1em;
  }
  .trial-plan .target-user .title {
    font-size: 13px;
  }
  .trial-plan .target-user .target-user-list {
    font-size: 11px;
  }
  .exam-cs-label .msg-text {
    font-size: 13px;
  }
}


/*
=================================================

体験用コースのレコメンドメッセージ定義

=================================================
*/
.recommend-area {
  display: flex;
  justify-content: center;
}

.recommend-box {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.recommend-box.non-visible {
  visibility: hidden;
}
.recommend-box .trial-lesson {
  background-image: url("./images/recommend/recommend_trial_lesson_pc.png");
  height: 88px;
  width: 338px;
  background-repeat: no-repeat;
  background-size: contain;
}
.recommend-box .trial-exam {
  background-image: url("./images/recommend/recommend_trial_exam_pc.png");
  height: 88px;
  width: 338px;
  background-repeat: no-repeat;
  background-size: contain;
}

/* for ipad */
@media screen and (max-width: 992px) {
  /* to do */
}

/* for smartphone */
@media screen and (max-width: 480px) {
  .recommend-area {
    display: block;
  }
  .recommend-box.non-visible {
    display: none;
  }
  .recommend-box .trial-lesson {
    background-image: url("./images/recommend/recommend_trial_lesson_sp.png");
    width: auto;
    max-width: 300px;
    margin: 0 auto;
  }
  .recommend-box .trial-exam {
    background-image: url("./images/recommend/recommend_trial_exam_sp.png");
    width: auto;
    max-width: 300px;
    margin: 0 auto;
  }
}


@keyframes vertical {
  0% {
    transform:translateY(-10px);
  }
  100% { 
    transform:translateY(0px); 
  }
}

@-webkit-keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


.recommend-box {
  animation: vertical 1s ease-in-out infinite alternate;
}

/* 
===================================================

ボタンレイアウトを定義
　・TOPの無料模擬試験と無料体験レッスンのボタン
　・無料模擬試験内でのボタン

====================================================
*/

/* ボタンの複数表示（横並びスタイル） */
.btn-group-simulation-test {
  margin: 70px 0px 70px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
/* 模擬試験実施画面用デザイン定義 */
.btn-group-simulation-test.main-page {
  margin: 30px 0px 70px 0px;
}
/* ボタンとボタンの間の余白を設定 */
.btn-group-simulation-test .btn-group-margin {
  margin-right: 50px;
}
.btn-group-simulation-test .flex-item-sm {
  flex-basis: 15%;
}
.btn-group-simulation-test .flex-item1 {
  flex-basis: 30%;
}

/* for ipad */
@media screen and (max-width: 992px) {
  .btn-group-simulation-test .flex-item1 {
    flex-basis: 43%;
  }
}

/* for smartphone */
@media screen and (max-width: 480px) {
  /* ボタンの複数表示（縦並びスタイル） */
  .btn-group-simulation-test {
    flex-direction: column;
  }
  /* ボタンとボタンの間の余白を設定 */
  .btn-group-simulation-test .btn-group-margin {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .btn-group-simulation-test .flex-item1 {
    flex-basis: 100%;
  }
}

/* モーダルダイアログのボタンの水平レイアウト定義 */
.btn-group-modal-dialog {
  margin: 50px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.btn-group-modal-dialog .btn-group-margin-right {
  margin-right: 30px;
}
.btn-group-modal-dialog .flex-item1 {
  flex-basis: 30%;
}

/* for ipad */
@media screen and (max-width: 992px) {
  .btn-group-modal-dialog .flex-item1 {
    flex-basis: 43%;
  }
}

/* for smartphone */
@media screen and (max-width: 480px) {
  /* ボタンの複数表示（縦並びスタイル） */
  .btn-group-modal-dialog {
    flex-direction: column;
    margin: 20px 0px 0px 0px;
  }
  /* ボタンとボタンの間の余白を設定 */
  .btn-group-modal-dialog .btn-group-margin-right {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .btn-group-modal-dialog .flex-item1 {
    flex-basis: 100%;
  }
}

/*
=================================================

メッセージダイアログ

=================================================
*/
.msg-modal-dialog .modal-content .modal-body {
  padding-top: 20px;
  padding-bottom: 30px;
}
.reserve-cancel-modal-dialog .modal-content .modal-body {
  padding-top: 70px;
  padding-bottom: 50px;
}
.msg-modal-dialog .modal-content .modal-body .info-area .info-msg {
  font-size: 15px;
  line-height: 2em;
}
.msg-modal-dialog .modal-content .modal-body .contact-area {
  margin-top: 40px;
}
.msg-modal-dialog .modal-content .modal-body .contact-area .tel {
  font-weight: bold;
  font-size: 3em;
}
.msg-modal-dialog .modal-content .modal-body .contact-area .tel a {
  text-decoration: none;
}
.msg-modal-dialog .modal-content .modal-body .modal-btn-area {
  margin-top: 30px;
}

.msg-modal-dialog .modal-content .modal-body .guide-schedule {
  margin-top: 30px;
  font-size: 15px;
  border: 1px solid;
  padding: 20px 40px;
}

.modal-btn-area .btn-close {
  background: #efefef;
}
.modal-btn-area .btn-close.trial-lesson {
  background: #EC407A;
  color: #fff;
}
.modal-btn-area .btn-close.trial-exam {
  background: rgb(0, 191, 179);
  color: #fff;
}

/* 体験コース実施済みアラートダイアログ（モーダル上部） */
.msg-modal-dialog .modal-head {
  background: #d50000;
  border-radius: 4px 4px 0px 0px;
  text-align: center;
  padding: 12px;
  color: #fff;
  letter-spacing: 4px;
  font-size: 14px;
}
.msg-modal-dialog .modal-head.trial-lesson {
  background: #EC407A;
}
.msg-modal-dialog .modal-head.trial-exam {
  background: rgb(0, 191, 179);
}

/* 模擬試験カウンセリングキャンセルダイアログ（モーダル上部） */
.reserve-cancel-modal-dialog .modal-head {
  background: #d50000;
  border-radius: 4px 4px 0px 0px;
  text-align: center;
  padding: 12px;
  color: #fff;
  letter-spacing: 4px;
  font-size: 14px;
}

.btn-cancel {
  background: #d50000;
  color: #fff;
}

/*
=================================================
マイページカレンダー用イベントダイアログ
=================================================
*/
.modal.calendar .modal-content {
  border-radius: 4px;
}
.modal.calendar .modal-content .modal-head {
  padding: 4px;
}
#event_start_date {
  text-align: left;
}
#event_end_date {
  text-align: left;
}

/* for smartphone */
@media screen and (max-width: 480px) {
  .msg-modal-dialog .modal-content .modal-body,
  .reserve-cancel-modal-dialog .modal-content .modal-body {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .msg-modal-dialog .modal-content .modal-body .info-area .info-msg {
    font-size: 14px;
    text-align: left;
  }
  .msg-modal-dialog .modal-content .modal-body .contact-area .tel {
    font-size: 2em;
  }
  .msg-modal-dialog .modal-content .modal-body .guide-schedule {
    font-size: 14px;
    padding: 10px;
  }
}
/* for smartphone(iphone5/SE) */
@media screen and (max-width: 320px) {
  .msg-modal-dialog .modal-content .modal-body .guide-schedule {
    font-size: 13px;
  }
}

/*
=================================================

模擬試験コース概要

=================================================
*/
.course-info-content {
  margin-left: 25px;
  margin-top: 25px;
}

.simulation-test-info-table {
  width: auto;
}

.agree_exam_box {
  border: 2px solid #C62828;
  background: #E53935;
  padding: 10px;
  color: #fff;  
}

.simulation-test-info-table thead,
.simulation-test-info-table tbody {
  font-size: 16px;
}

.simulation-test-info-table thead tr th {
  padding-right: 100px;
}
/* for smartphone */
@media screen and (max-width: 480px) {
  .simulation-test-info-table thead tr th {
    padding-right: 20px;
  }
  .simulation-test-info-table thead,
  .simulation-test-info-table tbody {
    font-size: 13px;
  }
}

.course-info-container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
/* for smartphone */
@media screen and (max-width: 480px) {
  .course-info-container {
    width: auto;
  }
}

/*
=================================================

カウンセリング申し込み画面のデザイン定義

=================================================
*/

.selected-datetime-counseling-area {
  display: flex;
}

.selected-datetime-counseling {
  margin: 30px auto;
  background: #eafbf8;
  border: 1px solid #197f6b;
  display: block;
  padding: 30px;
  font-size: 16px;
}

.selected-datetime-counseling span {
  color: #197F6B;
  font-weight: bold;
}

.selected-datetime-counseling label {
  font-size: 14px;
}

/*
@media screen and (max-width: 992px) {
  .btn-group-trial {
    margin: 50px 0px 50px 0px;
  }
  .btn-group-trial .btn-group-margin {
    margin-right: 50px;
  }
}
*/

.error_item {
  margin-bottom: 3px;
  color: #ee0101;
  font-weight: bold;
}
.important {
  color: #EE0101;
  font-size: 16px !important;
  font-weight: bold;
}
.m20-center {
  text-align: center;
  margin: 0 0 30px;
}
.m20-center ul {
  padding-inline-start: 0;
}
.m20-center ul li {
  width: 30%;
  display: inline-block;
}
.m20-center .message {
  padding: 10px;
  margin: 30px auto;
  width: 90%;
  color: #000000;
  max-width: 700px;
  background: #D7E8EF;
  border: 1px solid #C5DCE8;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.m20-center .message h2 {
  border-left: 0;
  border-bottom: 2px solid #eee;
  text-align: center;
}
.m20-center .message p {
  margin: 20px 10px;
}
.warning-msg {
  padding: 0 20px;
  color: #cc333f;
}
.homework_textarea {
  padding: 5px;
  width: 100%;
  height: 300px
}
.input_homework_form input[type="text"], .input_homework_form textarea {
  font-size: 20px;
}
.table-area table th {
  background: #E2E3E5;
  vertical-align: middle !important;
  border: 1px solid #ffffff !important;
}
.buy_course_list ul {
  padding: 0;
  margin: 10px 0;
  text-align: center;
}
.buy_course_list ul li {
  padding: 20px 10px;
  margin: 10px 20px;
  display: inline-block;
  width: 40%;
  border: solid 3px #6091d3;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.buy_course_list ul li p {
  margin-bottom: 10px;
}
.buy_course_list ul li .price {
  font-size: 20px;
  font-weight: bold;
  color: #15A002;
}
.buy_course_list ul li a {
  width: 50%;
}
.buy_course_list ul li.course_detail {
  width: 90%;
  max-width: 800px;
}
.buy_course_list ul li.course_detail .name {
  font-size: 26px;
}
.buy_course_list ul li.course_detail .price {
  font-size: 40px;
}
.panel-status {
  margin: 10px;
}
.history-panel-title {
  margin: 5px 0 5px 10px;
  font-size: 20px;
  color: inherit;
}
.panel-table {
  font-size: 16px;
}
.panel-table thead {
  background-color: #ddd;
}
.panel-table th {
  width: 40%;
}
.panel-report {
  margin-top: 20px;
}
.rule li, .rule table {
  font-size: 16px;
}
.rule table td {
  vertical-align: middle !important;
}
.rule p {
  margin-left: 10px !important;
}
.question{
  margin-top : -80px;
  padding-top : 80px;
}

.small_content_menu ul {
  padding-left: 0px;
  margin: 0px;
}
.small_content_menu ul li {
  display: inline-block;
}
.small_content_menu ul li a {
  padding: 5px 8px;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  cursor: pointer;
  background: #f3f3f4;
  border: 1px solid #858585;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.small_content_menu ul li a:hover {
  border: 1px solid #599ef2;
  background: #ddebfc;
}
.small_content_menu ul li a span {
  font-size: 24px;
  color: #5f5f5f;
}
.small_content_menu ul li a span.icon_menu::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-size: 32px;
}
.small_content_menu ul li a span.course::before {
  background: url(../images/icon/course_sm.png) no-repeat;
}
.small_content_menu ul li a span.calendar::before {
  background: url(../images/icon/calendar_sm.png) no-repeat;
}

/* index.php */
.big_content_menu ul {
  padding: 20px 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  display:flex;
  flex-wrap:wrap;
}
.big_content_menu ul li {
  margin: 20px 1.2%;
  display: inline-block;
  width: 30%;
  text-align: center;
}
.big_content_menu ul li a {
  padding: 30px 0;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  max-width: 200px;
  max-height: 200px;
  cursor: pointer;
  background: #f3f3f4;
  border: 1px solid #858585;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.big_content_menu ul li a:hover {
  border: 1px solid #599ef2;
  background: #ddebfc;
}
.big_content_menu ul li a span {
  font-size: 22px;
  color: #5f5f5f;
}
.big_content_menu ul li a.indention {
  padding: 20px 0;
}
.big_content_menu ul li a span.indention {
  font-size: 20px;
  line-height: 1.1;
}
.big_content_menu ul li a span.icon_menu::before {
  content: "";
  margin: 0 auto 10px;
  display: block;
  width: 60px;
  height: 60px;
}
.big_content_menu ul li a span.course::before {
  background: url(../images/icon/course.png) no-repeat;
  background-size: contain;
}
.big_content_menu ul li a span.settings::before {
  background: url(../images/icon/settings.png) no-repeat;
  background-size: contain;
}
.big_content_menu ul li a span.management::before {
  background: url(../images/icon/management.png) no-repeat;
  background-size: contain;
}
.big_content_menu ul li a span.manual::before {
  background: url(../images/icon/manual.png) no-repeat;
  background-size: contain;
}
.big_content_menu ul li a span.guide::before {
  background: url(../images/icon/guide.png) no-repeat;
  background-size: contain;
}
.big_content_menu ul li a span.calendar::before {
  background: url(../images/icon/calendar.png) no-repeat;
  background-size: contain;
}
.big_content_menu ul li a span.salon::before {
  background: url(../images/icon/salon.png) no-repeat;
  background-size: contain;
}
.big_content_menu ul li a span.writing_review::before {
  background: url(../images/icon/writing_review.png) no-repeat;
  background-size: contain;
}
.two_parallel ul {
  padding: 0;
}
.two_parallel ul li {
  font-size: 16px;
  width: 48%;
  display: inline-block;
  margin: 5px;
  vertical-align: top;
}
.two_parallel ul li table {
  margin-bottom: 0;
}
.two_parallel ul li table th {
  width: 140px;
  height: 42px;
  vertical-align: middle;
  background: #E2E3E5;
  border: 1px solid #ffffff !important;
}
.two_parallel ul li table td {
  padding: 5px 8px;
  vertical-align: middle;
}
.two_parallel ul li table td button, .two_parallel ul li table td input[type="submit"], .two_parallel ul li table td a.btn {
  margin: 0 15px;
  padding: 6px 0;
  width: 95px;
}
.two_parallel ul li table td .replace_btn a.btn {
    padding: 5px 20px;
    width: auto;
}
.lesson_list ul {
  padding: 0;
  font-size: 16px;
}
.lesson_list ul li {
  display: block;
  padding: 10px;
}
.lesson_list ul li:nth-child(odd) {
  background: #ddebfc;
}
.lesson_list ul li:nth-child(even) {
  background: #F6FDFE;
}
.lesson_list ul li span.lesson_data {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
}
.lesson_list ul li a {
  margin: 0;
  padding: 10px 5px;
  width: 38%;
  max-width: 200px;
  display: inline-block;
  float: right;
}

.pack_name_box {
  border-color: #d6e9c6;
  color: #3c763d;
  border: 1px solid #3c763d;
}

.alert.info_box {
  font-size: 16px;
  color: #8a6d3b;
  background-color: #fcf8e3;
  border: 1px solid #8a6d3b;
}
.alert.alert_box {
  font-size: 16px;
  color: red;
  background-color: #f2dede;
  border: 2px solid red;
}
.alert.alert_box.green {
  background: #5cb85c;
  color: #fff;
  border: 2px solid green;
}
.alert.simple_box {
  font-size: 14px;
  color: #31708F;
  background-color: #ffffff;
  border: 1px solid #31708f;
}

.link_toggle {
  color: dodgerblue;
  cursor: pointer;
}

.chooseable_area {
  padding: 15px;
  background: #EBF7F5;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.score_conversion table {
  text-align: center;
  font-size: 16px;
}
.score_conversion table th {
  background: #E2E3E5;
  text-align: center;
  border: 1px solid #ffffff !important;
}
.score_conversion table th, .score_conversion table td {
    vertical-align: middle !important;
}
.detail_area {
  display: inline !important;
  font-size: 18px !important;
  font-weight: bold;
  margin-right: 20px !important;
}
.detail_area span {
  display: inline !important;
}
.detail_area span.count_text {
  font-size: 20px !important;
}
.parallel_table th {
  text-align: center;
}
.parallel_table .c_middle {
  width: 20%;
}
.parallel_table .c_short {
  width: 12%;
}
.parallel_table .c_link {
  text-align: center;
  vertical-align: middle;
}
.more_area {
  position: relative;
}
.more_btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 130px;
  margin: auto !important;
  color: #333;
  background: #eaebec;
  border-color: #ccc;
}
.more_btn::before {
  content: "続きを読む"
}
.more_item {
  position: relative;
  overflow: hidden;
  height: 80px;
  padding-bottom: 30px;
}
.more_item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.more_trigger {
  display: none;
}
.more_trigger:checked ~ .more_btn::before {
  content: "閉じる";
}
.more_trigger:checked ~ .more_item {
  height: auto;
}
.more_trigger:checked ~ .more_item::before {
  display: none;
}

.cs_agenda {
  margin: 5px;
  padding: 20px 30px;
  display: inline-block;
  border: 2px solid #6C757D;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.sub_label {
  margin: 20px auto;
  padding: 5px;
  background: #1e9880;
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
  width: 50%;
  min-width: 250px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.sub_label_parallel li {
  margin: 0;
  padding: 5px;
  background: #E2E3E5;
}
.sub_label_parallel a {
  color: #5f5f5f;
  display: block;
  text-decoration: none;
}
.sub_label_parallel span {
  color: #5f5f5f;
  display: block;
  cursor:pointer;
}
.sub_label_parallel li.left {
  border-top-left-radius : 20px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-bottom-left-radius : 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-right-radius : 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-bottom-right-radius : 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
}
.sub_label_parallel li.right {
  border-top-right-radius : 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-bottom-right-radius : 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-left-radius : 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-bottom-left-radius : 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
}
.sub_label_parallel li.current {
  background: #1e9880;
}
.sub_label_parallel li.current a, .sub_label_parallel li.current span {
  color: #FFFFFF;
}
.sub_label_parallel li:hover {
  background: #1e9880;
}
.sub_label_parallel li a:hover, .sub_label_parallel li span:hover {
  color: #FFFFFF;
}

#float_menu {
  width: 270px;
  background: #6697d2;
  position: absolute;
  /*top: 400px;*/
  right: 30px;
  padding: 10px;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  opacity: 0.9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
#float_menu p {
  margin: 0;
}
#float_menu span {
  font-size: 24px;
  font-weight: bold;
  color: #ffea00;
}

.disp_inline {
  display: inline;
}

.independence_select {
  margin: 10px 5px;
}
.independence_select span {
  display: inline-block;
  font-weight: bold;
  margin-right: 5px;
}
.independence_select select {
  font-size: 20px;
  padding: 3px 5px;
}

.card_brand {
  width: auto;
  max-width: 450px;
}

/*
--------------------------------------

Youtubeメディアプレイヤー
モーダル表示

--------------------------------------
*/
#yt_modal_content {
  width: 80%;
  margin: 0;
  padding: 0;
  position: fixed;
  display: none;
  z-index: 99999;
}

#yt_modal_content .inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 6px;
}

#yt_modal_content .inner #player {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#yt_modal_overlay {
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

#btn_yt_player_close {
  font-size: 2em;
  text-align: right;
  color: #fff;
}

#btn_yt_player_close:hover {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
  #fh5co-home, #fh5co-home .text-trial {
    height: 500px;
  }
  .parallel_area ul {
    padding-inline-start: 0;  -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
  }
  #fh5co-home .text-trial .text-inner h1 {
    font-size: 30px;
    line-height: 40px;
  }
  #fh5co-home .text-trial .text-inner .call-to-action h2 {
    margin: 20px 0 10px;
    font-size: 18px;
    line-height: 20px;
  }
  #fh5co-home .text-trial .text-inner .call-to-action div.radius-area {
    padding: 10px;
  }
  #fh5co-home .text-trial .text-inner .call-to-action div.radius-area a {
    font-size: 13px;
  }
  .form_regist table th {
    width: 100% !important;
    border: none !important;
  }
  .form_regist input {
    margin-bottom: 0;
  }
  .form_regist .short_input, .form_regist .sshort_input, .form_regist .ssshort_input {
    margin-bottom: 3px;
  }
  .calendar ul.change_week {
    margin-top: 0px;
    padding-inline-start: 0;
  }
  .calendar table thead {
    margin-right: 0;
  }
  .tutor .tutor_list {
    padding-inline-start: 0;
  }
  .request_icon_list ul {
    padding-inline-start: 0;
  }
  .request_icon_list ul li {
    width: 40%;
  }
  .request_note textarea {
    width: 95%;
  }
  .panel-status {
    margin: 0;
  }
  .panel-status span {
    padding: 10px 0;
    display: block;
    font-size: 20px;
  }
  .replace.history-table tbody, .replace.evaluate-table tbody {
    border-top: none!important;
    border: 1px solid #dddddd!important;
    background-color: #f8f8f8;
    display: block;
    text-align: center;
  }
  .replace.history-table tr:nth-of-type(1) td:before {
    content: "講師";
    background-color: #ddd;
    padding: 5px;
    margin-bottom: 10px;
  }
  .replace.history-table tr:nth-of-type(2) td:before {
    content: "希望スキル";
    background-color: #ddd;
    padding: 5px;
    margin-bottom: 10px;
  }
  .replace.history-table tr:nth-of-type(3) td:before {
    content: "宿題";
    background-color: #ddd;
    padding: 5px;
    margin-bottom: 10px;
  }
  .replace.evaluate-table tr:nth-of-type(1) td:before {
    content: "レッスン";
    background-color: #ddd;
    padding: 5px;
    margin-bottom: 10px;
  }
  .replace.evaluate-table tr:nth-of-type(2) td:before {
    content: "通信環境";
    background-color: #ddd;
    padding: 5px;
    margin-bottom: 10px;
  }
  .panel-content tbody:nth-of-type(1) tbody:before {
    content: "予約内容";
    background-color: #ddd;
    padding: 5px;
    margin-bottom: 10px;
  }
  .domain {
    text-align: left;
  }
  .buy_course_list ul li {
    width: 90%;
  }
  .parallel_area li.series {
    width: 90%;
    margin-bottom: 15px;
  }
  .big_content_menu ul li a span {
    font-size: 16px;
  }
  .big_content_menu ul li a span.icon_menu::before {
    width: 40px;
    height: 40px;
  }
  .form_regist table.parallel_table .c_long {
    width: auto !important;
  }
  .form_regist table.parallel_table .c_middle {
    display: none;
  }
  .form_regist table.parallel_table .c_short {
    width: 100px !important;
  }
  .more_item p {
    font-size: 16px;
  }
  .big_content_menu ul li a.indention {
    padding: 23px 0;
  }
  .big_content_menu ul li a span.indention {
    font-size: 16px;
    line-height: 1.1;
  }
  .form_regist select {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .step_bar .step {
    padding: 0 20px 0 5px;
  }
  .hope_middle_area {
    width: 90%;
  }
  .parallel_area li {
    margin: 0 5px;
    width: 45%;
  }
  .parallel_three li {
    margin: 5px;
  }
  .form_regist .course_list li {
    margin: 0 5px;
    width: 28%;
  }
  .calendar .description {
    padding-top: 23.6%; /* 画像の高さ ÷ 画像の幅 × 100 */
    background: url("../../images/reserve_datetime_sp.jpg") 0 0 no-repeat;
    background-size: contain;
  }

  .buy_course_list ul li {
    width: 90%;
  }
  .buy_course_list ul li.course_detail {
    width: 90%;
    max-width: 800px;
  }
  .buy_course_list ul li.course_detail .name {
    font-size: 20px;
  }
  .buy_course_list ul li.course_detail .price {
    font-size: 30px;
  }

  .big_content_menu ul li {
    margin: 10px 2.0%;
    width: 45%;
  }
  .big_content_menu ul li a {
    padding: 10px;
    margin: 0 auto;
  }
  .big_content_menu ul li a span.icon_menu::before {
    margin: 0 auto 5px;
  }
  .big_content_menu ul li a.indention {
    padding: 5px 0;
    margin: 0 auto;
  }
  .big_content_menu ul li a span.indention {
    font-size: 15px;
  }
  table.two_parallel th {
    width: 35%;
  }
  table.two_parallel td button {
    margin: 0 3px;
  }
  .two_parallel ul li {
    width: 100%;
  }
  .two_parallel ul li table th {
    width: 110px;
  }
  .sub_label_parallel li {
    margin: 0;
  }

  .yellow_label {
    font-size: 18px;
  }
  .yellow_label_area {
    border-left: 5px solid #f0ad4e;
  }
  .green_label {
    font-size: 18px;
  }
  .green_label_area {
    border-left: 5px solid #00adb5;
  }
  .independence_select select {
    font-size: 16px;
    padding: 5px;
  }
  .card_brand {
    width: 100%;
  }
}

  /* for smartphone(iphone5/SE) */
@media screen and (max-width: 320px) {
  .big_content_menu ul li a span.indention {
    font-size: 13px;
  }
}

/*
--------------------------------------
問い合わせフォーム
--------------------------------------
*/
.body_inquiry {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.body_inquiry #fh5co-footer {
  margin-top: auto;
}
.body_inquiry .table-bordered {
  table-layout: fixed;
  word-wrap: break-word;
}
.form_title {
  padding: 5px 0 5px 0px;
}

.inquiry_form textarea {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
    .body_inquiry .main_space {
        min-height: auto;
    }
    .inquiry_form select {
        width: 100%;
        display: inline-block;
    }
    td.table_like {
        overflow:scroll;
    }
    .table_like_responsive {
        width: 700px;
    }
}

#fh5co-footer .copy-right-center {
  text-align: center;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #fh5co-footer .copy-right-center {
    text-align: center;
    margin: 10px 0;
  }
}

.pre-wrap {
  white-space: pre-wrap;
}

.input_file {
  width: 100%;
}

.loading_modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    /* モーダルの上に重ねるため、デフォルトの1050より大きい値に設定する */
    z-index: 2000;
}
.loading_modal_bg{
    background: rgba(0,0,0,0.1);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.loading_modal_content{
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
}

.course_item,
.participant_info {
    display: none;
}

.course_id {
    width: 100% !important;
}

.participant_btn {
    margin-right: 10px;
}

.cancel_policy {
    width: 100%;
    height: 250px;
}

.cancel_policy_text {
    width: 100%;
    height: 240px;
    overflow: auto;
}

.datepicker[readonly] {
    background-color: unset;
}

/* フローティングラベル */
.field_set {
  position: relative;
}

.field_set_inline {
  display: inline-block;
}

.floating_input {
  padding-top: 20px;
  height: 48px;
}

.floating_label {
  position: absolute;
  top: 22px;
  left: 13px;
  font-weight: normal;
  opacity: 0.8;
  font-size: 100%;
  transition: .3s;
}

.floating_label.focus {
  font-size: 80%;
  top: 10px;
  color: #66afe9;
  opacity: 1;
  transition: .3s;
}

.floating_label.complete {
  font-size: 80%;
  top: 10px;
  color: #5f5f5f;
  opacity: 0.8;
}

.floating_label.floating_label_inline {
  left: 5px;
}

.floating_label.floating_label_inline.focus {
  top: 5px;
}

.floating_label.floating_label_inline.complete {
  top: 5px;
}

.floating_label.label_score {
  top: unset;
  bottom: 20px;
}

.floating_label.label_score.focus {
  top: unset;
  bottom: 34px;
}

.floating_label.label_score.complete {
  top: unset;
  bottom: 34px;
}

.level_score_study_abroad,
#study_period_start,
#study_period_end,
#study_abroad_q,
#level_ielts_score,
#level_toefl_score,
#level_toeic_score,
#level_eiken_score,
#level_other_score {
  display: none;
}

#fourty_lang_questions,
#business_skill,
#fourty_lang_yahoo,
#business_skill_yahoo,
#exam_yahoo,
#trial_yahoo {
  display: none;
}

/*
Masaki Room概要
*/
.salon_member_card ul {
    text-align: center;
    padding: 0;
}
.salon_member_card ul li {
    display: block;
    width: 40%;
    background: #f5f5f5;
    box-shadow: 1px 1px 3px 0px #ccc;
    border-radius: 4px;
    margin: 0 auto 30px;
    vertical-align: top;
}
.salon_member_card .status {
    padding: 10px;
    border: 1px solid #aaa;
    border-bottom: 0px;
    border-radius: 4px 4px 0px 0px;
}
.salon_member_card .bottom {
    border: 1px solid #aaa;
    border-radius: 0px 0px 4px 4px;
    padding: 20px;
    background: #fff;
}
.salon_member_card i.entry {
    font-size: 20px;
    vertical-align: text-bottom;
    color: #00b686;
    margin-left: 10px;
}
.salon_member_card span.entry {
    color: #00b686;
    font-weight: bold;
}
.salon_member_card span.c_step {
    color: #fff;
    background: #333;
    padding: 5px 10px;
    margin-right: 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

h1.salon {
    font-family: 'Georgia';
}
.teacher_profile {
    background: #f5f3f0;
    padding: 13px;
    border-radius: 6px;
    color: #000;
}
.teacher_profile .inner {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #999999;
    border-radius: 3px;
}
.teacher_profile .appeal_point {
    border: 3px solid #26418f;
    color: #000;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
}
.teacher_profile .title {
    font-size: 1.1em;
    font-weight: bold;
    color: #dd1331;
    border-bottom: 1px solid #dd1331;
    margin-bottom: 8px;
}
.teacher_profile .teacher_name {
    font-family: '游ゴシック';
    font-size: 18px;
}
.teacher_profile .teacher_name_en {
    font-size: 14px;
    font-family: 'Georgia';
}
.teacher_profile .catch_phrase {
    background: #e53935;
    color: #fff;
    font-family: 'メイリオ';
    font-weight: bold;
    font-size: 17px;
    padding: 4px;
}
.teacher_profile .target {
    background: #26418f;
    color: #fff;
    font-family: 'メイリオ';
    font-weight: bold;
    font-size: 17px;
    padding: 4px;
}
.teacher_profile .target.sunday {
    background: #009688;
}
.teacher_profile .skills {
    font-size: 16px;
    padding-left: 0px;
    list-style: none;
}
.salon_course .title {
    background: #002984;
    border-radius: 4px 4px 0px 0px;
    color: #fff;
    padding: 7px;
    font-size: 16px;
}
.salon_course .content {
    border: 1px solid #333;
    border-radius: 0px 0px 4px 4px;
    padding: 15px;
    background: #fff;
}
.salon_week_day_course {
    border: 1px solid #000;
    padding: 5px;
    border-radius: 3px;
    background: #f5f5f5;
    color: #000;
}
.salon_title_head {
    background: #333;
    color: #fff;
    padding: 10px;
    text-align: center;
}
.salon_announce_board {
    background: #f5f3f0;
    padding: 15px;
    border-radius: 0px 0px 4px 4px;
}
.salon_warning_board {
    padding: 15px;
    border-radius: 0px 0px 4px 4px;
    border: 2px solid #cc333f;
}
.salon_warning_head {
    background: #fff;
    color: #cc333f;
    padding: 10px;
    text-align: center;
    font-weight:bold;
    border-style: none;
}
.salon_warning_link {
    color: #337ab7;
}
.salon_warning_link a {
  text-decoration: underline;
}
/* for smartphone */
@media screen and (max-width: 480px) {
  .salon_member_card ul li {
      width: 100%;
  }
}

/*
Masaki Roomコース購入
*/
.salon_course_plan {
    background: #f5f5f5;
    margin-bottom: 20px;
    box-shadow: 1px 1px 3px 0px #ccc;
    border-radius: 4px;
    padding: 0px;
}
.salon_course_plan .top {
    padding: 10px;
    border: 1px solid #aaa;
    border-bottom: 0px;
    border-radius: 4px 4px 0px 0px;
}
.salon_course_plan .top.yellow {
    background: #f0f4c3;
}
.salon_course_plan .top.blue {
    background: #e3f2fd;
}
.salon_course_plan .top.green {
    background: #d8f4c3;
}
.salon_course_plan .bottom {
    border: 1px solid #aaa;
    border-radius: 0px 0px 4px 4px;
    padding: 20px;
    background: #fff;
}
.salon_course_plan h2 {
    border: none;
    padding-left: 0px;
    font-family: 'Georgia';
    font-weight: bold;
    font-size: 20px;
}
.salon_course_plan .price {
    font-family: 'メイリオ';
    color: #000;
    font-size: 25px;
    margin-top: 10px;
}
.salon_course_plan .tax {
    font-size: 13px;
}
.big_right_text {
  text-align: right;
  color: #cc333f;
  font-weight: bold ;
  font-size: 25px !important;
  display: inline-block !important;
}

.btn_circle.pay {
    background: #fff;
    color: #000;
    border: 2px solid #000;
    width: 150px;
}
.btn_circle.pay.yellow {
    border-color: #a0af22;
}
.btn_circle.pay.yellow:hover {
    background: #f0f4c3 !important;
}
.btn_circle.pay.blue {
    border-color: #0069c0;
}
.btn_circle.pay.blue:hover {
    background: #e3f2fd !important;
}
.btn_circle.pay.green {
    border-color: #69c000;
}
.btn_circle.pay.green:hover {
    background: #d8f4c3 !important;
}

.lesson_place {
    font-size: 14px;
}

.tutor_available {
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    color: #fff;
    background-color: #5cb85c;
    cursor: default;
}

div.table_like {
    display: table;
}
.table_row {
    display: table-row;
}
.table_cell {
    display: table-cell;
    width: 3%;
    text-align: center;
    padding: 3px;
    border: 1px solid #ededed;
}
.table_like_responsive {
    width: 100%;
}

/*
[新]無料体験レッスンお申し込みフォーム
*/
#apply_area {
    margin: 0 auto;
    padding: 30px 80px;
    width: 800px;
    font-size: 18px;
}
#apply_area ul {
    padding-left: 0;
}
#apply_area ul li {
    list-style: none;
}
#apply_area p {
    margin-bottom: 3px;
}
#apply_area label {
    margin: 0 15px 0 0;
}
#apply_area .info_text {
    padding: 15px 0;
}
#apply_area .emphasis_text {
    font-size: 24px;
    padding: 15px 0;
    text-align: center;
}
#apply_area .note_text {
    margin: 15px 0;
    padding: 10px;
    border: 3px solid #FF0000;
}
#apply_area .note_text span {
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    color: #FF0000;
    display: block;
}
#apply_area .a_title, #apply_area p, #apply_area input, #apply_area select {
    font-size: 18px;
}
#apply_area input, #apply_area select {
    margin-bottom: 5px;
}
#apply_area input, #apply_area select {
    padding: 5px 0 5px 5px;
}
#apply_area span.choise_date {
    display: inline-block;
    padding: 15px 0;
    margin-bottom: 15px;
    text-align: center;
    background: #E5EFF8;
    width: 24%;
}
#apply_area span.select_date {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 74%;
}
#apply_area .table_like {
    margin-bottom: 30px;
}
#apply_area .table_cell {
    text-align: left;
    width: 10%;
    padding: 10px;
    border: 1px solid #ccc;
}
#apply_area .no_border {
    border: none;
}


/*
モーダルウィンドウ
*/
.modal_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,50%);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
}
.modal_container:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.modal_container.active {
    opacity: 1;
    visibility: visible;
}
.modal_body {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 800px;
    width: 90%;
}
.modal_close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -40px;
    right: -40px;
    width: 40px;
    height: 40px;
    font-size: 60px;
    color: #fff;
    cursor: pointer;
}
.modal_content {
    background: #fff;
    text-align: left;
    padding: 30px;
}
.simple_footer {
    text-align: center;
}

@media screen and (max-width: 768px) {
    #apply_area {
        padding: 0px;
        width: auto;
        border: none;
        font-size: 16px;
    }
    #apply_area .info_text {
        font-size: 16px;
        padding: 10px 0;
    }
    #apply_area .emphasis_text {
        font-size: 20px;
    }
    #apply_area .a_title, #apply_area p, #apply_area input, #apply_area select {
        font-size: 16px;
    }
    .modal_body {
        width: 96%;
    }
    .modal_content {
        padding: 20px;
    }
    .simple_footer {
      margin-top: 10px;
    }
}

/*
プライバシーポリシー同意
*/
.privacy_agree.disabled {
    background: #ccc;
    pointer-events: none;
}
.privacy_agree.disabled:hover,
.privacy_agree.disabled:active,
.privacy_agree.disabled:focus {
    background: #ccc !important;
}
