@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body {
  background: #FFF;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #333;
  scroll-behavior: smooth;
}
.cblue {
  color: #005a9d;
}
.special {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
.floating {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  display: none;
}
.floating.display {
  display: block;
}
.floating img {
  display: block;
  height: 50px;
  margin: 20px auto;
}
@media screen and (max-width: 479px) {
  .floating img {
    width: 90%;
    height: auto;
  }
}
img {
  max-width: 100%;
  height: auto;
}
.top {
  position: fixed;
  bottom: 100px;
  right: 20px;
}
.top.pc {
  display: none!important;
}
.top.show {
  display: inline-block !important;
}
/*Style Popups*/
@media only screen and (max-width: 767px) {
  .modal-dialog {
    margin: 40px 10px !important;
  }
}
.modal-content {
  border: solid 8px #83CFD1 !important;
}
#myModal .modal-backdrop {
  background-color: transparent;
}
.modal-header {
  position: relative !important;
  padding: 0 !important;
  border: none !important;
}
.modal-header .close {
  margin-top: -2px;
  width: 50px;
  height: 50px;
  right: -26px;
  top: -24px;
  opacity: 1;
  position: absolute;
}
.modal-header .close:hover,
.modal-header .close:active,
.modal-header .close:focus,
.modal-header .close:active {
  opacity: 0.8;
}
@media only screen and (max-width: 520px) {
  .modal-header .close {
    width: 40px;
    height: 40px;
    right: -15px;
    top: -15px;
  }
}
.modal-header figure img {
  width: 100%;
}
.modal-body {
  padding: 20px !important;
}
.modal-body p.big-text {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 520px) {
  .modal-body p.big-text {
    font-size: 14px;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .modal-body p.big-text {
    font-size: 15px;
  }
}
.modal-body p.big-text span {
  font-size: 24px;
  color: #D9243A;
  font-weight: bold;
}
@media only screen and (max-width: 520px) {
  .modal-body p.big-text span {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .modal-body p.big-text span {
    font-size: 18px;
  }
}
.modal-body p.small-text {
  margin-top: 20px;
  font-size: 12px;
  padding: 0px 26px;
}
@media only screen and (max-width: 520px) {
  .modal-body p.small-text {
    padding: 0px;
  }
}
.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) {
  .modal-body label.tit {
    width: 100%;
    font-size: 16px;
  }
}
.modal-body label.tit.hasperson {
  position: relative;
  margin-top: 65px;
}
.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%;
}
.modal-body .pic-table {
  text-align: center;
}
.modal-body .pic-table img {
  margin: auto;
}
.modal-body .pic-button {
  text-align: center;
  margin: 30px auto;
}
.modal-body .table-campaign-period {
  width: 80%;
  margin: auto;
}
@media only screen and (max-width: 520px) {
  .modal-body .table-campaign-period {
    width: 100%;
  }
}
.modal-body .table-campaign-period .text-style {
  font-size: 24px;
  color: #D9243A;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .modal-body .table-campaign-period .text-style {
    font-size: 18px;
  }
}
.modal-body .table-campaign-period tr {
  border-bottom: 2px dotted #e0e0e0;
}
.modal-body .table-campaign-period tr td {
  padding: 10px;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .modal-body .table-campaign-period tr td {
    font-size: 14px;
  }
}
.modal-body .box-notes {
  border: solid 2px #043960;
  padding: 25px;
  width: 94%;
  margin: 20px auto;
}
@media only screen and (max-width: 768px) {
  .modal-body .box-notes {
    width: 100%;
    padding: 18px;
  }
}
.modal-body .box-notes strong {
  font-size: 16px;
  color: #D9243A;
}
.modal-body .box-notes p {
  margin-bottom: 30px;
}
.modal-footer {
  position: relative !important;
  border: none !important;
}
.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) {
  .modal-footer button {
    width: 80%;
  }
}
.modal-footer button:hover,
.modal-footer button:active,
.modal-footer button:focus,
.modal-footer button:active {
  background-color: #043960 !important;
  border: solid 2px #FFFFFF !important;
  color: #ffffff !important;
  outline: none !important;
}
.modal-footer button label {
  position: relative;
  height: 100%;
  width: 100%;
}
.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 .modal-body p {
  font-size: 16px;
  text-align: center;
}
@media only screen and (max-width: 520px) {
  #popup2 .modal-body p {
    text-align: left;
  }
}
#popup2 .modal-body p span {
  color: #D9243A;
  font-weight: bold;
}
#popup2 .modal-body p.small-text {
  font-size: 14px;
  text-align: left;
}
#popup2 .modal-body .pic-swap {
  margin: 20px auto;
  text-align: center;
}
#popup2 .modal-body .pic-swap img{
  margin: auto;
}

