@charset "utf-8";
/*
orange  #EC6D2A

orange2(footer) #FF9731
green(header right & link) #2DAA8A

*/


.mainView {
    background-color: #EEE;
}

.mainView.white {
    background-color: #FFF;
}

.mainView .inner {
    height: 320px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.mainView .inner h1 {
    position: relative;
    font-size: 2.25em;
    line-height: 1.6;
    font-weight: bold;
    padding: .5em 0;
    text-align: center;
}

.mainView .inner h1:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 64px;
    height: 3px;
    background-color: #E52A01;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.mainView .inner h1:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 64px;
    height: 3px;
    background-color: #008577;
}



@media screen and (max-width: 767px) {
    .mainView .inner {
        height: 280px;
    }

    .mainView .inner h1 {
        font-size: 1.625em;
    }


}

#mainContent .content {
    margin: 70px 0 70px;
}

#mainContent .content .inner div+div {
    margin-top: 70px;
}

#mainContent .content .inner.nb div+div {
    margin-top: 42px;
}

#mainContent .content .inner.nb .margin {
    margin-top: 0px;
}

#mainContent .content .inner div p+p {
    margin-top: 5px;
}

.btns .btn01 {
    margin: 30px auto 0;
    width: 320px;
}

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

    #mainContent .content {
        margin: 40px 0 40px;
    }

    #mainContent .content .inner div+div {
        margin-top: 50px;
    }

    #mainContent .content .inner.nb div+div {
        margin-top: 40px;
    }

    .btns .btn01 {
        width: 100%;
    }
}



#mainContent .content .inner .flame {
    border: 3px solid #E52A01;
    border-radius: 8px;
    padding: 20px 46px;
}

#mainContent .content .inner .flame h4 {
    font-weight: bold;
    font-size: 1.8rem;
}

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

    #mainContent .content .inner .flame {
        border: 2px solid #E52A01;
        border-radius: 5px;
        padding: 24px 30px;
    }

    #mainContent .content .inner .flame h4 {}
}

.type_a {}



.type_b {}

.type_b .gray {
    padding: 45px 0;
}

.type_b .gray h3 {
    font-weight: bold;
    font-size: 2.2rem;
}

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

    .type_b .gray h3 {
        font-size: 1.8rem;
    }

}




.type_c {}

.type_c .gray {
    padding: 45px 0;
}

.type_c .gray h3 {
    font-weight: bold;
    font-size: 2.2rem;
}

#mainContent.type_c .content .inner div+div {
    margin-top: 70px;
}

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

    .type_c .gray h3 {
        font-size: 1.8rem;
    }

}



#mainContent.type_c .block.gray.mov {
    margin: 0 0 5em;
}

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

    .type_c p .pdf {
        font-size: .875em;
    }

}



#mainContent.documentcollection {}

#mainContent.documentcollection ul {
    margin: 22px 0;
}

#mainContent.documentcollection ul li {
    width: 100%;
    height: auto;
    margin: 16px 0;
    border-radius: 12px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.24);
}

#mainContent.documentcollection ul li a {
    min-height: 280px;
    padding: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

#mainContent.documentcollection ul li .image {
    display: block;
    width: 320px;
    height: 216px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#mainContent.documentcollection ul li .image img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 216px;
}

#mainContent.documentcollection ul li .cont {
    width: 590px;
    margin-top: 0;
}

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

    #mainContent.documentcollection {}

    #mainContent.documentcollection ul li .image {
        width: 100%;
        height: auto;
        margin: 0 auto 1em;
    }

}


#mainContent.links {}

#mainContent.links ul.links {
    margin: 0 0 4em;
}

#mainContent.links ul.links li {
    overflow: hidden;
    margin-bottom: 40px;
}

#mainContent.links ul.links li div.cate {
    position: relative;
    background-color: #E52A01;
    color: #fff;
    line-height: 1.5;
    font-size: 1.625em;
    padding: 10px 84px 10px 35px;
}

#mainContent.links ul.links li div.cate span {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    right: 32px;
    margin-top: -12px;
    background-color: #fff;
    border-radius: 50%;
}

#mainContent.links ul.links li div.cate span:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 14px;
    height: 4px;
    margin: -2px 0 0 -7px;
    background-color: #E52A01;
    border-radius: 1px;
}

#mainContent.links ul.links li div.cate span:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 14px;
    height: 4px;
    margin: -2px 0 0 -7px;
    background-color: #E52A01;
    border-radius: 1px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all .3s;
    transition: all .3s;
}

#mainContent.links ul.links li div.cate.open span:after {
    opacity: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

#mainContent.links ul.links li div.cont {
    display: none;
}

#mainContent.links ul.links li div.cont ul {
    margin: 2.6em 1.8em 0;
}

#mainContent.links ul.links li div.cont ul li {
    position: relative;
    margin: 1em 0;
    padding-left: 1.4em;
}

#mainContent.links ul.links li div.cont ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '・';
}

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

    #mainContent.links ul.links li div.cate {
        padding: 11px 32px 11px 10px;
        font-size: 1.125em;
    }

    #mainContent.links ul.links li div.cont ul {
        margin: 1em .5em;
    }

    #mainContent.links ul.links li div.cont ul li {
        margin: .8em 0;
        padding-left: 1.1em;
    }

}



