.modalInner {
  background-color: #c4451d;
  text-align: center;
  margin-top: 10px;
}

.modalInner a {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
  background: #c01e10;
  padding: 2px 10px;
}

span.ttl {
  display: block;
  margin: 0 0 0 0;
  padding: 2px;
  background: #ddd;
  color: #000;
  font-size: 14px;
}

p.coution-box {
  border: 2px solid #bf0000;
  padding: 10px;
  line-height: 1.45em;
}
p.coution-box span {
  font-weight: bold;
  color: #bf0000;
  text-align: center;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #bf0000;
}

span.red {
  font-weight: bold;
  color: #bf0000;
  border-bottom: none !important;
  text-align: left !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/******************************ポップアップモーダルウィンドウ*********************************/

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.popup.is-show {
  opacity: 1;
  visibility: visible;
}

.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 900px;
  padding: 15px 50px 20px;
  background-color: #fff;
  z-index: 2;
  border: 10px solid #fff000;
}

.popup-inner img {
  width: 100%;
}

.close-btn {
  position: absolute;
  /*right: 0;*/
  /*top: 0;*/
  width: 100%;
  height: 90px;
  /*line-height: 50px;*/
  text-align: center;
  cursor: pointer;
  bottom: 0;
  left: 0;
}

.close-btn i {
  font-size: 20px;
  color: #333;
}

.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  cursor: pointer;
}

.popup-inner h2.unei {
  font-size: 20px;
  font-weight: bold;
  color: #001443;
  text-align: center;
  margin-bottom: 10px;
}

.popup-inner h2.unei span {
  font-size: 26px;
}

.popup-inner p.text1 {
  font-size: 14px;
  color: #333;
  text-align: center;
}

.popup-inner p.text2 {
  font-size: 14px;
}

.popup-inner p.text2 span {
  font-weight: bold;
}

.popup-inner .jyoken {
  border: 1px solid #ccc;
  padding: 15px;
  background: #f5f5f5;
  margin-bottom: 10px;
}

.popup-inner h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 0;
  border-bottom: 1px solid #999;
  padding: 0 0 10px;
  background: #f5f5f5;
}

.popup-inner dl {
  padding-top: 10px;
  margin-bottom: 0;
}

.popup-inner dl dt {
  text-align: left;
  color: #b48c3d;
  margin-bottom: 5px;
  font-size: 16px;
}

.popup-inner dl dd {
  text-align: left;
  padding-bottom: 10px;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  color: #333;
  border-bottom: 1px dashed #999;
}

.popup-inner dl dd:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.popup-inner dl dd span.red {
  color: #fb2100;
}

