@charset "UTF-8";

body {
  overflow: hidden;
}

.grayPoint {
  position: relative;
  width: 100%;
  padding-left: 18px;
}

.grayPoint2 {
  position: relative;
  width: 100%;
  padding-left: 18px;
}

.grayPoint::before {
  display: block;
  content: " ";
  background-color: #999999;
  opacity: 1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 4px;
}

.grayPoint2::before {
  display: block;
  content: " ";
  background-color: #999999;
  opacity: 1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 4px;
}

@media (max-width: 767px) {
  .grayPoint {
    position: relative;
    width: 100%;
    padding-left: 24px;
    padding-bottom: 4px;
  }
  .grayPoint::before {
    display: block;
    content: " ";
    background-color: #999999;
    opacity: 1;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 11px;
  }
  .grayPoint2 {
    position: relative;
    width: 100%;
    padding-left: 24px;
  }

  .grayPoint2::before {
    display: block;
    content: " ";
    background-color: #999999;
    opacity: 1;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 11px;
  }
}
.syoukai {
  padding-left: 40px;
  padding-top: 12px;
}

.zaizyu {
  padding-left: 88px;
}

@media (max-width: 767px) {
  .zaizyu {
    padding: 0px;
    line-height: 25px;
    padding-left: 1em;
    text-indent: -1em;
  }
}

@media (max-width: 767px) {
  .syoukai {
    padding-left: 8px;
    padding-top: 0px;
  }
}

.guidanceText {
  margin-left: 132px;
}

@media (max-width: 767px) {
  .guidanceText {
    margin-left: 32px;
    margin-top: -17px;
    line-height: 25px;
  }
}

.mainContentAbout {
  background-color: #e0e8eb;
}

.main {
  width: 1120px;
  max-width: 100%;
  margin: auto;
}

@media (max-width: 767px) {
  .main {
    width: 750px;
    max-width: 100%;
    margin: auto;
  }
}

.giftImg-sp {
  font-size: 10px;
  padding-top: 5px;
  color: white;
  text-align: right;
  padding-bottom: 11px;
  padding-right: 6px;
  font-weight: bold;
}

.bottom-img-sp {
  margin-bottom: -8px;
  background-color: #019fe8;
}

.present01 {
  display: block;
  max-width: 570px;
  width: 50.9%;
  height: auto;
  margin: auto;
  padding-top: 20px;
  position: relative;
}

.present01-sp {
  width: 93%;
  height: auto;
}

.present02-sp {
  width: 97.6%;
  height: auto;
}

.bottom-img-sp {
  width: 100%;
  height: auto;
}

.present03-sp {
  margin-top: 22px;
  width: 90%;
  height: auto;
  padding-bottom: 5px;
}

.present04-sp {
  width: 97%;
  height: auto;
  padding-bottom: 15px;
}

.present03 {
  display: block;
  padding-top: 20px;
  padding-bottom: 6px;
  max-width: 930px;
  width: 47%;
  height: auto;
  margin: auto;
}

.present04 {
  max-width: 100%;
  height: auto;
  padding-bottom: 20px;
}

.conditions-P {
  padding: 10px 0px 5px;
}

@media (max-width: 767px) {
  .conditions-P {
    padding: 10px 0px 0px;
  }
}

.logo {
  width: 100%;
  height: auto;
}

.logo-sp2 {
  height: auto;
  width: 100%;
}

