.areaWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    color: #5f5045;
}

.a-Wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    width: 49%;
    margin-bottom: 10px;
    border: 1px solid #40b5c8;
    /* background-color: white; */
}

/* .a-Wrap:nth-child(2n-1) {
    margin-right: 10px;
}
 */
.a-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    height: 2em;
    padding: 10px;
    background-color: #40b5c8;
    color: white;
    letter-spacing: 0.9px;
}

.b-Wrap {
    display: flex;
    flex-direction: column;
    /* background-color: white; */
}

.n-Area {
    font-family: Noto Sans JP;
    font-weight: 600;
    text-align: center;
    height: 3em;
    padding: 1em;
    letter-spacing: 0.9px;
    line-height: 1.4;
}

.t-Wrap {
    display: flex;
    flex-direction: row;
    padding: 10px;
    margin: 0 auto;
}

.t-Wrap2 {
    width: 90%;
    display: flex;
    flex-direction: column;
    padding: 5px;
    margin: 0 auto ;
}

.t-Area {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: clamp(0.6875rem, 0.3839rem + 0.5714vw, 0.8125rem);
    margin-right: 1vw;
    width: 85px;
    line-height: 1.6;
    text-align: left;
}

.d-Wrap {
    display: flex;
    flex-direction: column;
    line-height: 1.7;
    margin-bottom: 10px;
}

.d-a {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 16px;
}

.d-b {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 16px;
    color: white;
    padding: 5px;
    margin-bottom: 5px;
    height: 1.2em;
}

.nBox .nTxt .d-b a {
    color: white;
}

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

.areaWrap {
    flex-direction: column;
    flex-wrap: nowrap;
}

.a-Wrap {
    width: 100%;
    border: 1px solid #40b5c8;
    margin-bottom: 1em;
}

.a-title, .n-Area, .d-b, .d-a {
    font-size: calc(100vw * 28 / 850);
}

}

/* @media only screen and (max-width:999px) {
    .a-Wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}

.t-Area {
    font-size: 12px;
}

.d-a {
    font-size: 14px;
}

} */


.boxWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    color: #5f5045;
    margin-top: 1em;
    margin-bottom: 2em;
}

.itemWrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid #40b5c8;
    /* background-color: white; */
}

/* .a-Wrap:nth-child(2n-1) {
    margin-right: 10px;
}
 */
.i-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    background-color: #40b5c8;
    color: white;
    letter-spacing: 0.9px;
}

.i-title span.caut {
        font-size: 14px;
    }

.itemBox {
    padding: 25px;
    overflow: hidden;
}

@media only screen and (max-width:850px) {
    .i-title {
        font-size: 13px;
    }
    
    .i-title span.caut {
        font-size: 11px;
    }
}