

/* totop */

.page-top {
    margin: 0;
    padding: 0;
    display: none;
}

.page-top p {
    margin: 0;
    padding: 0;
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.move-page-top {
    display: block;
    width: 71px;
    height: 71px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.move-page-top:hover {
    opacity: 0.85;
    cursor: pointer;
}

.move-page-top {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


/*  base  */

#container {
    width: 952px;
    display: flex;
    align-items: stretch;
    line-height: 1.6;
    margin: 172px auto 5px;
}

#container .entry {
    width: 77%;
}

#container #side {
    width: 21%;
    margin-left: 2%;
    margin-bottom: 20px;
    margin-top: 26px;
}

#container .entry img {
    max-width: 100%;
    margin: .2em 0;
    height: auto;
}

.content {
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
}

.content.top {
    background-color: #fff;
    text-align: center;
}

.content.white {
    background-color: #fff;
    padding-bottom: 1em;
}

.content.green {
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #f5a100;
    padding: 1.2em 0;
}

@media (max-width: 980px) {
    #container.top {
        display: flex;
        align-items: stretch;
        justify-content: center;
        width: 100%;
    }
    #container.top .entry{
        width: 95%;
    }
}




@media (max-width: 810px) {
    #container {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    #container .entry {
        width: 95%;
        margin-bottom: 20px;
        margin-left: 2.5%;

    }

    #container #side {
        width: 50%;
        background-color: #fff;
        margin-left: 2.5%;
        margin-bottom: 20px;
        padding-bottom: 15px;
    }
}

@media (max-width: 600px) {
    #container {
        margin: 50px auto 5px;
    }
}

.content h2 {
    font-size: 1.4rem;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 5px .8em 25px;
    color: #f5a100;
}

.content h2.br_ti {
    padding: 25px 0 20px;
}

.content h2.br_ti span {
    border-bottom: 4px solid #f5a100;
    padding: 0 10px 4px;
    font-size: 1.5rem;
}

.content h2.br_ti.ss span {
    font-size: 1.3rem;
}

.content h3 {
    font-size: 26px;
    font-weight: 600;
    padding: 14px 23px;
    background-color: #f5a100;
    color: #FFF6E4;
    line-height: 1.5;
}


.content h2 span {
    color: #f5a100;
    padding: 0 22px;
}

@media (max-width: 600px) {

    .content.top h2,
    .content.event h2,
    .content.news h2,
    .content.recruit h2,
    .content.calendar h2 {
        background: none;
    }

    #container #side {
        width: 95%;
        margin-left: 2.5%;
    }

    .content h3 span {
        display: block;
    }
}

.content .ill {
    width: 220px;
    height: auto;
    margin: 15px auto 15px;
}

.top_text {
    width: 400px;
    font-size: 17px;
    line-height: 1.8;
    text-align: justify;
    font-weight: 700;
    margin: 0 auto;
}

.youbi_wrap {
    width: 400px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    font-size: 17px;
    line-height: 1.3;
    text-align: left;
    margin-top: 1em;
}

.youbi_wrap .youbi {
    background-color: #fff;
    font-size: 15px;
    padding: 2px 3.5px 2.5px;
    margin-right: .5em;
    line-height: 1;
    text-align: center;
    border: 2px solid #f5a100;
    color: #f5a100;
}

.content.hed {
    padding-bottom: 2em;
}

