@charset "utf-8";

html,body{
	font-size: 62.5%;
	height: 100%;
    width: 100%;
}
body > #container {
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

#container {
    color: #0f0f0f;
	font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN",sans-serif;
	font-style: normal;
	font-size: 1.4rem;
	line-height: 1.7;
	height: 100%;
	min-height: 100%;
	position: relative;
}
section {
    padding: 45px 0 0;
    background-color: #e8e8e8;
}
section#mainVisual {
    padding-top: 0;
	padding-bottom: 0;
}
section#mainVisual .mainArea + p{
  max-width: 980px;
  margin: auto;
  font-size: 1.1rem;
  line-height: 1.4;
  margin-top: 1em;
  padding: 0 10px;
  padding-left: calc(10px + 1em);
  text-indent: -1em;
}

img {
	height: auto;
	width: auto;
    max-width: 100%;
	line-height: 1;
	vertical-align: bottom;
}

.sp_hide {
	display: none;
}

.pc_hide {
	display: inherit;
}

sup, small sup {
	font-size: 60%;
}
figure{
    padding: 0;
    margin: 40px 0 0;
    text-align: center;
}
.mv-atn{
    background: #f2fafc;
    padding: 1em 1em 0;
}
.mv-atn p{
    max-width: 980px;
    font-size: 14px;
    margin: auto;
    border: 4px solid #fdc1c1;
    padding: 14px;
    background: #fff;
}

.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;
}


/************************
共通
************************/
.inner {
	box-sizing: border-box;
	width: 100%;
	padding: 0 14px;
}
.cation {
	font-size: 1.0rem;
	line-height: 1.5;
	display: block;
}
.cation p {
	margin-bottom: 5px;
	text-indent: -2rem;
    padding-left: 20px;
}
.cation a {
	color: #116fbb;
	display: inline-block;
	text-decoration: underline;
	padding-left: 20px;
}
/* section:nth-child(2n) {
    background: #f2fafc;
} */
.pc {
	display: none;
}

/*** h ***/
h2{
	font-size: 2.2rem;
	font-feature-settings: inherit;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
}
h2 .wavy{
	background: url(../img/underline.png) no-repeat center bottom;
    display: inline-block;
    padding-bottom: 6px;
    background-size: contain;
    font-size: 3.0rem;
    color: #0c5183;
}
h2 .ft-l{
    font-size: 3.0rem;
}
h2 + picture{
    margin-top: 50px;
    display: block;
}
h3{
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
}
h3 span{
    color: #0c5183;
}

