@charset  "utf-8";
.off-canvas-wrap .page-grid {
    margin-top: -17px!important;
}
/* latin-ext */
@font-face {
    font-family: 'Ruda';
    font-style: normal;
    font-weight: 400;
    src: local(Ruda),url(https://fonts.gstatic.com/s/ruda/v7/T9ieCC9hDv6JDyF8-dWAPRTbgVql8nDJpwnrE27mub0.woff2) format("woff2");
    unicode-range: U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Ruda';
    font-style: normal;
    font-weight: 400;
    src: local(Ruda),url(https://fonts.gstatic.com/s/ruda/v7/3dd1RfTf6tjjp4Tra3Q54_esZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000;
}

/* latin-ext */
@font-face {
    font-family: 'Ruda';
    font-style: normal;
    font-weight: 700;
    src: local('Ruda Bold'),local(Ruda-Bold),url(https://fonts.gstatic.com/s/ruda/v7/fIMUgDMWz-DuSTgB-4xvDFKPGs1ZzpMvnHX-7fPOuAc.woff2) format("woff2");
    unicode-range: U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Ruda';
    font-style: normal;
    font-weight: 700;
    src: local('Ruda Bold'),local(Ruda-Bold),url(https://fonts.gstatic.com/s/ruda/v7/O-k3S73LHAJqYWbRX1H5gALUuEpTyoUstqEm5AMlJo4.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000;
}

/* - general
 ------------------------------------------------------------ */
.lesson_detail{
    font-size: 22px;
    width: 341px;
    height: 20px;
    float: left;
    margin: 5px 0px 5px 40px;
}
                
.lesson_detail .lesson_time{
    font-size: 15px;
    width: 57px;
    height: 20px;
    float: left;
}
                
.lesson_detail .lesson_points{
    font-size: 15px;
    width: 125px;
    height: 20px;
    float: left;
}
.comment p{
    margin: -57px 0 0 66px;
}
.whats_okeiko{
    width: auto;
    padding-top: 60px;
    background-image: url(../images/bar.png);
    background-repeat: no-repeat;
    margin: 0 auto;
}
.cp-2016 {
    background-color: #ededed;
    padding: 60px 0;
}

.cp-2016 .outline {
    padding: 0 10px 10px;
}

.cp-2016 .borderline {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    background-color: #fff;
}

.cp-2016 h1,.cp-2016 h2,.cp-2016 h3 {
    font-family: 'Ruda',sans-serif;
    line-height: 1.2;
   
}
.lets5 h2 {
    font-size: 1.2em;
    font-weight: 400;
    color: #555;
}

.cp-2016 p {
    line-height: 1.6;
    font-size: 1em;
}

/* - header
 ------------------------------------------------------------ */


.lets5 header h1 {
    margin: 15px 0;
    text-align: center;
}

.lets5 header p {
    text-align: center;
    font-weight: 700;
    color: #473221;
    font-size: 1.5em;
    margin: 0 5%;
}

.lets5 header p:lang(ja) {
    font-size: 1.35em;
}

/* - .contents
 ------------------------------------------------------------ */
.lets5 .contents {
    text-align: center;
    margin: 0 auto;
}

.lets5 .contents h3 {
    margin: 0;
    color: #555;
}

.lets5 .contents p:last-of-type {
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    margin: 10px 0;
}

.lets5 .contents a {
    font-weight: 700;
}

/* - .attention
 ------------------------------------------------------------ */
.lets5 .attention h2 {
    text-align: center;
    color: #555;
}

.lets5 .attention p {
    margin: .7em auto;
    font-size: 1rem;
    width: 80%;
}

.lets5 .attention p:last-of-type {
    text-align: center;
    margin: 2.3em auto;
}

.lets5 .attention a {
    font-weight: 700;
}

/* - .category-campaign
 ------------------------------------------------------------ */
.category-campaign {
}

.category-campaign a:hover {
    opacity: .8;
}
#language_English, #language_Russian, #language_Spanish, #language_French, #language_Italian, #language_Korean{ 
    border-color:#ffffff!important;
}
.category-campaign h1,.category-campaign h2 {
    text-align: center;
}

.category-campaign .category-link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
}

.category-campaign .category-link li a {
    margin: 7px;
    align-items: center;
    padding: 15px;
}

.category-campaign .category-link img {
    width: 80px;
}

.category-campaign .wrap-box {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.category-campaign .each-lessons {
    border: 1px solid #999;
    width: 100%;
    margin: 15px 0;
    position: relative;
    padding: 10px;
}

.category-campaign .each-lessons h4 {
    border-bottom: 1px dotted #ccc;
    padding: 5px;
    margin: 0 5px 10px;
    font-size: 1.35rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.category-campaign .each-lessons .tutor-img {
    width: 100%;
    margin: 0 0 10px;
}

.category-campaign .each-lessons .tutor-img img {
    width: 110px;
    display: block;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.category-campaign .each-lesson-name {
    position: relative;
    margin: 0 0 5px;
    text-align:left!important;
}

.category-campaign .each-lesson-name h5 {
    font-size: .85rem;
    line-height: 1.2;
    font-weight: 400;
    margin: 0 0 8px 52px;
}

.category-campaign .each-lesson-name h5 a {
    font-weight: 700;
    font-size: 135%;
}

.category-campaign .each-lesson-name ul {
    margin: 0 0 0 52px;
}

.category-campaign .each-lesson-name li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    font-size: .85rem;
}

.category-campaign .icons {
    width: 20%;
    position: absolute;
    bottom: 3px;
    left: 0;
}

.category-campaign .icons img {
    max-width: 46px;
}

.category-campaign .icons-coupon {
    display: inline-block;
    vertical-align: bottom;
    width: 73%;
    margin: 10px 0 0;
}

.category-campaign .icons-coupon img {
    max-width: 100%;
}

.category-campaign .expired {
    background-color: rgba(0,0,0,0.2);
    padding: 10px 15px;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.2;
    text-shadow: 0 0 5px #555;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 5px;
    left: 0;
    right: 0;
    width: 90%;
    height: 20%;
    margin: auto;
}

/* - .socialIcon
 ------------------------------------------------------------ */
.socialIcon {
    text-align: center;
    margin: 20px auto;
    padding: 14px 0 10px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    max-width: 500px;
}

.socialIcon .flex-container {
    display: -webkit-inline-flex;
    display: inline-flex;
}

.socialIcon .flex-container .social {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: space-between;
    align-content: space-between;
    width: 80px;
}

.fb-like {
    top: -1px;
}

/* - page scroll
 ------------------------------------------------------------ */
#page-top {
    position: fixed;
    bottom: 150px;
    right: 20px;
    z-index: 10;
}

#page-top a {
    font-size: 12px;
    padding: 30px 0;
    background: #8E7B87;
    text-decoration: none;
    color: #fff !important;
    width: 100px;
    height: 77px;
    text-align: center;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
}

#page-top a:hover {
    text-decoration: none;
    background: #C0BBAC;
}

/* - ## x <= 768px
 ------------------------------------------------------------ */
@media screen and (min-width: 640px) and (max-width: 768px) {
    br {
        display: none;
    }

    .category-campaign .each-lessons {
        width: 46%;
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
        margin: 10px;
        padding: 10px;
    }
    .whats_okeiko{
    width: 80%;
    margin: 0 auto;
    }
}

/* - ## x >= 1024px
 ------------------------------------------------------------ */
@media screen and (min-width: 769px) {

    .category-campaign .each-lessons {
        width: 46%;
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
        margin: 10px;
        padding: 10px;
    }

    .lets5 .contents p:last-of-type {
        width: 70%;
        margin: 0 auto;
    }
    .whats_okeiko{
    width: 20%;
    margin: 0 auto;
    }
}

/* - ## x >= 1024px
 ------------------------------------------------------------ */
@media screen and (min-width: 880px) {

    .category-campaign .each-lessons {
        width: 30.3%;
        margin: 15px 1.5%;
    }

    .category-campaign .each-lessons:nth-of-type(3n+1) {
        margin: 15px 1.5% 15px 1.55%;
    }

    .category-campaign .each-lessons:nth-of-type(3n+3) {
        margin: 15px 1.55% 15px 1.5%;
    }
    .whats_okeiko{
    width: 20%;
    margin: 0 auto;
    }
}

/* - ## x >= 1025px
 ------------------------------------------------------------ */
@media screen and (min-width: 1025px) {

    .category-campaign .each-lessons {
        width: 30.3%;
        margin: 15px 1.5%;
    }

    .category-campaign .each-lessons:nth-of-type(3n+1) {
        margin: 15px 1.5% 15px 1.55%;
    }

    .category-campaign .each-lessons:nth-of-type(3n+3) {
        margin: 15px 1.55% 15px 1.5%;
    }

    .lets5 .contents p:last-of-type {
        width: 70%;
        margin: 0 auto;
    }
     .whats_okeiko{
    width: 70%;
    }

}