/* common */

.flexible_layout_wrapper{

}

.flexible_layout{
    position: relative;
    padding-top: 45px;
    padding-bottom: 45px;
}

.right_content_wrapper .flexible_layout:first-child{
    padding-top: 0px;
}

.body_cadsh .flexible_layout{
    color:#000;
}

.flexible_layout + .flexible_layout{
    /* margin-top: 90px; */
}

.flexible_layout > * {
    z-index: 2;
    position: relative;
}

.flexible_layout .color_bg{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 1;
}


.event_basic_info .free_text .table-responsive table, .flexible_layout_related_event .free_text .table-responsive table{
    border-top:1px solid #2c5e59;
    border-bottom:1px solid #2c5e59;
}

.flexible_layout .free_text .table-responsive td{
    padding: 20px 10px;
}	

.event_basic_info .free_text .table-responsive tr+tr td, .flexible_layout_related_event .free_text .table-responsive tr+tr td{
    border-top:1px solid #2c5e59;
}

/* flexible_layout_left_image_right_text */

.flexible_layout_left_image_right_text{
}

.flexible_layout_left_image_right_text .img_wrapper, .flexible_layout_left_text_right_image .img_wrapper{
    overflow: hidden;
    border-radius: 20px;
}

.flexible_layout_left_image_right_text .img_wrapper + .btn_wrapper{
    margin-top: 30px;
}

/* flexible_layout_slider */

.flexible_layout_slider .img_wrapper{
    position: relative;
    padding-bottom: 50%;
    background-color: #fff;
}

.flexible_layout_slider .img_wrapper img{
    position: absolute;
    left: 0px;
    top:0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    margin: auto;
    object-position: center center;
    object-fit: cover;
}

.flexible_layout_slider .img_wrapper .vertical_img{
    object-fit: contain;
    width: 100%;
    height: 80%;
}

.flexible_layout_slider .video_wrapper{
    padding-bottom: 50%;
}

.flexible_layout_slider .swiper-container{
    overflow: hidden;
    border-radius: 20px;
}

.flexible_layout_slider .swiper_dot {
    margin-top: 30px;
    text-align: center;
    justify-content: center;
}

.flexible_layout_slider .swiper-pagination-bullet {
    background-color: #2c5e59;
}

/* flexible_layout_text_list */
	