/* each page styles */

/* figure img */
figure {
    margin: 0 auto 32px;
}

figure img {
    vertical-align: bottom;
}

@media screen and (max-width: 767px) {
    figure {
        margin: 0 auto 16px;
    }
}

/* figure img */


/* s-table */
.s-table {
    display: flex;
    flex-wrap: wrap;
    margin: 32px auto 48px;
}

.s-table dt {
    width: 240px;
    padding: 6px 16px;
    background: #EEE;
    border: 1px solid #ddd;
}

.s-table dd {
    width: calc(100% - 240px);
    padding: 6px 16px;
    background: #fff;
    border: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
    .s-table {
        margin: 16px auto 32px;
    }

    .s-table dt {
        width: 100%;
        text-align: center;
    }

    .s-table dd {
        width: 100%;
    }

}

/* s-table */


/* modal */
.tips {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.tipModal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.tipModal>div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.tipModal>div .film {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.tipModal>div .close {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 48px;
    height: 48px;
    z-index: 10;
    transition: all .3s;
}

.tipModal>div .close:hover {
    cursor: pointer;
}

.tipModal>div .close:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 3px;
    background: #fff;
    transform: rotate(45deg);
}

.tipModal>div .close:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 3px;
    background: #fff;
    transform: rotate(135deg);
}

.tipModal>div .body {
    position: relative;
    width: 100%;
    max-width: 1000px;
    background: #fff;
    border: 3px solid #E52A01;
    border-radius: 8px;
}

.tipModal>div .box {
    padding: 48px
}

.tipModal>div .box .title {
    font-size: 1.125em;
    margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
    .tipModal>div .close {
        top: 64px;
        right: 16px;
        width: 32px;
        height: 32px;
    }

    .tipModal>div .body {
        max-width: calc(100vw - 32px);
    }

    .tipModal>div .box {
        padding: 24px;
    }

    .tipModal>div .box p {
        font-size: 1.4rem;
    }
}

/* modal */


/* 共生社会の実現 */
.kyosei p {
    margin: 0 0 32px;
}

.kyosei ul.orange {
    margin: -16px auto 32px;
}

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

/* プライバシーポリシー */
.type_e a {
    text-decoration: underline;
    transition: all .3s;
}

.type_e a:hover {
    cursor: pointer;
    opacity: 0.6;
}

.type_e ul li {
    margin-bottom: 1em;
}

.type_e ul li>ul li {
    padding-left: 1em;
    margin-bottom: 0.6em;
}

.type_e ul li>ul li>ul {
    margin: 0;
}

.type_e ul li>ul li>ul li {
    margin: 0;
}

@media screen and (max-width: 767px) {
    .type_e ul li>ul li {
        padding-left: 0.8em;
    }

    .type_e ul li>ul li+li {
        margin-top: 0.4em;
    }

    .type_e ul li>ul li>ul {
        margin: 0.4em 0 0;
    }
}

/* webアクセシビリティ */
table.accessibility {
    margin-top: 1em;
    border-collapse: collapse;
}

table.accessibility tbody tr th,
table.accessibility tbody tr td {
    color: #333;
    font-weight: normal;
    text-align: left;
    padding: 6px 12px;
    border: 1px solid #ddd;
}

table.accessibility tbody tr th {
    width: 320px;
    background: #ccc;
}

table.accessibility tbody tr td {
    width: 680px;
    background: #fff;
}

@media screen and (max-width: 767px) {
    table.accessibility tbody tr th {
        width: 42%;
    }

    table.accessibility tbody tr td {
        width: 58%;
    }
}

table.checkList {
    margin-top: 1em;
    border-collapse: collapse;
}

table.checkList thead th,
table.checkList tbody th,
table.checkList tbody td {
    color: #333;
    font-weight: normal;
    text-align: left;
    padding: 6px 12px;
    border: 1px solid #ddd;
    background: #ccc;
}

table.checkList thead th {
    text-align: center;
}

table.checkList thead th:nth-child(1) {
    width: 8%;
}

table.checkList thead th:nth-child(2) {
    width: 35%;
}

table.checkList thead th:nth-child(3) {
    width: 10%;
}

table.checkList thead th:nth-child(4) {
    width: 5%;
}

table.checkList thead th:nth-child(5) {
    width: 5%;
}

table.checkList thead th:nth-child(6) {
    width: 22%;
}

table.checkList tbody th {
    text-align: center;
}

table.checkList tbody td {
    background: #fff;
}

table.checkList tbody td:nth-child(3),
table.checkList tbody td:nth-child(4),
table.checkList tbody td:nth-child(5) {
    text-align: center;
}

.tipModal.pageList>div .body {
    max-height: 620px;
    overflow-y: scroll;
}

.tipModal.pageList>div .body .box .title {
    color: #fff;
    background: #E52A01;
    padding: 8px 16px;
    margin-bottom: 32px;
}

.tipModal.pageList>div .body .box ul {
    padding: 8px 16px;
}

.tipModal.pageList>div .body .box ul li {
    word-break: break-all;
    margin-bottom: 16px;
}

.tipModal.pageList>div .body .box ul li span {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .tipModal.pageList>div .body {
        max-height: 68vh;
    }
}