@charset "UTF-8";
/* コンテンツ */

.main_title {
    margin-top: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../img/main_bg.webp");
    background-position: center center;
    background-size: cover;
    height: calc(100vh - 140px);
}
.main_title img {
    height: 70%;
    max-height: 690px;
}

.bg_2dk {
    background-color: #f0ecde;
}

.tx1 {
    text-align: center;
    padding: 2em 0;
    line-height: 0;
}
.dk_img ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.dk_img ul li {
    width:calc(100% / 3);
}

.pw_img {
    position: relative;
    margin-top: -3em;
}
.pw_img ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.pw_img ul li {
    width: 32%;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}

.bg_2dkw {
    background-color: #fff;
    border-radius: 20px;
    padding: 2.5em;
}
.dksub {
    font-size: 1.8em;
    line-height: 1.5;
    text-align: center;
    border-bottom: 1px solid #333;
    padding-bottom: 0.1em;
    margin-bottom: 0.5em;
}
.dksub2 {
    font-size: 1.6em;
    line-height: 1.5;
    text-align: center;
    color: #db6682;
}
.bg_2dkg {
    background-color: #eeece7;
    padding: 2em 1em;
}
.kojo {
    display: flex;
    justify-content: center;
    align-items: stretch;
}
.kojo strong {
    background-color: #db6682;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1em;
    border-radius: 10px;
    font-size: 1.4em;
    margin-right: 1em;
}
.kojo span {
    font-weight: normal;
}

.merit ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: -1.5em;
}
.merit ul li {
    box-sizing: border-box;
    width: 48.8%;
    background-color: #eeece7;
    padding: 2em;
    margin-bottom: 1.5em;
}
.merit ul li h3 {
    width: 40%;
    margin: 0 auto 1em;
    color: #fff;
    text-align: center;
    background-color: #db6682;
    border-radius: 10px;
}
.merit ul li h4 {
    font-size: 1.4em;
    text-align: center;
    border-bottom: 1px solid #333;
    margin-bottom: 0.5em;
    padding-bottom: 0.2em;
}
.merit ul li p {
    text-align: center;
}

.dksub3 {
    text-align: center;
    position: relative;
}
.dksub3 strong {
    display: inline-block;
    text-align: center;
    background-color: #fff;
    font-size: 1.6em;
    line-height: 1.5;
    padding: 0 1em;
}
.ybder {
    border-top: 1px solid #a48b78;
    border-left: 1px solid #a48b78;
    border-right: 1px solid #a48b78;
    padding: 5em 3em 0;
    margin-top: -2em;
}

.eqp {
    padding: 0 2em 2em;
}
.eqp ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: -2.5em;
}
.eqp ul li img {
    width: 100%;
}
.eqp ul li {
    box-sizing: border-box;
    width: 48%;
    margin-bottom: 2.5em;
}
@media screen and (min-width: 500px) {
    
}

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

.main_title {
    margin-top: 50px;
    height: 380px;
}
.main_title img {
    width: 90%;
    height: auto;
}

.pw_img {
    margin-top: 2em;
}
.pw_img ul {
    margin-bottom: -1em;
}
.pw_img ul li {
    width: 100%;
    margin-bottom: 1em;
}

.bg_2dkw {
    padding: 1.5em;
}
.dksub {
    font-size: 1.24em;
    text-align: left;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}
.dksub2 {
    font-size: 1.16em;
    
}
.bg_2dkg {
    padding: 1.5em 1em;
}
.kojo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.kojo strong {
    box-sizing: border-box;
    width: 80%;
    padding: 0.5em 0;
    font-size: 1.16em;
    margin-right: 0;
    margin-bottom: 0.5em;
}
.kojo span {
    font-weight: normal;
}

.merit ul {
    margin-bottom: -1em;
}
.merit ul li {
    width: 100%;
    padding: 1.5em;
    margin-bottom: 1em;
}
.merit ul li h4 {
    font-size: 1.24em;
}
.merit ul li p {
    text-align: left;
}

.dksub3 strong {
    font-size: 1.16em;
    padding: 0;
}
.ybder {
    padding: 3em 1em 0;
    margin-top: -2em;
}

.eqp {
    padding: 0;
}
.eqp ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: -1em;
}
.eqp ul li img {
    width: 100%;
}
.eqp ul li {
    box-sizing: border-box;
    width: 48%;
    margin-bottom: 1em;
}


}