.conditions {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.conditions-sp {
  margin-top: -10vw;
}

.txt-04sp {
  height: auto;
  width: 50%;
  position: relative;
  padding-bottom: 5px;
}

.txt-04 {
  position: relative;
}

.G-text {
  line-height: 30px;
}

.content-item {
  float: left;
}

.content-item2 {
  float: right;
  word-break: break-all;
}

.guidanceText2 {
  text-align: center;
  width: 125px;
  background-color: #595959;
  line-height: 25px;
  color: white;
  margin-top: 10px;
  height: 25px;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .guidanceText2 {
    text-align: center;
    width: 125px;
    font-size: 16px;
    background-color: #595959;
    color: white;
    margin-top: 0px;
    margin-bottom: -3px;
    height: 23px;
    padding-top: 10px;
    margin-left: 8px;
    line-height: 5px;
  }
}

.guidanceText3 {
  text-align: center;
  width: 81px;
  background-color: #595959;
  color: white;
  margin: 10px 0 10px;
  font-weight: bolder;
  line-height: 25px;
  height: 25px;
  padding: 0px 5px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .guidanceText3 {
    text-align: center;
    width: 81px;
    font-size: 16px;
    background-color: #595959;
    color: white;
    margin-top: 9px;
    margin-bottom: 6px;
    height: 23px;
    padding-top: 10px;
    margin-left: 8px;
    line-height: 5px;
  }
}

.Notes p {
  font-size: 14px;
  margin: 0 0 11px;
  line-height: 1px;
  display: block;
}

@media (max-width: 767px) {
  .Notes p {
    font-size: 14px;
    margin: 0 0 11px;
    line-height: 1px;
    display: block;
  }
}

.grayButton {
  background-color: #999999;
  opacity: 1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: -10px;
  margin-left: 5px;
}

@media (max-width: 767px) {
  .Agreement {
    font-size: 14px;
    margin-top: 8px;
    line-height: 21px;
  }
}

.bottomGuidance {
  background-color: white;
  position: relative;
}

@media (max-width: 767px) {
  .bottomGuidance {
    background-color: white;

    padding-bottom: 28px;
    position: relative;
  }
}

.bunbun {
  position: absolute;
  top: -35%;
  right: 8.8%;
}

.bunbun-sp {
  position: absolute;
  top: 3%;
  right: -9%;
}

.bunbunImg {
  height: auto;
  width: 50%;
}

@media (max-width: 650px) {
  .bunbun-sp {
    position: absolute;
    top: 37%;
    right: -9%;
  }
}

@media (max-width: 375px) {
  .bunbun-sp {
    position: absolute;
    top: 36%;
    right: -17%;
  }
}

@media (max-width: 327px) {
  .bunbun-sp {
    position: absolute;
    top: 46%;
    right: -17%;
    width: 27%;
  }
}

@media (max-width: 250px) {
  .bunbun-sp {
    position: absolute;
    top: 57%;
    right: -10%;
  }
}

@media (max-width: 1050px) {
  .bunbun {
    position: absolute;
    top: -38%;
    right: 2%;
  }
}

@media (max-width: 915px) {
  .bunbun {
    position: absolute;
    top: -38%;
    right: -2%;
  }
}

@media (max-width: 855px) {
  .bunbun {
    position: absolute;
    top: -140%;
    right: -2%;
  }
}

.bottomGuidance h3 {
  font-size: 20px;
  font-weight: bolder;
  text-align: center;
  color: #e95504;
  margin-top: 33px;
  border-top: 4px solid #e60012;
  border-bottom: 4px solid #e60012;
}

@media (max-width: 785px) {
  .bottomGuidance h3 {
    font-size: 19px;
    margin: 0px 4px;
    padding: 5px 4px;
    line-height: 21px;
    margin-top: 17px;
  }
}

@media (max-width: 767px) {
  .bottomGuidance h3 {
    font-size: 16px;
    margin: 0px 4px;
    padding: 5px 4px;
    line-height: 21px;
    margin-top: 17px;
  }
}

@media (max-width: 546px) {
  .bottomGuidance h3 {
    font-size: 16px;
    text-align: left;
    margin: 0px 4px;
    padding: 5px 4px 5px 0px;
    line-height: 21px;
    margin-top: 17px;
    padding-left: 24px;
    text-indent: -1em;
  }
}

.application {
  display: inline-block;
}

.square {
  display: inline-block;
  background-color: #e60012;
  height: 10px;
  width: 10px;
  margin: 0px 5px 2px 0;
}

.contents-inline-block {
  display: inline-block;
  float: none;
}

.contactFormCotainer {
  height: auto;
  width: 100%;
  padding: 0px 30px;
  padding-bottom: 42px;
  background-color: #ffe2c6;
}

@media (max-width: 767px) {
  .contactFormCotainer {
    max-width: 750px;
    height: auto;
    margin: auto;
    padding: 0px 7px;
    padding-bottom: 34px;
  }
}

.newspaperPadding {
  padding: 3px 0px 13px;
}

@media (max-width: 767px) {
  .newspaperPadding {
    padding-bottom: 0px;
  }
}

.newspaperPadding2 {
  margin: 0 0 10px 0px;
}

.contactHeader {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px 0 25px;
}
.contactHeader .logo01 {
}
.contactHeader .campaign {
  margin: 0 12px 0 20px;
  font-weight: bolder;
  font-size: 23px;
}
.contactHeader .formTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 34px;
  color: white;
  font-size: 19px;
  font-weight: bolder;
  letter-spacing: 1px;
  background-color: #e60012;
}
@media (max-width: 767px) {
  .contactHeader {
    flex-direction: column;
    padding: 30px 0 18px;
  }
  .contactHeader .logo01 {
    width: 100px;
  }
  .contactHeader .campaign {
    margin: 8px 0 5px;
    font-size: 21px;
  }
  .contactHeader .formTitle {
  }
}
@media (max-width: 374px) {
  .contactHeader .campaign {
    font-size: 18px;
  }
}

.campaign .contactForm h1 {
  color: #046bb6;
  font-weight: bolder;
  font-size: 10px;
}

.contactForm {
  height: auto;
  max-width: 910px;
  margin: auto;
  background-color: white;
  border-radius: 30px;
  box-shadow: 5px 5px 10px 1px rgb(0, 0, 0, 0.4);
  padding: 30px 0;
}

@media (max-width: 767px) {
  .contactForm {
    max-width: 96.1%;
    height: auto;
    margin: auto;
    padding-top: 30px;
    padding: 0px 2px;
    padding: 30px 2px 17px;
    border-radius: 20px;
  }
}

.Customers {
  font-size: 15px;
  padding-bottom: 2px;
  padding-right: 17px;
}

@media (max-width: 767px) {
  .Customers {
    font-size: 15px;
    padding-bottom: 6px;
  }
}

.man2 {
}

.tellPadding {
  font-size: 15px;
  padding-top: 8px;
}

.formcontens {
  width: 90%;
  margin: auto;
}

.formcontens p {
  margin-top: 4px;
  font-size: 15px;
}

@media (max-width: 767px) {
  .formcontens p {
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: normal;
  }
}

@media (max-width: 767px) {
  .period {
    padding-bottom: 12px;
    padding-top: 2px;
    font-size: 15px;
    font-weight: normal;
  }
}

.formcontens .formLine {
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .formcontens .formLine {
    border-bottom: 1px dotted #a7a4a4;
    padding-bottom: 14px;
    margin-bottom: 9px;
    padding-top: 4px;
  }
}

.formLine2 {
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .formLine2 {
    border-bottom: 3px dotted #a7a4a4;
    padding-bottom: 19px;
    margin-bottom: 28px;
  }
}

.month {
  margin-bottom: 10px;
  padding-right: 10px;
}

.Subscription {
  padding-bottom: 8px;
  padding-top: 6px;
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: normal;
}

.period {
  font-size: 15px;
  padding-top: 5px;
}

@media (max-width: 767px) {
  .period-Top {
    padding-top: 14px;
  }
}

@media (max-width: 767px) {
  .tellLine {
    padding-bottom: 6px;
  }
}

