@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;700&display=swap');

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    background-color: #fff;
    color: #333;
    -webkit-text-size-adjust: 100%;
    min-height: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

@media all and (max-width: 768px) {
    .pc {
        display: none !important;
    }
}

@media all and (min-width: 769px) {
    .sp {
        display: none !important;
    }
}

/* ------------------------------------------------------
GENERAL
------------------------------------------------------ */

#wrapper {
    overflow: hidden;
}

.inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

section {
    background: #E4EEF8;
}

.et_title {
    position: relative;
    margin-bottom: 50px;
    padding-top: 90px;
    color: #0062FC;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em;
}

.et_title:before {
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 15%;
    height: 2px;
    background: #0564ff;
    transform: translate(-50%, 0);
    content: '';
}

.et_title span {
    display: block;
    margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    font-weight: 500;
}

@media all and (max-width: 1000px) {
    .inner {
        width: 92%;
    }
}

/* ------------------------------------------------------
Header
------------------------------------------------------ */

/* .head_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1300px;
    height: 85px;
    margin: 0 auto;
    padding: 0 10px;
}

.h_content {
    display: flex;
    align-items: center;
}

.h_logo {
    margin-left: 20px;
} */

/* nav */
.nav_anchor {
    display: flex;
}

.nav_anchor p+p {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #ccc;
}

.nav_anchor a {
    color: #0064d2;
}

/* blue button */
/* .h_btn {
    width: 121px;
    height: 40px;
    margin-left: 15px;
}

.h_btn .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid #0564ff;
    border-radius: 5px;
    background: #0564ff;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    transition: all .3s ease-in-out;
}

.h_btn .btn:hover {
    opacity: 1;
    background: #fff;
    color: #0564ff;
}

@media screen and (min-width: 1001px) {
    .hamburger {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    html.active {
        overflow: hidden;
    }

    .hc_pc {
        display: none;
    }

    #head_t {
        padding: 9px 0 0;
        height: 54px;
    }

    .head_inner {
        height: auto;
        padding: 0 3%;
    }

    .h_logo {
        width: 170px;
        margin-left: 10px;
    }

    .h_content.active {
        transform: translateX(100%);
    }

    .hamburger {
        position: fixed;
        right: 13px;
        top: 27px;
        width: 40px;
        height: 27px;
        transform: translate(0, -50%);
        cursor: pointer;
        z-index: 999;
    }

    .hamburger span {
        background: #0564ff;
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        left: 0;
        opacity: 1;
        transform: rotate(0deg);
        transition: all .5s cubic-bezier(0.22, 0.61, 0.36, 1);
    }

    .hamburger span:nth-child(1) {
        top: 0;
    }

    .hamburger span:nth-child(2) {
        top: 12px;
    }

    .hamburger span:nth-child(3) {
        top: 24px;
    }

    .hamburger.active span {
        background: #fff;
    }

    .hamburger.active span:nth-child(1) {
        top: 29px;
        transform: rotate(135deg);
        border-radius: 2px;
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    .hamburger.active span:nth-child(3) {
        top: 29px;
        transform: rotate(-135deg);
        border-radius: 2px;
    }

    .head_menu {
        background: #000;
        z-index: 99;
        position: fixed;
        height: 100vh;
        top: 0;
        right: 0;
        width: 100%;
        overflow: auto;
        flex-direction: column;
        justify-content: flex-start;
        transition: transform 0.8s;
        margin: 0;
        padding: 60px 0 30px;
        display: none;
    }

    .menu {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }

    .menu>li {
        width: 100%;
        border-bottom: 1px solid #fff;
    }

    .menu>li>a {
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 72px;
        position: relative;
        background: none;
        transition: opacity .5s ease-in-out;
        justify-content: flex-start;
        padding: 0 14px;
        color: #fff;
    }
}

@media screen and (max-width: 768px) {
    .h_logo {
        width: 210px;
    }
}
 */

/* ------------------------------------------------------
Footer
------------------------------------------------------ */
/* footer {
    background: #333333;
    padding: 60px 0 19px;
}

.f_logo {
    text-align: center;
    margin-bottom: 16px;
}

.f_txt {
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #cccccc;
    text-align: center;
    margin-bottom: 120px;
}

.copy_right {
    font-size: 10px;
    letter-spacing: 0.05em;
    color: #ccc;
    text-align: center;
}

@media screen and (max-width: 768px) {
    footer {
        padding: 35px 0 19px;
    }

    .f_logo {
        max-width: 125px;
        width: 100%;
        margin: 0 auto 9px;
    }

    .f_txt, .copy_right {
        font-size: 9px;
    }

    .f_txt {
        line-height: 1.8;
        margin-bottom: 43px;
    }
} */

