/* CSS Document */
/* # =================================================================
   # 共通設定及びスマートフォン向けスタイル
   # ================================================================= */
@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/NotoSansJP-Regular.woff") format("woff");
}

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/NotoSansJP-Bold.woff") format("woff");
}
html[lang="ja"] {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
body {
    width: 100vw;
    min-height: 100vh;
    position: relative;
    background: #FFF;
    margin: 0;
    padding: 0 0 60px;
    font-size: 14px;
    font-weight: normal;
    color: #212529;
    box-sizing: border-box;
}
/*ヘッダーメニュー*/
header {
    width: 100vw;
}
.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
    background-color: #FFF;
    padding: 0 24px;
    border-bottom: 1px solid #F4F4F4;
    box-sizing: border-box;
    box-shadow: 0 1px 6px 0 #20212447;
}
.header-wrap-ios {
    display: none;
}
.site-name > a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-bar {
    flex-grow: 1;
    margin: 0 20px;
}
.search-bar input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 20px;
}
.menu-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:16px;
}
.menu-item-icon {
    position: relative;
}
.menu-items i {
    font-size: 26px;
}
.menu-items a:hover, .menu-items a:focus {
    color: #D4D4D4;
}
/* Responsive styles */
@media (max-width: 480px) {
    .header-wrap {
        display: none;
    }
    .header-wrap-ios {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 48px;
        background-color: #FFF;
        padding: 0 16px;
        border-bottom: 1px solid #F4F4F4;
        box-sizing: border-box;
        box-shadow: 0 1px 6px 0 #20212447;
    }
    .site-name {
        width: calc(100vw - 48px);
    }
    .site-name img {
        width: 40%;
    }
    .noti {
        font-size: 20px;
        line-height: 48px;
    }
}
/*フッターナビ*/
.navigationBottom {
    position: fixed;
    bottom: 0;
    background: #212529;
    border-top: 1px solid #212529;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: column;
    width: 100vw;
    z-index: 1000;
}
.naviBottom-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border: 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 56px;
    outline: none;
    padding: 16px 8px;
    position: relative;
    width: 100%;
    color: #FFF;
}
.naviBottom-box[aria-pressed="true"]{
    color: orange;
}
.naviBottom-icon {
    width: 22px;
    height: 25px;
}
@media (min-width: 481px) {
    .navigationBottom {
        display: none;
    }
}
/*コンテンツ*/
.signup-contents {
    position: relative;
    width: 100%;
    max-width: 680px;
    margin: 24px auto 64px;
    padding: 16px 40px;
}
.main-contents {
    position: relative;
    width: 100%;
    max-width: 1104px;
    margin: 32px auto 64px;
    padding: 0 40px;
}
@media (max-width: 480px) {
    .signup-contents {
        padding: 0 16px;
    }
    .main-contents {
        padding: 0 16px;
    }
}
main h1 {
    font-size: 18px;
    margin: 8px 0 24px;
}
.typography-wrap{
    line-height: 2;
}
.typography-wrap p {
    margin-bottom: 8px;
}
.typography-wrap ul {
    margin: 0 0 16px 24px;
}
.title-box {
    margin: 8px 0 24px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.title-box-item01 {
    width: 24px;
    font-size: 20px;
    text-align: center;
}
.title-box-item02 {
    width: calc(100vw - 30px);
}
.title-box-item02 h1 {
    margin: 0 auto;
}
.text-box {
    word-break: break-word;
    white-space: normal;
}
.center {
    text-align: center;
}
.df {
    display: block;
    margin: 32px 0;
}
.spacing-b-4 {
    margin-bottom: 4px;
}
.spacing-b-8 {
    margin-bottom: 8px;
}
.spacing-b-16 {
    margin-bottom: 16px;
}
.spacing-b-24 {
    margin-bottom: 24px;
}
.fl-sb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    gap: 8px;
}
.fl-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.fl-row {
    display: flex;
    flex-direction: row;
    gap: 8px;
}
.df-box {
    border: 1px solid #D4D4D4;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
}
.importantBox {
    background-color: #EEE;
    padding: 12px;
    margin: 16px 0;
}
.thanks {
    margin-top: 48px;
    font-size: 2rem;
    font-weight: bold;
    color: #FFBD59;
}
.thanks_sub {
    color: #888;
    font-weight: bold;
    margin-bottom: 48px;
}
.comp_mess p {
    padding: 16px 0;
}
.point-off{
    width: fit-content;
    background-color: #FFBD59;
    padding: 4px 12px;
    border-radius: 8px;
    color: #FFF;
    font-size: .7rem;
    font-weight: 700;
}
.border-bottom {
    border-bottom: 1px solid #D4D4D4;
}
/*リンクスタイル*/
a {
    text-decoration: none;
    color: #212529;
}
a:link, a:visited, a:hover, a:active {
    color: #212529;
}
/*-------------------*/
dt {
    font-weight: bold;
}
dd {
    margin-bottom: 16px;
}