@media (max-width: 767px) {
  .age {
    padding: 0px;
    margin: 0px;
    padding-left: 8px;
    font-size: 15px;
  }
}

.select01 {
  border: 1px solid black;
  border-radius: 5px;
  height: 34px;
  width: 63%;
  padding-left: 10px;
  background-color: white;
  background-image: url(../images/button.png);
  background-repeat: no-repeat;
  background-position-y: 49%;
  background-position-x: 95%;
  background-size: 8px;
  cursor: pointer;
  margin-left: 9px;
}

@media (max-width: 767px) {
  .select01 {
    border: 1px solid black;
    border-radius: 5px;
    width: 49.5%;
    height: 34px;
    padding-left: 10px;
    margin: 0px;
    background-color: white;
    background-image: url(../images/button.png);
    background-repeat: no-repeat;
    background-position-y: 49%;
    background-position-x: 95%;
    background-size: 8px;
    cursor: pointer;
    margin-left: 9px;
  }
}

@media (max-width: 345px) {
  .select01 {
    border: 1px solid black;
    border-radius: 5px;
    width: 49.5%;
    height: 34px;
    padding-left: 10px;
    margin: 0px;
    background-color: white;
    background-image: url(../images/button.png);
    background-repeat: no-repeat;
    background-position-y: 49%;
    background-position-x: 95%;
    background-size: 8px;
    cursor: pointer;
    font-size: 12px;
    margin-left: 9px;
  }
}

@media (max-width: 315px) {
  .select01 {
    border: 1px solid black;
    border-radius: 5px;
    width: 49.5%;
    height: 34px;
    padding-left: 10px;
    margin: 0px;
    background-color: white;
    background-image: url(../images/button.png);
    background-repeat: no-repeat;
    background-position-y: 49%;
    background-position-x: 95%;
    background-size: 8px;
    cursor: pointer;
    font-size: 12px;
    margin-left: 9px;
  }
}

@media (max-width: 310px) {
  .select01 {
    border: 1px solid black;
    border-radius: 5px;
    width: 49.5%;
    height: 34px;
    padding-left: 10px;
    margin: 0px;
    background-color: white;
    background-image: url(../images/button.png);
    background-repeat: no-repeat;
    background-position-y: 49%;
    background-position-x: 95%;
    background-size: 8px;
    cursor: pointer;
    font-size: 10px;
    margin-left: 9px;
  }
}

.select02 {
  border: 1px solid black;
  width: 75px;
  border-radius: 5px;
  height: 34px;
  padding-left: 27px;
  margin: 0px 6px;
  background-color: white;
  background-image: url(../images/button.png);
  background-repeat: no-repeat;
  background-position-y: 49%;
  background-position-x: 88%;
  background-size: 8px;
  padding: 0px 26px;
  cursor: pointer;
}
.select02.year{
  padding-left:12px;
}

@media (max-width: 767px) {
  .select02 {
    border: 1px solid black;
    width: 72px;
    border-radius: 5px;
    height: 37px;
    padding-left: 28px;
    background-color: white;
    background-image: url(../images/button.png);
    background-repeat: no-repeat;
    background-position-y: 49%;
    background-position-x: 88%;
    background-size: 8px;
    cursor: pointer;
    margin-bottom: 8px;
  }
  .select02.year{
    padding-left:12px;
  }
}

@media (max-width: 300px) {
  .select02-1 {
    border: 1px solid black;
    width: 72px;
    margin-left: 58px;
    margin-top: 14px;
    border-radius: 5px;
    height: 37px;
    padding-left: 28px;
    background-color: white;
    background-image: url(../images/button.png);
    background-repeat: no-repeat;
    background-position-y: 49%;
    background-position-x: 88%;
    background-size: 8px;
    cursor: pointer;
  }
}

.select03 {
  border: 1px solid black;
  border-radius: 5px;
  height: 34px;
  width: 389px;
  padding-left: 10px;
  margin: 7px 0px 2px;
  background-color: white;
  background-image: url(../images/button.png);
  background-repeat: no-repeat;
  background-position-y: 49%;
  background-position-x: 95%;
  background-size: 8px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .select03 {
    border: 1px solid black;
    border-radius: 5px;
    width: 100%;
    height: 34px;
    padding-left: 10px;
    margin: 7px 0px 0px;
    background-color: white;
    background-image: url(../images/button.png);
    background-repeat: no-repeat;
    background-position-y: 49%;
    background-position-x: 95%;
    background-size: 8px;
    cursor: pointer;
  }
}

.tatemono {
}

.input01 {
  border: 1px solid black;
  width: 100%;
  padding: 6px 0px;
  border-radius: 5px;
}

label {
  margin: 0px 0px;
  cursor: pointer;
}

@media (max-width: 767px) {
  label {
    margin: 0px;
  }
}

.input02 {
  display: block;
  border: 1px solid black;
  width: 94.5%;
  padding: 6px 0px;
  border-radius: 5px;
  margin-top: 0px;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .input02 {
    display: block;
    border: 1px solid black;
    width: 100%;
    padding: 5px 0px;
    border-radius: 5px;
    margin-top: 6px;
    padding-left: 10px;
  }
}

.input02-1 {
  display: block;
  border: 1px solid black;
  width: 95%;
  padding: 6px 0px;
  border-radius: 5px;
  margin-top: 0px;
}

@media (max-width: 767px) {
  .input02-1 {
    display: block;
    border: 1px solid black;
    width: 100%;
    padding: 5px 0px;
    border-radius: 5px;
    margin-top: 6px;
  }
}

.input03 {
  border: 1px solid black;
  width: 63%;
  padding: 6px 0px;
  border-radius: 5px;
  padding-left: 10px;

  margin-left: 9px;
  margin-bottom: 19px;
}

.Cities {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .Cities {
    margin-right: 44px;
  }
}

.data-font {
  font-size: 15px;
}