.content.hed img.hed {
    width: 67px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.content.hed img.foot {
    width: 28px;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
}

.gr_tx_wrap {
    display: flex;
    width: 400px;
    margin: 10px auto 10px;
}

.center {
    text-align: center;
    padding: .5em 0;
}

.center.unei {
    font-weight: 800;
}

.center.unei a {
    color: #333;
}

img.ie {
    width: 300px;
}

img.staff {
    border-radius: 50%;
    border: 3px solid #FFE492;
    width: 80px;
    height: 80px;
    float: left;
    margin: 0 8px 8px 0;
}

.gr_tx_wrap {
    display: flex;
    align-items: flex-start;
    width: 500px;
    padding: 10px 0;
}

.gr_tx_wrap .gr {
    color: #f5a100;
    white-space: nowrap;
    width: 120px;
    flex-shrink: 0;
}

.top_tel {
    width: 400px;
    margin: 0 auto;
}

.tel_notes {
    width: 450px;
    margin: 1em auto;
}

.staff_text {
    width: 450px;
    margin: 1em auto 2em;
    text-align: justify;
}

.content h4 {
    font-weight: 700;
    padding-bottom: .3em;
    font-size: 1.1rem;
}

.content h4 span {
    font-weight: 400;
}

@media (max-width: 600px) {
    .top_text {
        width: 75%;
        margin: 0 auto;
    }

    .youbi_wrap {
        width: 90%;
        margin: 1.5em auto;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    .gr_tx_wrap {
        display: block;
        width: 85%;
        padding: 10px 0;
    }

    .top_tel {
        width: 80%;
        margin: 0 auto;
    }

    .tel_notes {
        width: 80%;
        margin: 1em auto;
    }

    .staff_text {
        width: 95%;
        margin: 1em auto 2em;
        text-align: justify;
    }
}


/* home */
.content.home {
    max-width:960px;
    margin: 1em auto;
}
.content.home .post_box_wrap .post_box {
    width: 23%;
    border: 1px solid;
    margin: 10px 1% 15px 1%;
    padding-bottom: 10px;
    background-color: #fff;

}
.logo_top_bn {
    padding: 1em 0 1.5em;
    width:250px;
    margin: 0 auto;
}
.logo_top_bn img{
    width:100%;
}
.content .post_box_wrap {
    display: flex;
    flex-wrap: wrap;
}

.content .post_box_wrap .post_box {
    width: 31%;
    border: 1px solid;
    margin: 10px 1.6% 15px 0%;
    padding-bottom: 10px;
    background-color: #fff;
    /*height: 255px;*/
}

.content .post_box_wrap .btn_top {
    width: 100%;
}

.content .post_box_wrap .btn_top a{
    width: 200px;
    color:#fff;
    margin: 1em auto;
    border-radius: 5px;
    background-color: #f5a100;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content .post_box_wrap .post_box p.date {
    font-size: 0.85rem;
    text-align: left;
    padding: 3px 0 2px 10px;
    line-height: 1;
    color: #333;
    font-weight: bold;
}

.content .post_box_wrap .post_box p.date a {
    color: #333;
}

.content .post_box_wrap .post_box.event .tax a {
    color: #f5a100;
    font-size: 0.75rem;
    padding: 0 0 0 10px;
}

.content .post_box_wrap .post_box.top .tax a {
    color: #f5a100;
    font-size: 0.75rem;
    padding: 0 0 0 10px;
}

.content .post_box_wrap .post_box h3 {
    font-size: 13px;
    text-align: left;
    padding: 5px 10px 0 10px;
    line-height: 1.4;
    color: #333;
    font-weight: normal;
    font-weight: bold;
    background-color: transparent;
}

.content .post_box_wrap .post_box.top {
    border-color: #f5a100;
}

.content .post_box_wrap .post_box.event {
    border-color: #f5a100;
}

#container .entry .post_box_wrap .post_box.event img {
    width: 90%;
    margin: 10px auto 0 auto;
    height:158px;
    object-fit: cover;
    object-position: center center;
}

.content .post_box_wrap .post_box.calendar {
    border-color: #8FC31F;
}

.content .post_box_wrap .post_box img {
    width: 90%;
    height: 140px;
    margin: 10px 5% 0;
    object-fit: cover;
    object-position: center center;
}

.content .archive_link {
    padding: 0 0 13px;
    line-height: 0;
    width: 97%;
    margin: 0 auto;
    font-size: 15px;
}
.content .archive_link span{
    font-weight: 700;
}

.content .archive_link a {
    color: #333;
    display: flex;
    align-items: center;
    justify-content: left;
}

.content .archive_link i {
    color: #fcc800;
    font-size: 1.5rem;
    padding-left: 0.3em;
}

.content.top h3 {
    color: #f5a100;
    padding: 10px 0;
    font-size: 1.5rem;
    text-align: center;
}

.content .m_cul {
    display: flex;
    align-items: flex-start;
}

.content .m_cul .img_top1 {
    width: 45%;
    height: auto;
    padding: 1.2em 0 1em 1.2em;
    flex-shrink: 0;
}


.content .vision_p {
    line-height: 1.8;
    padding: 1em 0;
    font-weight: 600;
    color: #002f0e;
    text-align: justify;
    letter-spacing: 0.02em;
}

.content .zu {
    margin-top: 10px;
    width: 95%;
    margin-left: 2.5%;
}

.content .top_p_box {
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
}

.content .top_p_box div {
    margin: 3px auto;
    flex-shrink: 0;
    width: 48%;
}

.content .top_p_box div img {
    width: 100%;
    height: auto;
}

.content .top_cp {
    text-align: center;
    padding-bottom: 1em;
    line-height: 2.1;
}

.content .top_text_wrap {
    display: flex;
    width: 97%;
    margin: 0 auto;
}

.content .top_text_wrap div {
    border-left: 1px solid #f5a100;
    padding: 0 15px;
    text-align: justify;
    font-size: 0.9rem;
}

.content .top_text_wrap div:last-child {
    border-right: 1px solid #f5a100;
}

.content .top_text_wrap div h5 {
    color: #f5a100;
    text-align: center;
    padding: 5px 0;
}

.content.top .c5h {
    color: #f5a100;
}

.content .map {
    width: 57%;
    margin: 0 auto;
}

.content .map iframe {
    height: 380px;
    border: 2px solid #f5a100;
    margin-bottom: 1em;
}

.content .top_lp {
    width: 80%;
    margin: 0 auto;
    line-height: 2;
    padding-bottom: 1.8em;
}

.content .link_top {
    width: 180px;
    margin: 0 auto 0;
    background-color: #FCC800;
    border-radius: 4px;
    display: block;
}

.content .link_top a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 2px;
    text-align: center;
    font-size: 0.8rem;
}

