#contentWrapper {
    margin-top: 10px;
}

#contents h2 {
    background-color: transparent;
    border-top: none;
    height: 30px;
    line-height: 1;
    padding: 6px 0 6px 15px;
}

#contents h2 span {
    top: 3px;
    margin: 0;
}

/*
#contents h2 span a {
    height: 22px;
    padding: 5px 20px;
    border-radius: 5px;
}
*/

.com_contArea01:not(:first-child) {
    margin-top: 10px;
}

/*----------------------------------------------*/
@media screen and (max-width: 768px) {
    #contentWrapper {
        margin-top: 50px;
    }
}

/*----------------------------------------------*/
@media screen and (max-width: 480px) {
    #contents h2 {
        height: 40px;
        line-height: 1;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 12px 10px 12px 15px;
        margin-bottom: 0;
    }

    #contents h2 span {
        top: 8px;
        right: 0;
    }
}

/*----------------------------------------------*/

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡

mainslider

≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
#top_mainSlider {
    /*    height: 300px;*/
    margin-bottom: 10px;
    overflow: hidden;
}

#top_mainSlider li.slide {
    /*    opacity: 0;*/
    /*    width: 300px;*/
    width: 312px;
    float: left;
    -webkit-transition: 1s opacity ease;
    transition: 1s opacity ease;
}

#top_mainSlider li.slide img {
    width: 100%;
    height: auto;
}

#top_mainSlider li.slide:nth-child(3) {
    /*    margin-top: 15px;*/
    margin-top: 3px;
}

#top_mainSlider li.slide p.tag {
    position: absolute;
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: -.05em;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px 8px;
    background-color: #333;
    color: #fff;
    /*    border-radius: 100px;*/
    top: 0;
    left: 0;
}

#top_mainSlider li.slide .data {
    height: 30px;
}

#top_mainSlider li.slide .data .inner {
    padding: 5px 10px;
    font-size: 14px;
    font-size: 1.4rem;
}

#top_mainSlider li.slide.wide {
    width: 632px;
    /*    width: 634px;*/
    /*    margin-right: 18px;*/
    margin-right: 6px;
}

/*#top_mainSlider li.slide.wide .data { height: 58px;}*/
#top_mainSlider li.slide.wide .data .inner {
    padding: 10px 15px;
}

/*
#top_mainSlider li.slide.wide .data p:first-child {
    top: -240px;
}
*/
#top_mainSlider li.slide.wide .data p:last-child {
    font-size: 20px;
    font-size: 2.0rem;
}

#top_mainSlider li.slide.wide .data p:last-child span.min {
    font-size: 14px;
    font-size: 1.4rem;
}

/*----------------------------------------------*/
@media screen and (max-width: 768px) {
    #top_mainSlider li.slide:nth-child(3) {
        margin-top: 0;
    }

    #top_mainSlider li.slide.wide {
        width: auto;
        margin-right: 0;
    }

    #top_mainSlider li.slide.wide .data p:last-child,
    #top_mainSlider li.slide .data p:last-child {
        margin-top: 0;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

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

/*----------------------------------------------*/

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡

news area

≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
#top_newsArea>.com_arrowList01>.com_btn01 {
    margin-top: 10px;
}

#top_newsArea>.com_arrowList01>.com_btn01::after {
    content: '';
    clear: both;
    display: block;
}

#top_newsArea>.com_arrowList01>.com_btn01 a {
    width: 150px;
    float: right;
    height: 30px;
    padding: 6px 20px;
    font-size: 12px;
    font-size: 1.2rem;
}

/*----------------------------------------------*/
@media screen and (max-width: 768px) {}

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

/*----------------------------------------------*/

/*============================================================================
    contents list
============================================================================*/
#contents .com_contList01 li.ofBlog .txt h3 {
    font-size: 20px;
    font-size: 2.0rem;
}


.box30 li {
    float: left;
    width: 32%;
    margin: 1rem 1% 1rem 0;
}

.box30 li:nth-child(3) {
    margin-right: 0;
}

.box30 img {
    width: 100%;
}

.eyecatch {
    width: 100%;
    height: 150px;
    background-position: center;
    background-size: cover;
}

.eyecatch.noimg {
    background-image: url(../common/img/com_noimage01.png);
}



