@charset "utf-8";

html,
body {
    overflow-x: hidden;
}

.blockDisplay {
    display: block;
}

body.responsiveBody {
    width: 100%;
    -webkit-text-size-adjust: 100%;
}

body.responsiveBody iframe {
    width: 100%;
}

body div#contents a {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

body div#contents a:hover {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: .8;
}

.kome {
    text-indent: -1em;
    padding-left: 1em;
}

#container {
    font-family: YakuHanJP, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック", sans-serif;
    width: 1080px;
    margin-bottom: 120px;
    font-size: 1rem;
}

.event-Warp h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 32px !important;
}

.event-Warp h2 span {
    display: block;
    text-align: center;
    margin-top: 12px;
}

.event-Warp h2 span img {
    width: 64px;
}

.view_sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .view_sp {
        display: block;
    }

    html #event251209 {
        font-size: 1.6rem;
        line-height: 1.5;
    }

    .event-Warp h2 {
        font-size: 24px;
        margin-bottom: 20px !important;
        text-align: left;
    }

    .event-Warp h2 span {
        margin-top: 2px
    }

    .event-Warp h2 span img {
        width: 52px;
    }

    #container {
        margin-bottom: 70px;
        width: 100%;
    }

    body.responsiveBody {
        min-width: 100%;
    }
}

.event-header {
    background: #001489;
    padding-bottom: 30px;
}

.price {
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    width: 849px;
    margin: 20px auto;
    padding: 8px 0 6px 0;
    ;
}

.price dl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.price dl dt {
    font-size: 32.024px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 1.281px;
}

.price dl dd {
    font-size: 14px;
    font-weight: 400;
    line-height: 133%;
    /* 18.62px */
}

@media screen and (max-width: 768px) {
    .event-header {
        padding-bottom: 10px;
    }

    .price {
        border-radius: 12px;
        border: 1px solid #D5EFFB;
        width: auto;
        margin: 30px 16px 20px 16px;
        padding: 20px 20px 8px 20px;
    }

    .price dl {
        display: block;
        position: relative;
    }

    .price dl dt {
        font-size: 22px;
        text-align: center;
        background: #001489;
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 30px;
    }

    .price dl dd {
        margin-bottom: 4px;
        text-indent: -1em;
        padding-left: 1em;
        line-height: 1.35;
    }

    .price dl dd div {
        margin-bottom: 8px;
    }

}



/* Button */
body div#contents .event-Warp .btn-wrap,
body div#contents .report .btn-wrap {
    max-width: 320px;
    margin: 0 auto;
}

div#contents .loginlink {
    text-align: center;
    margin: 20px 0;
    font-size: 14px;
    line-height: 1.5;
}

div#contents .loginlink .blockDisplay {
    font-size: 15px;
}

.btn-wrap.dmember {
    display: none;
}

div#contents .btn-wrap .strongTxt {
    font-weight: bold;
    font-size: 18px;
    display: block;
}

body div#contents .btn {
    width: 360px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.168);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.168);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: block;
    text-align: center;
}

body div#contents .btn56-red {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 16px;
    background-color: #eb4055;
    border: 1px solid #eb4055;
    padding: 5px 0 3px;
}

body div#contents p.btn-wrap-Applied {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #aaaaaa;
    border: 1px solid #aaaaaa;
    padding: 15px 0 10px;
    margin: 20px auto 10px;
}

body div#contents .btn56-blue {
    width: 100%;
    padding: 17px 0 15px;
    margin: 23px 0 40px;
    font-size: 17.5px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    background-color: #3695d6;
    border: 1px solid #3695d6;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.168);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.168);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media screen and (max-width: 768px) {
    div#contents .loginlink {
        margin-top: 12px !important;
        margin: 20px 0 0;
    }

    body div#contents .btn {
        width: 100%;
    }

    body div#contents .event-Warp .btn-wrap {
        margin: 28px auto 12px;
    }

    #offer {
        margin: 20px 0;
    }
}


/* イベント概要 */
.flexLayer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}

div#contents .section__title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 19px;
}

.event-Warp__list {
    border: 1px solid #DEDEDF;
    border-radius: 4px;
}

