@charset "UTF-8";
.footer.container-fluid {
    background: #2496c5!important;
}

.wt-item main {
    width: 90%;
    max-width: 1250px;
    margin: auto;
    text-align: center;
    margin-top: 8vw;
}

.wt-item main .contents {
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

.wt-item main .contents dl dd {
    text-align: left;
    text-align: justify;
}

.wt-item main h1 {
    margin-bottom: 50px;
}

.wt-item main h1 img {
    height: 120px;
}

.wt-item main dl {
    margin-top: 50px;
}

.wt-item main dl dt,
.wt-item main dl dd,
.wt-item main figure {
    margin-bottom: 50px;
}

.wt-item main dl dt img {
    height: 33px;
}

.wt-item main figure img {
    max-width: 1100px;
}

.wt-item section.dm {
    display: flex;
    justify-content: space-between;
    margin-top: 150px;
}

.wt-item section.dm div.t-area {
    width: 400px;
    position: relative;
}

.wt-item section.dm div.t-area h2 {
    margin: 0;
}

.wt-item section.dm div.t-area ul {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
}

.wt-item section.dm div.t-area ul li {
    list-style: none;
    text-align: left;
    font-size: 1.25rem;
}

.wt-item #attention1_img p.read {
    width: 90%;
    max-width: 1150px;
    margin: -51vw auto 0;
    position: relative;
}

.wt-item #attention1_img p.read img {
    width: 60vw;
    max-width: 1150px;
}

img.s60 {
    height: 60px;
}

.kaigo {
    text-indent: -5rem;
    margin-left: 5rem;
}

.tag_01,
.tag_02,
.tag_03,
.tag_04 {
    background: #f5ccce;
}

.navbar-custom {
    background: #2496c5;
}

.attent {
    width: 60vw;
    text-align: center;
    margin: auto;
    margin-top: 29vw;
    max-width: 1150px;
    position: relative;
}

.attent img {
    width: 100%;
}

.kouen {
    text-align: left;
    margin-top: 95px;
}

.kouen h2 {
    margin-bottom: 0;
}

.kouen h2 img {
    height: 30px
}

.kouen ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 30px;
}

.kouen ul li {
    line-height: 1.8;
    font-size: 2rem;
}

.kouen ul li span {
    display: inline-block;
    margin-right: 2em;
    font-weight: bold;
    width: 80px;
    text-align-last: justify;
    /* Chrome・Firefox用 */
    text-justify: inter-ideograph;
    /* IE・Edge用 */
}

.shosai a {
    max-width: 1100px;
    margin: auto;
    border: solid 2px #000;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 2.7rem;
    text-align: left;
    align-items: center;
    color: #000;
    margin-top: 60px;
}

.shosai p {
    margin-bottom: 0;
    text-align: center;
}

.shosai p:nth-of-type(1) img {
    width: min( 90%, 560px);
}

.shosai p:nth-of-type(2) img {
    width: 210px;
}

.shosai p:nth-of-type(1) {
    width: 60%;
}

.shosai p:nth-of-type(2) {
    border-left: solid 2px #000;
    padding: 10px;
    width: 40%;
    text-align: center;
}

div.btn-area {
    text-align: center;
    margin-top: 110px;
}

div.btn-area a {
    color: #000;
    font-size: 2.5rem;
    display: inline-block;
    padding: .5rem 2rem;
    border: solid 1px #000;
    font-weight: 500;
    letter-spacing: .25rem;
}

div.btn-area a:hover {
    background: #000;
    text-decoration: none;
    color: #fff;
}

@media (max-width: 768px) {
    .wt-map main .read,
    .wt-map main .attent {
        position: relative;
        width: auto;
    }
    p {
        width: 80%;
        margin: auto;
    }
    .wt-item main figure img {
        width: 100%;
    }
    .wt-item main h1 img {
        height: 60px;
    }
    .wt-item main h1 {
        margin-bottom: 25px;
    }
    img.s60 {
        height: 30px;
    }
    .t-area h2 img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 30px;
    }
    .wt-item main dl dt {
        margin-bottom: 30px;
    }
    .wt-item main dl dt img {
        height: 25px;
    }
    .wt-item main .contents dl dd {
        font-size: 1.25rem;
        text-align: justify;
    }
    .navbar-custom .navbar-toggle {
        background: #fff;
    }
    main article.f-area h2 img {
        width: 90%;
        margin: auto;
    }
    main article.f-area div.to-back {
        margin-top: 30px;
    }
    .kouen ul li {
        font-size: 1.25rem;
        border-bottom: solid 1px #999;
        margin-bottom: 1rem;
    }
    .kouen ul li span {
        width: 70px;
        display: block;
    }
    .kouen h2 img {
        height: 20px;
    }
    .kouen ul {
        margin-top: 15px;
    }
    .attent {
        width: 90%;
        margin-top: 28vw;
        padding: 5px 5px 13vw;
    }
    .attent img {
        width: 100%;
    }
    .wt-item main {
        margin-top: 60px;
    }
    .kouen {
        border-top: solid 1px #999;
        margin-top: 30px;
        padding-top: 30px;
    }
    .kouen h2 {
        margin-top: 0;
    }
    .wt-item section.dm {
        display: block;
    }
    .wt-item section.dm iframe {
        width: 100%!important;
        height: 50vw;
    }
    .wt-item section.dm div.t-area {
        width: auto;
        position: static;
    }
    .wt-item main h1 img {
        height: 60px;
    }
    .wt-item main h1 {
        margin-bottom: 25px;
    }
    img.s60 {
        height: 45px;
    }
    .t-area h2 img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 30px;
    }
    .wt-item section.dm,
    .wt-item section.dm div.t-area ul {
        position: relative;
    }
    .wt-item section.dm div.t-area ul {
        margin-top: 15px;
    }
    .wt-item section.dm {
        margin-top: 30px;
        padding-top: 50px;
    }
    .shosai a {
        display: block;
        padding: 5px;
        border: solid 1px #000;
    }
    .shosai p:nth-of-type(1) {
        width: 90%;
    }
    .shosai p:nth-of-type(1) img {
        width: 100%;
    }
    .shosai p:nth-of-type(2) {
        border-left: none;
        padding: 0;
        width: 40%;
        text-align: center;
        margin-top: 2vw;
    }
    .shosai p:nth-of-type(2) img {
        width: 100%;
    }
    div.btn-area {
        text-align: center;
        margin-top: 10vw;
    }
    main div.btn-area a {
        font-size: 1.5rem;
    }
    .wt-item #attention1_img p.read {
        width: 95%;
        max-width: 1150px;
        margin: -69vw auto 0;
        position: relative;
        z-index: inherit;
    }
    .wt-item #attention1_img p.read img {
        width: 100%;
        max-width: 1150px;
    }
    .wt-item main dl {
        margin-top: 40px;
    }
    .wt-item main dl dd {
        margin-bottom: 30px;
    }
    .wt-item main dl dd figure {
        margin-bottom: 30px;
    }
    .footer.container-fluid {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .footer.container-fluid p {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .footer.container-fluid small {
        line-height: 1.2;
        margin-top: 10px;
        display: block;
        font-size: 1rem;
    }
    .slick-dotted.slick-slider {
        margin-top: 32px;
    }
}