@charset "utf-8";

/* --- ヘッダー --- */
.c-page-nav {
    width: auto;
    right: 0;
    left: inherit;
}

.c-page-nav__element a {
    line-height: 1.0;
    padding: 17px 30px 17px 38px;
}

.c-page-nav__element a span::after,
.c-lower-cta__button-element a span::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    margin: 0 0 3px 8px;
    width: 0.5em;
    height: 0.5em;
    border: 0.15em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
    transition: .4s;
}

.c-page-nav__element a:hover span::after,
.c-lower-cta__button-element a:hover span::after {
    color: #00a7ac;
}

@media (max-width: 767px) {
    .c-page-nav {
        width: 100%;
    }

    .c-page-nav__element a {
        padding: 12px 10px 12px 16px;
    }

    .c-page-nav__element a span::after {
        margin: 0 0 3px 6px;
    }

    .c-sm-nav {
        z-index: 100;
    }

}


/* --- フッター --- */
.c-lower-cta__button-element {
    margin: 0 3px;
}

.c-lower-cta__button-element a {
    padding: 11px 46px 11px 60px;
}

.c-lower-cta__button-element a span::after {
    content: "";
    margin: 0 0 3px 14px;
    width: 0.45em;
    height: 0.45em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
}

@media (max-width: 767px) {
    .c-lower-cta__button-element a {
        padding: 9px 10px 9px 20px;
    }

    .c-lower-cta__button-element a span::after {
        margin: 0 0 3px 10px;
    }
}






/* --- メインビジュアル --- */
.c-hero:before {
    top: calc(100% - 829px);
}

.c-hero__start {
    width: 200px;
    height: 200px;
    background: #FFFF00;
    right: 180px;
    top: -120px;
    padding-top: 0px;
    /*opacity: 1.0;
  transition: 0.12s ease-out;*/
}

.c-hero__start-text {
    font-size: 2.6rem;
    padding-top: 0px;
    top: calc(50% - 63px);
    color: #00A7AC;
    position: relative;
}

.c-hero__start-text:before {
    display: none;
}

.c-hero__start-text:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #00A7AC;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: unset;
    bottom: -25px;
}

.c-hero__start-text::after {
    content: '';
    display: inline-block;
    /*width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 6px 0 6px;
	border-color: #00A7AC transparent transparent transparent;*/
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #FFFF00;
    position: absolute;
    left: 50.5%;
    transform: translateX(-50%);
    bottom: -19px;
}

.c-hero__start-text span {
    display: block;
}

.c-hero__start-text span.start-text-s {
    font-size: 65%;
}

.c-hero__start-text span.start-text-m {
    font-size: 90%;
}

.c-hero__start-text span.x-textLarge {
    font-size: 135%;
}

.c-hero__start__btn {
    text-decoration: none;
}



@media (max-width: 767px) {
    .c-hero__inner {
        background: #00979b;
    }

    .c-hero__content {
        z-index: 3;
    }

    .c-page-home-upper {
        background: #00a7ac;
    }

    .c-hero:before {
        top: calc(100% - 690px);
    }

    .c-hero__start {
        height: auto;
        padding: 15px 20px 15px 10px;
        width: 80%;
        max-width: 90%;
    }

    .c-hero__start-text {
        width: 100%;
        font-size: 1.6rem;
        margin-left: 0px;
        padding: 5px 0 5px 0;

    }

    .c-hero__start-text::after {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0 6px 8px;
        border-color: transparent transparent transparent #00A7AC;
        position: absolute;
        top: 52%;
        transform: translateY(-50%);
        right: -5px;
        left: unset;
        bottom: unset;
    }

    .c-hero__start-text span {
        display: inline;
        font-size: 1.65rem !important;
    }

    .c-hero__start-text:before {
        display: none;
    }

    .c-hero__start-text br.spBr {
        display: inline !important;
    }
}