/* ------------------------------------------------------
Mainvisual
------------------------------------------------------ */
.mainvisual {
    position: relative;
    height: 488px;
    background: url(https://system.expoline.jp/el2/img/top/mv_bg.jpg) center center no-repeat;
    background-size: cover;
}

.mv_infor {
    padding: 59px 0 0;
    color: #fff;
}

.mv_tit {
    position: relative;
    margin-bottom: 17px;
    font-size: 75px;
    font-weight: 400;
    line-height: 1.1;
    font-family: 'Oswald', sans-serif;
}

.mv_tit::before {
    display: inline-block;
    position: absolute;
    top: -50px;
    left: -85px;
    height: 200%;
    width: 100%;
    background-image: url(https://system.expoline.jp/el2/img/top/mv_tit_bg.png);
    background-repeat: no-repeat;
    content: "";
}

.relative {
    position: relative;
}

.mv_txt {
    font-size: 16px;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .mainvisual {
        background: url(https://system.expoline.jp/el2/img/top/mv_bg_sp.jpg) center center no-repeat;
        background-size: cover;
        height: 78.267vw;
    }

    .mv_infor {
        padding: 6.933vw 0 0;
    }

    .mv_tit {
        font-size: 12.8vw;
    }

    .mv_tit::before {
        background-size: 40%;
        height: 200%;
        width: 200%;
        top: -43px;
        left: -38px;
    }

    .mv_txt {
        font-size: 4.933vw;
        letter-spacing: 0.3em;
    }
}

/* ------------------------------------------------------
Welcome
------------------------------------------------------ */
.welcome {
    background: rgb(126, 188, 227);
    background: -moz-linear-gradient(145deg, rgba(126, 188, 227, 1) 0%, rgba(122, 193, 197, 1) 50%, rgba(122, 193, 197, 1) 60%, rgba(106, 172, 205, 1) 75%, rgba(95, 136, 217, 1) 90%);
    background: -webkit-linear-gradient(145deg, rgba(126, 188, 227, 1) 0%, rgba(122, 193, 197, 1) 50%, rgba(122, 193, 197, 1) 60%, rgba(106, 172, 205, 1) 75%, rgba(95, 136, 217, 1) 90%);
    background: linear-gradient(145deg, rgba(126, 188, 227, 1) 0%, rgba(122, 193, 197, 1) 50%, rgba(122, 193, 197, 1) 60%, rgba(106, 172, 205, 1) 75%, rgba(95, 136, 217, 1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7ebce3", endColorstr="#5f88d9", GradientType=1);
    color: #fff;
}

.wel_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wel_block .col_left {
    width: calc(100% / 2 - 40px);
    margin-left: 80px;
}

.wel_block .col_right {
    width: 44%;
    height: 650px;
    overflow: hidden;
    transform: skewX(15deg);
}

.wel_block .col_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: skewX(-15deg) scale(1.36);
    object-position: 80% 0%;
}

.wel_block .w_title {
    position: relative;
    font-size: 22px;
}

.wel_block .w_title>* {
    z-index: 2;
}

.wel_block .w_title span {
    position: relative;
    margin-bottom: 12px;
    line-height: 1;
    font-size: 34px;
    font-weight: 700;
}

.wel_block .et_txt.txt01 {
    margin-top: 20px;
}

.welcome_name {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}

.wel_block .et_txt.txt02 {
    position: relative;
    font-size: 14px;
    letter-spacing: 0.05em;
}

.wel_block .et_txt.txt02::before {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
}

.wel_block .et_txt.txt02 strong {
    font-size: 20px;
}

.wel_block .et_tag {
    margin-bottom: 3px;
}

@media screen and (max-width: 768px) {
    .welcome {
        padding: 40px 0 60px;
    }

    .wel_block {
        flex-direction: column-reverse;
    }

    .wel_block .col_right,
    .wel_block .col_left {
        width: 100%;
        margin-left: 0;
    }

    .wel_block .col_right {
      margin-top: 30px;
      min-height: auto;
      overflow: inherit;
      width: 100%;
      height: auto;
      position: relative;
      transform: inherit;
    }

    .wel_block .col_right img {
      width: auto;
      height: auto;
      transform: none;
    }

    .wel_block .w_title span {
        font-size: 30px;
    }

    .wel_block .w_title:after {
        font-size: 80px;
        top: -65px;
    }
}

/* ------------------------------------------------------
Common
------------------------------------------------------ */
.p_title {
    margin-bottom: 37px;
    font-weight: 700;
    font-size: 33px;
    text-align: center;
}

button {
    font-weight: 700;
    font-size: 17px;
}

@media screen and (max-width: 768px) {
    .p_title {
        font-size: 20px;
        margin-bottom: 17px;
    }

    button {
        max-width: 91% !important;
        width: 100% !important;
    }
}

select::-ms-expand {
    display: block;
}

/* ------------------------------------------------------
session
------------------------------------------------------ */
#session {
    background: #1a1a1a;
    padding-bottom: 70px;
}

/* session tab */
#session .btn_area {
    display: -webkit-box;
    display: flex;
}

#session .tab_btn {
    position: relative;
    width: calc(100% / 2);
    padding: 10px 0 20px;
    color: #3D3C3C;
    background: #201F1F;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease 0s;
}

#session .tab_btn::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 8px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7.5px 0 7.5px;
    border-color: #3D3C3C transparent transparent transparent;
    transform: translateX(-50%);
}