/*** btn ***/
.btn {
	background: #444;
	border-radius: 5px;
	box-shadow: 0px 4px 0px #222;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 100%;
	padding: 5px 10px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 100%;
} 
.btn.seminarBtn {
    background: #ff9209;
    background: linear-gradient(#fff000, #ffb400);
    border: 3px solid #000;
    border-radius: 100vh;
    box-shadow: 0 4px 0 #000;
    color: #000;
	height: 74px;
	line-height: 60px;
	font-size: 2.2rem;
    margin-top: 16px;
}
.btn.seminarBtn a{
    text-decoration: none;
    color: #000;
    display: block;
}
.btn:before, .btn:after {
    content: ""; 
    width: 16px; 
    height: 3px; 
    display: inline-block;
    border-radius: 2px; 
    background: #000;  
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.btn.seminarBtn:before {
    top: calc(10% - 8px); 
    right: 30px;
    transform: rotate(45deg);
}
.btn.seminarBtn:after {
    top: calc(10% - 8px);
    right: 20px;  
    transform: rotate(-45deg);
}
.ctaBtn p {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.ctaBtn img {
    width: 80%;
    display: block;
    margin: 0 auto;
}
@media screen and (max-width:736px) {
	
}


.fc_blue {
	color: #008cbc;
}
.fc_orange {
	color: #ff9209;
}
.fc_yel {
	color: #ffff00;
}
.fs-m{
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 50px;
    line-height: 1.6;
}
.fs-m.txt-line{
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 10px;
    text-align: center;
}
.fs-m.txt-line::before,
.fs-m.txt-line::after{
    content: "";
    clear: both;
    display: block;
    width: 3px;
    height: 70px;
    background: #000;
}
.fs-m.txt-line::before{
    transform: rotate(-15deg);
}
.fs-m.txt-line::after{
    transform: rotate(15deg);
}
.line_yel {
	background: -webkit-linear-gradient(top, transparent 40%, #ff7 40%);
    background: linear-gradient(to bottom, transparent 40%, #ff7 40%);
    font-weight: bold;
}
.note{
    font-size: 1.1rem;
}
.note.note-r{
    text-align: right;
}

.sec-ttl-block{
    text-align: center;
}
.sec-ttl-block h1{
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.12em;
    color: #000;
}
.sec-ttl-block img{
    width: auto;
    max-width: 100%;
}

.sec-box{
    margin-top: 30px;
    padding: 40px 20px;
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
#swap-section .sec-box .txt-area{
    color: #000;
}
.sec-box > *:first-child {
    margin-top: 0;
    padding-top: 0;
}
.sec-box .txt-area{
    font-size: 1.5rem;
}
.sec-box .txt-area p + p{
    margin-top: 15px;
}

/************************
基本パーツ
************************/
header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px;
    background: #fff;
    z-index: 90;
}
header .logo {
	width: 50%;
}
header .logo span {
	color: #003560;
	display: block;
	font-size: 1.0rem;
	font-weight: bold;
	letter-spacing: .1rem;
}
header .logo img {
	height: auto;
	width: 100%;
	max-width: 200px;
}
header .no1Area {
    width: 26%;
    padding: 0;
    margin-left: 30px;
}
.right_area {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.account_btn_wrap {
    margin-right: 10px;
}
.account_btn_wrap .btn {
	background: #ff6600;
	box-shadow: none;
}


#footerWrap {
	width: 100%;
	background: #f2f4f6;
	line-height: 20px;
    font-size: 1.2rem;
    line-height: 1.3;
    box-sizing: border-box;
}
#footerWrap img {
	width: auto;
}

#footerWrap #attention {
	margin: 10px auto 0;
	background: url("../../img/beginner/attention.gif") no-repeat 10px 20px;
	background-size: 100px auto;
	padding: 55px 10px 10px 10px;
    color: #000;
}
#footerWrap #attention dt {
	font-weight: bold;
    margin-bottom: 5px;
}

#footerWrap #attention dd {
	margin-bottom: 10px;
}

#footerWrap #attention a.textlink1 {
	font-size: 1.0em;
}

#footerWrap #attention2 {
	margin: auto;
	background: #f2f4f6;
	padding: 10px 0 30px;
}

#footerWrap #attention2 a {
    font-size: 1.4rem;
    margin-bottom: 5px;
    display: inline-block;
}

#footerWrap #footer {
	width: 100%;
	min-width: inherit;
	background: none;
	padding: 10px 0;
	text-align: center;
	background-color: #ffffff;
}

#footerWrap #footer img {
	zoom: 1;
}

/*** PAGETOP ***/
.g-go-to-top {
    display: grid;
    place-content: center;
    position: fixed !important;
	color: #3c66b0;
    z-index: 10;
    bottom: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    box-shadow: 0px 5px 8px 0 rgb(0 0 0 / 20%);
    background: #f2f5f8;
    transition: .25s ease 0s;
    transition-property: transform;
	transform: translateY(calc(100% + 20px));
}
.g-go-to-top:active,
.g-go-to-top:hover,
.g-go-to-top:visited {
	color: #3c66b0;
	outline-width: 0;
}
.c-hover-overlay.border\:none::before {
	border: none;
}
.c-hover-overlay.round\:full::before {
	border-radius: 100%;
}
.c-hover-overlay::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-radius: 5px;
    background: rgba(255,255,255,0);
    transition: .25s ease 0s;
    transition-property: border,background;
}
.c-hover-overlay:hover::before {
	border-color: #1a9abe;
    background: rgba(255,255,255,.3);
}
.g-go-to-top svg {
	transform: rotate(-90deg);
	width: 0.75em;
    height: 0.75em;
	font-size: 0.9em;
}
.u-screen-reader {
	position:absolute;
	white-space:nowrap;
	width:1px;
	height:1px;
	overflow:hidden;
	border:0;
	padding:0;
	clip:rect(0 0 0 0);
	-webkit-clip-path:inset(50%);
	clip-path:inset(50%);
	margin:-1px
}



