@charset "utf-8";

/* ------------------------------------------------------------
    gp-box コンポーネント
------------------------------------------------------------ */
.gp-box-wrap{
    border-radius: 5px;
    border: 5px solid #7dcbf1;
    padding: 0 15px;
    background: linear-gradient(to right, #ddf3fe 10%, #fff 10%);
}
.gp-box {
    display: table;
    width: 100%;
    line-height: 1.5;
}
.gp-box dl {
    display: table-row;
}
.gp-box dt,
.gp-box dd {
    display: table-cell;
    padding: 13px 0;
    border-top: 1px dotted #99aab4;
}
.gp-box dl:first-child dt,
.gp-box dl:first-child dt + dd {
    border-top: 0;
}
.gp-box dt {
    padding-right: 15px;
    background-color: #ddf3fe;
    color: #1493d3;
    width: 207px;
}
.gp-box dd {
    padding-left: 22px;
}
.gp-box dd label {
    margin-right: 17px;
}
.gp-box dd label:last-child {
    margin-right: 0px;
}
.gp-box dd hr {
    border: none;
    border-bottom: 1px dotted #99aab4;
    margin: 14px 0;
}
.gp-box--dt-w177 dt {
    width: 177px;
}
.btn--orange--gp {
    width: 300px;
}
.btn--orange--gpL {
    width: 370px;
}
.operate-area {
    text-align: center;
    margin: 35px 0;
}

.gp-box-wrap--check {
    background: linear-gradient(to right, #ddf3fe 3%, #fff 3%);
}
.gp-box-wrap--check dt {
     padding-right: 15px;
     padding-left: 15px;
     width: 20px;
}
.gp-box-wrap--check dd {
    padding-left: 15px;
}
.gp-box-textarea,
.gp-box-textarea:focus{
    border-radius: 5px;
    border: 5px solid #7dcbf1;
    padding: 15px;
    line-height: 1.5;
    height: 11em;
}

.gp-box-textareaConfirm {
    border-radius: 5px;
    border: 5px solid #7dcbf1;
    padding: 15px;
    line-height: 1.5;
}

/* ------------------------------------------------------------
    login
------------------------------------------------------------ */
.login {
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    border: 5px solid #7dcbf1;
    width: 540px ;
    padding-bottom: 30px;
}
.login-inner {
    padding: 0 85px;
}
.login__txt {
    margin: 25px 0 25px 0;
}
.login__ttl {
    text-align: center;
    font-size: 2.65rem;
    color: #fff;
    background-color: #7dcbf1;
    padding: 13px;
}
input.login__input {
    width: 100%;
    margin-bottom: 15px;
}
.btn--orange--login {
    width: 100%;
    margin: 8px 0 0 0;
}
.login__forget-pw {
    text-align: center;
    font-size: 1.3rem;
}
.page-login .contents { padding: 70px 0; }


/* ------------------------------------------------------------
    home
------------------------------------------------------------ */
/* あいさつ */
.greet-box {
    margin-bottom: 25px;
}
.greet-box__img {
    border-radius: 5px;
    background: url(../img/ttl_greet_01.jpg) no-repeat 0 0;
    background-size: cover;
    position: relative;
    width: 960px;
    height: 278px;
}
.greet-box__heading {
    margin: 0;
    position: absolute;
    top: 10px;
    left: 215px;
    width: 890px;
    font-family:
        '游ゴシック体',
        'Yu Gothic',
        'ヒラギノ角ゴ Pro W3',
        'Hiragino Kaku Gothic Pro',
        'メイリオ',
        Meiryo,
        'ＭＳ ゴシック',
        Osaka,
        sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 2.0;
    letter-spacing: -0.035em;
}
.greet-box__txt {
    margin: 0;
    position: absolute;
    top: 37px;
    right: 35px;
    width: 890px;
    font-family:
        '游ゴシック体',
        'Yu Gothic',
        'ヒラギノ角ゴ Pro W3',
        'Hiragino Kaku Gothic Pro',
        'メイリオ',
        Meiryo,
        'ＭＳ ゴシック',
        Osaka,
        sans-serif;
    font-weight: bold;
    color: #fff;
    line-height: 1.9;
    letter-spacing: -0.035em;
}
.greet__txt span {
    display: block;
    text-align: right;
}
.greet-box__txt_add {
    margin: 0;
    position: absolute;
    top: 208px;
    left: 35px;
    width: 890px;
    font-family:
        '游ゴシック体',
        'Yu Gothic',
        'ヒラギノ角ゴ Pro W3',
        'Hiragino Kaku Gothic Pro',
        'メイリオ',
        Meiryo,
        'ＭＳ ゴシック',
        Osaka,
        sans-serif;
    font-weight: bold;
    color: #fff;
    line-height: 1.9;
    letter-spacing: -0.035em;
}

/* 更新情報 */
.news-box {
    border: 5px solid #ebebeb;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 25px;
    position: relative;
}
.news-box-inner {
    margin: 15px;
}
.news-box__lnk {
    position: absolute;
    top: 18px;
    right: 15px;
    line-height: 1.0;
    background-position: 0 0 !important;/* アイコン位置上書き */
}
.news-box__list {
    line-height: 1.5;
}
.news-box__list dt {
    float: left;
    width: 7em;
    margin: 0.8em 0;/* デフォルトpと同値 */
}
.news-box__list dd {
    border-bottom: 1px dotted #ccc;
    padding-left: 7em;
    margin: 0;/* デフォルト上書き */
}
.news-box__list dt:first-child {
    margin-top: 0;
}
.news-box__list dd:last-child {
    border-bottom: 0;
}

/* 学びのコーナー・相談室 */
.learn-box {
    vertical-align: top;
    display: inline-block;
    width: 457px;
    border: 5px solid #7dcbf0;
    background: #fff;
    border-radius: 5px;
    margin-right: 26px;
}
.learn-box__ttl {
    background: #7dcbf0;
    padding-left: 15px;
}
.learn-box__txt {
    margin-bottom: 20px;
}
.learn-box__list li p:first-child {
    font-weight: bold;
}
.consult-box {
    vertical-align: top;
    display: inline-block;
    width: 457px;
    border: 5px solid #ffc133;
    background: #fefedf;
    border-radius: 5px;
}
.consult-box__ttl {
    background: #ffc133;
    padding-left: 15px;
}
.consult-box__list__item__q {
    color:#ffa800;
    padding-left: 30px;
    padding-bottom: 8px;
    background: url(../img/ico_question.png) no-repeat 0 0;
    background-size: 23px 25px;
    font-weight: bold;
    margin-bottom: -3px;
}
.consult-box__member {
    border:1px solid #ffc133;
    border-radius: 5px;
    background-color: #fff;
    padding: 10px;
    font-size: 1.2rem;
}
.consult-box__member b {
    color: #ffa800;
    display: block;
    margin-bottom: 5px;
    font-size: 1.4rem;
}
.consult-box__btn {
    text-align: center;
    margin: 25px 0;
}
.learn-box-inner,
.consult-box-inner {
    margin: 15px;
    padding-bottom: 10px;
}
.learn-box__list li,
.consult-box__list li {
    border-bottom: 1px dotted #cbcbcb;
    margin: 17px 0;
    padding-bottom: 5px;/* 微調整 */
}
.learn-box__list li:last-child,
.consult-box__list li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

/* お問合せボタン */
.mail-box {
    margin-top: 26px;
}
.mail-box .btn--blue {
    width: 100%;
    font-size: 1.8rem;
    padding: 18px 0;
}

/* 学習療法パートナー向けオンライン特別企画開催のお知らせ */
.page_special_event_held h2 {
    font-size: 170%;
}
.page_special_event_held h3 {
    font-size: 140%;
}
.page_special_event_held h4 {
    font-size: 120%;
}
.pseh-titlecolor {
    color: rgb(74, 74, 74);
}
.pseh-flex {
    display: flex;
    justify-content: space-between;
}
.pseh-block {
    display: block;
    margin-left: 16px;
}
.pseh-subtitle {
    font-size: 110%;
}
.pseh-list_arrow li a {
    padding-left: 20px;
    padding-bottom: 2px;
    background-size: contain;
    background: url('../img/ico_arrow3.png') no-repeat 0 center;
    color: #17a1e6;
    text-decoration: underline;
}
.pseh-list_arrow li:not(:last-of-type) {
    margin-bottom: 15px;
}
.pseh-center {
    text-align: center;
}
.pseh-ul {
    line-height: 1.5;
}
.pseh-ol {
    list-style-type: none;
    margin: 0;
}
.pseh-ol li {
    line-height: 1.8;
}
.pseh-ol-div {
    display: block;
    padding-left: 18px;
    line-height: 1.6;
}
.pseh-ol-div span {
    color: red;
}
.pseh-list_arrow li a:hover {
    text-decoration: none;
}
.pseh-mb10 {
    margin-bottom: 10px;
}
.pseh-mb20 {
    margin-bottom: 20px;
}
.pseh-mb30 {
    margin-bottom: 30px;
}
.pseh-mb50 {
    margin-bottom: 50px;
}
.span-add-txt {
    margin-left: 10px;
    font-size: 16px;
}
.greet-box__txt .pseh-link {
    color: #333;
    text-decoration: underline;
    line-height: 1.6;
}
.greet-box__txt .pseh-link:hover {
    text-decoration: none;
}

.sec-exclusive-style:nth-of-type(n + 2) {
    margin: 40px 0 0 0;
}
.exclusive-style-ttl {
    border-left: 6px solid #64bfec;
    padding-left: 10px;
}
.exclusive-style-ttl:nth-of-type(n + 2) {
    margin: 30px 0 0 0;
}
.exclusive-style-txt {
    margin: 10px 17px 10px 17px;
}
.exclusive-style-ol {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0 0;
}
.exclusive-style-ol li a.exclusive-style-wrap {
    width: 300px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #e4f5fd;
    border-radius: 10px;
    height: 100%;
}
.exclusive-style-ol li a:hover {
    text-decoration: none;
}
.exclusive-style-ol p {
    text-align: left;
}
.exclusive-style-ol .exclusive-style-top {
    background-color: #06a46f;
    border-radius: 10px 10px 0 0;
    padding: 20px 20px 0 20px;
    height: 100%;
}
.exclusive-style-ol a:hover.exclusive-style-top {
    text-decoration: none;
}
.exclusive-style-ol .exclusive-style-top h4 {
    color: #fff;
}
.exclusive-style-ol .exclusive-style-top p {
    margin: 20px 0 15px 0;
    color: #fff;
    border-top: 1px solid #fff;
    padding: 10px 0 0 0;
}
.exclusive-style-ol li .exclusive-style-bottom {
    display: flex;
    align-items: flex-end;
    padding: 20px;
}
.exclusive-style-ol li .exclusive-style-bottom .md-img-hover {
    position: relative;
    cursor: pointer;
}
.exclusive-style-ol li .exclusive-style-bottom .md-img-hover figure {
    margin: 0 0;
}
.exclusive-style-ol li .exclusive-style-bottom .md-img-hover:hover .figure-img-wrap img {
    filter: brightness(30%);
}
.exclusive-style-ol li .exclusive-style-bottom .md-img-hover:hover .figure-img-wrap .figure-txt-wrap {
    opacity: 1;
}
.exclusive-style-ol li .exclusive-style-bottom img {
    width: 260px;
    transition: .3s;
}
.exclusive-style-ol li .exclusive-style-bottom .figure-txt-wrap {
    opacity: 0;
    transition: .3s;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    color: #fff;
}
.exclusive-style-ol li .exclusive-style-bottom .figure-txt-wrap .figure-txt-box {
    position: relative;
    width: 100%;
    height: 100%;
}
.exclusive-style-ol li .exclusive-style-bottom .figure-txt-wrap .figure-txt-box > p {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%,-50%);
    font-size: 16px;
}
.exclusive-style-ul {
    background-color: #e4f5fd;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0 0 0;
}
.exclusive-style-ul li:nth-of-type(n + 2) {
    margin: 10px 0 0 0;
}
.exclusive-style-con-left-ul li:nth-of-type(n + 2) {
    margin: 10px 0 0 0;
}
.exclusive-style-container {
    display: flex;
}
.exclusive-style-container .exclusive-style-con-left {
    width: 540px;
    padding: 10px 17px 10px 17px;
    box-sizing: border-box;
    margin: 0;
}
.exclusive-style-container .exclusive-style-con-left-ul {
    margin: 5px 0 0 0;
}
.exclusive-style-container .exclusive-style-con-left-ul:nth-of-type(n + 2) {
    margin: 10px 0 0 0;
}
.exclusive-style-container .exclusive-style-con-right {
    width: 260px;
    margin: 0 0 0 0;
    background-color: #e4f5fd;
    border-radius: 10px;
    padding: 10px;
}
.exclusive-style-container .exclusive-style-con-right img {
    width: 260px;
}
.exclusive-style-table-ttl {
    margin: 20px 0 10px 0;
}
.exclusive-style-table {
    display: table;
    table-layout: fixed;
    width: 85.5%;
    border: 1px solid #333;
}
.exclusive-style-table thead th {
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    text-align: center;
    display: table-cell;
    padding: 10px;
    background-color: #e4f5fd;
}
.exclusive-style-table tbody td {
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    text-align: center;
    display: table-cell;
    padding: 10px;
}
.exclusive-style-ma-add {
    margin: 0 0 0 17px;
}
.exclusive-style-lh {
    line-height: 1.5;
    margin: 20px 0 0 20px;
}
.js-es-md-lock {
    overflow: hidden;
    padding-right: 8.5px;
}
.exclusive-style-ol .es-md-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    z-index: 9999;
}
.exclusive-style-ol .es-md-contents {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    overflow: hidden;
    transform: translate(-50%, -50%);
    z-index: 100000;
}
.exclusive-style-ol .es-md-inner {
    padding: 24px 40px;
    background: #fff;
    height: auto;
}
.exclusive-style-ol .es-md-inner img {
    width: 600px;
    height: 447px;
    vertical-align: middle;
}
.exclusive-style-ol .es-md-xmark {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 22px;
    z-index: 9999;
    cursor: pointer;
}
.exclusive-style-ol .es-md-xmark span {
    height: auto;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
}
.exclusive-style-ol .es-md-xmark span:nth-of-type(1) {
    top: 0;
    transform: translateY(10px) rotate(-45deg);
}
.exclusive-style-ol .es-md-xmark span:nth-of-type(2) {
    bottom: 0;
    transform: translateY(-10px) rotate(45deg);
}
.learning-support-box__list li.margin-re {
    margin: 0 0;
}