#session .tab_btn.active::after {
    border-color: #ffffff transparent transparent transparent;
}

#session .tab_btn+.tab_btn {
    margin-left: 30px;
}

#session .tab_btn:hover {
    background-color: #302f2f;
}

#session .tab_btn.active {
    background: #282828;
    color: #fff;
}

#session .session_panelArea {
    padding: 20px;
    background-color: #282828;
}

#session .sesion_block {
    display: none;
}

#session .sesion_block.active {
    display: block;
}

.block {
    display: flex;
    padding: 46px 0 48px;
}

.block:not(:last-of-type) {
    border-bottom: 1px solid #4d4d4d;
}

.block .block_img {
    text-align: center;
}

.block .block_img a {
    display: block;
    position: relative;
}

.block .block_img a:before,
.block .block_img a:after {
    position: absolute;
    content: '';
    opacity: 0;
    transition: opacity .5s ease-in-out;
}

.block .block_img a:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.block .block_img a:after {
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
    background: url(../img/ico_play.png) no-repeat 0 0 / 100% 100%;
}

.block .block_img a:hover:before,
.block .block_img a:hover:after {
    opacity: 1;
}

.block .block_container {
    width: 48%;
    color: #fff;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.block .block_container+.block_container {
    width: 52%;
}

.block_content {
    color: #ffffff;
}

.title_area {
    position: relative;
    margin-bottom: 15px;
}

.b_tit {
    font-size: 28px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 12px;
    white-space: nowrap;
}

.b_time {
    font-size: 14px;
}

.block_content .et_txt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    margin-bottom: 15px;
}

.block_content .et_tag {
    margin-top: 14px;
}

.block_content .b_txt {
    font-size: 12px;
}

.block_content .session_button {
    width: 140px;
    margin: 0 0 0 auto;
    text-align: center;
    border-radius: 20px;
    background-color: #0062FC;
}

.block_content .session_link {
    display: block;
    position: relative;
    padding: 10px 15px 10px 0;
}

.block_content .session_link::before {
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    width: 15px;
    height: 15px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    content: "";
}

.block_content .session_link::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 31px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    content: "";
}

/* ------------------------------------------------------
session modal
------------------------------------------------------ */
.l-webinar {
    display: flex;
    position: relative;
}

.l-webinar__main {
    flex: 1;
    padding-right: 360px;
}

.p-webinar-header {
    padding: 15px 0;
    line-height: 1.167;
}

.p-webinar-header__title {
    display: inline;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    vertical-align: middle;
}

/* アンケート */
.l-webinar__video {
    position: relative;
}

.l-webinar__side {
    position: absolute;
    top: 0;
    right: 0;
    width: 360px;
    height: 100%;
    overflow-y: hidden;
}

.p-guide-text {
    margin-bottom: 20px;
}

.p-form-col {
    flex: 1;
}

.p-form-col:not(:last-child) {
    margin-right: 15px;
}

.p-form-col--sm {
    max-width: 160px;
}

.p-form-col--xl {
    max-width: 800px;
}

.p-form-col--auto {
    flex: 0 1 auto;
}

.p-form-block__head .c-required {
    margin-right: 10px;
}

.p-form-block__head {
    margin-bottom: 20px;
}

.p-form-block__head .c-required {
    margin-right: 10px;
}

.c-required {
    display: inline-block;
    height: 24px;
    padding: 0px 9px;
    border-radius: 3px;
    background: #e62e2e;
    color: #fff;
    font-size: 13px;
    line-height: 1.846;
}

.c-form-label {
    font-size: 16px;
    font-weight: 500;
}

.p-form-block__body {
    display: flex;
    flex-wrap: wrap;
}

.c-textbox,
.c-textarea,
.c-select {
    color: #333;
}

.c-textbox.p-form-error,
.c-textarea.p-form-error,
.c-select.p-form-error {
    border-color: #e67e7e;
    background-color: #fce6e6;
    color: #cc2929;
}

.c-textbox:focus,
.c-textarea:focus,
.c-select:focus {
    outline: none;
    background-color: #f0f0f0;
}

.c-textarea {
    display: block;
    width: 100%;
    height: 200px;
    padding: 12px;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    outline: none;
    background: #fff;
    resize: vertical;
}

.c-textbox {
    width: 100%;
    height: 50px;
    padding: 12px;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    background: #fff;
}

