@charset "UTF-8";

/* ---------------------------------------------------------
共通パーツ
----------------------------------------------------------*/

/* サイドバナー 
---------------------------------------------------------------- */
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
  opacity: 0.5;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0.5;
  /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  -webkit-animation-name: slideTextX100;
  animation-name: slideTextX100;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0.5;
}

@-webkit-keyframes slideTextX100 {
  0% {
    transform: translateX(-100%);
    /*要素を右の枠外に移動*/
    opacity: 0.5;
  }

  50% {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }

  100% {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX100 {
  0% {
    transform: translateX(-100%);
    /*要素を右の枠外に移動*/
    opacity: 0.5;
  }

  50% {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }

  100% {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
  -webkit-animation-name: slideTextX-100;
  animation-name: slideTextX-100;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0.5;
}

@-webkit-keyframes slideTextX-100 {
  0% {
    transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0.5;
  }

  50% {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }

  100% {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX-100 {
  0% {
    transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0.5;
  }

  50% {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }

  100% {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}


body {
  width: 100%;
  height: 100%;
  font-family: 'Noto Sans JP', sans-serif, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
  -webkit-text-size-adjust: none;
  /*font-size: 62.5%;*/
  color: #333333;
  line-height: 1.5;
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
  letter-spacing: 0;
  overflow-y: auto;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

img {
  width: 100%;
  height: auto;
}

td, th {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  html {
    font-size: 0.8vw;
  }
}

a {
  text-decoration: none;
  color: #333;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.bg-1 {
  background: #f4f4f4;
}

.bg-2 {
  background: #e5f5fd;
}

.bg-3 {
  background: #f2f3f4;
}

.is--sp {
  display: block !important;
}

.is--pc {
  display: none !important;
}


@media screen and (min-width: 769px) {
  .is--sp {
    display: none !important;
  }

  .is--pc {
    display: block !important;
  }
}



.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.5s cubic-bezier(0.935, 0.075, 0.51, 0.785);
  transition: opacity 0.5s cubic-bezier(0.935, 0.075, 0.51, 0.785);
}

.wrap.m--active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}



.contents-block {
  padding: 6% 2rem 0;
}

@media screen and (min-width: 769px) {
  .contents-block {
    padding: 40px 2rem 0;
  }
}

.content-inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .content-inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}



header {
	height: 0;
	padding-bottom: 95.443%;
}
.hero-top__wrap {
  width: 100%;
  height: auto;
  position: relative;

}

.hero-top {
  position: absolute;
  top: 35%;
  left: 30%;
  transform: translate(-50%, -50%);
}

.hero-top__logo {
  width: 100px;
  margin-bottom: 15px;
}

.hero-top__logo img {
  width: 100%;
  height: auto;
}

.hero-top__stxt {
  font-size: 5.07vw;
  font-weight: bold;
  margin-left: -1.2%;
}

.hero-top__stxt span {
  font-size: 16px;
  font-weight: bold;
}

.hero-top__mtxt {
  font-size: 9vw;
  font-weight: bold;
  line-height: 1.1em;
  text-indent: 0.17em;
  margin: 2% 0 0 -5%;
}

.hero-bottom {
  background-color: #e75c01;
  padding: 0 10px 10px;
  border-radius: 8px;
  margin: 0 5%;
}

.hero-bottom__ttl {
  color: #fff;
  padding: 5px 0;
  font-size: 4vw;
}

.hero-bottom__wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.hero-bottom__ttl {
  text-align: center;
}

.hero-bottom__left,
.hero-bottom__right {
  background-color: #fff;
  color: #ec4302;
  padding: 2vw;
  border-radius: 8px;
  position: relative;
}

.hero-bottom__left::after,
.hero-bottom__right::after {
  content: '';
  position: absolute;
  right: 4%;
  top: 50%;
  width: 15px;
  height: 15px;
  background: url(../images/ico_arrow.png) no-repeat;
  background-size: contain;
}
.hero-bottom__left-stxt,
.hero-bottom__right-stxt {
  color: #646464;
  text-align: center;
  font-size: 2.7vw;
}

.hero-bottom__left-wrap,
.hero-bottom__right-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
}

.marker {
  position: relative;
  z-index: 1;
}

.marker::after {
  position: absolute;
  content: '';
  width: 98%;
  height: 20%;
  background-color: #fef189;
  bottom: 4%;
  left: 1px;
  z-index: -1;
}

.marker02 {
  position: relative;
  z-index: 1;
}

.marker02::after {
  position: absolute;
  content: '';
  width: 98%;
  height: 12.06%;
  background-color: #fef189;
  bottom: -7%;
  left: 1px;
  z-index: -1;
}

.marker03 {
  display: block;
  position: relative;
  z-index: 1;
  font-size: 6.4vw;
}

.marker03::after {
  position: absolute;
  content: '';
  width: 98%;
  height: 47.03%;
  background-color: #fef189;
  bottom: -72%;
  left: 1px;
  z-index: -1;
}

.marker04 {
  display: block;
  position: relative;
  z-index: 1;
  font-size: 4.27vw;
}

.marker04::after {
  position: absolute;
  content: '';
  width: 98%;
  height: 47.03%;
  background-color: #fef189;
  bottom: -37%;
  left: 1px;
  z-index: -1;
}

.hero-bottom__left-ltxt {
  font-size: 4.7vw;
  line-height: 1.3em;
  margin-right: 3px;
}

.hero-bottom__left-rtxt {
  font-size: 11.2vw;
  line-height: 1em;
}

.hero-bottom__right-ltxt {
  line-height: 1.2em;
  margin: 0 2vw 0 3vw;
}

.hero-bottom__right-rtxt {
  position: relative;
  z-index: 1;
}

.hero-bottom__right-rtxt::after {
  position: absolute;
  content: '';
  width: 98%;
  height: 16%;
  background-color: #fef189;
  bottom: 0;
  left: 1px;
  z-index: -1;
}

.hero-bottom__right-rtxt p {
  font-size: 4.27vw;
  line-height: 0.7em;
}

.hero-bottom__right-rtxt p span {
  font-size: 16vw;
  line-height: 0.7em;
}


@media screen and (min-width: 769px) {
 header {
	 height: 0;
	 padding-bottom: 52%;
 }
  .hero-inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .hero-top {
    position: relative;
    transform: none;
    left: 0;
  }

  .hero-top__logo {
    width: 190px;
    margin: 25px 0 10px 0;
  }

  .hero-bottom__wrap {
    gap: 10px;
    justify-content: center;

  }

  .hero-bottom__right-ltxt {
		line-height: 1.0;
    margin: 0 6% 0 0;
  }

  .hero-bottom__wrap-pc {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
    align-items: flex-end;
  }

  .hero-bottom {
    max-width: 590px;
    max-height: 214px;
    margin: 0 0 10% 0;
    padding: 0 2.5% 2%;
    border-radius: 16px;
  }

  .hero-top__img {
    flex: 1;
    max-width: 572px;
  }

  .hero-bottom__rightwrap {
    flex: 1;
  }

  .hero-top__img02 {
    margin-top: 30px;
    margin-bottom: 5.5%;
    max-width: 524px;
  }

  .hero-top__stxt {
    font-size: 28px;
    font-size: 2.41vw;
    margin-left: 0;
  }

  .hero-top__mtxt {
    font-size: 67px;
    font-size: 5.78vw;
    margin: 0;
    text-indent: 0;
    line-height: 0.7em;
    position: relative;
  }

  .hero-bottom__right-rtxt::after {
    height: 12%;
    bottom: 0;
    left: 1px;
    z-index: -1;
  }

  .hero-top__mtxt::before {
    position: absolute;
    content: '';
    width: 177px;
    height: 178px;
    background: url(../images/img_blowing.png) no-repeat;
    background-size: contain;
    bottom: -20px;
    right: 0;
  }
  .hero-top__mtxt01 {
    font-size: 56px;
    font-size: 4.83vw;
    margin-left: -2px;
  }

  .hero-top__mtxt02 {
    font-size: 44px;
    font-size: 3.79vw;
  }

  .hero-bottom__ttl {
    color: #fff;
    padding: 2% 0 2%;
    font-size: 21px;
    font-size: 1.810vw;
    font-weight: 500;
  }

	.hero-bottom__left,
  .hero-bottom__right {
    padding: 0 6% 17px 6%;
    border-radius: 16px;
    position: relative;
    flex: 1;
  }

  .hero-bottom__left-stxt,
  .hero-bottom__right-stxt {
    color: #666;
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    font-size: 1.38vw;
  }
	.hero-bottom__left-stxt {
    padding: 5% 0 7px;
	}
	.hero-bottom__right-stxt {
    padding: 5% 0 7px;
	}
  .hero-bottom__left-ltxt {
		font-size: 27px;
		font-size: 2.33vw;
		line-height: 1.3;
		margin: 0 2% 0 0;
  }

  .hero-bottom__left-rtxt {
    font-size: 68px;
    font-size: 5.86vw;
    line-height: 1.1;
  }

  .hero-bottom__right-rtxt p {
    font-size: 29px;
    font-size: 2.5vw;
    line-height: 1.0;
  }

  .hero-bottom__right-rtxt p span {
    font-size: 94px;
    font-size: 8.1vw;
  }

  .hero-bottom__right-toptxt {
    font-size: 40px;
    font-size: 3.45vw;
  }

  .hero-bottom__right-bottomtxt {
    font-size: 27px;
    font-size: 2.33vw;
    margin: 10% 0 0;
  }

  .hero-bottom__left::after,
  .hero-bottom__right::after {
    right: 4%;
    top: 50%;
    width: 20px;
    height: 20px;
  }

  .hero-bottom__left:hover:after,
  .hero-bottom__right:hover::after {
    content: '';
    position: absolute;
    right: 4%;
    top: 50%;
    width: 20px;
    height: 20px;
    background: url(../images/ico_arrow_hover.png) no-repeat;
    background-size: contain;
  }
  .marker02::after {
    height: 12.3%;
    bottom: -4%;
  }
}

@media screen and (min-width: 915px) {
 header {
	 height: 0;
	 padding-bottom: 49.627%;
 }
}

@media screen and (min-width:768px) and (max-width:1200px) {
  .hero-inner {
    padding: 0 2%;
  }

  .hero-bottom__left, .hero-bottom__right {
    padding: 0 3% 3% 3%;
  }

  .hero-top__mtxt::before {
    width: 140px;
    height: 140px;
    bottom: -20px;
  }

  .hero-top__mtxt {
    font-size: 5vw;
  }

  .hero-top__mtxt01 {
    font-size: 4vw;
  }

  .hero-top__mtxt02 {
    font-size: 3.5vw;
  }

  .hero-bottom__right-bottomtxt {
		margin: 0;
		line-height: 1.3;
	}

  .hero-bottom__right-toptxt {
    font-size: 3vw;
    padding-left: 6%;
		line-height: 1.2;
  }
}

@media screen and (min-width:1160px) {

  .hero-bottom__left-wrap,
  .hero-bottom__right-wrap {
    align-items: flex-end;
  }
}

@media screen and (min-width:1201px) {
 header {
	 height: 584px;
	 padding-bottom: 0;
 }
  .hero-top__stxt {
    font-size: 28px;
  }

  .hero-top__mtxt {
    font-size: 67px;
  }

  .hero-top__mtxt01 {
    font-size: 56px;
  }

  .hero-top__mtxt02 {
    font-size: 44px;
  }

  .hero-bottom__ttl {
    font-size: 21px;
  }

  .hero-bottom__left-stxt,
  .hero-bottom__right-stxt {
    font-size: 18px;
  }

  .hero-bottom__left-ltxt {
    font-size: 27px;
  }

  .hero-bottom__left-rtxt {
    font-size: 68px;
  }

  .hero-bottom__right-rtxt p {
    font-size: 29px;
  }

  .hero-bottom__right-rtxt p span {
    font-size: 94px;
    display: inline-block;
  }

  .hero-bottom__right-toptxt {
    font-size: 40px;
		line-height: 1.3;
  }

  .hero-bottom__right-bottomtxt {
    font-size: 27px;
		line-height: 1.2;
  }

  .hero-bottom__left::after,
  .hero-bottom__right::after {
    right: 4%;
    top: 50%;
    width: 25px;
    height: 25px;
  }

  .hero-bottom__left:hover:after,
  .hero-bottom__right:hover::after {
    right: 4%;
    top: 50%;
    width: 25px;
    height: 25px;
    background: url(../images/ico_arrow_hover.png) no-repeat;
    background-size: contain;
  }
}



/* strongpoint
---------------------------------------------------------------------------- */

.strongpoint {
  background-color: #fff3d7;
  padding-bottom: 13.33%;
}

.strongpoint-ttl {
  font-size: 8vw;
  font-weight: 700;
  text-align: center;
}

.strongpoint-ttl .emphasis {
  display: inline-block;
  position: relative;
}

.strongpoint-ttl .emphasis::before {
  position: absolute;
  top: -0.6em;
  left: 50%;
  transform: translate(-50%, 0);
  color: #eb4200;
  font-size: 0.6em;
  content: "・";
}

.strongpoint01,
.strongpoint02 {
  background-color: #fff;
  border-radius: 10px;
  padding: 5vh 4vw;
  margin: 3vh 0 0;
}

.strongpoint01-ttl {
  font-size: 8vw;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: -0.02em;
}

.strongpoint01-ttl span {
  color: #eb4200;
}

.img {
  margin: 20px 0 0;
}

.strongpoint01-list__item {
  font-size: 4vw;
  font-weight: 700;
  border-bottom: 1px solid #dddddd;
  padding: 15px 0 15px 10vw;
  position: relative;
  line-height: 1.33em;
}

.strongpoint01-list__item::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  width: 6.67vw;
  height: 4.3vh;
  background: url(../images/ico_check.png) no-repeat;
  background-size: contain;
}

.strongpoint01-list__item span {
  color: #eb4200;
}

.ttl-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.strongpoint02-ttl__left {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.4em;
}

.strongpoint02-ttl__left-largetxt {
  font-size: 8vw;
  color: #eb4200;
  line-height: 1.4em;
}

.strongpoint02-ttl__right {
  font-size: 8vw;
  color: #eb4200;
  background: linear-gradient(transparent 88%, #fef189 0%);
  font-weight: 700;
  margin-left: 10px;
}

.strongpoint02-ttl__right span {
  font-size: 32vw;
  line-height: 0.48em;
  font-weight: 500;
  transform: scale(1.2, 1);
  display: inline-block;
}

.strongpoint02-ttl__notes {
  font-weight: 500;
  margin: 3vw 0 0 6vw;
  font-size: 3.73vw;
}

.strongpoint02-table {
  font-size: 4vw;
  width: 100%;
  margin: 30px 0 0;
  border: 1px solid #dddddd;
  font-weight: 500;
}

.strongpoint02-table thead tr th {
  padding: 3% 0;
}

.strongpoint02-table thead {
  background-color: #0269c9;
  color: #fff;
  padding: 2% 0;
}

.strongpoint02-table tbody th,
.strongpoint02-table tbody td {
  width: calc(100%/4);
  text-align: center;
  border: 1px solid #dddddd;
  padding: 1.9% 0;
}

.strongpoint02-table tbody th {
  background-color: #e9eaed;
}

.strongpoint02-table tbody td span {
  color: #eb4200;
}

.bg-red {
  background-color: #feeee6;
}


@media screen and (min-width: 769px) {
  .strongpoint {
    padding-bottom: 90px;
  }

  .strongpoint-wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
  }

  .strongpoint-wrap .img {
    padding-left: 2.58vw;
  }

  .strongpoint01, .strongpoint02 {
    box-sizing: border-box;
    border-radius: 0px;
    max-width: 1200px;
    padding: 5vh 4.9vw;
    margin: 3vh auto 0;
  }

  .strongpoint02 {
    padding: 6.8vh 4.9vw 5.8vh;
  }

  .strongpoint01-list {
    flex: 1;
  }

  .strongpoint-wrap .img {
    flex: 1;
    max-width: 478px;
  }

  .strongpoint01-list__item {
    padding: 15px 0 15px 60px;
  }

  .strongpoint01-list__item::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
    width: 50px;
    height: 50px;
  }

  .strongpoint-wrap.bottom {
    flex-direction: row;
  }

  .strongpoint-ttl {
    font-size: 50px;
    font-size: 3.02vw;
    max-width: 1200px;
    margin: 20px auto 0;
  }

  .strongpoint-ttl .emphasis::before {
    top: -0.7em;
    font-size: 0.7em;
  }

  .strongpoint01-ttl {
    font-size: 40px;
    font-size: 2.42vw;
    text-align: center;
    margin: 0 0 30px 0;
    font-weight: 500;
    letter-spacing: normal;
  }

  .strongpoint01-ttl span {
    font-weight: 600;
  }

  .ttl-wrapper {
    display: flex;
    justify-content: flex-start;
    margin-top: 15px;
  }

  .strongpoint01-list__item {
    font-size: 24px;
    font-size: 2.07vw;
  }

  .strongpoint02-table {
    width: 45%;
    font-size: 18px;
    font-size: 1.55vw;
    margin: 0;
    flex: 1;
  }

  .strongpoint-wrap__left {
    flex: 1;
  }

  .strongpoint02-table thead tr th {
    padding: 3% 0;
  }

  .strongpoint02-table thead {
    padding: 2% 0;
  }

  .strongpoint02-table tbody th,
  .strongpoint02-table tbody td {
    padding: 1.9% 0;
  }

  .strongpoint02-ttl__right span {
    font-size: 204px;
    font-size: 17.2vw;
    line-height: 0.6em;
  }

  .strongpoint02-ttl__right {
    font-size: 46px;
    font-size: 3.9655vw;
    background: linear-gradient(transparent 88%, #fef189 0%);
    margin-left: 10px;
  }

  .strongpoint02-ttl__notes {
    font-size: 14px;
    font-size: 1.2068vw;
    margin: 0;
  }

  .strongpoint02-ttl__left {
    font-size: 26px;
    font-size: 2.2413vw;
  }

  .strongpoint02-ttl__left-largetxt {
    font-size: 58px;
    font-size: 5vw;
  }
}


@media screen and (min-width:769px) and (max-width:1400px) {
  .strongpoint01-list {
    width: 85%;
  }

  .strongpoint-ttl {
    font-size: 4.31vw;
  }

  .strongpoint01-list__item::before {
    width: 30px;
    height: 30px;
  }
}

@media screen and (min-width:1160px) {

  .strongpoint-ttl {
    font-size: 50px;
  }

  .strongpoint01-ttl {
    font-size: 40px;
  }

  .strongpoint01-list__item {
    font-size: 24px;
  }

  .strongpoint02-table {
    font-size: 18px;
  }

  .strongpoint02-table thead {
    font-size: 20px;
  }

  .strongpoint02-ttl__right span {
    font-size: 204px;
  }

  .strongpoint02-ttl__right {
    font-size: 46px;
  }

  .strongpoint02-ttl__notes {
    font-size: 14px;
  }

  .strongpoint02-ttl__left {
    font-size: 26px;
  }

  .strongpoint02-ttl__left-largetxt {
    font-size: 58px;
  }

  .strongpoint01 {
    padding: 5vh 60px;
  }

  .strongpoint02 {
    padding: 68px 60px 58px;
  }

  .strongpoint-wrap .img {
    padding-left: 40px;
  }
}

/* 使いやすい取引ツール
---------------------------------------------------------------------------- */
.tool-wrapper {
  margin-top: 5vh;
}

.tool-wrapper:nth-child(2) {
  margin-bottom: 9vh;
}

.tool-ttl__sub {
  font-size: 3.85vw;
  text-align: center;
  font-weight: 500;
}

.tool-ttl {
  font-size: 7.7vw;
  text-align: center;
  font-weight: 700;
  line-height: 1.25em;
  margin-top: 5px;
}

.tool-ttl.ico-more {
  position: relative;
}

.tool-ttl.ico-more::before {
  content: '';
  position: absolute;
  background: url(../images/ico_more.png) no-repeat;
  background-size: contain;
  width: 65px;
  height: 65px;
  top: -70px;
  left: 0;
}

.tool-txt.top {
  margin: 0 0 6vh;
}

.tool-ttl__txt {
  font-size: 3.59vw;
  font-weight: 500;
  line-height: 1.79em;
  text-align: center;
  margin: 2vh 0 3.3vh;
}

.tool-subttl {
  color: #eb4200;
  font-weight: 700;
  font-size: 5.9vw;
  margin: 1vh 0;
}

.tool-subttl.last {
  font-size: 4.27vw;
}

.tool-subttl:nth-child(4) {
  font-size: 5vw;
}

.tool-txt {
  font-size: 3.74vw;
  font-weight: 500;
  margin: 0 0 3vh;
  line-height: 1.8em;
}

.tool-txt__notes {
  font-size: 3vw;
}

@media screen and (min-width: 769px) {
  .tool-wrapper {
    margin: 65px auto 0;
    max-width: 1200px;
  }

  .tool-wrapper__bottom {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-top: 20px;
  }

  .tool-wrapper:nth-child(2) {
    margin: 90px auto 130px;
  }

  .tool-inner {
    width: 50%;
  }

  .tool-inner.left {
    margin-right: 90px;
  }

  .tool-inner__left-img,
  .tool-inner__right-img {
    max-width: 535px;
  }

  .tool-inner__bottom-img{
    max-width: 580px;
  }

  .tool-ttl.ico-more::before {
    background: url(../images/ico_more.png) no-repeat;
    width: 173px;
    height: 173px;
    top: -85px;
    left: 0;
  }

  .tool-ttl__sub {
    font-size: 2.07vw;
  }

  .tool-subttl {
    font-size: 3.1vw;
  }

  .tool-subttl.last {
    font-size: 2.07vw;
  }

  .tool-txt, .tool-txt.top {
    font-size: 18px;
    font-size: 1.55vw;
    line-height: 1.9em;
    margin: 0;
  }

  .tool-ttl {
    font-size: 60px;
    font-size: 5.17vw;
  }

  .tool-ttl__txt {
    font-size: 18px;
    font-size: 1.55vw;
  }

  .tool-inner__wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }

  .tool-txt__notes {
    font-size: 14px;
    font-size: 1.21vw;
    text-align: center;
  }
}

@media screen and (min-width:769px) and (max-width:1100px) {
  .tool-ttl.ico-more::before {
    background-size: contain;
    width: 120px;
    height: 120px;
    top: -50px;
    left: 0;
  }
}

@media screen and (min-width:1160px) {

  .tool-ttl__sub {
    font-size: 24px;
  }

  .tool-ttl {
    font-size: 60px;
  }

  .tool-ttl__txt {
    font-size: 18px;
  }

  .tool-subttl {
    font-size: 36px;
  }

  .tool-subttl.last {
    font-size: 24px;
  }

  .tool-txt, .tool-txt.top {
    font-size: 18px;
  }

  .tool-txt__notes {
    font-size: 14px;
  }

}

/* account-bnr__btn [無料 口座を開設する 約5分でWEB申込完了] 
---------------------------------------------------------------------------- */
.account-bnr__btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
  padding: 2px 2vw 7px;
  border: 4px solid #fff;
  background: #de0025;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.account-bnr__btn:after {
  content: '→';
  position: absolute;
  top: 50%;
  right: 3vw;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.account-bnr__btn strong {
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
}

.account-bnr__btn.m--active {
  -webkit-animation: scale_anim 1s 1.2s cubic-bezier(0.195, 0.55, 0.295, 1.53);
  animation: scale_anim 1s 1.2s cubic-bezier(0.195, 0.55, 0.295, 1.53);
}

.account-bnr__txt {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}

.account-bnr-free {
  position: absolute;
  top: 50%;
  left: -9%;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.account-bnr-free span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.account-bnr-cover {
  padding: 25px 8vw;
}


@media screen and (min-width: 769px) {
  .account-bnr__btn {
    width: 31vw;
    padding: 0.9vw 3vw;
    max-width: 31vw;
    margin: 0;
    -webkit-transition: 0.65s cubic-bezier(0.195, 0.55, 0.295, 1.53);
    transition: 0.65s cubic-bezier(0.195, 0.55, 0.295, 1.53);
  }

  .account-bnr__btn:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .account-bnr__btn.m--center {
    max-width: 100%;
    width: 580px;
    margin: 0 auto;
    padding: 12px 0;
  }

  .account-bnr__btn.m--center strong {
    font-size: 5.3rem;
  }

  .account-bnr__btn.m--center .account-bnr__txt {
    font-size: 2.7rem;
  }

  .account-bnr__btn:after {
    right: 1vw;
    font-size: 3rem;
  }

  .account-bnr__btn strong {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 3vw;
  }

  .account-bnr__txt {
    font-size: 1.4vw;
  }

  .account-bnr-free {
    width: 5.8vw;
    height: 5.8vw;
  }

  .account-bnr-free.m--pc-large {
    width: 110px;
    height: 110px;
  }

  .account-bnr-free.m--pc-large span {
    letter-spacing: 3px;
    font-size: 3.8rem;
  }

  .account-bnr-free span {
    font-size: 2vw;
  }

  .account-bnr-cover {
    padding: 50px 2vw;
  }

  .bottom-arrow {
    line-height: 2em;
  }

  .arrow.arrow1.btn-txt.bottom {
    font-size: 2vw;
  }

  .arrow.arrow1.btn-txt.bottom span {
    font-size: 1.3vw;
    line-height: 2.3em;
    font-weight: 500;
  }

  .link-btn.zoom-in.bottom-pcbtn {
    padding: 2rem 0 0.1rem;
    border-radius: 4em;
  }

  .arrow.btn-txt.bottom {
    position: relative;
  }

  .arrow.arrow1.btn-txt.bottom::before {
    left: -1%;
    top: -24%;
    right: -310px;
    width: 25px;
    height: 3px;
  }

  .arrow.arrow1.btn-txt.bottom::after {
    left: 0;
    right: -318px;
    top: -24%;
    width: 10px;
    height: 10px;
  }
}

@media screen and (min-width: 1400px) {
  .account-bnr__btn {
    width: 23vw;
    padding: 0.9vw 3vw;
    max-width: 23vw;
    margin: 0;
    border: 4px solid #fff;
    background-color: #de0025;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .account-bnr__btn.m--center {
    max-width: 100%;
    width: 580px;
    margin: 0 auto;
    padding: 12px 0;
  }

  .account-bnr__btn.m--center strong {
    font-size: 5.3rem;
  }

  .account-bnr__btn.m--center .account-bnr__txt {
    font-size: 2.7rem;
  }

  .account-bnr__btn:after {
    font-size: 4rem;
  }

  .account-bnr__btn strong {
    font-size: 2vw;
  }

  .account-bnr__txt {
    font-size: 1.05vw;
  }

  .account-bnr-free {
    width: 4.7vw;
    height: 4.7vw;
  }

  .account-bnr-free.m--pc-large {
    width: 110px;
    height: 110px;
  }

  .account-bnr-free.m--pc-large span {
    letter-spacing: 3px;
    font-size: 3.8rem;
  }

  .account-bnr-free span {
    font-size: 1.55vw;
  }
}


/* --------------------------------------
共通　申込みの流れ
------------------------------------- */

/* flowList [IPO申込みの流れ]
------------------------------------------------------------ */
.contents-block.flowListArea {
  padding: 6% 2rem 8.45%;
}

.flowList {}

.flowList h4 {
  padding-bottom: 7%;
  font-size: 40px;
  font-size: 5.208333333vw;
  font-weight: 700;
  text-align: center;
}

.flowList ol {
  width: 100%;
}

.flowList ol li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5% 5.102%;
  background: #ffffff;
}

.flowList ol li:not(:last-child) {
  margin-bottom: 8.195%;
}

.flowList ol li:not(:last-child):after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto -1.9535em;
  opacity: 0.3;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.9535em 4.18vw 0 4.18vw;
  border-color: #4c5866 transparent transparent transparent;
  line-height: 0px;
  _border-color: #4c5866 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.flowList ol li .box01 {
  max-width: 70px;
  width: 11.758%;
  font-size: 26px;
  font-size: 3.385416667vw;
  color: #1ba8ed;
  text-align: center;
  font-weight: 700;
  line-height: 1.0;
}

