@media all and (max-width: 768px) {
    * {
        max-width: 100%;
    }
}

/*==============================
　.home Home
===============================*/
@media all and (min-width: 769px) and (max-width: 1080px) {

    /* .home-banner
    ---------------------------*/
    .home-banner {
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .home-banner .home-banner-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-right: 4.5%;
        padding-left: 4.5%;
    }

    .home-banner .home-banner-list li {
        display: block;
        width: 45%;
        margin-right: 0;
        margin-bottom: 40px;
    }
}

@media all and (max-width: 768px) {

    /* .home-slider
    ---------------------------*/
    .home-slider {
        min-height: auto;
        height: 36vw;
    }

    .slider-1-btn {
        position: absolute;
        top: 55%;
        left: 14%;
    }

    .slider-1-btn .btn {
        padding: 5px 10px;
        width: 11vw;
        min-width: 16em;
        font-size: 1vw;
    }

    /* .home-news
    ---------------------------*/
    .home-news {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .home-news .home-news-inner {
        display: block;
    }

    .home-news h2 {
        margin-bottom: 33px;
    }

    .home-news h2:after {
        bottom: -7px;
        width: 74px;
    }

    .home-news .home-news-box {
        position: relative;
        width: 100%;
        padding-bottom: 70px;
    }

    .home-news .home-news-list li {
        margin-bottom: 30px;
        font-size: 17px;
        line-height: 1.3;
    }

    .home-news .home-news-list li .date {
        margin-bottom: 5px;
        font-size: 15px;
    }

    .home-news .home-news-link-list {
        position: relative;
    }

    .home-news .home-news-link-list .btn {
        padding: 5px 10px;
        width: 130px;
        font-size: 16px;
    }

    /* .home-banner
    ---------------------------*/
    .home-banner {
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .home-banner .home-banner-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-right: 4.5%;
        padding-left: 4.5%;
    }

    .home-banner .home-banner-list li {
        display: block;
        width: 45%;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .home-banner .home-banner-list li a {
        display: block;
    }

    .home-banner .home-banner-list li img {
        height: auto;
    }

    .home-banner .home-banner-list li span {
        font-size: 16px;
    }

    /* .home-members
    ---------------------------*/
    .home-members {
        padding-top: 50px;
        padding-bottom: 110px;
    }

    .home-members .home-members-list {
        flex-wrap: wrap;
    }

    .home-members .home-members-list li {
        width: 100%;
    }
}

/*==============================
　Page 共通
===============================*/
@media all and (min-width: 769px) and (max-width: 1080px) {
    .bread-crumbs {
        padding-top: 5px;
        padding-bottom: 8px;
        padding-left: 10px;
    }
}

@media all and (max-width: 768px) {
    h2 {
        position: relative;
        margin-bottom: 55px;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }

    h2 span {
        display: block;
        margin-top: 10px;
        color: #999999;
        font-size: 10px;
        font-weight: normal;
        letter-spacing: 1px;
    }

    .contents-header {
        background: #f0f6ed;
        padding-top: 70px;
        padding-bottom: 25px;
        text-align: center;
        border-bottom: 1px solid #eeeeee;
    }

    .contents-header h1 {
        position: relative;
        font-size: 20px;
        font-weight: bold;
    }

    .contents-header h1:before {
        content: "";
        position: absolute;
        left: 50%;
        top: -50px;
        transform: translate(-50%, 0);
        width: 40px;
        height: 40px;
        background: #FEFEFE;
    }

    .bread-crumbs {
        padding-top: 5px;
        padding-bottom: 8px;
        padding-left: 10px;
    }

    .bread-crumbs li {
        position: relative;
        display: inline-block;
        font-size: 11px;
    }

    .bread-crumbs li:after {
        content: ">";
        display: inline-block;
        margin-left: 0.5em;
        vertical-align: text-bottom;
    }

    .bread-crumbs li:last-of-type::after {
        display: none;
    }

    .contents-notice-login {
        background: #f3f3f3;
        padding-top: 20px;
        padding-right: 5%;
        padding-bottom: 20px;
        padding-left: 5%;
        border-top: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
        text-align: center;
    }

    .contents-notice-login-btn .btn {
        cursor: pointer;
        width: 200px;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 16px;
    }

    .contents-notice-login-btn p {
        margin-top: 15px;
        line-height: 1.5;
        font-size: 14px;
    }

    .main-section {
        margin-bottom: 120px;
    }

    .main-section:last-of-type {
        margin-bottom: 0;
    }

    .section-header {
        margin-bottom: 33px;
    }

    .section-header .page-anchor {
        margin-bottom: 50px;
    }

    .section-header .page-anchor ul {
        flex-wrap: wrap;
    }

    .section-header .page-anchor li a {
        display: block;
        min-width: auto;
        margin: 0 5px 10px 5px;
        padding: 7px 15px;
        border: 2px solid #5c9b3c;
        font-size: 12px;
        text-align: center;
        background: #FDF9EE;
    }

    .section-header .page-anchor li a span::before {
        content: ">";
        vertical-align: text-bottom;
        margin-right: 0.5em;
    }

    .section-header .page-anchor li a:hover,
    .section-header .page-anchor li a:hover span {
        text-decoration: none;
    }

    .section-header h2 {
        margin-bottom: 0;
    }

    .section-header h2::after {
        display: block;
        content: "";
        width: 66px;
        margin-top: 15px;
        margin-right: auto;
        margin-left: auto;
        border-bottom: 2px solid #5c9b3c;
    }

    .section-header .year-anchor {
        margin-top: 50px;
    }

    .section-header .year-anchor {
        text-align: center;
    }

    .section-header .year-anchor ul {
        font-size: 0;
    }

    .section-header .year-anchor li {
        display: inline-block;
        border-left: 1px solid #999;
        margin-bottom: 5px;
    }

    .section-header .year-anchor li:first-of-type {
        border-left: none;
    }

    .section-header .year-anchor li a {
        font-size: 15px;
        margin: 0 5px;
        padding: 0 5px;
    }

    .post-list {
        margin-bottom: 80px;
    }

    .post-list li a,
    .post-list li .multi-file{
        display: block;
        padding-top: 15px;
        padding-bottom: 12px;
        line-height: 1.5;
        border-bottom: 1px dotted #999;
    }

    .post-list li:first-of-type a {
        padding-top: 0;
    }

    .post-list li a:hover {
        text-decoration: none;
    }

    .post-list li a:hover .title {
        text-decoration: underline;
    }

    .post-list li a .date {
        display: block;
        width: auto;
        font-size: 14px;
        color: #000;
    }

    .post-list li a .title,
    .post-list li .title a{
        font-size: 15px;
    }

    .post-list li a .title .new {
        display: inline-block;
        margin-left: 1em;
        padding-right: 5px;
        padding-left: 5px;
        color: #FFF;
        font-size: 12px;
        font-weight: bold;
        background: #930A00;
    }

    .page-contents {
        padding-left: 5%;
        padding-right: 5%;
    }

    .page-contents h3 {
        margin-bottom: 0.5em;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5;
    }

    .page-contents p {
        margin-bottom: 0.5em;
        line-height: 1.5;
    }

    .page-contents .contents-btn .btn,
    .blog-contents .contents-btn .btn {
        display: inline-block;
        margin-top: 20px;
        padding: 5px 15px;
        background: none;
        color: #5c9b3c;
        border: 2px solid #5c9b3c;
        border-radius: 0;
        font-size: 15px;
        font-weight: normal;
        transition: all 0.2s ease;
    }

    .page-contents .contents-btn .btn:hover,
    .blog-contents .contents-btn .btn:hover {
        background: #5c9b3c;
        color: #FFF;
    }

    .page-contents .contents-btn .word.btn:after,
    .blog-contents .contents-btn .word.btn:after {
        display: inline-block;
        content: "";
        width: 3.75vw;
        height: 4.844vw;
        margin-left: 0.5em;
        background: url(../common_images/icon_large_word.png) no-repeat;
        background-size: cover;
        vertical-align: middle;
    }

    .page-contents .contents-btn .excel.btn:after,
    .blog-contents .contents-btn .excel.btn:after {
        display: inline-block;
        content: "";
        width: 3.75vw;
        height: 4.844vw;
        margin-left: 0.5em;
        background: url(../common_images/icon_large_excel.png) no-repeat;
        background-size: cover;
        vertical-align: middle;
    }

    .page-contents .contents-btn .pdf.btn:after,
    .blog-contents .contents-btn .pdf.btn:after {
        display: inline-block;
        content: "";
        width: 3.75vw;
        height: 4.844vw;
        margin-left: 0.5em;
        background: url(../common_images/icon_large_pdf.png) no-repeat;
        background-size: cover;
        vertical-align: middle;
    }
}


/*==============================
　.news News お知らせ
===============================*/
@media all and (min-width: 769px) and (max-width: 1080px) {
    aside {
        width: 200px;
        margin-left: 20px;
    }
}

@media all and (max-width: 768px) {
    .blog-wrap {
        margin-top: 30px;
        display: block;
    }

    .blog-contents {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }

    .blog-contents h2 {
        font-size: 18px;
    }

    .blog-contents article {
        margin-bottom: 33px;
        padding-bottom: 33px;
    }

    .blog-contents .article-content p {
        font-size: 15px;
        line-height: 1.5;
    }

    .blog-contents .article-function p {
        font-size: 15px;
    }

    aside {
        width: 100%;
    }

    aside .aside-inner {
        padding-right: 5%;
        padding-left: 5%;
    }

    aside .aside-inner .aside-box h2 {
        padding-right: 0;
        padding-left: 0;
    }

    aside .aside-inner .aside-box {
        padding-top: 20px;
    }
}


/*==============================
　.about About us 当会について
===============================*/
@media all and (max-width: 768px) {
    .about-chairman {
        display: block;
        float: none;
        width: 48vw;
        max-width: 300px;
        height: auto;
        text-align: center;
        margin: 0 auto 10px auto;
    }
    .about-files-list .about-files-list-box {
        clear: both;
        margin-bottom: 80px;
        width: 100%;
    }

    .about-files-list .about-files-list-box h3 {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }

    .about-files-list .about-files-list-box h3::after {
        display: block;
        content: "";
        width: 66px;
        margin-top: 15px;
        margin-right: auto;
        margin-left: auto;
        border-bottom: 2px solid #5c9b3c;
    }

    .about-files-list .about-files-list-box li {
        margin-top: 30px;
    }

    .history-list-box h3 {
        padding: 1vw 2vw;
    }

    .history-list-box dl {
        margin-bottom: 4vw;
        padding: 0 2vw;
    }

    .history-list-box dl dt {
        float: none;
        margin-bottom: 5px;
    }

    .history-list-box dl dd {
        padding-left: 0;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #EFEFEF;
    }
    .history-list-box dl dd:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
}

/*==============================
　.join Join us 入退会・各種申請
===============================*/
@media all and (max-width: 768px) {
    .join-box-wrap h4 {
        font-size: 15px;
    }

    .join-box-wrap .join-box p {
        font-size: 15px;
    }
}

/*==============================
　.seminar Seminar 研修会情報
===============================*/
@media all and (max-width: 768px) {
    #kamt-box .kamt-list li {
        display: block;
    }
    #kamt-box .kamt-list li .kamt-form-ttls {
        display: block;
        margin-bottom: 1em;
    }
    #kamt-box .kamt-list li .kamt-form-ttls span{
        display: inline-block;
    }
    #kamt-box .kamt-list li .kamt-list-ttl {
        width: auto;
        padding-right: 1em;
    }
    #kamt-box .kamt-list li .kamt-att-1 {
        display: inline-block;
        vertical-align: bottom;
    }
}