@media (max-width: 740px) {
    .content .post_box_wrap .post_box {
        width: calc(48% - 2px);
        margin: 10px 1% 15px;
    }
}

@media (max-width: 600px) {
    .content .post_box_wrap .post_box {
        width: 90%;
        margin-left: 5%;
    }
    .content .post_box_wrap {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .content .post_box_wrap .post_box.event{
        width: 100%;
        max-width: 300px;
        margin: 5px auto 10px;
    }
    .content .vision_p,
    .content .top_lp {
        width: 90%;
    }

    .content .top_text_wrap {
        display: block;
        width: 97%;
        margin: 0 auto;
    }

    .content .top_text_wrap div {
        border-left: 0px solid #f5a100;
        border-top: 1px solid #f5a100;
        padding: 5px 15px 15px;
        text-align: justify;
        font-size: 0.9rem;
    }

    .content .top_text_wrap div:last-child {
        border-right: 0px solid #f5a100;
        border-bottom: 1px solid #f5a100;
    }

    .content .post_box_wrap .post_box img {
        width: 90%;
        height: 180px;
        margin: 10px 5% 0;
    }

    .content .post_box_wrap .post_box p.date {
        padding: 3px 0 2px 5%;
    }

    .content .post_box_wrap .post_box .tax a {
        padding: 0 0 0 5% !important;
    }

    .content .post_box_wrap .post_box h3 {
        padding: 5px 5% 0 5%;
    }

    .content .top_p_box div {
        margin: 3px auto;
        flex-shrink: 0;
        width: 100%;
    }

    .content .map {
        width: 95%;
        margin: 0 auto;
    }
    .content .vision_p, .content .top_lp {
        width:100%;
    }
    .content .m_cul {
        flex-direction: column;
    }
    #container .entry .content .m_cul .img_top1{
        width:90%;
        margin: 0 auto 1em;
        padding: 0;
    }
}

.top_wide {
    max-width: 980px;
    margin: 0 auto;
}

.top_wide.top_wide .wrap_midashi {
    display: flex;
    align-items: center;
    margin-top: 1em;
}

.wrap_midashi {
    display: flex;
    align-items: center;
}

.wrap_midashi img {
    width: 100px;
    height: auto;
    margin-right: 25px;
    flex-shrink: 0;
    color: #144324;
    padding-bottom: 15px;
    padding-left: 15px;
}

.wrap_midashi h2 {
    font-size: 42px;
    padding-right: 20px;
    font-weight: 700;
    white-space: nowrap;
    color: #144324;
}

.wrap_midashi p {
    padding: 0 0 0 20px;
    line-height: 1.5;
    border-left: 1px solid #144324;
    font-size: 24px;
    font-weight: 600;
    color: #144324;
}

.fives {
    position: relative;
    height: 158px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.fives img {
    position: absolute;
    width: 158px;
    left: 0;
    height: auto;
    z-index: 1;
}

.fives .green_obi {
    background-color: #00a040;
    color: #fff;
    display: flex;
    align-items: center;
    margin-left: 110px;
}

.fives .green_obi h4 {
    font-size: 27px;
    padding-left: 40px;
    width: 190px;
    flex-shrink: 0;
    text-align: center;
    font-weight: 700;
}

.fives .green_obi p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
    padding: 10px 1em 12px 0;
    text-align: justify;
}

