/* Tsudoi 山下のオーバーライド用css */

body {
    padding-top: 70px !important;
    overflow-x: hidden;
}
@media (max-width: 600px) {
    body {
        padding-top: 54px !important;
    }
}

#main-footer {
    position: static;
}

.bl_explanationBox {
    height: 100%;
    width: 100%;
    padding: 24px;
    background-color: rgb(252, 250, 235);
    border-radius: 8px;
    box-shadow: 0 6px 10px -4px rgb(0 0 0 / 15%);
}
@media (max-width: 600px) {
    .bl_explanationBox {
        padding: 16px 6px;
    }
}

.bl_explanationBox_ttl {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
}

.bl_explanationBox_txt {
    font-size: 16px;
    line-height: 1.7;
}

.bl_explanationBox_txt>span {
    margin-right: 8px;
    color: #f58220;
}

/* ページの上下余白 */
#content-wrap {
    padding-bottom: 0;
    overflow-x: hidden;
}

/* ページ全体の左右余白 */
@media screen and (max-width: 700px) {
    .card {
        padding: 0 10px 10px 10px !important;
    }
}

/* 【共通】ボタン中央寄せレスポンシブ */
@media screen and (max-width: 700px) {
    .el_custom_flc {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


/* --------------------------------
カード決済登録モーダルスタイル 
-------------------------------- */
/* カード決済登録モーダルスタイル */
#tmodal_close_submit {
    height: 50px;
    background-color: #f2f2f2;
    background-image: none;
    color: #000000;
}

#lblcvv_effect::before {
    content: 'CVV：';
    visibility: visible;
    display: block;
}

#lblcvv_effect {
    visibility: hidden;
}

#First_Name_label::after {
    content: '（半角文字のみ）';
}

#CP_FN_20170525,
#CP_LN_20170525 {
    font-family: 'Roboto', arial, sans-serif !important;
}

@media screen and (max-width: 480px) {

    .tmodal_header>h4 {
        margin-top: 10px !important;
        margin-bottom: 4px !important;
        font-size: 18px !important;
    }

    .tmodal_header {
        padding: 0 !important;
    }

    .tmodal_logolist>img {
        width: 45px !important;
        padding: 6px !important;
    }

    .tmodal_control {
        height: 30px !important;
    }

    #Cvv_ex_label {
        color: #007bff !important;
        text-decoration: underline !important;
    }

    #tmodal_close_submit {
        height: 40px;
    }

    .tmodal_btn {
        height: 40px !important;
    }

}

/* --------------------------------
スマホメニュー
-------------------------------- */
.hamburger-menu {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  width: 90vw;
  z-index: 1;
  /* background-color: #f58220; */
  background: linear-gradient(135deg, #ff9233 0%, #61260d 100%);
  padding-top: 14px;
  transition: 0.4s;
  height: 100vh;
  padding-bottom: 32px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.hamburger-menu-wrap>.project-wrap>a {
    padding: 6px 8px;
}

/* --------------------------------
TSUDOIラインボタン
-------------------------------- */
.el_line_qr_btn {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    padding: 8px;
    border-radius: 3px;
    background-color: #f5f1d7;
    text-decoration: none !important;
    transition: all 0.3s;
}

.el_line_qr_btn>p {
    font-size: 14px;
    line-height: 1.25 !important;
    color: #000000;
    margin: 0 !important;
}

.el_line_qr_btn>a {
    min-width: 43%;
    text-align: end;
}

.el_line_qr_btn_imgWrapper {
    height: 48px;
    width: 48px;
    min-height: 48px;
    min-width: 48px;
    border-radius: 3px;
    overflow: hidden;
}

.el_line_qr_btn_imgWrapper>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    -o-object-fit: cover;
    -o-object-position: center;
}

/* バナー */
.el_btn_reserchBanner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s;
}

.el_btn_reserchBanner>img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.el_btn_reserchBanner:hover {
    opacity: 0.7;
}

/* --------------------------------
独自グリッド
-------------------------------- */
.el_grid {
    display: grid;
    box-sizing: border-box;
}

.el_grid__3col {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 24px;
    column-gap: 16px;
}

.el_grid__3col>.el_btn_reserchBanner {
    height: 64px;
}

