@charset "UTF-8";

#headline_h1 {
    height: 100px;
}


.list_box {
    max-width: 1280px;
    width: 100%;
    margin: 50px auto 0;
    padding: 15px;
    box-sizing: border-box;
    /* background: #f7f0f0; */
    display: flex;
    color: #000;
}


.int_blogR {
    width: 20%;
    /* margin-left: 0; */
    padding: 1%;
    /* float: right; */
}

.int_blogL {
    width: 80%;
    padding: 1%;
    /* float: left; */
    border-right: 1px solid #f1efef;
}



@media screen and (max-width: 850px) {

    .int_blogR {
        width: 98%;
        margin-left: 1%;
        float: right;
        margin: 2%;
        margin-left: 2%;
    }

    .int_blogL {
        width: 98%;
        padding-right: 1%;
        float: left;
        border-right: none;
        margin: 2%;
    }

    .int_blog {
        width: 100%;
    }

}

@media screen and (max-width: 500px) {

    .list_box {
        display: flex;
        flex-direction: column;
    }

}



.sd-section__head {
    padding: 8px 0;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    text-align: left;
    color: #505050;
    /* font-family: "Century Gothic",'Abel', sans-serif; */
}

.sd-section__item a {
    padding: 12px 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.sd-section__item a:hover {
    background: #f3f2f3
}




.c-content-lessonplan--type_lessonplan .c-content-lessonplan__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #f4f4f4; */
}

.c-content-lessonplan--type_lessonplan .c-content-lessonplan__bgW {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.c-content-lessonplan--type_lessonplan .c-content-lessonplan__inner {
    position: relative;
    z-index: 1
}

@media only screen and (max-width:47.9375em) {
    .c-content-lessonplan--type_lessonplan .c-content-lessonplan__inner {
        /* padding-top: 60px; */
        /* padding-bottom: 60px; */
        padding: 30px 20px 0px;
    }
}

@media print,
screen and (min-width:48em) {
    .c-content-lessonplan--type_lessonplan .c-content-lessonplan__inner {
        padding-top: 0px;
        padding-top: 80px;
        padding-bottom: 0px;
    }
}


.c-content-lessonplan {
    position: relative;
    /* overflow: auto; */
    /* padding-bottom: 100px; */
    /* padding-top: 80px; */
}

.c-content-lessonplan__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:47.9375em) {
    .c-content-lessonplan__inner {
        width: 100%;
        padding: 54px 4.68% 50px
    }
}

@media print,
screen and (min-width:48em) {
    .c-content-lessonplan__inner {
        position: relative;
        z-index: 1;
        width: 90.64%;
        padding-top: 54px;
        padding-bottom: 50px;
        margin-right: auto;
        margin-left: auto
    }
}

@media print,
screen and (min-width:61.25em) {
    .c-content-lessonplan__inner {
        max-width: 1400px;
        padding-top: 75px;
        padding-bottom: 80px
    }
}

@media print,
screen and (min-width:87.5em) {
    .c-content-lessonplan__inner {
        padding-right: 0;
        padding-left: 0
    }
}

.c-content-lessonplan__inner>:first-child {
    margin-top: 0
}


.line-solid {
    border-bottom: 1px solid #ddd;
}

.txtColor_red {
    color: #570202;
    font-weight: 600;
    font-size: 20px;
}




.id_ptop {
    padding-top: 60px
}

@media only screen and (max-width:47.9375em) {
    .catName {
        font-size: 13px;
        color: #570202;
        text-align: left;
        padding-left: 0;
        position: absolute;
        right: 15%
    }
}

.catName {
    font-size: 13px;
    color: #570202;
    text-align: left;
    /* position: relative; */
    padding-left: 0;
    /* right: 0; */
}


/* --------- .newsArea --------- */

#sub_news .newsArea {
    margin: 0 auto 30px;
    /*     max-width: 900px; */
}



#sub_news .top-blog__list {
    padding: 20px 0;

}




#sub_news .newsArea dl {
    margin: 1px 0 0;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 2;
    text-align: left;
    letter-spacing: 1px;
    /* background: #ffffff; */
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    /* border-bottom: 1px solid #ddd; */
}

#sub_news .newsArea dl:first-child {
    margin: 0;
}

#sub_news .newsArea dl dt {
    /* display: block; */
    /* margin: 0; */
    /* font-family: 'Poppins', sans-serif; */
    /* font-weight: 500; */
    /* padding-left: 0; */
    width: 10em;
}

#sub_news .newsArea dl dt span {
    padding-left: 5px;
    color: #e96c36;
}

#sub_news .newsArea dl dd {
    /* display: flex; */
    /* padding-left: 1em; */
    /* width: 250px; */
}

#sub_news .newsArea dl dd .catName {
    /* 	border:1px solid #ddd; */
    /* border-radius:10px; */
    padding: 0.3em 1em;
    font-size: 10px;
    background: #050126;
    color: #fff;
}






#sub_news .newsArea dl dd img {
    /* width:60px; */
}




#sub_news .newsArea dl a {
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* left: 0; */
    /* z-index: 1; */
    /* color:#434343; */
    /* text-decoration:none; */
    /* padding-right: 5px; */
}

#sub_news .newsArea dl:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    height: 0;
    content: "";
    border-bottom: transparent 3px solid;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#sub_news .newsArea dl:hover:after {
    right: 0;
    bottom: 0 position: relative;
    border-color: #050126;
}

@media only screen and (max-width: 900px) {
    #sub_news .newsArea dl:after {
        display: none;
    }
}

@media only screen and (max-width: 736px) {
    #sub_news .newsArea dl {
        font-size: 12px;
    }
}


/*---------------------ニュース リスト----------------*/

.newsWrap {
    margin-bottom: 30px;
}

.newsList {
    padding: 30px 0;
}