@media (max-width: 980px) {
    .top_wide {
        width:95%;
        margin: .5em auto;
    }
    
    .top_wide .wrap_midashi {
        flex-wrap: wrap;
    }
    .wrap_midashi p {
        width: 90%;
        margin: .5em auto;
        border-left: 0;
        padding: 0 0;
    }
    .fives {
        margin: 1em 0 1em;
        display: block;
        height: auto;
    }
    .fives .green_obi {
        flex-wrap: wrap;
        flex-direction: column;
        margin-left: 2px;
        border-radius: 50px 0 0 0;
    }
    .fives img {
        top:-2px;
        width: 100px;
        height: auto;
    }
    .fives h4{
        width:100%;
        text-align: center;
        padding-left: 0;
        padding: 40px 0 40px;
    }
    .fives .green_obi p {
        padding: 0 5% 1em 5%;
    }
    .wrap_midashi h2 {
        font-size: 30px;
    }
}

.cat_is {
    padding: 20px 0 0;
    font-size: 12px;
}

.top_wide .green_ti {
    background-color: #00a040;
    color: #FFF6E4;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    padding: .5em .5em;
    margin-bottom: 15px;
    margin-top: 25px;
}

.top_wide .br_back {
    background-color: #00a040;
    display: flex;
    align-items: flex-start;
    padding: 30px 25px 20px;
    color: #fff;
}

.top_wide .br_back .text {
    margin-right: 20px;
    width: 100%;
}