@media (max-width: 767px) {
  .data-font {
    font-size: 15px;
  }
}

.data-fontP {
  font-size: 15px;
  padding-top: 6px;
}

@media (max-width: 767px) {
  .data-fontP {
    font-size: 15px;
    padding-top: 0px;
  }
}

@media (max-width: 767px) {
  .town {
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .building {
    padding-right: 15px;
  }
}

.city-line {
  margin-top: 13px;
  margin-bottom: 19px;
}

@media (max-width: 767px) {
  .city-line2 {
    margin-bottom: -2px;
  }
}

@media (max-width: 767px) {
  .city-line {
    margin-top: 0px;
    margin-bottom: 19px;
  }
}

.shi {
  margin-bottom: 19px;
}

@media (max-width: 767px) {
  .shi {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .input03 {
    border: 1px solid black;
    width: 49.5%;
    padding: 5px 0px;
    border-radius: 5px;
    padding-left: 10px;
    margin-bottom: 0px;
  }
}

.input04 {
  border: 1px solid black;
  width: 81.5%;
  padding: 6px 0px;
  border-radius: 5px;
  padding-left: 10px;
  margin-left: 9px;
}

@media (max-width: 767px) {
  .input04 {
    border: 1px solid black;
    width: 71.2%;
    padding: 5px 0px;
    border-radius: 5px;
    padding-left: 10px;
  }
}

@media (max-width: 374px) {
  .input04 {
    border: 1px solid black;
    width: 96.9%;
    padding: 5px 0px;
    border-radius: 5px;
    padding-left: 10px;
    margin-left: 0px;
  }
}

.input05 {
  border: 1px solid black;
  width: 26%;
  padding: 6px 0px;
  border-radius: 5px;
  padding-left: 10px;
}

.input06 {
  border: 1px solid black;
  width: 30%;
  padding: 6px 0px;
  border-radius: 5px;
  margin-right: 36px;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .input06 {
    border: 1px solid black;
    width: 69%;
    padding: 6px 0px;
    border-radius: 5px;
    margin-right: 5px;
    padding-left: 10px;
    height: 34px;
  }
}

@media (max-width: 364px) {
  .input06 {
    border: 1px solid black;
    width: 64%;
    padding: 6px 0px;
    border-radius: 5px;
    margin-right: 5px;
    padding-left: 10px;
    height: 34px;
    margin-top: 7px;
  }
}

.input07 {
  border: 1px solid black;
  width: 12%;
  padding: 6px 0px;
  border-radius: 5px;
  margin-right: 8px;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .input07 {
    border: 1px solid black;
    width: 26%;
    padding: 5px 0px;
    border-radius: 5px;
    margin-top: 6px;
    padding-left: 10px;
  }
}

.input08 {
  border: 1px solid black;
  width: 33.5%;
  padding: 6px 0px;
  border-radius: 5px;
  padding-left: 10px;
  margin-right: 35px;
}

@media (max-width: 767px) {
  .input08 {
    border: 1px solid black;
    width: 100%;
    padding: 5px 0px;
    border-radius: 5px;
    padding-left: 10px;
  }
}

.koudoku1 {
}

.contents-inline-block2 {
  display: inline-block;
  float: none;
}

@media (max-width: 767px) {
  .contents-inline-block2 {
    display: block;
  }
}

.time4 {
  font-size: 10px;
}

.margin01 {
  margin-right: 40px;
}

.margin02 {
  margin-right: 10px;
}

.radioButton {
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.radioButton .blackButton {
  background-color: black;
  opacity: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-top: 5px;
  margin-left: 5px;
}

.radioButton.active .blackButton {
  opacity: 1;
}

@media (max-width: 767px) {
  .radioButton .blackButton {
    background-color: black;
    opacity: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-top: 5px;
    margin-left: 5px;
  }
}

.radioPadding {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
  padding-right: 37px;
  padding-left: 6px;
}

.radioPadding5 {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: normal;
  padding-right: 46px;
  padding-left: 6px;
}

.radioPadding-1 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
  padding-right: 46px;
  padding-left: 6px;
}

.radioPadding2 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
  padding-right: 27px;
  padding-left: 14px;
}

.radioPadding3 {
  padding: 3px 0px 2px;
}

.radioPadding4 {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: normal;
  padding-right: 46px;
  padding-left: 6px;
}

@media (max-width: 767px) {
  .radioPadding {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
  }
  .radioPadding-1 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
  }

  .radioPadding2 {
    padding: 14px 20px 3px 12px;
    font-size: 16px;
    font-weight: normal;
  }
  .radioPadding4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
  }
}

@media (max-width: 767px) {
  .radioButton {
    background-color: white;
    border: 1px solid #cccccc;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-top: 6px;
  }
}

.ii {
  margin: -25px 0 15px;
}

.radioButton2 {
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 2px 0px 0px;
}

.radioButton2 .blackButton2 {
  background-color: black;
  opacity: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-top: 5px;
  margin-left: 5px;
}

.radioButton2.active2 .blackButton2 {
  opacity: 1;
}

.radioButton-ac {
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0px 0px;
}

.radioButton-ac .blackButton-ac {
  background-color: black;
  opacity: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-top: 5px;
  margin-left: 5px;
}

.radioButton-ac.active-ac .blackButton-ac {
  opacity: 1;
}

@media (max-width: 767px) {
  .radioButton-ac .blackButton-ac {
    background-color: black;
    opacity: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-top: 5px;
    margin-left: 5px;
  }
}

@media (max-width: 767px) {
  .radioButton-ac {
    background-color: white;
    border: 1px solid #cccccc;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 15px 0;
  }
}

.radioButton-M {
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0px 0px;
}

.radioButton-M .blackButton-M {
  background-color: black;
  opacity: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-top: 5px;
  margin-left: 5px;
}