.popup-inner dl dd span.yel {
  background: linear-gradient(transparent 60%, #ffd864 60%);
}

.popup-inner .box {
  border: 3px solid #001443;
  border-radius: 10px;
  padding: 0px 10px;
  margin-bottom: 30px;
  background: #fff;
}

.popup-inner .box p {
  text-align: center;
  font-weight: bold;
  color: #001443;
  font-size: 18px;
}

.popup-inner .box ul {
}

.popup-inner .box ul li {
  list-style: none;
  color: #001443;
  font-size: 18px;
  font-weight: bold;
}

.popup-inner .link a {
  text-align: center;
  background: #00b300;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 15px 10px;
  text-decoration: none;
  margin: 0 auto;
  display: block;
  border-radius: 50px;
  max-width: 100%;
  width: auto;
  cursor: pointer;
}

.popup-inner .link a:hover {
  background: #00b300;
  text-decoration: none;
}

.popup-inner .link a svg {
  margin-left: 20px;
}

.popup-inner .link2 a {
  text-align: center;
  background: #efb419;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  padding: 15px 10px;
  text-decoration: none;
  margin: 0 auto;
  display: block;
  border-radius: 50px;
  max-width: 100%;
  width: auto;
  cursor: pointer;
}

.popup-inner .link2 a:hover {
  background: #efb419;
  text-decoration: none;
}

.popup-inner .link2 a svg {
  margin-left: 20px;
}

.cv {
  /*background: url("../../images/bg.jpg");*/
  /*background-repeat: repeat-x;*/
  background-color: #fff;
  padding-bottom: 0px;
}

.wrap {
  background: #fff;
}

section.formarea {
  background: #c4451d !important;
}

.infobox p.tell {
  border-bottom: none !important;
  background: #fff;
  border-radius: 5px;
}

.infobox dl {
  text-align: center;
}

.infobox dl dt {
  color: #fff;
}

.infobox dl dd {
  color: #fff;
}

section.formarea h4 {
  border-left: 4px solid #3acdaf;
}

footer {
  border-top: none !important;
}

p.please {
  background: #bf0000;
  padding: 15px;
  font-size: 20px !important;
  color: #fff !important;
  font-weight: bold;
  margin-bottom: 30px !important;
  text-align: center;
}

p.amzn {
  color: #222;
  margin-bottom: 0;
  font-size: 12px;
  padding-top: 5px;
}

/*PC*/
@media (min-width: 700px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }

  section.formarea h3 {
    font-size: 2rem;
    color: #fff;
  }

  .caution_bg {
    width: auto;
    max-width: 100%;
    margin: 20px auto;
    background-color: #f5f5f5;
    padding: 20px 30px;
  }

  .caution_bg h5 {
    text-align: center !important;
    font-weight: bold;
    color: #000;
    font-size: 18px !important;
    border: none !important;
    margin: 0 0 15px 0 !important;
  }

  .caution_bg h6 {
    font-size: 16px;
    font-weight: bold;
    color: #bf0000;
    margin: 0 0 10px;
  }

  .caution_bg p {
    text-align: left !important;
    font-size: 16px !important;
    color: #000;
    line-height: 1.5;
    margin: 0 0 20px 0 !important;
  }

  .taisyoBox {
    display: block;
    background-color: #bf0000;
    padding: 15px 0;
  }

  .taisyoBox .innerArea {
    width: auto;
    max-width: 960px;
    background-color: #f5f5f5;
    padding: 15px 30px;
    color: #000;
    margin-bottom: 0;
    margin-top: 0 !important;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
  }

  .taisyoBox .innerArea h5 {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    padding-bottom: 15px;
    margin: 0 0 10px 0;
    color: #bf0000;
    border-bottom: 2px solid #bf0000;
  }

  .taisyoBox .innerArea p {
    text-align: left;
    font-size: 18px;
    color: #000;
  }

  .taisyoBox .innerArea dl {
  }

  .taisyoBox .innerArea dl dt {
    /*width: 100px;*/
    width: 160px;
    background: #bf0000;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    float: left;
    text-align: center;
  }

  .taisyoBox .innerArea dl dd {
    /*margin-left: 120px;*/
    margin-left: 180px;
    color: #000;
    font-size: 18px;
  }

  .taisyoBox .innerArea ul {
    background-color: #eee;
    padding: 5px 10px 5px;
    padding-left: 30px;
  }

  .taisyoBox .innerArea ul li {
    font-size: 14px;
    color: #333;
  }

  footer {
    border-top: none !important;
    text-align: center;
  }

  footer a {
    font-size: 16px;
    text-decoration: underline;
    margin-bottom: 20px;
    display: inline-block;
    padding: 0 10px;
    color: #222;
  }

  footer a:hover {
    color: #222;
    text-decoration: none;
  }

  p.txtx {
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
  }
}