.top_wide .br_back .imgmap {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.top_wide .br_back img {
    max-width: 335px;
    height: auto;
    flex-shrink: 0;
    margin-bottom: 10px;
}

.top_wide .br_back iframe {
    max-width: 335px;
    height: 220px;
}

.top_wide .br_back h4 {
    font-size: 700;
    border-bottom: 1px solid #fff;
    font-size: 24px;
    padding: 0 0 10px 0;
    width: 100%;
    color: #FFF6E4;
}

.top_wide .br_back dl {
    display: flex;
    align-items: flex-start;
    line-height: 1.6;
    padding: 1em 0 0 0;
    color: #FFF6E4;
}

.top_wide .br_back dl dt {
    width: 145px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    position: relative;
}

.top_wide .br_back dl dt span.tx {
    background-color: #00a040;
    position: relative;
    z-index: 2;
    padding-right: .2em;
}

.top_wide .br_back dl dt span.dot {
    border-top: 1px dashed #fff;
    width: 100%;
    position: absolute;
    background-color: transparent;
    top: .8em;
}

.top_wide .br_back dl dd {
    width: 100%;
    padding-left: .1em;
}

.top_wide .br_back dl dd span {
    font-size: 85%;
}

.top_wide .br_back.kyoten {
    flex-direction: column;
}

.top_wide .br_back .timeline,
.top_wide .br_back .time_img {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.top_wide .br_back .timeline {
    padding: 20px 0 15px;
}

.top_wide .br_back .timeline img {
    height: 92px;
}

.top_wide .br_back .time_img {
    justify-content: space-between;
    width: 100%;
}

.top_wide .br_back .time_img img {
    height: 234px;
}

.top_wide .adm_box {
    color:#00a040;
    line-height: 1.8;
    font-weight: 500;
    position: relative;
}

.top_wide .adm_box h3 {
    font-size:24px;
    color: #FFF6E4;
    background-color: #f5a100;
    font-weight: 700;
    padding: 10px .5em;
    margin-top: 35px;
}
.top_wide .adm_box h4 {
    font-size:21px;
    margin: 20px 0 10px;
    display: flex;
    align-items: baseline;
}

.top_wide .adm_box h4 i {
    padding-right: .2em;
    font-size: 80%;
}

.top_wide .adm_box hr {
    border: 0;
    border-top: 1px solid #00a040;
    margin: 25px auto 15px;
}
.top_wide .adm_box p.honbun {
    margin-left: 1em;
}
.top_wide .adm_box dl.flow {
    display: flex;
    align-items: center;
    margin-left: 1em;
    line-height: 1.3;
}
.top_wide .adm_box dl.flow dt {
    width:280px;
    display: flex;
    align-items: center;
}
.top_wide .adm_box dl.flow dt .step{
    font-size:12px;
    color: #fff;
    background-color: #F5BE22;
    padding: 1px 4px 2px;
    line-height: 1;
}
.top_wide .adm_box dl.flow dt .num{
    font-size:36px;
    padding: 0 6px;
}

.top_wide .adm_box dl.flow dd{
    padding-left: .7em;
    border-left: 1px solid #00a040;
}

.top_wide .adm_box p strong {
    font-size:110%;
}
.top_wide .adm_box dl.sodan {
    display: flex;
    align-items: flex-start;
    padding-left: 1em;
    margin-bottom: .5em;
}
.top_wide .adm_box dl.sodan dt{
    width:175px;
    position: relative;
    display: flex;
    align-items: baseline;
    flex-shrink: 0;
}
.top_wide .adm_box dl.sodan dt .dot{
    border: 0;
    border-top: 1px dashed #00a040;
    position: absolute;
    top:1em;
    display: block;
    width: 100%;
}

.top_wide .adm_box dl.sodan dt .tx{
    position: relative;
    z-index: 2;
    background-color:#fef5e3;
    padding-right: .15em;
}
.top_wide .adm_box dl.sodan dt i.tw{
    font-size:130%;
    color:#3291D0;
    margin-left: .2em;
}
.top_wide .adm_box dl.sodan dt i.fb{
    font-size:130%;
    color: #226DB6;
}

.top_wide .adm_box dl.sodan dt .sra{
    font-size:130%;
}
.top_wide .adm_box dl.sodan dd {
    padding-left: .2em;
}

.top_wide .support {
    display: flex;
    align-items: center;
    margin: 40px 0 0;
}

.top_wide .support img {
    height: 70px;
    width: auto;
    margin-right: 18px;
}

.top_wide .ill_foot {
    position: absolute;
    bottom:50px;
    right: 0;
    width: 200px;
    height: auto;
}
.top_wide .daisan {
    display: flex;
    align-items: flex-end;
}
@media (max-width: 980px) {
    .top_wide .br_back .timeline img {
        height: 92px;
        width: auto;
    }
    .top_wide .br_back .time_img img {
        margin:1% .6% 5%;
        width: 32%;
        height: auto;
    }
    .top_wide .br_back .timeline, .top_wide .br_back .time_img {
        justify-content: flex-start;
    }
    .top_wide .ill_foot {
        display: none;
    }
    .top_wide .daisan {
        font-size:13px;
    }
    .top_wide .support img {
        margin-top: 2em;
    }
    
}
@media (max-width: 840px) {
    .top_wide .br_back {
        flex-direction: column;
    }
    .top_wide .br_back .imgmap {
        width:100%;
    }
    .top_wide .br_back img {
        width:100%;
        max-width: 100%;
        height: auto;
        margin-top: 1em;
    }
    .top_wide .br_back iframe {
        width:100%;
        max-width: 100%;
        height: 350px;
    }
    .top_wide .adm_box dl.flow {
        flex-wrap: wrap;
    }
    .top_wide .adm_box dl.flow dd {
        width:100%;
        border-left: 0;
        padding-bottom: 1em;
        padding-left: 0;
    }
    .top_wide .support {
        flex-wrap: wrap;
    }
}
@media (max-width: 700px) {
    .top_wide .br_back .time_img img {
        margin:1% 1% 5%;
        width: 48%;
        height: auto;
    }
}
@media (max-width: 640px) {
    .top_wide .support {
        justify-content: center;
    }
}
@media (max-width: 480px) {
    .top_wide .adm_box dl.sodan {
        flex-direction: column;
    }
    .top_wide .adm_box dl.sodan dt{
        flex-direction: column;
        width:97%;
    }
    .top_wide .adm_box dl.sodan dd{
        padding-bottom: 1em;
    }
}
@media (max-width: 500px) {
    .top_wide .br_back .time_img img {
        width: auto;
        height: auto;
    }
}
@media (max-width: 400px) {
    .top_wide .br_back dl {
        flex-direction: column;
    }
    .top_wide .br_back dl dt{
        width:97%;
    }
    .top_wide .br_back dl dd{
        padding-left: 1em;
    }
    .top_wide .br_back .timeline img {
        height: 81px;
        width:auto
    }

}

/* event */

.entry .arr_wrap {
    padding: 0 0 20px;
    width: 93%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.entry .arr_wrap div {
    width: 50%;
    text-align: left;
}

.entry .arr_wrap div a {
    color: #333;
}

.entry .arr_wrap div i {
    color: #5ac2d8;
}

.entry .arr_wrap div.next {
    text-align: right;
}


/* news */

div.news_p {
    padding-left: 30px;
    margin-left: 10px;
    margin-bottom: 10px;
    background-image: url(../images/icon_pdf.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

div.news_p a {
    display: flex;
    color: #333;
}

div.news_p a:hover {
    color: #00ada9;
}

div.news_p a .date {
    margin-right: 10px;
}


/* recruit */

.content .box_rec {
    width: 95%;
    margin: 10px auto 20px;
    font-size: 0.85rem;
}

.content .box_rec .date {
    font-size: 0.8rem;
}

.content .box_rec h3 {
    font-size: 1.1rem;
    padding: 5px 0 10px;
}
.content .box_rec h3.single {
    color: #f5a100;
    background-color: transparent;
}

.content .box_rec .tax a {
    color: #eb6e8f;
}

.content.event .box_rec .tax a {
    color: #00ada9;
}

.content .box_rec .honbun {
    padding-bottom: 60px;
}

.content .box_rec .honbun.event {
    border-bottom: 0px dotted #00ada9;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
}


/* calendar */

h4.cal4 {
    text-align: center;
    width: 140px;
    border-radius: 15px;
    background-color: #8FC31F;
    color: #fff;
    padding: 5px 0 6px;
    line-height: 1em;
    box-sizing: border-box;
    margin: 20px auto 20px;
}

.content .post_box_cal {
    display: flex;
    line-height: 1.6;
    width: 90%;
    margin: 0 auto 15px;
}

.content .post_box_cal h3 {
    color: #333;
    transition: all 0.3s;
    line-height: 1.4;
    padding-top: 3px;
}

.content .post_box_cal h3:hover {
    color: #8FC31F;
}

.content .post_box_cal div {
    margin-left: 10px;
}

.content .post_box_cal img {
    width: 100px;
    height: 80px;
    border-radius: 4px;
    object-fit: cover;
    object-position: center center;
    flex-shrink: 0;
}

.content .post_box_cal a {
    width: 100px;
    height: 80px;
    flex-shrink: 0;
}

.content .post_box_cal.calendar .date span {
    background-color: #8FC31F;
    color: #fff;
    box-sizing: border-box;
    line-height: 1;
    padding: 1px 7.5px 1.5px;
    font-size: 0.75rem;
    border-radius: 5px;
    margin-right: .4em;
}

.content .post_box_cal.calendar .tax a {
    color: #8FC31F;
    font-size: 0.75rem;
    padding: 0;
}

.h4cd {
    text-align: center;
}

.content .event_dl {
    display: flex;
    font-size: 13px;
    padding: 3px;
    border-bottom: 1px solid #ddd;
    width: 97%;
    margin: 0 auto;
}

.content .event_dl.today {
    background-color: rgb(235, 247, 212);
}

.content .event_dl.week6 {
    background-color: rgb(230, 255, 254);
}

.content .event_dl.week0,
.content .event_dl.holiday {
    background-color: rgb(255, 235, 242);
}

.content .event_dl .day {
    margin-right: 1em;
    font-size: 11px;
}

.content .event_dl .day span {
    display: inline-block;
    text-align: center;
    width: 22px;
    font-size: 13px;
}

.content .event_dl .txt a {
    color: #333;
    transition: all 0.3s;
}

.content .event_dl .txt a:hover {
    color: #8FC31F;
}


/* side */

#side {
    font-size: 0.85rem;
    font-weight: bold;

}

.tw_wrap {
    max-height: 600px;
    margin-bottom: 4px;
}

#side .cat_ti {
    border-bottom: 1px solid;
    margin: 0 15px 5px;
    padding-bottom: 8px;
}

#side .cat_ti.event {
    border-color: #f5a100;
    padding-top: 20px;
}

#side .cate_side_wrap {
    background-color: #fff;
    margin-bottom: 15px;
    padding-bottom: 20px;
    text-align: left;
}

#side .cat_ti.recruit {
    border-color: #eb6e8f;
    padding-top: 20px;
}