.event-Warp__list dl {
    justify-content: center;
    align-items: center;
    background: #e4e4e4;
    border-bottom: 1px solid #DEDEDF;
}

.event-Warp__list dl dt {
    font-weight: bold;
    font-size: 16px;
    background-color: #e4e4e4;
    max-width: 210px;
    width: 100%;
    text-align: center;
    padding: 16px;
}

.event-Warp__list dl dd {
    max-width: calc(100% - 210px);
    background: #fff;
    padding: 16px;
    width: 100%;
}

.event-Warp__list dl dd>ul>li {
    margin-bottom: 5px;
    font-size: 16px;
}

.event-Warp__list dl dd>ul>li:last-child {
    margin-bottom: 0;
}

.event-Warp__list dl dd>ul.decimal {
    padding-left: 18px;
}

.event-Warp__list dl dd>ul.decimal>li {
    list-style: decimal;
}

.event-Warp__list dl dd ul.feelings {
    margin-top: 20px;
}

.event-Warp__list dl dd ul.notesCution {
    margin-bottom: 20px;
}

.event-Warp__list dl dd ul.notesCution>li {
    font-size: 16px;
}

.event-Warp__list dl dd ul.asterisk>li {
    font-size: 16px;
    margin-bottom: 4px;
    text-indent: -1rem;
    padding-left: 1rem;
}

.event-Warp__list dl dd ul.asterisk>li .color_red {
    color: #F00;
}

div#contents #list a {
    text-decoration: underline;
    color: #1a1a1a;
}

.event-Warp__list dl dd>ul {
    margin-top: 8px;
}

@media screen and (max-width: 768px) {
    .event-Warp__list {
        border: none;
        border-radius: inherit;
    }

    .event-Warp__list dl {
        display: block;
        padding-bottom: 16px;
        border-bottom: 1px solid #DEDEDF;
        margin-bottom: 16px;
        background: transparent;
    }

    .event-Warp__list dl dt {
        margin: 0 0 8px 0;
        font-size: 20px;
        background: transparent;
        max-width: 100%;
        text-align: left;
        padding: 0;
    }

    .event-Warp__list dl dd {
        padding: 0;
        max-width: 100%;
        font-size: 16px;
        line-height: 1.6;
    }

    .event-Warp__list dl dd>ul>li {
        margin-bottom: 10px;
    }

    .event-Warp__list dl dd ul.asterisk>li,
    .event-Warp__list dl dd>ul>li,
    .event-Warp__list dl dd ul.notesCution>li,
    body div#contents .step__arrow-txt,
    body div#contents .event-Warpper .step__caution-txt,
    body div#contents .step__arrow-txt,
    div#contents .event-Warpper p.note.mt-1 {
        font-size: 16px;
        -webkit-text-size-adjust: 100%;
    }

    .event-Warp__list dl dd ul.asterisk>li {
        text-indent: -1.6rem;
        margin-left: 4px;
    }

    .event-Warp__list dl dd ul.notesCution.asterisk>li {
        text-indent: -1rem;
        margin-bottom: 8px;
    }

    .event-Warp__list dl dd>ul.decimal>li:last-child::marker {
        padding-left: 1rem;
    }

    #page-topbtn a,
    div#contents #list a,
    div#contents a:link,
    div#contents a:visited {
        -webkit-overflow-scrolling: touch;
    }

    .event-Warp__list dl dd>ul>li:last-child>.asterisk {
        margin-left: 0.8rem;
        margin-top: 0.8rem;
    }
}

/* PAGE TOP*/
#page-topbtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 78%;
}

#page-topbtn a {
    width: 44px;
    height: 44px;
    background: #3695d6;
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .08);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .08);
    display: block;
    position: relative;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

#page-topbtn a:hover {
    text-decoration: none;
}

#page-topbtn svg {
    width: 20px;
    height: 14px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}


/*** 案件オリジナル ***/
section {
    margin-top: 40px;
}




.event-box {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    color: #fff;
    background-color: #002654;
}

.event-box .contents-inner {
    width: 840px;
    margin: 0 auto;
    padding: 42px 0 52px 0;
}