/*SP*/
@media (max-width: 699px) {
  .modalInner a {
    font-size: 14px;
  }

  .popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
  }

  .popup.is-show {
    opacity: 1;
    visibility: visible;
  }

  .popup-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 900px;
    padding: 15px 15px 10px;
    background-color: #fff;
    z-index: 2;
    border: 10px solid #fff000;
  }

  .popup-inner img {
    width: 100%;
  }

  .close-btn {
    position: absolute;
    /*right: 0;*/
    /*top: 0;*/
    width: 100%;
    height: 90px;
    /*line-height: 50px;*/
    text-align: center;
    cursor: pointer;
    bottom: 0;
    left: 0;
  }

  .close-btn i {
    font-size: 20px;
    color: #333;
  }

  .black-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    /*cursor: pointer;*/
  }

  .popup-inner h2.unei {
    font-size: 12px;
    font-weight: bold;
    color: #001443;
    text-align: center;
    margin-bottom: 10px;
  }

  .popup-inner h2.unei span {
    font-size: 14px;
  }

  .popup-inner p.text1 {
    font-size: 12px;
    color: #333;
    text-align: left;
    margin-bottom: 5px;
  }

  .popup-inner p.text2 {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .popup-inner p.text2 span {
    font-weight: bold;
  }

  .popup-inner .jyoken {
    border: 1px solid #ccc;
    padding: 10px;
    background: #f5f5f5;
    margin-bottom: 10px;
  }

  .popup-inner h3 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0;
    border-bottom: 1px solid #999;
    padding: 0 0 10px;
    background: #f5f5f5;
  }

  .popup-inner dl {
    padding-top: 10px;
    margin-bottom: 0;
  }

  .popup-inner dl dt {
    text-align: left;
    color: #b48c3d;
    margin-bottom: 5px;
    font-size: 12px;
  }

  .popup-inner dl dd {
    text-align: left;
    padding-bottom: 10px;
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
    color: #333;
    border-bottom: 1px dashed #999;
  }

  .popup-inner dl dd:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .popup-inner dl dd span.red {
    color: #fb2100;
  }

  .popup-inner dl dd span.yel {
    background: linear-gradient(transparent 60%, #ffd864 60%);
  }

  .popup-inner .box {
    border: 3px solid #001443;
    border-radius: 10px;
    padding: 0px 10px;
    margin-bottom: 30px;
    background: #fff;
  }

  .popup-inner .box p {
    text-align: center;
    font-weight: bold;
    color: #001443;
    font-size: 18px;
  }

  .popup-inner .box ul {
  }

  .popup-inner .box ul li {
    list-style: none;
    color: #001443;
    font-size: 18px;
    font-weight: bold;
  }

  .popup-inner .link a {
    text-align: center;
    background: #00b300;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 10px;
    text-decoration: none;
    margin: 0 auto;
    display: block;
    border-radius: 50px;
    max-width: 100%;
    width: auto;
    cursor: pointer;
  }

  .popup-inner .link a:hover {
    background: #00b300;
    text-decoration: none;
  }

  .popup-inner .link a svg {
    margin-left: 20px;
  }

  .popup-inner .link2 a {
    text-align: center;
    background: #efb419;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    padding: 15px 10px;
    text-decoration: none;
    margin: 0 auto;
    display: block;
    border-radius: 50px;
    max-width: 100%;
    width: auto;
    cursor: pointer;
  }

  .popup-inner .link2 a:hover {
    background: #efb419;
    text-decoration: none;
  }

  .popup-inner .link2 a svg {
    margin-left: 20px;
  }

  .taisyoBox .innerArea ul {
    background-color: #eee;
    padding: 5px 10px 5px;
    padding-left: 30px;
  }

  .taisyoBox .innerArea ul li {
    font-size: 14px;
    color: #333;
  }

  p.txtx {
    font-size: 12px;
    padding: 10px 15px;
    text-align: left;
  }

  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  section.formarea h3 {
    font-size: 1.25rem;
    color: #fff;
  }

  section.formarea .form_waku {
    margin-bottom: 20px;
  }

  .caution_bg {
    width: auto;
    max-width: 100%;
    margin: 20px 0;
    background-color: #f5f5f5;
    padding: 15px 15px;
  }

  .caution_bg h5 {
    text-align: center !important;
    font-weight: bold;
    color: #000;
    font-size: 16px !important;
    border: none !important;
    margin: 0 0 15px 0 !important;
  }

  .caution_bg h6 {
    font-size: 16px;
    font-weight: bold;
    color: #bf0000;
    margin: 0 0 10px;
  }

  .caution_bg p {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    margin: 0 0 20px 0 !important;
  }

  .caution_bg ul {
    padding-inline-start: 20px !important;
    margin-bottom: 20px;
  }

  .caution_bg ul li {
    list-style-type: disc;
    font-size: 16px;
  }

  .caution_bg a {
    font-size: 12px;
  }

  .taisyoBox {
    display: block;
    background-color: #bf0000;
    padding: 15px 15px 15px;
  }

  .taisyoBox .innerArea {
    width: auto;
    max-width: 700px;
    background-color: #f5f5f5;
    padding: 15px 15px;
    color: #000;
    margin-bottom: 0;
    margin-top: 0 !important;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
  }

  .taisyoBox .innerArea h5 {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    padding-bottom: 5px;
    margin: 0 0 10px 0;
    color: #bf0000;
    border-bottom: 2px solid #bf0000;
  }

  .taisyoBox .innerArea p {
    text-align: left;
    font-size: 16px;
    color: #000;
  }

  .taisyoBox .innerArea dl {
  }

  .taisyoBox .innerArea dl dt {
    width: auto;
    background: #eee;
    color: #bf0000;
    font-size: 16px;
    font-weight: bold;
    float: none;
    text-align: left;
    padding: 3px 5px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #bf0000;
  }

  .taisyoBox .innerArea dl dd {
    margin-left: 0px;
    color: #000;
    font-size: 16px;
  }

  footer {
    border-top: none !important;
    text-align: center;
  }

  footer a {
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 20px;
    display: inline-block;
    padding: 0 10px;
    color: #222;
  }

  footer a:hover {
    color: #222;
    text-decoration: none;
  }
}