.flowList ol li .box01>span {
  font-size: 48px;
  font-size: 6.25vw;
}

.flowList ol li .box02 {
  width: 69.8%;
  font-size: 36px;
  font-size: 4.6875vw;
  font-weight: 700;
  text-align: left;
  text-indent: 1em;
}

.flowList ol li .box03 {
  max-width: 116px;
  width: 19.394%;
  text-align: center;
}

.flowList ol li .box03 figure img {
  vertical-align: top;
}

@media screen and (min-width: 769px) {
  .contents-block.flowListArea {
    padding: 40px 2rem 50px;
  }

  .flowList {}

  .flowList h4 {
    padding-bottom: 30px;
    font-size: 36px;
    font-size: 3.09544282vw;
    font-weight: 700;
    text-align: center;
  }

  .flowList ol {
    display: flex;
    align-items: center;
    max-width: 1163px;
    margin: 0 auto;
    width: 100%;
  }

  .flowList ol li {
    max-width: 210px;
    width: 18.0567497850%;
    display: block;
    padding: 1.8% 0;
  }

  .flowList ol li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 2.322%;
  }

  .flowList ol li:not(:last-child):after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto -1.3vw auto auto;
    opacity: 0.3;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.537vh 0 1.537vh 1.3vw;
    border-color: transparent transparent transparent #4c5866;
    line-height: 0px;
    _border-color: #000000 #000000 #000000 #4c5866;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  }

  .flowList ol li .box01 {
    display: block;
    max-width: inherit;
    width: 100%;
    font-size: 14px;
  }

  .flowList ol li .box01>span {
    font-size: 30px;
    font-size: 2.579535684vw;
  }

  .flowList ol li .box02 {
    display: block;
    padding: 2% 0 5%;
    height: 6.6vh;
    width: 100%;
    font-size: 20px;
    font-size: 1.719690456vw;
    text-align: center;
    text-indent: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .flowList ol li .box03 {
    display: block;
    max-width: 62px;
    width: 29.523%;
    text-align: center;
    margin: 0 auto;
  }

  .flowList ol li .box03 figure {
    width: 100%;
  }

  .flowList ol li .box03 figure img {
    vertical-align: top;
  }
}

