@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;
}
section#mainVisual {
    padding-top: 0;
	padding-bottom: 0;
}
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;
}


/************************
共通
************************/
.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 + picture{
    margin-top: 50px;
    display: block;
}
h3{
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
}

/*** 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;
    border-radius: 100vh;
    box-shadow: 0 4px 0 #895617;
    color: #0f0f0f;
	height: 60px;
	line-height: 50px;
	font-size: 2.2rem;
    margin-top: 50px;
}
.btn.seminarBtn a{
    text-decoration: none;
    color: #fff;
    display: block;
}
.btn:before, .btn:after {
    content: ""; 
    width: 16px; 
    height: 3px; 
    display: inline-block;
    border-radius: 2px; 
    background: #fff;  
    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;
}
.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;
}
.sec-ttl-block img{
    width: auto;
    max-width: 100%;
}

.sec-box{
    margin-top: 30px;
    padding: 30px 20px;
    border: 4px solid #eff2ff;
    border-radius: 10px;
    box-shadow: 3px 2px 9px 0 rgba(0,0,0,0.1);
}
.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 .settle-block{
    margin-top: 60px;
    background: #ffebd7;
    padding: 60px 0;
    position: relative;
}
.txt-area{
    margin-top: 20px;
    line-height: 2;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
}
.txt-area p + p{
    margin-top: 20px;
}
#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;
}


/************************
#
************************/
#swap-section{
    padding-bottom: 70px;
}
.swap-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.swap-flex li{
    width: 50%;
    text-align: center;
    margin-top: 30px;
    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: 3.8rem;
}
.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: 320px;
    margin: 30px auto;
    border: 2px solid #ff9209;
    background-color: #fff;
    color: #ff9209;
    border-radius: 30px;
    padding: 10px;
    font-size: 1.4rem;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    /* box-shadow: 0 4px 0 #895617; */
    font-weight: bold;
}
.emerging-risk-block{
    background-color: #eff2ff;
    padding: 14px;
    font-size: 1.1rem;
    margin: 40px 0 0;
}


.table-diff{
    margin: 40px 0 10px;
    border-right: 1px solid #0f4876;
    border-bottom: 1px solid #0f4876;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.3rem;
}
.table-diff th,
.table-diff td{
    border-left: 1px solid #0f4876;
    border-top: 1px solid #0f4876;
    padding: 10px 4px;
}
.table-diff th{
    background-color: #0f4876;
    text-align: center;
    color: #fff;
}
.table-diff td a{
    text-decoration: underline;
}
.table-diff td a:hover{
    text-decoration: none;
}

.table-diff td:first-of-type{
 background-color: #e3edf6;
}
.table-diff td:nth-of-type(2){
 color: #ff9000;
 font-weight: bold;
}

.t-text{
    text-align: center;
    font-size: 1.4rem;
    margin-top: 60px;
    line-height: 2;
}
.t-text span{
    color: #ff9000;
    font-size: 1.8rem;
    font-weight: bold;
}

/************************
#seminar-detail
************************/
#seminar-detail{
    background-color: #eff2ff;
    padding-bottom: 60px;
}
.detail-flex{
    display: grid;
    gap: 10px;
    margin: 30px auto 0;
    grid-template-columns: 1fr;
    max-width: 500px;
}
.detail-flex li{
    border: 3px solid #e3edf6;
    background-color: #fff;
    border-radius: 24px;
    padding: 10px 20px;
    font-size: 1.6rem;
}
.detail-flex li span{
    color: #fff;
    background: #595d9f;
    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-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;
    border: 4px solid #ffcdcd;
}
.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;
}
#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
************************/

#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;
}
#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;
}
#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;
}