/* ------------------------------------------------------------
    news
------------------------------------------------------------ */
.gp-box-wrap--news {
    border-color: #ebebeb;
    background: 0;
}
.gp-box-wrap--news dt {
    background: 0;
    padding-right: 0;
    width: 6em;
    vertical-align: top;
    color:#333;
}
.gp-box-wrap--news dt,
.gp-box-wrap--news dd {
    padding-top: 18px;
    padding-bottom: 18px;
}


/* ------------------------------------------------------------
    account
------------------------------------------------------------ */
.account__txt { margin: 30px 0; }


/* ------------------------------------------------------------
    consult
------------------------------------------------------------ */
.progress {
    margin: 30px 0;
}
.progress__list {
    position: relative;
    display: inline-block;
    margin-left: 13px;
    width: 307px;
    text-align: center;
    background-color: #f3f3f3;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    font-size: 1.5rem;
}
.progress li:first-child {
    margin-left: 0;
}
.progress li:first-child .progress__list__tri--del {
    display: none;
}
.progress__list__tri--add {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22.5px 0 22.5px 13px;
    border-color: transparent transparent transparent #f3f3f3;
    position: absolute;
    top: 0;
    right: -13px;
}
.progress__list__tri--del {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22.5px 0 22.5px 13px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0;
    left: 0;
}