.post-list__item {

    margin-bottom: 0px;

    padding: 15px 0;
}

.post-list__item a {}

.post-list__item a:hover {
    text-decoration: none;
    opacity: .5;
}

.post-list__item:first-of-type {}

.post-list__img {

    width: 100%;

    /* height: 250px; */
}

.post-list__img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.post-list__img .img {
    background-size: cover;
}

.post-list__textarea {}

.post-list__date {
    font-size: 15px;
    line-height: 1.1;
}

.post-list__title {}

.post-list__title a:hover {}


@media only screen and (max-width: 820px) {
    .post-list__item {
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .post-list__img {
        /* width: 89px; */
        /* height: 60px; */
    }

    .post-list__textarea {
        display: flex;
        flex-direction: row;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        /* flex: 1; */
        /* padding-left: 110px; */
    }

    .post-list__date {
        font-size: 12px;
    }

    .post-list__title {
        padding-top: 8px;
        font-size: 13px;
    }
}

.post-list02__item {
    position: relative;
    z-index: 2;
    min-height: 260px;
}

.post-list02__item:before {
    content: "";
    display: block;
    width: 300px;
    height: 280px;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: #f9f9f9;
    margin: auto;
}

.post-list02__item a {
    display: block;
    transition: opacity .3s;
}

.post-list02__item a:hover {
    text-decoration: none;
    opacity: .5;
}

.post-list02__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
}

.post-list02__desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 16px;
    font-size: 14px;
    line-height: 1.6;
}

.post-list02__img.post-list__img {
    width: 220px;
    height: 180px;
}

@media only screen and (max-width: 820px) {
    .post-list02__item {
        min-height: none;
    }

    .post-list02__item:before {
        width: 226px;
        height: 226px;
        bottom: auto;
    }

    .post-list02__content {
        display: block;
        padding-top: 12px;
    }

    .post-list02__desc {
        padding-right: 0;
        font-size: 12px;
        line-height: 1.6;
    }

    .post-list02__img.post-list__img {
        width: 100%;
        height: 200px;
        overflow: hidden;
    }
}



/*---------------------ãƒœã‚¿ãƒ³---------------------------------*/
.link_btn {
    background-color: #5b5763;
    width: 82.5%;
    margin: 40px auto 0;
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 16px;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: opacity .3s;
}

@media all and (-ms-high-contrast: none) {
    .link_btn {
        padding-top: 18px;
        padding-bottom: 12px;
    }
}

.link_btn::before,
.link_btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.link_btn::before {
    width: 26px;
    height: 26px;
    /* border: 1px solid #fff; */
    border-radius: 50%;
    left: 20px;
}

.link_btn::after {
    right: 30px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.link_btn:hover {
    opacity: 0.5;
    text-decoration: none;
}

@media only screen and (max-width: 820px) {
    .link_btn {
        width: 71.5%;
        margin-top: 30px;
        font-size: 13px;
        height: 42px;
    }

    .link_btn::before {
        width: 18px;
        height: 18px;
        left: 10px;
    }

    .link_btn::after {
        /* left: 15px; */
        /* width: 5px; */
        /* height: 5px; */
    }
}

.link_btn.sm {
    font-size: 13px;
    width: 250px;
    max-width: 100%;
    color: #111;
    background: none;
    border: #111 1px solid;
    z-index: 100;
    height: 43px;
    margin-bottom: 3%;
}

.link_btn.sm::after {
    border-top: 1px solid #111;
    border-right: 1px solid #111;
}



/* blog-header
--------------------------- */

.blog-header .c-title-B {
    margin-bottom: 4vw;
}

.blog-header__navbox._fixed {
    position: fixed;
}

.blog-header__nav {
    margin-bottom: 2vw;
}

.blog-header__nav>li {
    border-top: 1px solid #DEE1EA;
}

.blog-header__nav>li>a {
    font-weight: 500;
    line-height: 3;
    text-align: left;
    display: block;
    padding: 1.3vw 40px 1.3vw 1vw;
    position: relative;
    transition: color .1s linear;
    border-bottom: 1px dashed #ddd;
    color: #505050;
}

.blog-header__nav>li>a.active {
    background-color: #F1F1F2;
}

html.no-touchevents .blog-header__nav>li>a:not(.active):hover {
    color: #F6921D;
}

.blog-header__nav>li>a:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(-50%, -50%) rotate(45deg);
}



.blog-header__nav>li>a:hover:after {
    animation: a-top-blog__list .25s .05s backwards;
}




html.no-touchevents .blog-header__nav>li>a:not(.active):hover:after {
    animation: a-blog-header__nav .25s .05s backwards;
}

@keyframes a-blog-header__nav {
    60% {
        right: .5em;
    }

    100% {
        right: 1em;
    }
}


/* blog-article
--------------------------- */

.blog-article__header {
    margin: 3vw 0 -3vw;
}

.blog-article {
    padding: 0 4% 0 11%;
}

.category_title {
    position: relative;
    /* display: inline-block; */
    line-height: 1;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 25px;
    letter-spacing: 0.2em;
    /* padding-bottom: 30px; */
}

.category_title span {
    right: 0;
    top: 15px;
    position: absolute;
}



.news_title {
    font-size: 20px;
    text-align:
        left;
    padding: 1% 0;
    /*     color:#ff9d0d; */
    /* font-family: "Century Gothic",'Abel', sans-serif; */
}

.news_date {
    color: #8d0005;
    /* font-family: "Century Gothic",'Abel', sans-serif; */
}



#detail {
    line-height: 2;
    /* display: flex; */
    flex-wrap: wrap;
    /* border: 1px solid #eee; */
    padding: 0em;
    margin: 0 0 2em;
    /* text-align: center; */
    /* align-items: center; */
    justify-content: center;
    /* font-family: "Century Gothic", 'Abel', sans-serif; */
}