#side .cate_in {
    margin: 0 15px;
    line-height: 1.8;
}

#side .widget {
    margin: 10px 15px;
}

#side .widget ul li.year {
    cursor: pointer;
}

#side a {
    color: #333;
}

.side_bn {
    margin: 0;
    margin-top: 26px;
}

.side_bn li {
    margin-bottom: 10px;
}

.side_bn li a,
.side_bn li img {
    margin: 0;
    padding: 0;
    display: block;
}

.side_bn li:last-child {
    margin-bottom: 0;
}

.side_bn li img {
    width: 100%;
    box-sizing: border-box;
    border:1px solid #ddd;
}

#side.topdn {
    display: none;
}

@media (max-width: 980px) {
    #side.top {
        display: none;
    }
    #side.topdn {
        display: block;
    }
    #side.topdn ul {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        width: 95%;
        margin: 2em auto 0;
    }
    #side.topdn ul li{
        display: flex;
        margin: 0;
        padding: 0;
        width: 50%;
    }
}

@media (max-width: 600px) {
    .side_bn {
        display: flex;
        flex-wrap: wrap;
    }

    .side_bn li {
        width: 50%;
    }
}



/* Page_navi */

.tablenav {
    clear: both;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
}

a.page-numbers,
.tablenav .current {
    display: inline-block;
    font-size: 0.85rem;
    text-decoration: none;
    border-radius: 4px;
    color: #000000;
    background-color: #fff;
    border: 1px solid #666;
    padding: 4px 8px;
    margin: 0 5px 20px 5px;
}