.flexible_layout_text_list .text_list_wrapper{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.flexible_layout_text_list .text_list{
    flex: 0 0 calc(33.33% - 30px);
}

.flexible_layout_text_list .title + .text_list_wrapper{
    margin-top: 30px;
}

.flexible_layout_text_list .t1{
    display: inline-block;
    padding: 3px 10px 6px 12px;
    border:1px solid;
    border-radius: 30px;
    font-weight: 900;
}

.flexible_layout_text_list .t1 + .t2{
    margin-top: 20px;
    
}


/* flexible_layout_text_image_with_sns */

.flexible_layout_text_image_with_sns .top{
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.flexible_layout_text_image_with_sns .top .t_wrapper{
    flex:0 0 calc(66.66% - 30px);
    font-weight: 900;
}

.flexible_layout_text_image_with_sns .t_wrapper .t1{
    font-weight: 900;
}

.flexible_layout_text_image_with_sns .t_wrapper .t1 + .t2{
    margin-top: 20px;
}


.flexible_layout_text_image_with_sns .col_wrapper{
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.flexible_layout_text_image_with_sns .left_col{
    flex:0 0 calc(45% - 15px);
}

.flexible_layout_text_image_with_sns .right_col{
    flex:0 0 calc(55% - 15px);
}

.flexible_layout_text_image_with_sns .left_col + .right_col .img_wrapper{
    margin-left: 15px;
}


.flexible_layout_text_image_with_sns .img_wrapper{
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    display: block;
    padding-bottom: 56.25%;
}

.flexible_layout_text_image_with_sns .img_wrapper img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top:0px;
    object-fit: cover;
}

.flexible_layout_text_image_with_sns a.img_wrapper:hover{
    opacity: 0.5;
}

.flexible_layout_text_image_with_sns .img_wrapper .overlay_text{
    position: absolute;
    left: 0px;
    top:0px;
    right: 0px;
    margin: auto;
    padding: 20px;
    text-shadow: 0 0 4px #222;
    color:#fff;
}

.flexible_layout_text_image_with_sns .sns_wrapper ul{
	display: flex;
	gap: 24px;
    margin-top: 15px;
    justify-content: end;
}

.flexible_layout_text_image_with_sns .sns_wrapper a{
	height: 36px;
	display: block;
	background-size: 100% 100%;
}

.flexible_layout_text_image_with_sns .sns_wrapper a:hover{
    opacity: 0.5;
}


/* flexible_layout_spacer */

.flexible_layout_spacer{
    border-top:1px solid #000
}

/* flexible_layout_video_group */

.flexible_layout_video_group .title, .flexible_layout_video_group .group_title, .section_left_menu_right_content .right_content_wrapper .flexible_layout_video_group .title{
    color:#2c5e59;
    padding-bottom: 0px;
    border-bottom:0px;
}

.flexible_layout_video_group .title + .list_item_wrapper, .flexible_layout_video_group .group_title + .list_item_wrapper{
    margin-top: 30px;
}

/* flexible_layout_related_event */

.flexible_related_navigation{
    overflow: hidden;
}

.flexible_related_navigation .swiper-slide {
    width: 25%;
}

.related_navigation_slider{
    overflow: hidden;
    position: relative;
}

.related_navigation_slider .swiper-container{
    margin-left: -30px;
    margin-right: -30px;
    overflow: visible;
}

.related_navigation_slider_item{
    margin-left: 30px;
    margin-right: 30px;
    display: flex;
    gap: 30px;
}

.related_navigation_slider_item .img_wrapper{
    flex: 0 0 40%;
}

.related_navigation_slider .text_wrapper{
}

.related_event_btn:hover{
    opacity: 0.5;
    cursor: pointer;
}

.flexible_related_navigation .prev_slide{
    background-color: #792980;
    border-radius: 100%;
    width: 30px;
    height: 30px;
}

.flexible_related_navigation .prev_slide::before{
    left: 5px;
    width: 10px;
    height: 10px;
}

.flexible_related_navigation .next_slide{
    background-color: #792980;
    border-radius: 100%;
    width: 30px;
    height: 30px;
}

.flexible_related_navigation .next_slide::before{
    right: 5px;
    width: 10px;
    height: 10px;
}

.flexible_related_navigation .swiper-button-disabled{
    display: none;
}

/* flexible_layout_related_event */

.flexible_layout_related_event .img_wrapper + .btn_wrapper {
  margin-top: 30px;
}

/* flexible_layout_free_text */

.flexible_layout_free_text .free_text figure.image {
    text-align: center;
}

.flexible_layout_free_text .free_text figure.image.image-style-align-right{
    margin-left: auto;
}

.flexible_layout_free_text .free_text figure.image.image-style-align-left{
    margin-right: auto;
}

@media screen and (max-width: 1023px) { 

    .flexible_layout{
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .flexible_layout .color_bg{
        /* top: -15px;
        bottom: -15px; */
    }

    .flexible_layout_text_list .text_list_wrapper{
        gap: 30px;
    }

    .flexible_layout_text_list .text_list{
        flex: 0 0 calc(50% - 15px);
    }

    .flexible_layout + .flexible_layout {
        /* margin-top: 30px; */
    }

    .related_navigation_slider .swiper-container{
        overflow: visible;
    }

    .related_navigation_slider{
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .flexible_related_navigation .swiper-slide {
        width: 50%;
    }

    .flexible_layout_text_image_with_sns .left_col + .right_col .img_wrapper{
        margin-left: 0px;
    }
    
}


@media screen and (max-width: 640px) { 


    .flexible_related_navigation .swiper-slide {
        width: 75%;
    }
}


@media screen and (max-width: 480px) { 
}