@charset "UTF-8";
/*------------------------------------------------------------
  optin_rulebook
------------------------------------------------------------*/
p span {
  font-weight: bold;
}

.p-mv {
  background: url(/customers/assets/images/customers/optin_rulebook/mv_bg.jpg) no-repeat center;
  background-size: cover;
}

.l-twoCols {
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.l-twoCols__child:nth-of-type(2) {
  border: 1px solid #bfbfbf;
  border-radius: 4px;
}

/* PCへ切り替え */
@media only screen and (min-width: 801px) {
  .p-mv {
    height: 410px;
  }
  .p-mv__inner {
    margin: 0 auto;
    width: 995px;
    position: relative;
  }
  .p-mv__inner img {
    position: absolute;
  }
  .p-mv__inner img.img01 {
    top: 82px;
    left: 86px;
  }
  .p-mv__inner img.img02 {
    top: 35px;
    right: 90px;
  }
  .l-twoCols {
    position: relative;
  }
  .l-twoCols__child:nth-of-type(2) {
    padding: 32px 40px;
  }
  .l-twoCols__child.is-fixed {
    margin-top: 30px;
    width: 482.5px;
    position: fixed;
    top: 0;
    left: calc(50% + 15px);
  }
  .l-twoCols__child.is-absolute {
    position: absolute;
    bottom: 0;
    left: calc(50% + 15px);
  }
  .p-twoCols {
    margin-top: 15px;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .p-twoCols .img + .form {
    width: calc(100% - 140px);
  }
  .p-twoCols .img + .form input {
    width: 100%;
  }
  .p-twoCols .img + .form .note {
    margin-top: 5px;
    margin-bottom: 18px;
    color: #666;
    font-size: 1.4rem;
  }
  .c-commonList01.asterisk {
    margin-bottom: 10px;
  }
}

/* SPへ切り替え */
@media only screen and (max-width: 800px) {
  .p-mv {
    height: 180px;
  }
  .p-mv__inner {
    position: relative;
  }
  .p-mv__inner img {
    position: absolute;
  }
  .p-mv__inner img.img01 {
    margin-left: -145px;
    width: 130px;
    top: 42px;
    left: 50%;
  }
  .p-mv__inner img.img02 {
    margin-right: -147px;
    width: 150px;
    top: 25px;
    right: 50%;
  }
  .l-twoCols__child:nth-of-type(2) {
    padding: 15px;
  }
  .p-twoCols .img {
    margin: 10px 0;
    text-align: center;
  }
  .p-twoCols .note {
    margin-top: 5px;
    margin-bottom: 10px;
    color: #666;
  }
  .c-commonList01.asterisk {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