.detailText {
    font-size: 16px !important;
    padding: 0em;
    border-radius: 5px;
    flex: 1 0 0;
    margin: 0.4em;
    /* border: 1px solid #eee; */
    min-width: 200px;
    /* font-family: "Century Gothic",'Abel', sans-serif; */
}

.detailText span {
    font-size: 16px !important;
    /* font-family: "Century Gothic",'Abel', sans-serif; */
}

.detailText a {
    font-size: 16px;
    color: #098b3b;
    font-weight: 600;
}

.detailText a:hover {
    color: #f58600
}


.detailText>div {
    font-size: 15px;
    /* font-size: 16px!important; */
}

.detailUpfile {
    margin: 5px 0 35px;
    text-align: center;
    padding: 2%;
    width: 50%;
}

@media only screen and (max-width: 600px) {
    .detailUpfile {
        margin: 5px 0 35px;
        text-align: center;
        padding: 2%;
        width: 100%;
    }
}



.detailUpfile img {
    /* max-width: 500px; */
}

.backORcloseBtn {
    text-align: right;
    line-height: 100%;
    /* margin: 15px; */
    padding-bottom: 15px;
}

.backORcloseBtn a {
    display: inline-block;
    padding: 0px 13px;
    /* 	border: 1px solid #d48e46; */
    color: #ffffff;
    background: #999;
    border-radius: 2px;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.3;
}


.backORcloseBtn a::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f30a';
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.8;
    padding-right: 10px;
}


.backORcloseBtn a:hover {
    /*     background:#098b3b; */
}



.detailUpfile img {
    /* min-width: 300px; */
    height: auto;
    width: 100%;
    /* padding: 2%; */
}

.pNav {
    padding: 2% 0;
    font-size: 15px;
    line-height: 1.8;
}

.pNav a {
    font-size: 15px;
    color: #666;
    border-bottom: 1px dotted #666;
}

.pNav a:hover {
    border-bottom: 0px solid #098b3b;
}



.categoryArea {
    text-align: right;
    padding-bottom: 60px;
}



.pCate {
    padding: 1% 0;
    font-size: 14px;
    /* text-align: right; */
    display: inline;
}

.pCate a {
    font-size: 14px;
    /* color: #fff; */
    /* border-bottom: 1px dotted #666; */
    padding: 0.5% 1%;
    /* background: #95908b; */
    /* margin: 1%; */
    /* border-radius: 50px; */
}

.pCate a:hover {
    color: #666
}

.pCate a:after {
    font-size: 10px;
    font-family: 'FontAwesome';
    content: "\f105";
    font-weight: normal;
    margin: 0 10px;
    height: 20px;
    line-height: 20px;
}




/* Pager style（外部化可） */
.pager {
    text-align: right;
    padding: 10px;
    clear: both;
    padding: 20px 0 0px;
}

/*ページャーボタン*/
.pager a {
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
    margin: 0 1px;
}

/*現在のページのボタン*/
.pager a.current {
    background: #999;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
    margin: 0 1px;
    text-decoration: none;
}

.pager a:hover {
    background: #999;
    color: #fff;
}

.overPagerPattern {
    padding: 0 2px;
}





.gallery_col {
    width: 100%;
    /* padding: 3%; */
    display: flex;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* width: 100%; */
    max-width: 1200px;
    justify-content: center;
    /* align-items: center; */
    /* margin-bottom: 100px; */
    /* padding: 1em 0.1em; */
    /* border-radius: 5px; */
    flex: 1 0 300px;
    /* margin: 0.4em 0.5em; */
}

.gallery_col>div {
    flex: 0 0 40%;
    margin: 0.4em 0.5em;
    padding: 1em 0.5em;
    /* border:1px solid #ddd; */
}


/* -----------------------------------------------------------

#ページ内 リンク

----------------------------------------------------------- */

#in-page {
    margin: 0px 0;
    padding: 15px 0px;
    position: relative;
    z-index: 1;
    text-align: right;
    /* background: #fbfbfb; */
    /* border-bottom: 1px solid #e1e1e1; */
}

#in-page ol {
    /* font-size: 0; */
    margin: 0;
    padding: 0;
    line-height: 1.8;
    line-height: 1;
}

#in-page li {
    display: flex;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    list-style: none;
    font-size: 15px;
    /* font-family: 'Noto Sans JP', sans-serif; */
    /* font-weight: 400; */
    /* margin: 0; */
    /* padding: 0; */
    /* letter-spacing: 0.5px; */
    /* height:20px; */
    /* line-height:20px; */
}

#in-page li:after {
    color: #322961;
    font-size: 10px;
    font-family: 'Font Awesome 6 pro';
    content: "\f054";
    font-weight: normal;
    margin: 0 8px;
    height: 20px;
    line-height: 20px;
}

#in-page li:last-child:after {
    display: none;
}

#in-page li i {
    font-size: 16px;
    padding-right: 5px;
    font-weight: normal;
    line-height: 1.3;
}

#in-page li a {
    z-index: 1;
    font-weight: 400;
    height: 40px;
    line-height: 20px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    line-height: 30px;
    /* font-family: "Century Gothic",'Abel', sans-serif; */
}

#in-page li a:hover {
    color: #322961;
}

#in-page li:first-child a:before {
    padding-right: 5px;
    color: #570202;
    font-size: 13px;
    font-family: 'Font Awesome 6 pro';
    content: "\f140";
}

#in-page li a:after {
    position: relative;
    bottom: -7px;
    left: -2px;
    width: 100%;
    height: 0;
    display: block;
    border-bottom: #050126 1px solid;
    content: "";
    z-index: -1;
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -o-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease
}

#in-page li a:hover:after {
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

