﻿body{
    background: #f5f8fa;
}
section footer {
    padding: 0 0 1em;
    color: #FFF;
    background: #008FC0;
}

.col_2 {
    display: flex;
    gap: 25px;
}
.customer_ {
    margin-top: 0px;
    margin-bottom: 0px;
}

@media screen and (max-width:768px) {
    .col_2 {
        display: flex;
        flex-direction: column;
    }
}
.submit_ .btn_{
    transition-duration: 0.4s;
}
.submit_ .btn_:hover {
    background: #00c1ff;
    transition-duration: 0.4s;
}

#hdr>.container {
    position: relative;
    z-index: 500;
}
.hamburger {
    position: fixed;
    top: 59px;
    right: 16px;
    width: 40px;
    height: 40px;
    background: #002b4f;
    border: none;
    cursor: pointer;
    z-index: 1001;
}

.hamburger span {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    margin: 5px auto;
}

.global-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 260px;
    height: 100vh;
    background: #002b4f;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 1000;
}

.global-menu ul {
    list-style: none;
    margin: 120px 0 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.global-menu li a {
    display: block;
    padding: 16px 24px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

/* --- 表示状態 --- */
.global-menu.is-open {
    transform: translateX(0);
}

/* --- オーバーレイ --- */
.menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 999;
}

.menu-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
}

@media screen and (max-width:768px) {
    .pc_ {
        display:none;    
    }
}

.page_head {
    background-size: cover;
    background-position: center center;
    border-top: 1px solid #f0f0f0;
    background-image:url(/cms/webinar/img/PC_MV.jpg);
    min-height: 290px;
}
.page_head h1 {
    color: #fff;
    line-height: 1em;
    padding-top: 20px;
    font-size: 6em;
    text-align: center;
}
.page_head h2 {
    color: #fff;
    line-height: 1em;
    padding: 0 0 20px;
    text-align: center;
    font-size: 1.6em;
}
@media screen and (max-width:768px) {

    .page_head {
        background-image: url(/cms/webinar/img/SP_MV.jpg);
        min-height: 100px;
    }
    .page_head h1 {
        font-size: 3.5em;
        padding: 50px 0 0;
    }
    .page_head h2 {
        padding: 0px 0 50px;
        font-size: 1.2em;
    }
}

p.list_caption {
    text-align: center;
    font-size: 1.4em;
    margin: 3em 1em;
    font-weight: 600;
}


.webinardetail {
    background: #fff;
    padding: 40px 60px;
}
.webinardetail.gr {
    background: unset;
}


.webinardetail .thumbtag .main_thumb {
    text-align: center;
    margin-bottom: 2vh;
}
.webinardetail .thumbtag .main_thumb img {
    max-width: 800px;
    border-radius: 10px;
    width: 100%;
}
.webinardetail .thumbtag .tag,
.webinardetail .thumbtag .status_category {
    display: flex;
    gap: 15px;
    margin-bottom: 1vh;
}
.webinardetail .thumbtag .tag span {
    font-size: 0.85em;
    background: #f5f8fa;
    padding: 7px 10px;
    border-radius: 16px;
    color: #6f6f6f;
}
.webinardetail .thumbtag .status_category span {
    display: inline-block;
    padding: 2px 8px;
    font-size: 0.8em;
    border-radius: 3px;
    color: #fff;
}
.webinardetail .thumbtag .status_category span.st_1 {
    background-color: #008fc0;
}
.webinardetail .thumbtag .status_category span.st_2 {
    background-color: #008fc0;
}
.webinardetail .thumbtag .status_category span.cate_1 {
    background-color: #fe6769;
}
.webinardetail .thumbtag .status_category span.cate_2 {
    background-color: #fe6769;
}

.webinardetail h2 {
    font-size: 40px;
    margin: 1em 0 0.5em;
}

.webinardetail h3 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 45px;
}

.speaker_main,
.webinardetail .info {
    background: #fff;
    border-radius: 30px;
    padding: 40px 70px;
    margin: 0 auto;
}

@media screen and (max-width:768px) {
    .webinardetail {
        padding: 20px;
    }
    .webinardetail h3 {
        margin: 25px;
    }
    .speaker_main,
    .webinardetail .info {
        background: #fff;
        border-radius: 30px;
        padding: 30px;
        margin: 0 auto;
    }
}

.webinardetail .entry,
.webinardetail .back {
    text-align: center;
}

.webinardetail .info {
    display: inline-block;
    width: 100%;
}

.webinardetail .speaker {
    display: flex;
    gap: 40px;
    margin-top: 30px;
}
.webinardetail .speaker .photo {
    width: 300px;
}
.webinardetail .speaker .person {
    font-size: 1.2em;
}
.webinardetail .speaker .person .name {
    font-size: 1.5em;
}

@media screen and (max-width:768px) {
    .webinardetail .speaker {
        display: flex;
        gap: 10px;
        margin-bottom: 30px;
        flex-direction: column;
    }
    .webinardetail .speaker .photo {
        width: 100%;
    }
}

.webinardetail dl {
    padding: 1em 0;
    border-bottom: 1px solid #eee;
    margin: unset;
}


.webinardetail dl dt {
    color: #3177b9;
    font-weight: 600;
    padding: 0 20px 0 40px;
    width: 30%;
    display: flex;
    align-items: center;
}