@media screen and (max-width: 960px) {
    .el_grid__3col {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 560px) {
    .el_grid__3col {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* --------------------------------
スペシャルプラン
-------------------------------- */

.bl_plan {
  background-color: rgb(252, 250, 235);
  padding: 8px;
  border-radius: 3px;
  min-height: 300px;
}
.bl_plan.green {
  background-color: rgb(212, 250, 222);
}

.bl_plan_disable {
    background-color: rgb(209, 209, 209);
}

.bl_plan_ttlWrapper {
    display: flex;
    align-items: center;
    transition: all 0.4s;
    cursor: pointer;
    width: 100%;
}

.bl_plan_ttlWrapper:hover {
  opacity: 0.8;
}
.bl_plan_ttlWrapper.btn_blue {
  background-color: #15BECE;
  border-radius: 2px;
}
.bl_plan_ttlWrapper.btn_green {
  width: 94%;
  margin: 0 auto;
  padding: 6px;
  background-color: #2CB573;
  border-radius: 2px;
}
.bl_plan_ttlWrapper.btn_green a {
  color: #fff;
}

.bl_plan_ttlWrapper.line_blue {
  padding-bottom: 4px;
  border-bottom: 1px solid #15BECE;
}
.bl_plan_ttlWrapper.bar_green {
  width: 94%;
  margin: 0 auto;
  padding: 6px;
  color: #fff;
  border-bottom: 2px solid #2CB573;
}
.bl_plan_ttlWrapper.line_green {
  width: 89%;
  margin: 0 auto;
  padding: 6px;
  color: #fff;
  border-left: 4px solid #2CB573;
}

.bl_plan_ttlWrapper>img {
    height: 24px;
    margin-right: 8px;
}

.bl_plan_ttl {
    font-size: 16px;
    font-weight: bold;
}
.bl_plan_txt{
  font-size: 14px;
}

/* --------------------------------
ポップアップ
-------------------------------- */
.ly_popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    background-color: #000000e0;
    display: none;
    align-items: center;
    justify-content: center;
}

.bl_popup {
    height: auto;
    width: 450px;
    padding: 16px;
    border-radius: 4px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
    position: relative;
}

@media screen and (max-width: 560px) {
    .bl_popup {
        width: 95vw;
    }
}

.bl_popup>p {
    font-size: 14px;
    line-height: 1.25;
}

.bl_popup>.bl_popup_close {
    position: absolute;
    right: 5px;
    top: 20px;
    width: 25px;
    height: 2px;
    background-color: rgb(191, 191, 191);
    cursor: pointer;
}

.bl_popup>.bl_popup_close1 {
    transform: rotate(45deg);
}

.bl_popup>.bl_popup_close2 {
    transform: rotate(-45deg);
}

/* 表示エフェクト */
#js-popup.show {
    display: flex;
}

/* --------------------------------
登録時利用規約画面
-------------------------------- */
/* ボタンの中央寄せ */
#mainform>.btn_wraps {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    padding-right: 0;
    gap: 16px;
    float: none;
}

/* --------------------------------
退会
-------------------------------- */
/* ボタンの中央寄せ */
.el_btn_withdrawal_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0;
    gap: 16px;
    float: none;
}

/* モーダルのボタン */
.modal-footer {
    justify-content: center;
}

/* --------------------------------
よくある質問
-------------------------------- */
/* A */
.question_answer_div>.answer {
    height: auto;
    min-height: 64px;
}

@media screen and (max-width: 560px) {
    .question_answer_div {
        margin: 0;
    }

    /* Q */
    .question_answer_div>.question {
        height: auto;
    }

    .question_answer_div>.question>.col-sm-1 {
        width: auto;
        padding-right: 0;
    }

    .question_answer_div>.question>.col-sm-1 {
        width: auto;
        padding-right: 0;
    }

    .question_answer_div>.question>.col-sm-11 {
        padding: 8px;
    }

    .question_answer_div>.question>span.collapsed {
        background: none;
    }

    .question_answer_div>.question>.accordion_open {
        background: none;
    }

    /* A */
    .question_answer_div>.answer>.col-sm-11 {
        padding: 8px;
    }

    .question_answer_div>.answer>.col-sm-1 {
        width: auto;
        padding-right: 0;
    }
}

