@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.text-center {
  text-align: center !important;
}
body {
  background: #FFF;
  color: #333;
  scroll-behavior: smooth;
  font-size: 14px;
  letter-spacing: 2px;
}
img {
  max-width: 100%;
}
.main-visual .box-img {
  max-width: 1140px;
  text-align: center;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .main-visual .box-img img {
    width: 100%;
  }
}
.main-visual .box-btn a.btn {
  background: #f68400;
  margin: 40px auto;
  width: 60%;
  display: block;
  text-align: center;
  color: #ffffff;
  padding: 20px;
  font-size: 30px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 10px;
}
@media only screen and (max-width: 520px) {
  .main-visual .box-btn a.btn {
    width: 100%;
  }
}
.box-content {
  text-align: center;
}
.box-content .title {
  font-size: 32px;
  color: #11A151;
  border-bottom: solid 3px #11A151;
  padding-bottom: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 520px) {
  .box-content .title {
    font-size: 28px;
  }
}
.box-content .title.gray {
  margin-top: 60px;
  margin-bottom: 30px;
  border-bottom: solid 3px #707070;
}
.box-content .description {
  font-size: 18px;
  margin-top: 30px;
}
.box-content .box-image {
  max-width: 510px;
  margin: auto;
}
@media only screen and (max-width: 520px) {
  .box-content .box-image {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .box-content .box-image.custom {
    width: 100%;
  }
}
.box-content .box-image img {
  border-radius: 10px;
  border: solid 5px #11A151;
  margin-top: 20px;
}
.box-content .box-image img.no-boder-img {
  border: none;
}
.box-content .box-image figcaption {
  text-align: right;
  font-size: 13px;
  margin: 10px auto;
}
.box-content .box-deposit-method .item {
  border: solid 3px #11A151;
  padding: 10px;
  border-radius: 10px;
  margin-top: 20px;
  display: block;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
}
.box-content .box-deposit-method .item:hover {
  color: #333;
  opacity: 0.75;
}
.box-content .box-deposit-method .item .title_direct {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.box-content .box-deposit-method .item ul.list-menu-direct {
  padding: 0em 1em 0em 1em;
  margin: 0px;
}
@media only screen and (max-width: 520px) {
  .box-content .box-deposit-method .item ul.list-menu-direct {
    padding: 0em;
  }
}
.box-content .box-deposit-method .item ul.list-menu-direct li {
  text-align: left;
  list-style: none;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 110px;
}
@media only screen and (max-width: 520px) {
  .box-content .box-deposit-method .item ul.list-menu-direct li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 520px) {
  .box-content .box-deposit-method .item ul.list-menu-direct li {
    min-height: fit-content;
  }
}
.box-content .box-deposit-method .item ul.list-menu-direct li img {
  margin-right: 15px;
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 520px) {
  .box-content .box-deposit-method .item ul.list-menu-direct li img {
    width: 50px;
    height: 50px;
  }
}
.box-content .box-deposit-method .item ul.list-menu-direct li label {
  font-weight: bold;
  margin: 0px;
  font-size: 20px;
}
@media only screen and (max-width: 520px) {
  .box-content .box-deposit-method .item ul.list-menu-direct li label {
    font-size: 18px;
  }
}
.box-content .bg-title {
  background-color: #10A151;
  margin: 30px 0px;
  padding: 25px;
}
.box-content .sub-content .sub-title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
}
.box-content .sub-content .sub-title img {
  margin-right: 15px;
}
.box-content .sub-content .sub-title img.imgtitle {
  border: none;
  padding: 0px;
  margin: 0px 20px 0px 0px;
}
.box-content .sub-content .sub-title label {
  font-size: 20px;
  font-weight: normal;
  text-align: left;
  margin: 0;
}
@media only screen and (max-width: 520px) {
  .box-content .sub-content .sub-title label {
    font-size: 15px;
  }
}
.box-note {
  margin-top: 50px;
}
.box-note .box-jsdq {
  margin-top: 30px;
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  margin-bottom: 30px;
}
.box-note .box-jsdq .col:last-child {
  width: 55%;
  padding-top: 8px;
  padding-left: 15px;
  font-size: 14px;
}
footer {
  border-top: solid 1px #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 13px;
}
/*Style Popups*/
@media only screen and (max-width: 767px) {
  .popup1 .modal-dialog {
    margin: 40px 10px !important;
  }
}
.popup1 .modal-content {
  border: solid 8px #83CFD1 !important;
}
.popup1 #myModal .modal-backdrop {
  background-color: transparent;
}
.popup1 .modal-header {
  position: relative !important;
  padding: 0 !important;
  border: none !important;
}
.popup1 .modal-header .close {
  margin-top: -2px;
  width: 50px;
  height: 50px;
  right: -26px;
  top: -24px;
  opacity: 1;
  position: absolute;
}
.popup1 .modal-header .close:hover,
.popup1 .modal-header .close:active,
.popup1 .modal-header .close:focus,
.popup1 .modal-header .close:active {
  opacity: 0.8;
}
@media only screen and (max-width: 520px) {
  .popup1 .modal-header .close {
    width: 40px;
    height: 40px;
    right: -15px;
    top: -15px;
  }
}
.popup1 .modal-header figure img {
  width: 100%;
}
.popup1 .modal-body {
  padding: 20px !important;
}
.popup1 .modal-body p.big-text {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 520px) {
  .popup1 .modal-body p.big-text {
    font-size: 14px;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .popup1 .modal-body p.big-text {
    font-size: 15px;
  }
}
.popup1 .modal-body p.big-text span {
  font-size: 24px;
  color: #D9243A;
  font-weight: bold;
}
@media only screen and (max-width: 520px) {
  .popup1 .modal-body p.big-text span {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .popup1 .modal-body p.big-text span {
    font-size: 18px;
  }
}
.popup1 .modal-body p.small-text {
  margin-top: 20px;
  font-size: 12px;
  padding: 0px 26px;
}
@media only screen and (max-width: 520px) {
  .popup1 .modal-body p.small-text {
    padding: 0px;
  }
}
.popup1 .modal-body label.tit {
  color: #E6923E;
  border: solid 2px #4E5560;
  display: block;
  width: 80%;
  margin: 30px auto 30px auto;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  font-weight: normal;
  border-radius: 100px;
  font-weight: bold;
}
@media only screen and (max-width: 520px) {
  .popup1 .modal-body label.tit {
    width: 100%;
    font-size: 16px;
  }
}
.popup1 .modal-body label.tit.hasperson {
  position: relative;
  margin-top: 65px;
}
.popup1 .modal-body label.tit.hasperson:before {
  content: "";
  width: 200px;
  height: 126px;
  background-image: url(../img/icon-person2.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 104%;
  left: 0;
  right: 0;
  margin: auto;
  background-size: 100%;
}
.popup1 .modal-body .pic-table {
  text-align: center;
}
.popup1 .modal-body .pic-table img {
  margin: auto;
}
.popup1 .modal-body .pic-button {
  text-align: center;
  margin: 30px auto;
}
.popup1 .modal-body .table-campaign-period {
  width: 80%;
  margin: auto;
}
@media only screen and (max-width: 520px) {
  .popup1 .modal-body .table-campaign-period {
    width: 100%;
  }
}
.popup1 .modal-body .table-campaign-period .text-style {
  font-size: 24px;
  color: #D9243A;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .popup1 .modal-body .table-campaign-period .text-style {
    font-size: 18px;
  }
}
.popup1 .modal-body .table-campaign-period tr {
  border-bottom: 2px dotted #e0e0e0;
}
.popup1 .modal-body .table-campaign-period tr td {
  padding: 10px;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .popup1 .modal-body .table-campaign-period tr td {
    font-size: 14px;
  }
}
.popup1 .modal-body .box-notes {
  padding: 25px;
  color: #735b31;
  background: #fcf8e3;
  margin: 20px auto;
}
@media only screen and (max-width: 768px) {
  .popup1 .modal-body .box-notes {
    width: 100%;
    padding: 18px;
  }
}
.popup1 .modal-body .box-notes strong {
  font-size: 16px;
  color: #D9243A;
}
.popup1 .modal-body .box-notes p {
  margin-bottom: 30px;
}
.popup1 .modal-body label {
  display: block;
  font-size: 20px;
  font-weight: bold;
  border-bottom: dotted 2px #735b31;
}
.popup1 .modal-body .txt-red {
  color: #d71244;
}
.popup1 .modal-body .txt-red strong {
  color: black;
}
.popup1 .modal-body .box-campaign-schedule {
  border: solid 3px #0577c7;
  border-radius: 20px;
  padding: 25px;
  margin-bottom: 20px;
}
.popup1 .modal-body .box-campaign-schedule .tit {
  text-align: center;
  padding: 15px 20px;
  background-color: #005a9d;
  color: #fff;
  border-radius: 100px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.popup1 .modal-body .box-campaign-schedule ul li {
  list-style: none;
  border-bottom: dashed 2px #aaa;
  margin-top: 20px;
}
.popup1 .modal-body .box-campaign-schedule ul li strong {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  color: #005a9d;
}
.popup1 .modal-footer {
  position: relative !important;
  border: none !important;
}
.popup1 .modal-footer button {
  background-color: #043960;
  border: solid 2px #FFFFFF;
  width: 40%;
  border-radius: 100px;
  font-size: 18px;
  color: #ffffff;
  text-shadow: none !important;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 33px;
  bottom: 0;
  height: 45px;
  cursor: pointer;
}
@media only screen and (max-width: 520px) {
  .popup1 .modal-footer button {
    width: 80%;
  }
}
.popup1 .modal-footer button:hover,
.popup1 .modal-footer button:active,
.popup1 .modal-footer button:focus,
.popup1 .modal-footer button:active {
  background-color: #043960 !important;
  border: solid 2px #FFFFFF !important;
  color: #ffffff !important;
  outline: none !important;
}
.popup1 .modal-footer button label {
  position: relative;
  height: 100%;
  width: 100%;
}
.popup1 .modal-footer button label:after {
  content: "";
  width: 17px;
  height: 17px;
  background-image: url(../img/icon-close-footer.svg);
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  top: 6px;
  right: 3px;
}
.popup2 {
  z-index: 1051;
}
@media only screen and (max-width: 767px) {
  .popup2 .modal-dialog {
    margin: 40px 20px !important;
  }
}
.popup2 .modal-content {
  border: solid 5px #11a151 !important;
}
.popup2 #myModal .modal-backdrop {
  background-color: transparent;
}
.popup2 .modal-header {
  position: relative !important;
  padding: 0 !important;
  border: none !important;
}
.popup2 .modal-header .close {
  margin-top: -2px;
  width: 50px;
  height: 50px;
  right: -26px;
  top: -24px;
  opacity: 1;
  position: absolute;
}
.popup2 .modal-header .close:hover,
.popup2 .modal-header .close:active,
.popup2 .modal-header .close:focus,
.popup2 .modal-header .close:active {
  opacity: 0.8;
}
@media only screen and (max-width: 520px) {
  .popup2 .modal-header .close {
    width: 40px;
    height: 40px;
    right: -15px;
    top: -15px;
  }
}
.popup2 .modal-body .tit {
  border-bottom: solid 2px #000000;
  text-align: center;
  font-weight: bold;
  line-height: 30px;
  font-size: 18px;
  padding-bottom: 10px;
  margin-top: 40px;
}
.popup2 .modal-body .tit + p.desc {
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 15px;
}
.popup2 .modal-body label {
  font-size: 24px;
  margin: 20px 0px;
  text-align: left;
  display: block;
}
@media only screen and (max-width: 520px) {
  .popup2 .modal-body label {
    font-size: 18px;
  }
}
.popup2 .modal-body .inner-content-popup {
  width: 80%;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 520px) {
  .popup2 .modal-body .inner-content-popup {
    width: 100%;
  }
}
.popup2 .modal-body .inner-content-popup .icon_triangle_down {
  width: 0;
  height: 0;
  border-left: 55px solid transparent;
  border-right: 55px solid transparent;
  border-top: 30px solid #191919;
  font-size: 0;
  line-height: 0;
  margin: 30px auto;
}
.popup2 .modal-footer {
  position: relative !important;
  border: none !important;
}
.popup2 .modal-footer button {
  background-color: #043960;
  border: solid 2px #FFFFFF;
  width: 40%;
  border-radius: 100px;
  font-size: 18px;
  color: #ffffff;
  text-shadow: none !important;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 33px;
  bottom: 0;
  height: 45px;
  cursor: pointer;
}
@media only screen and (max-width: 520px) {
  .popup2 .modal-footer button {
    width: 80%;
  }
}
.popup2 .modal-footer button:hover,
.popup2 .modal-footer button:active,
.popup2 .modal-footer button:focus,
.popup2 .modal-footer button:active {
  background-color: #043960 !important;
  border: solid 2px #FFFFFF !important;
  color: #ffffff !important;
  outline: none !important;
}
.popup2 .modal-footer button label {
  position: relative;
  height: 100%;
  width: 100%;
}
.popup2 .modal-footer button label:after {
  content: "";
  width: 17px;
  height: 17px;
  background-image: url(../img/icon-close-footer.svg);
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  top: 6px;
  right: 3px;
}
.floating-menu {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
}
@media only screen and (min-width: 768px) {
  .floating-menu {
    padding: 0;
    bottom: -15px;
  }
}
.floating-menu a.btn {
  display: block;
  width: 520px;
  background: #f68400;
  margin: 15px auto 25px auto;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  padding: 10px;
}
@media only screen and (max-width: 520px) {
  .floating-menu a.btn {
    width: 92%;
    margin: 15px auto 15px auto;
  }
}
.btn-backtop img {
  width: 50px;
}
@media only screen and (max-width: 767px) {
  .btn-backtop img {
    width: 40px;
  }
}
.top {
  position: fixed;
  bottom: 100px;
  right: 20px;
}
.top.pc {
  display: none!important;
}
.top.show {
  display: inline-block !important;
}
