@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,900,700italic,900italic);
.btn-chromeless {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: rgba(0, 0, 0, 0);
  height: auto;
  line-height: inherit;
  border-width: 0;
  padding: 0;
  vertical-align: baseline;
}
.btn-chromeless:focus {
  outline: 0;
}
#sbChatWidgetButton {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 20px;
  bottom: 0px;
  cursor: pointer;
  z-index: 999;
}
#sbChatAttentionGrabber {
  text-align: center;
}
#sbChatAttentionGrabber img {
  display: block;
  margin: 0 auto;
}
#sbClickToChat {
  border: medium none;
  background: #7bb2b6;
  border-radius: 8px 8px 0 0;
  font-size: 100%;
  z-index: 999998;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.25);
  padding: 0 10px;
  height: 48px;
  color: white;
  display: block;
  font-size: 1em;
  line-height: 48px;
}
#sbChatWidgetButton:hover #sbClickToChat {
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.5);
}
#sbClickToChat svg {
  fill: white;
  height: 48px;
  width: 28px;
  margin-right: 5px;
  vertical-align: middle;
}
#sbChatFrame {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  max-width: 400px;
  height: 450px;
  /** If you change this height, don't forget to change #chatWidgetWrapper & #sbChatWidgets as well. **/
  position: fixed;
  bottom: 0;
  right: 0;
  background: #FFF;
  border: 1px solid #CCC;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  z-index: 999;
}
#sbChatFrame iframe {
  width: 100%;
  height: 100%;
  border: none;
}
#sbChatFrame #chatWidgetHeader {
  background: #7bb2b6;
  border-radius: 7px 7px 0 0;
  padding: 10px 15px;
  color: #FFF;
  font-size: 1em;
}
#sbChatFrame #chatWidgetHeader svg {
  fill: #FFF;
  vertical-align: sub;
}
#sbChatFrame #closeSBChatWidget {
  position: absolute;
  cursor: pointer;
  top: 12px;
  right: 15px;
  width: 15px;
  height: 20px;
}
#sbChatFrame #closeSBChatWidget:hover {
  opacity: 0.8;
}
#sbChatFrame #chatWidgetWrapper {
  overflow-y: scroll;
  height: 330px;
}
#sbChatFrame #sbChatWidgets {
  background-color: #FFF;
  min-height: 230px;
}
#sbChatFrame .activity-stream {
  padding: 0 20px;
}
#sbChatFrame .sbChatWidget .activity {
  list-style: none;
}
#sbChatFrame .activity.role-support .user-name {
  color: #7bb2b6;
  font-weight: 700;
}
#sbChatFrame .activity.role-support .message {
  color: #FFF;
  background: #7bb2b6;
}
#sbChatFrame .chatwidget-line {
  position: relative;
}
#sbChatFrame .chatwidget-line hr {
  border: none;
  border-top: 1px solid #f16e51;
}
#sbChatFrame .chatwidget-line small {
  position: absolute;
  top: -10px;
  right: -10px;
  padding-left: 10px;
  color: #f16e51;
  background: #FFF;
}
#sbChatFrame .pusher-chat-widget-input {
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
}
#sbChatFrame #chat-message-box {
  height: 62px;
  padding: 10px;
  width: 100%;
  font-size: 16px;
  line-height: 120%;
  border: none;
  background: #f2f3f4;
}
#sbChatFrame #send-chat-button {
  font-size: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