.radioButton-M.active-M .blackButton-M {
  opacity: 1;
}

.radioButton-t {
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0px 0px;
}

.radioButton-t .blackButton-t {
  background-color: black;
  opacity: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-top: 5px;
  margin-left: 5px;
}

.radioButton-t.active-t .blackButton-t {
  opacity: 1;
}

@media (max-width: 767px) {
  .radioButton-t .blackButton-t {
    background-color: black;
    opacity: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-top: 5px;
    margin-left: 5px;
  }
}

@media (max-width: 767px) {
  .radioButton-t {
    background-color: white;
    border: 1px solid #cccccc;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 2px;
  }
}

.radioButton-t2.active-t2 .blackButton-t2 {
  opacity: 1;
}

.radioButton-t2 {
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0px 0px -2px;
}

.radioButton-t2 .blackButton-t2 {
  background-color: black;
  opacity: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-top: 5px;
  margin-left: 5px;
}

.radioPoint {
  position: relative;
  width: 100%;
  padding-left: 25px;
}

.center01 {
  text-align: center;
}

.radioButton-p {
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: block;
  /* margin: 0px 7px; */
  position: absolute;
  top: 0px;
  left: 5px;
}

.radioButton-p .blackButton-p {
  background-color: black;
  opacity: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-top: 5px;
  margin-left: 5px;
}

.radioButton-p.active-p .blackButton-p {
  opacity: 1;
}

.checkbox01.active-c .check-mark {
  opacity: 1;
}

.checkbox01 {
  background-color: white;
  border: 1px solid #cccccc;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: inline-block;
}

.checkbox01 .check-mark {
  opacity: 0;
  width: 5px;
  height: 10px;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  margin-top: 3px;
  margin-left: 7px;
}

.checkbox01.active-c .check-mark {
  opacity: 1;
}

@media (max-width: 767px) {
  .formLine4 {
    border-bottom: 1px dotted #a7a4a4;
    padding-bottom: 14px;
    margin-bottom: 9px;
  }
}

@media (max-width: 767px) {
  .home01 {
    padding-top: 24px;
  }
}

@media (max-width: 767px) {
  .formLine03 {
    border-bottom: 3px dotted #a7a4a4;
    padding-bottom: 25px;
    margin-bottom: 28px;
  }
}

.tell-type {
  margin-right: 20px;
}

.border01 {
  border: 1px solid black;
  width: 100px;
  padding: 20px;
}

.account {
  margin-top: 16px;
}

.border02 {
  border-bottom: 2px dotted #696969;
  width: 100%;
}

.adress {
  margin-right: 16px;
}

.credit {
  padding-top: 32px;
}

@media (max-width: 767px) {
  .adress {
    margin-right: 16px;
  }
}

.adressLine {
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .adressLine02 {
    padding-top: 4px;
    padding-bottom: 13px;
  }
}

@media (max-width: 767px) {
  .gift {
    padding-top: 0px;
    color: #cccccc;
    margin-left: -3px;
  }
}

.giftRadioLine {
  pointer-events: none;
}

.giftRadioLine.active {
  pointer-events: inherit;
}

.presentList {
  font-size: 14px;
  /* position: absolute; */
  line-height: inherit;
  padding-left: 35px;
  font-weight: normal;
}

.giftRadioLine.active .presentList {
  color: #000000;
}

.new-name {
  color: #e60012;
  font-weight: bolder;
  font-size: 134%;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .new-name {
    font-weight: bolder;
    font-size: 18px;
    padding-bottom: 8px;
  }
}

.apart {
  font-size: 11px;
  margin-top: 11px;
}

.apart-align {
}

@media (max-width: 767px) {
  .apart-align {
  }
}

@media (max-width: 767px) {
  .apart {
    margin-top: 3px;
  }
}

.new-name2 {
  color: #e60012;
  font-size: 134%;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .new-name2 {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 7px;
  }
}

.Customers2 {
  position: relative;
  padding-left: 10px;
}

.Customers2::before {
  content: "●";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .Customers2 {
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: normal;
  }
}

.post {
  word-wrap: break-word;
  width: 400px;
  font-size: 2px;
}

.information {
  font-size: 18px;
  margin-top: 37px;
  margin-bottom: 5px;
  font-weight: bold;
  text-indent: -0.5em;
}

@media (max-width: 767px) {
  .information {
    margin-top: 27px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 3px;
    text-indent: -0.5em;
  }
}

@media (max-width: 767px) {
  .information02 {
    font-size: 14px;
    padding-top: 2px;
  }
}

.button-a:hover {
  background-color: #ff3344;
}

.button-b:hover {
  background-color: #ff3344;
}

.gift {
  color: #cccccc;
  margin-left: -3px;
}

.warning {
  text-align: left;
  padding: 0 5% 20px;
}

@media (max-width: 767px) {
  .warning {
    text-align: left;
    padding: 0px 4% 16px;
  }
}

.button-a {
  display: inline-block;
  font-size: 18px;
  line-height: 50px;
  width: 37%;
  color: white;
  border-radius: 7px;
  background-color: #e60012;
  margin-top: 35px;
  text-align: center;
  margin-bottom: 14px;
  font-weight: bolder;
  background-image: url(../images/SP/ico_02.png);
  background-repeat: no-repeat;
  background-position-y: 53%;
  background-position-x: 95%;
  background-size: 7px;
}

.button-b {
  display: inline-block;
  font-size: 18px;
  line-height: 50px;
  width: 37%;
  color: white;
  border-radius: 7px;
  background-color: #e60012;
  margin-top: 5px;
  text-align: center;
  margin-bottom: 14px;
  font-weight: bolder;
  background-image: url(../images/SP/ico_03.png);
  background-repeat: no-repeat;
  background-position-y: 53%;
  background-position-x: 5%;
  background-size: 7px;
}

