@charset "utf-8";

/* default PC */
/* 2023/06/22  Shaft)Morimoto		追加 */
/* 2023/07/10  CODE54)Takabatake		追加 */
/* 2024/01/25  Shaft)Morimoto		追加 */
/* 2025/03/25  Shaft)Morimoto		追加 */
/* 2025/09/30  Shaft)Morimoto		追加 */
.page-ttl {
    background-image: none;
    background-color: transparent;
    margin-bottom: 0;
}

#contents .page-ttl h1 {
    color: #333;
}

#information .information-item:first-child,
.blog-archive .blog-group:first-child {
    border-top: 1px solid #CACACA;
}

#information .information-item {
    border-bottom: 1px solid #CACACA;
    padding: 20px;
}

.information-item .txt {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#contents .information-item .txt p {
    margin-bottom: 0;
    width: calc(100% - 150px);
    display: flex;
    align-items: center;
}

#contents .information-item p.information-day {
    font-size: 16px;
    margin: 0 20px 0 0;
    width: 130px;
}

#contents p.return-home {
    margin: 40px 0 10px;
}

#contents h1.information-ttl {
    font-size: 24px;
    background-color: #273f81;
    border-radius: 5px;
    padding: 15px 20px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.03em;
    margin: 0 0 20px;
}

#contents .infomation-contents h2 {
    text-align: left;
    border-left: 10px solid #273f81;
    padding: 11px 10px;
    height: auto;
    margin: 50px 0 40px;
    background-color: #f4f4f4;
    border-radius: 10px;
    font-size: 22px;
}

#contents .infomation-contents h3 {
    color: #3c424f;
    padding: 15px;
    background-color: #dbebfe;
    font-size: 20px;
}

#contents .infomation-contents h4 {
    background-color: transparent;
    border-bottom: 1px solid #346fab;
    padding: 10px;
    box-sizing: border-box;
}

#contents .infomation-contents h5 {
    border-bottom: 0;
    font-size: 17px;
    color: #273f81;
    border-left: 5px solid #273f81;
    padding: 3px 10px;
}

.infomation-contents {
    margin-bottom: 40px;
}

#contents .information-date {
    font-size: 115%;
    margin-top: 0;
    margin-bottom: 5px;
}

/* 2023/06/15  Shaft)Morimoto		追加 */
/* 2024/01/25  Shaft)Morimoto		.news-contents 追加 */
#contents .infomation-contents a.ico-img img,
#contents .news-contents a.ico-img img,
#contents .topics-contents a.ico-img img {
    width: 30px;
    height: 30px;
    padding: 5px;
    margin-right: 10px;
    top: 8px;
    position: relative;
}

#contents .infomation-contents p.link,
#contents .news-contents p.link {
    padding-left: 1em;
}

#contents .infomation-contents a.ico-img img,
#contents .news-contents a.ico-img img,
#contents .topics-contents a.ico-img img {
    background-color: #5396d1;
}

#contents .infomation-contents a.ico-img.ico-fpgoods img,
#contents .news-contents a.ico-img.ico-fpgoods img {
    background-color: transparent;
}
#contents .infomation-contents a.ico-img.ico-tel img {
    background-color: #ffffff;
    width: 40px;
    height: 40px;
}

#contents .infomation-contents p.bg-gray,
#contents .news-contents p.bg-gray {
    padding: 5px 20px;
}

#contents .infomation-contents .link-normal,
#contents .news-contents .link-normal {
    color: #3c93e9;
    padding-left: 30px;
    display: inline-block;
    background-image: url(../image/contents/ico_tab_blue.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 10px 9px;
}

/* End 2023/06/15  Shaft)Morimoto		追加 */

/* 2023/07/10  CODE54)Takabatake		追加 */
.information-item .new-txt {
    align-items: center;
    background-color: #c13039;
    color: #fff;
    display: flex;
    font-size: 14px;
    height: 22px;
    letter-spacing: 0.025em;
    line-height: 1em;
    max-width: 60px;
    margin-left: 15px;
    padding: 1px 14px;
    text-transform: uppercase;
}
/* End 2023/07/10  CODE54)Takabatake		追加 */