@media only screen and (max-width: 900px) {
    #in-page {
        margin: 0px 0 0;
        padding: 20px 5%;
        border-top: none;
    }

    #in-page:before {
        display: none;
    }

    #in-page li a:hover {
        color: #111;
    }

    #in-page li a:hover:after {
        display: none;
    }
}

@media only screen and (max-width: 414px) {
    #in-page {
        padding: 18px 1% 16px;
        /* border: 1px solid #ddd; */
        border-left: none;
        border-right: none;
    }

    #in-page ol {
        /* font-size: 0; */
        margin: -10px auto 0;
        padding: 0;
        display: block;
        text-align: left;
    }

    #in-page li {
        font-size: 13px;
        margin: 0;
        padding: 0;
        letter-spacing: 1px;
        margin-top: 0;
    }

    #in-page li:after {
        margin: 0 5px;
    }

    #in-page li:last-child {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 10em;
    }

    #in-page li:first-child a {
        font-size: 13px;
        width: auto;
        padding-bottom: 0;
    }

    #in-page li:first-child a:before {
        padding-right: 0;
        font-size: 13px;
    }

    #in-page li:first-child a:before {
        padding-right: 5px;
        color: #322961;
        font-size: 11px;
        /* font-family: 'Font Awesome 6 pro'; */
        /* content: "\f80a"; */
    }

}

@media only screen and (max-width: 320px) {
    #in-page li:last-child {
        width: 6em;
    }
}




.list_box {
    max-width: 1200px;
    width: 100%;
    margin: 50px auto;
    gap: 1em;
}



.int_blogR {
    width: 17%;
    margin-left: 0;
    float: right;
}

.int_blogL {
    width: 100%;
    padding-right: 0%;
    float: left;
    /* border-right: 1px solid #f1efef; */
    /* background: #fcf8f8; */
    padding: 3em;
    /* margin: 0 1%; */
    border-radius: 0.5em;
}


.bland_title {
    font-size: 18px;
    border-bottom: 1px solid #ddd;
}

.bland_title:before {
    font-size: 18px;
    padding-right: 5px;
    font-family: 'Font Awesome 6 pro';
    content: "\f06c";
}


@media screen and (max-width: 850px) {

    .int_blogR {
        width: 96%;
        margin-left: 1%;
        float: right;
        margin: 2%;
        margin-left: 2%;
    }

    .int_blogL {
        width: 98%;
        /* padding-right: 1%; */
        float: left;
        border-right: none;
        margin: 0;
        padding: 1em;
    }

    .int_blog {
        width: 100%;
    }



}

.sd-section__head {
    padding: 8px 0px;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    text-align: left;
    color: #505050;
}

.sd-section__item a {
    padding: 12px 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.sd-section__item a:hover {
    background: #f3f2f3
}




.c-content-lessonplan--type_lessonplan .c-content-lessonplan__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #f4f4f4; */
}

.c-content-lessonplan--type_lessonplan .c-content-lessonplan__bgW {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.c-content-lessonplan--type_lessonplan .c-content-lessonplan__inner {
    position: relative;
    z-index: 1
}

@media only screen and (max-width:47.9375em) {
    .c-content-lessonplan--type_lessonplan .c-content-lessonplan__inner {
        /* padding-top: 60px; */
        /* padding-bottom: 60px; */
        padding: 30px 5px 0px;
    }
}

@media print,
screen and (min-width:48em) {
    .c-content-lessonplan--type_lessonplan .c-content-lessonplan__inner {
        padding-top: 0px;
        /* padding-top: 80px; */
        padding-bottom: 0px;
        /* border-top: 1px solid #ddd; */
    }
}


.c-content-lessonplan {
    position: relative;
    /* overflow: auto; */
    /* padding-bottom: 100px; */
    /* padding-top: 80px; */
}

.c-content-lessonplan__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:47.9375em) {
    .c-content-lessonplan__inner {
        width: 100%;
        padding: 54px 4.68% 50px
    }
}

@media print,
screen and (min-width:48em) {
    .c-content-lessonplan__inner {
        position: relative;
        z-index: 1;
        width: 90.64%;
        padding-top: 54px;
        padding-bottom: 50px;
        margin-right: auto;
        margin-left: auto
    }
}

@media print,
screen and (min-width:61.25em) {
    .c-content-lessonplan__inner {
        max-width: 1400px;
        padding-top: 75px;
        padding-bottom: 80px
    }
}

@media print,
screen and (min-width:87.5em) {
    .c-content-lessonplan__inner {
        padding-right: 0;
        padding-left: 0
    }
}

.c-content-lessonplan__inner>:first-child {
    margin-top: 0
}