.button {
  text-align: center;
}

.button-a {
  text-decoration: none;
  color: white;
}
.button-a:hover {
  text-decoration: none;
  color: white;
}
@media (max-width: 767px) {
  .button-a {
    display: inline-block;
    font-size: 16px;
    line-height: 52px;
    width: 100%;
    color: white;
    border-radius: 7px;
    margin: 26px 0 14px;
    text-align: center;
    background-image: url(../images/SP/ico_02.png);
    background-repeat: no-repeat;
    background-position-y: 52%;
    background-position-x: 96%;
    background-size: 7px;
    padding: 0px 21px;
    height: auto;
  }
  .button-b {
    width: 100%;
  }
}

.kouza {
  padding-right: 28px;
}

.footer {
  width: 100%;
  height: auto;
  background-color: white;
  padding: 85px 60px 85px;
  position: relative;
}

.footerWidth {
  width: 100%;
}

@media (max-width: 767px) {
  .footer {
    padding: 23px 0 30px;
    height: 370px;
  }
  .footerWidth {
    width: 87%;
    margin: auto;
  }
}

@media (max-width: 500px) {
  .footer {
    padding: 0px 0 0px;
    height: 325px;
  }
  .footerWidth {
    width: 87%;
    margin: auto;
  }
}

@media (max-width: 375px) {
  .footer {
    padding: 0;
    height: 300px;
  }
}

.footerContentLeft {
}

.tell-contaier {
  margin-top: -1vw;
  margin-bottom: 10px;
}

.sm-font {
  font-size: 12px;
  padding-left: 88px;
}

.sm-font2 {
  font-size: 12px;
  padding: 13px 0 0;
  padding-left: 1em;
  text-indent: -1em;
}

.sm-font3 {
  font-size: 11px;
  margin-left: -1vw;
}

.sm-font4 {
  font-size: 11px;
}

@media (max-width: 767px) {
  .sm-font {
    font-size: 11px;
    padding-left: 29%;
    text-indent: -1em;
  }
}

@media (max-width: 410px) {
  .sm-font {
    font-size: 11px;
    padding-left: 32%;
    text-indent: -1em;
  }
}

@media (max-width: 374px) {
  .sm-font {
    font-size: 11px;
    padding-left: 7%;
    text-indent: -1em;
  }
}

@media (max-width: 767px) {
  .sm-font2 {
    font-size: 11px;
    padding: 13px 0 0 11px;
  }
}

@media (max-width: 767px) {
  .sm-font3 {
    font-size: 11px;
    text-indent: -1em;
    padding-left: 9px;
  }
}

@media (max-width: 767px) {
  .sm-font4 {
    font-size: 11px;
    padding-bottom: 10px;
    margin-top: 6px;
  }
}

.mark1 {
  width: 70%;
  margin-bottom: 10px;
  background-color: #ffffff;
}

.tell-O {
  position: relative;
}

.footerContentLeft h1 {
  font-weight: bolder;
  font-size: 22px;
  color: #046bb6;
  background-image: url(../images/SP/ico_01_sp.png);
  background-repeat: no-repeat;
  background-position-x: 1px;
  background-position-y: 5px;
  background-size: 18px;

  padding-left: 21px;
  padding-bottom: 7px;
}

@media (max-width: 1020px) {
  .footerContentLeft h1 {
    font-weight: bolder;
    font-size: 19px;
    color: #046bb6;
    background-image: url(../images/SP/ico_01_sp.png);
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 21px;
    background-position-x: 4px;
    background-position-y: 6px;
  }
}

@media (max-width: 900px) {
  .footerContentLeft h1 {
    font-weight: bolder;
    font-size: 17px;
    color: #046bb6;
    background-image: url(../images/SP/ico_01_sp.png);
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: 4px;
    background-size: 14px;
    padding-left: 21px;
  }
}

@media (max-width: 800px) {
  .footerContentLeft h1 {
    font-weight: bolder;
    font-size: 16px;
    color: #046bb6;
    background-image: url(../images/SP/ico_01_sp.png);
    background-repeat: no-repeat;
    background-position-x: 6px;
    background-position-y: 3px;
    background-size: 14px;
    padding-left: 21px;
  }
}

@media (max-width: 950px) {
  .mark1 {
    width: 50%;
    margin-bottom: 10px;
    background-color: #ffffff;
  }
}

@media (max-width: 767px) {
  .footerContentLeft h1 {
    padding-bottom: 0px;
    font-size: 27px;
    background-repeat: no-repeat;
    background-size: 25px;
    padding-left: 44px;
    background-position-x: 14px;
    background-position-y: 5px;
  }
}

@media (max-width: 550px) {
  .footerContentLeft h1 {
    padding-bottom: 0px;
    font-size: 24px;
    background-repeat: no-repeat;
    background-size: 21px;
    padding-left: 44px;
    background-position-x: 20px;
    background-position-y: 5px;
  }
}

@media (max-width: 500px) {
  .footerContentLeft h1 {
    padding-bottom: 0px;
    font-size: 18px;
    background-image: url(../images/SP/ico_01_sp.png);
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: 5px;
    background-size: 14px;
    padding-left: 21px;
  }
}

@media (max-width: 200px) {
  .footerContentLeft h1 {
    padding-bottom: 0px;
    font-size: 14px;
    background-position-x: 9px;
    background-position-y: 5px;
    background-size: 11px;
  }
}

.tell {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background-color: #d2ecfa;
  color: #046bb6;
  margin-right: 9px;
  width: 50px;
  height: 22px;
  line-height: 22px;
}

@media (max-width: 950px) {
  .tell {
    margin-right: 9px;
    width: 60px;
    height: 26px;
    line-height: 26px;
    font-size: 17px;
  }
}