@media screen and (min-width: 1163px) {
  .flowList h4 {
    font-size: 36px;
  }

  .flowList ol li .box01 {
    font-size: 16px;
  }

  .flowList ol li .box01>span {
    font-size: 30px;
  }

  .flowList ol li .box02 {
    font-size: 20px;
  }
}




/* --------------------------------------
共通　フッターエリア
-------------------------------------- */


/* btn-area [無料で口座開設 約5分でWEB申込完了]
-------------------------------------------------------------------- */
.btn-area {
  width: 100vw;
  margin: 2.5rem calc(50% - 50vw) 0;
  text-align: center;
  padding: 2.5rem 0;
  background-color: #de0025;
}

.btn-area .link-btn {
  color: #fff;
  font-size: 1.2rem;
  display: block;
  width: 85%;
  margin: 0 auto;
  letter-spacing: 0.05em;
  line-height: 1.3;
  padding: 1rem 0;
  border: 2px solid #fff;
  border-radius: 4rem;
  transition: all 0.2s;
}

.btn-area .link-btn span {
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .btn-area {
    margin: 0 calc(50% - 50vw) 0;
  }

  .btn-area .link-btn {
    font-size: 1.6rem;
    width: 670px;
    padding: 1.5rem 0;
  }

  .btn-area .link-btn span {
    width: 100%;
    font-size: 1.6rem;
  }

  .btn-area .link-btn .btn-txt {
    font-size: 3rem;
  }
}