/* calendar */
.c-datepicker {
    background: url(../img/ico_calendar.svg) no-repeat right 11px center #fff;
    background-size: 17px 17px;
}

/* file upload */
.p-file-upload__name {
    display: inline-flex;
    align-items: center;
    width: 100%;
    max-width: 400px;
    height: 50px;
    margin-right: 10px;
    padding: 10px 12px;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    background: #fff;
}

/* pull down */
.c-select {
    position: relative;
    font-family: 'Material Icons';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 50px;
    padding: 10px 34px 10px 12px;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    outline: none;
    background: url(../img/ico_select.svg) no-repeat right 13px center #fff;
    background-size: 12.15 6.08px;
}

/* radio button */
.c-radio__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.c-radio {
    display: inline-block;
    position: relative;
    margin: 3px 0;
    padding-left: 37px;
    line-height: 30px;
}

.c-radio__label {
    display: inline-block;
    cursor: pointer;
}

.c-radio__label::before, .c-radio__label::after {
    display: block;
    position: absolute;
    border-radius: 100%;
    content: '';
}

.c-radio__label::before {
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #c5c5c5;
    background: #fff;
    border-radius: 100%;
}

.c-radio__label::after {
    top: 10px;
    left: 10px;
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0;
}

.c-radio__input:checked+.c-radio__label::before {
    border-color: #0062FC;
    background: #0062FC;
}

.c-radio__input:checked+.c-radio__label::after {
    opacity: 1;
}

/* check box */
.c-checkbox__input {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    width: auto;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.c-checkbox {
    display: inline-block;
    position: relative;
    margin: 3px 0;
    padding-left: 37px;
    line-height: 30px;
}

.c-checkbox__label {
    display: inline-block;
    cursor: pointer;
}

.c-checkbox__label::before, .c-checkbox__label::after {
    display: block;
    position: absolute;
    content: '';
}

.c-checkbox__label::before {
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    background: #fff;
}

.c-checkbox__label::after {
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(../img/ico_check.svg) no-repeat center center;
    opacity: 0;
}

.c-checkbox__input:checked+.c-checkbox__label::before {
    border-color: #0062FC;
    background: #0062FC;
}

.c-checkbox__input:checked+.c-checkbox__label::after {
    opacity: 1;
}

/* bad to good */
.p-rating-circle {
    display: inline-flex;
    position: relative;
}

.p-rating-circle::before {
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 1px solid #c5c5c5;
    content: '';
}

.p-rating-circle__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #c5c5c5;
    border-radius: 100%;
    background: #fff;
    font-size: 18px;
    cursor: pointer;
}

.p-rating-circle__item {
    z-index: 1;
    position: relative;
    width: 40px;
    text-align: center;
}

.p-rating-circle__item:not(:last-child) {
    margin-right: 25px;
}

.p-rating-circle__text {
    display: block;
    font-size: 14px;
}

.p-rating-circle__input {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    opacity: 0;
}

.p-rating-circle__input:checked+.p-rating-circle__label {
    border-color: #faab0c;
    background: #faab0c;
    color: #fff;
}

.p-webinar-download {
    padding: 0 20px 30px;
}

.p-modal__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.333;
    color: #fff;
}

.p-modal-btn {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin-left: 12px;
    border: none;
    border-radius: 100%;
    background: #fff;
    vertical-align: middle;
}

.p-modal-btn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    content: 'i';
}

/* ファイル選択 */
.c-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: opacity 0.2s ease-out;
}

.p-btn-file {
    position: relative;
    width: 140px;
    height: 50px;
    border-radius: 5px;
    background: #666;
    color: #fff;
}

.p-file-upload {
    display: inline-flex;
    flex: 1;
    flex-wrap: wrap;
}

.p-file-upload__name {
    display: inline-flex;
    align-items: center;
    width: 100%;
    max-width: 400px;
    height: 50px;
    margin-left: 0;
    margin-bottom: 10px;
    padding: 10px 12px;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    background: #fff;
}