/* ▼操作見学会導線用 */
/*.c-hero__start{
    width: 200px;
    height: 200px;
    background: #FFFF00;
    right: 160px;
    top: -246px;
    padding-top: 15px;
    opacity: 1.0;
    transition: 0.12s ease-out;
}
a:hover .c-hero__start{
    opacity: 0.85;
    top: -242px;
}
.c-hero__start-place{
    background-color: #111111;
    color: #ffffff;
    line-height: 1.0;
    display: inline-block;
    padding: 4px 10px;
    margin: 0px auto 5px auto;
    font-size: 1.35rem;
    font-weight: 700;
}
.c-hero__start-date {
    color: #111;
    margin-bottom: 8px;
}
.c-hero__start-date small {font-size: 1.6rem; margin-bottom: 2px;}
.c-hero__start-date span {font-size: 1.6rem;}
.c-hero__start-date span em {font-size: 2.0rem;}
.c-hero__start-text {
    font-size: 2.6rem;
    line-height: 1.2;
    padding: 6px 0 3px 0;
    color: #00A7AC;
}
.c-hero__start-text:before {background: #111111;}
.c-hero__start-link {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    position: relative;
    width: 20px;
    height: 20px;
    background: #00a7ac;
    border-radius: 50%;
    box-sizing: content-box;
}
.c-hero__start-link::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 4.5px 0 4.5px 6px;
    border-left-color: #FFFF00;
    border-right: 0;
    transform: translateX(15%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

@media (max-width: 767px){
.c-hero__content {
    margin-top: -150px;
}
.c-hero__content p {margin-bottom:25px;}
a:has(> .c-hero__start){
    text-decoration: none;
    display: block;
    position: relative;
}
.c-hero__start{
    width: calc(100% - 40px);
    height: auto;
    padding: 10px 3px;
    border-radius: 30px;
    position: relative;
    top: 0;
    left: 0;
}
a:hover .c-hero__start{
    opacity: 1;
    top: 0;
}
.c-hero__start-place{
    position: absolute;
    top: -11px;
}
.c-hero__start-date{margin-bottom: 0;}
.c-hero__start-date small {
    font-size: 1.2rem;
    margin: 0 2px 0 0;
}
.c-hero__start-date span {font-size: 1.2rem;}
.c-hero__start-date span em {font-size: 1.4rem;}
.c-hero__start-text {
    font-size: 1.6rem;
    margin-left: 2px;
    padding: 5px 0 5px 2px;
	top: 0
}
.c-hero__start-text:before {display: none;}
.c-hero__start-link {
    width: 16px;
    height: 16px;
    margin-left: 3px;
}
.c-hero__start-link::before {border-width: 3.5px 0 3.5px 5px;}

}
*/
/* ▲操作見学会導線用 */


/* --- K-DIVEとは--- */
.lead_voice {
    text-align: center;
    margin: 60px auto 100px;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}

.lead_voice p {
    position: relative;
    font-size: 2.0rem;
    font-weight: 500;
    letter-spacing: 0.075rem;
    display: inline-block;
    margin: 0 0 20px 0;
    padding: 0 1.5rem;
    color: #ffffff;
}

.lead_voice p::before,
.lead_voice p::after {
    position: absolute;
    top: 0.8rem;
    height: 1.8rem;
    content: '';
}

.lead_voice p::before {
    border-left: solid 2px;
    left: 0;
    transform: rotate(-30deg);
}

.lead_voice p::after {
    border-right: solid 2px;
    right: 0;
    transform: rotate(30deg);
}

.lead_voice .youtubeBox {
    width: 800px;
    margin: 0 auto 30px;
}

.lead_voice .youtubeBox .youtubeInner {
    position: relative;
    padding-top: 56.25%;
    height: 0;
}

.lead_voice .youtubeBox .youtubeInner iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.lead_voice a {
    display: inline-block;
    width: 340px;
    margin: 0 5px;
    border-radius: 5px;
    font-size: 1.5rem;
    padding: 10px 0 11px 0;
}

.lead_voice a.c-content-nav__links:before {
    top: 18px;
    left: 20px;
}

.c-lead__head {
    color: #333f48;
}



@media(max-width: 767px) {

    .lead_voice {
        margin: 40px auto 0px;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }

    .lead_voice p {
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: 0.05rem;
        padding: 0 2rem;
    }

    .lead_voice p::before,
    .lead_voice p::after {
        position: absolute;
        top: 0.5rem;
        height: 4.3rem;
        content: '';
    }

    .lead_voice p::before {
        left: 5px;
        transform: rotate(-30deg);
    }

    .lead_voice p::after {
        right: 5px;
        transform: rotate(30deg);
    }

    .lead_voice .youtubeBox {
        width: 100%;
        margin: 0 auto 20px;
    }

    .lead_voice a {
        width: 100%;
        margin: 0 auto 10px auto;
    }

    .c-lead__head {
        color: #FFFFFF;
    }

    /*.c-lead {
    background: linear-gradient(0deg,#00a7ac,#00a7ac 100%,transparent);
}*/


}


/* --- サービス内容 --- */
.c-service-content__col-content {
    padding: 22px 30px 46px
}