section.formarea .mod-icon-inquiry-any {
  margin-left: 15px;
  padding: 2px 6px;
  background-color: #666;
  color: #fff;
  font-size: 72%;
  float: none;
  font-weight: 400;
}

/*モーダル設定*/
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  background: #fff;
  left: 50%;
  padding: 40px 20px 70px 20px;
  position: absolute;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  height: 75vh;
}

.modal__content {
  background: #fff;
  left: 50%;
  padding: 40px 20px 70px 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  height: 75vh;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .modal__content {
    padding: 40px 20px 80px 40px;
    width: 80%;
    height: 90vh;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal__content {
    padding: 40px 20px 80px 40px;
    width: 80%;
    height: 60vh;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .modal__content {
    padding: 40px 20px 80px 40px;
    width: 50%;
    height: 60vh;
  }
}
@media only screen and (min-width: 1200px) {
  .modal__content {
    padding: 40px 20px 80px 40px;
    width: 50%;
    height: 60vh;
  }
}

.modal__content .close {
  display: block;
  text-align: center !important;
  float: none !important;
  padding-top: 25px;
}

.modal__content .close a {
  color: #222 !important;
  background-color: #fff;
  padding: 10px 30px;
  border: 1px solid #222 !important;
  border-radius: 5px;
  font-size: 12px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal !important;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .modal__content .close a {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal__content .close a {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .modal__content .close a {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .modal__content .close a {
    font-size: 16px;
    font-size: 1rem;
  }
}
.modal__content .close a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
  color: #fff;
}

.scroll_area {
  margin-top: 0px;
  margin-bottom: 0px;
  /*padding: 10px;*/
  height: 100%;
  width: 100%;
  /*max-width: 95%;*/
  overflow-y: scroll;
  /*border: 1px solid #7d7d7d;*/
}

.scroll_area h3 {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  color: #000;
  line-height: 1;
  margin-bottom: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .scroll_area h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .scroll_area h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .scroll_area h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .scroll_area h3 {
    font-size: 20px;
  }
}

.scroll_area p {
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 30px;
}

.scroll_area dl {
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 30px;
}