.event-box-inner {
    border: 1px solid #fff;
    padding: 40px 110px 6px 110px;
}

div#contents .event-box h3,
div#contents .event-box p {
    text-align: center;
}

div#contents .event-box h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}

div#contents .event-box p {
    margin-bottom: 40px;
}


.event-inner-text dt {
    position: relative;
    padding-left: 30px;
    font-weight: 700;
    margin-bottom: 8px;
}

.event-inner-text dt::after {
    content: "";
    position: absolute;
    background-image: url(../images/ic_check.svg);
    background-size: 100%;
    left: 0;
    width: 20px;
    height: 26px;
    background-repeat: no-repeat;
    top: 2px;
}

.event-inner-text dt::after {
    content: "";
    position: absolute;
    background-image: url(../images/ic_check.svg);
    background-size: 100%;
    left: 0;
    width: 20px;
    height: 26px;
    background-repeat: no-repeat;
    top: 2px;
}

div#contents .event-inner-text dd {
    margin-bottom: 28px;
}

.price-guide {
    background: #ffffff;
    color: #002654;
    padding: 15px 15px 10px 15px;
    margin-top: 20px;
}

div#contents .price-guide h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 8px;
}

.price-guide div {
    border-bottom: 2px solid #DEDEDF;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #000;
}

.price-guide div:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.price-guide div span {
    font-size: 12px;
    font-weight: 400;
}

.price-guide div .notes {
    font-size: 10px;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .event-box {}

    .event-box .contents-inner {
        width: 100%;
        padding: 32px 16px;
    }

    .event-box-inner {
        padding: 32px 16px;
    }

    div#contents .event-box h3,
    div#contents .event-box p {
        text-align: left;
    }

    div#contents .event-box h3 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 16px;
        letter-spacing: -0.5px;
    }

    div#contents .event-box p {
        margin-bottom: 30px;
    }


    .event-inner-text dt {
        position: relative;
        padding-left: 30px;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .event-inner-text dt::after {
        content: "";
        position: absolute;
        background-image: url(../images/ic_check.svg);
        background-size: 100%;
        left: 0;
        width: 20px;
        height: 26px;
        background-repeat: no-repeat;
        top: 2px;
    }

    .event-inner-text dt::after {
        content: "";
        position: absolute;
        background-image: url(../images/ic_check.svg);
        background-size: 100%;
        left: 0;
        width: 20px;
        height: 26px;
        background-repeat: no-repeat;
        top: 2px;
    }

    div#contents .event-inner-text dd {
        margin-bottom: 28px;
    }

    .price-guide {
        background: #ffffff;
        color: #000;
        padding: 15px 15px 10px 15px;
        margin-top: 20px;
    }

    div#contents .price-guide h4 {
        color: #001489;
    }

    .price-guide div {
        padding-bottom: 10px;
        margin-bottom: 10px;
        color: #000;
        font-size: 15px;
        letter-spacing: -0.5px;
    }

    .price-guide div span {
        font-size: 11px;
    }

    .price-guide div .notes {
        font-size: 10px;
    }
}



.schedule-box {
    width: 840px;
    margin: 0 auto;
    padding: 40px 0 0 0;
}

.flex-item.time-table.event-box-flex-item {
    display: flex;
    gap: 50px;
}

div#contents .schedule-box h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

div#contents .time-table p {
    line-height: 1.6;
    font-size: 16px;
    margin: 0 0 4px 0;
}

div#contents .time-table-wrapper p {
    line-height: 1.4;
    font-size: 18px;
    margin: 0 0 2px 0;
    font-weight: 700;
}



.c-timeline__content {
    display: flex;
    position: relative;
    padding-left: 26px;
    padding-bottom: 18px;
}

.c-timeline__content:before {
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #999;
}

.c-timeline__content:after {
    content: "";
    position: absolute;
    left: calc(0px - 9px);
    top: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
    z-index: 1;
    border: 4px solid #999;
    border-radius: 50%;
}

.c-timeline__content.last:before {
    content: none;
}

.c-timeline__desc span {
    display: block;
    margin-top: 4px;
}

.c-timeline__title {
    width: 5em;
    flex-shrink: 0;
}

.c-timeline__desc span {
    font-weight: 400;
}