#sbChatFrame .sbChatWelcomeMessage {
  line-height: 1.4em;
  color: #333;
  font-size: 14px;
  background: aliceblue;
  margin: 1em;
  padding: 1em;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#sbChatFrame .pusher-chat-widget-header {
  margin: 1em;
}
#sbChatFrame .sbChatWidget .visitorInput label {
  display: inline-block;
}
#sbChatFrame .sbChatWidgetInput {
  padding: 3px;
  font-size: 18px;
  border: 1px solid #CCC;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 10px;
}
#sbChatFrame .stream-item-content {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
}
#sbChatFrame .profile-section {
  display: inline-block;
  width: 50px;
  padding-top: 5px;
}
#sbChatFrame .stream-item-content img {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#sbChatFrame .content-section .user-name {
  font-size: 80%;
}
#sbChatFrame .content-section .message {
  background: #f4f4f4;
  padding: 5px 10px;
  -webkit-border-radius: 0 10px 10px;
  -moz-border-radius: 0 10px 10px;
  border-radius: 0 10px 10px;
}
#sbChatFrame .content-section .timestamp {
  color: #AAA;
  font-size: 60%;
  margin-top: 5px;
}
#sbChatFrame #typing-indicator-wrapper {
  display: inline-block;
  margin-left: 70px;
  padding: 5px 10px;
  background: #efefef;
  -webkit-border-radius: 10px 10px 10px 0;
  -moz-border-radius: 10px 10px 10px 0;
  border-radius: 10px 10px 10px 0;
}
#sbChatFrame #typing-indicator img {
  height: 20px;
}
#sbChatFrame #sbXvi {
  background: url('https://sb-drops.s3.amazonaws.com/drop/rmopt-5bb57f4139d59-923689500-1538621249.gif') 50% 38% no-repeat;
}
.modalbackground {
  z-index: 100;
  background: rgba(15, 14, 30, 0.9);
  height: 100%;
  left: 0;
  padding: 0 15px;
  position: fixed;
  top: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-backface-visibility: hidden;
}
.modalbackground .centered {
  text-align: center;
}
.modalbackground .radius {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
@media only screen and (min-width: 540px) {
  .modalbackground {
    padding: 0 5%;
  }
}
@media only screen and (min-width: 800px) {
  .modalbackground {
    padding: 0 15%;
  }
}
.modalbackground:hover {
  cursor: pointer;
}
.modalbackground.fadein {
  visibility: visible;
  opacity: 1;
}
#modalpopup-title {
  font-size: 1.2rem;
  line-height: 3;
  text-align: center;
}
#modalpopup-body {
  margin: auto;
  position: relative;
  top: 50%;
  margin-top: -25%;
  background: #FFF;
  cursor: auto;
  padding-top: 40px;
  text-align: center;
}
#modalpopup-content {
  margin-bottom: 2rem;
}
.simple #modalpopup-icon {
  display: none;
}
#modalpopup-ok {
  background: #5cb85c;
}
#modalpopup-icon {
  position: absolute;
  top: -40px;
  width: 100%;
  text-align: center;
}
#modalpopup-icon span {
  width: 70px;
  height: 70px;
  background: #f16e51;
  display: inline-block;
  border-radius: 100%;
  border: 3px solid #fff;
}
#modalpopup-icon span img {
  width: 50%;
  height: 50%;
  margin-top: 25%;
}
* {
  max-height: 99999px;
}
@media screen and (min-width: 1440px) {
  @-ms-viewport {
    width: 1366px;
  }
}
@media only screen and (max-width: 799px) {
  .hide-for-mobile,
  .show-for-desktop-up {
    display: none !important;
  }
}
@media only screen and (min-width: 800px) {
  .hide-for-mobile,
  .show-for-desktop-up {
    display: inherit !important;
  }
}
@media only screen and (min-width: 800px) {
  .show-for-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 799px) {
  .show-for-mobile {
    display: inherit !important;
  }
}
.flex-container {
  /* We first create a flex layout context */
  display: flex;
  /* Then we define the flow direction and if we allow the items to wrap 
	* Remember this is the same as:
	* flex-direction: row;
	* flex-wrap: wrap;
	*/
  flex-flow: row nowrap;
  /* Then we define how is distributed the remaining space */
}
.flex-container .flex-item.auto-width {
  flex-grow: 1;
}
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
}
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}
/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}
.u-pull-right {
  float: right;
}
.u-pull-left {
  float: left;
}
.featured-page img {
  max-width: 100%;
  height: auto;
}
.featured-page section.title-section {
  text-align: center;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.featured-page section.title-section p {
  font-size: 0.6em;
  position: absolute;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 414px) {
  .featured-page section.title-section p {
    font-size: 0.3em;
  }
}
.featured-page .social-button-wrapper .centered-content .button-wrapper {
  text-align: center;
  margin: 20px auto;
  padding: 14px 0 10px;
  max-width: 1080px;
  width: 100%;
}
.featured-page .social-button-wrapper .centered-content .button-wrapper .flex-container {
  display: inline-flex;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: .9em 5.1em;
}
.featured-page .featured-points-wrapper .inner h3 {
  font-size: 1.7rem;
  line-height: 1.15;
}
.featured-page .featured-points-wrapper .inner h3 span {
  line-height: 1.6;
  margin: 0 0 1em 1em;
  font-size: 50%;
  font-weight: normal;
}
.featured-page .featured-points-wrapper .inner p {
  font-size: .88em;
  line-height: 1.7;
  margin: 0 0 1em;
}
.featured-page .featured-points-wrapper .inner span {
  font-size: 80%;
}
.featured-page .featured-points-wrapper .inner .taught {
  margin: .5em 0;
}
.featured-page .featured-points-wrapper .inner .taught p {
  margin: 0;
  font-weight: bold;
}
.featured-page .featured-points-wrapper .inner .taught .fa {
  font-size: 120%;
}
.featured-page .featured-points-wrapper .inner .taught .number {
  font-weight: bold;
  font-size: 1.5em;
}
.featured-page .featured-points-wrapper .inner .cat p {
  font-size: .9em;
  font-weight: bold;
  margin: 0;
}
.featured-page .featured-points-wrapper .inner .pro-img {
  max-width: 150px;
}
.featured-page .featured-points-wrapper .inner .flag-img {
  display: inline-block;
  margin: 0 .5em .3em 0;
}
.featured-page .featured-points-wrapper .inner .flag-img img {
  width: 17px;
  position: relative;
  top: 1px;
}
.featured-page .featured-points-wrapper .inner .categoria {
  align-items: flex-start;
  display: flex;
  margin: 0 0 1em;
}
.featured-page .featured-points-wrapper .inner .categoria img {
  width: 40px;
}
.featured-page .featured-points-wrapper .link-item-wrapper {
  display: flex;
  justify-content: center;
  margin: 0 0 3em;
}
@media only screen and (min-width: 0px) and (max-width: 414px) {
  .featured-page .featured-points-wrapper .link-item-wrapper {
    margin: 1em auto;
  }
}
.featured-page .featured-points-wrapper .link-item-wrapper p {
  text-align: center;
}
.featured-page .featured-points-wrapper .link-item-wrapper a {
  display: block;
  background-color: #3bb4bf;
  padding: .7em;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin: 0 .5em;
  font-size: 1.1em;
  border-radius: 2px;
}
.featured-page .featured-points-wrapper .link-item-wrapper a:nth-of-type(2) {
  background-color: #ff9c22;
}
.featured-page .featured-points-wrapper .link-item-wrapper a:hover {
  position: relative;
  top: 1px;
}
.featured-page .featured-points-wrapper .link-item-wrapper .to-video {
  background-color: #9d77bf;
  padding: .7em 2em;
}
.featured-page .feedback-section-wrapper {
  padding: 1em;
}
.featured-page .feedback-section-wrapper .centered-content h2 {
  text-align: center;
  font-size: 2rem;
  border-bottom: 1px solid #ccc;
  padding: 0 0 .5em;
  max-width: 60%;
  margin: 1em auto;
}
.featured-page .feedback-section-wrapper .centered-content h2:lang(ja) {
  font-size: 1.6em;
}
.featured-page .feedback-section-wrapper .centered-content .inner .user_avatar .round {
  border-radius: 50%;
  width: 42px;
  box-shadow: 0 1px 2px #CCC;
  position: relative;
  top: 5px;
  left: 5px;
}
.featured-page .feedback-section-wrapper .centered-content .inner .feedback_comment_wrap {
  border: 1px solid #dedede;
  padding: 1em;
}
.featured-page .feedback-section-wrapper .centered-content .inner .feedback_comment_wrap .user_name {
  padding: 10px;
  border-bottom: 1px solid #d9dcde;
  display: flex;
}
.featured-page .feedback-section-wrapper .centered-content .inner .feedback_comment_wrap .user_name time {
  color: #797f7f;
  margin-left: auto;
}
.featured-page .feedback-section-wrapper .centered-content .inner .feedback_comment_wrap .user_name time small {
  font-size: 80%;
}
.featured-page .feedback-section-wrapper .centered-content .inner .feedback_comment_wrap .feedback_comment {
  display: flex;
  flex-wrap: wrap;
}
.featured-page .feedback-section-wrapper .centered-content .inner .feedback_comment_wrap .feedback_comment .description {
  width: 85%;
  margin: 1em 0;
  font-size: .9em;
  line-height: 1.7;
}
.featured-page .feedback-section-wrapper .centered-content .inner .feedback_comment_wrap .feedback_comment .quot {
  width: 15%;
  margin: .9em 0 0 0;
}
.featured-page .feedback-section-wrapper .centered-content .inner .feedback_comment_wrap .feedback_comment .quot img {
  width: 20px;
  height: 20px;
}
.featured-page .feedback-section-wrapper .centered-content .inner .feedback_comment_wrap .info-lesson {
  background-color: #fff9da;
  width: 100%;
  padding: .5em 0;
}
.featured-page .feedback-section-wrapper .centered-content .inner .feedback_comment_wrap .info-lesson .little_service_info {
  display: block;
}
.featured-page .feedback-section-wrapper .centered-content .inner .feedback_comment_wrap .info-lesson .little_service_info .tutor {
  width: 30px;
  padding: 0 0 0 .5em;
}
.featured-page .feedback-section-wrapper .centered-content .inner .feedback_comment_wrap .info-lesson .little_service_info span {
  font-size: .9em;
}
.featured-page .video-section-wrapper {
  background-color: #f9f8f3;
  padding: 4em 1em;
}
.featured-page .video-section-wrapper h2 {
  text-align: center;
  margin: 0 0 1.5em;
  font-size: 2rem;
}
.featured-page .video-section-wrapper h2:lang(ja) {
  font-size: 1.6em;
  margin: 1em 0;
}
.featured-page .video-section-wrapper p {
  text-align: center;
  margin: 1em 0;
}
.featured-page .video-section-wrapper .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  width: 100%;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #aaa;
}
.featured-page .video-section-wrapper .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: .5em;
}
.featured-page .video-section-wrapper .video {
  position: relative;
}
.featured-page .video-section-wrapper .video .release {
  position: absolute;
  top: -34px;
  width: 22%;
  left: 28px;
}
.featured-page #clockdiv {
  font-family: sans-serif;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  margin: 1em 0;
}
.featured-page #clockdiv > div {
  padding: .3em;
  border-radius: 3px;
  background: #666aa5;
  display: inline-block;
}
.featured-page #clockdiv div > span {
  padding: .3em;
  border-radius: 3px;
  background: #3e3082;
  display: inline-block;
}
.featured-page .smalltext {
  padding-top: 5px;
  font-size: 11px;
}
.featured-page .recommended-lesson-section {
  padding: 1em;
}
.featured-page .recommended-lesson-section .centered-content .lesson-list-wrapper {
  text-align: center;
}
.featured-page .recommended-lesson-section .centered-content .lesson-list-wrapper .profile-img img {
  width: 125px;
  border-radius: 50%;
}
.featured-page .recommended-lesson-section .centered-content .lesson-list-wrapper p {
  font-size: 1.1rem;
  margin: 1em 0;
}
.featured-page .recommended-lesson-section .centered-content .lesson-list-wrapper h2 {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 1.5em 0;
}
.featured-page .recommended-lesson-section .centered-content .lesson-list-wrapper img {
  margin: 2em 0;
}
@media only screen and (min-width: 0px) and (max-width: 414px) {
  .featured-page .recommended-lesson-section .centered-content .lesson-list-wrapper img {
    max-width: 300px;
  }
}
.featured-page .recommended-lesson-section .centered-content .lesson-list-wrapper .best-cafetalk-lesson-wrapper .lesson-card {
  text-align: left;
}
@media only screen and (min-width: 0px) and (max-width: 414px) {
  .featured-page .recommended-lesson-section .centered-content .lesson-list-wrapper .best-cafetalk-lesson-wrapper .lesson-card {
    padding: 1em;
  }
}
.featured-page .recommended-lesson-section .centered-content .lesson-list-wrapper .best-cafetalk-lesson-wrapper .lesson-card .wrap {
  margin: 1em 0;
  padding: 1.5em 1em .3em;
  box-shadow: none;
  border: 1px solid #dedede;
  background-color: #fff;
}
.featured-page .recommended-lesson-section .centered-content .lesson-list-wrapper .best-cafetalk-lesson-wrapper .lesson-card .wrap img {
  margin: 0;
}
.featured-page .recommended-lesson-section .centered-content .lesson-list-wrapper .best-cafetalk-lesson-wrapper .lesson-card .wrap .inner h3 {
  font-size: 1.375rem;
}
.featured-page .recommended-lesson-section .centered-content .lesson-list-wrapper .best-cafetalk-lesson-wrapper .lesson-card .wrap .inner h3 a {
  color: #333;
  line-height: 1.2;
  margin: .5em 0;
}
.featured-page .recommended-lesson-section .centered-content .lesson-list-wrapper .best-cafetalk-lesson-wrapper .lesson-card .wrap .inner .tutor-name {
  font-weight: bold;
  font-size: .9em;
  color: #555;
}
.featured-page .recommended-lesson-section .centered-content .lesson-list-wrapper .best-cafetalk-lesson-wrapper .lesson-card .wrap .inner p {
  font-size: .9em;
  color: #555;
  line-height: 1.5;
}
.featured-page .recommended-lesson-section .centered-content .lesson-list-wrapper .best-cafetalk-lesson-wrapper .lesson-card .wrap .inner .point {
  font-weight: bold;
  color: #f16f53;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  margin: .3em 0;
  padding: .2em;
  font-size: 1.2em;
}
.featured-page .recommended-lesson-section .centered-content .lesson-list-wrapper .best-cafetalk-lesson-wrapper .lesson-card .wrap .inner .btn,
.featured-page .lessons-more-link .centered-content .btn,
.featured-page .lessons-more-link .centered-content .btn {
  display: inline-block;
  border: 1px solid;
  border-color: transparent;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  padding: 10px 15px;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -o-transition: .25s;
  -ms-transition: .25s;
  transition: .25s;
  -webkit-backface-visibility: hidden;
  padding: .5em 1em;
  margin: 1em 1em 1em 0;
  color: #fff!important;
  background-color: #f16e51;
}
.featured-page .recommended-lesson-section .centered-content .lesson-list-wrapper .best-cafetalk-lesson-wrapper .lesson-card .img-wrap img {
  max-width: 110px;
}
.featured-page .lessons-more-link .centered-content {
  background-color: rgba(225, 226, 214, 0.3);
  width: 100%;
  text-align: center;
  margin: 1em auto 2em;
}
.featured-page .lessons-more-link .centered-content .btn {
  margin: 1.5em 0 .5em 0;
}
.featured-page .why-cafetalk-section {
  margin: 0 auto;
  border-bottom: 1px dotted #ccc;
  padding: 1em;
  max-width: 1000px;
  min-width: 280px;
}
.featured-page .why-cafetalk-section h1 {
  text-align: center;
  margin: 1.8rem 0;
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 600;
}
.featured-page .why-cafetalk-section p {
  margin: 10px 0;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.5;
}
.featured-page .why-cafetalk-section ul {
  flex-direction: row;
  display: flex;
}
.featured-page .why-cafetalk-section ul li {
  margin: 3em 0em 1em;
  position: relative;
}
.featured-page .why-cafetalk-section ul li img {
  background-color: #b3a98a;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  width: 70px;
  padding: 5px;
  border: 3px solid #fff;
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  margin: auto;
}
.featured-page .why-cafetalk-section ul li span {
  border: 1px solid #ccc;
  display: block;
  padding: 3.6em .8em .8em;
  font-size: .85em;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  width: 100%;
  background-color: #fff;
}
.featured-page .why-cafetalk-section ul li span em {
  font-size: 125%;
  padding: .5em;
  color: #333;
  font-style: normal;
  font-weight: 700;
  display: block;
  margin: 0 0 .7em;
  text-align: center;
  border-top: 1px dotted #aaa;
  border-bottom: 1px dotted #aaa;
}
.featured-page .why-cafetalk-section ul li span a {
  font-weight: 700;
  display: block;
  color: #fff;
  background-color: #2f4787;
  text-align: center;
  font-size: 1em;
  padding: .6em .2em;
  margin: .7em 0 .5em;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
}
.featured-page .cp-student-blog {
  width: 100%;
  max-width: 1000px;
  padding: 1em;
  margin: 0 auto;
}
.featured-page .cp-student-blog h2 {
  font-size: 1.65rem;
  line-height: 1.2;
  margin: 0 0 30px;
  text-align: center;
}
.featured-page .cp-student-blog .student {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 15px 0;
  padding: 15px 25px;
  position: relative;
  /* min-height: 200px; */
  background-color: #f0efe8;
}
.featured-page .cp-student-blog .student a {
  color: #333;
  width: 750px;
  display: initial;
}
.featured-page .cp-student-blog .student a h3 {
  margin: 10px 0;
  font-weight: 400;
  text-align: center;
  font-size: 1.6rem;
}
.featured-page .cp-student-blog .student a p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 6px;
  text-align: left;
}
.featured-page .cp-student-blog .student a p span {
  display: block;
  margin: 10px 0 0;
  font-weight: 700;
  color: #900;
}
.featured-page .lessons-more-link .centered-content {
  background-color: rgba(225, 226, 214, 0.3);
  width: 100%;
  text-align: center;
  margin: 1em auto 2em;
}
.featured-page .lessons-more-link .centered-content .btn {
  margin: 1.5em 0 .5em 0;
}
.featured-page .campaignFooter {
  margin: 0 auto;
  padding: 1em;
  border-top: 1px solid #dedede;
  background-color: #FFFFF2;
}
.featured-page .campaignFooter h2 {
  font-family: 'Julius Sans One', sans-serif;
  margin: 0 0 15px;
  line-height: 2;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #ABABAB;
  font-size: 2em;
}
.featured-page .campaignFooter .wrapping {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.featured-page .campaignFooter .wrapping .infoBox .inner {
  border-top: 4px solid #E8ECE0;
  margin: .5em;
  padding: 1em;
  width: 100%;
}
.featured-page .campaignFooter .wrapping .infoBox .inner h3 {
  font-size: 1.1em;
  line-height: 2;
  color: #48A025;
  font-family: "lucida grande", Calibri, "Helvetica Neue", Helvetica, Geneva, tahoma, verdana, arial, Meiryo, 'MS PGothic', 'NanumGothic', 'AppleGothic', 'Malgun Gothic', 'Dotum Regular', 'Hiragino Kaku Gothic Pro', sans-serif;
  margin: 0 0 10px;
}
.featured-page .campaignFooter .wrapping .infoBox .inner p {
  font-size: .95em;
  line-height: 1.6;
}
.featured-page .campaignFooter .wrapping .infoBox .inner div {
  margin: 1.5em 0 1.5em 0;
}
.featured-page .campaignFooter .wrapping .infoBox .inner div .click {
  padding: 9px 22px;
  font-weight: 700;
  background-color: #DBF1B0;
  color: #48A025;
  text-shadow: 0 1px 1px #dedede;
  border: 1px solid #E0E0E0;
}
.featured-page .campaignFooter .wrapping .support .inner div {
  margin: 1em 0 1.5em 0;
}
.featured-page .campaignFooter .wrapping .support .inner p span {
  display: block;
  margin: 15px 0 0;
  font-weight: 700;
  border-top: 1px dotted #ccc;
  padding: 6px 0;
  color: #555;
}
.featured-page .campaignFooter .wrapping .support .inner small {
  font-size: 80%;
  font-weight: 400;
}
.featured-page .campaignFooter .wrapping .support .inner em {
  color: #48A025;
  font-size: 155%;
  display: block;
  font-weight: bold;
  font-style: normal;
}
.featured-page .campaignFooter .wrapping .info_cafe img {
  width: 235px;
  border: 1px solid #aaa;
}
.featured-page .campaignFooter .wrapping .info_online_lesson .inner ul {
  margin: 0 0 12px;
}
.featured-page .campaignFooter .wrapping .info_online_lesson .inner ul li {
  font-size: .95em;
  list-style-type: square;
  margin: 0 0 8px 23px;
}
.featured-page .campaignFooter .wrapping .info_online_lesson .inner ul li span {
  font-size: 90%;
  color: #666;
}
.featured-page .campaignFooter .wrapping .info_online_lesson .inner p {
  margin: 0 0 8px!important;
  font-size: 90%;
}
.featured-page .campaignFooter .wrapping .info_skype .inner div .click {
  margin: 0;
}
.featured-page .shared-video-frame {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  display: none;
}
.featured-page .shared-video-frame .shared-video-locater {
  position: relative;
  margin: 80px auto 0;
  padding: 0 40px;
  max-width: 1000px;
}
.featured-page .shared-video-frame .shared-video-locater a.shared-video-close-btn {
  font-size: 1.3em;
  font-weight: 600;
  position: absolute;
  right: 40px;
  top: -1.2em;
  color: #ffffff;
}
.featured-page .shared-video-frame .shared-video-locater .shared-video-wrapper {
  margin: 0;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 9px -9px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0 10px 9px -9px rgba(0, 0, 0, 0.9);
  box-shadow: 0 10px 9px -9px rgba(0, 0, 0, 0.9);
}
.featured-page .shared-video-frame .shared-video-locater .shared-video-wrapper iframe,
.featured-page .shared-video-frame .shared-video-locater .shared-video-wrapper object,
.featured-page .shared-video-frame .shared-video-locater .shared-video-wrapper embed {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.featured-page section.lesson-list-section {
  padding: 2rem 20px;
}
.featured-page section.lesson-list-section h2 {
  text-align: center;
  margin: 1.8rem auto;
  font-size: 2rem;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
  padding: 0 0 .5em;
  max-width: 60%;
}
.featured-page section.lesson-list-section h2:lang(ja) {
  font-size: 1.6em;
}
.featured-page section.lesson-list-section h2 span {
  display: block;
  font-weight: normal;
  font-size: 80%;
}
.featured-page section.lesson-list-section h2 img {
  vertical-align: middle;
}
.featured-page section.lesson-list-section .lesson-list-wrapper {
  padding: 2rem 0;
}
.featured-page section.lesson-list-section .lesson-list-wrapper .best-cafetalk-lesson-wrapper h2 {
  padding: 5px 10px;
  font-weight: 600;
}
.featured-page section.lesson-list-section .lesson-list-wrapper .best-cafetalk-lesson-wrapper .lesson-item .lesson-item-wrapper {
  border: 1px solid #ddd;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 8px 8px;
}
.featured-page section.lesson-list-section .lesson-list-wrapper .best-cafetalk-lesson-wrapper .lesson-item .lesson-item-wrapper .col {
  padding-bottom: 0;
}
.featured-page section.lesson-list-section .lesson-list-wrapper .best-cafetalk-lesson-wrapper .lesson-item .lesson-item-wrapper .left .lesson-image-wrapper img {
  width: 100%;
  max-width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
}
.featured-page section.lesson-list-section .lesson-list-wrapper .best-cafetalk-lesson-wrapper .lesson-item .lesson-item-wrapper .right {
  overflow: hidden;
}
.featured-page section.lesson-list-section .lesson-list-wrapper .best-cafetalk-lesson-wrapper .lesson-item .lesson-item-wrapper .right .lesson-info-wrapper {
  cursor: pointer;
}
.featured-page section.lesson-list-section .lesson-list-wrapper .best-cafetalk-lesson-wrapper .lesson-item .lesson-item-wrapper .right .lesson-info-wrapper h3.lesson-title {
  font-size: 1.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: .2rem 0 .7rem;
}
.featured-page section.lesson-list-section .lesson-list-wrapper .best-cafetalk-lesson-wrapper .lesson-item .lesson-item-wrapper .right .lesson-info-wrapper .meta-info-wrapper {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 2px;
  padding-bottom: .5rem;
}
.featured-page section.lesson-list-section .lesson-list-wrapper .best-cafetalk-lesson-wrapper .lesson-item .lesson-item-wrapper .right .lesson-info-wrapper .meta-info-wrapper .tutor-link {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #333;
  font-size: .8rem;
  padding: .1rem .5rem;
  color: #332;
}
.featured-page section.lesson-list-section .lesson-list-wrapper .best-cafetalk-lesson-wrapper .lesson-item .lesson-item-wrapper .right .lesson-info-wrapper .meta-info-wrapper .tutor-link:hover {
  color: #fff;
  background-color: #332;
}
.featured-page section.lesson-list-section .lesson-list-wrapper .best-cafetalk-lesson-wrapper .lesson-item .lesson-item-wrapper .right .lesson-info-wrapper .lesson-description {
  line-height: 1.6;
  max-height: 3rem;
  font-size: .9rem;
}
.featured-page section.lesson-list-section .button-wrapper {
  text-align: center;
  padding: 1.5rem 0 2rem;
}
.featured-page section.lesson-list-section .button-wrapper a {
  font-family: 'Open Sans', Lato, 'Myriad Pro', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'Kozuka Gothic Pro', 'Meiryo UI', 'Noto Sans JP', 'MS PGothic', 'Apple SD Gothic Neo', 'Nanum Gothic', AppleGothic, 'Malgun Gothic', Gulim, sans-serif;
  background-color: #000;
  border: 0;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  outline: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-smooth: always;
  color: #332;
  margin: 0;
  padding: .7rem 4rem;
  height: auto;
  font-size: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
  background-color: #eac633;
  cursor: pointer;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.3;
}
.featured-page section.lesson-list-section .button-wrapper a:active {
  background-color: #efd361;
  color: #332;
  text-decoration: none;
}
.featured-page section.lesson-list-section .button-wrapper a:hover {
  background-color: #efd361;
  color: #332;
  text-decoration: none;
}
@media only screen and (min-width: 0px) and (max-width: 414px) {
  .featured-page section.lesson-list-section h2 {
    font-size: 1.2rem;
    margin: .5rem 0;
  }
  .featured-page section.lesson-list-section h2 img {
    width: 25px;
    display: none;
  }
  .featured-page section.lesson-list-section .lesson-list-wrapper {
    padding: 1rem 0;
  }
  .featured-page section.lesson-list-section .button-wrapper {
    padding: 1rem 0 1.5rem;
  }
  .featured-page section.lesson-list-section .button-wrapper a {
    font-size: 1rem;
    padding: .7rem 1.5rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .featured-page section.lesson-list-section h2 {
    font-size: 1.5rem;
  }
}