/* Shaft)Morimoto		追加 */
/* 2025/03/25 */
.point-box {
    position: relative;
    margin: 3em 1em 2em;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
    font-weight: normal;
    width: fit-content;
}
.point-box .box-title {
    position: absolute;
    display: inline-block;
    top: -36px;
    left: -3px;
    padding: 4px 16px;
    height: 36px;
    line-height: 25px;
    font-size: 16px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.point-box .box-content {
    margin: 0; 
    padding: 0;
    font-size: 15px;
}
.point-box b.redline {
    border-bottom: 2px solid #c13039;
}
/* 2025.8.26 */
.ml-1em {
	margin-left: 1em;
}
.seminar-title {
	font-size: 110%;
	font-weight: bold;
	border-bottom: 2px solid #3c93e9;
	padding: 0 8px;
}
/* 2025.9.30 */
.txt-indent {
    margin-left: 1em;
    text-indent: -1em;
}
.leaflet-detail {
	margin-left: 2em;
    display: block;
}
/* End  Shaft)Morimoto		追加 */

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

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

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {}

@media screen and (max-width: 1024px) {
    #contents .information-date {
        margin-top: 0;
    }
}

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

    #contents .information-item p.information-day,
    #contents .information-item .txt p {
        width: 100%;
        margin: 0;
    }

    /* 2023/07/10  CODE54)Takabatake		追加 */
    .information-item .txt {
        display: block;
        position: relative;
    }

    .information-item .post-ttl {
        margin-left: 0;
        width: 100%;
    }

    .information-item .new-txt {
        margin: 0;
        position: absolute;
        left: 120px;
        top: 2px;
    }
    /* End 2023/07/10  CODE54)Takabatake		追加 */
}

/* view-559 Mobile */
@media screen and (max-width: 559px) {
    .news-item .txt {
        display: block;
        align-items: center;
    }

    #contents .news-item p.news-day {
        font-size: min(3.7vw, 15px);
        margin: 0 0 min(1vw, 5px);
    }

    #news .news-item .news-ttl {
        margin: 5px 0 0 0;
    }

    .page-list {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 35px;
        flex-wrap: wrap;
    }

    .page-list .prev .page-link,
    .page-list .page-link {
        padding: 15px 20px;
        margin: 0 3px 5px 0;
    }

    .page-list .dots {
        margin: 0 3px 5px 0;
    }

    #news .news-item {
        padding: 10px
    }

    #contents h1.information-ttl {
        font-size: 18px;
        padding: 10px 15px 11px;
    }
}

/* 559以下はRWD時に崩れがあれば任意で作成 */
@media screen and (max-width: 430px) {
    .page-list {
        justify-content: space-between;
    }

    .page-list .prev .page-link,
    .page-list .page-link {
        padding: 12px 14px;
        margin: 0 3px 5px 0;
    }
}

@media screen and (max-width: 414px) {
    .page-list {
        justify-content: space-between;
    }

    .page-list .prev .page-link,
    .page-list .page-link {
        padding: 12px 13px;
        margin: 0 3px 5px 0;
    }
}

@media screen and (max-width: 393px) {
    .page-list {
        justify-content: space-between;
    }

    .page-list .prev .page-link,
    .page-list .page-link {
        padding: 12px 12px;
        margin: 0 3px 3px 0;
    }
}

@media screen and (max-width: 375px) {
    .page-list {
        justify-content: flex-start;
    }

    .page-list .prev .page-link,
    .page-list .page-link {
        padding: 12px 15px;
        margin: 0 3px 3px 0;
    }
}

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

    .page-list .prev .page-link,
    .page-list .page-link {
        padding: 10px 11px;
    }
}

/*IE*/
@media all and (-ms-high-contrast: none) {}