.btn-area .arrow {
  position: relative;
  display: inline-block;
}

.btn-area .arrow::before,
.btn-area .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.btn-area .arrow1::before {
  left: 102%;
  top: 10%;
  width: 7%;
  height: 3px;
  background: #fff;
}

@media screen and (min-width: 769px) {
  .btn-area .arrow1::before {
    left: 0;
    top: 20%;
    right: -590px;
    width: 25px;
    height: 3px;
  }
}

.btn-area .arrow1::after {
  left: 105.5%;
  top: 10%;
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

@media screen and (min-width: 769px) {
  .btn-area .arrow1::after {
    left: 0;
    right: -600px;
    top: 18%;
    width: 10px;
    height: 10px;
  }
}

.btn-area .zoom-in:hover {
  transform: scale(1.1);
}

@media screen and (min-width: 769px) {
  .btn-area .zoom-in:hover {
    transform: scale(1.2);
  }
}



/* slide */

.slide {
  margin: 4% 0 8%;
  overflow: hidden;
}

.slide.m--three {
  margin: 0 -4vw;
  overflow: hidden;
}

.slide.m--three .swiper-container {
  overflow: inherit;
}

.slide-wrap {
  position: relative;
  padding: 0;
}

.slide-wrap.m--three {
  padding: 0;
}

.slide-table {
  table-layout: fixed;
  border: 2px solid #efeeee;
  border-collapse: collapse;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.slide-table__head {
  width: 40%;
  padding: 10px 3vw;
  vertical-align: middle;
  border-bottom: 2px dotted #ddd;
  font-weight: 500;
}

.slide-table__body {
  padding: 10px 15px;
  border-bottom: 2px dotted #ddd;
  vertical-align: middle;
}

.slide.m--stock-over .swiper-slide {
  max-width: 221px !important;
}

.swiper-button-next {
  right: -2%;
  width: 13px;
  height: 22px;
  -webkit-background-size: 13px 22px;
  background-size: 13px 22px;
  outline: none;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background: none;
}

.swiper-button-next svg {
  width: 14px;
  height: 22px;
}

.swiper-button-prev {
  left: -2%;
  width: 13px;
  height: 22px;
  -webkit-background-size: 13px 22px;
  background-size: 13px 22px;
  outline: none;
}

.swiper-button-prev svg {
  width: 14px;
  height: 22px;
}

.pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5% 4%;
  border: 2px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pickup-title {
  width: 100%;
  margin-bottom: 10px;
  font-size: 3.2vw;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pickup-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  font-size: 0;
}

.pickup-img img {
  width: 100%;
  height: 170px;
  margin: 0 auto;
  object-fit: cover;
  object-position: 0 0;
}

.pickup-img__caution {
  margin-top: 3px;
  text-align: right;
  font-size: 2.666vw;
  font-weight: 500;
}

.pickup-data {
  width: 100%;
  margin-bottom: 15px;
  font-size: 14px;
  font-size: 1.4rem;
}

.pickup-data__head {
  font-weight: 500;
}

.pickup-data__body {
  line-height: 2;
}

.pickup-total {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}

.pickup-total span {
  font-weight: 500;
}

/* リニューアル用 */
.pickup-detail.pickup-wrap,
.pickup-number.pickup-wrap,
.pickup-price.pickup-wrap,
.pickup-month.pickup-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 2.666vw;
}

.slide-ttl {
  text-align: center;
  position: relative;
  font-size: 3.5vw;
  font-weight: 500;
  width: fit-content;
  margin: 5% auto 10px;
}

.slide-ttl::before {
  content: '';
  position: absolute;
  top: 3px;
  left: -10px;
  width: 1px;
  height: 16px;
  background-color: #333;
  transform: rotate(-30deg);
}

.slide-ttl::after {
  content: '';
  position: absolute;
  top: 3px;
  right: -13px;
  width: 1px;
  height: 16px;
  background-color: #333;
  transform: rotate(30deg);
}

.slide-notes {
  margin-bottom: 40px;
 /* padding: 0 12vw;*/
  line-height: 1.7em;
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  justify-content: flex-start;
}

.slide-bottom__txt {
  position: relative;
	padding: 0 2rem;
}

.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -135%;
  z-index: 50;
  height: 5px;
  width: 47%;
}
.title {
  margin-top: 40px;
}
.slide-warn {
  font-size: 14px;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .slide {
    margin: 1.85% auto 5%;
    padding: 0;
    max-width: 750px;
    overflow: hidden;
  }

  .slide.m--three {
    margin: 0;
  }

  .pickup {
    padding: 5% 8%;
  }

  .pickup-title {
    font-size: 1.55vw;
  }

  .pickup-detail.pickup-wrap,
  .pickup-number.pickup-wrap,
  .pickup-price.pickup-wrap,
  .pickup-month.pickup-wrap {
    font-size: 1.38vw;
  }

  .pickup-img__caution {
    font-size: 0.86vw;
  }

  .slide-ttl {
    font-size: 1.55vw;
    margin: 7% auto 1%;
  }

  .slide-notes {
    font-size: 1.38vw;
    text-align: center;
  }

  .slide.m--stock-over .swiper-slide {
    margin-right: 10px !important;
    min-width: 243.333px !important;
  }

  .slide-wrap.m--three {
    padding: 0;
  }

  .slide-wrap {
    margin: 0 auto;
    padding: 0;
    max-width: 750px;
  }

  .swiper-wrapper {
    justify-content: flex-start;
    max-width: 750px;
  }

  .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    top: -150%;
    width: 30%;
  }
}