div#contents .time-table-wrapper p.notice {
    color: #464646;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    margin-left: -10px;
}

@media screen and (max-width: 768px) {
    .schedule-box {
        width: 100%;
        padding: 36px 16px 8px 16px;
    }

    .flex-item.time-table.event-box-flex-item {
        display: block;
    }

    div#contents .schedule-box h2 {
        text-align: center;
        font-size: 24px;
        font-weight: 700;
    }

    div#contents .time-table p {
        line-height: 1.6;
        font-size: 16px;
        margin: 0 0 4px 0;
    }

    div#contents .time-table-wrapper p {
        line-height: 1.4;
        font-size: 18px;
        margin: -4px 0 2px 0;
        font-weight: 700;
    }

    .c-timeline__content {
        display: flex;
        position: relative;
        padding-left: 26px;
        padding-bottom: 18px;
    }

    .c-timeline__content:before {
        left: 3px;
    }

    .c-timeline__content:after {
        left: calc(0px - 5px);
        top: 0;
        width: 10px;
        height: 10px;
    }

    .c-timeline__content.last:before {
        content: none;
    }

    .c-timeline__desc span {
        display: block;
        margin-top: 4px;
    }

    .c-timeline__title {
        width: 5em;
        flex-shrink: 0;
    }

    .c-timeline__desc span {
        font-weight: 400;
    }

    div#contents .time-table-wrapper p.notice {
        color: #464646;
        font-size: 16px;
        font-weight: 300;
        line-height: 140%;
        margin-left: 0;
        margin-bottom: 8px;
    }

    .schedule-box-inner .image {
        margin-top: 30px;
    }
}


div#contents a:link,
div#contents a:visited {
    color: #000;
    text-decoration: underline;
}

.outline-box {
    padding: 0px 20px;
    margin-top: 60px;
}

.entry-box {
    margin-top: 28px;
}

.event-header .event-title {
    margin: 0 auto !important;
}

.event-info p.notice {
    font-size: 14px;
    color: #fff;
}


div#contents .about-box {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background: #002654;
}

div#contents .about-box .inner {
    width: 980px;
    margin: 0 auto;
    border: none;
    padding: 60px 0 80px 0;
    background: #002654;
}

div#contents .about-box .inner h2 {
    color: #F4F4F4;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

div#contents .about-box .inner p.lead {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
}

div#contents .about-box .profile {
    border-radius: 4px;
    background: #FFF;
    padding: 32px;
    color: #002654;
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

div#contents .about-box .profile.first {
    flex-direction: row-reverse;
}

div#contents .about-box .profile .image {
    width: 120px;
    flex-shrink: 0;
}

div#contents .about-box .profile .image img {
    width: 100%;
    height: auto;
}

div#contents .about-box .profile h3 {
    color: #002654;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
}

div#contents .about-box .profile p {
    color: #002654;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 0 0;
}

@media screen and (max-width: 768px) {
    div#contents .about-box {}

    div#contents .about-box .inner {
        width: 100%;
        margin: 0 auto;
        border: none;
        padding: 43px 16px 43px 16px;
    }

    div#contents .about-box .inner h2 {
        text-align: left;
    }

    div#contents .about-box .inner p.lead {
        text-align: left;
    }

    div#contents .about-box .profile {
        padding: 25px 16px;
        margin-top: 32px;
        display: block;
    }

    div#contents .about-box .profile .image {
        float: right;
        margin-left: 20px;
    }

    div#contents .about-box .profile .image img {
        width: 100%;
        height: auto;
    }

    div#contents .about-box .profile h3 {
        font-size: 24px;
    }

    div#contents .about-box .profile h3 span {
        font-size: 20px;
        letter-spacing: -0.5px;
    }

    div#contents .about-box .profile p {
        color: #002654;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        margin: 0 0 0 0;
    }
}





@media screen and (min-width: 769px) {
    .outline-box {
        padding: 0px 20px;
        padding: 0;
    }

    .entry-box {
        margin-top: 40px;
    }
}

/* 769px以上のとき */
@media screen and (min-width: 769px) {
    .sp-only {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .pc-only {
        display: none;
    }
}