.tell-image {
  width: 10%;
  height: auto;
}

.number01 {
  width: 54%;
  height: auto;
}

@media (max-width: 900px) {
  .number01 {
    width: 46%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .tell-image {
    width: 12%;
    margin-top: 12px;
  }
  .number01 {
    width: 76%;
    margin-left: 2%;
    height: auto;
  }
}

.contents-inline-block-tell {
}

@media (max-width: 767px) {
  .contents-inline-block-tell {
    display: inline-block;
  }
}

.time-right {
  font-size: 11px;
  font-weight: bold;
  padding-top: 5px;
  padding-right: 20%;
  text-align: right;
}

@media (max-width: 767px) {
  .time-right {
    font-size: 11px;
    font-weight: bold;
    text-align: right;
    padding-right: 5%;
  }
}

.footerContentRight {
}

.contact {
  display: flex;
  align-items: center;
  font-weight: bolder;
  background-color: #d2ecfa;
  color: #046bb6;
  font-size: 17px;
  height: 25px;
  line-height: 25px;
  width: 188px;
  padding-left: 7px;
}

@media (max-width: 767px) {
  .contact {
    font-size: 17px;
    line-height: 25px;
    padding: 1px 5px;
    height: 25px;
    width: 130px;
    margin-top: 13px;
  }
}

.contact-number {
  margin-top: 13px;
}

.contact-number2 {
  margin-top: 4px;
}

@media (max-width: 767px) {
  .contact-number2 {
    margin-top: 7px;
  }
}

.footer2 {
  width: 100%;
  background-color: #f2f2f2;
  text-align: center;
  float: none;
  border-top: 1px solid #666666;
  padding: 17px 13px 21px;
}

@media (max-width: 767px) {
  .footer2 {
    width: 100%;
    background-color: #f2f2f2;
    text-align: center;
    float: none;
    border-top: 1px solid black;
    padding: 24px 13px 3px;
  }
}

.readers {
  display: inline-block;
  padding-left: 2px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .readers {
    display: inline-block;
    padding-left: 0px;
  }
}

.logo2 {
  width: 46%;
  padding: 5px 0px 9px;
  height: auto;
}

.copyR {
  font-size: 13px;
  padding-left: 34px;
  display: inline-block;
}

@media (max-width: 767px) {
  .copyR {
    font-size: 13px;
    padding: 25px 0 10px;
    display: block;
  }
}

@media (max-width: 767px) {
  .logo2 {
    width: 58%;
    padding-bottom: 10px;
  }
}

.tell2 {
  width: 50%;
  height: auto;
}

@media (max-width: 767px) {
  .tell2 {
    width: 65%;
  }
}

.nine-five {
  text-align: right;
  font-size: 11px;
  font-weight: bold;
  padding-right: 42%;
  padding-top: 4px;
}

@media (max-width: 767px) {
  .nine-five {
    text-align: right;
    font-size: 11px;
    font-weight: bold;
    padding-right: 25%;
  }
}

.logo2-footer {
  height: auto;
  width: 185px;
  display: inline-block;
}

.footerPadding {
  text-align: right;
}

@media (max-width: 767px) {
  .footerPadding {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .logo2-footer {
    width: 184px;
    height: auto;
  }
}

.footerTellTimePos {
  width: 83%;
}

.toyama {
  border: 1px solid black;
  width: 100%;
  padding: 6px 0px;
  border-radius: 5px;
  padding-left: 10px;
  background-color: #f5f5f5;
  margin-left: 9px;
}

.toyamawidth {
  width: 63%;
}

@media (max-width: 767px) {
  .toyama {
    border: 1px solid black;
    width: 78.7%;
    padding: 6px 0px;
    border-radius: 5px;
    padding-left: 10px;
    background-color: #f5f5f5;
  }
}

.newspaper {
  padding-top: 0px;
  padding-bottom: 20px;
  font-size: 15px;
  padding-right: 21px;
}

@media (max-width: 767px) {
  .spRadioLine {
    display: block;
    margin-bottom: 0px;
  }

  .newsPaperLine {
    display: block;
    padding-bottom: 16px;
  }

  .newspaper {
    padding-top: 4px;
    padding-bottom: 17px;
    font-size: 15px;

    padding-right: 21px;
  }
}

.footerTellTitlePos {
  /*display: block; */
  display: inline-block;
}

@media (max-width: 767px) {
  .footerTellTitlePos {
    display: block;
  }
}

.footerTellTimePos {
  width: 96%;
}

.footerTellMain {
  margin-bottom: 0px;
}

.addressInputTitle {
  margin-right: 0;
  padding-right: 0;
  width: 76px;
}

.giftRadioLine {
  display: block;
  margin-bottom: 10px;
  line-height: inherit;
}

.gift > .giftRadioLine:last-child {
  margin-bottom: 0;
}

p.err {
  color: #cc3300;
  text-align: center;
  padding-bottom: 20px;
}

.radioLabel {
  font-size: 25px;
  position: relative;
  padding-left: 18px;
}

.dummyPadding {
  margin-top: 15px;
  margin-bottom: 15px;
}

.radioLabel .radioDummy {
  position: absolute;
  top: -11px;
  left: 2px;
}

.monthPadding {
  margin: -10px 10px 0px 5px;
}

.footContentWidth {
  width: 90%;
  margin: auto;
}

.footContentWidth .footLeftBox {
  float: left;
  width: 44%;
  position: absolute;
  top: 22%;
  left: 20%;
}

@media (max-width: 767px) {
  .footContentWidth .footLeftBox {
    float: left;
    width: 92%;
    position: absolute;
    top: 5%;
    left: 7%;
    padding-top: 11px;
  }
}

.footContentWidth .footRightBox {
  float: right;
  position: absolute;
  top: 23%;
  left: 58%;
  width: 37%;
}

@media (max-width: 767px) {
  .footContentWidth .footRightBox {
    float: right;
    position: absolute;
    top: 55%;
    left: 7%;
    width: 86%;
  }
}

@media (max-width: 500px) {
  .footContentWidth .footRightBox {
    float: right;
    position: absolute;
    top: 48%;
    left: 7%;
    width: 86%;
  }
}

@media (max-width: 375px) {
  .footContentWidth .footRightBox {
    float: right;
    position: absolute;
    top: 53%;
    left: 7%;
    width: 86%;
  }
}
.err {
  color: #cc3300;
  font-size: 12px;
}
.formLineConfirm {
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
}
.confirm-value {
  padding-top: 4px;
}
.confirm-value-for-tel {
  padding-top: 4px;
  margin-bottom: -6px;
}
.home01-confirm {
  padding-left: 5px;
}
@media (max-width: 767px) {
  .home01-confirm {
    padding-top: 0px;
    padding-left: 0px;
  }
}
.confirm-message {
  text-align: center;
  font-weight: bold;
}
.message-size {
  font-size: 24px;
}
.new-name-confrim {
  padding-bottom: 15px !important;
}

/* 2020/01/22 start */
.content1 {
  padding: 10px 0 5px;
  text-align: center;
  background-color: #7ecef4;
}
.content1 img {
  margin: auto;
}
.content2 {
  padding: 10px 0 10px;
  text-align: center;
  background-color: #ffe100;
}
.content2 img {
  margin: auto;
}
.content2 .wrap {
  display: inline-block;
  margin: auto;
  text-align: right;
}
.content2 p {
  margin: -10px 0 0;
  color: #000;
  font-size: 11px;
}
.content3 {
  text-align: center;
  background-color: #00a041;
}
.content3 img {
  margin: auto;
}
.content3 .wrap {
  display: inline-block;
  margin: auto;
}
.content3 p {
  margin: -22px 0 5px 46px;
  color: #fff;
  font-size: 11px;
  text-align: left;
}
.content3 p span {
  margin: 0 0 0 10px;
}
@media (max-width: 767px) {
  .content2 {
    padding: 10px 0 15px;
  }
  .content2 p {
    margin: -5px 10px 0 0;
    font-size: 11px;
  }
  .content3 {
    padding: 15px 0 10px;
  }
  .content3 p {
    margin: -10px 0 0 0;
    font-size: 10px;
    text-align: center;
  }
  .content3 p span {
    display: block;
  }
}

.guidance-wrap {
  width: 100%;
  background-color: white;
}
.guidance {
  position: relative;
  margin: auto;
  padding: 30px 0 40px;
  width: 90%;
  max-width: 1120px;
}
.guidance .requirements {
  width: 470px;
}
.flex-wrap {
  display: flex;
}
.flex-wrap .left-col {
  width: 108px;
}
.flex-wrap .right-col {
  padding: 8px 0 0 20px;
}
.flex-wrap .chara-col {
  display: flex;
  align-items: center;
  padding: 0 0 0 10px;
}
.flex-wrap .chara-col .kitty {
  width: 120px;
}
.flex-wrap ul {
  display: flex;
  font-size: 16px;
  font-weight: bold;
}
.flex-wrap .rectangle {
  width: 12px;
  height: 12px;
  background-color: #e60012;
  transform-origin: left;
  transform: rotate(45deg);
}
.flex-wrap .caption {
  margin: 0 0 0 10px;
  letter-spacing: 2px;
}
.flex-wrap .description {
  display: flex;
}
.flex-wrap .dot {
  margin: 0 15px 0 6px;
  letter-spacing: -10px;
}
ul.rule {
  display: block;
}
.rule-item {
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .guidance {
    width: 94%;
    max-width: 750px;
    height: auto;
    padding: 20px 9px 0px;
  }
  .guidance .caption {
    position: relative;
  }
  .guidance .caption img {
    margin: auto;
  }
  .guidance .requirements {
    width: 100%;
  }
  .guidance .kitty {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 120px;
    transform: translateY(100%);
  }
  .flex-wrap {
    margin: 5px 0 0;
    flex-direction: column;
  }
  .flex-wrap ul {
    flex-wrap: wrap;
    padding: 0 0 0 10px;
    font-size: 15px;
  }
  .flex-wrap .right-col {
    padding: 5px 0 0;
    width: 100%;
  }
  .flex-wrap .rectangle {
    width: 10px;
    height: 10px;
    transform: rotate(45deg) translate(1px, 1px);
  }
  .flex-wrap .caption {
    margin: 0 0 0 5px;
    letter-spacing: 0;
  }
}
@media (max-width: 590px) and (min-width: 425px) {
  .guidance .kitty {
    width: 22%;
    min-width: 60px;
  }
}
@media (max-width: 424px) and (min-width: 321px) {
  .guidance .kitty {
    width: 18%;
    min-width: 48px;
  }
}
@media (max-width: 320px) {
  .guidance .kitty {
    width: 13%;
    min-width: 38px;
  }
}
/* 2020/01/22 end */

.text01 {
  display: block;
  border: 1px solid black;
  width: 94.5%;
  height: 150px;
  padding: 6px 0px;
  border-radius: 5px;
  margin-top: 0px;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .text01 {
    display: block;
    border: 1px solid black;
    width: 100%;
    height: 150px;
    padding: 5px 0px;
    border-radius: 5px;
    margin-top: 6px;
    padding-left: 10px;
  }
}
.bankflex {
    display: flex;
    margin-bottom: 7px;
}
.bankarea {
    width: 66%;
    margin-top: -18px;
    margin-left: 20px;
}
.bankactive {
    pointer-events: unset;
}
.banknotactive {
    pointer-events: none;
}
@media (max-width: 767px) {
    .bankarea {
        width: 50%;
    }
}