.p-file-input__hidden {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/* Star */
.p-rating-star {
    display: inline-flex;
}

.p-rating-star__input {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    opacity: 0;
}

.p-rating-star__label {
    display: inline-block;
    width: 40px;
    height: 38px;
    cursor: pointer;
    margin-right: 25px;
}

.p-rating-star__label::before {
    display: block;
    position: absolute;
    width: 40px;
    height: 38px;
    background: url(../img/ico_star_checked.svg) no-repeat center center/contain;
    content: '';
}

.p-rating-star__input:checked+.p-rating-star__label~.p-rating-star__label::before {
    background-image: url(../img/ico_star_default.svg);
}

/* document DL */
.p-download-list.c-btn-group {
    display: flex;
    justify-content: center;
}

.p-download-list.c-btn-group li {
    width: calc(100% / 3);
    border-radius: 5px;
    background-color: #0062FC;
}

.p-download-list.c-btn-group .c-btn {
    display: block;
    color: #fff;
    fill: #fff;
    padding: 10px;
    text-align: center;
}

.p-download-list.c-btn-group .c-btn svg {
    margin-right: 15px;
    vertical-align: bottom;
}

.p-download-list.c-btn-group li+li {
    margin-left: 10px;
}

/* form send */
.p-btn-primary {
    width: 100%;
    max-width: 320px;
    height: 80px;
    background: #505de6;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.p-btn-primary:disabled {
    background: #cccccc;
    pointer-events: none;
}

/* session modal tab nav */
.p-side-tab-nav {
    display: flex;
    position: relative;
    margin: 0;
    padding: 0;
}

.p-side-tab-nav__item {
    display: block;
    flex: 1;
}

.p-side-tab-nav__item.active {
    position: relative;
    color: #333;
}

.p-side-tab-nav__item.active::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80%;
    height: 2px;
    background-color: #0062FC;
    transform: translateX(-50%);
    content: "";
}

.p-side-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    padding: 15px;
    background: #ddd;
    color: #9E9D9F;
    text-align: center;
    text-align: center;
    transition: opacity 0.2s ease-out;
}

.p-side-tab.is-current {
    color: #333;
}

.p-side-tab svg {
    margin-right: 9px;
}

.p-side-tab svg path {
    fill: #000;
}

.p-side-tab.is-current {
    background: #fff;
}

.p-side-tab.is-current svg path {
    fill: #fff;
}

.p-side-tab-content {
    height: calc(100% - 60px);
    margin-top: -1px;
    background: #f7f7f7;
}

.p-side-tab-content[aria-hidden="true"] {
    display: none;
}

.p-side-tab-content[aria-hidden="false"] {
    display: block;
}

.p-side-tab-content--scroll {
    overflow-y: auto;
}

.p-enquete {
    padding: 22px 30px 30px 20px;
}

.p-enquete .c-btn-group {
    margin-top: 30px;
}

.p-enquete__group {
    border-top: 1px solid #ddd;
}

.p-enquete__group .p-form-row {
    padding-top: 20px;
    padding-bottom: 20px;
}

.u-hidden {
    display: none;
}

.p-enquete-thanks {
    padding: 20px 0;
    color: #333;
    text-align: center;
}

.p-enquete-thanks__heading {
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 3.2rem;
    font-weight: 600;
}

.p-enquete-thanks img {
    display: block;
    width: 226px;
    height: auto;
    margin: 25px auto 0;
}

.p-message {
    padding: 30px 40px 30px 30px;
}

.p-message-unit:not(:first-child) {
    margin-top: 11px;
}

.p-message-unit__sender {
    margin-bottom: 5px;
    color: #333;
    font-size: 1.2rem;
}

.p-message-unit__message {
    padding: 14px 20px;
    border-radius: 0 20px 20px 20px;
    background: #e5e5e5;
}

.p-message-unit__time {
    margin-top: 5px;
    font-size: 1.1rem;
    text-align: right;
}

.p-chat {
    min-height: 100%;
}

.p-chat iframe {
    position: absolute;
    width: 100%;
    height: 89%;
}

@media screen and (min-width: 769px) {
    .c-banner:hover {
        opacity: 0.65;
    }

    .c-btn:hover {
        opacity: 0.65;
    }

    .l-webinar__video {
        padding-top: 55%;
    }

    .l-webinar__video .p-video-fixed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .l-webinar__video .p-video-fixed>div {
        padding-top: 55% !important;
    }

    .p-side-tab:hover {
        opacity: 0.65;
    }
}