@media (min-width : 600px) {
    .flexbox {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        /* max-width: 1200px; */
        justify-content: center;
        /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢flexboxÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ */
        /* align-items: center; */
        /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢flexboxÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ */
        /* margin-bottom: 100px; */
    }

    .item_20 {
        width: 20%;
        padding: 2%;
    }

    .item_20 img {
        width: 90%;
        padding: 3%;
    }

    .item_30 {
        width: 28%;
        padding: 2% 0;
    }

    .item_30 img {
        width: 100%;
        padding: 3%;
    }

    .item_40 {
        width: 38%;
        padding: 2%;
    }

    .item_40 img {
        width: 100%;
        padding: 3%;
    }

    .item_50 {
        width: 46%;
        padding: 2%;
    }

    .item_50 img {
        width: 100%;
        padding: 3%;
    }

    .item_60 {
        width: 60%;
        padding: 2%;
    }

    .item_60 img {
        width: 100%;
    }

    .item_60 .tTaisho {
        font-size: 18px;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .item_60 .kyu {
        font-size: 16px;
        color: #000;
        font-weight: 500;
        border: 0px solid #ddd;
        padding: 1%;
        margin: 1%;
        background: #f0d174;
    }

    .item_70 {
        width: 70%;
        padding: 2%;
    }

    .item_70 img {
        width: 100%;
    }

    .item_70 .tTaisho {
        font-size: 18px;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .item_70 .kyu {
        font-size: 16px;
        color: #000;
        font-weight: 500;
        border: 0px solid #ddd;
        padding: 1%;
        margin: 1%;
        background: #f0d174;
    }


}

.line-solid {
    border-bottom: 1px solid #ddd;
}

.txtColor_red {
    color: #d00e00;
    font-weight: 600;
    font-size: 20px;
}




.box_access {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    /* border: solid 1px #ddd; */
}

.box_access .box-title {

    line-height: 30px;
    font-size: 20px;
    /* background: #FFC107; */
    color: #000;
    font-weight: bold;
}

.box_access p {
    margin: 0;
    /* padding: 0; */
}


.id_ptop {
    padding-top: 60px
}



table.company th {
    width: 30%;
    padding: 20px;
}

table.company td {
    padding: 20px;
}





/* -----------------------------------------------------------
   
      access_map
   
   ----------------------------------------------------------- */


.access_map {
    padding: 10px;
    margin: 0 0 20px;
    border: 1px solid #dedede;
    /* -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2), 0 -1px 0 #f2f2f2; */
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2), 0 -1px 0 #f2f2f2;
    /* box-shadow: 0 1px 4px rgba(0,0,0,.2), 0 -1px 0 #f2f2f2; */
}

.access_map p {
    font-size: 18px;
    font-weight: 600;
}

.access_map h3 {
    font-size: 15px;
    font-weight: 600;
}


/* ======== table.tableOther ======== */
table.access {
    border-collapse: collapse;
    text-align: left;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 2;
    width: 100%;
}

table.access tr {
    display: block;
}

table.access th {
    display: block;
    width: 100%;
    padding: 5px;
    font-weight: 600;
    vertical-align: 0;
    color: #056d70;
    font-size: 17px;
}

table.access td {
    display: block;
    width: 100%;
    padding: 5px;
    padding-left: 5px;
    vertical-align: 0;
    border-bottom: #ddd 1px solid;
}

table.access td .linkArea {
    display: blockmargin-top:10px;
    text-align: left;
}

table.access td .linkArea a.btn {
    margin: 0;
}

table.access td h3 {
    color: #056d70
}


/* ======== table.tableOther ======== */
table.company2 {
    border-collapse: collapse;
    text-align: left;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.5;
    width: 100%;
    margin-bottom: 20px;
}

table.company2 tr {
    display: block;
}

table.company2 th {
    display: inline-block;
    width: 8em;
    padding: 5px;
    vertical-align: 0;
}

table.company2 td {
    display: inline-block;
    /* width:100%; */
    padding: 5px;
    padding-left: 5px;
    vertical-align: 0;
    /* border-bottom: #ddd 1px solid; */
}

table.company2 td .linkArea {
    display: blockmargin-top:10px;
    text-align: left;
}

table.company2 td .linkArea a.btn {
    margin: 0;
}


/* --- #map_canvas --- */
#map_canvas {
    width: 100%;
    margin-top: 70px;
    height: 400px;
    position: relative;
    z-index: 1;
    border: #ededed 1px solid;
}



@media only screen and (max-width: 950px) {
    table.access th {
        /* width:30%; */
        /* padding:20px; */
    }

    table.access td {
        padding: 20px;
    }

    table.company2 th {
        /* width:30%; */
        /* padding:20px; */
    }

    table.company2 td {
        padding: 20px;
    }
}

@media only screen and (max-width: 800px) {

    table.access {
        font-size: 13px;
    }

    table.company2 {
        font-size: 13px;
    }
}

@media only screen and (max-width: 738px) {

    table.access {
        font-size: 12px;
    }

    table.company2 {
        font-size: 12px;
    }

    /*	#map_canvas { display:none; }*/
}

@media only screen and (max-width: 414px) {
    table.access th {
        width: 100%;
        padding: 15px;
        font-size: 15px;
        font-weight: 600;
    }

    table.access td {
        padding: 15px;
    }

    table.company2 th {
        width: 100%;
        padding: 15px;
        font-size: 15px;
        font-weight: 600;
    }

    table.company2 td {
        padding: 15px;
    }
}


table.access ul {
    list-style-type: circle;
}

table.access li {
    line-height: 1.5;
    padding: 0.5%;
}




.l-wrapper {
    position: relative
}

.l-container.col2 {
    margin: 20px 10px
}



@media all and (min-width: 1200px) {
    .l-container.col2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 1120px;
        margin: 50px auto;
    }

    .l-container.col2 .l-contents {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 250px - 50px)
    }

    .l-container.col2 .l-sidebar {
        /* padding-top: 40px; */
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 250px;
    }
}

.l-sidebar {
    margin-bottom: 60px;
    padding: 0 20px
}

.l-sidebar .sd-section+.sd-section {
    margin-top: 30px
}

.l-sidebar .sd-section__head {
    /* text-align: center; */
    padding: 10px;
    color: #FF9800;
    /* background: linear-gradient(55deg, #0a3c60 0%, #0a3c60 45%, #0d4b78 46%, #0d4b78 100%); */
    font-size: 16px;
    font-weight: 700;
}

.l-sidebar .sd-section__item {
    border-bottom: 1px solid #dcdcdc
}

.l-sidebar .sd-section__item a {
    text-decoration: none;
    display: block;
    padding: 10px 15px;
    /*     width:100px; */
}

.l-sidebar .sd-section__item a:after {
    /*     font-size: 10px;
    top: 0;
    right: 0px;
    z-index: 1;
    line-height: 55px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-family: 'FontAwesome';
    content: "\f106"; */

}