.mainbody header {
  z-index: 999;
  position: relative;
  padding: 15px 0px 13px 0px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .mainbody header {
    padding: 15px 0px 8px 0px;
  }
}
@media only screen and (width: 768px) {
  .mainbody header {
    padding: 15px 0px 5px 0px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .mainbody header .container {
    width: 100%;
  }
}
.mainbody header .group {
  display: flex;
  -webkit-display: flex;
  position: relative;
}
@media only screen and (max-width: 690px) {
  .mainbody header .group {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 691px) and (max-width: 990px) {
  .mainbody header .group {
    display: block;
  }
}
.mainbody header .group div.box-logo {
  width: 175px;
}
@media only screen and (min-width: 691px) and (max-width: 990px) {
  .mainbody header .group div.box-logo {
    width: 120px;
    margin: 0px auto 10px auto;
  }
}
@media only screen and (max-width: 690px) {
  .mainbody header .group div.box-logo {
    float: left;
    width: 128px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .mainbody header .group div.box-logo {
    width: 125px;
    margin-top: -4px;
  }
}
.mainbody header .group div.btn-menu-sp {
  display: none;
}
@media only screen and (max-width: 690px) {
  .mainbody header .group div.btn-menu-sp {
    display: block;
    float: right;
  }
}
.mainbody header .group div.btn-menu-sp .humber {
  display: inline-block;
  cursor: pointer;
}
@media only screen and (max-width: 690px) {
  .mainbody header .group div.btn-menu-sp .humber {
    margin-top: 3px;
  }
}
.mainbody header .group div.btn-menu-sp .humber .line {
  width: 30px;
  height: 4px;
  background-color: #043960;
  margin: 4px 0px;
  transition: 0.4s;
  border-radius: 100px;
}
.mainbody header .group div.btn-menu-sp .change .line:nth-child(1) {
  transform: translate(0, 8px) rotate(-45deg);
}
.mainbody header .group div.btn-menu-sp .change .line:nth-child(2) {
  opacity: 0;
}
.mainbody header .group div.btn-menu-sp .change .line:nth-child(3) {
  transform: translate(0, -8px) rotate(45deg);
}
.mainbody header .group div.nav {
  width: 90%;
  display: flex;
}
@media only screen and (max-width: 690px) {
  .mainbody header .group div.nav {
    width: fit-content;
    position: absolute;
    background: rgba(255, 255, 255, 0.96);
    min-height: 100%;
    top: 45px;
    margin-left: -15px;
    margin-right: -15px;
    display: none;
    padding: 0px 20px 20px 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    height: 100vh;
  }
}
@media only screen and (min-width: 691px) and (max-width: 990px) {
  .mainbody header .group div.nav {
    width: 100%;
  }
}
.mainbody header .group div.nav .main-menu {
  width: 80%;
}
@media only screen and (max-width: 990px) {
  .mainbody header .group div.nav .main-menu {
    width: 100%;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .mainbody header .group div.nav .main-menu {
    width: 100%;
  }
}
.mainbody header .group div.nav .main-menu .item-list {
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 10px 0px;
  margin: 0px auto;
}
@media only screen and (max-width: 690px) {
  .mainbody header .group div.nav .main-menu .item-list {
    flex-direction: column;
  }
}
@media only screen and (width: 1024px) {
  .mainbody header .group div.nav .main-menu .item-list {
    padding: 3px 0px;
  }
}
@media only screen and (min-width: 691px) and (max-width: 990px) {
  .mainbody header .group div.nav .main-menu .item-list {
    padding: 10px 0px 5px 0px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .mainbody header .group div.nav .main-menu .item-list {
    padding: 2px 0px;
  }
}
.mainbody header .group div.nav .main-menu .item-list li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-right: 18px;
}
@media only screen and (max-width: 690px) {
  .mainbody header .group div.nav .main-menu .item-list li {
    margin-right: 0px;
    border-bottom: solid 1px #C4C4C4;
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
@media only screen and (width: 1024px) {
  .mainbody header .group div.nav .main-menu .item-list li {
    margin-right: 13px;
    padding-left: 12px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .mainbody header .group div.nav .main-menu .item-list li {
    padding-left: 17px;
    margin-right: 17px;
  }
}
.mainbody header .group div.nav .main-menu .item-list li:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 5px;
  border-radius: 100px;
  top: 5px;
  background-color: #4E5560;
}
@media only screen and (max-width: 690px) {
  .mainbody header .group div.nav .main-menu .item-list li:before {
    top: 20px;
  }
}
@media only screen and (min-width: 691px) and (max-width: 990px) {
  .mainbody header .group div.nav .main-menu .item-list li:before {
    width: 8px;
    height: 8px;
    top: 8px;
    left: 3px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .mainbody header .group div.nav .main-menu .item-list li:before {
    width: 10px;
    height: 10px;
  }
}
.mainbody header .group div.nav .main-menu .item-list li a {
  text-decoration: none;
  color: #043960;
}
@media only screen and (max-width: 690px) {
  .mainbody header .group div.nav .main-menu .item-list li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 691px) and (max-width: 990px) {
  .mainbody header .group div.nav .main-menu .item-list li a {
    font-size: 11px;
  }
}
@media only screen and (width: 1024px) {
  .mainbody header .group div.nav .main-menu .item-list li a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 691px) and (max-width: 990px) {
  .mainbody header .group div.nav .main-menu .item-list li {
    padding-left: 15px;
    margin-right: 7px;
  }
}
.mainbody header .group div.nav .box-btn {
  width: 200px;
  padding-top: 5px;
}
@media only screen and (max-width: 690px) {
  .mainbody header .group div.nav .box-btn {
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .mainbody header .group div.nav .box-btn {
    width: 130px;
    padding-top: 0px;
  }
}
@media only screen and (min-width: 691px) and (max-width: 990px) {
  .mainbody header .group div.nav .box-btn {
    width: 135px;
    padding: 0;
  }
}
.mainbody header .group div.nav .box-btn a img {
  width: 100%;
}
@media only screen and (min-width: 691px) and (max-width: 990px) {
  .mainbody header .group div.nav .box-btn a img {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 691px) and (max-width: 767px) {
  .mainbody header .group div.nav .box-btn a img {
    margin-top: 7px;
  }
}
.mainbody section.bodywrapper{
  background-color: #85CFD1;
}
.mainbody section.bodywrapper #mainslidewrapper {
  position: relative;
  background-color: #05baff;
}
.mainbody section.bodywrapper #mainslidewrapper .item img {
  max-width: 100%;
  vertical-align: middle;
}
.mainbody section.bodywrapper .boxes .title-box {
  text-align: center;
  position: relative;
}
.mainbody section.bodywrapper .boxes .title-box h1 {
  font-size: 34px;
  color: #043960;
  line-height: 40px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainbody section.bodywrapper .boxes .title-box h1 {
    font-size: 28px;
  }
}
.mainbody section.bodywrapper .boxes .title-box p {
  font-size: 18px;
  font-weight: bold;
}
.mainbody section.bodywrapper .boxes .inner {
  padding: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainbody section.bodywrapper .boxes .inner {
    padding: 40px 20px;
  }
}
.mainbody section.bodywrapper .boxes.box1 {
  text-align: center;
  padding: 50px 0px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box1 {
    padding: 30px 0px;
  }
}
@media only screen and (width: 1024px) {
  .mainbody section.bodywrapper .boxes.box1 {
    padding: 50px 0px 20px 0px;
  }
}
.mainbody section.bodywrapper .boxes.box1 figure:first-child {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box1 figure {
    margin-bottom: 10px;
  }
  .mainbody section.bodywrapper .boxes.box1 figure img {
    margin: auto;
  }
}
@media only screen and (max-width: 520px) {
  .mainbody section.bodywrapper .boxes.box1 {
    margin-bottom: 25px;
  }
}
.mainbody section.bodywrapper .boxes.bg-blue-pastel {
  background-color: #85CFD1;
  padding: 40px 0px;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.bg-blue-pastel {
    margin-top: 30px;
  }
}
.mainbody section.bodywrapper .boxes.bg-blue-pastel .inner {
  background-color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.bg-blue-pastel .inner {
    padding: 15px;
  }
}
.mainbody section.bodywrapper .boxes.bg-blue-pastel .title-box:before {
  content: "";
  position: absolute;
  right: 0;
  top: -70px;
  left: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainbody section.bodywrapper .boxes.bg-blue-pastel .title-box:before {
    left: -13px;
  }
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.bg-blue-pastel .title-box h1 {
    padding-top: 50px;
    font-size: 20px;
    line-height: 28px;
  }
  .mainbody section.bodywrapper .boxes.bg-blue-pastel .title-box p {
    font-size: 14px;
  }
}
.mainbody section.bodywrapper .boxes.box2 {
  text-align: center;
}
.mainbody section.bodywrapper .boxes.box2 .title-box:before {
  width: 150px;
  height: 150px;
  background-image: url(../img/icon-person1.png);
}
.mainbody section.bodywrapper .boxes.box2.box2ex .title-box:before {
  background-image: none;
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .mainbody section.bodywrapper .boxes.box2 .title-box:before {
    width: 130px;
    height: 130px;
    left: -22px;
  }
}
@media only screen and (max-width: 740px) {
  .mainbody section.bodywrapper .boxes.box2 .title-box:before {
    top: -89px;
    margin: auto;
    width: 130px;
    height: 130px;
    left: 0;
  }
}
.mainbody section.bodywrapper .boxes.box2 .tit-chart {
  color: #E6923E;
  border: solid 2px #454545;
  border-radius: 100px;
  padding: 15px;
  font-size: 20px;
  margin: 30px auto;
  width: 70%;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .mainbody section.bodywrapper .boxes.box2 .tit-chart {
    width: 100%;
    font-size: 15px;
    padding: 15px 15px 9px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainbody section.bodywrapper .boxes.box2 .tit-chart {
    width: 75%;
    padding: 12px 15px 9px 15px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .mainbody section.bodywrapper .boxes.box2 .tit-chart {
    width: 90%;
  }
}
.mainbody section.bodywrapper .boxes.box2 .tit-fx-swap {
  display: block;
  margin: 50px 0px 20px 0px;
  text-align: left;
  color: #D9243A;
  position: relative;
}
.mainbody section.bodywrapper .boxes.box2 .tit-fx-swap span {
  background-color: #ffffff;
  position: relative;
  z-index: 10;
  padding-right: 10px;
}
.mainbody section.bodywrapper .boxes.box2 .tit-fx-swap:after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #D9243A;
  right: 0;
  position: absolute;
  top: 16px;
}
.mainbody section.bodywrapper .boxes.box2 .note-table{
  text-align: left;
}
/* フォントサイズ 24 -> maxwidth767px 20 */
.mainbody section.bodywrapper .boxes.box2 p.special,
.mainbody section.bodywrapper .boxes.box2 h2.spotlight2{
  font-size: 24px;
}
@media screen and (max-width:767px) {
  .mainbody section.bodywrapper .boxes.box2 p.special,
  .mainbody section.bodywrapper .boxes.box2 h2.spotlight2{
    font-size: 20px;
  }
}
@media screen and (max-width:430px) {
  .mainbody section.bodywrapper .boxes.box2 p.special,
  .mainbody section.bodywrapper .boxes.box2 h2.spotlight2{
    font-size: 16px;
  }
}
.mainbody section.bodywrapper .boxes.box2 .box-table {
  display: inline-flex;
  width: 100%;
}
.mainbody section.bodywrapper .boxes.box2 .box-table .tables {
  width: 30%;
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
}
.mainbody section.bodywrapper .boxes.box2 .box-table .tables:nth-child(1) {
  width: 40%;
}
.mainbody section.bodywrapper .boxes.box2 .box-table .tables:nth-child(2) {
  width: 40%;
}
.mainbody section.bodywrapper .boxes.box2 .box-table .tables:nth-child(3) {
  width: 20%;
  margin-right: 0px;
}
.mainbody section.bodywrapper .boxes.box2 .box-table .tables table {
  width: 100%;
}
.mainbody section.bodywrapper .boxes.box2 .box-table .tables table tr th,
.mainbody section.bodywrapper .boxes.box2 .box-table .tables table tr td {
  border: solid 1px #4E5560;
  padding: 5px 30px;
  font-size: 15px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .mainbody section.bodywrapper .boxes.box2 .box-table .tables table tr th,
  .mainbody section.bodywrapper .boxes.box2 .box-table .tables table tr td {
    padding: 5px;
  }
}
@media only screen and (width: 1024px) {
  .mainbody section.bodywrapper .boxes.box2 .box-table .tables table tr th,
  .mainbody section.bodywrapper .boxes.box2 .box-table .tables table tr td {
    padding: 5px 0px;
  }
}
.mainbody section.bodywrapper .boxes.box2 .box-table .tables table tr th {
  color: #ffffff;
  font-weight: normal;
}
.mainbody section.bodywrapper .boxes.box2 .box-table .tables table tr th.bg-dark {
  background-color: #4E5560;
}
.mainbody section.bodywrapper .boxes.box2 .box-table .tables table tr th.bg-dark-blue {
  background-color: #043960;
}
.mainbody section.bodywrapper .boxes.box2 .box-table .tables.table3 table tr th {
  padding: 22px;
}
@media only screen and (max-width: 991px) {
  .mainbody section.bodywrapper .boxes.box2 .box-table .tables.table3 table tr th {
    padding: 10px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box2 .box-table .tables {
    width: 100% !important;
    margin-bottom: 10px;
    margin-right: 0px;
  }
}
.mainbody section.bodywrapper .boxes.box2 .box-table + p {
  margin: 10px 0px 0px 0px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box2 .box-table + p {
    margin: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box2 .box-table {
    flex-direction: column;
  }
}
.mainbody section.bodywrapper .boxes.box2 .spotlight1 {
  font-size: 24px;
  color: #4E4E4E;
  margin-bottom: 30px;
  font-weight: bold;
}
.mainbody section.bodywrapper .boxes.box2 .spotlight1 span.spotlight1_subtxt{
  font-size: 34px;
  color: #043960;
}
@media only screen and (max-width: 768px) {
  .mainbody section.bodywrapper .boxes.box2 .spotlight1,
  .mainbody section.bodywrapper .boxes.box2 .spotlight1 span.spotlight1_subtxt{
    font-size: 20px;
  }
}
.mainbody section.bodywrapper .boxes.box2 .spotlight1 span {
  font-size: 36px;
  color: #D9243A;
}
.mainbody section.bodywrapper .boxes.box2.box2ex .spotlight1 span.spotlight1_blue {
  color: #043960;
  background: linear-gradient(transparent 50%, #FDF9DA 50%);
}
.mainbody section.bodywrapper .boxes.box2.box2ex h2.spotlight1 span {
  color: #043960;
  background: none;
  font-size: 28px;
}
.mainbody section.bodywrapper .boxes.box2.box2ex .box2ex_person_img {
  width: 700px;
  margin-top: -40px;
}
.mainbody section.bodywrapper .boxes.box2.box2ex .box2ex_content .box2ex_content_ribon {
  background-image: url(../img/ribon_image.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  margin: 0 auto 40px;
  padding-top: 50px;
}
.mainbody section.bodywrapper .boxes.box2.box2ex .box2ex_content .box2ex_content_ribon > div{
  top: 100px;
}
.mainbody section.bodywrapper .boxes.box2.box2ex .box2ex_content .box2ex_content_ribon h2 {
  margin-bottom: 30px;
}
.mainbody section.bodywrapper .boxes.box2.box2ex .box2ex_content .box2ex_content_ribon p {
  font-size: 36px;
}
.mainbody section.bodywrapper .boxes.box2.box2ex .box2ex_content .box2ex_content_ribon p span.smalltxt{
  font-size: 28px;
}
.mainbody section.bodywrapper .boxes.box2.box2ex .box2ex_content .box2ex_content_ribon p:nth-child(2)::after {
  content: "";
  display: inline-block;
  background-image: url(../img/lightbulb.webp);
  position: absolute;
  bottom: 485px;
  right: calc(50% - 280px);
  width: 90px;
  height: 90px;
  background-size: contain;
  background-repeat: no-repeat;
}
.mainbody section.bodywrapper .boxes.box2.box2ex .box2ex_content .box2ex_content_ribon p:nth-child(3) {
  font-weight: bold;
}
.mainbody section.bodywrapper .boxes.box2.box2ex .box2ex_content .box2ex_content_ribon p:nth-child(3) span{
  color: #D9243A;
  background: linear-gradient(transparent 50%, #FDF9DA 50%);
}
@media only screen and (max-width: 768px) {
  .mainbody section.bodywrapper .boxes.box2.box2ex .spotlight1 span.spotlight1_blue {
    font-size: 5.0vw;
  }
  .mainbody section.bodywrapper .boxes.box2.box2ex h2.spotlight1 span{
    font-size: 5vw;
  }
  .mainbody section.bodywrapper .boxes.box2.box2ex .box2ex_content .box2ex_content_ribon h2{
    margin-bottom: 2vw;
  }
  .mainbody section.bodywrapper .boxes.box2.box2ex .spotlight1 span,
  .mainbody section.bodywrapper .boxes.box2.box2ex .box2ex_content .box2ex_content_ribon p {
    font-size: 6vw;
  }
  .mainbody section.bodywrapper .boxes.box2.box2ex .box2ex_content .box2ex_content_ribon p span.smalltxt{
    font-size: 4.2vw;
  }
  .mainbody section.bodywrapper .boxes.box2.box2ex .box2ex_content .box2ex_content_ribon p:nth-child(2)::after{
    bottom: 72vw;
    width: 12vw;
    height: 12vw;
    left: initial;
    right: 10px;
    top: 10%;
  }
}
@media screen and (max-width:500px) {
  .mainbody section.bodywrapper .boxes.box2.box2ex .title-box h1{
    font-size: 18px;
  }
}
  .mainbody section.bodywrapper .boxes.box2.box2ex .box2ex_content .box2ex_content_ribon img.coin_image{
    max-width: 700px;
    width: 100%;
  }
.mainbody section.bodywrapper .boxes.box2 .brown-box {
  background-color: #fcf8e3;
  text-align: left;
  color: #735b31;
  padding: 20px;
  margin-top: 30px;
}

.mainbody section.bodywrapper .boxes.box2 .spotlight2 {
  font-size: 18px;
  color: #4E4E4E;
  margin-bottom: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .mainbody section.bodywrapper .boxes.box2 .spotlight2 {
    font-size: 16px;
  }
}
.mainbody section.bodywrapper .boxes.box2 .spotlight2 span {
  color: #D9243A;
}
.mainbody section.bodywrapper .boxes.box2 .box-note-swap {
  border: solid 1px #043960;
  padding: 30px;
  text-align: left;
}
.mainbody section.bodywrapper .boxes.box2 .box-note-swap strong {
  color: #D9243A;
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}
.mainbody section.bodywrapper .boxes.box2 .box-note-swap ul li {
  list-style: none;
  text-indent: -1em;
  padding-left: 1.4em;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box2 .box-note-swap {
    padding: 20px 10px;
  }
}
.mainbody section.bodywrapper .boxes.box3{
  background-color: #fff;
}
.mainbody section.bodywrapper .boxes.box3 .inner {
  border: solid 10px #83CFD1;
  margin: 40px auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box3 .inner {
    margin: 90px auto 50px auto;
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainbody section.bodywrapper .boxes.box3 .inner {
    padding: 40px 30px;
  }
}
.mainbody section.bodywrapper .boxes.box3 .inner .title-box:after {
  content: "";
  width: 200px;
  height: 200px;
  background-image: url(../img/icon-person2.png);
  position: absolute;
  top: -119px;
  right: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box3 .inner .title-box:after {
    top: -155px;
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainbody section.bodywrapper .boxes.box3 .inner .title-box:after {
    right: -40px;
  }
}
@media only screen and (width: 1024px) {
  .mainbody section.bodywrapper .boxes.box3 .inner .title-box:after {
    right: -65px;
  }
}
.mainbody section.bodywrapper .boxes.box3 .inner .title-box p {
  color: #4E4E4E;
  font-size: 18px;
  font-weight: bold;
}
.mainbody section.bodywrapper .boxes.box3 .inner .title-box p span {
  color: #D9243A;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box3 .inner .title-box p {
    font-size: 14px;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainbody section.bodywrapper .boxes.box3 .inner .title-box p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box3 .inner .title-box h1 {
    padding-top: 15px;
    font-size: 23px;
  }
}
.mainbody section.bodywrapper .boxes .inner .btn-popup{
  width: 40%;
  padding: 10px 0px;
  background-color: #043960;
  color: #ffffff;
  font-size: 20px;
  border-radius: 100px;
  margin-top: 30px;
  position: relative;
}
.mainbody section.bodywrapper .boxes .inner .btn-popup:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon-plus.svg);
  background-repeat: no-repeat;
  right: 17px;
  background-size: auto;
  top: 14px;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes .inner .btn-popup:after {
    width: 15px;
    height: 15px;
    background-size: 100%;
    top: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes .inner .btn-popup {
    margin-top: 20px;
    width: 100%;
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainbody section.bodywrapper .boxes .inner .btn-popup {
    width: 55%;
  }
}
.mainbody section.bodywrapper .boxes.box4 .inner .title-box:before {
  width: 150px;
  height: 150px;
  background-image: url(../img/icon-person3.png);
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box4 .inner .title-box:before {
    top: -71px;
    margin: auto;
    width: 130px;
    height: 130px;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box4 .inner {
    margin-top: 0px;
    padding: 0px 10px ;
  }
}
.mainbody section.bodywrapper .boxes.box4 .inner .box-swap-operation {
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 100px;
}
.mainbody section.bodywrapper .boxes.box4 .inner .box-swap-operation figure {
  border: solid 2px #043960;
  text-align: center;
  position: relative;
  width: 250px;
  height: 200px;
  margin: 0px 20px;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box4 .inner .box-swap-operation figure {
    width: 100%;
    height: 100%;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainbody section.bodywrapper .boxes.box4 .inner .box-swap-operation figure {
    width: 100%;
    height: 100%;
  }
}
.mainbody section.bodywrapper .boxes.box4 .inner .box-swap-operation figure img {
  vertical-align: bottom;
  height: 80px;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box4 .inner .box-swap-operation figure img {
    height: 50px;
    margin-right: 10px;
    width: 20%;
    padding-left: 7px;
  }
}
.mainbody section.bodywrapper .boxes.box4 .inner .box-swap-operation figure a {
  display: block;
  text-decoration: none;
  padding: 25px 15px;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box4 .inner .box-swap-operation figure a {
    display: flex;
    -webkit-display: flex;
    text-align: left;
    justify-content: left;
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainbody section.bodywrapper .boxes.box4 .inner .box-swap-operation figure a {
    padding: 15px;
  }
}
.mainbody section.bodywrapper .boxes.box4 .inner .box-swap-operation figure figcaption {
  font-size: 24px;
  margin-top: 20px;
  font-size: 18px;
  color: #043960;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box4 .inner .box-swap-operation figure figcaption {
    margin-top: 4px;
    font-size: 15px;
    width: 60%;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainbody section.bodywrapper .boxes.box4 .inner .box-swap-operation figure figcaption {
    font-size: 16px;
  }
}
.mainbody section.bodywrapper .boxes.box4 .inner .box-swap-operation figure:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #043960;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box4 .inner .box-swap-operation figure:after {
    margin: unset;
    top: 48%;
    bottom: 0;
    right: 13px;
    left: auto;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 11px solid #043960;
  }
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box4 .inner .box-swap-operation {
    flex-direction: column;
    -webkit-flex-direction: column;
    margin-bottom: 0px;
  }
}
.mainbody section.bodywrapper .boxes.box4 .inner .content-levels {
  text-align: center;
  margin: 50px auto;
}
.mainbody section.bodywrapper .boxes.box4 .inner .content-levels#swap_profit {
  margin: 20px auto 0px auto;
}
.mainbody section.bodywrapper .boxes.box4 .inner .content-levels figure img {
  width: 130px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box4 .inner .content-levels figure img {
    width: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainbody section.bodywrapper .boxes.box4 .inner .content-levels figure img {
    width: 90px;
  }
}
.mainbody section.bodywrapper .boxes.box4 .inner .content-levels figure figcaption {
  font-size: 34px;
  color: #043960;
  margin-bottom: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box4 .inner .content-levels figure figcaption {
    font-size: 28px;
  }
}
.mainbody section.bodywrapper .boxes.box4 .inner .content-levels figure p {
  font-size: 18px;
  color: #4E4E4E;
  line-height: 30px;
  font-weight: bold;
}
.mainbody section.bodywrapper .boxes.box4 .inner .content-levels figure p span {
  font-size: 12px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box4 .inner .content-levels figure p {
    font-size: 16px;
    line-height: 25px;
  }
}
.mainbody section.bodywrapper .boxes.box4 .inner .content-levels figure.big-img img {
  width: 100%;
  margin-bottom: 0px;
}
.mainbody section.bodywrapper .boxes.box4 .inner .content-levels .swaps {
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box4 .inner .content-levels .swaps {
    flex-direction: column;
  }
}
.mainbody section.bodywrapper .boxes.box4 .inner .content-levels .swaps .item {
  padding: 0px 20px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box4 .inner .content-levels .swaps .item {
    padding: 0px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainbody section.bodywrapper .boxes.box4 .inner .content-levels .swaps .item {
    padding: 0px 10px;
  }
}
.mainbody section.bodywrapper .boxes.box4 .inner .content-levels .swaps .item label {
  background-color: #D9243A;
  padding: 10px 20px;
  width: 100%;
  border-radius: 100px;
  color: #ffffff;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainbody section.bodywrapper .boxes.box4 .inner .content-levels .swaps .item label {
    padding: 7px 20px;
  }
}
.mainbody section.bodywrapper .boxes.box4 .inner .content-levels .swaps .item strong {
  color: #4E4E4E;
  font-size: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainbody section.bodywrapper .boxes.box4 .inner .content-levels .swaps .item strong {
    font-size: 60px;
  }
}
.mainbody section.bodywrapper .boxes.box4 .inner .content-levels .swaps .item strong span {
  font-size: 24px;
}
.mainbody section.bodywrapper .boxes.box4 .inner .content-levels .swaps .item strong.mark {
  padding: 0px;
  background-color: transparent;
  position: relative;
}
.mainbody section.bodywrapper .boxes.box4 .inner .content-levels .swaps .item strong.mark:after {
  content: "〜";
  position: absolute;
  font-size: 23px;
  right: 0;
  font-weight: bold;
  top: -3px;
}
.mainbody section.bodywrapper .boxes.box4 .inner .content-levels .swaps .item div {
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: -17px;
}
.mainbody section.bodywrapper .boxes.box4 .inner .content-levels .swaps .item div img {
  margin-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainbody section.bodywrapper .boxes.box4 .inner .content-levels .swaps .item div img {
    width: 67px;
  }
}
.mainbody section.bodywrapper .boxes.box4 .inner .content-levels .des-swap {
  font-size: 12px;
  text-align: left;
  padding: 0px 20px;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box4 .inner .content-levels .des-swap {
    padding: 0px;
  }
}
.mainbody section.bodywrapper .boxes.box5 {
  padding-top: 70px;
}
.mainbody section.bodywrapper .boxes.box5 .inner .title-box:after {
  content: "";
  width: 150px;
  height: 150px;
  background-image: url(../img/icon-person4.png);
  position: absolute;
  top: -100px;
  right: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box5 .inner .title-box:after {
    top: -108px;
    margin: auto;
    width: 150px;
    height: 150px;
    left: 0;
  }
}
.mainbody section.bodywrapper .boxes.box5 .inner .box-reasons {
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box5 .inner .box-reasons {
    flex-direction: column;
    -webkit-flex-direction: column;
    margin-bottom: 50px;
  }
}
.mainbody section.bodywrapper .boxes.box5 .inner .box-reasons figure {
  border: solid 2px #043960;
  text-align: center;
  position: relative;
  width: 250px;
  height: 200px;
  margin: 0px 5px;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box5 .inner .box-reasons figure {
    width: 100%;
    height: 100%;
    margin-bottom: 25px;
  }
}
.mainbody section.bodywrapper .boxes.box5 .inner .box-reasons figure img {
  vertical-align: bottom;
  height: 80px;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box5 .inner .box-reasons figure img {
    height: 50px;
    margin-right: 10px;
    width: 20%;
    margin-top: 5px;
    padding-left: 5px;
  }
}
.mainbody section.bodywrapper .boxes.box5 .inner .box-reasons figure a {
  display: block;
  text-decoration: none;
  padding: 25px 5px;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box5 .inner .box-reasons figure a {
    display: flex;
    -webkit-display: flex;
    text-align: left;
    justify-content: left;
    padding: 10px;
  }
}
.mainbody section.bodywrapper .boxes.box5 .inner .box-reasons figure figcaption {
  font-size: 24px;
  margin-top: 20px;
  font-size: 18px;
  color: #043960;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box5 .inner .box-reasons figure figcaption {
    margin-top: 5px;
    width: 60%;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) and (min-width: 767px) {
  .mainbody section.bodywrapper .boxes.box5 .inner .box-reasons figure figcaption.toolong_txt {
    font-size: 17px;
  }
}
@media only screen and (max-width: 450px) {
  .mainbody section.bodywrapper .boxes.box5 .inner .box-reasons figure figcaption.toolong_txt {
    font-size: 4.0vw;
  }
}
.mainbody section.bodywrapper .boxes.box5 .inner .box-reasons figure:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #043960;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box5 .inner .box-reasons figure:after {
    margin: unset;
    top: 48%;
    bottom: 0;
    right: 13px;
    left: auto;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 11px solid #043960;
  }
}
.mainbody section.bodywrapper .boxes.box5 .inner .content-levels {
  text-align: center;
  margin: 50px auto 30px auto;
}
.mainbody section.bodywrapper .boxes.box5 .inner .content-levels figure img {
  width: 130px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box5 .inner .content-levels figure img {
    width: 80px;
  }
}
.mainbody section.bodywrapper .boxes.box5 .inner .content-levels figure figcaption {
  font-size: 34px;
  color: #043960;
  margin-bottom: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box5 .inner .content-levels figure figcaption {
    font-size: 20px;
  }
}
.mainbody section.bodywrapper .boxes.box5 .inner .content-levels figure p {
  font-size: 18px;
  color: #4E4E4E;
  line-height: 30px;
  font-weight: bold;
}
.mainbody section.bodywrapper .boxes.box5 .inner .content-levels figure p span {
  font-weight: normal;
  font-size: 12px;
}
.mainbody section.bodywrapper .boxes.box5 .inner .content-levels figure.big-img img {
  width: 100%;
}

.mainbody section.bodywrapper .boxes.box5 .inner .content-levels .swaps {
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box5 .inner .content-levels .swaps {
    flex-direction: column;
  }
}
.mainbody section.bodywrapper .boxes.box5 .inner .content-levels .swaps .item {
  padding: 0px 20px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box5 .inner .content-levels .swaps .item {
    padding: 0px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainbody section.bodywrapper .boxes.box5 .inner .content-levels .swaps .item {
    padding: 0px 10px;
  }
}
.mainbody section.bodywrapper .boxes.box5 .inner .content-levels .swaps .item label {
  background-color: #D9243A;
  padding: 10px 20px;
  width: 100%;
  border-radius: 100px;
  color: #ffffff;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainbody section.bodywrapper .boxes.box5 .inner .content-levels .swaps .item label {
    padding: 7px 20px;
  }
}
.mainbody section.bodywrapper .boxes.box5 .inner .content-levels .swaps .item strong {
  color: #4E4E4E;
  font-size: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainbody section.bodywrapper .boxes.box5 .inner .content-levels .swaps .item strong {
    font-size: 60px;
  }
}
.mainbody section.bodywrapper .boxes.box5 .inner .content-levels .swaps .item strong span {
  font-size: 24px;
}
.mainbody section.bodywrapper .boxes.box5 .inner .content-levels .swaps .item strong.mark {
  padding: 0px;
  background-color: transparent;
  position: relative;
}
.mainbody section.bodywrapper .boxes.box5 .inner .content-levels .swaps .item strong.mark:after {
  content: "〜";
  position: absolute;
  font-size: 23px;
  right: 0;
  font-weight: bold;
  top: -3px;
}
.mainbody section.bodywrapper .boxes.box5 .inner .content-levels .swaps .item div {
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: -17px;
}
.mainbody section.bodywrapper .boxes.box5 .inner .content-levels .swaps .item div img {
  margin-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainbody section.bodywrapper .boxes.box5 .inner .content-levels .swaps .item div img {
    width: 67px;
  }
}

.mainbody section.bodywrapper .boxes.box5 .inner .content-levels .des-swap {
  font-size: 12px;
  text-align: left;
  padding: 0px 20px;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box5 .inner .content-levels .des-swap {
    padding: 0px;
  }
}

.mainbody section.bodywrapper .boxes.box5 .inner .content-levels .box-item-fee div.item p {
  border: solid 2px #043960;
  padding: 12px 0px;
  border-radius: 100px;
  font-size: 18px;
  color: #043960;
  margin-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box5 .inner .content-levels .box-item-fee div.item p {
    font-size: 12px;
    padding: 8px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainbody section.bodywrapper .boxes.box5 .inner .content-levels .box-item-fee div.item p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box5 .inner .content-levels .box-item-fee div.item {
    padding-right: 8px;
    padding-left: 8px;
  }
}
.mainbody section.bodywrapper .boxes.box5 .inner .content-levels .cantrade {
  margin-top: 50px;
  margin-bottom: 80px;
}
.mainbody section.bodywrapper .boxes.box5 .inner .content-levels .cantrade .tit {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box5 .inner .content-levels .cantrade img {
    width: 90% !important;
  }
}
.mainbody section.bodywrapper .boxes.box5 .inner .content-levels figure.spread img {
  width: 100%;
}
.mainbody section.bodywrapper .boxes.box5 .inner .content-levels figure.spread figcaption {
  font-size: 12px;
  text-align: left;
  font-weight: normal;
}
.mainbody section.bodywrapper .boxes.box5 .inner .content-levels .box-note-spread {
  border: solid 1px #043960;
  padding: 30px;
  text-align: left;
  margin-top: 30px;
}
.mainbody section.bodywrapper .boxes.box5 .inner .content-levels .box-note-spread p {
  font-size: 12px;
  margin-bottom: 25px;
  color: #4E4E4E;
}
.mainbody section.bodywrapper .boxes.box5 .inner .content-levels .box-note-spread p strong {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  color: #D9243A;
}
.mainbody section.bodywrapper .boxes.box5 .inner .content-levels .box-trading-view {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box5 .inner .content-levels .box-trading-view {
    margin-top: 0px;
  }
}
.mainbody section.bodywrapper .boxes.box5 .inner .content-levels .box-trading-view img {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box5 .inner .content-levels .box-trading-view img {
    margin-bottom: 20px;
  }
}
.mainbody section.bodywrapper .boxes.box5 .inner .content-levels .box-trading-view .row p {
  text-align: left;
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  color: #4E4E4E;
  margin-bottom: 20px;
}
.mainbody section.bodywrapper .boxes.box5 .inner .content-levels .box-trading-view .row p:before {
  content: "";
  width: 28px;
  height: 28px;
  background-image: url(../img/icon-ticked.svg);
  position: absolute;
  left: 3px;
  top: 1px;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box5 .inner .content-levels .box-trading-view .row p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .mainbody section.bodywrapper .boxes.box5 .inner .content-levels .box-trading-view .row p {
    font-size: 16px;
  }
}
.mainbody section.bodywrapper .boxes.box5 .inner .content-levels .box-trading-view .row + p {
  text-align: right;
}
.mainbody section.bodywrapper .boxes.box5 .inner .content-levels .box-trading-view + p {
  margin-top: 25px;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box5 .inner .content-levels .box-trading-view + p {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .mainbody section.bodywrapper .boxes.box5 .inner .content-levels .box-trading-view + p {
    font-size: 16px;
  }
}
.mainbody section.bodywrapper .boxes.box6 {
  padding-top: 70px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box6 {
    padding-top: 0px;
  }
}
.mainbody section.bodywrapper .boxes.box6 .inner {
  border: solid 10px #83CFD1;
  margin: 40px auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box6 .inner {
    margin: 40px auto 50px auto;
    padding: 70px 10px 30px 10px;
  }
}
.mainbody section.bodywrapper .boxes.box6 .inner .title-box:before {
  content: "";
  width: 200px;
  height: 200px;
  background-image: url(../img/icon-person5.png);
  position: absolute;
  top: -119px;
  left: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box6 .inner .title-box:before {
    top: -120px;
    right: 0;
    left: 0;
    margin: auto;
    width: 150px;
    height: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainbody section.bodywrapper .boxes.box6 .inner .title-box:before {
    width: 180px;
    height: 180px;
  }
}
.mainbody section.bodywrapper .boxes.box6 .inner .title-box p {
  color: #4E4E4E;
  font-size: 18px;
  font-weight: bold;
}
.mainbody section.bodywrapper .boxes.box6 .inner .title-box p span {
  color: #D9243A;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box6 .inner .title-box p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box6 .inner .title-box h1 {
    padding-top: 15px;
    font-size: 23px;
  }
}
.mainbody section.bodywrapper .boxes.box6 .pic-contact {
  margin: 20px auto;
}
.mainbody section.bodywrapper .boxes.box6 .pic-contact img {
  margin-bottom: 20px;
}
.mainbody section.bodywrapper .boxes.box6 .pic-contact img.pic-phone {
  margin: 40px 0px 0px 0px;
}
.mainbody section.bodywrapper .boxes.box6 .pic-contact figcaption {
  font-size: 18px;
}
.mainbody section.bodywrapper .boxes.box6 .box-call-center {
  margin-bottom: 60px;
}
.mainbody section.bodywrapper .boxes.box6 .box-call-center p.tit {
  font-size: 18px;
  padding: 40px 0px 20px 0px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box6 .box-call-center p.tit {
    font-size: 18px;
    padding: 20px 0px;
    text-align: left;
  }
}
.mainbody section.bodywrapper .boxes.box6 .box-call-center p.desc {
  text-align: left;
}
.mainbody section.bodywrapper .boxes.box6 .box-call-center figure {
  margin: 30px 0px;
}
.mainbody section.bodywrapper .boxes.box6 .box-call-center figure figcaption {
  color: #fff;
  background-color: #043960;
  width: 90%;
  border-radius: 100px;
  padding: 10px;
  margin: 20px auto;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box6 .box-call-center figure figcaption {
    width: 100%;
  }
}
.mainbody section.bodywrapper .boxes.box6 .box-call-center figure figcaption.gray {
  background-color: #9B9B9B;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box6 .box-call-center {
    margin-bottom: 30px;
  }
}
.support_title {
  padding: 5px 0;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #c00317;
  font-family: var(--custom-font);
}
.txt-left {
  text-align: left;
}
.mini {
  font-size: 13px;
}
.support_subttl {
  font-size: 18px;
  margin: 30px 0;
  font-weight: bold;
}
.mainbody section.bodywrapper .boxes.box6 .box-partner .tit-round {
  color: #E6923E;
  border: solid 2px #454545;
  border-radius: 100px;
  padding: 15px;
  font-size: 18px;
  margin: 20px auto;
  width: 60%;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box6 .box-partner .tit-round {
    width: 100%;
    font-size: 16px;
    padding: 12px 15px 9px 15px;
    margin: 25px auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainbody section.bodywrapper .boxes.box6 .box-partner .tit-round {
    width: 80%;
  }
}
.mainbody section.bodywrapper .boxes.box6 .box-partner .tit {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box6 .box-partner .tit {
    font-size: 18px;
  }
}
.mainbody section.bodywrapper .boxes.box6 .box-partner .tit span {
  font-size: 24px;
  color: #D9243A;
}
.mainbody section.bodywrapper .boxes.box6 .box-partner .desc {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
}
.mainbody section.bodywrapper .boxes.box6 .box-partner .list-partner {
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  margin: 30px auto;
  max-width: 100%;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box6 .box-partner .list-partner {
    margin: 5px auto;
    justify-content: start;
    -webkit-justify-content: start;
  }
}
.mainbody section.bodywrapper .boxes.box6 .box-partner .list-partner li {
  width: 25%;
  margin: 10px 0;
}
.mainbody section.bodywrapper .boxes.box6 .box-partner .list-partner li img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box6 .box-partner .list-partner li {
    width: 33%;
  }
}
.mainbody section.bodywrapper .boxes.box6 .box-partner .box-direct img {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.box6 .box-partner .box-direct img {
    width: 100%;
    margin: 10px 0px;
  }
}
.mainbody section.bodywrapper .box-notes-transactions {
  margin: 40px 0px;
  line-height: 25px;
  border: solid 1px #043960;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .box-notes-transactions {
    margin: 20px 0px;
    padding: 10px;
  }
}
.mainbody section.bodywrapper .box-notes-transactions ul li {
  list-style: none;
  text-indent: -1em;
  padding-left: 1.4em;
  margin-bottom: 10px;
}
.mainbody section.bodywrapper .box-notes-transactions strong {
  color: #D9243A;
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}
.mainbody section.bodywrapper .box-jsdq {
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .box-jsdq .col:first-child {
    padding-top: 12px;
  }
}
.mainbody section.bodywrapper .box-jsdq .col:last-child {
  width: 50%;
  padding-top: 8px;
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .mainbody section.bodywrapper .box-jsdq .col:last-child {
    width: 100%;
  }
}
.mainbody footer {
  border-top: solid 1px #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 13px;
}
@media only screen and (max-width: 414px) {
  .mainbody footer img {
    width: 100%;
  }
  .mainbody footer .code {
    margin: 0;
    padding: 30px 0px;
  }
}
@media only screen and (min-width: 415px) and (max-width: 767px) {
  .mainbody footer img {
    width: 50%;
  }
  .mainbody footer .code {
    margin: 0;
    padding: 30px 0px;
  }
}
@media only screen and (min-width: 415px) and (max-width: 767px) {
  .mainbody footer .box-logo-footer {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainbody footer .box-logo-footer img {
    width: 100%;
  }
}
.btn-backtop img {
  width: 50px;
}
@media only screen and (max-width: 767px) {
  .btn-backtop img {
    width: 40px;
  }
}

.marginBot30 {
    margin-bottom: 30px !important;
}

.marginTop30 {
    margin-top: 30px !important;
}

.box-service h2 {
    font-size: 20px;
    width: 100%;
}


@media(min-width: 767px){
    .box-service h2 {
        font-size: 30px;
    }
}

@media screen and (min-width:601px) {
  .spbr{
    display: none;
  }
}
@media screen and (max-width:600px) {
  .pcbr{
    display: none;
  }
}

.videos {
  position: relative;
  border: solid 2px #000000;
  border-radius: 20px;
  margin-top: 70px;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .videos {
    border: none;
  }
}
.videos label {
  display: block;
  margin: auto;
  width: 300px;
  background: black;
  color: #ffffff;
  text-align: center;
  border-radius: 100px;
  position: relative;
  top: -30px;
  padding: 10px;
  font-size: 20px;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .videos label {
    width: 100%;
  }
}
.videos .box-video {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 40px 30px 40px;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .videos .box-video {
    flex-direction: column;
    padding: 0px;
  }
}
@media screen and (width: 768px) {
  .videos .box-video {
    padding: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .videos .box-video {
    padding: 0px 20px 30px 20px;
  }
}
.videos .box-video .col {
  width: 100%;
  padding: 20px;
  text-align: center;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .videos .box-video .col {
    padding: 0px;
    margin-bottom: 10px;
  }
}
.videos .box-video .col iframe {
  border-radius: 10px;
  width: 100%;
  height: 270px;
}
@media screen and (min-width: 320px) and (max-width: 580px) {
  .videos .box-video .col iframe {
    height: 250px;
  }
}
@media screen and (min-width: 581px) and (max-width: 768px) {
  .videos .box-video .col iframe {
    height: 350px;
  }
}
@media screen and (width: 768px) {
  .videos .box-video .col iframe {
    width: 100%;
    height: 190px;
  }
}
@media screen and (width: 1024px) {
  .videos .box-video .col iframe {
    height: 230px;
  }
}
.videos .box-video .col .title-video {
  display: flex;
  justify-content: center;
  align-items: center;
}
.videos .box-video .col .title-video span {
  display: block;
}
.videos .box-video .col .title-video span.icon{
  font-size: 24px;
  width: 25px;
  height: 31px;
}
.videos .box-video .col .title-video span.icon::before{
  content: "▶";
}

.videos .box-video .col .title-video span.text {
  font-size: 18px;
  font-weight: bold;
  padding-top: 5px;
}

/*****trial-calc*****/

.mainbody .bodywrapper .boxes.trial-calc .ttl {
  margin: 0;
  font-weight: 700;
}

.mainbody .bodywrapper .boxes.trial-calc .ttl .ttl_balloon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100vmax;
  margin-inline: auto;
  background-color: #d9243a;
  color: #fff;
}

.mainbody .bodywrapper .boxes.trial-calc .ttl .ttl_balloon {
      width: 8.6842105263em;
      height: 2.1052631579em;
      margin-bottom: .3em;
      font-size: 38px;
}

@media (max-width: 992px) {
  .mainbody .bodywrapper .boxes.trial-calc .ttl .ttl_balloon {
      font-size: 30px;
  }
}

@media (max-width: 767px) {
  .mainbody .bodywrapper .boxes.trial-calc .ttl .ttl_balloon {
      width: 10em;
      height: 1.875em;
      margin-bottom: .9em;
      font-size: 24px;
  }
}

.mainbody .bodywrapper .boxes.trial-calc .ttl .ttl_balloon:after {
  position: absolute;
  top: calc(100% - 1px);
  inset-inline: 0;
  display: block;
  height: auto;
  width: .7894736842em;
  aspect-ratio: 30 / 18;
  margin-inline: auto;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: inherit;
  content: "";
}

@media (max-width: 767px) {
  .mainbody .bodywrapper .boxes.trial-calc .ttl .ttl_balloon:after {
      width: 1.0416666667em;
      aspect-ratio: 50 / 24;
  }
}

.mainbody .bodywrapper .boxes.trial-calc .ttl .ttl_text {
  display: block;
  text-align: center;
  color: #042460;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .mainbody .bodywrapper .boxes.trial-calc .ttl .ttl_text {
      font-size: 42px;
  }
}

.mainbody .bodywrapper .boxes.trial-calc .ttl .ttl_text .red {
  color: #d9243a;
}

.mainbody .bodywrapper .boxes.trial-calc .ttl .ttl_text .large {
  line-height: 1;
  font-size: 1.3333333333em;
}

.mainbody .bodywrapper .boxes.trial-calc .ttl .ttl_text .line {
  display: inline-block;
}

.mainbody .bodywrapper .boxes.trial-calc .container .ttl {
  margin: 0;
  font-weight: 700;
}

.mainbody .bodywrapper .boxes.trial-calc {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  .mainbody .bodywrapper .boxes.trial-calc {
      padding-top: 0;
      padding-bottom: 24px;
  }
}

/*****profit-graph*****/

.mainbody section.bodywrapper .boxes.profit-graph.bg-blue-pastel .title-box:before{
  height: auto;
  background: url(../img/icon-person1.png) center / contain no-repeat;
  aspect-ratio: 161 / 153;
  width: 184px;
}

@media (max-width: 1200px) {
  .mainbody section.bodywrapper .boxes.profit-graph.bg-blue-pastel .title-box:before {
      width: 142px;
      top: -49px;
      left: -4px;
  }
}

@media (max-width: 767px) {
  .mainbody section.bodywrapper .boxes.profit-graph.bg-blue-pastel .title-box:before {
      position: static;
      display: block;
      margin: -63px auto 0;
      width: 110px;
  }
}

@media (min-width: 768px) {
  .mainbody .bodywrapper .boxes.profit-graph .title-box .ttl {
      font-size: 40px;
      line-height: 1.4em;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mainbody .bodywrapper .boxes.profit-graph .title-box .ttl {
      font-size: 28px;
  }
}

@media (max-width: 767px) {
  .mainbody .bodywrapper .boxes.profit-graph .title-box .ttl {
      padding-top: 18px;
      line-height: 1.6em;
      font-size: 20px;
  }
}

.mainbody .bodywrapper .boxes.profit-graph .title-box .ttl .red {
  line-height: inherit;
  color: #d9243a;
  font-size: 1.5em;
}

@media (min-width: 768px) {
  .mainbody .bodywrapper .boxes .title-box .ttl {
      font-size: 34px;
  }
}
.mainbody .bodywrapper .boxes .title-box .ttl {
  color: #043960;
  margin: 0px 0px 10px 0px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .mainbody .bodywrapper .boxes.profit-graph .img {
      margin-top: 51px;
      margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .mainbody .bodywrapper .boxes.profit-graph .tit-chart {
      font-size: 24px;
  }
}

.mainbody .bodywrapper .boxes.profit-graph .tit-chart {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e6923e;
  border: solid 2px #454545;
  border-radius: 100px;
  margin: 30px auto;
  width: 72%;
  padding: 5px;
  min-height: 2.4166666667em;
  font-weight: bold;
}

.mainbody .bodywrapper .boxes.profit-graph {
  text-align: center;
}

.mainbody .bodywrapper .boxes.profit-graph .img{
  height: auto;
}

.mainbody .bodywrapper .boxes.profit-graph .note {
  text-align: left;
}

@media (min-width: 768px) {
  .mainbody .bodywrapper .boxes.profit-graph .note {
      max-width: 584px;
      margin-inline: auto;
  }
}

@media (max-width: 767px) {
  .mainbody .bodywrapper .boxes.profit-graph .note {
      font-size: 10px;
  }
}
@media screen and (max-width:767px) {
  .for_pc{
    display: none;
  }
}
/*****swap-note-modal****/
@media (min-width: 992px) {
  .modal-lg {
      width: 980px;
  }
}

@media (min-width: 768px) {
  .modal-lg {
      width: 720px;
  }
}

@media (min-width: 768px) {
  #popup-swap-note .swap-note {
      max-width: 800px;
      margin-block: 20px;
      padding: 42px 50px 20px;
      font-size: 12px;
  }
}
#popup-swap-note .swap-note {
  border: 1px solid #000;
  margin-inline: auto;
}

@media (min-width: 768px) {
  #popup-swap-note .swap-note .swap-note_list {
      row-gap: .5em;
  }
}
#popup-swap-note .swap-note .swap-note_list {
  display: grid;
  list-style: none;
  margin: 0;
}

@media (max-width: 767px) {
  #popup-swap-note .swap-note .swap-note_list {
      row-gap: .5em;
  }
}

@media (max-width: 767px) {
  #popup-swap-note .swap-note {
      margin-block: .5em;
      padding: 1em 1.5em;
      font-size: 11px;
  }
}

/* Task TRSHP2-5447 */
:root {
  --blue: #B4E8FF;
  --deepblue: #00ADEE;
  --lightblue: #F0FBFF;
  --gray: #5E5E5E;
  --lightgray: #939393;
  --red: #D71244;
}
.content-lightpair{
  font-family: -apple-system, Meiryo, sans-serif;
  padding: 40px 0;
  background-color: white;
}
/* .content-lightpair.bg-blue{
  background-color: #96E0DF;
} */
.content-lightpair .container{
  background-color: #fff;
  padding: 20px;
}
.content-lightpair .box-title{
  color: var(--deepblue);
  font-weight: bold;
  font-size: 34px;
  letter-spacing: normal;
}
.content-lightpair .box-title{
  display: flex;
  justify-content: center;
  align-items: anchor-center;
}
.content-lightpair .box-title span{
  font-size: 30px;
}
.content-lightpair .box-title span.new{
  font-size: 24px;
  color: #ffffff;
  -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-width: 4px;
  -webkit-text-fill-color: #ffffff;
  background-color: var(--deepblue);
  background-clip: text;
  letter-spacing: 0.08em;
  padding: 0.3em;
}
.content-lightpair .big-title{
  padding: 1rem;
  font-size: 80px;
  font-family: -apple-system, Meiryo, sans-serif;
  font-style: italic;
  color: #01CEE9;
  -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-width: 10px;
  -webkit-text-fill-color: #ffffff;
  background-color: #01CEE9;
  background-clip: text;
  background-image: linear-gradient(to right, #01CEE9, #CE1DE9);
  -webkit-filter: drop-shadow(3px 5px 0px #30A5E299);
  filter: drop-shadow(3px 5px 0px #30A5E299);
  font-weight: bolder;
  letter-spacing: 0.1em;
  text-align: center;
}
.box-lightpair{
  display: flex;
  width: 100%;
  justify-content: center;
}
.box-lightpair .box-lightpair-inner{
  width: 50%;
  margin: 10px;
  text-align: center;
  border: solid 2px var(--deepblue);
  border-radius: 5px;
}
.box-lightpair .box-lightpair-inner .head{
  background-color: var(--deepblue);
  padding: 10px 0px 2px 0px;
}
.box-lightpair .head h3 {
    line-height: 0;
    width: 74%;
    margin: 0 auto;
}
.box-lightpair .head h3 span {
  display: inline-block;
}
.box-lightpair .box-lightpair-inner .head h3 .red{
  font-size: 40px;
  line-height: 40px;
  color: var(--red);
  -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-width: 4px;
  -webkit-text-fill-color: #D71244;
  background-color: #ffffff;
  background-clip: text;
  letter-spacing: 0.03em;
  padding: 0.1em;
  font-weight: bold;
}
.box-lightpair .box-lightpair-inner .head h3 .black{
  font-size: 28px;
  color: #000000;
  -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-width: 4px;
  -webkit-text-fill-color: #000000;
  background-color: #ffffff;
  background-clip: text;
  letter-spacing: 0.03em;
  padding: 0.1em;
  margin-left: -14px;
  font-weight: bold;
}
/* .box-lightpair .item-currency.swap {
    margin-top: 4vh;
} */
.box-lightpair .head .black span {
    font-size: 13px;
    vertical-align: baseline;
}
.box-lightpair .box-lightpair-inner .item-currency{
  padding: 20px;
}
.box-lightpair .box-lightpair-inner .item-currency .nomal-pair{
  text-align: left;
  color: var(--lightgray);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 30px;
}
.box-lightpair .box-lightpair-inner .item-currency .nomal-pair span .nomal-number{
  font-size: 5.6rem;
  position: relative;
}
.box-lightpair .box-lightpair-inner .item-currency .nomal-pair span .nomal-number::before{
  position: absolute;
  content: "";
  display: block;
  transform: rotate(15deg);
  background-color: var(--red);
  width: 14rem;
  height: 2px;
  top: 43%;
  left: -7px;
}
.box-lightpair .box-lightpair-inner .item-currency .nomal-pair span .nomal-number span{
  font-size: 25px;
  margin-left: -10px;
}
.box-lightpair .box-lightpair-inner .item-currency .pair-name{
  font-size: 24px;
  color: #043960;
  font-weight: bold;
}
.box-lightpair .box-lightpair-inner .item-currency .pair-name span{
  background: linear-gradient(transparent 50%, #D8F2FC 0%);
}
.box-lightpair .box-lightpair-inner .item-currency .swap{
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-lightpair .box-lightpair-inner .item-currency .swap .arrow{
  padding: 10px;
}
.box-lightpair .box-lightpair-inner .item-currency .swap .number{
  color: #D71244;
  font-size: 100px;
  font-weight: bold;
  padding: 0px 5px;
  line-height: 1rem;
}
.box-lightpair .box-lightpair-inner .item-currency .swap .number span {
  line-height: 9rem;
}
.box-lightpair .box-lightpair-inner .item-currency .swap .unit{
  font-size: 50px;
  font-weight: bold;
  margin-top: 2rem;
  padding: 0px 5px;
}
.box-lightpair .box-lightpair-inner .item-currency .bottom-text{
  font-size: 14px;
  text-align: left;
}
.content-lightpair .notes{
  text-align: left;
  padding: 10px;
  color: var(--gray);
}
.content-lightpair .pannel-content{
  font-family: -apple-system, Meiryo, sans-serif;
}
.content-lightpair .pannel-content .accordion{
  border: solid 2px var(--deepblue);
  border-radius: 5px;
  margin: 30px 10px;
}
.content-lightpair .pannel-content .accordion .accordion-item {
  width: 100%;
}
.content-lightpair .pannel-content .accordion .accordion-item  .collapse{
  display: unset;
}
.content-lightpair .accordion-title {
  background: var(--deepblue);
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  position: relative;
  text-align: center;
  font-weight: bold;
  width: 100%;
  display: block;
  padding: 0.8rem 3rem 0.8rem 1rem;
  text-decoration: none;
}
.content-lightpair .accordion-title:hover {
  color: #fff;
  text-decoration: none;
}
.content-lightpair .accordion-title:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: white;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.content-lightpair .accordion-title:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: white;
  transition: all .3s ease-in-out;
}
.content-lightpair .accordion-title.open:before {
  transform: rotate(180deg);
}
.content-lightpair .accordion-title.open:after {
  opacity: 0;
}
.content-lightpair .accordion-body {
  display: none;
  padding: 3rem 2rem;
  margin: 0;
  border-radius: 5px;
}
.content-lightpair .accordion-body p {
  color: var(--gray);
  text-align: left;
}
.content-lightpair .highlight-text{
  text-align: center;
  margin: 20px 0px;
}
.content-lightpair  .highlight-text.custom{
  font-size: 18px;
  font-weight: bold;
}
.content-lightpair  .text-inner{
  font-size: 15px;
  line-height: 1.8rem;
  text-align: left;
}
.content-lightpair .highlight-text span{
  background: linear-gradient(transparent 50%, #fffbb6 0%);
  font-size: 18px;
  color: #000000;
  font-weight: bold;
}
.content-lightpair .bl-currency{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 2rem;
  margin: rem 0 0;
  text-align: center;
}
.content-lightpair .pair img{
  width: 80%;
}
.content-lightpair .pair p{
  font-size: 18px;
  text-align: center;
}
.content-lightpair .bl-currency{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 2rem;
  margin: 3rem 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  .content-lightpair .bl-currency {
      margin: 3rem 0;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.content-lightpair .title-currency{
  text-align: center;
  color: var(--deepblue);
  font-weight: bold;
  font-family: -apple-system, Meiryo, sans-serif;
}
.content-lightpair .tablelight{
  text-align: center;
  margin: 40px;
}
.content-lightpair .point{
  border: 2px solid #676B6A;
  border-radius: 6px;
  box-shadow: 10px 10px 0px -3px rgba(0, 0, 0, 0.6);
  padding: 20px 10px;
  margin-bottom: 30px;
}
.content-lightpair .point ul{
  display: flex;
  justify-content: center;
}
.content-lightpair .point ul li{
  color: #000000;
  font-weight: bold;
  margin: 10px;
  font-size: 17px;
  list-style-type: none;
}
.content-lightpair .point p{
  margin: 10px;
  font-size: 18px;
  text-align: center
}
.content-lightpair .point p br.formb{
  display: none;
}
.content-lightpair .point p span{
  font-size: 12px;
}
.content-lightpair .box-title span .formb{
  display: none
}
.brPC {
  display: block;
}
.accordion-item .currency-wrapper {
  padding: 3rem 1rem;
}
@media only screen and (min-width: 767px) and (max-width: 1080px) {
  .content-lightpair .container{
      background-color: #fff;
      padding: 20px;
      margin: 20px;
      width: auto;
  }
  .content-lightpair .big-title{
      font-size: 50px;
  }
  .content-lightpair .box-title {
      width: 100%;
  }
  .box-lightpair .box-lightpair-inner .head h3{
      width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box-lightpair .box-lightpair-inner .head h3 .red {
      font-size: 37px;
      line-height: 37px;
  }
  .box-lightpair .box-lightpair-inner .head h3 .black {
      font-size: 21px;
  }
  .content-lightpair .highlight-text{
    text-align: left;
  }
  .box-lightpair .box-lightpair-inner .head h3{
    margin-top: 0;
  }
  .content-lightpair .box-title{
      display: block;
  }
  .content-lightpair .big-title{
      font-size: 3.2rem;
      -webkit-text-stroke-width: 7px;
  }
  .content-lightpair .box-title span{
      font-size: 2.5rem;
      display: block;
    text-align: center;
  }
  .box-lightpair{
      display: block;
  }
  .box-lightpair .box-lightpair-inner{
      width: 100%;
  }
  .box-lightpair .box-lightpair-inner .item-currency{
      padding: 10px;
  }
  .box-lightpair .box-lightpair-inner .item-currency .swap .number{
      font-size: 6rem;
  }
  .box-lightpair .box-lightpair-inner .item-currency .swap .unit{
      padding: 0px 0px;
      font-size: 2.5rem;
  }
  .box-lightpair .box-lightpair-inner .item-currency .swap {
      margin: 20px 0px;
  }
  .box-lightpair .box-lightpair-inner .item-currency .nomal-pair {
    margin-left: 4vw;
  }
  .box-lightpair .box-lightpair-inner .item-currency .nomal-pair span .nomal-number{
      font-size: 4.5rem;
  }
  .box-lightpair .box-lightpair-inner .item-currency .nomal-pair span .nomal-number span{
      margin-left: -10px;
  }
  .box-lightpair .box-lightpair-inner .item-currency .nomal-pair span .nomal-number::before{
      width: 12.2rem;
  }
  .box-lightpair .box-lightpair-inner .item-currency .pair-name{
      font-size: 20px;
  }
  .box-lightpair .box-lightpair-inner{
      margin: 20px auto;
  }
  .content-lightpair .pair img{
      width: 100%;
  }
  .content-lightpair .accordion-body{
      padding: 10px;
  }
  .content-lightpair .tablelight{
      margin: 40px 0px;
  }
  .content-lightpair .bl-currency{
      margin: 2rem 0 0;
  }
  .content-lightpair .highlight-text span{
      font-size: 16px;
  }
  .content-lightpair .accordion-title{
      font-size: 16px;
  }
  .content-lightpair .container{
      background-color: #fff;
      width: auto;
      padding: 0 20px;
  }
  .content-lightpair .pannel-content .accordion{
      margin: 30px 0px;
  }
  .content-lightpair{
      padding: 10px 0;
  }
  .content-lightpair .highlight-text.custom{
      font-size: 16px;
      text-align: left;
  }
  .content-lightpair .pair p{
      font-size: 14px;
  }
  .content-lightpair .point ul{
      display: block;
  }
  .content-lightpair .point ul li{
      margin: 10px 0px;
      font-size: 14px;
  }
  .content-lightpair .point ul li img{
      width: 23px;
  }
  .content-lightpair .point p{
      font-size: 14px;
      margin: auto;
      line-height: 28px;
      color: #000000;
  }
  .content-lightpair .point p br.formb{
    display: block;
  }
  .content-lightpair .point p span{
      text-align: left;
      display: block;
      color: var(--gray);
  }
  .brPC {
    display: none;
  }
}
@media only screen and (max-width: 520px) {
  .content-lightpair .box-title span .formb{
      display: block
  }
  .box-lightpair .box-lightpair-inner .head h3 .red {
      font-size: 30px;
      line-height: 30px;
  }
}
/* トルコリラ相場変動の注記 */
.try-note {
    font-size: 16px;
    margin: -20px 10px 20px;
    text-align: center;
}
.try-note a {
    text-decoration: underline;
}
.try-note a:hover {
    color: var(--deepblue);
}
@media only screen and (max-width: 1080px) {
  .try-note {
      margin: -40px 10px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .try-note {
    font-size: 14px;
    margin: 0px 10px 30px;
  }
}
.lightpair-new .bl-currency {
    display: initial;
    margin: initial;
}

.pair-item .pair-flag {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;

    justify-content: center;
    margin-bottom: 20px;

    
}

.pair-item .pair-flag img {
    max-height: 30px;
    width: auto;
    margin: 0 !important;
}

.pair-item .pair-flag .pair-text {
    font-weight: bold;
    color: var(--gray);
    font-size: 16px;
}

.pair-wrapper-div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    position: relative;
}

.pair-wrapper-div .item-currency {
    position: relative;
}

.pair-wrapper-div .pair-info {
    line-height: 1;
    border-radius: 8px;
    /* overflow: hidden; */
    white-space: nowrap;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -12px;
    color: #fff;
}

.pair-wrapper-div .value-new .pair-info {
    background-color: #00ADEE;
}

.pair-wrapper-div .value-old .pair-info {
    background-color: var(--lightgray);
    color: #fff;
}

.pair-wrapper-div .value-new {
    background-color: #FFFBA9;
}

.pair-wrapper-div .value-new .value {
    color: var(--red);
}

.pair-wrapper-div .value-old {
    background-color: #fff;
    color: var(--lightgray);
    border: 1px solid #939393;
}

.pair-wrapper-div > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pair-wrapper-div .item-currency {
    border-radius: 10px;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.25);
    justify-content: initial;
    flex-direction: column;
    position: relative;
    margin-top: 0;
    padding: 20px 5px 5px;
}

.pair-wrapper-div .item-currency .yen {
  white-space: nowrap;
}



.pair-wrapper-div .item-currency .value {
    font-size: 35px;
    font-weight: bold;
    letter-spacing: -2px;
}

.pair-wrapper-div .item-currency .symbol {
    font-size: 20px;
    font-weight: bold;
}

@media(min-width: 767px){
    .pair-wrapper-div .item-currency {
        border-radius: 20px;
    }

    .pair-wrapper-div {
        gap: 40px;

    }

}


span.cred {
    color: var(--red);
}

.text-right {
    text-align: right;
}

.text-white {
    color: #ffffff;
}

.lightpair-new .text-right {
    font-size: 14px;
    margin: 20px 0 0  !important;
}

span.text-xs {
    font-size: 60%;
}

span.text-sm {
    font-size: 80%;
}

span.text-lg {
    font-size: 120%;
}

 .box-lightpair .lightpair-new {
     width: initial;
     max-width: initial;
 }
 
  .box-lightpair .lightpair-new + p.text-white {
    margin: 20px 0;
  }

.content-lightpair .container {
    margin-top: 120px;
}
.lightpair-new__title{
    background-color: var(--blue);
    padding: 10px 6px 0 6px;
    text-align: center;
}
.lightpair-new__title h3 {
    color: #ffffff;
    font-size: 20px;
    width: initial !important;
    margin-left: 20px !important;
    margin-right: initial !important;
}
.lightpair-new__title h3 .red {
    font-size: 26px;
    color: var(--red);
    -webkit-text-fill-color: var(--red);
    letter-spacing: 0.03em;
}

.lightpair-new__title{
    background-color: #00ADEE;
    padding: 10px 0;
    overflow:hidden;

    display: flex;
    justify-content: center;
    align-items: center;
}

.lightpair-new__title img {
  width: 3.5rem;
}



.lightpair-new__title .brSP + span {
    font-size: 25px;
}

.lightpair-new__body {
    padding: 20px 10px 30px !important;
    border: 1px solid #00ADEE;
    background-color: #fff;
}

.lightpair-new__body .pair-item {
    margin-bottom: 20px;
}

.lightpair-new__body .pair-item:last-child {
    margin-bottom: 0;;
}

.lightpair-new__title .box-title {
    -webkit-text-stroke: 1px #fff;
}
.lightpair-new__title .box-title span {
    margin-bottom: 0;
}

.pair-wrapper-div > .item-currency {
     flex: 0 0 calc(50% - 5px);
}
.lightpair-new__title h3 {
    color: #ffffff;
    font-size: 20px;
}
.lightpair-new__title h3 .red {
    font-size: 25px !important;
    color: var(--red);
    -webkit-text-fill-color: var(--red);
    letter-spacing: 0.03em;
}
.lightpair-new__title h3 .black {
    font-size: 26px;
    color: #000000;
    -webkit-text-fill-color: #000000;
    letter-spacing: 0.03em;
}

.top-bg .bg-3 {
    position: absolute;
    width: 150vw;
    left: 0;
    top: 193%;
    height: 500px;
    background-color: var(--deepblue);
    z-index: -2;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: rotate(0deg);
}

.brPC {
  display: none !important;
}
.brSP {
  display: block;
}

@media(min-width: 767px){
    
    .top-bg .bg-3 {
        width: 200vw;
        left: -100%;
        top: 189%;
        height: 700px;
    }
    
    .box-lightpair {
        display: block;
    }
    
    .box-lightpair .box-lightpair-inner {
        width: initial;
        max-width: initial;
    }

  .lightpair-new__title h3 .red {
    font-size: 40px !important;
    line-height: 40px !important;
  }
    
    .pair-item .pair-flag {
        gap: 20px;
        font-size: 30px;
        align-items: flex-end;
        line-height: 1;
    }
    .lightpair-new__body {
        padding: 40px 30px;
    }
    
    .lightpair-new__title h3 {
        font-size: 22px;
        letter-spacing: 0;
        width: initial !important;
        margin-left: 20px !important;
        margin-right: initial !important;
    }
    .lightpair-new__title h3 .red {
        font-size: 30px;
    }
    .lightpair-new__title h3 .black {
        font-size: 30px;
    }

    .lightpair-new__body {
        padding: 20px 15px 30px !important;
    }

    .lightpair-new__body .pair-item {
        margin-bottom: 40px;
    }

    .lightpair-new__body .pair-item .pair-flag {
        margin-bottom: 10px;
    }

    .pair-item .pair-flag img {
        max-height: 50px;
    }

    .pair-wrapper-div .pair-info {
        font-size: 30px;
        top: -21px;
        padding: 6px 15px;
        border-radius: 10px;
    }


    .lightpair-new__body .pair-item .pair-flag {
        margin-bottom: 30px;
    }


      .lightpair-new__body .pair-item .pair-flag .pair-text {
        font-size: 30px;
      }

    .pair-wrapper-div .item-currency .value {
        font-size: 90px;
    }

    .pair-wrapper-div .item-currency .symbol {
        font-size: 60px;
    }
    
    .pair-wrapper-div > .item-currency {
        flex-basis: calc(50% - 20px);
    }
    
    .content-lightpair.bg-blue .container .talent1 {
        top: -14%;
    }
    
    .content-lightpair.bg-blue .big-title img {
      max-width: 500px;
      margin: 0 auto;
    }
    
    .brPC{
      display: block;
    }
    .brSP{
      display: none !important;
    }
}

.lightpair-new__title h3 .brSP + span {
    font-size: 30px !important;
}

.lightpair-new__title h3 .black {
    font-size: 26px !important;
    color: #000000;
    -webkit-text-fill-color: #000000;
    letter-spacing: 0.03em;
}

.lightpair-new__title h3 .black.text-sm {
    font-size: 20px !important;
}    




  .content-lightpair .notes + .lightpair-new {
    margin-top: 30px;
  }

@media(min-width: 767px){
  .box-lightpair .lightpair-new__title h3 .black {
        font-size: 40px !important
    }

  .box-lightpair .lightpair-new__title h3 .black.text-sm {
        font-size: 35px !important
    }
  .content-lightpair .notes + .lightpair-new {
    margin-top: 50px;
  }

}
/* .pair-wrapper  */