@charset "UTF-8";

/**
 * 各項目の間隔
 */
.mmbr_lbox dl {
   margin-bottom: 20px; 
}

.mmbr_lbox dt {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 10px;
}

/**
 * 電話番号入力欄
 * input type="number"でカーソルON時に出現する矢印を消す
 */
.mmbr_lbox .tel::-webkit-inner-spin-button,
.mmbr_lbox .tel::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance:textfield;
}

@media screen and (min-width: 481px) {
    .mmbr_oyabox {
      width: 1000px;
      overflow: hidden;
    }

    .mmbr_oyabox img {
      width: 100%;
      height: auto;
    }

    .mmbr_oyabox .mds {
      background-color: #efefef;
      border-bottom: 2px solid #CCC;
      padding: 10px;
    }

    .mmbr_oyabox .inbox {
      width: 436px;
      padding: 20px;
    }

    .mmbr_oyabox .inp  {
      font-size: 16px;
      width: 95%;
      border: 1px solid #7f9db9;
      padding: 5px;
      background-color: #ffe1e1;
      border-radius: 3px;
    }

    .mmbr_oyabox .hissu  {
      background-color: #ff0000;
      margin-left: 5px;
      padding: 2px 6px 2px 5px;
      font-size: 12px;
      font-weight: 100;
      color: #fff;
      border-radius: 3px;
    }

    .mmbr_lbox,
    .mmbr_rbox {
        width: 476px;
        overflow: hidden;
        border: 2px solid #CCC;
    }
    
    .mmbr_lbox {
        float: left;
    }
    
    .mmbr_rbox {
        float: right;
    }

    .mmbr_lbox .inner_box .inner_lbox {
      float: left;
      width: 210px;
      height: auto;
      overflow: hidden;
    }

    .mmbr_lbox .inner_box .inner_rbox {
      float: right;
      width: 210px;
      height: auto;
      overflow: hidden;
    }

    .mmbr_lbox .inner_box:after {
      content: "";
      clear: both;
      display: block;
    }
}

@media screen and (max-width: 480px) {
    .mmbr_lbox {
      margin-bottom: 40px;
    }
    .mmbr_oyabox img {
      width: 100%;
      height: auto;
    }

    .mmbr_oyabox .mds {
      background-color: #efefef;
      border-bottom: 2px solid #CCC;
      padding: 10px;
      margin-bottom: 10px;
    }

    .mmbr_oyabox .inp {
      font-size: 16px;
      width: 95%;
      border: 1px solid #7f9db9;
      padding: 5px;
      background-color: #ffe1e1;
      border-radius: 3px;
    }

    .mmbr_oyabox .hissu {
      background-color: #ff0000;
      margin-left: 5px;
      padding: 3px 6px 3px 5px;
      font-size: 12px;
      font-weight: 100;
      color: #fff;
    }
}

/* ------------------------------------------------------------------------------------------------------------- */
/*                               新規会員登録完了 START                                                          */
/* ------------------------------------------------------------------------------------------------------------- */
.sns-share-button {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    column-gap: 10%;
    margin-top: 30px;
}
/* ------------------------------------------------------------------------------------------------------------- */
/*                               新規会員登録完了 END                                                            */
/* ------------------------------------------------------------------------------------------------------------- */
.tenlst li {
  margin-left: 18px !important;
  margin-bottom: 3px;
  list-style-position: outside;
  list-style-type: disc !important;
}