/* --------------------------------
表
-------------------------------- */
@media screen and (max-width: 700px) {

    .el_table_sp,
    .el_table_sp>thead>tr>th,
    .el_table_sp>tbody {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        font-size: 12px;
    }

    .el_table_sp>thead>tr,
    .el_table_sp>tbody>tr {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

    .el_table_sp>tbody {
        overflow-x: scroll;
    }

    .el_table_sp>thead>tr>th {
        width: 100px;
        min-height: 50px;
    }

    .el_table_sp>tbody>tr>td {
        width: 170px;
        min-height: 50px;
        font-size: 10px;
        padding: 4px;
    }

    /* 割合入力のセル */
    .th_input,
    .td_input {
        padding: 8px 7px;
        height: 60px;
    }

    .th_input {
        align-items: center !important;
    }
}

.table_custom_50{
  width: 50px;
}
.table_custom_100{
  width: 50px;
}
@media screen and (max-width: 700px) {
  .table_custom_50{
    width: 100%;
  }
  .table_custom_100{
    width: 100%;
  }
}


/* --------------------------------
inner
-------------------------------- */
.ly_inner {
    margin: 0 auto;
    height: 100%;
    width: 90%;
    max-width: 1440px;
  }
  @media screen and (max-width: 560px) {
    .ly_inner {
      width: 90%;
    }
  }
/* --------------------------------
footer
-------------------------------- */
.ly_footer {
    padding: 24px 0;
    width: 100%;
    background-color: rgba(255, 146, 50, 0.7803921569);
}
@media screen and (max-width: 560px) {
    .ly_footer {
        padding: 16px 0;
    }
}
  .ly_footer.video {
    width: 82vw;
    margin: 0 0 0 auto;
  }
  @media screen and (max-width: 560px) {
    .ly_footer.video {
      width: 100%;
    }
  }
  .ly_footer .ly_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  @media screen and (max-width: 560px) {
    .ly_footer .ly_inner {
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
    }
  }
  @media screen and (max-width: 560px) {
    .ly_footer .ly_inner_l {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
    }
  }
  .ly_footer .ly_inner_row {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }
  @media screen and (max-width: 560px) {
    .ly_footer .ly_inner_row {
      flex-wrap: wrap;
      justify-content: space-between;
    }
  }
  @media screen and (max-width: 560px) {
    .ly_footer .ly_inner > .ly_inner_row:last-child {
      flex-direction: column-reverse;
    }
  }
  @media screen and (max-width: 560px) {
    .ly_footer .ly_inner > .ly_inner_row:last-child .bl_footer_listWrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
    }
  }
  .ly_footer .ly_inner > .ly_inner_row:last-child .bl_footer_listWrapper .bl_footer_list {
    display: inline-block;
    margin-right: 1.6rem;
  }
  @media screen and (max-width: 560px) {
    .ly_footer .ly_inner > .ly_inner_row:last-child .bl_footer_listWrapper .bl_footer_list {
      margin-right: 0.8rem;
      margin-left: 0.8rem;
    }
  }
  .ly_footer .ly_inner > .ly_inner_row:last-child .bl_footer_listWrapper .bl_footer_list:last-child {
    margin-right: 0;
  }
  @media screen and (max-width: 560px) {
    .ly_footer .ly_inner > .ly_inner_row:last-child .bl_footer_listWrapper .bl_footer_list:last-child {
      margin-right: 0.8rem;
    }
  }
  .ly_footer .ly_inner > .ly_inner_row:last-child .bl_footer_listWrapper .bl_footer_btn {
    font-size: 14px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.4);
    font-family: noto-sans-cjk-jp, sans-serif;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }
  .ly_footer .ly_inner > .ly_inner_row:last-child .bl_footer_listWrapper .bl_footer_btn:hover {
    opacity: 0.7;
  }
  .ly_footer .el_btn {
    margin: 0 0 0 8rem;
  }
  @media screen and (max-width: 560px) {
    .ly_footer .el_btn {
      margin: 0;
    }
  }
  
  .bl_footer_ttl {
    font-size: 16px;
    color: #252525;
    margin-bottom: 8px;
  }
  
  .bl_footer_listWrapper {
    list-style: none;
  }
  @media screen and (max-width: 560px) {
    .bl_footer_listWrapper {
      margin-bottom: 3.2rem;
    }
  }
  .bl_footer_listWrapper .bl_footer_list {
    display: block;
  }
  .bl_footer_listWrapper .bl_footer_list:last-child {
    margin-right: 0;
  }
  .bl_footer_listWrapper .bl_footer_btn {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    color: #252525;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
  }
  .bl_footer_listWrapper .bl_footer_btn:hover {
    color: #ffe8c8;
  }
  
  .bl_footerCopyright {
    font-family: "Noto Serif JP", serif;
    font-style: normal;
    color: rgba(255, 255, 255, 0.621);
    line-height: 27px;
    font-weight: 700;
    display: block;
    font-size: 12px;
    text-align: center;
  }
  @media screen and (max-width: 560px) {
    .bl_footerCopyright {
      text-align: center;
    }
  }
  
  .bl_footerLogo {
    display: block;
    cursor: pointer;
    font-size: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
  }
  .bl_footerLogo img {
    height: 200px;
    mix-blend-mode: multiply;
  }
  @media screen and (max-width: 560px) {
    .bl_footerLogo img {
      height: 64px;
    }
  }
  
  .bl_footer_btn_line {
    display: block;
    margin-left: 32px;
  }
  
  .bl_footer_login {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 2px;
    background-color: rgba(251, 237, 217, 0.688);
    width: 100px;
    height: 32px;
    margin: 0 0 0 auto;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }
  .bl_footer_login:hover {
    background-color: rgba(255, 230, 194, 0.688);
  }
  @media screen and (max-width: 560px) {
    .bl_footer_login {
      margin: 0 auto 8px auto;
    }
  }
  .bl_footer_login p {
    color: rgb(57, 189, 255);
    font-size: 11px;
  }
  

