@charset "UTF-8";

/* iOS ContextMenu disabled */
* { -webkit-touch-callout: none; }
input[type="text"],
textarea { user-select: auto; }


html {
    min-height: 100%;
    /* スマホの基準サイズ */
    font-size: 62.5%;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

html,
body { height: 100%; }

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro-W3", "Noto Sans Japanese", "Avenir Next", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: normal;
    /* アンチエイリアスを指定する */
    -moz-osx-font-smoothing: auto;
    /* メトリクスカーニングを指定する */
    -webkit-font-kerning: normal;
    font-kerning: normal;
    /* -webkit-font-feature-settings: "palt"; */
    /* font-feature-settings: "palt"; */
    letter-spacing: 0.1em;
    font-size: 2.8rem;
    line-height: 1.75;
    color: #7a6a56;
    background: #fff;
    text-align: left;
    margin: auto;
    max-width: 750px;
    margin: auto;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

a {
    color: #7a6a56;
    text-decoration: none;
}
h1 {
    margin: auto;
}
dl, p, ul {
    margin-block-start: 0;
    margin-block-end: 0;
}
dd {
    margin-inline-start: 0;
}
ul{
    padding-left:0;
    padding-inline-start: 0;
}
ol {
    padding-inline-start: 0;
}
li{
    list-style:none;
}
button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}


input::placeholder,
textarea::placeholder { color: #ccc; }

/* ///////////////////////////////////////////////////////////////////
応募データと連携・エラー・有効期限切れ
/////////////////////////////////////////////////////////////////// */
.notification_to_users {
    margin-bottom: 27.734%;
}
.notification_to_users .ttl_bg {
    position: relative;
    background-image: url(/images/common/bg_no_decoration.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 0;
    /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 36.934%;
    margin-bottom: 9.867%;
}
.notification_to_users .ttl_bg .ttl {
    position: absolute;
    top: 11rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 38px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #ffffff;
    width: 100%;
    text-align: center;
}
.notification_to_users .txt_notification_to_users {
    font-size: 2.6rem;
    line-height: 5rem;
    letter-spacing: 0.05em;
    color: #7a6a56;
    width: 80%;
    max-width: 600px;
    margin: 0 auto 9.334% auto;
}
.notification_to_users .btns_below_the_content {
    position: relative;
    width: 72%;
    max-width: 540px;
    height: 12rem;
    margin: auto;
    font-size: 2.8rem;
    line-height: 12rem;
    letter-spacing: 0.05em;
    background-color: #3bc345;
    color: #ffffff;
    border-radius: 10px;
    text-align: center;
}
.notification_to_users .btns_below_the_content.next:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5.334%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url(/images/common/btn_arrow_white.svg);
    background-repeat: no-repeat;
    width: 1.2rem;
    height: 2.1rem
}
.notification_to_users .btns_below_the_content.back:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 5.334%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url(/images/common/back_arrow_white.svg);
    background-repeat: no-repeat;
    width: 1.2rem;
    height: 2.1rem
}
.notification_to_users .btns_below_the_content a {
    color: #ffffff;
}
.notification_to_users .btn_for_top {
    position: relative;
    font-size: 2.8rem;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #7a6a56;
    margin: 6.667% auto 0 auto;
    width: fit-content;
    padding-left: 4.267%;
}
.notification_to_users .btn_for_top:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url(/images/common/back_arrow_brown.svg);
    background-repeat: no-repeat;
    width: 1.2rem;
    height: 2.2rem
}
.notification_to_users .btn_for_top a {
    text-decoration: underline;
}