@media screen and (max-width: 768px) {

    /* inner modal */
    .p-modal__header {
        padding: 12px 55px 12px 15px;
    }

    .p-modal__title {
        font-size: 2rem;
    }

    .p-modal__body {
        padding: 20px 15px;
    }

    /* modal */
    .l-webinar__main {
        padding-right: 0;
    }

    .l-webinar__video {
        padding-top: 56.25%;
        transition: padding-top 300ms ease;
    }

    .l-webinar__video .p-video-fixed {
        z-index: 99;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        transition: top 300ms ease;
    }

    .l-webinar__video .p-video-fixed>div {
        transition: padding-top 300ms ease;
    }

    .l-webinar__side {
        position: static;
        width: auto;
    }

    .p-download-list.c-btn-group li+li {
        margin-left: 0;
        margin-top: 10px;
    }

    .p-download-list.c-btn-group {
        display: block;
    }

    .p-download-list.c-btn-group li {
        width: 100%;
    }

    .is-panel-open .l-webinar__side {
        z-index: 200;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 64vw;
    }

    /* .p-webinar-header {
        padding: 7px 15px; */
    /* } */

    .p-webinar-header {
        padding-top: 0;
    }

    .p-webinar-header__title {
        font-size: 18px;
    }

    .is-panel-open .p-webinar-header__title {
        font-size: 16px;
    }

    .p-webinar-download {
        padding: 17px 15px;
    }

    .p-modal-btn {
        margin-left: 10px;
    }

    .is-panel-open .p-modal-btn {
        display: none;
    }

    .p-download-list.c-btn-group {
        justify-content: center;
    }

    .is-panel-open .p-side-tab-nav {
        box-shadow: 0px -3px 9px rgba(0, 0, 0, 0.15);
    }

    .is-panel-open .p-side-tab-nav__close {
        display: block;
        position: absolute;
        top: -30px;
        right: 0;
    }

    .p-enquete {
        padding: 12px 15px;
    }

    .p-enquete .c-btn-group {
        margin-top: 20px;
    }

    body:not(.is-panel-open) .p-enquete__group .p-form-row:first-child .p-form-block__body,
    body:not(.is-panel-open) .p-enquete__group .p-form-row:not(:first-child),
    body:not(.is-panel-open) .p-enquete__group .c-btn-group {
        display: none;
    }

    body:not(.is-panel-open) .p-enquete__group .p-form-row {
        padding-bottom: 0;
    }

    body:not(.is-panel-open) .p-enquete__group .p-form-block__head {
        margin-bottom: 0;
    }

    body:not(.is-panel-open) .p-enquete__group .p-form-row:first-child .p-form-block__head {
        position: relative;
        padding-right: 25px;
    }

    body:not(.is-panel-open) .p-enquete__group .p-form-row:first-child .p-form-block__head::after {
        display: block;
        position: absolute;
        top: 50%;
        right: 5px;
        width: 9px;
        height: 17px;
        margin-top: -8px;
        background: url(https://system.expoline.jp/new-el-demo/newel_mockup/assets/images/common/ico_expand.svg) no-repeat center center/contain;
        content: '';
    }

    .p-message {
        padding: 12px 15px;
    }

    #session .tab_btn+.tab_btn {
        margin-left: 3%;
    }

    .block .block_container+.block_container {
        width: 100%;
    }

    .block_content .et_tag {
        margin-top: 0;
    }

    .block_content .et_txt {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
    .p-step {
        flex-direction: column;
        height: 100px;
        padding: 10px 0 30px;
        border-radius: 20px;
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    *, *::before, *::after {
        -webkit-animation-duration: .01ms !important;
        animation-duration: .01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

/* session modal end */
@media screen and (max-width: 768px) {
    #session {
        padding-bottom: 50px;
    }

    .block {
        flex-direction: column;
        padding: 26px 0 30px;
    }

    .block .block_img,
    .block .block_container {
        width: 100%;
    }

    .block .block_img {
        margin-bottom: 25px;
    }

    .block .block_img img {
        width: 100%;
    }

    .block .block_container {
        padding: 0;
    }
}

/* aboutEvent */
#aboutEvent {
    padding-bottom: 117px;
}

.aboutEvent_list {
    display: flex;
    justify-content: center;
}

.aboutEvent_list li {
    max-width: 400px;
    width: 100%;
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 3px #cee1f4;
}

.anchor {

    margin: 25px auto 0;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #0062FC;
}

.anchor a {
    position: relative;
    display: block;
    height: 35px;
}

.anchor a::after {
    position: absolute;
    bottom: 14px;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);
    content: "";
}

.aboutEvent_list .p_logo {
    display: flex;
    text-align: center;
    min-height: 200px;
    margin: 15px 0 30px;
}

.aboutEvent_list .p_title {
    line-height: 1.6;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-bottom: 0px;
    text-align: center;
}

.aboutEvent_list .p_title span {
    font-size: 24px;
    color: #96BFEE;
}

.aboutEvent_list .p_txt {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.05em;
}

@media screen and (min-width: 1001px) {
    .aboutEvent_list li:not(:last-child) {
        margin-right: 68px;
    }
}

@media screen and (max-width: 1000px) {
    .aboutEvent_list li:not(:last-child) {
        margin-right: 30px;
    }
}

@media screen and (max-width: 768px) {
    #aboutEvent {
        padding: 21px 0 60px;
    }

    .aboutEvent_list {
        flex-direction: column;
    }

    .aboutEvent_list li {
        max-width: 100%;
        margin: 0 0 40px !important;
    }
}


/* ------------------------------------------------------
Exhibition
------------------------------------------------------ */
#exhibition {
    padding-bottom: 80px;
}

#exhibition section {
    padding: 24px 50px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px #d0e2ef;
}

#exhibition section+section {
    margin-top: 60px;
}

#exhibition section>h4 {
    text-align: center;
    margin-bottom: 30px;
}

#exhibition section h4 span {
    font-size: 26px;
    color: #0062FC;
}