/* --------------------------------
紹介者ツリー
-------------------------------- */
.ref_table th,
.ref_table td {
    overflow-x: hidden;
}

@media screen and (max-width: 600px) {

    .ref_table th,
    .ref_table td {
        padding: 8px;
    }
}

.ref_table_parrent_box {
    padding: 4px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 8px;
    column-gap: 8px;
}

/* ID */
.ref_table_parrent_box>.current_member_id {
    padding: 0;
    width: auto;
    display: inline-block;
    flex: 0;
    font-size: 13px;
}

/* 名前 */
.ref_table_parrent_box>.current_member_email_div {
    padding: 0;
    white-space: nowrap;
    font-size: 13px;
    display: inline-block;
    width: 100%;
    max-width: inherit;
}

/* 紹介数 */
.ref_table_parrent_box>.ref_num {
    padding: 0;
    font-size: 13px;
    display: inline-block;
}

/* 紹介下 */
.ref_child_box>div>.member_child_wrapper {
    padding: 4px;
    font-size: 13px;
    flex-wrap: wrap;
    /* align-items: flex-start; */
    text-align: left;
    row-gap: 8px;
    position: relative;
}

.ref_child_box .referrer_accordion_close {
    position: absolute;
    right: 8px;
    top: 30%;
    height: 10px;
    padding: 0;
}

.ref_child_box>div>div:not(.member_child_wrapper)>.member_child_wrapper {
    padding: 4px;
    font-size: 13px;
    flex-wrap: wrap;
}

.ref_child_box>div>.member_child_wrapper>div {
    padding: 0;
}

.bl_explanationBox table{
    width:100%;
    margin:0 auto 32px auto;
}
.bl_explanationBox table , td, th {
border: 1px solid #595959;
border-collapse: collapse;
}
.bl_explanationBox tr td:first-child{
min-width:100px;
white-space:nowrap;
}
.bl_explanationBox thead td, 
.bl_explanationBox thead th {
white-space:nowrap;
font-weight:700;
}
.bl_explanationBox tbody td:first-child{
background-color:#76bdff;
}
.bl_explanationBox td, .bl_explanationBox th {
padding: 3px;
width: 33.33333%;
height: 16px;
}
@media (max-width: 600px) {
.bl_explanationBox td, th {
padding: 3px;
width: auto;
height: 16px;
font-size:12px;
}
}
.bl_explanationBox th {
background: #f0e6cc;
}
.bl_explanationBox .even {
background: #fbf8f0;
}
.bl_explanationBox .odd {
background: #fefcf9;
}

/* 登録/ログインのチェックボックス */
.form-check-label{
  margin: 0;
}
.form-check-label input{
  margin-right: 8px;
}
.form-check-input.no-absolute{
  position: static;
  transform: translate(4px,2px);
}

/* 有料登録のプラン選択（register_complete.php） */
@media (max-width: 600px) {
  .plan_area{
    padding: 40px!important;
  }
}

/* checkboxの位置（） */
.kiyaku{
  display: flex;
  align-items: center;
}
#mainform > div.text-center > label.kiyaku > input {
  transform: translateX(-8px);
}

/* 最終ステップの導線 */
.login-anker{
  display: block;
  text-align: center;
  margin-top: 8px;
  color: #4da3ff;
}

.sp_only{
  display: none;
}
@media (max-width: 600px) {
  .sp_only{
    display: block;
  }
}

.pc_only{
  display: block;
}

@media screen and (max-width: 1000px) {
  .pc_only{
    display:none;
  }
}

@media screen and (max-width: 1000px) {
  .sp_w100{
    width: 100%;
    padding: 0!important;
  }
}

/* 入力欄のアイコン */
.input-group-append .input-group-text i, .input-group-prepend .input-group-text i{
  font-size: 16px;
}

