@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: 30px;
}

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.4rem;
    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.2rem;
    color: #3b8ba2;
    line-height: 1.4;
}

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(#fffe00, #ffd700);
    border: 3px solid #000;
    border-radius: 100vh;
    box-shadow: 0 4px 0 #000;
    color: #000;
    height: 74px;
    line-height: 60px;
    font-size: 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;
}

.sec_application {
    background: #3b8ba2;
    padding: 40px 0;
}

.btn.seminarBtn {
    margin-top: 0;
}

.btn.seminarBtn.lineBtn {
    margin-top: 30px;
    background-image: linear-gradient(#0fff72, #0dc458);
}

/*** modal ***/
/* #cboxContent{
    overflow-y: scroll;
} */
/*** modal end ***/

@media screen and (max-width:736px) {}


.fc_blue {
    color: #008cbc;
}

.fc_orange {
    color: #ff9209;
}

.fc_red{
color: #d90038;
}

.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: 14px 14px 14px 51px;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    font-size: 1.6rem;
    margin: 18px auto 0;
    max-width: 420px;
    position: relative;
    text-align: left;
}

.problem-box>div:first-of-type {
    margin-top: 0;
}

.problem-box>div::before {
    content: "";
    clear: both;
    display: inline-block;
    width: 37px;
    height: 36px;
    background: url(../img/icon-2.png) no-repeat;
    background-size: auto;
    position: absolute;
    background-size: contain;
    left: 8px;
    top: calc(50% - 18px);
}

.problem-box+div img {
    max-width: 220px;
}

.problem-box-img {
    position: relative;
}

.fuwa {
    animation-name: fuwa;
    animation-delay: 0s;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    position: absolute;
    left: calc(50% - 100px);
    top: 0;
}

@keyframes fuwa {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.animation-pop-in h2,
.animation-pop-in .txt-area{
    transform: scale(0);
    transform-origin: center;
    transition: all 0.5s cubic-bezier(.18, .89, .32, 1.28);
}

.animation-pop-in h2.fade_on,
.animation-pop-in .txt-area.fade_on{
    transform: scale(1);
}
.animation-pop-in .h2sub-ttl{
    background:#d90038;
    max-width: 460px;
    text-align: center;
    margin-inline:auto;
    color: #fff;
    border-radius:50px;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 1px;
}

#section .settle-block {
    margin-top: 0;
    background: url(../img/bg.png)no-repeat #fff center bottom;
    padding: 120px 0 40px;
    background-size: 130% auto;
    position: relative;
}

#section .settle-block h2 {
    position: relative;
    padding-top: 18px;
    line-height: 1.6;
    font-size: 2rem;
}
#section .settle-block h2 .ft-l{
    font-size: 2.2rem;
}

/* #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: "";
    background-color: #e8e8e8;
    display: block;
    clip-path: polygon(0 0, 100% 0, 50% 70%);
    width: 100%;
    height: 100px;
    position: absolute;
    top: -1px;
}

/* #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
************************/
#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: #c13e3e;
    border: 2px solid #c13e3e;
}

.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: #d5e0e3;
    padding: 50px 0 60px;
}

.detail-flex {
    display: grid;
    gap: 0 20px;
    margin: 0 auto 50px;
    grid-template-columns: 1fr;
    /* max-width: 500px; */
    font-weight: bold;
}

.detail-flex>li {
    background-color: #fff;
    padding: 20px 0;
    font-size: 1.6rem;
    border-bottom: 1px solid #3b8ba2;
    display: flex;
    gap: 0 20px;
}

.detail-flex li span {
    color: #fff;
    background: #3b8ba2;
    border-radius: 50%;
    line-height: 34px;
    width: 34px;
    height: 34px;
    display: block;
    text-align: center;
}

.detail-flex>li ul li {
    position: relative;
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-weight: normal;
    margin-top: 10px;
}

.detail-flex>li ul li::before {
    content: "";
    display: block;
    width: 10px;
    border-radius: 50%;
    height: 10px;
    background: #0c5183;
}

.detail-flex .flex-txt {
    flex: 1;
}

.flow {
    background: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    margin-top: 40px;
}

.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: 40px 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: #3b8ba2;
    padding: 16px 10px;
}

.flow-flex dl dt span {
    margin: 0 auto 6px;
    display: block;
    background: #fff;
    max-width: 160px;
    color: #3b8ba2;
    border-radius: 14px;
    font-size: 1.4rem;
}