/************************
MainVisual
************************/
.no1Area {
	padding: 10px 0;
}


/************************
#section
************************/
#section{
    position: relative;
}
.problem-box{
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
}
.problem-box > div{
    border: 3px solid black;
    padding: 38px 10px 24px 10px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    font-size: 1.6rem;
    margin: 18px auto 0;
    max-width: 340px;
    position: relative;
}
.problem-box > div:first-of-type{
    margin-top: 0;
}
.problem-box > div::before{
    content: "";
    clear: both;
    display: inline-block;
    width: 47px;
    height: 46px;
    background: url(../img/icon-2.png) no-repeat;
    position: absolute;
    left: calc(50% - 23px);
    top: -17px;
    background-size: contain;
}

#section .settle-block{
    margin-top: 60px;
    background: #ffffff;
    padding: 60px 0;
    position: relative;
}
#section .settle-block h2{
    position: relative;
    padding-top: 94px;
    line-height: 1.6;
}
#section .settle-block h2::before{
    content: "";
    clear: both;
    position: absolute;
    display: inline-block;
    width: 68px;
    height: 68px;
    left: calc(50% - 34px);
    background: url(../img/icon-1.png);
    top: 0;
}
.txt-area{
    margin-top: 30px;
    line-height: 2;
    font-size: 1.5rem;
}
.txt-area p + p{
    margin-top: 20px;
}
#section .settle-block::before{
    content: "";
    height: 60px;
    width: 4px;
    background-color: #ff9209;
    display: inline-block;
    position: absolute;
    left: calc(50% - 2px);
    top: -30px;
}
/* #section .settle-block:before{
    content:""; 
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 18px solid #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    z-index: 1;
} */

#section::after{
    content: "";
    position: absolute;
    bottom: -98px;
    right: 0;
    width: 0;
    height: 0;
    border-top: 100px solid #fff;
    border-right: 100vw solid transparent;
    z-index: 1;
}


/************************
#swap-section
************************/
#swap-section{
    padding: 120px 0 70px;
    background-color: #0c5183;
    position: relative;
}
#swap-section::after{
    content: "";
    position: absolute;
    bottom: -100px;
    right: 0;
    width: 0;
    height: 0;
    border-top: 100px solid #0c5183;
    border-right: 100vw solid transparent;
    z-index: 1;
}

#swap-section .sec-ttl-block h1{
    color: #fff;
}
#swap-section .sec-ttl-block h1 span.fc_orange{
    color: #ffef00;
}
#swap-section .txt-area{
    color: #fff;
}
.swap-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.swap-flex li{
    width: 50%;
    text-align: center;
    margin-top: 40px;
    padding: 0 4px;
}
.swap-flex li:first-of-type{
    width: 100%;
}
.swap-flex li img{
   display: block;
    width: 100px;
    margin: 0 auto 10px;
}
.swap-flex li dl{
    line-height: 1.2;
}
.swap-flex li dt{
    font-weight: bold;
    font-size: 1.4rem;
}
.swap-flex li dd{
    font-size: 4.2rem;
}
.swap-flex li dd span{
    color: #174179;
    letter-spacing: normal;
    font-weight: bold;
}
.swap-flex .price_swap + small{
    font-size: 2.0rem;
}
.swap-flex sup{
    font-size: 1.1rem;
}
.swap-flex li dd .swap-cp-atn{
    font-size: 1.1rem;
    text-align: left;
}
.swap-flex li:first-of-type dd .swap-cp-atn{
    text-align: center;
}
.campaignBtn{
    display: block;
    max-width: 400px;
    margin: 60px auto;
    border: 2px solid #000;
    color: #fff;
    border-radius: 30px;
    padding: 14px;
    font-size: 1.4rem;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    background-color: #016ab7;
    box-shadow: 0px 2px 0 black;
}
.emerging-risk-block{
    background-color: #f2f2f2;
    padding: 14px;
    font-size: 1.1rem;
    margin: 40px 0 0;
}