@media(max-width:767px) {
    .c-service-content__col-content {
        padding: 20px 20px 46px
    }
}

/* --- 体験施設 --- */
.c-experience {
    position: relative;
    margin: 0 0 100px;
    z-index: 3
}

@media(max-width: 767px) {
    .c-experience {
        margin: 0;
        padding-bottom: 60px;
        background: -webkit-gradient(linear, left top, left bottom, from(#333f48), color-stop(80%, #333f48), to(#fff));
        background: linear-gradient(180deg, #333f48, #333f48 80%, #fff);

        /*background:#333f48;
        margin: 0 0 60px*/
    }
}

.c-experience__inner {
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto
}

.c-experience__head {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    position: relative;
    border-top: 3px solid #e8eaea;
    padding-top: 16px;
    margin: 0 0 40px
}

.c-service-content__body {
    display: none;
}

.c-service-content__button-toggle[data-button=close] {
    background-color: #d8d8d8;
}

.c-service-content__button-toggle[data-button=open] {
    background-color: #fff;
}

@media(max-width: 767px) {
    .c-experience__head {
        margin: 0 -20px 20px;
        font-size: 1.8rem;
        padding-top: 12px
    }
}

/* 240711 注釈追加 */
.c-service-content__body-text {
    color: white;
    margin: 0 0 1rem 10px;
}

.c-experience__head:before {
    content: "";
    height: 3px;
    width: 30px;
    background: #00a3a5;
    display: block;
    position: absolute;
    top: -3px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.c-experience__head {
    color: #fff;
    border-top: 0;
    position: relative
}

.c-experience__head:after {
    color: #fff;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    opacity: .6;
    position: absolute;
    top: -3px;
    left: 0;
}

.c-experience__head:before {
    color: #fff;
    background: #fff
}

.c-experience__body {
    background: #fff;
    padding: 45px 115px
}

.c-experience__place {
    background: #F5F4F4;
    padding: 45px 115px
}

@media(max-width: 767px) {
    .c-experience__body {
        margin: 0 -10px;
        padding: 25px
    }
}

.c-experience__lead {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 8px
}

@media(max-width: 767px) {
    .c-experience__lead {
        text-align: left;
        font-size: 1.6rem
    }

    .c-service__lead br {
        display: none
    }
}

.c-experience__lead-text {
    margin: 0 0 44px;
    font-size: 1.6rem;
    text-align: center
}

@media(max-width: 767px) {
    .c-experience__lead-text {
        text-align: left;
        font-size: 1.5rem;
        margin: 0 0 20px;
    }
}

.c-experience-content__body-images-ph {}

@media(max-width: 767px) {
    .c-experience-content__body-images-ph {
        margin: 0 0 20px;
    }
}

.c-experience__note {
    border: 1px solid #00a3a5;
    position: relative;
    padding: 27px 0;
    text-align: center;
    line-height: 0
}

@media(max-width: 767px) {
    .c-experience__note {
        line-height: 1.4;
        text-align: left;
        padding: 10px 15px;
        font-size: 1.5rem;
    }
}

.c-experience__note a {
    color: #2badb0
}

.c-experience__note a:hover {
    text-decoration: none
}

.c-experience__content-button {
    /*text-align: right*/
}

@media(max-width: 767px) {
    .c-experience__content-button {
        text-align: center;
        margin-top: 15px;
        max-width: 100%;
    }
}

.c-experience__content-button a {
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #707070;
    text-decoration: none;
    font-size: 1.2rem !important;
    line-height: 1.67;
    color: #333f48;
    padding: 4px 18px 6px 30px;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s
}

.c-experience__content-button a:hover {
    border-color: #2badb0;
    color: #2badb0
}

.c-experience__content-button a:hover:before {
    border-color: #2badb0
}

.c-experience__content-button a:before {
    content: "";
    border-top: 1px solid #333f48;
    border-right: 1px solid #333f48;
    width: 5px;
    height: 5px;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 14px;
    top: 14px;
    -webkit-transition: .3s;
    transition: .3s
}

.c-experience__place-ph {
    width: 145px;
    float: left;
    margin-right: 20px;
}

.c-experience__place-text p:first-child {
    margin: 0 0 13px 0;
    font-weight: bold;
}

.c-experience__place-text p:nth-child(2) {
    margin: 0 0 10px 0;
    font-size: 13px
}

.c-experience__place {
    display: flex;
    justify-content: space-between;
}

.c-experience__place-box {
    width: calc(50% - 10px)
}

@media(max-width: 767px) {
    .c-experience__place-box {
        width: calc(50% - 10px);
    }

    .c-experience__place {
        background: #F5F4F4;
        padding: 25px;
        margin: 0 -10px;
    }

    .c-experience__place-ph {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .c-experience__place-text p:first-child {
        margin: 8px 0;
    }

    .c-experience__content-button a {
        width: 100%;
        padding: 4px 15px 6px 25px
    }

}


/* --- お客様の声 --- */
.c-voice__inner .ico_new {
    position: relative;
}

.c-voice__inner .ico_new::after {
    position: absolute;
    content: "NEW";
    width: 60px;
    height: 28px;
    left: -14px;
    top: 10px;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    background: #00a7ac;
}

@media (max-width: 767px) {
    .c-voice {
        margin: 0 0 60px;
        padding: 0;
        background: inherit;
    }

    .c-voice__inner .ico_new::after {
        width: 80px;
        height: 28px;
        left: 0px;
        top: 10px;
    }
}


/* --- Q&A --- */
.c-faq__block-open span {
    font-family: Noto Sans JP, sans-serif;
}

.c-hero__caption {
    top: 10px;
}

@media (max-width: 767px) {
    .c-hero__caption {
        top: 3.4vw;
    }
}

/* --- メディア掲載・出演情報 --- */
.c-media {
    margin: 66px 0 100px 0;
    padding-top: 80px;
    position: relative;
    z-index: 3;
    font-size: 1.6rem !important;
    /*background:linear-gradient(90deg, rgba(227, 227, 227,1) 0%,rgba(207, 245, 247,1) 100%);*/
    background: url("/dx/img/kdive/bg_guradient.jpg") #ffffff no-repeat center top;
    background-size: 100%;
}

.c-media__inner {
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
}

.c-media__header {
    text-align: center;
    margin-bottom: 60px;
}

.c-media__head {
    font-size: 3.2rem;
    font-weight: 900;
    position: relative;
    border-top: 3px solid #ffffff;
    padding-top: 16px;
    margin: 0 0 15px 0;
}

.c-media__head:before {
    content: "";
    height: 3px;
    width: 30px;
    background: #00a3a5;
    display: block;
    position: absolute;
    top: -3px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.c-media__body {
    padding: 0 60px;
    margin-bottom: 80px;
}

.c-media__body a {
    color: #333f48;
    text-decoration: none;
}

.media_list {
    width: 100%;
    background-color: #ffffff;
    padding: 25px 50px 25px 25px;
    border-bottom: 1px solid #333f48;
}

.c-media__body>.media_list:first-child {
    border-top: 1px solid #333f48;
}

a .media_list {
    background-color: rgba(0, 167, 172, 0.17);
    transition: all 0.2s ease-out;
    position: relative;
}

a .media_list:before {
    content: '';
    width: 24px;
    height: 24px;
    background: #333f48;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    margin: auto;
    transition: all 0.15s ease-out;
}

a:hover .media_list:before {
    right: 20px;
}

a .media_list::after {
    content: '';
    right: 34px;
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.15s ease-out;
}

a:hover .media_list::after {
    right: 29px;
}

.media_list_day {
    width: 8.5em;
    vertical-align: top;
    display: inline-block;
    margin-right: 90px;
}

.media_list_title {
    display: inline-block;
}

.media_list_title p {
    position: relative;
    margin: 0;
    color: #333f48;
}

.media_list_title p::after {
    content: "";
    width: 54px;
    padding: 1px 0 2px 0;
    text-align: center;
    display: block;
    background-color: #333f48;
    color: #ffffff;
    font-size: 82%;
    position: absolute;
    left: -86px;
    top: 2px;
}

.media_list_title p.ico_tv::after {
    content: "TV";
}

.media_list_title p.ico_web::after {
    content: "WEB";
}

.media_list_title p.ico_news::after {
    content: "新聞";
}

.media_list_title .media_list_link {
    text-decoration: underline;
    display: block;
}

a:hover .media_list_title .media_list_link {
    text-decoration: none;
}

.media_announce {
    text-align: center;
}

.media_announce strong {
    font-size: 130%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.media_announce strong::before,
.media_announce strong::after {
    content: "";
    background-color: #333f48;
    height: 3px;
    width: 28px;
}

.media_announce strong::before {
    margin: 5px 10px 0 0;
    transform: rotate(60deg);
}

.media_announce strong::after {
    margin: 5px 0 0 6px;
    transform: rotate(-60deg);
}

.media_announce a {
    background-color: #00a7ac;
    width: 360px;
    line-height: 60px;
    color: #ffffff;
    border: 1px solid #00a7ac;
    display: block;
    border-radius: 10px;
    margin: 20px auto 0;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    transition: all 0.2s ease-out;
}

.media_announce a::before {
    content: "";
    width: 7px;
    height: 7px;
    font-size: 110%;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 30px;
    bottom: 0;
    margin: auto;
    transition: all 0.2s ease-out;
}

.media_announce a:hover {
    background-color: #fff;
    color: #00a7ac;
}

.media_announce a:hover::before {
    border-top: solid 2px #00a7ac;
    border-right: solid 2px #00a7ac;
}



@media (max-width: 767px) {
    .c-media {
        margin: 50px 0 60px 0;
        padding-top: 50px;
        background-size: auto;
        font-size: 1.5rem !important;
    }

    .c-media__inner {
        max-width: 100%;
        padding: 0 20px;
    }

    .c-media__header {
        margin-bottom: 30px;
    }

    .c-media__head {
        font-size: 2.4rem;
        padding-top: 12px;
    }

    .c-media__body {
        padding: 0;
        margin-bottom: 40px;
    }

    .media_list {
        width: 100%;
        padding: 15px 40px 15px 15px;
    }

    a .media_list:before {
        content: '';
        width: 20px;
        height: 20px;
        right: 15px;
        bottom: 0;
        transition: inherit;
    }

    a:hover .media_list:before {
        right: 15px;
    }

    a .media_list::after {
        content: '';
        right: 22px;
    }

    a:hover .media_list::after {
        right: 22px;
    }

    .media_list_day {
        width: inherit;
        margin: 0 0 5px 0;
        display: block;
    }

    .media_list_title {
        display: block;
    }

    .media_list_title p {
        position: relative;
        margin: 0;
        color: #333f48;
    }

    .media_list_title p::after {
        content: "";
        left: inherit;
        right: -25px;
        top: -30px;
    }

    .media_list_title .media_list_link {
        text-decoration: underline;
        display: block;
    }

    a:hover .media_list_title .media_list_link {
        text-decoration: none;
    }

    .media_announce {
        text-align: center;
    }

    .media_announce strong {
        font-size: 110%;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .media_announce strong::before,
    .media_announce strong::after {
        content: "";
        background-color: #333f48;
        height: 2px;
        width: 22px;
    }

    .media_announce strong::before {
        margin: 3px 2px 0 0;
        transform: rotate(60deg);
    }

    .media_announce strong::after {
        margin: 3px 0 0 0;
        transform: rotate(-60deg);
    }

    .media_announce a {
        width: 100%;
    }

}

/* --- 共通 --- */
.c-hero,
.c-value,
.c-service,
.c-voice,
.c-experience,
.c-faq,
.c-roadmap,
.c-news {
    padding-top: 66px;
    margin-top: -66px;
}

/* 241111追記 */

.c-page-kdive #event {
    margin: 0 auto 60px;
}

.c-page-kdive #event ul.eventList {
    margin: 0 auto 10px auto;
    padding: 0 0 2px 0;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}

.c-page-kdive #event ul.eventList li {
    width: calc(33.33% - 13px);
    margin-right: 13px;
    background: url(../images/bg_products.png) repeat-y right top;
    vertical-align: middle;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.c-page-kdive #event ul.eventList li:last-child {
    background: none;
}
.c-page-kdive #event ul.eventList li :last-child{
    margin-right: 0;
}
.c-page-kdive #event ul.eventList li img {
    width: 100%;
    margin-bottom: 20px;
}

.c-page-kdive #event ul.eventList li p.eventIco {
    text-align: center;
    font-size: 11px;
    color: #fff;
    background-color: #00a7ac;
    width: 90px;
    margin: 0 auto 10px;
    padding: 5px 0 2px;
}

.c-page-kdive #event ul.eventList li p.eventName {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
    color: #00a7ac;
}

.c-page-kdive #event ul.eventList~p {
    text-indent: -1em;
    padding-left: 1em;
}

@media screen and (max-width: 767px) {

    .c-page-kdive #event ul.eventList {
        margin: 0 auto 10px auto;
        padding: 0 0 2px 0;
        display: block;
    }
    .c-page-kdive #event ul.eventList li {
        width: 100%;
        margin-right: 0px;
    }
    .c-page-kdive #event ul.eventList li p.eventName {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .c-page-kdive #event ul.eventList li:last-child {
        margin-bottom: 0;
    }
}