/* アクティブ */
.state {
    background-color: #5aaadb;
    color: #fff;
}
.state .progress__list__tri--add {
    border-color: transparent transparent transparent #5aaadb;
}

input[name="consult-age"] { width: 10%; }
.q-txt { vertical-align: top; }


/* ------------------------------------------------------------
    consult-dtl
------------------------------------------------------------ */
.consult-dtl {
    margin: 30px auto;
    border-radius: 5px;
    border: 5px solid #ffc033;
    width: 675px;
    background-color: #fefedf;
}
.consult-dtl__ttl{
    color: #fff;
    padding: 20px 15px 25px 53px;
    background: url(../img/ico_question_wh.png) no-repeat 15px 15px;
    background-size: 25px 28px;
    font-weight: bold;
    font-size: 1.6rem;
    background-color: #ffc033;
}
.consult-dtl__content{
   margin: 15px;
}
.consult-dtl__content dt{
    border-bottom: 1px dotted #b2b29a;
    color: #fea900;
    padding-bottom: 20px;
}
.consult-dtl__content dt,
.consult-dtl__content dd{
    position: relative;
    padding-left: 45px;
    margin: 0;
}
.consult-dtl__content dd {
    margin-top: 20px;
}
.consult-dtl__qa-icon {
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 2.5rem;
}
.consult-dtl__q,
.consult-dtl__a { line-height: 1.8; }
.consult-dtl__q { font-weight: bold; }
.consult-dtl .operate-area { margin: 30px 0; }
.btn--orange--consult-dtl { width: 200px; }



/* ------------------------------------------------------------
    学習状況連絡票フォーム
------------------------------------------------------------ */
.inpTtl {
    display: inline-block;
    color: #1493d3;
}
h2 .notes {
    font-size: 1.2rem;
    color: #929292;
    margin-left: 20px;
    vertical-align: bottom;
}