@media all and (min-width: 600px) {
    .l-sidebar {
        margin-bottom: 120px;
        padding: 0
    }

    .l-sidebar .sd-section+.sd-section {
        margin-top: 45px
    }

    .l-sidebar .sd-section__head {
        padding: 8px;
        font-size: 16px;
    }

    .l-sidebar .sd-section__item a {
        padding: 12px 30px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .l-sidebar .sd-section__item a:after {
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "";
        display: block;
        width: 16px;
        height: 8px;
        font-family: 'FontAwesome';
        content: "\f106";
        font-size: 30px;
    }

    html.no-touchevents .blog-header__nav>li>a:not(.active):hover:after {
        animation: a-blog-header__nav .25s .05s backwards;
    }



    .l-sidebar .sd-section__item a:hover {
        background: #f3f2f3
    }
}

.c-archive01__item {
    position: relative
}

.c-archive01__item+.c-archive01__item {
    border-top: 1px solid #d1dfe1
}

.c-archive01__item+.c-archive01__item:after {
    position: absolute;
    top: -1px;
    left: 0;
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    background: #705fa6
}

.c-archive01__item-link {
    display: block;
    padding: 20px 0 14px;
    text-decoration: none
}

.c-archive01__item-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-archive01__item-meta-date {
    width: 86px;
    font-size: 1.3rem
}

.c-archive01__item-meta-cat {
    width: calc(100% - 86px);
    font-size: 1.1rem;
    line-height: 1.5;
    letter-spacing: -.5em
}

.c-archive01__item-meta-cat-item {
    box-sizing: border-box;
    display: inline-block;
    padding: 1px 5px;
    min-width: 75px;
    border: 1px solid;
    letter-spacing: .06em;
    text-align: center
}

.c-archive01__item-tit {
    margin-top: 5px;
    font-size: 1.3rem
}

@media all and (min-width: 600px) {
    .c-archive01__item:after {
        width: 100px
    }

    .c-archive01__item-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 21px 0
    }

    .c-archive01__item-meta {
        width: 210px
    }

    .c-archive01__item-meta-date {
        box-sizing: border-box;
        width: 120px;
        padding-left: 10px;
        font-size: 1.5rem
    }

    .c-archive01__item-meta-cat {
        width: calc(100% - 120px);
        font-size: 1.2rem
    }

    .c-archive01__item-meta-cat-item {
        display: block
    }

    .c-archive01__item-tit {
        box-sizing: border-box;
        width: calc(100% - 210px);
        margin-top: 0;
        padding-left: 28px;
        font-size: 1.5rem;
        line-height: 1.5;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .c-archive01__item-link:hover .c-archive01__item-tit {
        color: #8678b4;
        text-decoration: underline
    }
}

.c-archive02__item {
    position: relative;
    border-bottom: 1px solid #dcdcdc
}

.c-archive02__item:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 70px;
    height: 1px;
    background: #705fa6
}

.c-archive02__item-link {
    text-decoration: none;
    display: block;
    padding: 25px 0 20px
}

.c-archive02__item-date {
    display: inline-block;
    margin-right: 15px;
    font-size: 1.3rem
}

.c-archive02__item-cats {
    display: inline
}

.c-archive02__item-cat {
    display: inline-block;
    margin: 1px 5px 0 0;
    padding: 4px 15px;
    border: 1px solid #705fa6;
    font-size: 1.1rem;
    line-height: 1.2
}

.c-archive02__item-head {
    margin-top: 5px;
    font-size: 1.6rem;
    font-weight: 700
}

.c-archive02__item-txt {
    margin-top: 5px;
    line-height: 1.9
}

@media all and (min-width: 600px) {
    .c-archive02__item:before {
        width: 105px
    }

    .c-archive02__item-link {
        padding: 30px 0 30px
    }

    .c-archive02__item-area-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .c-archive02__item-meta {
        width: 220px
    }

    .c-archive02__item-date {
        margin-right: 25px;
        font-size: 1.6rem
    }

    .c-archive02__item-cats {
        display: inline
    }

    .c-archive02__item-cat {
        margin: 1px 5px 0 0;
        padding: 4px 20px;
        font-size: 1.2rem
    }

    .c-archive02__item-head {
        box-sizing: border-box;
        width: calc(100% - 220px);
        margin-top: 0;
        padding-left: 25px;
        font-size: 2rem
    }

    .c-archive02__item-txt {
        margin-top: 15px;
        line-height: 1.9
    }
}

.c-btn01 {
    max-width: 280px;
    margin: 16px auto 0;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5
}

.c-btn01-list .c-btn01 {
    margin-top: 0
}

.c-btn01-list .c-btn01+.c-btn01 {
    margin-top: 12px
}

.c-btn01__link {
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 55px;
    padding: 0 40px 1px;
    border: 1px solid;
    text-decoration: none;
    color: #6a6436;
}

.c-btn01__link:after {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 16px;
    height: 8px;
    background: url("../img/common/ico_arw01.png") no-repeat center/contain
}

.c-btn01__link[href^="#"]:after {
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    margin-top: -2px;
    background: transparent;
    border-style: solid;
    border-width: 1px 1px 0 0;
    -webkit-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg)
}

.c-btn01.is-white .c-btn01__link {
    color: #fff
}

.c-btn01.is-white .c-btn01__link:after {
    background-image: url("../img/common/ico_arw01_white.png")
}

.c-btn01.is-bg-white .c-btn01__link {
    background: #fff;
    color: #6a6436
}