a.page-numbers:hover {
    border-color: #666;
    background-color: #eee;
}

.tablenav .current,
.wp-pagenavi span.current {
    font-weight: bold;
    background-color: #666;
    color: #fff;
}

.page_navi {
    margin-top: 10px;
}

.page_navi:after {
    content: "";
    display: table;
    clear: both;
}

.page_navi li {
    float: left;
    list-style: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.page_navi li:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.page_navi li:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 1px solid #ddd;
}

.page_navi li.current span {
    color: #FFF;
    background-color: #ddd;
    display: inline-block;
    padding: 7px 10px;
}

.page_navi li a {
    color: #307dd5;
    display: inline-block;
    text-decoration: none;
    padding: 7px 10px;
}

.page_navi li a:hover {
    color: #afcdef;
}

.page_navi li.page_nums span {
    color: #fff;
    display: inline-block;
}


/* footer */

footer {
    width: 952px;
    margin: 40px auto 0;
    border-radius: 5px;
    line-height: 1.4;
    font-size: 14px;
    color: #FFF6E4;
    letter-spacing: 0.02em;
}

footer .foot_wrap {
    display: flex;
    justify-items: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 12px 0 12px;
    width: 95%;
}

footer .foot_wrap span {
    display: inline-block;
    padding-right: 1.5em;
}

footer .foot_wrap span a {
    color: #FFF6E4;
}

footer .foot_wrap h2 {
    margin-right: 30px;
    font-size: 16px;
    padding-bottom: .3em;
    font-weight: 700;
}

footer .foot_wrap h2 img {
    width: 180px;
    height: auto;
}

.copyright {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 11px;
}
@media (max-width: 985px) {
    footer {
        width:95%;
        margin-left:2.5%;
    }
    
}
@media (max-width: 810px) {
    footer {
        width: 95%;
        font-size: 13px;
    }
}

@media (max-width: 600px) {
    footer .foot_wrap {
        display: block;
        width: 90%;
        margin-left: 5%;
        text-align: center;
    }

    footer .foot_wrap .copyright {
        width: 100%;
        padding-left: 0;

    }

    footer .foot_wrap .foot_tw {
        text-align: center;
        width: 100%;
        padding-right: 0;
        padding-top: 10px;
    }
}


/**/

img.alignright {
    margin-left: 10px;
    float: right;
}

img.alignleft {
    margin-right: 10px;
    float: left;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

.clear::after {
    content: "";
    display: block;
    clear: both;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.wpcf7-select {
    width: 100%;
    padding: 8px 15px;
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.wpcf7-select {
    width: 50%;
}

label {
    padding-top: 20px;
    display: block;
}

input.sub-btn {
    width: 230px;
    height: 60px;
    background: #aaa;
    color: #FFF;
    font-size: 1.1em;
    letter-spacing: 0.05em;
    transition: 0.3s;
    margin-top: 20px;
    margin-right: 15px;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
}

input.sub-btn:hover {
    background: #eee;
    color: #999;
}