@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
html, body {
  height: 100%;
}
body {
  font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  background-color: #fff;
  color: #1d1d1d
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  text-decoration: none;
}
a:link {
  color: inherit;
  text-decoration: none;
}
/*--------------------
common
---------------------*/
.inner {
  padding: 2vw 0;
  width: 90vw;
  margin: 0 auto;
}
.fade_off {
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
.fade_on {
  opacity: 1;
}
.note {
  font-size: 12px;
  line-height: 1.4;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
.line_yel {
  background: linear-gradient(transparent 50%, #ff6 50%);
}
.line_yelL {
  background: linear-gradient(transparent 50%, #ffea84 50%);
}
.line_pink {
  background: linear-gradient(transparent 50%, #feebf0 50%);
}
.fc_yel {
  color: #fff100;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bg_blueL {
  background: #f3f4f6;
}
.emphasis {
  text-emphasis: filled;
  -webkit-text-emphasis: filled;
}
.c-movie {
  margin-top: 10vw;
}
.c-movie iframe {
  display: block;
  margin-inline: auto
}
.c-movie iframe[src*=youtube] {
  aspect-ratio: 16/9;
  max-width: 100%;
  height: auto
}
.c-bnr .c-bnr .inner img {
  border: 5px solid #1a9abe;
}
.bnr_24h {
  text-align: center;
  margin-top: 100px;
  border-bottom: 5px dotted #102955;
  padding-bottom: 100px;
}
/*--------------------
header
---------------------*/
header {
  position: relative;
  z-index: 10;
  box-shadow: 0px 8px 15px -6px rgba(0, 0, 0, 0.2);
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 15px 10px;
}
.logo {
  display: block;
  width: 40%;
  max-width: 200px;
}
header .h_link a {
  background-color: #f28900;
  border-radius: 50px;
  font-weight: 600;
  color: #fff;
  font-size: clamp(12px, 1vw, 16px);
  padding: 1vw 4vw;
  position: relative;
}
header .h_link a::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/arrow.png") center center no-repeat;
  background-size: 100%;
  width: 1vw;
  height: 2vw;
  right: 2vw;
  top: 50%;
  transform: translate(0, -50%);
}
header .h_link a em {
  color: #feec71;
  font-weight: 600;
}
/*--------------------
attention
---------------------*/
/*--------------------
footer
---------------------*/
#footerWrap {
  width: 100%;
  background: #f2f4f6;
  line-height: 1.4;
  letter-spacing: normal;
}
#footerWrap #attention {
  margin: 0 auto 0;
  background: url("/g/img/beginner/attention.gif") no-repeat 10px 40px;
  background-size: 100px auto;
  padding: 50px 10px 0 10px;
  width: 100%;
  max-width: 980px;
  font-size: 10px !important;
  box-sizing: border-box;
}
#footerWrap #attention2 dl {
  margin: 0 0 20px;
}
#footerWrap #attention2 dl:last-of-type {
  margin: 0 0 0;
}
#footerWrap #attention2 dt {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 12px;
}
#footerWrap #attention2 dd {
  margin-bottom: 10px;
  margin-left: 0;
  font-size: 12px;
  font-weight: 500;
}
#footerWrap #attention2 a.textlink1 {
  font-size: 10px;
}
#footerWrap #attention2 {
  width: 100%;
  max-width: 980px;
  margin: 10px auto;
  padding-top: 0;
  padding-bottom: 10px;
  box-sizing: border-box;
  line-height: 1.6;
}
#footerWrap #footer {
  width: 100%;
  min-width: inherit;
  background: none;
  padding: 10px 0;
  text-align: center;
  background-color: #ffffff;
}
/*--------------------
cv
---------------------*/
.cv .cv_area {
  background-color: #102955;
}
.cv .cv_area .inner {
  padding: 10vw 0 8vw;
}
.cv .cv_area h2 {
  font-size: clamp(24px, 1vw, 36px);
  padding: 0 0 9vw;
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2rem;
}
.cv .cv_area .link a {
  display: block;
  position: relative;
  width: 90vw;
  text-align: center;
  margin: 0 auto 3vw;
  background-color: #f28900;
  color: #fff;
  font-weight: 600;
  font-size: clamp(25px, 1vw, 50px);
  letter-spacing: 0.2rem;
  padding: 6vw;
  border-radius: 50px;
  box-shadow: 0px 5px 0px 0px #9c5900;
}
.cv .cv_area .link img {
  width: 67vw;
  position: absolute;
  left: 50%;
  top: -5vw;
  transform: translate(-50%, 0);
}
.cv .cv_area .note {
  color: #fff;
  text-align: center;
  margin: 0 auto 7vw;
}
.cv .bnr_area {
  padding: 6vw 0;
}
.cv.cv_last .cv_area {
  padding: 10vw 0 0;
}
/*--------------------
main_visual
---------------------*/
.main_visual .inner {
  padding: 0;
  position: relative;
  width: 100vw;
}
.main_visual .mv_tit01 {
  padding: 0;
}
.main_visual .mv_link {
  background-color: #fff;
  /* border-bottom: 3vw solid #042c57; */
}
.main_visual .mv_link a {
  display: block;
  position: relative;
  width: 90vw;
  text-align: center;
  margin: 13vw auto 4vw;
  background-color: #f28900;
  color: #fff;
  font-weight: 600;
  font-size: clamp(25px, 1vw, 50px);
  letter-spacing: 0.2rem;
  padding: 6vw;
  border-radius: 50px;
  box-shadow: 0px 5px 0px 0px #9c5900;
}
.main_visual .mv_link a::after {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/arrow.png") center center no-repeat;
  background-size: 100%;
  width: 2.8vw;
  height: 5vw;
  top: 50%;
  right: 6vw;
  transform: translate(0, -50%);
}
.main_visual .mv_link a img {
  width: 67vw;
  position: absolute;
  left: 50%;
  top: -8vw;
  transform: translate(-50%, 0);
}
.cfd_spread_cp {
  margin: 24px auto 0;
  padding: 0 10px;
  text-align: center;
}
/*--------------------
link
---------------------*/
#link {
  padding: 10vw 0;
}
#link .tit {
  color: #102955;
  font-size: clamp(30px, 1vw, 60px);
  text-align: center;
  font-weight: 700;
  margin: 0 0 9vw;
  letter-spacing: 0.2rem;
}
#link .tit small {
  display: block;
  font-size: 0.7em;
}
#link .tit span {
  position: relative;
}
#link .tit span::before, #link .tit span::after {
  position: absolute;
  content: "";
  display: block;
  width: 6vw;
  height: 8vw;
  bottom: 0;
}
#link .tit span::before {
  background: url("../img/fukidash_L.png") center center no-repeat;
  background-size: 100%;
  left: -8vw;
}
#link .tit span::after {
  background: url("../img/fukidash_R.png") center center no-repeat;
  background-size: 100%;
  right: -8vw;
}
#link ul li {
  width: 90vw;
  margin: 0 auto 5vw;
}
/*--------------------
sec_common
---------------------*/
.ap-tit {
  text-align: center;
  font-size: clamp(30px, 1vw, 60px);
  color: #102955;
  font-weight: 700;
  margin: 0 0 9vw;
  letter-spacing: 0.2rem;
}
.ap-tit .icon {
  display: block;
  width: 21vw;
  height: auto;
  margin: 0 auto 2vw;
}
.ap-tit strong {
  font-size: 1.5em;
}
/*--------------------
ap01
---------------------*/
#ap01 {
  padding: 10vw 0;
  position: relative;
  border-top: 5px dotted #102955;
}
#ap01::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/ap01_bg.png") left top no-repeat;
  background-size: 100%;
  width: 24vw;
  height: 200vw;
  left: 0;
  top: 4vw;
  z-index: 1;
}
#ap01 .inner {
  position: relative;
  z-index: 2;
}
#ap01 .ap01_wrap .ap01_01 {
  position: relative;
  width: 90vw;
  margin: 0 auto 12vw;
  font-weight: 600;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.70);
  box-shadow: 5px 5px 0px 0px #b6becb;
}
#ap01 .ap01_wrap .cfd_oil .ap01_01 {
  margin-bottom: 3vw;
}
#ap01 .ap01_wrap .cfd_else .ap01_01, #ap01 .ap01_table_spread .ap01_01 {
  margin: 0 auto 3vw;
}
#ap01 .ap01_table_spread table {
  table-layout: fixed;
}
#ap01 .ap01_wrap .cfd_gold .ap01_01::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/ap01_img01.png") center center no-repeat;
  background-size: 100%;
  width: 11vw;
  height: 13vw;
  left: -2vw;
  top: -5vw;
}
#ap01 .ap01_wrap .cfd_oil .ap01_01::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/ap01_img02.png") center center no-repeat;
  background-size: 100%;
  width: 11vw;
  height: 13vw;
  right: -3vw;
  top: -7vw;
}
#ap01 .ap01_wrap .ap01_01 tr th {
  background-color: #102955;
  color: #fff;
  font-weight: 700;
  padding: 2vw 0;
  text-align: center;
}
#ap01 .ap01_wrap .ap01_01 tr td {
  color: #102955;
  padding: 3vw 0 2vw;
  vertical-align: top;
  font-size: clamp(15px, 1vw, 18px);
}
#ap01 .ap01_wrap .ap01_01 tr td .td_tit {
  color: #102955;
  background-color: #E5E8ED;
  border-radius: 50px;
  padding: 1vw 6vw;
  display: inline-block;
  font-size: clamp(12px, 1vw, 16px);
}
#ap01 .ap01_table_spread .ap01_wrap .ap01_01 tr td {
  vertical-align: middle;
}
#ap01 .ap01_table_spread .ap01_wrap .ap01_01 tr td small {
  font-size: 0.7em;
}
#ap01 .ap01_wrap .ap01_01 .fc-normal .td_tit {
  margin: 0 0 2vw;
  font-weight: 600;
}
#ap01 .ap01_wrap .ap01_01 .fc-normal .td_label {
  font-size: 0.7em;
}
#ap01 .ap01_wrap .ap01_01 .border-rb {
  border-right: 1px solid #102955;
  border-bottom: 1px solid #102955;
}
#ap01 .ap01_wrap .ap01_01 .border-r {
  border-right: 1px solid #102955;
}
#ap01 .ap01_wrap .ap01_01 .border-b {
  border-bottom: 1px solid #102955;
}
#ap01 .ap01_wrap .ap01_01 em {
  font-weight: 700;
}
#ap01 .ap01_wrap .ap01_01 em strong {
  font-size: 1.5em;
}
#ap01 h3 {
  text-align: center;
  font-size: clamp(20px, 1vw, 40px);
  color: #102955;
  font-weight: 600;
  margin: 0 0 5vw;
}
#ap01 .ap01_wrap .cfd_else .ap01_01 th, #ap01 .ap01_wrap .cfd_else .ap01_01 td, #ap01 .ap01_table_spread .ap01_wrap .ap01_01 th {
  font-size: clamp(12px, 1vw, 18px);
  vertical-align: middle;
  padding: 2vw;
}
#ap01 .ap01_wrap .cfd_else .ap01_01 td {
  font-size: clamp(10px, 1vw, 16px);
}
#ap01 .ap01_wrap .cfd_else .ap01_01 td > span {
  font-size: clamp(12px, 1vw, 18px);
}
#ap01 .ap01_wrap .cfd_else .ap01_01 .th-ver, #ap01 .ap01_table_spread .ap01_wrap .ap01_01 .th-ver {
  background-color: #E5E8ED;
  color: #102955;
}
#ap01 .ap01_wrap .cfd_else .ap01_01 .th-side, #ap01 .ap01_table_spread .ap01_wrap .ap01_01 .th-side {
  border-right: 1px solid #fff;
}
.ap01_table_wrap + .ap01_table_wrap {
  margin-top: 12vw;
}
/*--------------------
lead_box
---------------------*/
.lead_box {
  background-color: #102955;
  font-size: clamp(24px, 1vw, 36px);
  padding: 6vw 0;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-align: center;
}
/*--------------------
no-fees
---------------------*/
#no-fees {
  padding: 10vw 0;
}
#no-fees .tit {
  color: #102955;
  font-size: clamp(30px, 1vw, 60px);
  text-align: center;
  font-weight: 700;
  margin: 0 0 9vw;
}
#no-fees .tit small {
  display: block;
  font-size: 0.7em;
}
#no-fees .tit span {
  position: relative;
  background: linear-gradient(transparent 50%, #fff 50%);
}
#no-fees .tit span strong {
  font-size: 1.2em;
}
#no-fees .tit span::before {
  position: absolute;
  content: "";
  display: block;
  width: 11vw;
  height: 11vw;
  background: url("../img/no-fees_img01.svg") center center no-repeat;
  background-size: 100%;
  top: -10vw;
  right: -10vw;
}
#no-fees .fees_list {
  width: 90vw;
  margin: 0 auto;
}
#no-fees .note {
  margin: 0 auto 9vw;
  letter-spacing: 0;
}
#no-fees .attention {
  width: 90vw;
  margin: 0 auto;
  background-color: #fff;
  border: 3px solid #102955;
  border-radius: 10px;
  box-shadow: 5px 5px 0px 0px #b6becb;
  padding: 6vw 5vw;
}
#no-fees .attention dt {
  border-bottom: 1px solid #102955;
  padding: 0 0 3vw;
  margin: 0 0 5vw;
}
#no-fees .attention dt span {
  color: #102955;
  font-weight: 700;
  font-size: clamp(18px, 1vw, 24px);
  padding: 0 0 0 13vw;
  position: relative;
}
#no-fees .attention dt span::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/no-fees_atten_img.png") center center no-repeat;
  background-size: 100%;
  width: 11vw;
  height: 11vw;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#no-fees .attention dd {
  font-size: clamp(12px, 1vw, 14px);
}
/*--------------------
ap02
---------------------*/
#ap02 {
  padding: 10vw 0;
  position: relative;
  border-top: 5px dotted #102955;
}
#ap02::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/ap02_bg.png") left top no-repeat;
  background-size: 100%;
  width: 24vw;
  height: 200vw;
  left: 0;
  top: 4vw;
  z-index: 1;
}
#ap02 .inner {
  position: relative;
  z-index: 2;
}
#ap02 .ap-lead {
  font-size: clamp(14px, 1vw, 24px);
  font-weight: 600;
  color: #102955;
  text-align: center;
  margin: 0 0 6vw;
}
#ap02 .ap02_wrap .ap02_01 {
  margin: 0 auto 12vw;
  font-weight: 600;
  text-align: center;
  width: 100%;
}
#ap02 .ap02_wrap .ap02_01 th {
  background-color: #102955;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2rem;
  padding: 2vw 0;
  text-align: center;
}
#ap02 .ap02_wrap .ap02_01 td {
  font-size: clamp(12px, 1vw, 16px);
  font-weight: 600;
  width: 50%;
  text-align: left;
  padding: 2vw;
  background-color: rgba(255, 255, 255, 0.70);
}
#ap02 .ap02_wrap .ap02_01 td.no_bg {
  background-color: rgba(255, 255, 255, 0.0);
}
#ap02 .ap02_wrap .ap02_01 .border-rb {
  border-right: 1px solid #102955;
  border-bottom: 1px solid #102955;
}
#ap02 .ap02_wrap .ap02_01 .border-r {
  border-right: 1px solid #102955;
}
#ap02 .ap02_wrap .ap02_01 .border-b {
  border-bottom: 1px solid #102955;
}
#ap02 .ap02_wrap .ap02_01 td .name_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#ap02 .ap02_wrap .ap02_01 td .name_wrap .img {
  width: 15vw;
  height: auto;
}
#ap02 .ap02_wrap .ap02_01 td .name_wrap .name {
  font-size: clamp(12px, 1vw, 16px);
}
/*--------------------
ap03
---------------------*/
#ap03 {
  padding: 10vw 0;
  position: relative;
}
#ap03::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/ap03_bg.png") left top no-repeat;
  background-size: 100%;
  width: 24vw;
  height: 200vw;
  left: 0;
  top: 4vw;
  z-index: 1;
}
#ap03 .inner {
  position: relative;
  z-index: 2;
}
#ap03 .ap-lead {
  font-size: clamp(14px, 1vw, 24px);
  font-weight: 600;
  color: #102955;
  text-align: center;
  margin: 0 0 9vw;
}
#ap03 h3 {
  text-align: center;
  margin: 0 auto 7vw;
}
#ap03 h3 span {
  position: relative;
  font-size: clamp(20px, 1vw, 30px);
  font-weight: 700;
  color: #102955;
}
#ap03 h3 span::before, #ap03 h3 span::after {
  position: absolute;
  content: "";
  display: block;
  width: 1vw;
  height: 7vw;
  border-top: 1px solid #102955;
  border-bottom: 1px solid #102955;
  top: 50%;
  transform: translate(0, -50%);
}
#ap03 h3 span::before {
  border-left: 1px solid #102955;
  left: -5vw;
}
#ap03 h3 span::after {
  border-right: 1px solid #102955;
  right: -5vw;
}
#ap03 .apl-sp {
  margin: 0 auto 16vw;
}
#ap03 .ap03_img dd {
  text-align: center;
  color: #102955;
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 700;
}
/*--------------------
anshin01
---------------------*/
.anshin .anshin_tit {
  text-align: center;
  letter-spacing: 0.2rem;
}
.anshin .anshin_tit span {
  position: relative;
  text-align: center;
  color: #1a9abe;
  font-size: clamp(20px, 1vw, 30px);
  font-weight: 700;
  display: block;
  width: 70vw;
  margin: 0 auto 7vw;
  background-color: #fff;
  padding: 2vw;
}
.anshin .anshin_tit span::before, .anshin .anshin_tit span::after {
  position: absolute;
  content: "";
  display: block;
  width: 11vw;
  height: 6vw;
}
.anshin .anshin_tit span::before {
  border-top: 1px solid #1a9abe;
  border-left: 1px solid #1a9abe;
  top: -1vw;
  left: -1vw;
}
.anshin .anshin_tit span::after {
  border-bottom: 1px solid #1a9abe;
  border-right: 1px solid #1a9abe;
  bottom: -1vw;
  right: -1vw;
}
.anshin .anshin_lead {
  font-size: clamp(14px, 1vw, 20px);
  text-align: center;
  font-weight: 600;
  margin: 0 auto 9vw;
  letter-spacing: 0.2rem;
}
#anshin01 {
  background-color: #e8f5f8;
  padding: 10vw 0;
  border-top: 5px dotted #1a9abe;
}
#anshin01 .tit {
  color: #1a9abe;
  font-size: clamp(30px, 1vw, 60px);
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.2rem;
  margin: 0 0 9vw;
}
#anshin01 .tit small {
  display: block;
  font-size: 0.7em;
}
#anshin01 .tit span {
  position: relative;
}
#anshin01 .tit span::before, #anshin01 .tit span::after {
  position: absolute;
  content: "";
  display: block;
  width: 5vw;
  height: 12vw;
  bottom: 0;
}
#anshin01 .tit span::before {
  background: url("../img/anshin_fukidashiL.svg") center center no-repeat;
  background-size: 100%;
  left: -9vw;
}
#anshin01 .tit span::after {
  background: url("../img/anshin_fukidashiR.svg") center center no-repeat;
  background-size: 100%;
  right: -9vw;
}
#anshin01 .info li:first-of-type {
  margin: 0 auto 8vw;
}
#anshin01 .info li dl dt {
  margin: 0 auto 4vw;
}
#anshin01 .info li dl dd {
  font-size: clamp(14px, 1vw, 16px);
  text-align: center;
  font-weight: 600;
}
/*--------------------
anshin02
---------------------*/
#anshin02 {
  background-color: #fff;
  padding: 10vw 0;
}
#anshin02.anshin .anshin_tit span {
  background-color: #e8f5f8;
}
#anshin02 .anshin02_wrap {
  background-color: #fffdeb;
  padding: 7vw 4vw;
  border-radius: 8px;
  border-top: 12px solid #d8cfb6;
  border-bottom: 12px solid #d8cfb6;
}
#anshin02 .anshin02_wrap .tit {
  margin: 0 0 5vw;
}
#anshin02 .anshin02_wrap .sub_tit {
  text-align: center;
  font-weight: 600;
  font-size: clamp(14px, 1vw, 16px);
  margin: 0 0 5vw;
}
#anshin02 .anshin02_wrap .tel {
  margin: 0 0 5vw;
}
#anshin02 .anshin02_wrap .hdi_wrap dl {
  width: 48%;
}
#anshin02 .anshin02_wrap .hdi_wrap dl dt {
  margin: 0 0 2vw;
}
#anshin02 .anshin02_wrap .hdi_wrap dl dd {
  font-size: clamp(12px, 1vw, 16px);
  font-weight: 600;
  text-align: center;
}
/*--------------------
anshin03
---------------------*/
#anshin03 {
  background-color: #e8f5f8;
  padding: 10vw 0;
}
#anshin03.anshin .anshin_lead {
  margin: 0 auto 14vw;
}
#anshin03 .anshin03_wrap .maint_box.maint01 {
  margin: 0 auto 17vw;
}
#anshin03 .anshin03_wrap .maint_box dl {
  background-color: #1a9abe;
  padding: 2vw;
  border-radius: 8px;
  box-shadow: 5px 5px 0px 0px #8abfce;
  position: relative;
}
#anshin03 .anshin03_wrap .maint_box dl dt {
  position: absolute;
  z-index: 1;
  top: -7vw;
  height: 10vw;
  width: auto;
  left: 0;
}
#anshin03 .anshin03_wrap .maint_box dl dt img {
  height: 10vw;
  width: auto;
}
#anshin03 .anshin03_wrap .maint_box dl dd {
  position: relative;
  z-index: 2;
}
/*--------------------
account
---------------------*/
#account_step {
  border-top: 5px dotted #102955;
  overflow: hidden;
}
#account_step h2 {
  font-size: clamp(30px, 1vw, 60px);
  font-weight: 600;
  text-align: center;
  margin: 30px 0;
  color: #102955;
}
#account_step h2 span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 40px 0 0;
}
#account_step .lead {
  font-size: clamp(14px, 1vw, 20px);
  text-align: center;
  font-weight: 600;
  margin: 0 auto 9vw;
}
.step_info {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 50px 0 5px;
  position: relative;
  box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 22%);
}
.step_info::after, .examination::after {
  display: block;
  position: absolute;
  bottom: -30px;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-top: 4px solid #102955;
  border-right: 4px solid #102955;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.step_info:last-of-type:after {
  display: none;
}
#account_step .icon_step {
  display: block;
  position: absolute;
  width: 17vw;
  height: 17vw;
  line-height: 1.2;
  top: -7vw;
  left: 10px;
  box-sizing: border-box;
}
#account_step .icon_step em {
  font-size: 50px;
}
.step_info .read {
  color: #102955;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
.step_info .image img {
  width: 100%;
}
.step_info .text {
  padding: 10px;
  line-height: 1.6;
  font-size: clamp(12px, 1vw, 14px);
  letter-spacing: 0.05rem;
}
.step_info .text a {
  text-decoration: underline;
}
.examination {
  background: #50607b;
  color: #fff;
  font-size: 25px;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 50px;
  position: relative;
}
/******************************
card
*****************************/
#card {
  padding: 50px 0 50px;
}
#card .section-tit .inner {
  padding: 0 15px 10px;
}
#card .section-tit h2 {
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 1.5px;
  margin: 0 0 20px;
}
#card .section-tit span {
  display: block;
  margin: 0 0 10px;
}
#card .section-tit em {
  display: inline-block;
  color: #102955;
  font-weight: 700;
  border-bottom: 1px dashed #102955;
  padding: 5px 10px;
}
#card .section-box-wh {
  padding: 30px 15px 30px;
  background: #e9f5f8;
  box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 30%);
}
#card .section-box-wh .card_box dt {
  text-align: center;
}
#card .section-box-wh .card_box dt span {
  font-size: 1.1rem;
  display: inline-block;
  font-weight: 600;
  padding: 0 0 10px;
  margin: 0 0 18px;
  color: #102955;
  border-bottom: 1px dashed #102955;
}
#card .section-box-wh .card_box dd {
  text-align: center;
}
#card .section-box-wh .card_box dd img {
  width: 55%;
  display: block;
  margin: 0 auto 20px;
}
#card .section-box-wh .card_box dd p {
  font-size: .8rem;
}
#card .section-box-wh.card01 {
  margin: 0 0 15px;
}
#card .inner > .flex_pc > p {
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
  margin: 0 0 15px;
}
.card_box_lead {
  color: #fff;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
}
.card_box_lead strong {
  font-size: 1.4rem;
}
.card_box_lead sup {
  font-size: 0.6rem;
}
.card_box_lead .note-border {
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.6;
  padding: 15px;
  margin: 30px 0;
  border: 1px solid #fff;
}
.card_box_lead .note {
  font-size: .6rem;
  line-height: 1.6;
  text-align: left;
  margin: 0 0 30px;
}
/****************************

tablet

****************************/
@media screen and (min-width:480px) {}
/****************************

PC

****************************/
@media screen and (min-width:1080px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .flex_pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .inner {
    width: 1000px;
    padding: 0;
    margin: 0 auto;
  }
  section .inner, .action .inner {}
  .text_area {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .large_text {
    font-size: 24px;
  }
  .note {
    font-size: 16px;
  }
  .lead {
    font-size: 2rem;
    margin: 0 0 4rem;
  }
  .lead strong {
    font-size: 2.3rem;
  }
  .box_wh {
    border: 5px solid #000;
    box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, .4);
    padding: 4rem;
    margin: 0 0 3rem;
  }
  a {
    transition: .3s all;
  }
  a:hover {
    text-decoration: none;
  }
  a:visited {
    text-decoration: none;
  }
  /*--------------------
   header
  ---------------------*/
  header .inner {
    padding: 10px 15px 10px;
    max-width: 1000px;
  }
  header .h_link a {
    font-size: 16px;
    padding: 5px 30px;
  }
  header .h_link a:hover {
    opacity: .8;
  }
  header .h_link a::before {
    width: 8px;
    height: 12px;
    right: 15px;
  }
  .c-movie {
    margin-top: 100px;
  }
  .c-bnr {
    margin-top: 100px;
  }
  .c-bnr .inner {
    text-align: center;
  }
  .c-bnr .inner img {
    width: 75%;
    margin: 0 auto;
    border: 5px solid #1a9abe;
  }
  /*--------------------
   footer
  ---------------------*/
  #footerWrap #attention {
    background: url("https://www.gaitame.com/g/img/beginner/attention.gif") no-repeat 10px 60px;
    padding: 80px 10px 0 10px;
    width: 100%;
    max-width: 980px;
    font-size: 12px !important;
  }
  /*--------------------
  attention
  ---------------------*/
  .attention p {
    font-size: 1.125rem;
  }
  /*--------------------
cv
---------------------*/
  .cv .cv_area .inner {
    padding: 100px 0 40px;
  }
  .cv .cv_area h2 {
    font-size: 36px;
    padding: 0 0 100px;
  }
  .cv .cv_area .link a {
    width: 830px;
    font-size: 50px;
    padding: 25px 150px;
    border-radius: 130px;
    margin: 0 auto 30px;
    box-shadow: 0px 10px 0px 0px #9c5900;
  }
  .cv .cv_area .link a:hover {
    box-shadow: none;
    transform: translate3d(0, 10px, 0);
  }
  .cv .cv_area .link img {
    width: 510px;
    top: -60px;
  }
  .cv .bnr_area {
    padding: 54px 0 100px;
  }
  .cv .bnr_area a:hover {
    opacity: .8;
  }
  .cv.cv_last .cv_area {
    padding: 100px 0 0;
  }
  /*--------------------
main_visual
---------------------*/
  .main_visual {
    background: url("../img/pc/mv_bg02.jpg") top center no-repeat;
    background-size: cover;
  }
  .main_visual .inner {
    position: relative;
    width: 1000px;
    padding: 50px 0 35px;
  }
  .main_visual .inner::before {
    position: absolute;
    content: "";
    display: block;
    background: url("../img/pc/mv_img.png") center top no-repeat;
    background-size: 100%;
    width: 620px;
    height: 590px;
    left: -90px;
    bottom: 0;
  }
  .main_visual .mv_cont {
    width: 500px;
    padding: 0;
    margin: 0 0 0 auto;
  }
  .main_visual .mv_tit01 {
    padding: 0 0 70px;
  }
  .main_visual .mv_link {
    width: 474px;
    margin: 0 auto;
    background-color: transparent;
    border-bottom: none;
  }
  .main_visual .mv_link a {
    font-size: 34px;
    padding: 25px 10px;
    border-radius: 130px;
    margin: 0 auto;
    width: 474px;
    box-shadow: 0px 10px 0px 0px #9c5900;
  }
  .main_visual .mv_link a::after {
    width: 13px;
    height: 22px;
    right: 32px;
  }
  .main_visual .mv_link a:hover {
    box-shadow: none;
    transform: translate3d(0, 10px, 0);
  }
  .main_visual .mv_link a img {
    width: 370px;
    top: -45px;
  }
  .main_visual .note {
    width: inherit;
    left: 0;
    transform: inherit;
    bottom: 15px;
    color: #1d1d1d;
    text-shadow: 0 0 3px #e8f5f8, 0 0 3px #e8f5f8, 0 0 3px #e8f5f8, 0 0 3px #e8f5f8, 0 0 3px #e8f5f8, 0 0 3px #e8f5f8, 0 0 3px #e8f5f8, 0 0 3px #e8f5f8, 0 0 3px #e8f5f8, 0 0 3px #e8f5f8, 0 0 3px #e8f5f8, 0 0 3px #e8f5f8, 0 0 3px #e8f5f8, 0 0 3px #e8f5f8, 0 0 3px #e8f5f8, 0 0 3px #e8f5f8;
    letter-spacing: 0;
    font-size: 12px;
  }
  /*--------------------
  sec_common
  ---------------------*/
  /*--------------------
link
---------------------*/
  #link {
    padding: 100px 0;
  }
  #link .tit {
    font-size: 60px;
    margin: 0 0 60px;
  }
  #link .tit span::before, #link .tit span::after {
    width: 45px;
    height: 56px;
    bottom: 10px;
  }
  #link .tit span::before {
    left: -50px;
  }
  #link .tit span::after {
    right: -50px;
  }
  #link ul li {
    width: 315px;
    height: auto;
    margin: 0;
    transition: .3s all;
  }
  #link ul li:hover {
    transform: translate3d(0, 10px, 0);
    opacity: .8;
  }
  /*--------------------
ap
---------------------*/
  .ap-tit {
    font-size: 60px;
    margin: 0 auto 50px;
  }
  .ap-tit .icon {
    width: 165px;
    margin: 0 auto 10px;
  }
  /*--------------------
ap01
---------------------*/
  #ap01 {
    padding: 100px 0 170px;
  }
  #ap01::before {
    background: url(../img/pc/ap01_bg.png) left top no-repeat;
    background-size: 100%;
    width: 1000px;
    height: 130px;
    left: inherit;
    top: inherit;
    right: 0;
    bottom: 0;
  }
  #ap01 .ap01_wrap.flex_pc div {
    width: 480px;
  }
  #ap01 .ap01_wrap .ap01_01 {
    width: 100%;
    margin: 0 auto 15px;
  }
  #ap01 .ap01_wrap .cfd_gold .ap01_01::before {
    width: 100px;
    height: 117px;
    left: -10px;
    top: -50px;
  }
  #ap01 .ap01_wrap .cfd_oil .ap01_01::before {
    width: 100px;
    height: 117px;
    right: -32px;
    top: inherit;
    bottom: -50px;
  }
  #ap01 .ap01_wrap .ap01_01 tr th {
    font-size: 28px;
    padding: 10px 0;
  }
  #ap01 .ap01_wrap .ap01_01 tr td {
    font-size: 18px;
    padding: 20px 0 15px
  }
  #ap01 .ap01_table_spread .ap01_wrap .ap01_01 tr td {
    padding: 20px 0;
  }
  #ap01 .ap01_wrap .ap01_01 tr td .td_tit {
    font-size: 16px;
    padding: 5px 25px;
  }
  #ap01 .ap01_wrap .ap01_01 .fc-normal .td_tit {
    margin: 0 0 30px;
  }
  #ap01 .ap01_wrap .ap01_01 .fc-normal .td_label {
    font-size: 0.7em;
  }
  #ap01 .ap01_wrap .ap01_01 em {
    font-size: 30px;
  }
  #ap01 h3 {
    font-size: 32px;
    margin: 0 auto 30px;
  }
  #ap01 .ap01_wrap .cfd_else .ap01_01, #ap01 .ap01_table_spread .ap01_01 {
    margin: 0 auto 15px;
  }
  #ap01 .ap01_wrap .cfd_else .ap01_01 th, #ap01 .ap01_wrap .cfd_else .ap01_01 td, #ap01 .ap01_table_spread .ap01_wrap .ap01_01 th {
    font-size: 18px;
  }
  #ap01 .ap01_wrap .cfd_else .ap01_01 td {
    font-size: 12px;
  }
  #ap01 .ap01_wrap .cfd_else .ap01_01 td > span {
    font-size: 18px;
  }
  #ap01 .ap01_wrap .cfd_else .ap01_01 .th-side {
    width: 20%;
  }
  .ap01_table_wrap + .ap01_table_wrap {
    margin-top: 100px;
  }
  /*--------------------
lead_box
---------------------*/
  .lead_box {
    font-size: 36px;
  }
  /*--------------------
no-fees
---------------------*/
  #no-fees .tit {
    font-size: 60px;
    margin: 0 0 60px
  }
  #no-fees .tit span {
    letter-spacing: 0.1em;
  }
  #no-fees .tit span::before {
    width: 60px;
    height: 60px;
    top: -50px;
    right: -50px;
  }
  #no-fees .attention {
    padding: 40px;
    border: 5px solid #102955;
  }
  #no-fees .attention dt {
    padding: 0 0 12px;
    margin: 0 0 25px
  }
  #no-fees .attention dt span {
    font-size: 24px;
    padding: 0 0 0 50px;
  }
  #no-fees .attention dt span::before {
    width: 41px;
    height: 39px;
  }
  #no-fees .attention dd {
    font-size: 14px;
  }
  #no-fees .fees_list {
    width: 877px;
  }
  #no-fees .note {
    margin: 0 auto 80px;
    width: 847px;
  }
  #no-fees .attention {
    width: 100%;
  }
  /*--------------------
ap02
---------------------*/
  #ap02::before {
    background: url(../img/pc/ap02_bg.png) left top no-repeat;
    background-size: 100%;
    width: 1070px;
    height: 132px;
    left: inherit;
    right: 0;
    top: inherit;
    bottom: 0;
  }
  #ap02 .ap-lead {
    font-size: 24px;
    margin: 0 0 60px;
  }
  #ap02 .ap02_wrap > div {
    width: 315px;
  }
  #ap02 .ap02_wrap div .ap02_01 {
    width: 315px;
    margin: 0;
  }
  #ap02 .ap02_wrap div .ap02_01 tbody {
    width: 315px;
  }
  #ap02 .ap02_wrap .ap02_01 th {
    padding: 15px 0;
    font-size: 24px;
  }
  #ap02 .ap02_wrap .ap02_01 td {
    width: 100%;
    display: block;
    padding: 5px 25px;
    border-bottom: 1px solid #102955;
  }
  #ap02 .ap02_wrap .ap02_01 td .name_wrap .img {
    width: 67px;
    margin-right: 25px;
  }
  #ap02 .ap02_wrap .ap02_01 td .name_wrap .name {
    font-size: 16px;
  }
  #ap02 .ap02_wrap .ap02_01 .border-r, #ap02 .ap02_wrap .ap02_01 .border-rb {
    border-right: none;
  }
  #ap02 .ap02_wrap .ap02_01 td.no_bg {
    border-bottom: none;
  }
  /*--------------------
ap03
---------------------*/
  #ap03::before {
    position: absolute;
    content: "";
    display: block;
    background: url(../img/pc/ap03_bg.png) left top no-repeat;
    background-size: 100%;
    width: 1070px;
    height: 132px;
    left: inherit;
    right: 0;
    top: inherit;
    bottom: 0;
    z-index: 1;
  }
  #ap03 h3 {
    margin: 0 auto 60px;
  }
  #ap03 .ap-lead {
    font-size: 24px;
    margin: 0 0 60px;
  }
  #ap03 .flex_pc {
    align-items: center;
    justify-content: flex-start;
  }
  #ap03 h3 span {
    font-size: 30px;
  }
  #ap03 h3 span::before, #ap03 h3 span::after {
    width: 12px;
    height: 57px
  }
  #ap03 .apl-sp {
    margin: 0;
  }
  #ap03 .apl-sp .apl_img {
    width: 60%;
    margin: 0 5% 0 0;
  }
  #ap03 .apl-pc {
    flex-direction: row-reverse;
  }
  #ap03 .apl-pc .apl_img {
    width: 60%;
    margin: 0 0 0 5%;
  }
  #ap03 .apl_desc {
    width: 30%;
  }
  #ap03 .ap03_img dt {
    display: none;
  }
  #ap03 .ap03_img dd {
    font-size: 18px;
  }
  /*--------------------
anshin01
---------------------*/
  .anshin .anshin_tit span {
    width: 524px;
    font-size: 30px;
    margin: 0 auto 50px;
    padding: 15px;
  }
  .anshin .anshin_tit span::before, .anshin .anshin_tit span::after {
    width: 87px;
    height: 48px;
  }
  .anshin .anshin_tit span::before {
    border-top: 2px solid #1a9abe;
    border-left: 2px solid #1a9abe;
    top: -10px;
    left: -10px;
  }
  .anshin .anshin_tit span::after {
    border-bottom: 2px solid #1a9abe;
    border-right: 2px solid #1a9abe;
    bottom: -10px;
    right: -10px;
  }
  .anshin .anshin_lead {
    font-size: 20px;
    margin: 0 0 50px;
  }
  #anshin01 {
    padding: 100px 0;
  }
  #anshin01 .tit {
    font-size: 60px;
    margin: 0 0 70px;
  }
  #anshin01 .tit span::before, #anshin01 .tit span::after {
    width: 33px;
    height: 86px;
  }
  #anshin01 .tit span::after {
    right: -60px;
  }
  #anshin01 .tit span::before {
    left: -60px;
  }
  #anshin01 .info li {
    width: 485px;
  }
  #anshin01 .info li:first-of-type {
    margin: 0;
  }
  #anshin01 .info li dl dt {
    margin: 0 auto 20px;
  }
  #anshin01 .info li dl dd {
    font-size: 16px;
  }
  /*--------------------
anshin02
---------------------*/
  #anshin02 {
    padding: 100px 0;
  }
  #anshin02.anshin .anshin_lead {
    margin: 0 0 100px;
  }
  #anshin02 .anshin02_wrap {
    position: relative;
    padding: 75px 95px 55px;
  }
  #anshin02 .anshin02_wrap .tit {
    position: absolute;
    width: 505px;
    height: auto;
    left: 50%;
    top: -45px;
    transform: translate(-50%, 0);
  }
  #anshin02 .anshin02_wrap .sub_tit {
    font-size: 24px;
    margin: 0 0 40px;
  }
  #anshin02 .anshin02_wrap .tel {
    margin: 0 0 40px;
  }
  #anshin02 .anshin02_wrap .hdi_wrap dl dt {
    margin: 0 0 12px;
  }
  #anshin02 .anshin02_wrap .hdi_wrap dl dd {
    font-size: 16px;
  }
  /*--------------------
anshin03
---------------------*/
  #anshin03 {
    padding: 100px 0;
  }
  #anshin03.anshin .anshin_lead {
    margin: 0 auto 100px;
  }
  #anshin03 .anshin03_wrap .maint_box {
    width: 480px;
  }
  #anshin03 .anshin03_wrap .maint_box.maint01 {
    margin: 0;
  }
  #anshin03 .anshin03_wrap .maint_box dl {
    padding: 8px;
  }
  #anshin03 .anshin03_wrap .maint_box dl dt {
    top: -48px;
    height: 60px
  }
  #anshin03 .anshin03_wrap .maint_box dl dt img {
    height: 100%;
  }
}
@media screen and (min-width:1000px) {
  /******************************
	account_step
	*****************************/
  .step_container {
    display: flex;
    justify-content: space-between;
  }
  .step_info {
    width: 270px;
    padding: 25px 0 5px;
    margin-bottom: 100px;
  }
  .step_info .image img {
    width: 100%;
  }
  .step_info .read {
    font-size: 1.125rem;
  }
  .examination {
    width: 40px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.25rem;
    line-height: 40px;
    letter-spacing: 2rem;
    padding-top: 30px;
    margin-bottom: 100px;
  }
  .step_info::after, .examination::after {
    top: 0;
    bottom: 0;
    right: -23px;
    left: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 16px;
    height: 16px;
  }
  .step_info .text {
    font-size: 0.875rem;
    padding: 16px;
    letter-spacing: 0;
  }
  .campagin_info img {
    max-width: inherit;
  }
  #account_step .point_box {
    margin: 0 0 100px;
  }
  #account_step h2 {
    font-size: 50px;
    margin-top: 100px;
  }
  #account_step h2 span {
    font-size: 24px;
  }
  #account_step .lead {
    margin: 0 0 60px;
    font-size: 20px;
  }
  #account_step .icon_step {
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 1.2;
    top: 25px;
    left: 10px;
    box-sizing: border-box;
  }
  .step_info .read {
    font-size: 1.125rem;
    padding-left: 80px;
    text-align: left;
  }
  #card {
    padding: 100px 0;
  }
  #card .section-tit h2 {
    margin: 0 0 50px;
    font-size: 24px;
  }
  #card .flex_pc {
    align-items: center;
  }
  #card .section-box-wh.card01, #card .section-box-wh.card02 {
    width: 480px;
  }
  #card .section-box-wh.card01 {
    margin: 0;
  }
  #card .inner > .flex_pc > p {
    font-size: 30px;
  }
  #card .section-box-wh .card_box dt span {
    font-size: 18px;
  }
  #card .section-box-wh .card_box dd p {
    font-size: 14px;
  }
}
@media screen and (min-width:601px) and (max-width:1079px) {}
@media screen and (max-width:480px) {
  #ap01 .ap01_wrap {
    width: 90vw;
    margin: 0 auto;
  }
  #ap01 .ap01_wrap .cfd_else {
    overflow: scroll;
  }
  #ap01 .ap01_wrap .cfd_else .ap01_01 {
    width: 150vw;
    margin: 0 auto 3vw;
  }
  .bnr_24h {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  /******************************
	account_step
*****************************/
  #account_step .point_box.card h3 em {
    display: block;
    font-size: 14px;
  }
  #account_step .point_box.card .point_box_contents .point_box_lead {
    font-size: 12px;
  }
  #account_step .point_box.card .point_box_contents .point_box_lead strong {
    font-size: 16px;
    margin: 5px 0;
  }
  #account_step .point_box.card .point_box_contents .card_box {
    padding: 20px 20px;
  }
  #account_step .point_box.card .point_box_contents .card_box dt {
    margin: 0 0 15px;
  }
}
/******************************
	osusume
*****************************/
#osusume {
  padding: 15vw 0;
  background-color: #f3f4f6;
  position: relative;
}
#osusume::before, #osusume::after {
  position: absolute;
  content: "";
  display: block;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(243, 244, 246, 1) 5px, rgba(243, 244, 246, 1) 12px);
  width: 100%;
  height: 5vw;
}
#osusume::before {
  top: 0;
}
#osusume::after {
  bottom: 0;
}
#osusume .tit {
  color: #102955;
  font-size: clamp(30px, 1vw, 60px);
  text-align: center;
  font-weight: 700;
  margin: 0 0 9vw;
  letter-spacing: 0.2rem;
}
#osusume .tit span {
  position: relative;
}
#osusume .tit span::before, #osusume .tit span::after {
  position: absolute;
  content: "";
  display: block;
  width: 6vw;
  height: 8vw;
  bottom: 0;
}
#osusume .tit span::before {
  background: url(../img/fukidash_L.png) center center no-repeat;
  background-size: 100%;
  left: -8vw;
}
#osusume .tit span::after {
  background: url(../img/fukidash_R.png) center center no-repeat;
  background-size: 100%;
  right: -8vw;
}
#osusume .wrap {
  position: relative;
  padding: 0 0 10vw;
}
#osusume .wrap::after {
  position: absolute;
  content: "";
  display: block;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(243, 244, 246, 1) 5px, rgba(243, 244, 246, 1) 12px);
  width: 100%;
  height: 5vw;
  bottom: 7vw;
}
#osusume .wrap.osusume03 {
  padding: 0;
}
#osusume .wrap.osusume03::after {
  display: none;
}
#osusume .wrap .prob {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 93vw;
  margin: 0 auto 0 2vw;
}
#osusume .wrap .prob dt {
  width: 37%;
}
#osusume .wrap .prob dd {
  width: 60%;
  background-color: #112955;
  position: relative;
  padding: 5vw;
  margin: 0 0 7vw;
  color: #fff;
  font-size: 4vw;
  font-weight: 600;
  border-radius: 25px;
  box-shadow: 5px 5px 0px 0px #b6becb;
}
#osusume .wrap .prob dd::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid #112955;
  border-left: 0;
  left: -14px;
  bottom: 14vw;
}
#osusume .wrap .prob dd span {
  color: #ffff01;
}
#osusume .wrap .arrow {
  text-align: center;
  padding: 0 0 3vw;
}
#osusume .wrap .arrow img {
  width: 7vw;
}
#osusume .wrap .sol {
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 5px 5px 0px 0px #b6becb;
  border: 5px solid #102955;
  padding: 5vw;
  margin: 0 auto 10vw;
  position: relative;
  width: 90vw;
}
#osusume .wrap.osusume03 .sol {
  margin: 0 auto 0;
}
#osusume .wrap .sol::after {
  position: absolute;
  content: "";
  display: block;
  right: 2vw;
  bottom: 0;
}
#osusume .wrap.osusume01 .sol::after {
  background: url("../img/osusume01_img02.png") center center no-repeat;
  background-size: 100%;
  width: 50%;
  height: 38vw;
}
#osusume .wrap.osusume02 .sol::after {
  background: url("../img/osusume02_img02.png") center center no-repeat;
  background-size: 100%;
  width: 50%;
  height: 38vw;
}
#osusume .wrap.osusume03 .sol::after {
  background: url("../img/osusume03_img02.png") center center no-repeat;
  background-size: 100%;
  width: 50%;
  height: 38vw;
}
#osusume .wrap .sol dt {
  text-align: center;
  margin: 0 0 7vw;
}
#osusume .wrap .sol dt span {
  color: #112955;
  font-weight: 700;
  font-size: 6.4vw;
  position: relative;
  display: inline-block;
}
#osusume .wrap .sol dt span::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #112955;
  width: 60vw;
  height: 1px;
  bottom: -2vw;
  left: 50%;
  transform: translate(-50%, 0);
}
#osusume .wrap .sol dd {
  color: #112955;
  position: relative;
  z-index: 10;
}
#osusume .wrap .sol dd p {
  line-height: 2;
}
#osusume .wrap .sol dd p.wide {
  margin: 0 0 2vw;
}
#osusume .wrap .sol dd p span {
  font-weight: 600;
  background-color: rgba(182, 190, 203, 0.5);
}
#osusume .wrap .sol dd p small {
  line-height: 1.8;
  display: inline-block;
}
#osusume .wrap .sol dd .img_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#osusume .wrap .sol dd .img_wrap .txt {
  width: 50%;
}
@media screen and (min-width: 1080px) {
  #osusume {
    padding: 100px 0;
  }
  #osusume::before, #osusume::after {
    height: 30px;
  }
  #osusume .tit {
    font-size: 60px;
    margin: 0 0 60px;
  }
  #osusume .tit span::before, #osusume .tit span::after {
    width: 45px;
    height: 56px;
    bottom: 10px;
  }
  #osusume .tit span::before {
    left: -50px;
  }
  #osusume .tit span::after {
    right: -50px;
  }
  #osusume .inner_pc {
    width: 1000px;
    padding: 0;
    margin: 0 auto;
  }
  #osusume .wrap {
    padding: 0 0 100px;
  }
  #osusume .wrap::after {
    height: 30px;
    bottom: 70px;
  }
  #osusume .wrap .prob {
    width: 100%;
    margin: 0;
    justify-content: space-around;
  }
  #osusume .wrap .prob dt {
    width: 27%;
  }
  #osusume .wrap .prob dd {
    width: 63%;
    padding: 30px;
    margin: 0 0 50px;
    font-size: 25px;
    border-radius: 30px;
  }
  #osusume .wrap .prob dd::before {
    border-style: solid;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 30px solid #112955;
    border-left: 0;
    left: -24px;
    bottom: 70px;
  }
  #osusume .wrap .arrow {
    padding: 10px 0 20px;
  }
  #osusume .wrap .arrow img {
    width: 5%;
  }
  #osusume .wrap .sol {
    border-radius: 30px;
    padding: 30px;
    margin: 0 0 70px;
    width: 100%;
  }
  #osusume .wrap .sol dt span {
    font-size: 50px;
  }
  #osusume .wrap .sol dt span::after {
    width: 100%;
    bottom: -20px;
  }
  #osusume .wrap.osusume01 .sol::after, #osusume .wrap.osusume02 .sol::after, #osusume .wrap.osusume03 .sol::after {
    width: 30%;
    height: 260px;
  }
  #osusume .wrap .sol dt {
    margin: 0 0 70px;
  }
  #osusume .wrap .sol dd {
    min-height: 200px;
  }
  #osusume .wrap .sol dd p.wide {
    margin: 0 0 20px;
  }
  #osusume .wrap .sol dd .img_wrap .txt {
    width: 70%;
  }
}
/*tabi*/
.tabi {
  background-size: auto auto;
  background-color: rgba(35, 64, 116, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(255, 255, 255, 0.03) 4px, rgba(255, 255, 255, 0.03) 8px)
}
.tabi .main_visual02 {
  background: url("../img/tabi/mv_bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 5vw 0 3vw;
}
.tabi .main_visual02 h1 {
  width: 91.8vw;
  margin: 0 auto 2vw;
}
.tabi .main_visual02 ul {
  width: 87.2vw;
  margin: 0 auto 5vw;
}
.tabi .main_visual02 ul li {
  margin: 0 auto 2vw;
}
.tabi .main_visual02 .mv_link02 p {
  width: 69.8vw;
  margin: 0 auto 2.6vw;
}
.tabi .main_visual02 .mv_link02 a {
  width: 69.3vw;
  margin: 0 auto 2.6vw;
  display: block;
}
.tabi .tabi_cont .tabi_bg {
  padding: 0 0 12vw;
}
.tabi .tabi_cont .otoku_wrap {
  background-image: url("../img/tabi/bg02.png");
  background-size: 100%;
  background-position: center center;
  background-repeat: repeat-y;
  position: relative;
}
.tabi .tabi_cont .otoku_wrap .inner {
  width: 88vw;
  margin: 0 auto;
  background-color: #fff;
  background-image: url("../img/tabi/con_bg.jpg");
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 30px;
  border: 7px solid #102955;
  box-shadow: 10px 10px 0px 0px rgba(11, 29, 60, 0.5);
  padding: 10vw 0 0;
}
.tabi .tabi_cont .otoku_wrap .tit_wrap .icon {
  width: 59.7vw;
  position: absolute;
  top: -9.8vw;
  left: 50%;
  transform: translate(-50%, 0);
}
.tabi .tabi_cont .otoku_wrap .tit_wrap .sub_tit {
  margin: 0 0 5vw;
}
.tabi .tabi_cont .otoku_wrap .tit_wrap {
  margin: 0 0 8.6vw;
}
.tabi .tabi_cont .otoku_wrap .tabi_inner .sub_tit {
  width: 66.8vw;
  margin: 0 auto 0;
}
.tabi .tabi_cont .otoku_wrap .tabi_inner h3 {
  color: #102955;
  font-weight: 600;
  text-align: center;
  font-size: 9vw;
  line-height: 1.2;
  margin: 0 0 10vw;
}
.tabi .tabi_cont .otoku_wrap .tabi_inner h3 em {
  font-size: 2em;
  font-weight: 500;
}
.tabi .tabi_cont .otoku_wrap .tabi_inner .plan_list {
  width: 75vw;
  margin: 0 auto;
}
.tabi .tabi_cont .otoku_wrap .tabi_inner .plan_list li {
  border: 3px solid #102955;
  box-shadow: 10px 10px 0px 0px #96a7cc;
  background-color: #fff;
  margin: 0 0 8vw;
}
.tabi .tabi_cont .otoku_wrap .tabi_inner .plan_list dt {
  height: 14.8vw;
  width: 100%;
  border-bottom: 3px solid #102955;
  background-color: #ffebaf;
  display: table;
}
.tabi .tabi_cont .otoku_wrap .tabi_inner .plan_list dt .num {
  height: 14.8vw;
  width: 14.8vw;
  border-right: 3px solid #102955;
  background-color: #fbbe03;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.tabi .tabi_cont .otoku_wrap .tabi_inner .plan_list dt .area {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 3vw;
  color: #102955;
  font-size: 6.4vw;
  font-weight: 600;
}
.tabi .tabi_cont .otoku_wrap .tabi_inner .plan_list dd {
  width: 88%;
  margin: 0 auto;
  padding: 5.3vw 0;
}
.tabi .tabi_cont .otoku_wrap .tabi_inner .plan_list dd .tit {
  color: #102955;
  font-size: 4vw;
  font-weight: 600;
  margin: 0 0 4vw;
}
.tabi .tabi_cont .otoku_wrap .tabi_inner .plan_list dd .tit small {
  display: block;
  font-size: 3vw;
}
.tabi .tabi_cont .otoku_wrap .tabi_inner .outline {
  background-color: rgba(150, 167, 204, 0.25);
  color: #102955;
  padding: 6.6vw 0 10.6vw;
}
.tabi .tabi_cont .otoku_wrap .tabi_inner .outline.last {
  border-radius: 0 0 20px 20px;
}
.tabi .tabi_cont .otoku_wrap .tabi_inner .outline dl {
  width: 88%;
  margin: 0 auto;
}
.tabi .tabi_cont .otoku_wrap .tabi_inner .outline dt {
  font-weight: 600;
  font-size: 4vw;
  border-bottom: 1px solid #102955;
  padding: 0 0 1vw;
  margin: 0 0 3vw;
}
.tabi .tabi_cont .otoku_wrap .tabi_inner .outline dd {
  font-size: 2.6vw;
  font-weight: 500;
  letter-spacing: 0;
}
.tabi .tabi_cont .otoku_wrap .tabi_inner.card {
  background-image: url("../img/tabi/con_bg.jpg");
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 12vw 0 0;
}
.tabi .tabi_cont .otoku_wrap .tabi_inner.card .sub_tit {
  margin: 0 auto 3vw;
  width: 76vw;
}
.tabi .tabi_cont .otoku_wrap .tabi_inner.card h3 {
  margin: 0 0 5vw;
  line-height: 1;
}
.tabi .tabi_cont .otoku_wrap .tabi_inner.card .sub_tit02 {
  margin: 0 0 8vw;
  text-align: center;
  font-size: 4vw;
  font-weight: 500;
}
.tabi .tabi_cont .otoku_wrap .tabi_inner.card .img {
  width: 75vw;
  margin: 0 auto 12vw;
}
.tabi .tabi_cont .otoku_wrap .tabi_inner.cashback .sub_tit {
  margin: 0 auto 3vw;
  width: 76vw;
}
.tabi .tabi_cont .otoku_wrap .cashback .bland_list {
  width: 90%;
  margin: 0 auto 12vw;
  border: 1px solid #e5e9f2;
  box-shadow: 8px 8px 0px 0px rgba(229, 233, 242, 0.8);
}
.tabi .tabi_cont .otoku_wrap .cashback .bland_list .w52 {
  width: 52%;
}
.tabi .tabi_cont .otoku_wrap .cashback .bland_list .w22 {
  width: 22%;
}
.tabi .tabi_cont .otoku_wrap .cashback .bland_list .w26 {
  width: 26%;
}
.tabi .tabi_cont .otoku_wrap .cashback .bland_list th {
  font-size: 2.4vw;
  font-weight: 600;
  letter-spacing: 0;
  background-color: #e5e9f2;
  text-align: center;
  vertical-align: middle;
  padding: 2vw 0;
  border-left: 1px solid #fff;
  color: #102955;
}
.tabi .tabi_cont .otoku_wrap .cashback .bland_list th.price {
  border-left: none;
}
.tabi .tabi_cont .otoku_wrap .cashback .bland_list td {
  border-bottom: 1px solid #e5e9f2;
  border-right: 1px solid #e5e9f2;
  padding: 2vw 0;
}
.tabi .tabi_cont .otoku_wrap .cashback .bland_list td.price {
  border-right: none;
}
.tabi .tabi_cont .otoku_wrap .cashback .bland_list dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.tabi .tabi_cont .otoku_wrap .cashback .bland_list dl dt {
  width: 32%;
  text-align: center;
}
.tabi .tabi_cont .otoku_wrap .cashback .bland_list dl dd {
  width: 68%;
  font-size: 3vw;
  font-weight: 600;
  letter-spacing: 0;
  color: #102955;
}
.tabi .tabi_cont .otoku_wrap .cashback .bland_list .qty, .tabi .tabi_cont .otoku_wrap .cashback .bland_list .price {
  text-align: center;
  font-weight: 600;
  color: #102955;
}
.tabi .tabi_cont .otoku_wrap .cashback .bland_list .price em {
  font-size: 2em;
  color: #f27b18;
  font-weight: 600;
}
.tabi .tabi_cont .tabi_atten {
  font-size: 2vw;
  width: 88vw;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 10px 10px 0px 0px rgba(11, 29, 60, 0.5);
}
.tabi .tabi_cont .tabi_atten dl {
  width: 90%;
  margin: 0 auto;
  padding: 5vw 0;
}
.tabi .tabi_cont .tabi_atten dl dt {
  font-weight: 600;
  font-size: 3.2vw;
  margin: 0 0 2vw;
}
.tabi .tabi_cont .tabi_atten dl dd {
  font-size: 2.6vw;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
@media screen and (min-width:1080px) {
  .tabi .main_visual02 {
    background: url(../img/tabi/pc/mv_bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 70px 0 50px;
  }
  .tabi .main_visual02 .inner {
    width: 1080px;
  }
  .tabi .main_visual02 h1 {
    width: 833px;
    margin: 0 auto 40px;
  }
  .tabi .main_visual02 ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 30px;
  }
  .tabi .main_visual02 ul li {
    width: 33%;
    margin: 0;
  }
  .tabi .main_visual02 .mv_link02 p {
    width: 262px;
    margin: 0 auto 10px;
  }
  .tabi .main_visual02 .mv_link02 a {
    width: 400px;
    margin: 0 auto;
  }
  .tabi .tabi_cont {
    background: url("../img/tabi/pc/bg01.png") center top repeat-y;
    background-size: 100%;
  }
  .tabi .tabi_cont .tabi_bg {
    width: 1200px;
    margin: 0 auto;
    padding: 180px 0 100px;
    background-color: #96a7cc;
    box-shadow: 0px 8px 16px -6px #08152b;
  }
  .tabi .tabi_cont .otoku_wrap {
    background-image: none;
  }
  .tabi .tabi_cont .otoku_wrap.otoku1 {
    margin: 0 0 200px;
  }
  .tabi .tabi_cont .otoku_wrap.otoku2 {
    margin: 0 0 80px;
  }
  .tabi .tabi_cont .otoku_wrap .inner {
    width: 1080px;
    padding: 80px 0 0;
  }
  .tabi .tabi_cont .otoku_wrap .tit_wrap {
    margin: 0 auto 80px;
    padding: 0 60px;
  }
  .tabi .tabi_cont .otoku_wrap .tit_wrap .icon {
    width: 470px;
    top: -80px;
  }
  .tabi .tabi_cont .otoku_wrap .tit_wrap .sub_tit {
    width: 850px;
    margin: 0 auto 20px;
  }
  .tabi .tabi_cont .otoku_wrap .tabi_inner {}
  .tabi .tabi_cont .otoku_wrap .tabi_inner .sub_tit {
    width: 500px;
  }
  .tabi .tabi_cont .otoku_wrap .tabi_inner h3 {
    font-size: 72px;
    margin: 0 0 60px;
  }
  .tabi .tabi_cont .otoku_wrap .tabi_inner .plan_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3%;
    padding: 0 60px;
    margin: 0 0 60px;
  }
  .tabi .tabi_cont .otoku_wrap .tabi_inner .plan_list li {
    width: 48%;
    border: 5px solid #102955;
    margin: 0 0 40px;
  }
  .tabi .tabi_cont .otoku_wrap .tabi_inner .plan_list dt {
    height: 95px;
    border-bottom: 5px solid #102955;
  }
  .tabi .tabi_cont .otoku_wrap .tabi_inner .plan_list dt .num {
    height: 95px;
    width: 95px;
    border-right: 5px solid #102955;
  }
  .tabi .tabi_cont .otoku_wrap .tabi_inner .plan_list dt .area {
    padding: 0 0 0 25px;
    font-size: 40px;
  }
  .tabi .tabi_cont .otoku_wrap .tabi_inner .plan_list dd {
    padding: 30px 0;
  }
  .tabi .tabi_cont .otoku_wrap .tabi_inner .plan_list dd .tit {
    font-size: 28px;
    margin: 0 0 10px;
  }
  .tabi .tabi_cont .otoku_wrap .tabi_inner .plan_list dd .tit small {
    font-size: 18px;
  }
  .tabi .tabi_cont .otoku_wrap .tabi_inner .outline {
    padding: 32px 60px 40px;
  }
  .tabi .tabi_cont .otoku_wrap .tabi_inner .outline dl {
    width: inherit;
  }
  .tabi .tabi_cont .otoku_wrap .tabi_inner .outline dt {
    font-size: 24px;
    padding: 0 0 8px;
    margin: 0 0 24px;
  }
  .tabi .tabi_cont .otoku_wrap .tabi_inner .outline dd {
    font-size: 16px;
  }
  .tabi .tabi_cont .otoku_wrap .tabi_inner.card {
    padding: 80px 0 0;
  }
  .tabi .tabi_cont .otoku_wrap .tabi_inner.card .sub_tit {
    margin: 0 auto 30px;
    width: 840px;
  }
  .tabi .tabi_cont .otoku_wrap .tabi_inner.card .sub_tit02 {
    font-size: 30px;
    margin: 0 0 40px;
  }
  .tabi .tabi_cont .otoku_wrap .tabi_inner.card h3 {
    margin: 0 0 25px;
  }
  .tabi .tabi_cont .otoku_wrap .tabi_inner.card .img {
    width: inherit;
    margin: 0 auto 80px;
    padding: 0 60px;
  }
  .tabi .tabi_cont .otoku_wrap .tabi_inner.cashback .sub_tit {
    margin: 0 auto 30px;
    width: 780px;
  }
  .tabi .tabi_cont .otoku_wrap .cashback .bland_list {
    width: 890px;
    margin: 0 auto 80px;
  }
  .tabi .tabi_cont .otoku_wrap .cashback .bland_list th {
    font-size: 20px;
    padding: 20px 0;
  }
  .tabi .tabi_cont .otoku_wrap .cashback .bland_list td.list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
  }
  .tabi .tabi_cont .otoku_wrap .cashback .bland_list td {
    padding: 10px 0;
  }
  .tabi .tabi_cont .otoku_wrap .cashback .bland_list td.list dl {
    width: 50%;
    padding: 10px 10px 10px 20px;
  }
  .tabi .tabi_cont .otoku_wrap .cashback .bland_list dl dd {
    font-size: 16px;
  }
  .tabi .tabi_cont .otoku_wrap .cashback .bland_list .qty, .tabi .tabi_cont .otoku_wrap .cashback .bland_list .price {
    font-size: 32px;
  }
  .tabi .tabi_cont .tabi_atten {
    width: 1080px;
  }
  .tabi .tabi_cont .tabi_atten dl {
    width: 100%;
    padding: 50px 0;
  }
  .tabi .tabi_cont .tabi_atten dl dt {
    font-size: 18px;
    margin: 0 0 30px;
  }
  .tabi .tabi_cont .tabi_atten dl dd {
    font-size: 14px;
  }
}