/* # =================================================================
   # 通知アイコン
   # ================================================================= */
.item_1 {
    position: relative;
}
.notification-icon {
    position: absolute;
    z-index: 1;
    top: -4px;             /* 表示位置を上から0pxの位置にする */
    right: 0;            /* 表示位置を右から内側に0pxの位置 */
    display: inline-block;
    border: 1px solid #FFBD59;
    border-radius: 14px;
    box-sizing: inherit;
    color: #FFF;
    font-weight: 700;
    height: 14px;
    line-height: 14px;
    min-width: 14px;
    text-align: center;
    background: #FFBD59;
}
.menu-item-icon .notification-icon {
    top: 0px;
    right: -6px;
}
.naviBottom-icon .notification-icon {
    top: 12px;
    right: 16px;
}



/* # =================================================================
   # バーアラート
   # ================================================================= */
.alert {
    margin-bottom: 24px;
    background-color: rgba(248,215,218,1.00);
    border: 1px solid #f1aeb5;
    border-radius: 6px;
    padding: 8px 16px;
    color: rgb(88,21,28);
}
/* # =================================================================
   # フォームスタイル
   # ================================================================= */
.error {
    display: none;
}
.label-sb {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.form-label {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: bold;
}
.form-box {
    width: 100%;
    height: 3rem;
    padding: 12px;
    border: 1px solid #212529;
    border-radius: 8px;
    margin-bottom: 24px;
}
.form-box-sm {
    width: auto;
    height: auto;
    padding: 8px 12px;
    border: 1px solid #212529;
    border-radius: 8px;
}
textarea {
    height: 160px !important;
}
.form-box:focus {
    border: 2px solid #FFBD59;
}
.form-box::placeholder {
    color: #999;
}
.select-box {
    display: inline-flex;
    align-items: center;
    position: relative;
    border: 1px solid #212529;
    border-radius: 8px;
    margin-bottom: 24px;
    width: 100%;
}
.select-box::after {
    position: absolute;
    right: 15px;
    width: 12px;
    height: 10px;
    background-color: #0095EE;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}
.select-box select {
    appearance: none;
    width: 100%;
    height: 3rem;
    padding: 12px;
    color: #212529;
    cursor: pointer;
}
select:focus {
    outline: 2px solid #FFBD59;
    border-radius: 8px;
}
.check-label {
    display: flex;
    flex-direction: row;
    height: auto;
    align-items: center;
}
.check-label-baseline {
    display: flex;
    height: auto;
    margin-bottom: 8px;
}
.checkbox-baseline {
    flex: none;
    height: 16px;
    width: 16px;
    margin: 4px 8px 0 0;
}
.checkbox-1 {
    flex: none;
    height: 16px;
    margin: 0 8px 0 0;
    padding: 0;
    width: 16px;
}
.radio-btn {
    margin-right: 16px;
}
/*input type=numberのスクロール解除*/
/* chrome,edge,safari */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
/*////////トグル///////////*/
.set-dt {
    font-weight: 700;
    margin-bottom: 16px;
}
.set-dd {
    margin-bottom: 16px;
}
.toggle-button-1 {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 24px;
    border-radius: 50px;
    background-color: #dddddd;
    cursor: pointer;
    transition: background-color .4s;
}

.toggle-button-1:has(:checked) {
    background-color: #FFBD59;
}

.toggle-button-1::after {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    background-color: #fff;
    content: '';
    transition: left .4s;
}

.toggle-button-1:has(:checked)::after {
    left: 18px;
}

.toggle-button-1 input {
    display: none;
}
/*リストスタイル*/
ul {
    list-style: none;
}
ul.listDisc {
    list-style: disc;
}
.listBox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 16px 0;
    position: relative;
    border-bottom: 1px solid #D4D4D4;
}
.listBox .sub_text {
    margin-top: 8px;
}
.list-hover:hover {
    background-color: #f4f4f4;
    cursor: pointer;
}
.listItem {
    width: auto;
    margin-right: 16px;
}
.listItem_arrow {
    width: auto;
    text-align: right;
    color: #D4D4D4;
    font-size: 18px;
}
.listItem_btn {
    width: 80px;
    min-width: 80px;
    height: 40px;
    font-weight: bold;
}
/* # =================================================================
   # ボタンスタイル
   # ================================================================= */
.btn {
    width: 100%;
    height: 48px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 48px;
    font-weight: bold;
}
.btn-primary {
    background-color: #212529;
    color: #FFBD59;
}
.btn-orange {
    background-color: #FFF;
    border: 2px solid #FFBD59;
    color: #FFBD59;
}
.btn-blue {
    background-color: #0095EE;
    border: 1px solid #0095EE;
    border-radius: 4px;
    color: #FFF;
}
.btn-light {
    background-color: #FFF;
    border: 2px solid #212529;
    color: #212529;
}
.btn-cancel {
    color: #212529;
    background-color: #CCC;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 8px 16px;
    margin-left: 8px;
}
.btn-check {
    background-color: #000;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 8px 16px;
    margin-left: 8px;
    color: #FFF;
}
.btn:hover {
    opacity: .8;
}
.btn-primary:disabled {
    background-color: #aaa;
    color: #FFF;
}
.copy-btn {
    background-color: #000;
    border: 1px solid #000;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 4px 6px;
    color: #FFF;
    font-size: 11px;
    margin-bottom: 4px;
}
/* # =================================================================
   # フォントスタイル
   # ================================================================= */
.h4 {
    border-left: 4px solid coral;
    font-size: 18px;
    font-weight: 700;
    padding-left: 8px;
    margin: 12px 0;
}
.sub_h4_box {
    background: #FFD8C9;
    margin: 8px 0;
    line-height: 2;
}
h5 {
    position: relative;
    line-height: 24px;
    font-size: 16px;
    padding: 4px 0;
    margin: 30px 0 15px;
    font-weight: bold;
    letter-spacing: 0.03em;
    border-bottom: solid 3px #D4D4D4;
    text-align: left;
}
h5:after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: solid 3px #212529;
    bottom: -3px;
    width: 25%;
}

.b {
    font-weight: bold;
}
.red {
    color: #FF5959;
}
.orange {
    color: #FFBD59;
}
.stronglyOrange {
    color:#FF9900;
}
.blue {
    color: #0095EE !important;
    text-decoration: underline;
}
.gray {
    color: #A9A9A9;
}
.big {
    font-size: 18px;
}
.bigger {
    font-size: 20px;
}
.small {
    font-size: 11px;
}
.x-small {
    font-size: 9px;
}
.unOpened {
    font-weight: 700;
}
.txRight {
    text-align: right;
}

/* # =================================================================
   # 吹き出し
   # ================================================================= */
.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltipText {
  visibility: hidden;
  width: 240px;
  background-color: #333;
  color: #fff;
  text-align: left;
  border-radius: 8px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: 125%; /* 吹き出しを上に表示 */
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip:hover .tooltipText {
  visibility: visible;
  opacity: 1;
}

/*フッタースタイル*/
footer {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    background: #D9D9D9;
    color: #000;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 16px 0;
    margin: 72px 0 0;
    position: absolute;
    bottom: 0;
}