.webinardetail dl dt.time {
    background: url(/cms/webinar/img/icon01.svg) no-repeat left center;
    height: 32px;
}
.webinardetail dl dt.place {
    background: url(/cms/webinar/img/icon02.svg) no-repeat left center;
    height: 32px;
}
.webinardetail dl dt.target {
    background: url(/cms/webinar/img/icon03.svg) no-repeat left center;
    height: 32px;
}
.webinardetail dl dt.cost {
    background: url(/cms/webinar/img/icon04.svg) no-repeat left center;
    height: 32px;
}
.webinardetail dl dt.limit {
    background: url(/cms/webinar/img/icon05.svg) no-repeat left center;
    height: 32px;
}
.webinardetail dl dt.detail {
    background: url(/cms/webinar/img/icon06.svg) no-repeat left center;
    height: 32px;
}
.webinardetail dl dt.attention {
    background: url(/cms/webinar/img/icon07.svg) no-repeat left center;
    height: 32px;
}

.webinardetail dl dd {
    font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
    font-style: normal;
    max-width: 70%;
}

@media screen and (max-width:740px) {
    .webinardetail dl {
        display: flex;
        flex-direction: column;
    }
    .webinardetail dl dt {
        margin-bottom: 20px;
        font-size: 1.2em;
        width: 100%;
    }
    .webinardetail dl dd {
        max-width: 100%;
    }
}
.webinardetail .entry a {
    padding: 20px 60px;
    background: #cd1111;
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
    margin: 20px;
    display: inline-block;
}
.webinardetail .entry a:hover {
    background: #9d0d0d;
    transition: 0.7s all;
}

.webinardetail .back a {
    padding: 20px 60px;
    background: #858585;
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
    margin: 20px 70px;
    display: inline-block;
}
.webinardetail .back a:hover {
    background: #a5a5a5;
    transition: 0.7s all;
}
p.serach_title {
    font-weight: 600;
    margin-bottom: 0.7em;
}
.serach {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 70px;
}

.serach form {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
    justify-content: center;
}
.serach form select {
    width: 170px !important;
    margin: 0;
    border: 1px solid #e0e0e0;
    border-radius: 33px;
    background: url(/cms/webinar/img/icon_triangle.svg) no-repeat top 50% right 6.94444%;
    background-size: 7px;
    padding-left: 1em;
    position: relative;
}
.serach form input[type="text"] {
    margin: 0;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 0 0 0 0.6em;
    width: auto;
}
.serach form input[type="submit"] {
    margin: 0;
    padding: 8px 18px;
    text-decoration: none;
    border-radius: 7px;
    border: 1px solid #ccc;
}

@media screen and (max-width:960px) {
    .serach form {
        display: flex;
        flex-wrap: wrap;
    }
}
@media screen and (max-width:570px) {
    .serach form select,
    .serach form input[type="text"],
    .serach form input[type="submit"] {
        width: 100% !important;
    }
}
@media screen and (max-width:570px) {
    .serach form {
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width:570px) {
    .serach form select,
    .serach form input[type="text"],
    .serach form input[type="submit"] {
        width: 100% !important;
    }
}

.listing.block {
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
    margin: 3vw 0 6vw;
}

.listing.block .tile {
    width: calc(96% / 3);
    border-radius: 20px;
    padding: 15px;
    background: #fff;
    margin-bottom: 2vw;
}

@media screen and (max-width:820px) {
    .listing.block .tile {
        width: calc(98% / 2);
    }
}

@media screen and (max-width:570px) {
    .listing.block .tile {
        width: calc(98% / 1);
    }
}
.listing.block .tile a {
    color: #333;
}
.listing.block .tile a:hover {
    text-decoration: none;
}
.listing.block .tile a .thumb {
    padding-bottom: 15px;
}
.listing.block .tile a .thumb img {
    transform: scale(1.0, 1.0);
    transition: 0.7s all;
    border-radius: 5px;
}
.listing.block .tile a:hover .thumb img {
    transform: scale(1.04, 1.04);
    transition: 0.7s all;
    border-radius: 2px;
}
.listing.block .tile a .status {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}
.listing.block .tile a .status span {
    display: inline-block;
    padding: 2px 8px;
    font-size: 0.8em;
    border-radius: 3px;
    color: #fff;
}
.listing.block .tile a .status span.st_1 {
    background-color: #008fc0;
}
.listing.block .tile a .status span.st_2 {
    background-color: #008fc0;
}
.listing.block .tile a .status span.cate_1 {
    background-color: #fe6769;
}
.listing.block .tile a .status span.cate_2 {
    background-color: #fe6769;
}


.listing.block .tile a .time {
    font-size: 0.9em;
}
.listing.block .tile a .title {
    font-weight:600;
    font-size:1.1em;
    margin: 10px 0 15px;
}
.listing.block .tile a:hover .title {
    text-decoration: underline;
}

.listing.block .tile a .tags {
    display: flex;
    gap: 8px;
}
.listing.block .tile a .tags span {
    background: #f5f8fa;
    padding: 3px 9px;
    font-size: 0.65em;
    border-radius: 13px;
    color: #6f6f6f;
}


@media screen and (max-width:960px) {
    iframe {
        width: 100%;
    }
}

