@charset "utf-8";
.hero-secondly-date {
    background-image: url(../img/welfare/welfare-hero-pic.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
@media screen and (-webkit-min-device-pixel-ratio:2),
(min-resolution: 2dppx) {
    .hero-secondly-date {
        background-image: url(../img/welfare/welfare-hero-pic@2x.jpg);
    }
}
.wrapper {
    margin-top: 40px;
    text-align: center;
}
.container {
    margin: 0;
    padding: 20px;
    text-align: center;
}
@media screen and (min-width: 1440px) {
    .container  {
        width: 1024px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 1024px) {
    .container  {
        width: 980px;
        margin: 0 auto;
    }
}
.section1__inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
    .section1__inner {
        flex-wrap: nowrap;
    }
}
.section1-card {
    width: 45%;
    height: auto;
    margin: 20px 5px;
}
@media screen and (min-width: 768px) {
    .section1-card {
        width: 310px;
        height: 315px;
        box-sizing: border-box;
        margin: 10px;
    }
}
.section1-card:hover {
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;

}
.section1-card__body {
    border: 2px solid #00A2E0;
    position: relative;
}
.section1-card__title {
    padding: 15px 10px;
    background-color: #00A2E0;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}
@media screen and (min-width: 768px) {
    .section1-card__title {
        font-size: 18px;
    }
}
.section1-card__thumb {
    padding: 20px;
}
@media screen and (min-width: 768px) {
    .thumb--tiny {
        width: 100px;
        height: 100px;
    }
}
.section1-card__body > span {
    position: absolute;
    top:95%;
    left:0;
    right:0;
    margin: auto;    
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-top: 30px solid #BBDCE8;
}
.section1 > p {
    padding: 20px;
    text-align: left;
}
.section2,
.section3,
.section4,
.section5 {
    margin-top: 40px;
    text-align: left;
}
.section2 > h3,
.section3 > h3,
.section4 > h3,
.section5 > h3 {
    margin-top: 20px;
    padding-bottom: 5px;
}
.section2 > dl,
.section3 > dl,
.section4 > dl,
.section5 > dl {
    margin-top: 20px;
    background-color: #ebf0f5;
}
.toggle__title {
    position: relative;
    font-size:  14px;
    font-weight: 600;
    padding: 20px;
}
@media screen and (min-width: 768px) {
    .toggle__title {
        font-size: 18px;
    }
}
.toggle__title > a {
    padding: 20px;
}
.toggle__title:hover {
    padding: 20px;
    cursor: pointer;
}
.toggle__title::after {
    position: absolute;
    right: 20px;
    top: 25%;
    font-family: "Font Awesome 5 Free";
    content: "\f055";
    font-weight: 900;
    color: #00A2E0;
}
.toggle__title--open {
    margin-top: 10px;
    padding: 0 20px 30px;
    height: 100%;
}
.active::after {
    font-family: "Font Awesome 5 Free";
    content: "\f057";
    font-weight: 900;
    color: #00A2E0;
}