@media screen and (min-width: 1160px) {
  .slide {
    margin: 30px auto 35px;
  }

  .pickup-title {
    font-size: 18px;
  }

  .pickup-detail.pickup-wrap,
  .pickup-number.pickup-wrap,
  .pickup-price.pickup-wrap,
  .pickup-month.pickup-wrap {
    font-size: 16px;
  }

  .pickup-img__caution {
    font-size: 10px;
  }

  .slide-ttl {
    font-size: 18px;
    margin: 5.5% auto 1%;
  }

  .slide-notes {
    font-size: 16px;
  }
}

@media screen and (min-width: 1500px) {
  .slide-ttl {
    margin: 55px auto 12px;
  }

  .slide {
    max-width: 1400px;
  }

  .slide-wrap {
    margin: 0 auto;
    padding: 0;
    max-width: 1400px;
  }

  .swiper-wrapper {
    justify-content: flex-start;
    max-width: 1400px;
  }

  .slide.m--stock-over .swiper-slide {
    margin-right: 10px !important;
    min-width: 272px !important;
  }

  .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    top: -165px;
    width: 30%;
  }
}


/* opened [口座開設のお申込みの流れ]
-------------------------------------------------------------------- */
.opened h2 {
  padding-bottom: 7%;
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .opened h2 {
    padding-bottom: 35px;
    width: 100%;
    font-size: 4rem;
    margin-top: 0.6rem;
  }
}