.exp_list {
    display: flex;
    flex-wrap: wrap;
}

.exp_list .exp_item {
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease 0s;
}

.exp_list .exp_item:hover {
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
}

.exp_list .exp_item:hover::before {
    opacity: 0.3;
}

.exp_list .exp_item>a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 5;
}

.exp_item figure {
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

.logo .exp_item figure {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
    /* padding: 20px 25px; */
    margin: 10px 45px;
}

.exp_item figure img {
    display: block;
}

.exp_item a:hover+figure img {
    transform: scale(1.05);
}

.exp_item a~.exp_ttl,
.exp_item a~.exp_txt,
.exp_item a~.exp_btn,
.exp_item figure img {
    transition-duration: .5s;
}

.exp_item a:hover~.exp_ttl,
.exp_item a:hover~.exp_txt,
.exp_item a:hover~.exp_btn {
    opacity: 0.7;
}

.exp_ttl {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin-bottom: 5px;
}

.exp_txt {
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: 0.12em;
    margin-bottom: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.exp_btn {
    position: relative;
    margin: 0 0 0 auto;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #0062FC;
}

.exp_btn::after {
    position: absolute;
    bottom: 12px;
    left: 45%;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    content: "";
}

/* content sponsor */
.sponsor .exp_list .exp_item {
    width: calc((100% - 90px) / 4);
    margin: 0 11px 30px;
    padding: 0;
    text-align: center;
}

.sponsor .exp_list .exp_item figure {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin-bottom: 0;
    padding: 15px 30px;
    text-align: center;
}

/* content section bigbox */
.sponsor_bigbox .exp_list .exp_item {
    width: calc((100% - 80px) / 2);
    margin: 0 20px 30px;
    background-color: #F1F5FB;
}

/* sponsor_box */
.sponsor_box .exp_list .exp_item {
    background: #fff;
    border-radius: 10px;
    box-shadow: inherit;
    padding: 0;
}

.sponsor_box+h4 {
    margin-top: 15px;
    padding-top: 40px;
    border-top: 1px solid #c9c9c9;
}

/* Exhibition modal */
#exhibition .m-container {
    padding: 0;
}

#exhibition .m-content .c_ttl {
    padding: 15px;
    padding-left: 30px;
    width: 65%;
    color: #fff;
    background-color: #015AFB;
}

#exhibition .m_box {
    margin: 30px;
    margin-top: 15px;
}

.m_group {
    display: flex;
}

.m_group .col_l,
.m_group .col_r {
    background: #fff;
}

.m_group .col_l {
    width: calc(100% - 280px);
    padding: 26px 20px 15px;
}

.col_l p {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.04em;
}

.m_group .col_l .c_ttl {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
}

.m_group .col_r .list_ttl {
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
    padding: 0 16px 0;
    font-size: 18px;
}

#exhibition .m_group {
    margin-top: 15px;
}

#exhibition .m_video {
    width: 70%;
}

#exhibition .m_video iframe {
    width: 100%;
    height: 100%;
}

#exhibition .m_group .col_r {
    display: flex;
    flex-direction: column;
    width: 35%;
}

#exhibition .col_banner {
    margin: 20px 30px;
    padding: 10px 0;
    background-color: #DAD9D9;
}

#exhibition .col_banner a {
    display: flex;
    align-items: center;
    justify-content: center;
}

#exhibition .col_banner a p {
    margin-left: 10px;
    font-weight: 700;
    text-decoration: underline;
    color: #2E73B4;
}

#exhibition .col_banner a span {
    font-size: 35px;
}

.m_group .col_r .col_list {
    padding: 30px 10%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background-color: #000;
}

.m_group .col_r .col_list li {
    background: #015AFB;
}

.m_group .col_r .col_list li+li {
    margin-top: 10px;
}

.m_group .col_r .col_list li a {
    display: block;
    position: relative;
    font-size: 16px;
    padding: 15px 20px;
    padding-left: 30px;
    text-align: center;
    color: #fff;
}

.m_group .col_r .col_list li a::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
    font-family: 'Material Icons';
    content: '\e2c4';
    font-size: 16px;
}

.m_group .col_r .col_list li a.ico01::before {
    content: '\e86c';
}

.m_group .col_r .col_list li a.ico02::before {
    content: '\e2c4';
}

/* ------------------------------------------------------
Modal
------------------------------------------------------ */

.modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    max-width: initial;
    background-color: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.modal::-webkit-scrollbar {
    display: none;
}

.modal.active {
    visibility: visible;
    opacity: 1;
}

.modal.active .m-container {
    opacity: 1;
}

.m-container {
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.15), 0 10px 10px -5px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

#session .m-container {
    padding: 0;
    background: #333331;
}

#session .modal .m-container {
    max-width: 1100px;
}

#exhibition .modal .m-container {
    max-width: 950px;
}