.table-diff{
    margin: 40px 0 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.3rem;
}
.table-diff th,
.table-diff td{
    padding: 16px 4px;
}
.table-diff th{
    text-align: center;
    color: #fff;
}
.table-diff th span{
    font-size: 1.2rem;
}
.table-diff th:nth-of-type(2){
    background-color: #ff9000;
    border: 2px solid #ff9000;
}
.table-diff th:nth-of-type(3){
    background-color: #0c5183;
}
.table-diff td a{
    text-decoration: underline;
}
.table-diff td a:hover{
    text-decoration: none;
}
.table-diff tbody tr:nth-of-type(odd){
    background-color: #f5fbff;
}
.table-diff tbody tr:nth-of-type(even){
    background-color: #e1ebf3;
}
.table-diff tbody td:nth-of-type(2){
 border-left: 2px solid #ff9000;
 border-right: 2px solid #ff9000;
 font-weight: bold;
}
.table-diff tbody td:nth-of-type(2) span{
    color: #ff9000;
}
.table-diff tbody tr:last-of-type td:nth-of-type(2){
 border-bottom: 2px solid #ff9000;
}

.t-text{
    text-align: center;
    font-size: 1.4rem;
    margin-top: 60px;
    line-height: 2;
    color: #fff;
}
.t-text span{
    color: #ffef00;
    font-size: 1.8rem;
    font-weight: bold;
}
.t-text.txt-line{
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 30px;
    text-align: center;
}
.t-text.txt-line::before,
.t-text.txt-line::after{
    content: "";
    clear: both;
    display: block;
    width: 3px;
    height: 70px;
    background: #fff;
}
.t-text.txt-line::before{
    transform: rotate(-15deg);
}
.t-text.txt-line::after{
    transform: rotate(15deg);
}

/************************
#seminar-detail
************************/
#seminar-detail{
    background-color: #e8e8e8;
    padding: 120px 0 60px;
}
.detail-flex{
    display: grid;
    gap: 10px;
    margin: 30px auto 0;
    grid-template-columns: 1fr;
    max-width: 500px;
}
.detail-flex li{
    border: 2px solid #000;
    background-color: #fff;
    border-radius: 24px;
    padding: 10px 20px;
    font-size: 1.6rem;
}
.detail-flex li span{
    color: #fff;
    background: #0c5183;
    border-radius: 50%;
    line-height: 30px;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
}

#flow{
    background: #fff;
    padding: 50px 30px;
    border-radius: 10px;
    margin-top: 60px;
}
#flow h3{
    text-align: left;
    font-size: 2.4rem;
    border-bottom: 5px solid #0f4876;
    padding-bottom: 4px;
    display: inline-block;
}
.flow-flex{
    display: block;
    gap: 40px;
    max-width: 500px;
    margin: 20px auto 0;
}
.flow-flex dl{
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 10px;
}
.flow-flex dl dt{
    border-radius: 10px 10px 0 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    color: #fff;
    background-color: #0f4876;
    padding: 16px 10px;
}
.flow-flex dl dt span{
    margin: 0 auto 6px;
    display: block;
    background: #fff;
    max-width: 160px;
    color: #0f4876;
    border-radius: 14px;
    font-size: 1.4rem;
}
.flow-flex dl dd{
    background: #fff;
    padding: 24px 16px;
    border: 2px solid #0f4876;
    border-radius: 0 0 10px 10px;
    box-shadow: 1px 3px 9px rgb(0 , 0 , 0 , 0.2);
}
.flow-flex dl::after{
    content: "";
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 16px solid #0f4876;
    position: absolute;
    margin: auto;
    display: block;
    z-index: 1;
    right: 0;
    left: 0;
    bottom: 0;
}
.flow-flex dl:last-child::after{
    display: none;
}

.flow-flex + h3{
    margin-top: 50px;
}

.seminar-table{
    width: 100%;
    border-right: 1px solid #0f4876;
    border-bottom: 1px solid #0f4876;
    margin: 20px 0 10px;
    font-size: 1.5rem;
}
.seminar-table th,
.seminar-table td{
    border-left: 1px solid #0f4876;
    border-top: 1px solid #0f4876;
    padding: 20px;
}
.seminar-table th{
    background-color: #e3edf6;
}

.seminar-note{
    margin-top: 50px;
    background: #fff;
    padding: 20px;
    background-color: #f2f2f2;
}
.seminar-note strong{
    display: block;
    margin-bottom: 6px;
}
.seminar-note p{
    font-size: 1.1rem;
    text-align: left;
    line-height: 1.5;
    letter-spacing: normal;
}