.opened .step-img {
  position: relative;
}

@media screen and (min-width: 769px) {
  .opened .step-img {
    width: 30%;
  }
}

.opened .step-img .step-icon1 {
  position: absolute;
  content: url(../img/opened_step_icon01.png);
  top: 20%;
  left: -10px;
  width: 18%;
  z-index: 7;
}

.opened .step-img .step-icon2 {
  position: absolute;
  content: url(../img/opened_step_icon02.png);
  top: 20%;
  left: -10px;
  width: 18%;
  z-index: 7;
}

.opened .step-img .step-icon3 {
  position: absolute;
  content: url(../img/opened_step_icon03.png);
  top: 20%;
  left: -10px;
  width: 18%;
  z-index: 7;
}

@media screen and (min-width: 769px) {
  .opened .step-img:nth-child(7) img {
    width: 90%;
    margin: 0;
  }
}

.opened img {
  width: 100%;
  margin-bottom: 0.45rem;
}

@media screen and (min-width: 769px) {
  .opened .btn-area {
    margin-top: 50px;
  }
}




/* bt-content-inner
-------------------------------------------------------------------- */
@media screen and (min-width: 769px) {
  .bt-content-inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
}

.bt-content-inner p {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .bt-content-inner p {
    text-align: center;
    font-size: 2rem;
    line-height: 1.2;
  }
}