.flow-flex dl dd {
    background: #fff;
    padding: 24px 16px;
    border: 2px solid #3b8ba2;
    border-radius: 0 0 10px 10px;
    box-shadow: 1px 3px 9px rgb(0, 0, 0, 0.2);
    font-size: 1.6rem;
}

.flow-flex dl::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 16px solid #3b8ba2;
    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 #ccc;
    border-bottom: 1px solid #ccc;
    margin: 20px 0 10px;
    font-size: 1.5rem;
}

.seminar-table th,
.seminar-table td {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 20px;
    display: block;
}

.seminar-table th {
    background-color: #3b8ba2;
    color: #fff;
}

.seminar-note {
    margin: 30px auto 0;
    padding: 0 10px;
    max-width: 980px;
}

.seminar-note-inr {
    background: #fff;
    padding: 20px;
    background-color: #fff;
    border: 6px solid #f7cccc;
}

.seminar-note strong {
    display: block;
    margin-bottom: 6px;
}

.seminar-note p,
.seminar-note li {
    font-size: 1.1rem;
    text-align: left;
    line-height: 1.5;
    letter-spacing: normal;
}

.seminar-note li {
    text-indent: -1em;
    padding-left: 1em;
}

.seminar-present {
    padding: 20px;
    border: 8px solid #d5e8ee;
    margin-top: 5rem;
    background: #fff;
    text-align: center;
}
.seminar-present p{
    text-align: left;
}

.flow .seminar-present h3 {
    margin-bottom: 0;
    border-bottom: none;
    display: block;
    text-align: center;
    padding-bottom: 0;
}

.seminar-present h3 span {
    display: block;
    max-width: 500px;
    position: relative;
    padding: 0.8rem 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.2rem;
    color: #fffb00;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.4;
    background-color: #008CBC;
}

.seminar-present h3 span:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    clear: both;
    bottom: -12px;
    border-style: solid;
    border-color: #008CBC transparent transparent transparent;
    border-width: 20px 15px 0 15px;
    z-index: auto;
    transform: rotate(0);
}

.seminar-present .present-txt {
    margin: 3rem 0;
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.4;
}

.seminar-present img {
    width: 100%;
    /* max-width: 400px; */
}
.seminar-tokuten{
    background: #d5e8ee;
    padding: 20px;
    margin-top: 20px;
    text-align: left;
}
.seminar-tokuten span{
    display: block;
    border-bottom: 2px solid #008cbc;
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-weight: bold;
    text-align: center;
}

#seminar-flow{
    padding-bottom: 10px;
    background-color: #fff;
}

.campaign-bnr-area{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 30px 0 60px;
}

/************************
#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 #c13e3e;
}

#form .formInr {
    padding-top: 40px;
}

.attention-wrap .c-label {
    display: inline-block;
    background-color: #c13e3e;
    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: #c13e3e;
    border-bottom: 1px solid #c13e3e;
    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;
}

#form.form_style .satori__btn {
    background-color: #f3c300 !important;
    color: #000;
}

#seminarCloseText {
    color: #c40000;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}


.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;
}


/*-----------------------------------------------
モーダル
-----------------------------------------------*/
#modal .container {
    margin: auto;
    padding: 10px;
}

#modal .container .inner {
    background-color: #fff;
    padding: 0;
}

#modal .container>h1.title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}

#modal .container .step_boxes {
    display: flex;
    flex-direction: column;

    gap: 20px;
    margin-bottom: 30px;
}

#modal .container .step_boxes .box {}

#modal .container .step_boxes .box .title {
    background-color: #0f4776;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

#modal .container .step_boxes .box .title .circle {
    width: 1.3em;
    height: 1.3em;
    color: #0f4776;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin-right: 10px;
}

#modal .container .step_boxes .box .img {
    text-align: center;
}

#modal .applicatiion_wrap {
    border-top: 1px solid #e5e5e5;
}

#modal .applicatiion_wrap .title {
    text-align: center;
    padding: 20px;
}

#modal img {
    width: auto;
    max-width: 100%;
    height: auto;
}

#modal .modal_sec_application {
    background-color: #fff;
    padding: 0;
}

#modal .modal_sec_application .modal_title {
    display: block;
    text-align: center;
    color: #1a9abe;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.8px;
}

#modal .modal_sec_application .modal_btns_wrap a {
    background: #06c755;
    padding: 20px 10px;
    color: #fff;
    display: block;
    max-width: 394px;
    text-align: center;
    margin-inline: auto;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    text-decoration: none;
    margin-top: 10px;
}