/*==============================
　.library Library ライブラリー
===============================*/
@media all and (max-width: 768px) {
    .library-list {
        margin-bottom: 80px;
    }

    .library-list ul li .library-list-thumbnail {
        width: 20vw;
        margin-right: 2vw;
    }

    .library-list ul li .library-list-thumbnail img {
        width: 100%;
        height: auto;
    }

    .library-list ul li .library-list-content .title {
        padding: 1vw 2vw;
        font-size: 15px;
        font-weight: bold;
    }

    .library-list ul li .library-list-content .text {
        padding-right: 2vw;
        padding-left: 2vw;
        font-size: 14px;
    }

    .library-list ul li .library-list-content .contents-btn {
        padding-left: 2vw;
        padding-right: 2vw;
    }
}

/*==============================
　.related Related Organizations 関連団体
===============================*/
@media all and (max-width: 768px) {
    .post-list .organization {
        margin-bottom: 5px;
    }

    .related-category {
        margin-top: 30px;
        padding-left: 5%;
        padding-right: 5%;
        text-align: center;
    }

    .related-category ul li {
        display: inline-block;
        margin: 0 0.5vw 5px 0;
    }

    .related-category ul li a {
        display: block;
        width: 4.5em;
        color: #FFF;
        font-size: 14px;
        line-height: 1.5;
        transition: all 0.2s ease;
    }
}