@charset "UTF-8";
/* Scss Document */
.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  position: fixed;
  width: 100%;
  left: 0; }

body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', sans-serif;
  line-height: 1.3;
  color: #46525f; }
  body .modal__content {
    background: #fff;
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    min-width: 288px;
    max-width: 692px;
    text-align: center; }
    body .modal__content .mdl_top {
      padding: 10px 30px 25px;
      background-image: url("/include/catalog/img/modal_img_01.jpg");
      background-size: cover; }
      body .modal__content .mdl_top .top_txt {
        margin-bottom: 30px; }
        body .modal__content .mdl_top .top_txt .mdl_pss {
          font-size: 20px;
          display: inline-block;
          position: absolute;
          left: 0;
          right: 0;
          margin-top: 30px;
          z-index: 10;
          padding: 0 15px 0; }
        body .modal__content .mdl_top .top_txt .lock_key {
          position: relative; }
      body .modal__content .mdl_top .mdl_input {
        display: block;
        margin: 1rem auto;
        font-size: 1.2rem;
        max-width: 100%;
        width: 10em; }
      body .modal__content .mdl_top .mdl_sbmt {
        display: inline-block;
        width: 13em;
        background-color: #32507a;
        color: #fff;
        border: solid 1px #32507a;
        border-radius: 3px;
        font-size: 15px;
        text-align: center;
        padding: 5px 0; }
        body .modal__content .mdl_top .mdl_sbmt .btn_flex {
          display: flex;
          align-items: center;
          justify-content: center; }
        body .modal__content .mdl_top .mdl_sbmt img {
          margin: 0 5px 0 0; }
    body .modal__content .mdl_down {
      padding: 10px 20px; }
      body .modal__content .mdl_down .mdl_txt {
        margin: 1em 0; }
        body .modal__content .mdl_down .mdl_txt a {
          text-decoration: underline;
          color: #46525f; }
      body .modal__content .mdl_down .mdl_pass {
        display: inline-block;
        width: 13em;
        padding: 8px;
        margin: 10px 0;
        background-color: #32507a;
        color: #fff;
        border: solid 1px #32507a;
        border-radius: 3px;
        font-size: 15px;
        cursor: pointer;
        max-width: 100%; }
    body .modal__content .js_modal_close .mdl_cls {
      display: inline-block;
      width: -4em;
      padding: 0.6rem 1rem;
      border: solid 1px #ccc;
      border-radius: 3px;
      color: #666666;
      margin: 10px 0; }
  body .modal__content02 {
    background: #fff;
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    min-width: 90%;
    text-align: center; }
    body .modal__content .password {
      display: none;
      font-size: 20px;
      background-color: #345179;
      color: #fff;
      padding: 10px 20px; }
    body .modal__content02 .mdl_top {
      padding: 0 20px 25px;
      background-image: url("/include/catalog/img/modal_img_01.jpg");
      background-size: cover; }
      body .modal__content02 .mdl_top .top_txt {
        margin-bottom: 10px; }
        body .modal__content02 .mdl_top .top_txt .mdl_pss {
          font-size: 15px;
          display: inline-block;
          position: absolute;
          left: 0;
          right: 0;
          top: 33%;
          z-index: 10;
          padding: 0 15px 0; }
          @media screen and (max-width: 900px) {
            body .modal__content02 .mdl_top .top_txt .mdl_pss {
              top: 39%; } }
        body .modal__content02 .mdl_top .top_txt .unlock_key {
          position: relative;
          margin: 10px 0; }
      body .modal__content02 .mdl_top .mdl_sbmt {
        display: inline-block;
        width: 13em;
        background-color: #32507a;
        color: #fff;
        border: solid 1px #32507a;
        border-radius: 3px;
        font-size: 15px;
        text-align: center; }
        body .modal__content02 .mdl_top .mdl_sbmt .btn_flex {
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 5px 0; }
        body .modal__content02 .mdl_top .mdl_sbmt img {
          margin: 0 5px 0 0; }
    body .modal__content02 .mdl_down {
      padding: 10px 20px; }
      body .modal__content02 .mdl_down .js_modal_close .mdl_cls {
        display: inline-block;
        width: -4em;
        padding: 0.6rem 1rem;
        border: solid 1px #ccc;
        border-radius: 3px;
        color: #666666;
        margin: 10px 0; }