/* common modal */
.m-form .m-container {
    padding: 15px 20px 21px;
}

.modal .m-container .m-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 60px;
    width: 60px;
    right: -10px;
    top: -55px;
    padding: 0;
    margin: 0;
    background: none;
    border-radius: 50%;
    transform: rotate(45deg);
    cursor: pointer;
    z-index: 3;
}

.modal .m-container .m-close:after,
.modal .m-container .m-close:before {
    display: block;
    position: absolute;
    background-color: #fff;
    border-radius: 3px;
    content: "";
}

.modal .m-container .m-close:after {
    width: 1px;
    height: 40px;
}

.modal .m-container .m-close:before {
    width: 40px;
    height: 1px;
}

@media screen\0 {
    .modal .m-container .m-close:before,
    .modal .m-container .m-close:after {
        transform: translate(-50%, -50%);
    }
}

/* inner modal */
#session .inner_modal .m-container {
    max-width: 800px;
    background: #fff;
}

#session .inner_modal .m-content {
    padding: 20px;
}

.inner_modal .m-container .m-close {
    right: 10px;
    top: 5px;
}

.inner_modal .m-container .m-close:after,
.inner_modal .m-container .m-close:before {
    background-color: #000;
}

.inner_modal .p-modal__header {
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
    border-radius: 10px 10px 0 0;
}

.inner_modal .p-modal__title {
    color: #333;
}

.p-image {
    margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
    .exp_list {
        margin: 0 -15px;
    }

    .exp_list .exp_item {
        width: calc((100% - 90px) / 3);
        margin: 0 15px 30px;
        padding: 20px;
    }
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
    .exp_list .exp_item {
        width: calc((100% - 60px) / 3);
        margin: 0 10px 30px;
    }
}

@media screen and (max-width: 768px) {
    #exhibition {
        padding-bottom: 50px;
    }

    #exhibition section {
        padding: 24px 15px;
    }

    .exp_list {
        display: block;
    }

    .exp_ttl {
        margin-bottom: 1px;
    }

    .exp_txt {
        margin-bottom: 5px;
    }

    .exp_list .exp_item {
        width: 100%;
        margin-bottom: 40px;
        padding: 0 10px 35px 0;
    }

    .sponsor .exp_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .sponsor .exp_list .exp_item {
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(100% / 2 - 20px);
        margin: 0 7px 10px;
    }

    .sponsor_bigbox .exp_list .exp_item {
        width: 100%;
        margin: 0;
    }
    .exp_item figure {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .sponsor_bigbox .exp_list .exp_item+.exp_item {
        margin-top: 20px;
    }

    .sponsor_box {
        margin-top: 30px;
    }

    /* exhibition modal */
    #exhibition .m_box {
        margin: 15px;
    }

    #exhibition .m_group {
        display: block;
    }

    #exhibition .m-content .c_ttl {
        width: 100%;
        padding-left: 15px;
    }

    #exhibition .m_video {
        width: 100%;
    }

    #exhibition .m_group .col_r {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {

    .m_group .col_l,
    .m_group .col_r {
        width: calc((100% - 10px) / 2);
    }
}

/* common modal */
@media screen and (min-width: 769px) {
    .m-container {
        top: 50%;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 768px) {
    .modal {
        padding: 10px;
    }

    .modal .m-container {
        top: 50%;
        padding: 15px 1.302vw;
        transform: translateY(-50%);
    }

    .m-form .m-container {
        padding: 10px 10px 10px;
    }

    .modal .m-container .m-close {
        top: -7px;
        right: -7px;
        height: 25px;
        width: 25px;
    }

    .modal .m-container .m-close {
        right: -7px;
        top: -18px;
    }

    .modal .m-container .m-close:after {
        height: 16px;
    }

    .modal .m-container .m-close:before {
        width: 16px;
    }

    .m_group .col_r {
        width: 33.854vw;
    }

    .m_group .col_l p {
        font-size: 13px;
    }

    .m_group .col_r .list_ttl {
        margin-bottom: 1.302vw;
        padding: 0.911vw 2.083vw 1.042vw;
        font-size: 16px;
    }

    .m_group .col_r .col_list li {
        margin-bottom: 0.521vw;
        padding: 0.521vw;
    }

    .m_group .col_r .col_list li p {
        width: calc(100% - 8.073vw);
        padding-top: 0.651vw;
        font-size: 10px;
    }

    .sponsor .exp_list .exp_item figure {
        height: auto;
    }
}

@media screen and (max-width: 500px) {
    .m_group .col_l .c_ttl {
        font-size: 3.200vw;
    }

    .m_group .col_l p {
        font-size: 2.600vw;
    }

    .m_group .col_r .list_ttl {
        font-size: 3.200vw;
    }

    .m_group .col_r .col_list li p {
        font-size: 2.3vw;
    }
}