.bt-content-inner .free-call {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 769px) {
  .bt-content-inner .free-call {
    display: flex;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}

.bt-content-inner .free-call .free-call-number {
  width: 82%;
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .bt-content-inner .free-call .free-call-number {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
}

.bt-content-inner .free-call .free-call-number p {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 769px) {
  .bt-content-inner .free-call .free-call-number p {
    font-size: 3rem;
  }
}

.bt-content-inner .free-call .free-call-number a {
  display: inline-block;
  color: #333;
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  white-space: nowrap;
  margin-bottom: 1.5rem;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  .bt-content-inner .free-call .free-call-number a {
    font-size: 3.5rem;
    margin-bottom: 3rem;
  }
}

.bt-content-inner .free-call .free-call-number a span {
  font-size: 4.2rem;
}

@media screen and (min-width: 769px) {
  .bt-content-inner .free-call .free-call-number a span {
    font-size: 7rem;
    margin-right: -10.5rem;
  }
}

.bt-content-inner .free-call img {
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  margin-top: 4%;
}

@media screen and (min-width: 769px) {
  .bt-content-inner .free-call img {
    width: 8%;
    left: 25%;
    margin-top: 2%;
  }
}

.bt-content-inner .note-txt-area {
  margin-top: 5rem;
  padding-bottom: 4.4rem;
}

@media screen and (min-width: 769px) {
  .bt-content-inner .note-txt-area {
    margin-top: 8.6rem;
  }
}

.bt-content-inner .note-txt-area .note-txtBtn {
  position: relative;
  text-align: center;
  padding: 1.3rem 0;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  border: 1px solid #4c5866;
  background-color: #4c5866;
  color: #fff;
  margin-bottom: 1rem;
}

@media screen and (min-width: 769px) {
  .bt-content-inner .note-txt-area .note-txtBtn {
    font-size: 2.4rem;
    padding: 2.2rem 0;
    margin-bottom: 4rem;
  }
}

.bt-content-inner .note-txt-area .note-txt {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .bt-content-inner .note-txt-area .note-txt {
    font-size: 1.4rem;
  }

  .bt-content-inner .note-txt-area .note-txt span {
    font-size: 1.35rem;
    display: block;
    text-align: right;
  }

  .bt-content-inner .note-txt-area .note-txt span a {
    color: #37a8d0;
    text-decoration: underline;
  }

  .bt-content-inner .note-txt-area .note-txt span a:hover {
    text-decoration: none;
  }
}
.bt-content-inner .note-txt-area .note-txt span a {
	margin-top: 1rem;
	display: inline-block;
	line-height: 1.8;
}


/* footer 
-------------------------------------------------------------------- */
footer {
  padding: 5rem 2rem 1.6rem;
  background-color: #f2f3f4;
}

footer p {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-bottom: 2rem;
}

@media screen and (min-width: 769px) {
  footer p {
    font-size: 2.4rem;
  }
}

footer a {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #333;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #333;
}

@media screen and (min-width: 769px) {
  footer a {
    font-size: 1.4rem;
  }
}

footer p:nth-child(1),
footer p:nth-child(3) {
  text-align: center;
}

footer p:nth-child(5) {
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.01rem;
}

@media screen and (min-width: 769px) {
  footer p:nth-child(5) {
    font-size: 1.4rem;
  }
}

footer p:nth-child(6) {
  font-size: 1.2rem;
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  footer p:nth-child(6) {
    font-size: 1.4rem;
  }
}

footer .mt-25 {
  display: inline-block;
  margin-top: 2.5rem;
}

footer ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 4.5rem;
}

footer ul li {
  margin-right: 2%;
	margin-bottom: 1rem;
}

footer ul li:last-child {
  margin-right: 0;
}

footer .copyright {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2rem;
  margin-top: 5rem;
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .footer_inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
}



/* side-link 
-------------------------------------- */
.side-link span:nth-child(1) {
  font-size: 2.7vw;
  color: #fffc00;
  /* color: #ffffff; */
  text-align: center;
  font-weight: bold;
  display: block;
}

.side-link .redtxt {
  display: inline-block;
  font-size: 3.6rem;
  font-size: 4.8vw;
  font-weight: bold;
  writing-mode: vertical-rl;
  text-indent: -0.5em;
}

.side-link.slide {
  display: inline-block;
  background: #0269c9;
  color: #fff;
  overflow: hidden;
  position: fixed;
  /*height: 30rem;*/
  top: 30%;
  right: 0;
  border-radius: 10px 0 0 10px;
  padding: 7px 7px 7px 5px;
  z-index: 99;
}

.side-link.slide::after {
  background: #fff;
  color: #0269c9;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.side-link.slide:hover {
  color: #0269c9;
}

.side-link.slide:hover span {
  color: #0269c9;
}

.side-link.slide:hover::after {
  transform: scale(1, 1);
}



@media screen and (min-width: 769px) {
  .side-link span:nth-child(1) {
    font-size: 1.73vw;
  }

  .side-link.slide {
    display: inline-block;
    background: #0269c9;
    color: #fff;
    overflow: hidden;
    position: fixed;
    top: 30%;
    right: 0;
    border-radius: 10px 0 0 10px;
    padding: 1% 0.5%;
    z-index: 99;
  }

  .side-link .redtxt {
    font-size: 3.1vw;
    text-indent: 0em;
  }
}


@media screen and (min-width: 1201px) {
  .side-link .redtxt {
    font-size: 3.6rem;
  }

  .side-link span:nth-child(1) {
    font-size: 20px;
  }

  .side-link .redtxt {
    font-size: 36px;
  }
}



/* account-bnr フローティングバナー/footer [口座を開設する]
-------------------------------------------------------------- */
.account-bnr.m--hero {
  margin-top: 6vw;
}

.account-bnr.m--hero .account-bnr-cover {
  padding: 0;
}

.account-bnr__btn {
  position: relative;
  display: block;
  /*  width: 100%;
  max-width: 310px;*/
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
  padding: 2px 2vw 7px;
  border: 4px solid #fff;
  background: #0269c9;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.account-bnr__btn:after {
  content: '→';
  position: absolute;
  top: 50%;
  right: 3vw;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.account-bnr__btn strong {
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  color: #ffffff;
}

.account-bnr__btn.m--active {
  -webkit-animation: scale_anim 1s 1.2s cubic-bezier(0.195, 0.55, 0.295, 1.53);
  animation: scale_anim 1s 1.2s cubic-bezier(0.195, 0.55, 0.295, 1.53);
}

.account-bnr__txt {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}

.account-bnr-free {
  position: absolute;
  top: 50%;
  left: -9%;
  width: 15vw;
  height: 15vw;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  background: #fffc00;
}

.account-bnr-free span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #de0025;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.account-bnr-cover {
  padding: 25px 8vw;
}



/* lazy */
.lozad {
  opacity: 1;
}
.lozad.m--active {
  -webkit-animation: none;
  animation: none;
}



/* 口座開設のお申込みの流れ */
.accountAppFlowArea {
  margin-bottom: -2.5em !important;
  padding: 6% 2rem 0 !important;
}
.accountAppFlowArea .flow-title {
  margin-bottom: 0 !important;
  padding-bottom: 7% !important;
  font-size: 2.5rem !important;
}
.accountAppFlowArea .flow-step .box02 {
  font-size: 2.0rem !important;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
	.accountAppFlowArea {
    margin-bottom: 0 !important;
    padding: 40px 2rem 20px !important;
  }
	.accountAppFlowArea .flow-title {
    width: 100%;
    margin-top: 0.6rem !important;
    padding-bottom: 45px !important;
    font-size: 4rem !important;
	}
	.accountAppFlowArea .flow-step .box02 {
    font-size: 2.8rem !important;
	}
}



/* 無料口座開設ボタン[光] */
.contents-block.btn-area_adjust {
  padding: 6% 0 0;
}
.accountBtn {
  width: 100%;
  margin: 2.5rem auto 0;
  text-align: center;
  padding: 2.5rem 0;
  background-color: #de0025;
}
.accountBtn .link-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: block;
  width: 90%;
  line-height: 1.3;
  border-radius: 50px;
  overflow: hidden;
  background: #de0025;
 transition: all 0.5s;
}
.accountBtn .link-btn:active {
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
.accountBtn .link-btn:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient( 130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 55%);
  animation: shine 5s infinite;
}
@keyframes shine {
  33% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.accountBtn .link-btn a {
  position: relative;
  display:  block;
  /* font-size: 3em; */
  font-size: clamp(14px,3.385416667vw,26px);
  font-weight: 700;
  margin: 0 auto;
  padding: 20px 0;
   color: #fff;
   border: 2px solid #fff;
   letter-spacing: 0.05em;
  line-height: 1.3;
  border-radius: 50px;
  overflow: hidden;
}
.accountBtn .link-btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 3.5% auto auto;
  max-width: 30px;
  max-height: 30px;
  min-width: 20px;
  min-height: 20px;
  width: 2.284vw;
  height: 2.284vw;
  background-image: url(../fonts/icn_accountbtn_arr.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: right center;
}
/* FV用 */
.btn-area-block.-fvaccountBtn .accountBtn {
  padding: 20px 0 40px;
  background-color: #ffffff;
}
.btn-area-block.-fvaccountBtn .accountBtn .link-btn {
  width: 100%;
}
.btn-area-block.-fvaccountBtn .accountBtn .link-btn a {
  padding: 10px 0;
  border: 2px solid #de0025;
}
@media screen and (min-width: 769px) {
  .contents-block.btn-area_adjust {
    padding: 40px 0 0;
  }
  .accountBtn {
    width: 100%;
    margin: 0 auto 0;
    text-align: center;
    padding: 25px 0;
    background-color: #de0025;
  }
  .accountBtn .link-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    display: block;
    max-width: 670px;
    width: 63%;
    line-height: 1.3;
    border-radius: 50px;
    overflow: hidden;
    background: #de0025;
   transition: all 0.5s;
  }
  .accountBtn .link-btn.zoom-in:hover {
    transform: scale(1.1);
  }
  .accountBtn .link-btn:active {
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
  }
  .accountBtn .link-btn:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient( 130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 55%);
    animation: shine 5s infinite;
  }
  .accountBtn .link-btn a {
    position: relative;
    display:  block;
    font-size: clamp(20px,2.586206897vw,30px);
    font-weight: 700;
    margin: 0 auto;
    padding: 20px 0;
     color: #fff;
     border: 2px solid #fff;
     letter-spacing: 0.05em;
    line-height: 1.3;
    border-radius: 50px;
    overflow: hidden;
  }
  .accountBtn .link-btn a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 12px auto auto;
    max-width: 30px;
    max-height: 30px;
    min-width: 25px;
    min-height: 25px;
    width: 2.284vw;
    height: 2.284vw;
    background-image: url(../images/icn_accountbtn_arr.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: right center;
  }
  /* FV用 */
  .btn-area-block.-fvaccountBtn {
    display: none;
  }
}