@charset "UTF-8";
.pageMv_wrap {
    background:none;
    padding-bottom: 112px;
}
.pageMv_ttl.is-ver2 {
    top: 92px;
}
/*event_top*/
.eventLst_cnt h2 {
    font-size: 26px;
    line-height: 1;
    font-weight: 500;
    color: #5cbea3;
    text-align: center;
}
.eventLst_cnt h2 span {
    background-image: linear-gradient(rgba(252, 255, 0, .32), rgba(252, 255, 0, .32));
    background-position: 0 100%;
    background-size: 100% 17px;
    background-repeat: repeat-x;
    padding: 0 .5em .25em;
}
.eventLst_box {
    padding-top: 55px;
    border-radius: 20px;
}
.eventLst_item {
    position: relative;
    z-index: 2;
}
.eventLst_item::before {
    background-size: 4px 4px;
    content: '';
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 20px;
}
.eventLst-img source,
.eventLst-img img {
    border-radius: 20px 20px 0 0;
}
.eventLst_item.is-ver1::before {
    background-image: repeating-linear-gradient(-45deg, #45c0ed 0px, #45c0ed 2px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
}
.eventLst_item.is-ver2::before {
    background-image: repeating-linear-gradient(-45deg, #ff8b84 0px, #ff8b84 2px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
}
.eventLst-cnt {
    background: #fff;
    padding: 30px 40px 25px;
    border-radius: 0 0 20px 20px;
}
.eventLst-btn_wrap {
    padding-top: 25px;
}
.eventLst-txt {
    line-height: 1;
    font-weight: 500;
}
.eventLst-date li {
    padding-top: 16px;
}
/*detail*/
.event_wrap {
    background: url(../img/event_bg.png) no-repeat center top;
    background: url(../webp/event_bg.webp) no-repeat center top;
}
.eventDtlTop_wrap {
    padding: 40px 0 0;
}
.eventDtlTop_in {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    box-sizing: border-box;
}
.eventDtlTop_in.is-eventTop {
    max-width: 1000px;
}
.dtl_read{
    font-size: 32px;
    line-height: 1.56;
    font-weight: 500;
    color: #5cbea3;
    text-align: center;
    margin-bottom: 62px;
}
.dtl_read span{
    background-image: linear-gradient(rgba(252, 255, 0, .32), rgba(252, 255, 0, .32));
    background-position: 0 100%;
    background-size: 100% 18px;
    background-repeat: repeat-x;
    padding: 0 .2em;
    padding-bottom: 4px;
}
.dtl_main {
    text-align: center;
}
.dtl_main img {
    width: 100%;
    max-width: 800px;
    height: auto;
}
.info_wrap {
    padding: 52px 0 66px;
}
.info_wrap.is-middle {
    margin-top: -100px;
    padding: 52px 0 110px;
}
.info_wrap.is-end {
    padding-bottom: 0;
}
.info-txt {
    font-size: 24px;
    line-height: 1.56;
    font-weight: 500;
    color: #ff6550;
    text-align: center;
}
.info-txt + .c-btn,
.info-txt + .info-btn {
    margin-top: 20px;
}
.info-btn {
    width: 100%;
    max-width: 690px;
    height: 80px;
    margin: 0 auto;
    box-sizing: border-box;
}
.info-btn a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #ff6550;
    color: #fff;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
}
.info-btn a:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 28px;
    top: 50%;
    margin-top: -9px;
    transform:rotate(90deg);
    background: url(../svg/c-btn_arw.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.info-btn.ver2 a:before {
    transform: rotate(0deg);
}
.info-btn a span {
    display: inline-block;
    position: relative;
    z-index: 3;
    padding-right: 28px;
}

.eventDtl_wrap {
    background: #fbfbfb;
    padding: 92px 0 120px;
    position: relative;
}
.eventDtl_wrap:before,
.eventDtl_wrap:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
}
.eventDtl_wrap:before {
    height: 20px;
    top: -2px;
    background: url(../img/top_bg_down.png) no-repeat center bottom / 100% auto;
    background: url(../webp/top_bg_down.webp) no-repeat center bottom / 100% auto;
}
.eventDtl_wrap:after {
    height: 20px;
    bottom: -2px;
    background: url(../img/top_bg_up.png) no-repeat center top / 100% auto;
    background: url(../webp/top_bg_up.webp) no-repeat center top / 100% auto;
}
.eventDtl_in {
    width: 100%;
    max-width: 914px;
    margin: 0 auto;
    box-sizing: border-box;
}
.eventRead_wrap {
    margin-bottom: 100px;
}
.eventRead_wrap .ttl {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 64px;
    text-align: center;
    color: #23b597;
}
.eventRead_wrap .ttl span {
    background-image: linear-gradient(#f3faf8, #f3faf8);
    background-position: 0 100%;
    background-size: 100% 18px;
    background-repeat: repeat-x;
    padding: 0 .2em;
    padding-bottom: 4px;
}
.eventRead_wrap .txt {
    font-size: 18px;
    line-height: 1.88;
    font-weight: 500;
}
.eventReco_wrap {
    border: 1px solid #5cbea3;
    background: #fff;
    border-radius: 20px;
    padding:82px 100px 58px;
    margin-bottom: 100px;
    position: relative;
}
.eventReco_wrap .ttl {
    width: 254px;
    height: 70px;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.eventReco_wrap .ttl:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: url(../svg/cloud_grn2.svg) no-repeat center / 100% auto;
}
.eventReco_wrap .ttl span {
    display: inline-block;
    position: relative;
    z-index: 2;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
}
.eventReco_box .lst {
    font-size: 22px;
    line-height: 1.81;
    font-weight: 500;
}
.eventReco_box .lst li {
    padding: 0 18px;
    border-bottom: 1px dotted #d0dcd8;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.eventReco_box .lst li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.eventReco_box .lst li .is-icn {
    display: inline-block;
    position: relative;
    padding-left: 36px;
}
.eventReco_box .lst li .is-icn:before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 10px;
    background: url(../svg/icn_ck.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.eventInfo_wrap {
    border: 1px solid #5cbea3;
    background: #fff;
    border-radius: 20px;
    padding:92px 76px 58px;
    margin-bottom: 100px;
    position: relative;
}
.eventInfo_wrap .ttl {
    width: 196px;
    height: 70px;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.eventInfo_wrap .ttl:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: url(../svg/cloud_grn.svg) no-repeat center / 100% auto;
}
.eventInfo_wrap .ttl span {
    display: inline-block;
    position: relative;
    z-index: 2;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
}
.eventInfo_cnt {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px dotted #d0dcd8;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.eventInfo_cnt:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.eventInfo_cnt .mds {
    width: 112px;
    font-size: 18px;
    line-height: 1.666;
    font-weight: 500;
}
.eventInfo_cnt .box {
    width: -webkit-calc(100% - 112px);
    width: calc(100% - 112px);
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1.666;
    font-weight: 500;
}
.eventInfo_cnt .box .add {
    font-size: 12px;
}
.eventInfo_cnt .box .is-grn {
    color: #5cbea3;
}
.eventInfo_cnt .box .is-red {
    color: #ff6969;
}
.eventInfo_cnt .box ul li {
    position: relative;
    padding-left: 18px;
}
.eventInfo_cnt .box ul li span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.eventSpeaker_wrap {
    border: 1px solid #5cbea3;
    background: #fff;
    border-radius: 20px;
    padding:82px 100px 58px;
    position: relative;
}
.eventSpeaker_wrap .ttl {
    width: 196px;
    height: 70px;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.eventSpeaker_wrap .ttl:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: url(../svg/cloud_grn.svg) no-repeat center / 100% auto;
}
.eventSpeaker_wrap .ttl span {
    display: inline-block;
    position: relative;
    z-index: 2;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
}
.eventSpeaker_name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.eventSpeaker_name>.img {
    width: 290px;
    border-radius: 10px;
    overflow: hidden;
}
.eventSpeaker_name>.img source,
.eventSpeaker_name>.img img {
    width: 100%;
    height: 215px;
    object-fit: cover;
    object-position: center;
}
.eventSpeaker_name>.box {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    box-sizing: border-box;
    padding-left: 76px;
}
.eventSpeaker_name .post {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
    color: #5cbea3;
}
.eventSpeaker_name .name {
    font-size: 28px;
    line-height: 1.6;
    font-weight: 500;
}
.eventSpeaker_name .name span {
    font-size: 18px;
}
.eventSpeaker_career {
    border-top: 1px dotted #d0dcd8;
    padding-top: 40px;
    margin-top: 48px;
}
.eventSpeaker_career dt {
    font-size: 16px;
}
.eventSpeaker_career dd {
    font-size: 14px;
    line-height: 1.85;
    font-weight: 500;
}
/*form*/
.request_wrap {
    background: #fff;
    padding: 80px 0 70px;
    position: relative;
}
body.event.confirm .request_wrap,
body.event.end .request_wrap {
    padding-top: 0;
}
.request_in {
    width: 100%;
    max-width: 856px;
    margin: 0 auto;
    box-sizing: border-box;
}
.request_ttl {
    font-size: 32px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 64px;
    text-align: center;
    color: #23b597;
}
.request_ttl span {
    background-image: linear-gradient(#f3faf8, #f3faf8);
    background-position: 0 100%;
    background-size: 100% 18px;
    background-repeat: repeat-x;
    padding: 0 .2em;
    padding-bottom: 4px;
}
.reqEnd_wrap {
    text-align: center;
}
.reqEnd_wrap .ttl {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 40px;
}
.reqEnd_wrap .txt {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
}
.reqBtn_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row-reverse;
    margin-top: 40px;
}
.reqBtn_wrap .c-btn {
    margin: 0 10px;
}
.c-btn.is-gry {
    max-width: 260px;
}
.c-btn.is-gry a:before {
    right: auto;
    left: 24px;
    transform: none;
    translate: 0 -50%;
    rotate: 180deg;
}
.c-btn.is-gry a span {
    padding-right: 0;
    padding-left: 24px;
}
.reqForm_box {
    margin-top: 44px;
}
.reqForm_flx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.reqForm_flx .reqForm_box {
    margin-top: 0;
}
.reqForm_box .ttl {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 10px;
}
.reqForm_box .his {
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 25px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    background: #01c69a;
    box-sizing: border-box;
    padding-top: 4px;
    margin-left: 24px;
}
.reqForm_box .box {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    box-sizing: border-box;
}
.reqForm_box .lst.is-ver2 {
    margin-top: -20px;
}
.reqForm_box .lst.is-ver2 li {
    margin-top: 20px;
}
.reqForm_box .lst.is-ver2 li.is-add-lst {
    margin-top: 10px;
    padding-left: 32px;
}
.reqForm_privacy {
    text-align: center;
    margin-top: 30px;
}
.reqForm_privacy .ttl {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
}
.reqForm_privacy .ttl a {
    color: #01c69a;
}
.confirm .reqForm_box .his {
    display: none;
}
.confirm .reqForm_flx {
    justify-content: flex-start;
}
.confirm .reqForm_flx .reqForm_box {
    width: 100px;
}
.error {
    color: #c10303;
    margin-top: .6em;
    font-size: 14px;
    font-weight: 500;
}
/*part*/
fieldset {
    border: none;
}
legend {
    display: none;
}
label {
    cursor: pointer;
}
label input[type="radio"],
label input[type="checkbox"] {
    visibility: hidden;
    outline-color: #01c69a;
}
label input[type="radio"] + span,
label input[type="checkbox"] + span {
    position: relative;
    display: inline-block;
    padding-left: 32px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    box-sizing: border-box;
}
label input[type="radio"] + span:before,
label input[type="checkbox"] + span:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
}
label input[type="radio"] + span:after,
label input[type="checkbox"] + span:after {
    display: block;
    position: absolute;
    top: -4px;
    left: 2px;
    width: 13px;
    height: 20px;
    border-bottom: 3px solid #21977d;
    border-right: 3px solid #21977d;
    transform: rotate(40deg);
    box-sizing: border-box;
}
label input[type="radio"]:checked + span:before,
label input[type="checkbox"]:checked + span:before {
    border: 1px solid #01c69a;
}
label input[type="radio"]:checked + span:after,
label input[type="checkbox"]:checked + span:after {
    content: "";
}
input[type=text],
input[type=tel],
input[type=email],
input[type=date],
input[type=number] {
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    box-sizing: border-box;
    outline-color: #01c69a;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    box-sizing: border-box;
    outline-color: #01c69a;
}
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    background: transparent;
    box-sizing: border-box;
    outline-color: #01c69a;
}
select,
input[type=text],
input[type=tel],
input[type=email],
input[type=date],
input[type=number],
textarea {
    background: #fff;
    border: 1px solid #d4d4d4;
    width: 100%;
    height: 44px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 0 14px;
    border-radius: 3px;
}
select {
    background:#fff url(../svg/entry_arw.svg) no-repeat right 14px center / 16px auto;
    padding-right: 40px;
}
textarea {
    height: 176px;
    padding: 14px;
    line-height: 1.6;
}
.is-wid1 {
    width: 400px !important;
}
.is-wid2 {
    width: 200px !important;
}
.c-btn.is-gry a span, .c-btn.is-gry button span {
    padding-right: 0;
    padding-left: 24px;
}
.c-btn.is-gry a:before, .c-btn.is-gry button:before {
    right: auto;
    left: 24px;
    transform: none;
    translate: 0 -50%;
    rotate: 180deg;
}
.dtlTtl-sub {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
}
.dtlImg_wrap img {
    width: 100%;
    height: auto;
}
.eventSpeaker_name>.img.is-ver2 img {
    height: auto;
}
.eventSpeaker_box.is-ver2 {
    margin-top: 50px;
    border-top: 1px solid #5cbea3;
    padding-top: 50px;
}
body.event.end .request_wrap.is-ver2 {
    background: #fbfbfb;
    padding: 92px 0 90px;
    position: relative;
}
body.event.end .request_wrap.is-ver2 .request_in {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.01);
    position: relative;
    padding: 130px 68px 86px;
}
.reqEndP_wrap ,
.reqEndG_wrap {
    text-align: center;
}
.reqEndP_wrap {
    margin: -17px 0 50px;
}
.reqEndP-txt {
    font-size: 16px;
    line-height: 1.875;
    font-weight: 500;
    padding-bottom: 28px;
    margin-bottom: 32px;
    border-bottom: 3px solid #01c69a;
}
.reqEndP-ttl {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    padding-top: 59px;
    margin-bottom: 32px;
    background: url(../svg/icn_present_lg.svg) no-repeat center top;
    background-size: 42px auto;
}
.reqEndP-tx {
    font-size: 16px;
    line-height: 1.875;
    margin-bottom: 32px;
    font-weight: 500;
}
.reqEndP-tx span {
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #ff914d; /* 線の色を指定 */
    text-decoration-thickness: 4px;
    color: #20b491;
}
.reqEndG_wrap {
    margin-bottom: 120px;
}
.reqEndG-ttl {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    padding-top: 71px;
    margin-bottom: 20px;
    background: url(../svg/icn_light_or.svg) no-repeat center top;
    background-size: 49px auto;
}
.reqEndG_list {
    margin: 0 -68px 48px;
    background: #e0f8f3;
    padding: 32px 0;
    text-align: left;
    display: flex;
    justify-content: center;
}
.reqEndG_list ul li {
    padding-left: 32px;
    line-height: 1;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    margin-bottom: 14px;
}
.reqEndG_list ul li::before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    z-index: 9;
    width: 23px;
    height: 23px;
    background: url(../svg/icn_check_or.svg) no-repeat center center;
    background-size: 100% auto;
}
.reqEndG_list ul li:last-child {
    margin-bottom: 0;
}
.reqEndG-txt {
    font-size: 16px;
    line-height: 1.875;
    font-weight: 500;
}
.reqBtn2_wrap .c-btn {
    margin-bottom: 28px;
}
.reqBtn2_wrap .c-btn:last-child {
    margin-bottom: 0;
}
.eventSpeaker_name>.img.pos-top source,
.eventSpeaker_name>.img.pos-top img {
    object-position: top;
}
.eventSpeaker_name>.img.is-large source,
.eventSpeaker_name>.img.is-large img {
    height: 230px;
}
@media (min-width: 896px) {
    .eventLst_wrap {
        display: flex;
        justify-content: space-between;
        padding-bottom: 155px;
    }
    .eventLst-txt {
        position: relative;
    }
    .eventLst-ttl {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
    }
    .eventLst-date li:nth-child(1) {
        padding-top: 0;
    }
    .eventLst-date {
        padding-left: 85px;
        min-height: 120px;
    }
    .reqForm_privacy .ttl a:hover {
        text-decoration: underline;
    }
    body.confirm .reqBtn_wrap .c-btn button {
        width: 360px;
    }
    body.confirm .reqBtn_wrap .c-btn.is-gry button {
        width: 260px;
    }
    .info-btn a:hover {
        opacity: .8;
    }
}
@media only screen and (max-width: 896px) {
    .dtl_main img {
        width: 100%;
        height: auto;
    }
    .pageMv_wrap {
        padding-bottom: 32px;
    }
    .pageMv_ttl.is-ver2 {
        top: 48px;
    }
    /*event_top*/
    .eventLst_cnt h2 {
        font-size: 18px;
    }
    .eventLst_wrap {
        padding: 0 20px 50px 10px;
    }
    .eventLst_in:nth-child(2) {
        padding-top: 65px;
    }
    .eventLst_cnt h2 span {
        background-size: 100% 8px;
        padding: 0 .3em .1em;
    }
    .eventLst_box {
        padding-top: 25px;
    }
    .eventLst-img source,
    .eventLst-img img {
        width: 100%;
        height: auto;
    }
    .eventLst-cnt {
        padding: 25px 18px 20px;
    }
    .eventLst-btn_wrap {
        padding-top: 23px;
    }
    .eventLst-date li {
        padding-top: 11px;
    }
    .eventLst-btn_wrap .c-btn {
        max-width: 225px;
        height: 35px;
    }
    .eventLst-btn_wrap .c-btn a {
        font-size: 13px;
    }
    /*detail*/
    .event_wrap {
        background: url(../img/event_bg.png) center top / cover no-repeat;
        background: url(../webp/event_bg.webp) center top / cover no-repeat;
    }
    .eventDtlTop_wrap {
        padding: 30px 12px 0;
    }
    .dtl_main_wrap {
        padding: 0 8px;
    }
    .dtl_read{
        font-size: 17px;
        line-height: 1.94;
        margin-bottom: 30px;
    }
    .dtl_read span{
        background-size: 100% 10px;
        padding: 0 0 4px;
    }
    .info_wrap {
        padding: 20px 0 30px;
    }
    .info-txt {
        font-size: 18px;
    }
    .info-btn {
        max-width: 280px;
        height: 45px;
    }
    .info-btn a {
        font-size: 16px;
    }
    .eventDtl_wrap {
        padding: 40px 20px 56px;
    }
    .eventDtl_wrap:before {
        height: 10px;
        background: url(../img/sp/top_bg_down.png) no-repeat center bottom / 100% auto;
        background: url(../webp/sp/top_bg_down.webp) no-repeat center bottom / 100% auto;
    }
    .eventDtl_wrap:after {
        height: 10px;
        background: url(../img/sp/top_bg_up.png) no-repeat center top / 100% auto;
        background: url(../webp/sp/top_bg_up.webp) no-repeat center top / 100% auto;
    }
    .eventRead_wrap {
        margin-bottom: 58px;
    }
    .eventRead_wrap .ttl {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 32px;
    }
    .eventRead_wrap .ttl span {
        background-size: 100% 14px;
        padding-bottom: 2px;
    }
    .eventRead_wrap .txt {
        font-size: 13px;
        line-height: 2;
    }
    .eventRead_wrap .lst {
        margin-bottom: 1.4em;
    }
    .eventRead_wrap .lst li {
        font-size: 13px;
        line-height: 2;
        padding-left: 1em;
        position: relative;
    }
    .eventRead_wrap .lst.is-dot li:before {
        width: 4px;
        height: 4px;
        top: 14px;
    }
    .eventRead_wrap .lst.is-number li span {
        width: 14px;
        height: 14px;
        top: 6px;
        font-size: 10px;
    }
    .eventReco_wrap {
        border-radius: 10px;
        padding:48px 16px 26px;
        margin-bottom: 62px;
    }
    .eventReco_wrap .ttl {
        width: 158px;
        height: 44px;
        top: -22px;
    }
    .eventReco_wrap .ttl span {
        font-size: 14px;
    }
    .eventReco_box .lst {
        font-size: 14px;
        line-height: 1.64;
    }
    .eventReco_box .lst li {
        padding: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .eventReco_box .lst li .is-icn {
        padding-left: 20px;
    }
    .eventReco_box .lst li .is-icn:before {
        width: 12px;
        height: 12px;
        top: 5px;
    }
    .eventInfo_wrap {
        border-radius: 10px;
        padding:48px 16px 26px;
        margin-bottom: 62px;
    }
    .eventInfo_wrap .ttl {
        width: 105px;
        height: 42px;
        top: -21px;
    }
    .eventInfo_wrap .ttl span {
        font-size: 14px;
    }
    .eventInfo_cnt {
        display: block;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .eventInfo_cnt .mds {
        width: 100%;
        font-size: 14px;
        line-height: 1.64;
    }
    .eventInfo_cnt .box {
        width: 100%;
        font-size: 14px;
        line-height: 1.64;
    }
    .eventInfo_cnt .box .add {
        font-size: 10px;
    }
    .eventInfo_cnt .box ul li {
        padding-left: 15px;
    }
    .eventSpeaker_wrap {
        border-radius: 10px;
        padding:48px 16px 26px;
    }
    .eventSpeaker_wrap .ttl {
        width: 105px;
        height: 42px;
        top: -21px;
    }
    .eventSpeaker_wrap .ttl span {
        font-size: 14px;
    }
    .eventSpeaker_name {
        display: block;
        text-align: center;
    }
    .eventSpeaker_name>.img {
        width: 215px;
        border-radius: 5px;
        margin: 0 auto;
        margin-bottom: 28px;
    }
    .eventSpeaker_name>.img source,
    .eventSpeaker_name>.img img {
        height: 140px;
    }
    .eventSpeaker_name>.box {
        width: 100%;
        padding-left: 0;
    }
    .eventSpeaker_name .post {
        font-size: 14px;
        line-height: 1.6;
    }
    .eventSpeaker_name .name {
        font-size: 20px;
        line-height: 1.6;
    }
    .eventSpeaker_name .name span {
        font-size: 14px;
    }
    .eventSpeaker_career {
        padding-top: 28px;
        margin-top: 28px;
    }
    .eventSpeaker_career dt {
        font-size: 13px;
    }
    .eventSpeaker_career dd {
        font-size: 12px;
        line-height: 1.66;
        font-weight: 500;
    }
    /*form*/
    .request_wrap {
        padding: 50px 20px 50px;
    }
    .request_ttl {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 32px;
    }
    .request_ttl span {
        background-size: 100% 14px;
        padding-bottom: 2px;
    }
    .reqEnd_wrap {
        text-align: center;
    }
    .reqEnd_wrap .ttl {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .reqEnd_wrap .txt {
        text-align: left;
        font-size: 14px;
    }
    .reqBtn_wrap {
        display: block;
        margin-top: 20px;
    }
    .reqBtn_wrap .c-btn {
        margin: 0 auto;
    }
    .c-btn.is-gry {
        max-width: 310px;
        margin-top: 20px;
    }
    .c-btn.is-gry a:before {
        left: 18px;
    }
    .c-btn.is-gry a span {
        padding-left: 18px;
    }
    .reqForm_flx {
        display: block;
    }
    .reqForm_flx .reqForm_box:last-child {
        margin-top: 30px;
    }
    .reqForm_box {
        display: block;
        margin-top: 30px;
    }
    .reqForm_box .ttl {
        font-size: 13px;
        width: 100%;
        margin-bottom: 10px;
    }
    .reqForm_box .add {
        display: inline-block;
        font-size: 10px;
        line-height: 1.6;
        margin-top: 0;
    }
    .reqForm_box .his {
        display: inline-block;
        position: static;
        transform:none;
        text-align: center;
        width: 30px;
        height: 15px;
        border-radius: 3px;
        font-size: 10px;
        padding-top: 2px;
        margin-left: 1em;
    }
    .reqForm_box .box {
        font-size: 13px;
        width: 100%;
    }
    .reqForm_box .lst.is-ver2 {
        padding-top: 0;
        margin-top: -10px;
    }
    .reqForm_box .lst.is-ver2 li {
        width: 100%;
        margin-top: 10px;
        margin-right: 0;
    }
    .error {
        font-size: 12px;
    }
    /*part*/
    label input[type="radio"] + span,
    label input[type="checkbox"] + span {
        padding-left: 20px;
        font-size: 13px;
        line-height: 1.4;
    }
    label input[type="radio"] + span:before,
    label input[type="checkbox"] + span:before {
        top: 2px;
        width: 14px;
        height: 14px;
    }
    label input[type="radio"] + span:after,
    label input[type="checkbox"] + span:after {
        top: -4px;
        left: 2px;
        width: 10px;
        height: 16px;
    }
    select,
    input[type=text],
    input[type=tel],
    input[type=email],
    input[type=date],
    input[type=number],
    textarea {
        width: 100%;
        height: 30px;
        font-size: 13px;
        padding: 0 10px;
        border-radius: 3px;
    }
    select {
        padding-right: 20px;
        background:#fff url(../svg/entry_arw.svg) no-repeat right 8px center / 12px auto;
    }
    textarea {
        height: 165px;
        padding: 12px;
    }
    .is-wid1 {
        width: 100% !important;
    }
    .is-wid2 {
        width: 100% !important;
    }
    .dtlTtl-sub {
        font-size: 13px;
    }
    .eventSpeaker_box.is-ver2 {
        margin-top: 30px;
        padding-top: 30px;
    }
    .info_wrap.is-middle {
        margin-top: -62px;
        padding: 20px 0 62px;
    }
    body.event.end .request_wrap.is-ver2 {
        padding: 30px 12px 45px;
    }
    body.event.end .request_wrap.is-ver2 .request_in {
        border-radius: 15px;
        box-shadow: 0 0 6px 5px rgba(0, 0, 0, 0.01);
        padding: 30px 15px 50px;
    }
    .reqEndP_wrap {
        margin: 0 0 40px;
    }
    .reqEndP-txt {
        font-size: 14px;
        line-height: 1.714;
        font-weight: 500;
        padding-bottom: 24px;
        margin-bottom: 40px;
        border-bottom: 3px solid #01c69a;
    }
    .reqEndP-ttl {
        font-size: 14px;
        line-height: 1;
        padding-top: 44px;
        margin-bottom: 24px;
        background-size: 37px auto;
    }
    .reqEndP-tx {
        font-size: 14px;
        line-height: 1.714;
        margin-bottom: 20px;
    }
    .reqEndG_wrap {
        margin-bottom: 60px;
    }
    .reqEndG-ttl {
        font-size: 14px;
        padding-top: 50px;
        margin-bottom: 24px;
        background-size: 37px auto;
    }
    .reqEndG_list {
        margin: 0 -15px 24px;
        background: #e0f8f3;
        padding: 24px 15px;
    }
    .reqEndG_list ul li {
        padding-left: 29px;
        line-height: 1.715;
        font-size: 13px;
        margin-bottom: 5px;
    }
    .reqEndG_list ul li::before {
        top: 1px;
        width: 20px;
        height: 20px;
    }
    .reqEndG-txt {
        font-size: 14px;
        line-height: 1.715;
    }
    .reqBtn2_wrap .c-btn {
        margin-bottom: 24px;
    }
    .eventSpeaker_name>.img.is-large source,
    .eventSpeaker_name>.img.is-large img {
        height: 170px;
    }
}
@media only screen and (max-width: 390px) {
    .dtl_read {
        font-size: 16px;
    }
}
@media only screen and (max-width: 374px) {
    .info-txt {
        font-size: 15px;
    }
    .dtl_read {
        font-size: 13px;
    }
}