@media all and (min-width: 600px) {
    .c-btn01 {
        max-width: 250px;
        margin: 35px auto 0
    }

    .c-btn01-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px
    }

    .c-btn01-list .c-btn01 {
        width: 250px;
        margin: 0 10px
    }

    .c-btn01-list .c-btn01+.c-btn01 {
        margin-top: 0
    }

    .c-btn01__link {
        height: 60px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .c-btn01__link:hover {
        background: #6a6436;
        color: #fff
    }

    .c-btn01__link:after {
        right: 18px;
        width: 20px;
        height: 12px;
        margin-top: -2px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .c-btn01__link:hover:after {
        right: 15px;
        background-image: url(../img/common/ico_arw01_white.png)
    }

    .c-btn01__link[href^="#"] {
        padding-right: 30px;
        padding-left: 30px
    }

    .c-btn01__link[href^="#"]:after {
        margin-top: -4px;
        margin-right: 1px
    }

    .c-btn01__link[href^="#"]:hover:after {
        right: 18px;
        margin-top: 2px
    }

    .c-btn01.is-white .c-btn01__link:hover {
        border-color: #8678b4
    }
}



.newsWrap {
    margin-bottom: 30px;
}


.pager {
    text-align: right;
}


.newsList {
    padding: 30px 0;
    display: flex;
    flex-flow: wrap;
}

.newsList li {
    list-style: none
}





.post-list__item {
    margin: 1% 0.5%;
    /* margin-bottom: 0px; */
    padding: 10px;
    text-align: center;
    width: calc(100% / 3 - 1%);
    border: 1px solid #eee;
}

.post-list__item a {
    display: -ms-flexbox;
    -ms-flex-align: center;
    display: block;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
}

.post-list__item a:hover {
    text-decoration: none;
    opacity: .5;
}

.post-list__item:first-of-type {}

.post-list__img {}

.post-list__img img {
    /* width: 100%; */
}

.post-list__img .img {
    width: 100%;
    /* margin: 0 auto 20px; */
    /* max-width: 180px; */
    /* height: 180px; */
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    height: auto;
}

.post-list__textarea {}

.post-list__date {
    font-size: 15px;
    line-height: 1.3;
    /* display: none; */
    text-align: right;
    padding-top: 10px;
}

.post-list__title {
    padding-top: 0px;
    font-size: 18px;
    color: #4d4d4d;
    font-weight: 600;
}

.post-list__title a:hover {
    padding-top: 0px;
    font-size: 15px;
    color: #923434;
    font-weight: 600;
}


@media only screen and (max-width: 820px) {
    .post-list__item {
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .post-list__img {}

    .post-list__textarea {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 0;
    }

    .post-list__date {
        font-size: 16px;
        line-height: 2;
    }

    .post-list__title {
        padding-top: 0;
        font-size: 15px;
        width: 100%;
    }
}

.post-list02__item {
    position: relative;
    z-index: 2;
    min-height: 260px;
}

.post-list02__item:before {
    content: "";
    display: block;
    width: 300px;
    height: 280px;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: #f9f9f9;
    margin: auto;
}

.post-list02__item a {
    display: block;
    transition: opacity .3s;
}

.post-list02__item a:hover {
    text-decoration: none;
    opacity: .5;
}

.post-list02__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
}

.post-list02__desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 16px;
    font-size: 14px;
    line-height: 1.6;
}

.post-list02__img.post-list__img {
    width: 220px;
    height: 180px;
}

@media only screen and (max-width: 820px) {
    .post-list02__item {
        min-height: none;
    }

    .post-list02__item:before {
        width: 226px;
        height: 226px;
        bottom: auto;
    }

    .post-list02__content {
        display: block;
        padding-top: 12px;
    }

    .post-list02__desc {
        padding-right: 0;
        font-size: 12px;
        line-height: 1.6;
    }

    .post-list02__img.post-list__img {
        width: 100%;
        height: 200px;
        overflow: hidden;
    }
}


@media only screen and (max-width: 500px) {

    .post-list__item {
        flex: 0 0 100%;
        padding: 10px;
    }

    .post-list__img {
        /* width: 60%; */
        margin: 0 auto;
        width: 100%;
        /* height: 250px; */
    }

    .post-list__textarea {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0px 0 0;
        display: flex;
        display: flex;
        flex-wrap: wrap;
    }

}

/*-----------*/
.link_btn {
    background-color: #5b5763;
    width: 82.5%;
    margin: 40px auto 0;
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 16px;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: opacity .3s;
}

@media all and (-ms-high-contrast: none) {
    .link_btn {
        padding-top: 18px;
        padding-bottom: 12px;
    }
}

.link_btn::before,
.link_btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.link_btn::before {
    width: 26px;
    height: 26px;
    /* border: 1px solid #fff; */
    border-radius: 50%;
    left: 20px;
}

.link_btn::after {
    right: 30px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.link_btn:hover {
    opacity: 0.5;
    text-decoration: none;
}

@media only screen and (max-width: 820px) {
    .link_btn {
        width: 71.5%;
        margin-top: 30px;
        font-size: 13px;
        height: 42px;
    }

    .link_btn::before {
        width: 18px;
        height: 18px;
        left: 10px;
    }

    .link_btn::after {}
}

.link_btn.sm {
    font-size: 13px;
    width: 250px;
    max-width: 100%;
    color: #111;
    background: none;
    border: #111 1px solid;
    z-index: 100;
    height: 43px;
    margin-bottom: 3%;
}

.link_btn.sm::after {
    border-top: 1px solid #111;
    border-right: 1px solid #111;
}



/* blog-header
--------------------------- */

.blog-header .c-title-B {
    margin-bottom: 4vw;
}

.blog-header__navbox._fixed {
    position: fixed;
}

.blog-header__nav {
    margin-bottom: 2vw;
}

.blog-header__nav>li {
    border-top: 1px solid #DEE1EA;
}

.blog-header__nav>li>a {
    font-weight: 500;
    line-height: 1.6;
    text-align: left;
    display: block;
    padding: 1.3vw 40px 1.3vw 1vw;
    position: relative;
    transition: color .1s linear;
    border-bottom: 1px dashed #ddd;
    color: #505050;
}

.blog-header__nav>li>a.active {
    background-color: #F1F1F2;
}

html.no-touchevents .blog-header__nav>li>a:not(.active):hover {
    color: #F6921D;
}

.blog-header__nav>li>a:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #9E9E9E;
    border-right: 2px solid #9E9E9E;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(-50%, -50%) rotate(45deg);
}