/************************
#thanks
************************/
section#thanks{
  padding: 65px 0;
  background-color: #fff;
}
#thanks .inner{
    text-align: left;
    margin-top: 50px;
}
#thanks .inner p + p{
    margin-top: 20px;
}
#thanks .att_box{
    border: 6px solid #ffe1e1;
    padding: 20px;
    text-align: left;
    max-width: 800px;
    margin: 50px auto 0;
    font-size: 14px;
}

/************************
#form
************************/
.attention-wrap{
    background: #fff;
    padding: 14px;
    font-size: 14px;
    margin-top: 50px;
    border: 2px solid #ff9000;
}
#form .formInr {
    padding-top: 40px;
}
.attention-wrap .c-label{
    display: inline-block;
    background-color: #ff9000;
    min-width: 80px;
    text-align: center;
    border-radius: 14px;
    font-weight: bold;
    margin-bottom: 6px;
    color: #fff;
}
.attention-wrap .c-heading{
    font-weight: bold;
    color: #ff9000;
    border-bottom: 1px solid #ff9000;
    padding-bottom: 4px;
    margin-bottom: 4px;
}
.attention-wrap .c-text{
    font-size: 12px;
}

#satori__customer_email{
	font-family: "Arial", "メイリオ";
}


.satori__custom_form {
  font-size: 1.6rem;
}
#form.form_style .satori__input_group label:first-child {
  color: #000;
  border-left: 4px solid #2b69a2;
  padding-left: 10px;
  font-weight: bold;
  margin: 15px 0 5px;
}
#form.form_style {
  max-width: 800px;
  margin: auto;
  padding: 50px 10px;
  background-color: #fff;
}
#form.form_style .satori__require{
  font-size: 14px;
  line-height: 1.2;
  padding: 4px 7px;
  border-radius: 6px;
}
#form.form_style input[type="radio"] + label{
  color: #000;
  display: inline-block;
  line-height: 2;
}
#form.form_style input[type="checkbox"] + label{
  color: #000;
}
#form.form_style input[type="checkbox"]{
    margin-bottom: 16px;
}
#form.form_style input[type="checkbox"]:checked + label, #form.form_style input[type="radio"]:checked + label{
  color: #0034ff; 
}
#form.form_style .satori__input_group input[type="email"]:focus{
  border-color: #449af7; 
}
#form.form_style .satori__input_group.error input[type="email"]{
  border-color: #e10000;
}
#form.form_style .satori__input_group .satori__error_messages{
  color: #e10000;
}
#form.form_style  a,
#form.form_style  a:visited{
  color: #004bfb;
}
#form.form_style  a:hover{
  color: #004bfb;
  text-decoration: underline;
}
#satori__privacy_policy_agreement_wrapper .satori__input_group{
  background: #eef7ff;
  padding: 20px 10px;
  margin-top: 15px;
  text-align: left;
}
#satori__privacy_policy_agreement_wrapper .satori__input_group input[type="checkbox"]{
    margin-bottom: 0;
}
#form.form_style #satori__submit_confirm{
  width: 100%;
  max-width: 390px;
  padding: 15px;
  border-radius: 5px;
}
#form.form_style .satori__custom_form{
    font-size: 16px !important;
}
#satori__privacy_policy_agreement_wrapper{
    margin-top: 30px;
}


.colorbox_inline {
  padding: 5%;
  background: #eee;
  font-size: clamp(14px, 3vw, 16px);
}
.colorbox_inline + iframe.cboxIframe {
  display: none;
}
#cboxLoadedContent{
  border: none !important;
}
.colorbox_inline dl dt {
  font-weight: 600;
  padding: 0 0 4%;
  margin: 0 0 4%;
  border-bottom: 1px solid #ccc;
}
#cboxLoadedContent:has(.colorbox_inline){
	display: table;
}
#cboxLoadedContent .colorbox_inline{
	display: table-cell;
	vertical-align: middle;
}
.colorbox_inline .popttl{
    color: #112956;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.colorbox_inline p{
    line-height: 1.8;
}
.colorbox_inline p + p{
    margin-top: 20px;
}
.colorbox_inline p span.c-color-o{
    color: #e69034;
}
.colorbox_inline .img-center{
    text-align: center;
}