@charset "utf-8";
/* ======================
contactの設定
====================== */
.contact__wrap {
    margin: 0 5.3% 50px;
}

.contact__lists {
    margin-bottom: 32px;
}

/* 見出し */
.section--contact h4 {
    color: #725020;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 18px; /* 112.5% */
    letter-spacing: 1.6px;
}

.contact__title {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.contact__container {
    display: flex;
	width: 100%;
    flex-grow: 1;
    flex-direction: column;
    padding: 16px;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    background: var(--W-Background, #FFF);
    color: gray;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.contact__select {
    color: #725020;
}
.contact__content {
    padding: 16px;
}

.contact__namecontainer {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.contact__name {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 112.5% */
    letter-spacing: 1.6px;
}

.contact__btn {
    display: flex;
    padding: 10px 20px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    border-radius: 90px;
    color: white;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    background: #FC742A;
    }
    

/* ＜必須＞アイコン */
.contact__required {
    display: flex;
    padding: 2px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #FC742A;
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 18px; /* 150% */
    letter-spacing: 3.6px;
}