.blog-header__nav>li>a:hover:after {
    animation: a-top-blog__list .25s .05s backwards;
}




html.no-touchevents .blog-header__nav>li>a:not(.active):hover:after {
    animation: a-blog-header__nav .25s .05s backwards;
}

@keyframes a-blog-header__nav {
    60% {
        right: .5em;
    }

    100% {
        right: 1em;
    }
}


/* blog-article
--------------------------- */

.blog-article__header {
    margin: 3vw 0 -3vw;
}

.blog-article {
    padding: 0 4% 0 11%;
}

.category_title {
    position: relative;
    /* display: inline-block; */
    line-height: 1;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 25px;
    letter-spacing: 0.2em;
    /* padding-bottom: 30px; */
}

.category_title span {
    right: 0;
    top: 15px;
    position: absolute;
}



.news_title {
    /* 	font-size: 20px;
	text-align:left;
	padding: 2%;
	color: #506771;
	border-bottom: 1px solid #ddd; */
}

.news_date {
    color: #000;
    /* display: none; */
    text-align: right;
}



#detail {
    line-height: 2;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* border: 1px solid #eee; */
    /* padding: 0.4em; */
    /* margin: 0 0 2em; */
    /* text-align: center; */
    /* align-items: center; */
    /* justify-content: center; */
    /* flex: 0 0 100%; */
}


.detailText {
    font-size: 16px !important;
    padding: 0;
    border-radius: 5px;
    flex: 0 0 48%;
    margin: 0.5em;
}

.detailText span {
    font-size: 16px !important;
}

.detailText a {
    font-size: 16px;
    color: #0d0d0d;
    font-weight: 600;
    border: 2px solid #ddd;
    padding: 10px 20px;
    /* margin-top: 30px; */
    border-radius: 3em;
    !importan;
    !importa;
    !import;
    !impor;
    !impo;
    !imp;
    !im;
    !i;
    !;
    line-height: 4;
}

.detailText a:hover {
    color: #ff6161
}


.detailText>div {
    font-size: 15px;
    /* font-size: 16px!important; */
    line-height: 2;
}

.detailUpfile {
    margin: 5px 0 35px;
    text-align: center;
    padding: 2%;
    width: 50%;
}



.detailUpfile a {
    border-bottom: 1px solid #ad0000;
}

.detailUpfile a:hover {
    border-bottom: 2px dotted #ad0000;
}


@media only screen and (max-width: 600px) {
    .detailUpfile {
        margin: 5px 0 35px;
        text-align: center;
        padding: 2%;
        width: 100%;
    }

    .detailText {
        flex: 0 99%;
    }

    .detailUpfile a {
        text-decoration: dotted;
        border-bottom: 1px solid #ad0000;
    }



}



.detailUpfile img {
    /* max-width: 500px; */
}

.backORcloseBtn {
    text-align: right;
    line-height: 100%;
    /* margin: 15px; */
    padding-bottom: 15px;
}

.backORcloseBtn a {
    display: inline-block;
    padding: 0px 13px;
    /* 	border: 1px solid #d48e46; */
    color: #ffffff;
    background: #999;
    border-radius: 2px;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.3;
}


.backORcloseBtn a::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f30a';
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.8;
    padding-right: 10px;
}


.backORcloseBtn a:hover {
    /*     background:#098b3b; */
}



.detailUpfile img {
    /* min-width: 300px; */
    height: auto;
    width: 100%;
    padding: 2%;
}

.pNav {
    padding: 2% 0;
    font-size: 15px;
    line-height: 1.8;
}

.pNav a {
    font-size: 15px;
    color: #666;
    border-bottom: 1px dotted #666;
}

.pNav a:hover {
    border-bottom: 0px solid #098b3b;
}



.categoryArea {
    text-align: right;
    padding-bottom: 60px;
}



.pCate {
    padding: 1% 0;
    font-size: 14px;
    /* text-align: right; */
    display: inline;
}

.pCate a {
    font-size: 14px;
    /* color: #fff; */
    /* border-bottom: 1px dotted #666; */
    padding: 0.5% 1%;
    /* background: #95908b; */
    /* margin: 1%; */
    /* border-radius: 50px; */
}

.pCate a:hover {
    color: #666
}

.pCate a:after {
    font-size: 10px;
    font-family: 'FontAwesome';
    content: "\f105";
    font-weight: normal;
    margin: 0 10px;
    height: 20px;
    line-height: 20px;
}



.detailText dl {
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 19px 6px;
}


.detailText dt {
    min-width: 136px
}


.detailText dd {
    font-size: 13px;
    line-height: 1.23077;
    color: #000000;
    display: inline-block;
    word-break: break-all
}


.detailText dd a {
    font-size: 13px;
    line-height: 1.23077;
    color: #1c7098;
    display: inline-block;
    word-break: break-all;
}


.detailText dd a[target="_blank"]:after {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/common/ico-blank_sm-glay.svg);
    margin-top: -4px;
    margin-left: 4px;
    -webkit-transition: background-image .2s linear;
    transition: background-image .2s linear;
    height: 8px;
    width: 8px
}




.pager {
    text-align: right;
    padding: 10px;
    clear: both;
    padding: 20px 0 0px;
}

.pager a {
    border: 1px solid #999;
    border-radius: .3em;
    color: #333;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
    margin: 0 1px;
}

.pager a.current {
    background: #999;
    border: 1px solid #999;
    border-radius: 0.3em;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
    margin: 0 1px;
    text-decoration: none;
}

.pager a:hover {
    background: #999;
    color: #fff;
}

.overPagerPattern {
    padding: 0 2px;
}