@charset "utf-8";
/* ======================
itemの設定
====================== */
/* アイテムメニュー */
.item__container {
    border-bottom: 1px dashed #FC742A;
    margin-bottom: 50px;
}
.item__menu {
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 0;
    border-top: 1px dashed #FC742A;
}
.item__menu img {
    width: 70px;
    height: 70px;
    margin: 0 5.3%;
    border-radius: 50%;
}
.item__menu p {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 20px; /* 125% */
    letter-spacing: 1.6px;
}

/* アイテム内容 */
.item__about {

}
.item__about h5 {
    padding: 50px 5.3% 20px;
    color: #017307;
    font-size: 2rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 4px;
}
.item__about p {
    margin: 0 5.3% 20px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.4px;
}
