
/* フォント */
.default-font {
    font-family: "BIZ+UDGothic";
}
.mincho-font {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.gothic-font {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.century-font {
    font-family: "Century", serif;
}

/* 色パターン */
:root {
    --text-color: #33271c;
    --glay-color: #cecece;
    --pale-glay-color: #fbfbfd;
    --light-glay-color: #f1f1f4;
    --yellow-color: #b58f32;
    --pale-yellow-color: #fdfaef;
    --dark-yellow-color: #e6e1d0;
    --checkbox-before-color: rgba(208, 168, 72, 0.2);
    --checkbox-bg-select-color: #d0a848;
    --checkbox-bg-selected-color: #fc826e;
    --checkbox-bottom-bg-selected-color: #fff9f8;
    --warning-color: #fa544d;
    --warning-bg-color: #fff6f6;
    --btn-color: #e5ce91;
    --btn-disabled-color: #b4b4b9;
}

/* フォームヘッダー */
.common-nav {
    width: 100%;
    height: 70px;
    z-index: 100;
    position: -webkit-sticky;
    position: sticky;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    top: 0;
    margin-bottom: 6px;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(0,0,0,0.2);
}
.common-nav .btn-back {
    content: "";
    position: absolute;
    top: calc(50% - 15px);
    left: 20px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    border-radius: 50%;
    cursor: pointer;
}
.common-nav .btn-back::before {
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    left: 11px;
    width: 7px;
    height: 14px;
    background: url(../../img/DietaryRestriction/icon_back_btn_arrow.png) no-repeat;
    background-size: cover;
}

.common-nav .flow-number {
    color: var(--yellow-color);
    margin-right: 8px;
}
.common-nav .flow {
    position: relative;
    width: 220px;
    height: 6px;
    margin: 8px 0;
    background-color: var(--dark-yellow-color);
    border-radius: 6px;
}
.flow[class^="flow-"]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    background-color: var(--yellow-color);
    border-radius: 6px;
}
.flow[class^="flow-"]:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: solid 2px var(--yellow-color);
    border-radius: 50%;
    box-sizing: border-box;
    top: -2px;
}
.flow.flow-1:before {
    width: 1px;
}
.flow.flow-1:after {
    left: -5px;
}
.flow.flow-2:before {
    width: 73.333px;
}
.flow.flow-2:after {
    left: 71.666px;
}
.flow.flow-3:before {
    width: 146.666px;
}
.flow.flow-3:after {
    left: 142.222px;
}
.flow.flow-4:before {
    width: 220px;
}
.flow.flow-4:after {
    left: 215px;
}


/* その他 */
.main-content {
    max-width: 700px;
    margin: 0 auto;
    background-color: var(--pale-glay-color);
}

.underline {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: solid 1px var(--text-color);
}
.underline-gray {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: solid 1px var(--glay-color);
}

.text-bold {
    font-weight: bold;
    font-size: 18px;
}

.text-center {
    text-align: center !important;
}

.text-start {
    text-align: start !important;
}

#top,
#personalInfo,
#aboutAllergies,
#otherThanAllergies {
    display: none;
}
.set-right {
    text-align: -webkit-right;
}
.position-control {
    margin-top: 10px;
    padding-left: 0 ;
    width: 91%;
}
#otherUsingBeans-list .set-right .position-control {
    width: 90%;
}
@media (max-width: 767px) {
    /* スマホの設定 */
    .position-control {
        width: 80%;
    }
    #otherUsingBeans-list .set-right .position-control {
        width: 76%;
    }
}

.mg-flex-otherFood {
    margin: 10px 0 0 0!important;
    padding-left: 0 !important;
}
.mgl-30 {
    margin-left: 30px !important;
}
.mgl-38 {
    margin-left: 38px !important;
}
.mgl-60 {
    margin-left: 60px !important;
}
.mgl-95 {
    margin-left: 95px !important;
}
.mgt-15 {
    margin-top: 15px !important;
}
.mgb-10 {
    margin-bottom: 10px !important;
}
.pdt-0 {
    padding-top: 0 !important;
}
.pdt-10 {
    padding-top: 10px !important;
}
.pdt-30 {
    padding-top: 30px !important;
}
.pdl-0 {
    padding-left: 0 !important;
}
.pdl-20 {
    padding-left: 20px !important;
}
.pdl-24 {
    padding-left: 24px !important;
}
.pdb-10 {
    padding-bottom: 10px !important;
 }
.pdb-15 {
    padding-bottom: 15px !important;
}
.addText-control {
    background: #fff;
    border: solid 1px var(--glay-color);
}
.border-none {
    background: none !important;
    border: none !important;
}
.text-control {
    display: inline-block;
    padding-top: 5px;
}
.error-msg, .emphasis {
    color: #b21f2d;
    font-weight: bold;
}
.msg-control {
    text-align: start;
    padding-bottom: 5px;
}
.dummy {
    display: flex;
    width: 14%;
}
.otherUsingBeans .dummy {
    width: 24%;
}
@media (max-width: 767px) {
    /* スマホの設定 */
    .dummy {
        width: 28%;
    }
    .otherUsingBeans .dummy {
        width: 45%;
    }
}
