﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese");
@import url("../vendor/esk-icon/css/esk-icon.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    background: #faf8eb;
    color: #000;
    font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
}

@media only screen and (min-width: 769px) {
    html {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    html {
        font-size: 3.90625vw;
    }
}

@media only screen and (min-width: 769px) {
    body {
        padding-top: 135px;
    }
}

@media only screen and (max-width: 768px) {
    body {
        padding-top: 53px;
    }
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #0098e7;
    outline: 0;
}

a:not([class]) {
    text-decoration: none;
}

a:not([class]):hover {
    text-decoration: underline;
}

.lay-header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

@media only screen and (min-width: 769px) {
    .lay-header {
        padding-top: 28px;
        border-bottom: 3px solid #fa7839;
    }
}

@media only screen and (max-width: 768px) {
    .lay-header {
        border-bottom: 2px solid #fa7839;
    }
}

.lay-header_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (min-width: 769px) {
    .lay-header_wrap {
        max-width: 1100px;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 768px) {
    .lay-header_wrap {
        padding: 8px;
        position: relative;
    }
}

.lay-header_anchor {
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.lay-header_anchor:hover {
    opacity: 0.7;
}

@media only screen and (max-width: 768px) {
    .lay-header_anchor img {
        height: 33px;
    }
}

.lay-header_btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 769px) {
    .lay-header_btns {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .lay-header_btns {
        display: none;
        padding: 3.90625vw;
        overflow: hidden;
    }
}

.lay-header_back {
    text-decoration: none;
    font-weight: bold;
    color: #fa7839;
}

@media only screen and (min-width: 769px) {
    .lay-header_back {
        font-size: 14px;
        margin-right: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .lay-header_back {
        display: block;
        text-align: center;
        width: 100%;
        margin-top: 2.60417vw;
        margin-bottom: 5.20833vw;
    }
}

.lay-header_back:hover {
    text-decoration: underline;
}

.lay-header_btn {
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

@media only screen and (min-width: 769px) {
    .lay-header_btn {
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 768px) {
    .lay-header_btn {
        width: 46%;
        padding: 2.60417vw 2.60417vw;
        text-align: center;
    }
    .lay-header_btn:nth-child(1) {
        float: left;
    }
    .lay-header_btn:nth-child(2) {
        float: right;
    }
}

@media only screen and (min-width: 769px) {
    .lay-header_btn+.lay-header_btn {
        margin-left: 10px;
    }
}

.lay-header_btn:hover {
    opacity: 0.7;
}

.lay-header_btn.icon-esk-login {
    background-color: #edbc1f;
}

.lay-header_btn.icon-esk-login::before {
    vertical-align: text-top;
}

@media only screen and (min-width: 769px) {
    .lay-header_btn.icon-esk-login::before {
        font-size: 20px;
        margin-right: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .lay-header_btn.icon-esk-login::before {
        font-size: 4.16667vw;
        vertical-align: -6%;
    }
}

.lay-header_btn.icon-esk-star {
    background-color: #fa7839;
}

.lay-header_btn.icon-esk-star::before {
    vertical-align: text-top;
}

@media only screen and (min-width: 769px) {
    .lay-header_btn.icon-esk-star::before {
        font-size: 20px;
        margin-right: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .lay-header_btn.icon-esk-star::before {
        font-size: 4.16667vw;
        vertical-align: -6%;
    }
}

@media only screen and (max-width: 768px) {
    .lay-nav {
        display: none;
    }
}

@media only screen and (min-width: 769px) {
    .lay-nav_list {
        max-width: 1100px;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media only screen and (max-width: 768px) {
    .lay-nav_list {
        padding: 0vw 3.90625vw 3.90625vw 3.90625vw;
    }
}

.lay-nav_anchor {
    display: block;
    font-weight: bold;
    color: #88653b;
    text-decoration: none;
}

@media only screen and (min-width: 769px) {
    .lay-nav_anchor {
        padding: 25px 12px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .lay-nav_anchor {
        text-align: center;
        padding: 2.60417vw;
    }
}

.lay-nav_anchor.icon-esk-home {
    color: #fa7839;
}

@media only screen and (min-width: 769px) {
    .lay-nav_anchor.icon-esk-home {
        font-size: 24px;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 768px) {
    .lay-nav_anchor.icon-esk-home {
        padding: 1.95313vw 3.90625vw;
    }
}

@media only screen and (min-width: 769px) {
    .lay-footer {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .lay-footer {
        padding-top: 10.41667vw;
    }
}

@media only screen and (min-width: 769px) {
    .lay-footer_band {
        height: 270px;
        background: transparent url("../media/footer_bg.png") repeat-x left top;
        background-size: auto 270px;
    }
}

@media only screen and (max-width: 768px) {
    .lay-footer_band {
        height: 26.04167vw;
        background: transparent url("../media/footer_bg.png") repeat-x left top;
        background-size: auto 26.04167vw;
    }
}

@media only screen and (min-width: 769px) {
    .lay-footer_wrap {
        max-width: 1100px;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 768px) {
    .lay-footer_wrap {
        padding-left: 3.90625vw;
        padding-right: 3.90625vw;
    }
}

.lay-footer_anchor {
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

@media only screen and (max-width: 768px) {
    .lay-footer_anchor {
        display: block;
        margin-bottom: 6.51042vw;
    }
}

.lay-footer_anchor:hover {
    opacity: 0.7;
}

.lay-footer_btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 768px) {
    .lay-footer_btns {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.lay-footer_btn {
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

@media only screen and (min-width: 769px) {
    .lay-footer_btn {
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 768px) {
    .lay-footer_btn {
        padding: 2.60417vw 2.60417vw;
        width: 48%;
        text-align: center;
    }
}

@media only screen and (min-width: 769px) {
    .lay-footer_btn+.lay-footer_btn {
        margin-left: 10px;
    }
}

.lay-footer_btn:hover {
    opacity: 0.7;
}

.lay-footer_btn.icon-esk-login {
    background-color: #edbc1f;
}

.lay-footer_btn.icon-esk-login::before {
    vertical-align: text-top;
}

@media only screen and (min-width: 769px) {
    .lay-footer_btn.icon-esk-login::before {
        font-size: 20px;
        margin-right: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .lay-footer_btn.icon-esk-login::before {
        font-size: 4.16667vw;
        vertical-align: -6%;
    }
}

.lay-footer_btn.icon-esk-star {
    background-color: #fa7839;
}

.lay-footer_btn.icon-esk-star::before {
    vertical-align: text-top;
}

@media only screen and (min-width: 769px) {
    .lay-footer_btn.icon-esk-star::before {
        font-size: 20px;
        margin-right: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .lay-footer_btn.icon-esk-star::before {
        font-size: 4.16667vw;
        vertical-align: -6%;
    }
}

@media only screen and (min-width: 769px) {
    .lay-footerNav_list {
        max-width: 1100px;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px;
        justify-content: center;
    }
    .lay-footerNav_list-line2 {
        margin-top: 0;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .lay-footerNav_list {
        margin-top: 3.90625vw;
        margin-bottom: 3.90625vw;
    }
}

.lay-footerNav_anchor {
    display: block;
    font-weight: bold;
    color: #88653b;
    text-decoration: none;
}

.lay-footerNav_anchor.icon-esk-home {
    color: #fa7839;
}

@media only screen and (min-width: 769px) {
    /*
    .lay-footerNav_anchor {
        padding: 0 20px;
        font-size: 16px;
        height: 80px;
        line-height: 80px;
    }
    */
    .lay-footerNav_anchor {
        padding: 0 15px;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .lay-footerNav_anchor {
        display: block;
        text-align: center;
        padding: 2.60417vw;
    }
}

@media only screen and (min-width: 769px) {
    .lay-footerNav_anchor.icon-esk-home {
        font-size: 24px;
        padding: 0 15px;
    }
}

.lay-footer_copy {
    color: #88653b;
    display: block;
    text-align: center;
}

@media only screen and (min-width: 769px) {
    .lay-footer_copy {
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .lay-footer_copy {
        font-size: 3.125vw;
        line-height: 1.5;
        padding-top: 1.30208vw;
        padding-bottom: 5.20833vw;
    }
}

@media only screen and (min-width: 769px) {
    .lay-header_navsSP {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .lay-header_navsSP {
        position: relative;
        z-index: 3;
    }
}

@media only screen and (max-width: 768px) {
    .lay-header_navsSP .lay-header_btns {
        display: block;
    }
}

.lay-header_menuSP,
.lay-header_menuSP span {
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lay-header_menuSP {
    position: absolute;
    right: 42px;
    width: 35px;
    height: 35px;
    background-color: #a8855c;
    border-radius: 3px;
    display: block;
    width: 100%;
}

.lay-header_menuSP span {
    position: absolute;
    left: 7px;
    width: 20px;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
}

.lay-header_menuSP span:nth-of-type(1) {
    top: 10px;
}

.lay-header_menuSP span:nth-of-type(2) {
    top: 16px;
}

.lay-header_menuSP span:nth-of-type(3) {
    top: 22px;
}

.lay-header_menuSP.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    -ms-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
}

.lay-header_menuSP.active span:nth-of-type(2) {
    opacity: 0;
}

.lay-header_menuSP.active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}

.lay-header_menuSP.active {
    right: 0;
    z-index: 5;
    background-color: #886b49;
}

.lay-header_navSP {
    display: none;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}

.lay-header_navSP.active {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: scroll;
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .lay-header_navSP.active {
        border-top: 53px solid #886b49;
    }
}

.lay-header_navSP_list {
    background-color: #cf2b3f;
    padding-top: 48px;
}

.lay-header_navSP_item {
    background-color: #ff3850;
}

.lay-header_navSP_item+.lay-header_navSP_item {
    border-top: 1px solid #ff6b7d;
}

.lay-header_navSP_anchor {
    color: #fff;
    display: block;
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

.lay-header_userSP_name {
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
    background-color: #edbc1f;
    border-radius: 3px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    text-decoration: none;
}

.lay-header_userSP_name:hover {
    background-color: #c99d10;
}

@media only screen and (min-width: 769px) {
    .lay-breadcrumb {
        padding: 25px 0;
    }
}

@media only screen and (max-width: 768px) {
    .lay-breadcrumb {
        padding: 5.20833vw 0;
    }
}

.lay-breadcrumb_item {
    display: inline-block;
    color: #a8855c;
    line-height: 1.6;
}

@media only screen and (min-width: 769px) {
    .lay-breadcrumb_item {
        font-size: 13px;
    }
}

@media only screen and (max-width: 768px) {
    .lay-breadcrumb_item {
        font-size: 3.125vw;
    }
}

.lay-breadcrumb_item+.lay-breadcrumb_item::before {
    content: ">";
    display: inline-block;
}

@media only screen and (min-width: 769px) {
    .lay-breadcrumb_item+.lay-breadcrumb_item::before {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .lay-breadcrumb_item+.lay-breadcrumb_item::before {
        margin-left: 1.30208vw;
        margin-right: 1.30208vw;
    }
}

.lay-breadcrumb_anchor {
    color: #a8855c;
    text-decoration: none;
}

.lay-breadcrumb_anchor:hover {
    text-decoration: underline;
}

.lay-nav_itemDropmenu {
    color: #88653b;
    background-color: #fff;
    position: relative;
    font-weight: bold;
}

@media only screen and (min-width: 769px) {
    .lay-nav_itemDropmenu {
        font-size: 14px;
        width: 178px;
    }
}

@media only screen and (max-width: 768px) {
    .lay-nav_itemDropmenu {
        margin-top: 6.51042vw;
    }
}

.lay-nav_itemDropmenu_title {
    display: block;
}

@media only screen and (min-width: 769px) {
    .lay-nav_itemDropmenu_title {
        padding: 10px;
        cursor: pointer;
        position: relative;
        border: 1px solid #fa7839;
    }
}

@media only screen and (max-width: 768px) {
    .lay-nav_itemDropmenu_title {
        border-top: 1px solid #fa7839;
        border-bottom: 1px solid #fa7839;
        padding: 2.60417vw;
        text-align: center;
    }
}

@media only screen and (min-width: 769px) {
    .lay-nav_itemDropmenu_title .icon-esk-down-open {
        position: absolute;
        right: 5px;
        font-size: 18px;
        color: #fa7839;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media only screen and (max-width: 768px) {
    .lay-nav_itemDropmenu_title .icon-esk-down-open {
        display: none;
    }
}

.lay-nav_itemDropmenu_list {
    background-color: #fff;
}

@media only screen and (min-width: 769px) {
    .lay-nav_itemDropmenu_list {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        border-left: 1px solid #fa7839;
        border-right: 1px solid #fa7839;
    }
}

@media only screen and (max-width: 768px) {
    .lay-nav_itemDropmenu_list {
        display: block !important;
        margin-top: 1.95313vw;
    }
}

.lay-nav_itemDropmenu_item {
    background-color: #fff;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

@media only screen and (min-width: 769px) {
    .lay-nav_itemDropmenu_item {
        border-bottom: 1px solid #fa7839;
    }
}

.lay-nav_itemDropmenu_item:hover {
    opacity: .7;
}

.lay-nav_itemDropmenu_anchor {
    color: #88653b;
    text-decoration: none;
    display: block;
}

@media only screen and (min-width: 769px) {
    .lay-nav_itemDropmenu_anchor {
        padding: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .lay-nav_itemDropmenu_anchor {
        padding: 2.60417vw;
        text-align: center;
    }
}

@media only screen and (min-width: 769px) {
    .mod-container {
        max-width: 1100px;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 768px) {
    .mod-container {
        padding-left: 3.90625vw;
        padding-right: 3.90625vw;
    }
}

@media only screen and (min-width: 769px) {
    .mod-wrap {
        width: 800px;
        margin: 0 auto;
    }
}

.mod-card {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    background-color: #fff;
}

@media only screen and (min-width: 769px) {
    .mod-card {
        padding: 80px 140px;
        margin-top: 45px;
        margin-bottom: 45px;
        border-radius: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .mod-card {
        padding: 10.41667vw 7.8125vw;
        margin-top: 10.41667vw;
        margin-bottom: 10.41667vw;
        border: 1px solid #f1f1f1;
        margin-left: -3.90625vw;
        margin-right: -3.90625vw;
    }
}

.mod-card>*:first-child {
    margin-top: 0;
}

.mod-card>*:last-child {
    margin-bottom: 0;
}

.mod-btns {
    text-align: center;
}

@media only screen and (min-width: 769px) {
    .mod-btns {
        margin: 20px 0;
    }
}

@media only screen and (max-width: 768px) {
    .mod-btns {
        margin: 9.11458vw 0;
    }
}

.mod-btn {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    background-color: #ffb400;
    text-decoration: none;
    color: #fff !important;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

@media only screen and (min-width: 769px) {
    .mod-btn {
        font-size: 22px;
        padding: 20px 60px;
    }
}

@media only screen and (max-width: 768px) {
    .mod-btn {
        font-size: 4.16667vw;
        padding: 5.20833vw 15.625vw;
    }
}

.mod-btn:hover {
    opacity: 0.7;
}

.mod-radiusBtn {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    background-color: #edbc1f;
    border-radius: 100px;
    text-decoration: none;
    margin-top: 1rem;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

@media only screen and (min-width: 769px) {
    .mod-radiusBtn {
        font-size: 18px;
        padding: 12px 30px;
    }
}

@media only screen and (max-width: 768px) {
    .mod-radiusBtn {
        font-size: 3.64583vw;
        padding: 3.125vw 7.8125vw;
    }
}

.mod-radiusBtn:hover {
    opacity: 0.7;
}

.top-title {
    text-align: center;
}

@media only screen and (min-width: 769px) {
    .top-title {
        padding-top: 250px;
        padding-bottom: 30px;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        background: url("../media/keyvisual.png") repeat-x center top;
        background-size: auto 250px;
    }
}

@media only screen and (max-width: 768px) {
    .top-title {
        padding-top: 78.125vw;
        padding-bottom: 10.41667vw;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        background: url("../media/keyvisual-sp.png") repeat-x left top;
        background-size: 100vw;
    }
}

.top-title_logo {
    display: inline-block;
}

@media only screen and (max-width: 768px) {
    .top-title_logo {
        padding-left: 3.90625vw;
        padding-right: 3.90625vw;
    }
}

@media only screen and (min-width: 769px) {
    .top-title_logo picture img {
        height: 140px;
    }
}

.top-newbooks_latest {
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 5px 2px rgba(175, 171, 143, 0.15);
    box-shadow: 2px 2px 5px 2px rgba(175, 171, 143, 0.15);
    border-radius: 5px;
}

@media only screen and (min-width: 769px) {
    .top-newbooks_latest {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 20px 40px;
    }
}

@media only screen and (max-width: 768px) {
    .top-newbooks_latest {
        padding: 6.51042vw;
    }
}

.top-newbooks_latest_title {
    font-weight: bold;
    color: #404040;
}

@media only screen and (min-width: 769px) {
    .top-newbooks_latest_title {
        font-size: 16px;
        width: 100px;
    }
}

@media only screen and (max-width: 768px) {
    .top-newbooks_latest_title {
        font-size: 4.16667vw;
        text-align: center;
    }
}

.top-newbooks_latest_title_icon {
    color: #fa7839;
}

@media only screen and (min-width: 769px) {
    .top-newbooks_latest_title_icon {
        font-size: 43px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .top-newbooks_latest_title_icon {
        font-size: 11.71875vw;
        margin-bottom: 1.95313vw;
    }
}

@media only screen and (min-width: 769px) {
    .top-newbooks_latest_list {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media only screen and (max-width: 768px) {
    .top-newbooks_latest_list {
        margin-top: 5.20833vw;
    }
}

.top-newbooks_latest_item {
    line-height: 1.8;
}

@media only screen and (min-width: 769px) {
    .top-newbooks_latest_item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width: 768px) {
    .top-newbooks_latest_item {
        margin-top: 3.90625vw;
    }
}

@media only screen and (min-width: 769px) {
    .top-newbooks_latest_item+.top-newbooks_latest_item {
        margin-top: 5px;
    }
}

@media only screen and (min-width: 769px) {
    .top-newbooks_latest_item time {
        margin-right: 1.5rem;
    }
}

.top-newbooks_newitem {
    color: #fa7839;
    font-weight: bold;
}

.top-newbooks_latest_item_time {
    color: #ff892a;
}

@media only screen and (min-width: 769px) {
    .top-newbooks_latest_item_time {
        margin-right: 1.5rem;
    }
}

.top-pageNav {
    margin-top: 30px;
}

@media only screen and (min-width: 769px) {
    .top-pageNav_list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 768px) {
    .top-pageNav_list {
        margin-top: 6.51042vw;
    }
}

.top-pageNav_item {
    display: block;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    color: #000;
    text-decoration: none;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

@media only screen and (min-width: 769px) {
    .top-pageNav_item {
        width: 49%;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .top-pageNav_item {
        margin-bottom: 6.51042vw;
    }
}

.top-pageNav_item:hover {
    opacity: 0.8;
}

.top-pageNav_image {
    height: 100px;
    background-size: auto 100px !important;
}

#pageNav_estkids .top-pageNav_image {
    background: url("/assets/media/nav_item_01.png") no-repeat center top;
}

#pageNav_elementaly .top-pageNav_image {
    background: url("/assets/media/nav_item_02.png") no-repeat center top;
}

#pageNav_ehonclub .top-pageNav_image {
    background: url("/assets/media/nav_item_03.png") no-repeat center top;
}

#pagenav_shop .top-pageNav_image {
    background: url("/assets/media/nav_item_04.png") no-repeat center top;
}

.top-pageNav_body {
    text-align: center;
}

@media only screen and (min-width: 769px) {
    .top-pageNav_body {
        padding: 0 20px 20px;
    }
}

@media only screen and (max-width: 768px) {
    .top-pageNav_body {
        padding: 0 0 9.11458vw;
    }
}

@media only screen and (min-width: 769px) {
    .top-pageNav_body_logo {
        margin: 10px 0 20px;
    }
}

@media only screen and (min-width: 769px) {
    .top-pageNav_body_logo picture img {
        object-fit: scale-down;
        height: 85px;
        width: 380px;
    }
}

@media only screen and (max-width: 768px) {
    .top-pageNav_body_logo {
        height: 28.64583vw;
        line-height: 28.64583vw;
    }
}

@media only screen and (min-width: 769px) {
    .top-pageNav_body_desc {
        font-size: 16px;
        line-height: 1.6;
    }
}

@media only screen and (max-width: 768px) {
    .top-pageNav_body_desc {
        line-height: 1.8;
        padding: 0 9.11458vw;
    }
}

.top-pageNav_body_link {
    color: #fa7839;
    display: inline-block;
    font-weight: bold;
}

@media only screen and (min-width: 769px) {
    .top-pageNav_body_link {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .top-pageNav_body_link {
        margin-top: 4.42708vw;
        padding: 0 9.11458vw;
    }
}

.top-menu {
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 5px 2px rgba(175, 171, 143, 0.15);
    box-shadow: 2px 2px 5px 2px rgba(175, 171, 143, 0.15);
}

@media only screen and (min-width: 769px) {
    .top-menu {
        padding: 40px 0;
    }
}

@media only screen and (min-width: 769px) {
    .top-menu_wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 1100px;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .top-menu-line2 {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .top-menu_wrap {
        padding-left: 3.90625vw;
        padding-right: 3.90625vw;
        padding-top: 9.11458vw;
    }
    .top-menu-line2 {
        padding-top: 0;
    }
}

.top-menu_item {
    text-align: center;
}

@media only screen and (min-width: 769px) {
    .top-menu_item {
        width: 330px;
        margin: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .top-menu_item {
        padding-bottom: 9.11458vw;
    }
}

@media only screen and (min-width: 769px) {
    .top-menu_item_image {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .top-menu_item_image {
        margin-bottom: 6.51042vw;
    }
}

@media only screen and (min-width: 769px) {
    .top-menu_item_desc {
        line-height: 1.6;
    }
}

@media only screen and (max-width: 768px) {
    .top-menu_item_desc {
        line-height: 1.8;
        padding-left: 9.11458vw;
        padding-right: 9.11458vw;
        font-size: 4.16667vw;
    }
}

.top-menu_item_link {
    color: #fa7839;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
}

@media only screen and (min-width: 769px) {
    .top-menu_item_link {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .top-menu_item_link {
        margin-top: 3.90625vw;
    }
}

@media only screen and (min-width: 769px) {
    .page-heading {
        margin-bottom: 25px;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .page-heading {
        margin-bottom: 7.8125vw;
    }
}

.page-lead {
    font-weight: bold;
    color: #6c4e31;
    line-height: 1.8;
}

@media only screen and (min-width: 769px) {
    .page-lead {
        font-size: 18px;
        width: 800px;
        margin: 0 auto;
    }
}

.about-heading {
    background-color: #f68c59;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
}

@media only screen and (min-width: 769px) {
    .about-heading {
        font-size: 26px;
        padding: 20px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .about-heading {
        font-size: 5.20833vw;
        padding: 5.20833vw 2.60417vw;
        margin-bottom: 6.51042vw;
    }
}

.about-lead {
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
}

@media only screen and (min-width: 769px) {
    .about-lead {
        font-size: 18px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .about-lead {
        font-size: 4.16667vw;
        margin-top: 3.90625vw;
        margin-bottom: 3.90625vw;
    }
}

.about-services {
    border-top: 1px solid #d3cfb4;
}

.about-service {
    border-bottom: 1px solid #d3cfb4;
}

@media only screen and (min-width: 769px) {
    .about-service {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 768px) {
    .about-service {
        padding: 7.8125vw 0;
    }
}

@media only screen and (min-width: 769px) {
    .about-service_visual {
        float: right;
        margin-left: 35px;
    }
}

@media only screen and (max-width: 768px) {
    .about-service_visual-sp {
        margin-top: 6.51042vw;
    }
}

@media only screen and (max-width: 768px) {
    .about-service_visual-sp img {
        width: 52.08333vw;
        margin: 0 auto;
        display: block;
    }
}

@media only screen and (min-width: 769px) {
    .about-service_info_image {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .about-service_info_image {
        margin-bottom: 6.51042vw;
    }
}

@media only screen and (max-width: 768px) {
    .about-service_info_body {
        font-size: 3.64583vw;
    }
}

.about-service_info_body a {
    text-decoration: underline;
}

.about-service_info_body_heading {
    color: #8dc21f;
    line-height: 1.8;
}

.about-service_info_body_heading span {
    color: #0099ff;
    text-decoration: underline;
    font-weight: bold;
}

@media only screen and (min-width: 769px) {
    .about-other {
        margin-top: 20px;
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 768px) {
    .about-other {
        margin-top: 2.60417vw;
        margin-bottom: 10.41667vw;
    }
}

@media only screen and (min-width: 769px) {
    .about-other_item {
        margin-bottom: 40px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width: 768px) {
    .about-other_item {
        margin-bottom: 7.8125vw;
    }
}

@media only screen and (min-width: 769px) {
    .about-other_item_text {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.about-other_item_text strong {
    font-weight: bold;
    color: #f68c59;
}

.about-other_heading {
    font-weight: bold;
}

@media only screen and (min-width: 769px) {
    .about-other_heading {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .about-other_heading {
        margin-bottom: 1.95313vw;
    }
}

.about-other_heading::before {
    content: "■";
    color: #f68c59;
}

.about-other_heading.about-other_heading-sub::before {
    color: #d3cfb4;
}

@media only screen and (min-width: 769px) {
    .about-other_item_image {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .about-other_item_image {
        margin-top: 3.90625vw;
    }
}

@media only screen and (min-width: 769px) {
    .about-other_item_image img {
        width: 320px;
    }
}

.about-descList {
    border-bottom: 1px solid #d3cfb4;
}

@media only screen and (min-width: 769px) {
    .about-descList {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .about-descList {
        margin-top: 10.41667vw;
    }
}

@media only screen and (min-width: 769px) {
    .about-descList_wrap {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .about-descList_wrap {
        margin-bottom: 5.20833vw;
    }
}

.about-descList_term {
    font-weight: bold;
}

@media only screen and (min-width: 769px) {
    .about-descList_term {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .about-descList_term {
        font-size: 4.16667vw;
        margin-bottom: 1.95313vw;
    }
}

.about-descList_term span {
    color: #f68c59;
}

.about-descList_data {
    line-height: 1.8;
}

.present-card {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    border-radius: 10px;
}

@media only screen and (min-width: 769px) {
    .present-card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 40px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .present-card {
        padding: 5.20833vw;
        margin-bottom: 2.60417vw;
    }
}

@media only screen and (min-width: 769px) {
    .present-card_text {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (min-width: 769px) {
    .present-card_image {
        width: 140px;
        margin-left: 60px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media only screen and (max-width: 768px) {
    .present-card_image {
        float: right;
        width: 23.4375vw;
        margin-left: 2.60417vw;
        margin-bottom: 2.60417vw;
    }
}

.present-card_title {
    font-weight: bold;
    line-height: 1.6;
}

@media only screen and (min-width: 769px) {
    .present-card_title {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .present-card_title {
        font-size: 4.16667vw;
        margin-bottom: 2.60417vw;
    }
}

.present-card_title_aside {
    color: #fa7839;
}

.present-card_body {
    line-height: 1.8;
}

.page-menu {
    background-color: #fff;
}

@media only screen and (min-width: 769px) {
    .page-menu {
        padding: 35px 0;
        margin-top: 80px;
    }
}

@media only screen and (max-width: 768px) {
    .page-menu {
        padding: 4.55729vw 0;
        margin-top: 10.41667vw;
    }
}

@media only screen and (min-width: 769px) {
    .page-menu_wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.page-menu_item {
    display: block;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

@media only screen and (max-width: 768px) {
    .page-menu_item {
        padding: 6.51042vw 0;
    }
}

.page-menu_item+.page-menu_item {
    border-left: 1px solid #d5d5d5;
}

.page-menu_item:hover {
    opacity: 0.7;
}

.partners-heading {
    font-weight: bold;
    text-align: center;
}

@media only screen and (min-width: 769px) {
    .partners-heading {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .partners-heading {
        margin-bottom: 5.20833vw;
    }
}

.partners-heading_sub {
    color: #ff6600;
    line-height: 1.6;
}

@media only screen and (min-width: 769px) {
    .partners-heading_sub {
        font-size: 22px;
    }
}

@media only screen and (max-width: 768px) {
    .partners-heading_sub {
        font-size: 4.6875vw;
    }
}

.partners-heading_main {
    line-height: 1.6;
}

@media only screen and (min-width: 769px) {
    .partners-heading_main {
        font-size: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .partners-heading_main {
        font-size: 5.20833vw;
    }
}

@media only screen and (min-width: 769px) {
    .partners-card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .partners-card {
        margin-top: 7.8125vw;
    }
}

.partners-card_item {
    border-radius: 10px;
    display: block;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.partners-card_item_body a {
    color: #000;
    text-decoration: none;
}

.partners-card_item_body a:hover {
    text-decoration: none;
}

@media only screen and (min-width: 769px) {
    .partners-card_item {
        width: 340px;
        margin-left: 30px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .partners-card_item {
        margin-bottom: 5.20833vw;
    }
}

.partners-card_item:hover {
    opacity: 0.8;
}

.partners-card_item:nth-child(3n+1) {
    margin-left: 0;
}

@media only screen and (min-width: 769px) {
    .partners-card_item_body {
        padding: 20px 25px 25px 25px;
    }
}

@media only screen and (max-width: 768px) {
    .partners-card_item_body {
        padding: 10.41667vw 6.51042vw 11.71875vw 6.51042vw;
    }
}

@media only screen and (min-width: 769px) {
    .partners-card_item_logo {
        text-align: center;
    }
}

.partners-card_item_title {
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
}

@media only screen and (min-width: 769px) {
    .partners-card_item_title {
        font-size: 18px;
        padding: 15px 0;
    }
}

@media only screen and (max-width: 768px) {
    .partners-card_item_title {
        font-size: 4.6875vw;
        padding: 6.51042vw 0;
    }
}

.partners-card_item_message {
    line-height: 1.8;
}

.partners-card_item_link {
    font-weight: bold;
    text-align: center;
    color: #fa7839;
}

@media only screen and (min-width: 769px) {
    .partners-card_item_link {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .partners-card_item_link {
        margin-top: 6.51042vw;
    }
}

/* イベントパーク */
.event-card {
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 769px) {
    .event-card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 40px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .event-card {
        padding: 6.51042vw;
        margin-bottom: 3.90625vw;
    }
}

@media only screen and (min-width: 769px) {
    .event-card_image {
        margin-right: 40px;
        width: 342px;
    }
}

@media only screen and (max-width: 768px) {
    .event-card_image {
        margin-bottom: 5.20833vw;
    }
}

@media only screen and (min-width: 769px) {
    .event-card_info {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.event-card_info_sub {
    line-height: 1.8;
}

@media only screen and (min-width: 769px) {
    .event-card_info_sub {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .event-card_info_sub {
        font-size: 3.64583vw;
        margin-top: 1.30208vw;
    }
}

.event-card_info_heading {
    font-weight: bold;
    line-height: 1.6;
}

@media only screen and (min-width: 769px) {
    .event-card_info_heading {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .event-card_info_heading {
        font-size: 4.6875vw;
    }
}

.event-card_info_heading_aside {
    color: #fa7839;
}

.event-card_info_time {
    font-weight: bold;
    color: #ff6600;
}

@media only screen and (min-width: 769px) {
    .event-card_info_time {
        font-size: 14px;
        line-height: 1.8;
    }
}

@media only screen and (max-width: 768px) {
    .event-card_info_time {
        line-height: 1.6;
        font-size: 3.64583vw;
    }
}

.event-card_info_body {
    line-height: 1.7;
}

@media only screen and (min-width: 769px) {
    .event-card_info_body {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .event-card_info_body {
        margin-top: 2.60417vw;
        font-size: 3.64583vw;
    }
}

.event-card_info_body p {
    margin-top: 1em;
  }
.event-card_info_body:first-child {
    margin-top: 0em;
  }
.event-card_info_body ul{
    list-style-type:none;
    margin-left: 2rem;
    margin-top: 1em;
}
.event-card_info_body ul li {
    position: relative; /*基準位置*/
    padding-left: 1rem;
}
.event-card_info_body ul li:before {
    border-radius: 50%;
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    left: 0;
    top: 0.7em;
    content: "";
    background: #1ec4e6;
}



@media only screen and (min-width: 769px) {
    .membershipBenefits-heading {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio:0) {
    .membershipBenefits-heading picture img {
        max-height: 230px;
        object-fit: scale-down;
    }
}

@media only screen and (max-width: 768px) {
    .membershipBenefits-heading {
        margin-bottom: 10.41667vw;
    }
}

.membershipBenefits-heading img {
    width: 100%;
}

@media only screen and (min-width: 769px) {
    .membershipBenefits-lead {
        text-align: center;
        margin-top: -30px;
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .membershipBenefits-lead {
        margin-bottom: 7.8125vw;
    }
}

.present-application {
    text-align: center;
}

@media only screen and (min-width: 769px) {
    .present-application {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .present-application {
        padding-top: 9.11458vw;
    }
}

.present-application_message {
    font-weight: bold;
    color: #6c4e31;
}

@media only screen and (min-width: 769px) {
    .present-application_message {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .present-application_message {
        font-size: 3.90625vw;
    }
}

.present-application_btn {
    font-weight: bold;
    background-color: #fa7839;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    display: inline-block;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

@media only screen and (min-width: 769px) {
    .present-application_btn {
        font-size: 26px;
        margin: 20px 0;
        padding: 1.5rem 10rem;
    }
}

@media only screen and (max-width: 768px) {
    .present-application_btn {
        font-size: 5.20833vw;
        width: 100%;
        padding: 1.5rem 0;
        margin: 5.20833vw 0;
    }
    .uti-tac video {
        width: 100%;
    }
}

.present-application_btn:hover {
    opacity: 0.7;
}

.uti-tal {
    text-align: left;
}

.uti-tac {
    text-align: center;
}

.uti-tar {
    text-align: right;
}

@media only screen and (min-width: 769px) {
    .uti-tal-pc {
        text-align: left;
    }
}

@media only screen and (min-width: 769px) {
    .uti-tac-pc {
        text-align: center;
    }
}

@media only screen and (min-width: 769px) {
    .uti-tar-pc {
        text-align: right;
    }
}

@media only screen and (max-width: 768px) {
    .uti-tal-sp {
        text-align: left;
    }
}

@media only screen and (max-width: 768px) {
    .uti-tac-sp {
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .uti-tar-sp {
        text-align: right;
    }
}

.uti-fl {
    float: left;
}

.uti-fr {
    float: right;
}

@media only screen and (min-width: 769px) {
    .uti-fl-pc {
        float: left;
    }
}

@media only screen and (min-width: 769px) {
    .uti-fr-pc {
        float: right;
    }
}

@media only screen and (max-width: 768px) {
    .uti-fl-sp {
        float: left;
    }
}

@media only screen and (max-width: 768px) {
    .uti-fr-sp {
        float: right;
    }
}

.uti-fwn {
    font-weight: normal;
}

.uti-fwb {
    font-weight: bold;
}

@media only screen and (min-width: 769px) {
    .uti-fwn-pc {
        font-weight: normal;
    }
}

@media only screen and (min-width: 769px) {
    .uti-fwb-pc {
        font-weight: bold;
    }
}

@media only screen and (max-width: 768px) {
    .uti-fwn-sp {
        font-weight: normal;
    }
}

@media only screen and (max-width: 768px) {
    .uti-fwb-sp {
        font-weight: bold;
    }
}

.uti-clearfix:before,
.uti-clearfix:after {
    content: " ";
    display: table;
}

.uti-clearfix:after {
    clear: both;
}

.uti-clearfix {
    *zoom: 1;
}

@media only screen and (max-width: 768px) {
    .uti-pc {
        display: none;
    }
}

@media only screen and (min-width: 769px) {
    .uti-sp {
        display: none;
    }
}

@media only screen and (min-width: 769px) {
    .uti-relative {
        position: relative;
    }
}

@media only screen and (max-width: 768px) {
    .uti-relative-sp {
        position: relative;
    }
}

.uti-block {
    display: block;
}

@media only screen and (max-width: 768px) {
    .uti-block-pc {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .uti-block-sp {
        display: block;
    }
}

@media only screen and (min-width: 769px) {
    .uti-p {
        line-height: 2;
    }
}

@media only screen and (max-width: 768px) {
    .uti-p {
        font-size: 3.64583vw;
        line-height: 6.25vw;
    }
}

@media only screen and (min-width: 769px) {
    .uti-mt-10 {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .uti-mt-10-sp {
        margin-top: 1.30208vw;
    }
}

@media only screen and (min-width: 769px) {
    .uti-mb-10 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .uti-mb-10-sp {
        margin-bottom: 1.30208vw;
    }
}

@media only screen and (min-width: 769px) {
    .uti-mt-20 {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .uti-mt-20-sp {
        margin-top: 2.60417vw;
    }
}

@media only screen and (min-width: 769px) {
    .uti-mb-20 {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .uti-mb-20-sp {
        margin-bottom: 2.60417vw;
    }
}

@media only screen and (min-width: 769px) {
    .uti-mt-30 {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .uti-mt-30-sp {
        margin-top: 3.90625vw;
    }
}

@media only screen and (min-width: 769px) {
    .uti-mb-30 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .uti-mb-30-sp {
        margin-bottom: 3.90625vw;
    }
}

@media only screen and (min-width: 769px) {
    .uti-mt-40 {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .uti-mt-40-sp {
        margin-top: 5.20833vw;
    }
}

@media only screen and (min-width: 769px) {
    .uti-mb-40 {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .uti-mb-40-sp {
        margin-bottom: 5.20833vw;
    }
}

@media only screen and (min-width: 769px) {
    .uti-mt-50 {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .uti-mt-50-sp {
        margin-top: 6.51042vw;
    }
}

@media only screen and (min-width: 769px) {
    .uti-mb-50 {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .uti-mb-50-sp {
        margin-bottom: 6.51042vw;
    }
}

@media only screen and (min-width: 769px) {
    .uti-mt-60 {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .uti-mt-60-sp {
        margin-top: 7.8125vw;
    }
}

@media only screen and (min-width: 769px) {
    .uti-mb-60 {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .uti-mb-60-sp {
        margin-bottom: 7.8125vw;
    }
}

@media only screen and (min-width: 769px) {
    .uti-mt-70 {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 768px) {
    .uti-mt-70-sp {
        margin-top: 9.11458vw;
    }
}

@media only screen and (min-width: 769px) {
    .uti-mb-70 {
        margin-bottom: 70px;
    }
}

@media only screen and (max-width: 768px) {
    .uti-mb-70-sp {
        margin-bottom: 9.11458vw;
    }
}

@media only screen and (min-width: 769px) {
    .uti-mt-80 {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 768px) {
    .uti-mt-80-sp {
        margin-top: 10.41667vw;
    }
}

@media only screen and (min-width: 769px) {
    .uti-mb-80 {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 768px) {
    .uti-mb-80-sp {
        margin-bottom: 10.41667vw;
    }
}

@media only screen and (min-width: 769px) {
    .uti-mt-90 {
        margin-top: 90px;
    }
}

@media only screen and (max-width: 768px) {
    .uti-mt-90-sp {
        margin-top: 11.71875vw;
    }
}

@media only screen and (min-width: 769px) {
    .uti-mb-90 {
        margin-bottom: 90px;
    }
}

@media only screen and (max-width: 768px) {
    .uti-mb-90-sp {
        margin-bottom: 11.71875vw;
    }
}

@media only screen and (min-width: 769px) {
    .uti-mt-100 {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 768px) {
    .uti-mt-100-sp {
        margin-top: 13.02083vw;
    }
}

@media only screen and (min-width: 769px) {
    .uti-mb-100 {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 768px) {
    .uti-mb-100-sp {
        margin-bottom: 13.02083vw;
    }
}


/*# sourceMappingURL=maps/main.css.map */


/* 追加分共通 */

.mod-tag-gray {
    background-color: #a6a6a6;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 0.5rem 1.5rem 0.5rem 1.2rem;
    border-radius: 5px;
}

@media only screen and (min-width: 769px) {
    .mod-tag-gray {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .mod-tag-gray {
        margin-bottom: 2.60417vw;
    }
}

.mod-btn-orange {
    background-color: #fa7839;
}

.mod-btn-small {
    font-size: 16px;
    padding: 10px 40px
}

.mod-tag-brown {
    background-color: #b08759;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 0.5rem 1.5rem 0.5rem 1.2rem;
    border-radius: 5px;
}

@media only screen and (min-width: 769px) {
    .mod-tag-brown {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .mod-tag-brown {
        margin-bottom: 2.60417vw;
    }
}

.uti-tac strong {
    font-weight: bold;
}

.text-orange {
    color: #fa7839;
}

.text-center {
    text-align: center;
}

.register {
    font-weight: bold;
    color: #6c4e31;
    text-align: center;
    padding: 20px 0;
}

.manabi-list_sidebar_mail {
    text-align: center;
}

.manabi-list_sidebar_mail h2 {
    color: #fa7839;
    font-weight: bold;
}

.manabi-list_sidebar_mail img {
    padding: 10px;
}

.register a {
    color: #c49500;
}


/* 英語の学び体験 */

@media only screen and (min-width: 769px) {
    .manabi-card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }
}

.manabi-card_item {
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: 10px;
    color: #000;
    text-decoration: none;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
    .manabi-card_item {
        width: 340px;
        margin-left: 30px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .manabi-card_item {
        margin-top: 6.51042vw;
    }
}

.manabi-card_item:hover {
    opacity: 0.8;
}

@media only screen and (min-width: 769px) {
    .manabi-card_item:nth-child(3n+1) {
        margin-left: 0;
    }
}

.manabi-card_item_new {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 769px) {
    .manabi-card_item_body {
        padding: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .manabi-card_item_body {
        padding: 5.20833vw;
    }
}

.manabi-card_item_subTitle {
    line-height: 1.6;
}

.manabi-card_item_title {
    font-weight: bold;
    color: #6c4e31;
    line-height: 1.4;
}

@media only screen and (min-width: 769px) {
    .manabi-card_item_title {
        font-size: 20px;
        margin: 5px 0;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 768px) {
    .manabi-card_item_title {
        font-size: 4.6875vw;
        line-height: 1.6;
    }
}

.manabi-card_item_time {
    color: #ff6600;
    line-height: 1.6;
}

@media only screen and (min-width: 769px) {
    .manabi-card_item_time {
        font-size: 14px;
    }
}

@media only screen and (min-width: 769px) {
    .manabi-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.manabi-list_main {
    background-color: #fff;
    padding: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.manabi-list_title {
    color: #fff;
    background-color: #F9A270;
    font-weight: bold;
    border-radius: 40px;
    padding: 0.5em;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 22px;
}

@media only screen and (min-width: 769px) {
    .manabi-list_main {
        width: 750px;
    }
}

@media only screen and (min-width: 769px) {
    .manabi-list_main_image {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .manabi-list_main_image {
        margin-bottom: 5.20833vw;
    }
}

.manabi-list_main_meta {
    border-bottom: 1px solid #e0ddc8;
    padding-bottom: 10px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.manabi-list_main_meta a {
    color: #fa7839;
}

.manabi-list_main_meta dt {
    float: left;
}

.manabi-list_main_meta dd {
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .manabi-list_main_meta {
        margin-bottom: 1.30208vw;
    }
}

.manabi-list_main_item_image {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.manabi-list_main_item_text {
    line-height: 1.5;
}

.manabi-list_main_item_text a {
    color: #fa7839;
    font-weight: bold;
}

.manabi-list_main_meta_time {
    color: #ff6600;
}

@media only screen and (min-width: 769px) {
    .manabi-list_main_meta_time {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .manabi-list_main_meta_time {
        margin-left: 2.60417vw;
    }
}

.manabi-list_main_subTitle {
    line-height: 1.6;
    color: #ff6600;
}

@media only screen and (min-width: 769px) {
    .manabi-list_main_subTitle {
        font-size: 14pt;
        font-weight: bold;
    }
}

@media only screen and (max-width: 768px) {
    .manabi-list_main_subTitle {
        font-size: 4.16667vw;
    }
}

.manabi-list_main_item_image {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.manabi-list_main_item_text {
    line-height: 1.5;
}

.manabi-list_main_item_text a {
    color: #fa7839;
    font-weight: bold;
}

@media only screen and (min-width: 769px) {
    .manabi-list_main_item_image {
        width: 240px;
        float: left;
        margin-right: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .manabi-list_main_item_image {
        width: 26.04167vw;
        height: 26.04167vw;
    }
}

.manabi-list_main_title {
    font-weight: bold;
    line-height: 1.5;
    border-bottom: 1px solid #e0ddc8;
    color: #6c4e31;
}

.manabi-list_main_title .mod-tag {
    font-size: 10.5pt;
    padding: 3px 10px;
}

@media only screen and (min-width: 769px) {
    .manabi-list_main_title {
        font-size: 24px;
        margin-bottom: 10px;
        padding: 0;
        margin-top: 5px;
    }
    .manabi-list_main_title a {
        color: #6c4e31;
    }
}

@media only screen and (max-width: 768px) {
    .manabi-list_main_title {
        font-size: 5.46875vw;
        margin-bottom: 5.20833vw;
        padding: 3.90625vw 0;
    }
    .manabi-list_main_title a {
        color: #6c4e31;
    }
}

.manabi-list_main_body {
    line-height: 2;
}

.manabi-list_main_body p {
    margin-bottom: 1.5rem;
}

.manabi-list_main_body h2 {
    font-weight: bold;
    color: #6c4e31;
}

@media only screen and (min-width: 769px) {
    .manabi-list_main_body h2 {
        margin: 40px 0 25px;
    }
}

@media only screen and (max-width: 768px) {
    .manabi-list_main_body h2 {
        margin: 7.8125vw 0 5.20833vw;
    }
}

.manabi-list_main_body .imageCaption {
    line-height: 1.5;
    margin-top: 1rem;
}

@media only screen and (max-width: 768px) {
    .manabi-list_main_body .imageCaption {
        font-size: 3.64583vw;
    }
}

.manabi-list_main_subheading {
    font-weight: bold;
    border-bottom: 2px solid #ffc91e;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.6;
    word-break: break-all;
}

.manabi-list_main_pager {
    border-top: 1px solid #c0b99d;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (min-width: 769px) {
    .manabi-list_main_pager {
        padding-top: 50px;
        padding-bottom: 20px;
        margin-top: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .manabi-list_main_pager {
        padding-top: 6.51042vw;
        padding-bottom: 3.90625vw;
        margin-top: 7.8125vw;
    }
}

.manabi-list_main_pager_anchor {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

@media only screen and (max-width: 768px) {
    .manabi-list_main_pager_anchor {
        font-size: 3.38542vw;
    }
}

.manabi-list_main_pager_anchor i {
    color: #fa7839;
}

.manabi-list_main_pager_anchor:hover {
    opacity: 0.7;
}

.manabi-list_main_list {
    list-style-type: square;
    margin-bottom: 30px;
}

.manabi-list_main_list li {
    margin-left: 16px;
}

@media only screen and (min-width: 769px) {
    .manabi-list_sidebar {
        width: 280px;
        margin-top: 0px;
    }
}

.manabi-list_sidebar_heading {
    color: #6c4e31;
    border-top: 3px solid #fa7839;
    font-weight: bold;
}

@media only screen and (min-width: 769px) {
    .manabi-list_sidebar_heading {
        padding: 10px 0;
    }
}

@media only screen and (max-width: 768px) {
    .manabi-list_sidebar_heading {
        padding: 3.125vw 3.90625vw;
        margin-top: 5.20833vw;
    }
}

.manabi-list_sidebar_subheading {
    color: #6c4e31;
    border-top: 1px solid #e0ddc8;
    font-weight: bold;
}

@media only screen and (min-width: 769px) {
    .manabi-list_sidebar_subheading {
        padding: 10px 0;
    }
}

@media only screen and (max-width: 768px) {
    .manabi-list_sidebar_subheading {
        padding: 3.125vw 3.90625vw;
        margin-top: 5.20833vw;
    }
}

.manabi-list_sidebar_item:first-of-type {
    border-top: 1px solid #e0ddc8;
    padding-top: 15px;
}

.manabi-list_sidebar_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #e0ddc8;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

@media only screen and (min-width: 769px) {
    .manabi-list_sidebar_item {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .manabi-list_sidebar_item {
        padding: 3.90625vw 0;
        margin-bottom: 3.90625vw;
    }
}

.manabi-list_sidebar_item:hover {
    opacity: 0.7;
}

.manabi-list_sidebar_item_image {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

@media only screen and (min-width: 769px) {
    .manabi-list_sidebar_item_image {
        width: 90px;
        height: 90px;
    }
}

@media only screen and (max-width: 768px) {
    .manabi-list_sidebar_item_image {
        width: 26.04167vw;
        height: 26.04167vw;
    }
}

.manabi-list_sidebar_item_text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media only screen and (min-width: 769px) {
    .manabi-list_sidebar_item_text {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .manabi-list_sidebar_item_text {
        margin-left: 3.90625vw;
    }
}

.manabi-list_sidebar_item_text_title {
    line-height: 1.6;
}

@media only screen and (min-width: 769px) {
    .manabi-list_sidebar_item_text_title {
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {
    .manabi-list_sidebar_item_text_title {
        font-size: 3.64583vw;
    }
}

.manabi-list_sidebar_item_text_time {
    color: #ff6600;
    display: block;
}

@media only screen and (min-width: 769px) {
    .manabi-list_sidebar_item_text_time {
        font-size: 13px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .manabi-list_sidebar_item_text_time {
        margin-top: 2.60417vw;
        font-size: 3.64583vw;
    }
}

.manabi-list_sidebar {
    line-height: 2;
}

.manabi-list_sidebar ul {
    margin-bottom: 20px;
}

.manabi-list_sidebar ul li:before {
    position: relative;
    top: -2px;
    left: -2px;
    display: inline-block;
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 100%;
    background: #ebb300;
}

.manabi-list_sidebar ul li {
    text-indent: -0.5em;
    padding-left: 1em;
}

.manabi-list_sidebar ul.block {
    margin-bottom: 20px;
    overflow: hidden;
}

.manabi-list_sidebar ul.block li {
    text-indent: -0.5em;
    padding-left: 1em;
    float: left;
}

.manabi-list_sidebar_list a {
    color: #000;
}

.manabi-list_block_special {
    background-color: #faf8eb;
    border: 2px solid #ebb300;
    border-radius: 10px;
    padding: 30px;
}

.manabi-list_block_special h4 {
    text-align: center;
    color: #c49500;
    font-weight: bold;
    font-size: 22px;
}

.manabi-list_block_special strong {
    font-weight: bold;
}

.manabi-list_block_report {
    background-color: #faf8eb;
    border-top: 3px solid #ff6600;
    padding: 30px;
}

.manabi-list_block_report h4 {
    color: #c49500;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
}

.manabi-list_block_report strong {
    font-weight: bold;
}

@media only screen and (min-width: 769px) {
    .manabi-detail {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.manabi-detail_main {
    background-color: #fff;
    padding: 40px;
    margin-top: 0px;
    margin-bottom: 30px;
    border-radius: 10px;
}

@media only screen and (min-width: 769px) {
    .manabi-detail_main {
        width: 750px;
    }
}

@media only screen and (min-width: 769px) {
    .manabi-detail_main_image {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .manabi-detail_main_image {
        margin-bottom: 5.20833vw;
    }
}

.manabi-detail_main_meta {
    border-bottom: 1px solid #e0ddc8;
    padding-bottom: 30px;
    line-height: 1.5;
}

.manabi-detail_main_meta a {
    color: #fa7839;
}

.manabi-detail_main_meta dt {
    float: left;
}

.manabi-detail_main_meta dd {
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .manabi-detail_main_meta {
        margin-bottom: 1.30208vw;
    }
}

.manabi-detail_main_meta_time {
    color: #ff6600;
}

@media only screen and (min-width: 769px) {
    .manabi-detail_main_meta_time {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .manabi-detail_main_meta_time {
        margin-left: 2.60417vw;
    }
}

.manabi-detail_main_subTitle {
    line-height: 1.6;
    color: #ff6600;
}

@media only screen and (min-width: 769px) {
    .manabi-detail_main_subTitle {
        font-size: 20px;
        font-weight: bold;
    }
}

@media only screen and (max-width: 768px) {
    .manabi-detail_main_subTitle {
        font-size: 4.16667vw;
    }
}

.manabi-detail_main_title {
    font-weight: bold;
    line-height: 1.5;
    border-top: 1px solid #e0ddc8;
    border-bottom: 1px solid #e0ddc8;
    color: #6c4e31;
}

.manabi-detail_main_title .mod-tag {
    font-size: 10.5pt;
    padding: 3px 10px;
}

@media only screen and (min-width: 769px) {
    .manabi-detail_main_title {
        font-size: 30px;
        margin-bottom: 30px;
        padding: 15px 0;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .manabi-detail_main_title {
        font-size: 5.46875vw;
        margin-bottom: 5.20833vw;
        padding: 3.90625vw 0;
    }
}

.manabi-detail_main_body {
    line-height: 2;
}

.manabi-detail_main_body p {
    margin-bottom: 1.5rem;
}

.manabi-detail_main_body h2 {
    font-weight: bold;
    color: #6c4e31;
}

@media only screen and (min-width: 769px) {
    .manabi-detail_main_body h2 {
        margin: 40px 0 25px;
    }
}

@media only screen and (max-width: 768px) {
    .manabi-detail_main_body h2 {
        margin: 7.8125vw 0 5.20833vw;
    }
}

.manabi-detail_main_body .imageCaption {
    line-height: 1.5;
    margin-top: 1rem;
}

@media only screen and (max-width: 768px) {
    .manabi-detail_main_body .imageCaption {
        font-size: 3.64583vw;
    }
}

.manabi-detail_main_subheading {
    font-weight: bold;
    border-bottom: 2px solid #ffc91e;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.6;
    word-break: break-all;
}

.manabi-detail_main_pager {
    border-top: 1px solid #c0b99d;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (min-width: 769px) {
    .manabi-detail_main_pager {
        padding-top: 50px;
        padding-bottom: 20px;
        margin-top: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .manabi-detail_main_pager {
        padding-top: 6.51042vw;
        padding-bottom: 3.90625vw;
        margin-top: 7.8125vw;
    }
}

.manabi-detail_main_pager_anchor {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

@media only screen and (max-width: 768px) {
    .manabi-detail_main_pager_anchor {
        font-size: 3.38542vw;
    }
}

.manabi-detail_main_pager_anchor i {
    color: #fa7839;
}

.manabi-detail_main_pager_anchor:hover {
    opacity: 0.7;
}

.manabi-detail_main_list {
    list-style-type: square;
    margin-bottom: 30px;
}

.manabi-detail_main_list li {
    margin-left: 16px;
}

.manabi-detail_block_special {
    background-color: #faf8eb;
    border: 2px solid #ebb300;
    border-radius: 10px;
    padding: 30px;
}

.manabi-detail_block_special h4 {
    text-align: center;
    color: #c49500;
    font-weight: bold;
    font-size: 22px;
}

.manabi-detail_block_special strong {
    font-weight: bold;
}

.manabi-detail_block_report {
    background-color: #faf8eb;
    border-top: 3px solid #ff6600;
    padding: 30px;
}

.manabi-detail_block_report h4 {
    color: #c49500;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
}

.manabi-detail_block_report strong {
    font-weight: bold;
}


/* ティーチャーズクラブ */
.index {
    margin-left: 1em;
    list-style-type:none!important;
}
.index ul{
    margin-left: 2rem;
}

.index li {
    position: relative; /*基準位置*/
    padding-left: 1rem;
}
.index li:before {
    border-radius: 50%;
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    left: 0;
    top: 0.7em;
    content: "";
    background: #1ec4e6;
}
h2 {
    font-size: 1.2rem;
    margin-bottom: 10px !important;
}
h3 {
    font-size: 1.1rem;
    font-weight: bold;
}

.strong {
    font-weight: bold;
}

.teachers-detail_main_body{
    line-height: 2;
}

.teachers-detail_main_meta {
    text-align: right;
    padding-bottom:0;
    margin-bottom: 20px;
}
.guidance {
    background-color: #fcefe8;
    padding: 1em;
    margin-bottom: 1.5em;
}
.guidance p {
    font-size: 95%;
}
.guidance p:last-child{
    margin-bottom:0;
}
.teachers-index {
    background-color: #faf8eb;
    border: 2px solid #ebb300;
    border-radius: 10px;
    padding: 30px;
}

.teachers-index h4 {
    color: #c49500;
    font-weight: bold;
    font-size: 22px;
}

.teachers-detail_main_body h2 {
    color: #6c4e31;
    margin: 40px 0 25px;
    border-bottom: 3px #6c4e31 solid;
}
.teachers-detail_main_body h1 {
    color: #fff;
    background-color: #F9A270;
    font-weight: bold;
    border-radius: 40px;
    padding: 0.5em;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 22px;
    padding-left: 1.3rem;
    line-height: 2rem;
}
.annotation h1 {
    border-radius: 0px;
    line-height: 1em;
    font-size: 18px;
}
.references {
    background-color:#efefef;
    padding: 1em;
    margin-bottom: 1.5em;
}
.references h1 {
    margin-top: 0px;
    background-color:#b7b7b7;
}
.author_profile_name {
    font-size: 1.2em;
    font-weight: bold;
    color: #fa7839;
}
p.br-class{
    margin-bottom:0;
}
.teachers-04_bold {
    font-weight: bold!important;
}
.teachers-detail_main_body ul{
    list-style-type: square;
    margin-left:30px;
}
.reference_title {
    font-style: italic;
}
.teachers-detail_block_profile_image {
    height:140px;
    border-radius:20px;
}
strong {
    font-weight: bold;
}

/* 英語の学び体験 */

@media only screen and (min-width: 769px) {
    .teachers-card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }
}

.teachers-card_item {
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: 10px;
    color: #000;
    text-decoration: none;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
    .teachers-card_item {
        width: 340px;
        margin-left: 30px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .teachers-card_item {
        margin-top: 6.51042vw;
    }
}

.teachers-card_item:hover {
    opacity: 0.8;
}

@media only screen and (min-width: 769px) {
    .teachers-card_item:nth-child(3n+1) {
        margin-left: 0;
    }
}

.teachers-card_item_new {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 769px) {
    .teachers-card_item_body {
        padding: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .teachers-card_item_body {
        padding: 5.20833vw;
    }
}

.teachers-card_item_subTitle {
    line-height: 1.6;
}

.teachers-card_item_title {
    font-weight: bold;
    color: #6c4e31;
    line-height: 1.4;
}

@media only screen and (min-width: 769px) {
    .teachers-card_item_title {
        font-size: 20px;
        margin: 5px 0;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 768px) {
    .teachers-card_item_title {
        font-size: 4.6875vw;
        line-height: 1.6;
    }
}

.teachers-card_item_time {
    color: #ff6600;
    line-height: 1.6;
}

@media only screen and (min-width: 769px) {
    .teachers-card_item_time {
        font-size: 14px;
    }
}

@media only screen and (min-width: 769px) {
    .teachers-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.teachers-list_main {
    background-color: #fff;
    padding: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.teachers-list_title {
    color: #fff;
    background-color: #F9A270;
    font-weight: bold;
    border-radius: 40px;
    padding: 0.5em;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 22px;
}

@media only screen and (min-width: 769px) {
    .teachers-list_main {
        width: 750px;
    }
}

@media only screen and (min-width: 769px) {
    .teachers-list_main_image {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .teachers-list_main_image {
        margin-bottom: 5.20833vw;
    }
}

.teachers-list_main_meta {
    border-bottom: 1px solid #e0ddc8;
    padding-bottom: 10px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.teachers-list_main_meta_image {
    float: left;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

@media only screen and (min-width: 769px) {
    .teachers-list_main_meta_image {
        margin-right: 15px;
    }
}

.teachers-list_main_meta_text {
    padding: 10px;
}

.teachers-list_main_meta a {
    color: #fa7839;
}

.teachers-list_main_meta dt {
    font-weight: bold;
}

.teachers-list_main_meta dd {
    font-weight: normal;
}

@media only screen and (max-width: 768px) {
    .teachers-list_main_meta {
        margin-bottom: 1.30208vw;
    }
}

.teachers-list_main_item_image {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.teachers-list_main_item_text {
    line-height: 1.5;
}

.teachers-list_main_item_text a {
    color: #fa7839;
    font-weight: bold;
}

.teachers-list_main_meta_time {
    color: #ff6600;
}

@media only screen and (min-width: 769px) {
    .teachers-list_main_meta_time {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .teachers-list_main_meta_time {
        margin-left: 2.60417vw;
    }
}

.teachers-list_main_subTitle {
    line-height: 1.6;
    color: #ff6600;
}

@media only screen and (min-width: 769px) {
    .teachers-list_main_subTitle {
        font-size: 14pt;
        font-weight: bold;
    }
}

@media only screen and (max-width: 768px) {
    .teachers-list_main_subTitle {
        font-size: 4.16667vw;
    }
}

.teachers-list_main_item_image {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.teachers-list_main_item_text {
    line-height: 1.5;
}

.teachers-list_main_item_text a {
    color: #fa7839;
    font-weight: bold;
}

@media only screen and (min-width: 769px) {
    .teachers-list_main_item_image {
        width: 240px;
        float: left;
        margin-right: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .teachers-list_main_item_image {
        width: 26.04167vw;
        height: 26.04167vw;
    }
}

.teachers-list_main_title {
    font-weight: bold;
    line-height: 1.5;
    border-bottom: 1px solid #e0ddc8;
    color: #6c4e31;
}

.teachers-list_main_title a {
    color: #6c4e31;
}

.teachers-list_main_title .mod-tag {
    font-size: 10.5pt;
    padding: 3px 10px;
}

@media only screen and (min-width: 769px) {
    .teachers-list_main_title {
        font-size: 24px;
        margin-bottom: 10px;
        padding: 0;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .teachers-list_main_title {
        font-size: 5.46875vw;
        margin-bottom: 5.20833vw;
        padding: 3.90625vw 0;
    }
}

.teachers-list_main_body {
    line-height: 2;
}

.teachers-list_main_body p {
    margin-bottom: 1.5rem;
}

.teachers-list_main_body h2 {
    font-weight: bold;
    color: #6c4e31;
}

@media only screen and (min-width: 769px) {
    .teachers-list_main_body h2 {
        margin: 40px 0 25px;
    }
}

@media only screen and (max-width: 768px) {
    .teachers-list_main_body h2 {
        margin: 7.8125vw 0 5.20833vw;
    }
}

.teachers-list_main_body .imageCaption {
    line-height: 1.5;
    margin-top: 1rem;
}

@media only screen and (max-width: 768px) {
    .teachers-list_main_body .imageCaption {
        font-size: 3.64583vw;
    }
}

.teachers-list_main_subheading {
    font-weight: bold;
    border-bottom: 2px solid #ffc91e;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.6;
    word-break: break-all;
}

.teachers-list_main_pager {
    border-top: 1px solid #c0b99d;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (min-width: 769px) {
    .teachers-list_main_pager {
        padding-top: 50px;
        padding-bottom: 20px;
        margin-top: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .teachers-list_main_pager {
        padding-top: 6.51042vw;
        padding-bottom: 3.90625vw;
        margin-top: 7.8125vw;
    }
}

.teachers-list_main_pager_anchor {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

@media only screen and (max-width: 768px) {
    .teachers-list_main_pager_anchor {
        font-size: 3.38542vw;
    }
}

.teachers-list_main_pager_anchor i {
    color: #fa7839;
}

.teachers-list_main_pager_anchor:hover {
    opacity: 0.7;
}

.teachers-list_main_list {
    list-style-type: square;
    margin-bottom: 30px;
}

.teachers-list_main_list li {
    margin-left: 16px;
}

@media only screen and (min-width: 769px) {
    .teachers-list_sidebar {
        width: 280px;
        margin-top: 0px;
    }
}

.teachers-list_sidebar_heading {
    color: #6c4e31;
    border-top: 3px solid #fa7839;
    font-weight: bold;
}

@media only screen and (min-width: 769px) {
    .teachers-list_sidebar_heading {
        padding: 10px 0;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .teachers-list_sidebar_heading {
        padding: 3.125vw 3.90625vw;
        margin-top: 5.20833vw;
    }
}

.teachers-list_sidebar_subheading {
    color: #6c4e31;
    border-top: 1px solid #e0ddc8;
    font-weight: bold;
}

@media only screen and (min-width: 769px) {
    .teachers-list_sidebar_subheading {
        padding: 10px 0;
    }
}

@media only screen and (max-width: 768px) {
    .teachers-list_sidebar_subheading {
        padding: 3.125vw 3.90625vw;
        margin-top: 5.20833vw;
    }
}

.teachers-list_sidebar_item:first-of-type {
    border-top: 1px solid #e0ddc8;
    padding-top: 15px;
}

.teachers-list_sidebar_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #e0ddc8;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

@media only screen and (min-width: 769px) {
    .teachers-list_sidebar_item {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .teachers-list_sidebar_item {
        padding: 3.90625vw 0;
        margin-bottom: 3.90625vw;
    }
}

.teachers-list_sidebar_item:hover {
    opacity: 0.7;
}

.teachers-list_sidebar_item_image {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

@media only screen and (min-width: 769px) {
    .teachers-list_sidebar_item_image {
        width: 90px;
        height: 90px;
    }
}

@media only screen and (max-width: 768px) {
    .teachers-list_sidebar_item_image {
        width: 26.04167vw;
        height: 26.04167vw;
    }
}

.teachers-list_sidebar_item_text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media only screen and (min-width: 769px) {
    .teachers-list_sidebar_item_text {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .teachers-list_sidebar_item_text {
        margin-left: 3.90625vw;
    }
}

.teachers-list_sidebar_item_text_title {
    line-height: 1.6;
    margin-bottom: 0 !important;
}

@media only screen and (min-width: 769px) {
    .teachers-list_sidebar_item_text_title {
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {
    .teachers-list_sidebar_item_text_title {
        font-size: 3.64583vw;
    }
}

.teachers-list_sidebar_item_text_time {
    color: #ff6600;
    display: block;
}

@media only screen and (min-width: 769px) {
    .teachers-list_sidebar_item_text_time {
        font-size: 13px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .teachers-list_sidebar_item_text_time {
        margin-top: 2.60417vw;
        font-size: 3.64583vw;
    }
}

.teachers-list_sidebar {
    line-height: 2;
}

.teachers-list_sidebar ul {
    margin-bottom: 20px;
}

.teachers-list_sidebar ul li:before {
    position: relative;
    top: -2px;
    left: -2px;
    display: inline-block;
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 100%;
    background: #ebb300;
}

.teachers-list_sidebar ul li {
    text-indent: -0.5em;
    padding-left: 1em;
}

.teachers-list_sidebar ul.block {
    margin-bottom: 20px;
    overflow: hidden;
}

.teachers-list_sidebar ul.block li {
    text-indent: -0.5em;
    padding-left: 1em;
    float: left;
}

.teachers-list_sidebar_info dt {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #e0ddc8;
}

.teachers-list_sidebar_info dd {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.teachers-list_sidebar_info dd:last-child {
    border-bottom: 1px solid #e0ddc8;
    margin-bottom: 30px;
}

.teachers-list_sidebar_list a {
    color: #000;
}

.teachers-list_block_special {
    background-color: #faf8eb;
    border: 2px solid #ebb300;
    border-radius: 10px;
    padding: 30px;
}

.teachers-list_block_special h4 {
    text-align: center;
    color: #c49500;
    font-weight: bold;
    font-size: 22px;
}

.teachers-list_block_special strong {
    font-weight: bold;
}

.teachers-list_block_report {
    background-color: #faf8eb;
    border-top: 3px solid #ff6600;
    padding: 30px;
}

.teachers-list_block_report h4 {
    color: #c49500;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
}

.teachers-list_block_report strong {
    font-weight: bold;
}

@media only screen and (min-width: 769px) {
    .teachers-detail {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.teachers-detail_main {
    background-color: #fff;
    padding: 40px;
    margin-top: 0px;
    margin-bottom: 30px;
    border-radius: 10px;
}

@media only screen and (min-width: 769px) {
    .teachers-detail_main {
        width: 750px;
    }
}

@media only screen and (min-width: 769px) {
    .teachers-detail_main_image {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .teachers-detail_main_image {
        margin-bottom: 5.20833vw;
    }
}

.teachers-detail_main_meta {
    padding-bottom: 30px;
    line-height: 1.5;
}

.teachers-detail_main_meta a {
    color: #fa7839;
}

.teachers-detail_main_meta dt {
    font-weight: bold;
}

.teachers-detail_main_meta dd {
    font-weight: normal;
}

@media only screen and (max-width: 768px) {
    .teachers-detail_main_meta {
        margin-bottom: 1.30208vw;
    }
}

.teachers-detail_main_meta_time {
    color: #ff6600;
}

@media only screen and (min-width: 769px) {
    .teachers-detail_main_meta_time {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .teachers-detail_main_meta_time {
        margin-left: 2.60417vw;
    }
}

.teachers-detail_main_subTitle {
    line-height: 1.6;
    color: #ff6600;
}

@media only screen and (min-width: 769px) {
    .teachers-detail_main_subTitle {
        font-size: 20px;
        font-weight: bold;
    }
}

@media only screen and (max-width: 768px) {
    .teachers-detail_main_subTitle {
        font-size: 4.16667vw;
    }
}

.teachers-detail_main_title {
    font-weight: bold;
    line-height: 1.5;
    border-top: 1px solid #e0ddc8;
    border-bottom: 1px solid #e0ddc8;
    color: #6c4e31;
}

.teachers-detail_main_title .mod-tag {
    font-size: 10.5pt;
    padding: 3px 10px;
}

@media only screen and (min-width: 769px) {
    .teachers-detail_main_title {
        font-size: 30px;
        margin-bottom: 30px;
        padding: 15px 0;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .teachers-detail_main_title {
        font-size: 5.46875vw;
        margin-bottom: 5.20833vw;
        padding: 3.90625vw 0;
    }
}

.teachers-detail_main_body {
    line-height: 2;
}

.teachers-detail_main_body p {
    margin-bottom: 1.5rem;
}

.teachers-detail_main_body h2 {
    font-weight: bold;
    color: #6c4e31;
}

@media only screen and (min-width: 769px) {
    .teachers-detail_main_body h2 {
        margin: 40px 0 25px;
    }
}

@media only screen and (max-width: 768px) {
    .teachers-detail_main_body h2 {
        margin: 7.8125vw 0 5.20833vw;
    }
}

.teachers-detail_main_body .imageCaption {
    line-height: 1.5;
    margin-top: 1rem;
}

@media only screen and (max-width: 768px) {
    .teachers-detail_main_body .imageCaption {
        font-size: 3.64583vw;
    }
}

.teachers-detail_main_subheading {
    font-weight: bold;
    border-bottom: 2px solid #ffc91e;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.6;
    word-break: break-all;
}

.teachers-detail_main_pager {
    border-top: 1px solid #c0b99d;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (min-width: 769px) {
    .teachers-detail_main_pager {
        padding-top: 50px;
        padding-bottom: 20px;
        margin-top: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .teachers-detail_main_pager {
        padding-top: 6.51042vw;
        padding-bottom: 3.90625vw;
        margin-top: 7.8125vw;
    }
}

.teachers-detail_main_pager_anchor {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

@media only screen and (max-width: 768px) {
    .teachers-detail_main_pager_anchor {
        font-size: 3.38542vw;
    }
}

.teachers-detail_main_pager_anchor i {
    color: #fa7839;
}

.teachers-detail_main_pager_anchor:hover {
    opacity: 0.7;
}

.teachers-detail_main_list {
    list-style-type: square;
    margin-bottom: 30px;
}

.teachers-detail_main_list li {
    margin-left: 16px;
}

.teachers-detail_block_profile {
    background-color: #faf8eb;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
}

.teachers-detail_block_profile_image {
    float: left;
    margin-right: 30px;
}

.teachers-detail_block_profile h4 {
    font-weight: bold;
    font-size: 16px;
}

.teachers-detail_block_special strong {
    font-weight: bold;
}

.teachers-detail_block_report {
    background-color: #faf8eb;
    border-top: 3px solid #ff6600;
    padding: 30px;
}

.teachers-detail_block_report h4 {
    color: #c49500;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
}

.teachers-detail_block_report strong {
    font-weight: bold;
}

/* ダウンロードコーナー */
.download-tab {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    list-style: none;
    border-bottom: 3px solid #FC9E6A;
    height: 70px;
}

.download-tab_item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 19.5%;
    border-radius: 6px 6px 0 0;
    background-color: #EFECD5;
}

.download-tab_item:hover {
    opacity: 0.8;
}

.download-tab_item a {
    color: #6c4e31;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.2;
}

.download-tab_item a:hover {
    text-decoration: none;
}

.download-tab_item_active {
    background-color: #FC9E6A;
}

.download-tab_item_active a,
.download-tab_item_active a:hover {
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .download-tab {
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        list-style: none;
        border-bottom: none;
    }
    .download-tab_item {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 49.5%;
        border-radius: 6px;
        background-color: #EFECD5;
        padding: 15px;
        margin-bottom: 5px;
        height: 70px;
    }
    .download-tab_item:hover {
        opacity: 0.8;
    }
    .download-tab_item a {
        color: #6c4e31;
        font-weight: bold;
        text-decoration: none;
        line-height: 1.2;
        font-size: 15px;
    }
    .download-tab_item a:hover {
        text-decoration: none;
    }
    .download-tab_item_active {
        background-color: #FC9E6A;
    }
    .download-tab_item_active a,
    .download-tab_item_active a:hover {
        color: #fff;
    }
}

@media only screen and (min-width: 769px) {
    .download-detail {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.download-detail_main {
    background-color: #fff;
    padding: 60px;
    margin-top: 0;
    margin-bottom: 30px;
    border-radius: 10px;
}

@media only screen and (min-width: 769px) {
    .download-detail_main {
        width: 1100px;
    }
}

@media only screen and (min-width: 769px) {
    .download-detail_main_image {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .download-detail_main_image {
        margin-bottom: 5.20833vw;
    }
    .download-detail_main {
        margin-top: 70px;
        padding: 20px;
    }
}

.download-detail_main_meta {
    padding-bottom: 30px;
    line-height: 1.5;
}

.download-detail_main_meta a {
    color: #fa7839;
}

.download-detail_main_meta dt {
    font-weight: bold;
}

.download-detail_main_meta dd {
    font-weight: normal;
}

@media only screen and (max-width: 768px) {
    .download-detail_main_meta {
        margin-bottom: 1.30208vw;
    }
}

.download-detail_main_meta_time {
    color: #ff6600;
}

@media only screen and (min-width: 769px) {
    .download-detail_main_meta_time {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .download-detail_main_meta_time {
        margin-left: 2.60417vw;
    }
}

.download-detail_main_subTitle {
    line-height: 1.6;
    color: #ff6600;
}

@media only screen and (min-width: 769px) {
    .download-detail_main_subTitle {
        font-size: 20px;
        font-weight: bold;
    }
}

@media only screen and (max-width: 768px) {
    .download-detail_main_subTitle {
        font-size: 4.16667vw;
    }
}

.download-detail_main_title {
    font-weight: bold;
    line-height: 1.5;
    border-top: 1px solid #e0ddc8;
    border-bottom: 1px solid #e0ddc8;
    color: #6c4e31;
}

.download-detail_main_title .mod-tag {
    font-size: 10.5pt;
    padding: 3px 10px;
}

@media only screen and (min-width: 769px) {
    .download-detail_main_title {
        font-size: 30px;
        margin-bottom: 30px;
        padding: 15px 0;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .download-detail_main_title {
        font-size: 5.46875vw;
        margin-bottom: 5.20833vw;
        padding: 3.90625vw 0;
    }
}

.download-detail_main_body {
    line-height: 2;
}

.download-detail_main_body p {
    margin-bottom: 1.5rem;
}

.download-detail_main_body h2 {
    font-weight: bold;
    color: #6c4e31;
}

@media only screen and (min-width: 769px) {
    .download-detail_main_body h2 {
        margin: 40px 0 25px;
    }
}

@media only screen and (max-width: 768px) {
    .download-detail_main_body h2 {
        margin: 7.8125vw 0 5.20833vw;
    }
}

.download-detail_main_body .imageCaption {
    line-height: 1.5;
    margin-top: 1rem;
}

@media only screen and (max-width: 768px) {
    .download-detail_main_body .imageCaption {
        font-size: 3.64583vw;
    }
}

.download-detail_main_subheading {
    font-weight: bold;
    border-bottom: 2px solid #ffc91e;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.6;
    word-break: break-all;
}

.download-detail_main_pager {
    border-top: 1px solid #c0b99d;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (min-width: 769px) {
    .download-detail_main_pager {
        padding-top: 50px;
        padding-bottom: 20px;
        margin-top: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .download-detail_main_pager {
        padding-top: 6.51042vw;
        padding-bottom: 3.90625vw;
        margin-top: 7.8125vw;
    }
}

.download-detail_main_pager_anchor {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

@media only screen and (max-width: 768px) {
    .download-detail_main_pager_anchor {
        font-size: 3.38542vw;
    }
}

.download-detail_main_pager_anchor i {
    color: #fa7839;
}

.download-detail_main_pager_anchor:hover {
    opacity: 0.7;
}

.download-detail_main_list {
    list-style-type: square;
    margin-bottom: 30px;
}

.download-detail_main_list li {
    margin-left: 16px;
}

.download-detail_block_regist {
    background-color: #FFFBDB;
    border: 2px solid #F7ED9E;
    border-radius: 5px;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    padding: 1.5em;
}

.download-detail_block_regist_text {
    font-weight: bold;
    color: #6c4e31;
    text-align: center;
    padding: 15px 0;
}

.download-detail_block_regist_text a {
    background-color: coral;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    color: #fff;
    display: inline-block;
    text-decoration: none;
}

.download-detail_block_profile_image {
    float: left;
    margin-right: 30px;
}

.download-detail_block_profile h4 {
    font-weight: bold;
    font-size: 16px;
}

.download-detail_block_special strong {
    font-weight: bold;
}

.download-detail_block_report {
    background-color: #faf8eb;
    border-top: 3px solid #ff6600;
    padding: 30px;
}

.download-detail_block_report h4 {
    color: #c49500;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
}

.download-detail_block_report strong {
    font-weight: bold;
}

/*download*/

.tabs {
    width: 1050px;
    margin: 80px auto 0;
}

.tabs-cover {
    display: block;
    height: 50px;
    z-index: 600;
    position: relative;
}

.tabs-cover::after {
    position: absolute;
    content: "";
    width: 620px;
    background: #FC9E6A;
    height: 2.5px;
    bottom: 0;
    left: 10px;
}

/*タブのスタイル*/

.tab_item {
    width: 19.7%;
    height: 70px;
    margin-right: 0.3%;
    border-bottom: 3px solid #FC9E6A;
    background-color: #EFECD5;
    line-height: 50px;
    font-size: 16px;
    color: #6c4e31;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-top-right: 6px;
    position: relative;
}

.tab_item p {
    width: 100%;
    height: auto;
    margin: 0;
    line-height: 1.2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.tab_item:hover {
    opacity: 0.9;
}

/*ラジオボタンを全て消す*/

input[name="tab_item"], input[name="tab_item-sp"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/

.tab_content {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
    background: #ffF;
    height: auto;
}

/*選択されているタブのコンテンツのみを表示*/

#all:checked~#all_content, #programming:checked~#programming_content, #design:checked~#design_content {
    display: block;
}

/*選択されているタブのスタイルを変える*/

.tabs input:checked+.tab_item {
    background-color: #FC9E6A;
    color: #fff;
}

.tabs input:checked+.tab_item a {
    height: 50px;
    width: 100%;
    display: inline-block;
    color: #fff;
}

.tabs label {
    font-size: 15px;
}

.tabs label a {
    color: #6c4e31;
    height: 50px;
    width: 100%;
    display: inline-block;
}

p.alphabet {
    background: #FFE6A8;
    border-radius: 5px;
    max-width: 100%;
    margin: 20px auto 0;
    z-index: 500;
    padding: 7px;
    padding-left: 15px;
    color: #765B2D;
    font-weight: bold;
}

.blank {
    background-color: #fff;
    width: 1100px;
    margin: 60px auto 0;
    z-index: 100;
    padding-bottom: 100px;
    padding-top: 70px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 2px 2px 5px 2px rgba(175, 171, 143, 0.15);
    border-radius: 5px;
}

.blank2 {
    background-color: #fff;
    width: 70%;
    padding-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    box-shadow: 2px 2px 5px 2px rgba(175, 171, 143, 0.15);
    border-radius: 5px;
    float: left;
}

.b-dwn {
    margin: 0 auto;
}

.b-dwn1 {
    padding: 30px 0 5px;
}

.b-dwn2 {
    padding: 5px 0 30px;
}

.button-dwn {
    border: #c0b99d 1px solid;
    width: 30px;
    height: 30px;
    margin-left: 3px;
    font-weight: bold;
    position: relative;
}

.button-dwn a {
    text-decoration: none;
    color: #8b4513;
    display: inline-block;
    height: 30px;
    width: 30px;
}

.button-dwn a p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.title-dwn {
    max-width: 100%;
    margin: 20px auto 0;
    padding: 0;
    border-top: #FFE6A8 solid 2px;
    border-bottom: #FFE6A8 solid 1px;
    color: #ff8042;
    font-weight: bold;
}

.title-dwn p {
    margin-top: 0.7em;
    margin-bottom: 0.7em;
}

.title-dwn2 p {
    font-weight: bold;
    margin: 0;
}

.title-dwn2 {
    max-width: 100%;
    margin: 20px auto 0;
    padding: 15px 0;
    border-top: #FFE6A8 solid 2px;
    border-bottom: #FFE6A8 solid 1px;
    color: #765B2D;
    font-weight: bold;
}

.dwn {
    max-width: 100%;
    margin: 0 auto 30px;
}

.flex {
    display: flex;
    margin: 0 auto;
}

.flex-dwn {
    margin-top: 20px;
    margin-bottom: 30px;
}

.flex-last {
    display: flex;
    margin: 0 auto;
}
.flex-last::after {
    display: block;
    content: "";
    width: 50%;
}

.dwn .left-img {
    width: 20%;
}

.dwn .right-exp {
    width: 80%;
    height: auto;
    padding-left: 30px;
    line-height: 1.5;
}

.flex-dwn p {
    margin-top: 10px;
}

.flex-dwn a {
    color: #6c4e31;
    font-weight: bold;
}

.box-yellow {
    background-color: #FFFBDB;
    border: 2px solid #F7ED9E;
    border-radius: 5px;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    padding: 1.5em;
}

.box-yellow p {
    font-weight: bold;
    color: #765B2D;
}

.register-box {
    background-color: coral;
    font-weight: bold;
    padding: 0.4em 2em;
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    color: #fff;
    display: inline-block;
    text-decoration: none;
}

.download-text1 {
    font-weight: bold;
    color: #6c4e31;
    text-align: center;
    margin: 0 auto 30px;
}

.download-text1 a {
    color: #ff8042;
}

.worksheet {
    width: 20%;
    margin-right: 3%;
    margin-bottom: 2%;
    margin-top: auto;
}

.worksheet img {
    width: 100%;
}

.worksheet-whole {
    width: 100%;
}

.worksheet-whole p {
    color: #000000;
}

.worksheet-img {
    align-items: flex-end;
}

.worksheet-contents {
    margin-top: 20px;
    line-height: 1.5;
}

.worksheet-contents a {
    color: #6c4e31;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

/*index3.html*/

.library-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.library-wrap div {
    width: 30%;
    margin-bottom: 50px;
}

.library-wrap div p {
    font-weight: bold;
    line-height: 1.5;
}

.download-text2 {
    margin-top: 30px;
    line-height: 1.5;
}

.dwn .right-exp2 {
    width: 30%;
    height: auto;
    padding-left: 10px;
    font-size: 0.7rem;
    line-height: 1.5;
    font-weight: bold;
}

.dwn .right-exp2 div {
    border-top: 1px solid #FFE6A8;
    border-bottom: 1px solid #FFE6A8;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px;
}

.square {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: coral;
    margin-right: 5px;
}

.square-y {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #FFE6A8;
    margin-right: 5px;
}

.dwn-manual p, .dwn-manual2 p {
    padding-left: 5px;
    margin: 0;
    display: inline-block;

}

.dwn-manual {
    background: #faf8eb;
    max-width: 100%;
    margin: 20px auto 0;
    padding: 0.3em;
    padding-left: 1em;
    font-weight: bold;
}

.dwn-manual2 p {
    font-size: 15px;
}

.dwn-manual2 {
    margin-top: 20px;
    color: #765B2D;
    font-weight: bold;
}

.manual {
    border-top: 1px solid #FFE6A8;
    margin-left: 10px;
    margin-right: 20px;
    padding-top: 5px;
}

.pdf {
    font-weight: bold;
    color: #765B2D;
    line-height: 1.7;
    text-align: center;
}

.pdf img {
    margin-top: 20px;
}

.pdf ul {
    list-style: none;
    text-align: left;
}

.pdf ul li {
    font-weight: bold;
    color: #765B2D;
    margin-top: 5px;
}

.pdf ul li a {
    color: #765B2D;
    text-decoration: underline;
}

.manual a {
    color: #765B2D;
}

.suggestion-wrap {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.pic-book {
    display: flex;
    width: 100%;
    margin: 20px auto;
}

.left-picbook {
    width: 150px;
}

.denshi-book {
    padding: 0.5em;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid coral;
    border-radius: 5px;
    margin-top: 20px;
    color: #765B2D;
    text-align: center;
}

.right-picbook {
    padding-left: 20px;
    line-height: 1.5;
    font-weight: bold;
    width: 300px;
}

.right-picbook p {
    line-height: 1.7;
}

.right-picbook a {
    padding-right: 10px;
    font-size: 14px;
    color: #8b4513;
    font-weight: bold;
}

.right-picbook p a::after {
    width: 5px;
    height: 5px;
    border-top: 2px solid coral;
    border-right: 2px solid coral;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    display: inline-block;
}

.right-picbook div {
    border-top: 1px solid #FFE6A8;
    border-bottom: 1px solid #FFE6A8;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px;
}

.manual-title {
    font-weight: bold;
}

.manual-title p {
    height: 10px;
    padding-left: 5px;
}

.flex-sp {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.dwn-menu {
    margin: 20px auto;
    border-top: 1px #FFE6A8 solid;
    width: 45%;
}

.dwn-menu p {
    margin-top: 10px;
    color: #765B2D;
}

@media only screen and (min-width: 769px) {
    .lay-footerNav_item {
        display: table;
    }
    .lay-footerNav_item a {
        display: table-cell;
        line-height: 1.15em;
    }
}

ul.lay-breadcrumb li:last-child {
    font-weight: bold;
}

/* 会員特典 */
 .temp_list ul li{
    position: relative;
    padding-left: 1rem;
    list-style-type: none;
    margin-top: 2rem;
  }
  .header_corabo_benefit {
    border-bottom: solid #f68c59;
    margin-bottom: 0.6em;
  }
  .temp_list ul li:before{
    width: 8px; /*点の幅*/
    height: 8px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: 0; /*点の位置*/
    top: 0.6em; /*点の位置*/
    content: "";
    background: #f68c59; /*点の色*/
  }
  .temp_list ul li .header_corabo_benefit{
    line-height: 2rem;
    font-size: 1.3rem;
    font-weight:bold;
  }
  .temp_list ul li .body{
    line-height: 1.5rem;
    font-size: 1.0rem;
  }

  ul.corabo_benefit {
    margin-left: 1.5rem;
  }
  .corabo_benefit {
    line-height: 1.5rem;
  }
  .corabo_benefit li {
    margin-top: 1rem !important;
  }
  .corabo_benefit li h4 {
    font-size: 1.1rem;
    font-weight: bold;
  }
  span.strong {
    font-weight: bold;
  }