/*----------------------------------------------*/
@media screen and (max-width: 768px) {
    .box30 li {
        float: inherit;
        width: 98%;
    }
}

/*----------------------------------------------*/
@media screen and (max-width: 480px) {
    #contents .com_contList01 li.ofBlog .txt h3 {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

/*----------------------------------------------*/

















/* 2020/12/21----------------------------------------------*/
.top-newcontents-area {
    visibility: hidden;
}
.com_slider01.loaded .top-newcontents-area {
    visibility: visible;
}
.top-newcontents-area li {
    width: 470px;
    /* height: 350px; */
    -webkit-transition: 1s opacity ease;
    transition: 1s opacity ease;
    box-sizing: border-box;
}

.top-newcontents-area li:hover {
    background-color: #f7f7f7;
}

.top-newcontents-list {
    display: flex;
    justify-content: space-between;
}

.top-newcontents-list__link {
    width: 100%;
    height: 100%;
	text-decoration: none;
}

.top-newcontents-list__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    position: relative;
	border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0px 1px 0 #e5e5e5;
    box-shadow: 0px 1px 0 #e5e5e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.top-newcontents-list__container:hover {
    opacity: 0.6;
}
.top-newcontents-list__pic {
    width: 100%;
    display: flex;
    align-items: center;

    height: 100%;
}
.top-newcontents-list__txt {
    width: 50%;
	height: 30%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.top-newcontents-list__pic-inner {
    margin: 20px auto;
    width: 90%;
    margin: 0 auto;
    width: 100%;
    /*height: 312px; 2024/01/16*/
    height: 368px;
}
.top-newcontents-list__pic-img {
    width: 100%;
    height: 70%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.top-newcontents-list__txt-inner {
    width: 90%;
    display: flex;
    justify-content: center;
    margin: auto;
}
.top-newcontents-list__txt-tag {
    opacity: 0.6;
    text-align: start;
}
.top-newcontents-list__txt-date {
    opacity: 0.6;
    margin-left: 5px;
}
.top-newcontents-list__txt-title {
    text-align: start;
    font-size: 16px;
    font-size: 1.6rem;
    color: #262626;
    margin: 3px 0;
    line-height: 1.4em;
}
.top-newcontents-list__txt-tag,
.top-newcontents-list__txt-date {
    font-size: 14px;
    font-size: 1.4rem;
    color: #999;
    opacity: 1.0;
}
.top-tag__block{
    display: block;
}
.top-tag__txt__small{
   font-size: 1.2rem; 
}
.top-newcontents-latest-post {
    margin-bottom: 20px;
}
.top-newcontents-latest-post:hover {
    background-color: #f7f7f7;
}
.top-newcontents-latest-post__pic-inner {
    max-width: 680px;
    margin: auto;
}
.top-newcontents-latest-post__pic-inner img{
    height: 250px!important;
    object-fit: cover;
}
.top-newcontents-latest-post__txt {
    text-align: start;
}
.top-newcontents-latest-post__txt-inner {
    padding: 0 20px;
    max-width: 680px;
    margin: 10px auto 0;
}
.top-newcontents-latest-post__txt-tag {
    opacity: 0.6;
}
.top-newcontents-latest-post__txt-title {
    font-size: 14px;
    font-size: 1.4rem;
}
.top-newcontents-latest-post__txt-date {
    opacity: 0.6;
    margin-left: 5px;
}
.top_event_tabList {
	margin: 20px 0;
}
.com_contList01 .heightLine2rows li {
    width: 50%;
    margin-top: 10px;
}

.com_contList01 .heightLine2rows li:nth-child(3n) {
    margin-right: 10px;
}
.com_contList01 .heightLine2rows li:nth-child(2n) {
    margin-right: -20px;
}
.com_contList01 li .top_event_txt {
    padding: 10px 15px 5px 15px;
    /*padding: 10px 15px */
    border-top: none;
}

#contents .com_contList01 li .top_event_txt h3 {
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4em;
    margin: 5px 0 8px!important;
    border: none;
}
@media screen and (min-width: 480px) {
.top_event_tabList .scaled-image {
	height: 147px;
	object-fit: contain;
	width: 100%;
}
}

