@charset "UTF-8";
* {
    -webkit-writing-mode: horizontal-tb;
}

html.thanks {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    margin-bottom: 0 !important;
    height: 100%;
    font-family: "YuGothic", Yu Gothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "hiragino-kaku-gothic-pron", "Noto Sans JP", sans-serif;
}

#logo {
    width: clamp(320px, 85.333vw, 410px);
    margin-block: clamp(40px, 10.666vw, 50px) clamp(1px, 0.266vw, 3px);
    margin-inline: 3px 0;
}
@media screen and (max-width: 480px){
    #logo {
        margin-inline: 0;
    }
}

h1 {
    font-size: clamp(28px, 7.466vw, 36px);
    margin-block: 0 30px;
}

.leadTxt {
    margin-block: 0 40px;
}

header~section {
    min-height: calc(100vh - 160px);
}
br{
    width: 100%;
    clear: both;
}
input, select, textarea {
    border: 1px solid #bbb;
    background: #ffeeee;
    margin: 0;
}
textarea {
    width: 100%;
}
input:checked {
    background: #444;
}

.txaC {
    text-align: center;
}
.mgB20 {
    margin-bottom: 20px;
}

.formTtl {
    text-align: center;
    margin: clamp(20px,5.333vw,30px);
    margin-bottom: clamp(15px,4vw,20px);
}
.formTtl p {
    text-align: center;
    font-size: clamp(1.6rem,4.266vw,2.3rem);
    line-height: 1.4;
    color: #d20000;
    font-family: "Noto Serif JP", "hiragino-mincho-pron", "YuMincho", Yu Mincho, serif;
    font-weight: 700;
}
.formTtl span {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
}
#reserve_leadTxt .olEvent {
    text-indent: -1.5em;
}
@media(min-width:800px) {
    .formTtl span {
        display: inline-block;
        margin-left: 30px;
    }
}
.closeSeminar {
    text-align: center;
    font-size: clamp(1.3rem,4.266vw,2rem);
    line-height: 1.2;
    color: #202020;
    font-family: "Noto Serif JP", "hiragino-mincho-pron", "YuMincho", Yu Mincho, serif;
    font-weight: 700;
}

#reserve_leadTxt {
    background-color: #FFFCF4;
    border: solid 3px #f6e2bd;
    max-width: 800px;
    margin: 0 auto 30px auto;
    padding: 20px 50px;
    border-radius: 15px;
}
@media(max-width: 480px) {
    #reserve_leadTxt {
        width: calc(100% - 30px);
        padding: 20px;
        border-radius: 8px;
    }
}
.redTxt {
    color: #e8102b;
}
#reserve_leadTxt p {
    font-size: clamp(16px,4.266vw,17px);
    font-weight: 700;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 7px;
}
#reserve_leadTxt p.noIndent {
    margin-top: 15px;
    margin-bottom: 0;
    text-indent: 0;
    padding-left: 0;
}
#reserve_leadTxt p:last-of-type {
    margin-bottom: 0;
}
#reserve_leadTxt s {
    line-height: inherit;
    font-size: inherit;
    text-decoration: line-through;
}
#reserve_leadTxt span {
    line-height: inherit;
    font-size: inherit;
}

#form th {
    position: relative;
    padding-left: 43px;
    line-height: 1.2;
}
#form .plain {
    padding-bottom: 5px;
    padding-left: 15px;
}
@media(min-width:800px) {
    #form .plainTr .plain {
        padding: 10px 10px 10px 15px;
    }
}
@media(max-width:480px) {
    #form th {
        padding-left: 42px;
    }
    #form .plain {
        padding-left: 5px;
    }
    #form .plainTr .plain {
        padding-left: 10px;
    }
    #form .pdB {
        padding-bottom: 0;
    }
}

div.flow_frame {
    overflow: hidden;
    width: 800px;
    height: 60px;
    margin: 10px auto 10px;
}

dl.flow {
    display: block;
    width: 800px;
    height: 60px;
    margin: 0 auto;
    border: 5px solid #ddd;
    border-radius: 10px;
}

dl.flow * {
    float: left;
    position: relative;
    height: 50px;
    padding: 6px;
    font-size: 14px;
}

dl.flow br{
    float: none;
}

dl.flow dt {
    display: table-cell;
    width: 180px;
    vertical-align: middle;
    border-radius: 6px 0 0 6px;
    background: #eee;
    background: -moz-linear-gradient(top, #eee 0%, #eee 50%, #e2e2e2 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #eee), color-stop(50%, #eee), color-stop(100%, #e2e2e2));
    background: -webkit-linear-gradient(top, #eee 0%, #eee 50%, #e2e2e2 100%);
    background: -o-linear-gradient(top, #eee 0%, #eee 50%, #e2e2e2 100%);
    background: -ms-linear-gradient(top, #eee 0%, #eee 50%, #e2e2e2 100%);
    background: linear-gradient(to bottom, #eee 0%, #eee 50%, #e2e2e2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#e2e2e2', GradientType=0);
    overflow: hidden;
}

dl.flow dt,
dl.flow dt p {
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

dl.flow dt span {
    line-height: 2;
    text-align: center;
}

dl.flow dd {
    width: calc((100% - 180px) / 3);
    padding-left: 40px;
}

dl.flow dd:last-child {
    border-radius: 0 5px 5px 0;
}

dl.flow dd,
dl.flow dd p {
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    color: #484848;
}

dl.flow dd span {
    line-height: 2;
    text-align: center;
    color: #484848;
    font-weight: bold;
}

section.step1 dl.flow dd:nth-of-type(1),
section.step2 dl.flow dd:nth-of-type(2),
section.step3 dl.flow dd:nth-of-type(3),
section.step3 dl.flow dd:nth-of-type(4) {
    background: #8a8a8a;
}

section.step1 dl.flow dd:nth-of-type(1) *,
section.step2 dl.flow dd:nth-of-type(2) *,
section.step3 dl.flow dd:nth-of-type(3) *,
section.step3 dl.flow dd:nth-of-type(4) * {
    color: #fff;
    font-weight: bold;
}

dl.flow dd::before {
    position: absolute;
    top: 11px;
    left: 10px;
    padding: 6px 9px;
    border-radius: 14px;
    line-height: 1;
    font-weight: bold;
    background: #ddd;
}

section.step1 dl.flow dd:nth-of-type(1)::before,
section.step2 dl.flow dd:nth-of-type(2)::before,
section.step3 dl.flow dd:nth-of-type(3)::before,
section.step3 dl.flow dd:nth-of-type(4)::before {
    background: #fdfdfd;
}

section.step1 dl.flow dd:nth-of-type(1)::after,
section.step2 dl.flow dd:nth-of-type(2)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-top: 25px solid #fff;
    border-bottom: 25px solid #fff;
    width: 0;
    height: 0;
    display: block;
    /* border-left: none; */
    border-left: 15px solid transparent;
}

dl.flow dd:nth-of-type(1)::before {
    content: "1";
}

dl.flow dd:nth-of-type(2)::before {
    content: "2";
}

dl.flow dd:nth-of-type(3)::before {
    content: "3";
}

dl.flow dd:nth-of-type(4)::before {
    content: "3";
}

div#main_form {
    position: relative;
    width: 800px;
    margin: 0 auto 50px auto;
}
.thanksContainer div#main_form {
    width: auto;
}

h3 {
    margin: 20px 0;
    padding: 5px 0 5px 10px;
    font-size: 18px;
    border-left: 5px solid #e1280e;
    border-bottom: 2px solid #ddd;
}

#main_form .photo {
    text-align: center;
    font-size: 12px;
}

#main_form .photo img {
    width: 100%;
}

#main_form .photo span.alert {
    font-size: 16px;
    text-decoration: underline;
    color: #e1280e;
}

p.confirm {
    font-size: 14px;
}

.ssl{
    float: left;
    overflow: hidden;
    width: 300px;
    height: 46px;
    border: 2px solid #ddd;
    margin-top: 24px;
    padding: 5px;
}

.ssl p{
    font-size: 9px;
    float: right;
    width: 140px;
    line-height: 1.1;
}

.telbox .tel {
    position: relative;
    float: right;
    width: 290px;
    margin-top: 10px;
    overflow: hidden;
}

.telbox .tel p {
    display: block;
    width: 100%;
    margin: 5px;
    font-size: 12px;
    line-height: 1;
    text-align: left;
}

.telbox .tel strong {
    display: block;
    width: 100%;
    margin: 0;
    padding-left: 65px;
    font-size: 36px;
    color: #e1280e;
    line-height: 1;
    text-align: left;
}

.telbox .tel strong::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 10px;
    width: 49px;
    height: 32px;
    background-image: url(/img/main/ico_tel_big.gif);
    background-size: 49px;
    background-repeat: no-repeat;
}

.telbox .tel span {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 100px;
    margin: 5px;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    background: #b0e7bf;
}

.telbox .tel span b {
    font-size: inherit;
    line-height: inherit;
}
section div.desc{
    margin: 0px 0;
    font-weight: bold;
    text-align: center;
    color: #c00;
}
section.step3 .telbox {
    float: left;
    margin: 20px 0;
}

#wrap {
    display: flex;
    height: 100%;
}

#mainColumn {
    background: #fff;
    z-index: 1;
}
@media screen and (min-width: 1501px){
    #mainColumn {
        width: 60%;
    }
    #subColumn {
        width: 40%;
    }
}
@media screen and (max-width: 1500px){
    #mainColumn {
        width: 63%;
    }
    #subColumn {
        width: 37%;
        background-size: 70%;
    }
}
@media screen and (max-width: 1400px){
    #mainColumn {
        width: 65%;
    }
    #subColumn {
        width: 35%;
        background-size: cover;
    }
}
@media screen and (max-width: 1320px){
    #mainColumn {
        width: 70%;
    }
    #subColumn {
        width: 30%;
    }
}
@media screen and (max-width: 910px){
    #mainColumn {
        width: 80%;
    }
    #subColumn {
        width: 20%;
        background-size: contain;
    }
}
@media screen and (min-width: 601px){
    #subColumn {
        background-image: url('../img/subColumn_img_pc.jpg');
        background-repeat: repeat-y;
        background-position: right 0;
    }
}
@media screen and (max-width: 780px){
    #mainColumn {
        width: 100%;
        padding-block: clamp(80px, 21.333vw, 150px);
        background-image: url('../img/subColumn_img_sp.jpg'), url('../img/subColumn_img_sp.jpg');
        background-repeat: repeat-x, repeat-x;
        background-position: top, bottom;
        background-size: 100%, 100%;
    }
    #subColumn {
        display: none;
    }
}

.formWrap {
    max-width: 670px;
    margin-inline: 0 auto;
    padding-inline: 100px 40px;
}
@media screen and (max-width: 1320px){
    .formWrap {
        padding-inline: 60px;
    }
}
@media screen and (max-width: 780px){
    .formWrap {
        width: auto;
        margin-inline: auto;
        padding-inline: clamp(20px, 5.333vw, 40px);
    }
}

.thanksContainer {
    #mainColumn {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    @media screen and (min-width: 901px){
        .formWrap {
            width: 40vw;
        }
    }
    p {
        font-size: 17px;
        line-height: 2;
    }

    @media screen and (max-width: 780px){
        #mainColumn {
            height: auto;
        }
        p {
            font-size: 16px;
        }
    }
}
.confirmTtl {
    margin: clamp(20px, 5.333vw, 30px);
    text-align: center;
    font-size: clamp(1.6rem, 4.266vw, 2.4rem);
    line-height: 1.2;
    color: #27479c;
    font-weight: 700;
}
@media screen and (max-width: 480px){
    table.confirm th {
        padding-bottom: 0;
        padding-left: 0;
    }
    table.confirm td {
        background: #f2f2f2;
        padding: 12px 5px 9px 10px;
        border-radius: 6px;
    }
}

table {
    margin-inline: auto;
}

table th {
    line-height: 2;
}

table th,
table td {
    display: inline-block;
    width: 100%;
    text-align: left;
}
.step2 table th,
.step2 table td {
    padding: 15px 10px;
}
@media screen and (max-width: 480px){
    table td {
        border: none;
        padding: 0 0 15px 0;
    }
    table tr:first-child th,
    table tr:first-child td {
        border: none;
    }
    table th {
        width: calc(100% - 42px);
    }
    table td {
        width: 100%;
    }
}

table th,
table th *,
table td,
table td * {
    font-size: 16px;
}

table th * {
    font-weight: normal;
    font-size: 12px;
}

table th span {
    font-weight: bold;
    font-size: 16px;
}

table th span.notice {
    float: left;
    color: #e1280e;
}

table td span.jidou {
    display: block;
    margin: 3px 0 0 1em;
    clear: both;
    text-indent: -1em;
    color: #e1280e;
    line-height: 1.3;
}
@media(min-width: 481px) {
    table td span.jidou {
        width: 100%;
    }
}

table th.must::before {
    position: absolute;
    top: 47%;
    left: 0;
    transform: translateY(-50%);
    content: "必須";
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    margin-right: 5px;
    padding: 3px 7px;
    border-radius: 3px;
    background: #e1280e;
    display: flex;
    justify-content: center;
    align-items: center;
}
table th.temp::before {
    position: absolute;
    top: 47%;
    left: 0;
    transform: translateY(-50%);
    content: "任意";
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    margin-right: 5px;
    padding: 3px 7px;
    border-radius: 3px;
    background: #05f;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 480px){
    table th.must::before {
        padding: 3px 7px;
    }
}

table td {
    padding-block: 0 30px;
}
@media screen and (max-width: 480px){
    table td {
        padding-block: 5px 30px;
    }
}

table td span:not(label span) {
    font-size: 11px;
    color: #444;
}

table td input[type=text] {
    width: calc(100% - 6px);
}

table td select {
    width: 100%;
}

table td input.addr {
    width: calc(100% - 6px);
}
input[type=tel] {
    width: 250px;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=zip],
select{
    float: left;
    margin: 5px 5px 5px 0;
    height: 45px;
}

@media screen and (max-width: 480px){
    input[type=text],
    input[type=email],
    input[type=number],
    input[type=tel],
    input[type=zip],
    select{
        margin: 0;
    }
}
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus{
    background-color: #E9F9FF;
}
td label:first-of-type{
    margin-right: 10px !important;
}
table td.single_line2 label{
    float: left;
    padding: 10px 5px 10px 0;
    border: none !important;
}
table td.single_line3 label{
    float: left;
    width: 60px;
    border: none !important;
}
table td.single_line3 label:first-of-type{
    width: 70px;
}
.addr_td01 {
    padding-block: 15px 0;
    line-height: 1.1;
}
.addr_td02 {
    padding-top: 2px;
    line-height: 1.1;
}
.addr_td01 span,
.addr_td02 span:not(.jidou) {
    display: inline-block;
    font-size: 16px;
}
@media screen and (max-width: 480px){
    .addr_td01 input,
    .addr_td02 input {
        margin-block: 3px 0;
    }
    .addr_td02 {
        padding-top: 5px;
    }
}

input[type=email]{
    width: calc(100% - 6px);
}
input[type=number],
input.tel{
    width: 240px;
}
select#grade_select {
    background: #ffeeee!important;
}

.formError.inline {
    clear: both;
}
div.submit,
div.back {
    position: relative;
    overflow: hidden;
    width: 500px;
    margin: 10px auto 20px auto;
    text-align: center;
}
div.back input {
    border-radius: 100px;
    border: none;
    background: #ddd;
    width: 200px;
    text-align: center;
    cursor: pointer;
}
div.back input:hover {
    color: #fff;
    background: #888;
}

div.back~div.submit {
    float: right;
    width: 300px;
    margin-right: 150px;
}
div.back {
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 480px){
    div.back input {
        width: auto;
    }
}

div.submit input[type=submit] {
    position: relative;
    width: 100%;
    padding: 16px 0;
    background: #168328;
    background: -moz-linear-gradient(top, #168328 0%, #168328 50%, #084907 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #168328), color-stop(50%, #168328), color-stop(100%, #084907));
    background: -webkit-linear-gradient(top, #168328 0%, #168328 50%, #026900 100%);
    background: -o-linear-gradient(top, #168328 0%, #168328 50%, #084907 100%);
    background: -ms-linear-gradient(top, #168328 0%, #168328 50%, #084907 100%);
    background: linear-gradient(to bottom, #168328 0%, #168328 50%, #084907 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#168328', endColorstr='#026900', GradientType=0);
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    text-align: center;
    letter-spacing: .2em;
    transition: .2s;
    border-radius: 100px;
    border: none;
    cursor: pointer;
}
div.disabledBtn input[type=submit] {
    width: 350px;
    padding: 12px 0;
    background: #aaaaaa;
    color: #fff;
    font-size: 120%;
    border-radius: 100px;
    cursor: auto;
}
@media screen and (max-width: 600px){
    div.disabledBtn input[type=submit] {
        width: 250px;
    }
}

div.back input[type=submit] {
    position: relative;
    width: 100%;
    padding: 10px 0;
    background: #666;
    background: -moz-linear-gradient(top, #666 0%, #666 50%, #444 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #666), color-stop(50%, #666), color-stop(100%, #444));
    background: -webkit-linear-gradient(top, #666 0%, #666 50%, #444 100%);
    background: -o-linear-gradient(top, #666 0%, #666 50%, #444 100%);
    background: -ms-linear-gradient(top, #666 0%, #666 50%, #444 100%);
    background: linear-gradient(to bottom, #666 0%, #666 50%, #444 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#666', endColorstr='#444', GradientType=0);
    color: #fff;
    border: 4px solid #ddd;
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
}

div.submit input:hover {
    background: #0c661b;
    background: -moz-linear-gradient(top, #0c661b 0%, #0c661b 50%, #013d00 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #0c661b), color-stop(50%, #0c661b), color-stop(100%, #013d00));
    background: -webkit-linear-gradient(top, #0c661b 0%, #0c661b 50%, #013d00 100%);
    background: -o-linear-gradient(top, #0c661b 0%, #0c661b 50%, #013d00 100%);
    background: -ms-linear-gradient(top, #0c661b 0%, #0c661b 50%, #013d00 100%);
    background: linear-gradient(to bottom, #0c661b 0%, #0c661b 50%, #013d00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0c661b', endColorstr='#013d00', GradientType=0);
}
div.disabledBtn input[type=submit]:hover {
    background: #aaaaaa;
}

.ssl-area {
    position: relative;
    max-width: 500px;
    height: auto;
    margin: 20px auto 0 auto;
    padding: 8px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.ssl-area .ssl-banner {
    float: left;
    font-size: 0;
    line-height: 1;
}

.ssl-area p {
    float: left;
    margin-block: 0;
    margin-inline: 20px 0;
    font-size: 10px;
}
input+.example{
    margin-top: 24px;
    display: block;
}
footer {
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    height: auto;
}

.copyright {
    max-width: 670px;
    margin-block: 80px 10px;
    margin-inline: 0 auto;
    padding-inline: 100px 40px;
    font-size: clamp(13px, 3.466vw, 14px);
    color: #777;
}
@media screen and (max-width: 1320px){
    .copyright {
        padding-inline: 60px;
    }
}
@media screen and (min-width: 781px){
    .copyright {
        text-align: right;
    }
}
@media screen and (max-width: 780px){
    .copyright {
        padding-inline: clamp(20px, 5.333vw, 40px);
        text-align: center;
    }
}

.multiItem {
    padding-top: 13px;
}
.multiItem select,
.multiItem textarea {
    margin-top: 3px;
}
.multiItem select:first-of-type {
    margin-bottom: 15px;
}
@media screen and (max-width: 480px){
    .multiItem {
        padding-top: 5px;
    }
}

.select_container {
    padding-top: 5px;
}
.select_container label {
    display: flex;
    align-items: center;
    border: solid 1px #ccc;
    margin-bottom: 5px;
    padding-inline: 10px;
    min-width: 150px;
    height: 45px;
    border-radius: 4px;
    cursor: pointer;
}
.select_container label:hover,
.select_container label:has(input:checked)  {
    background: #edf2fb;
}
.select_container input {
    vertical-align: text-bottom;
    margin-right: 5px;
}
@media screen and (max-width: 480px){
    .select_container {
        padding-top: 5px;
    }
    .select_container label {
        display: flex;
        align-items: center;
        min-width: auto;
    }
}

.selectContainer_2column {
    display: flex;
}
@media screen and (max-width: 780px){
    .selectContainer_2column {
        justify-content: space-between;
    }
}

.others {
    clear: both;
}
.others label {
    float: none;
}
@media screen and (min-width: 481px){
    .others {
        margin-top: 5px;
        padding-top: 5px;
    }
    .others input {
        margin-top: 5px;
    }
}

.notice {
    margin: 0 auto 10px;
    width: 100%;
    color: red;
    font-size: 90%;
}

.to_mega a {
    display: block !important;
    margin: 10px 10px 20px;
    text-align: center;
    text-decoration: underline;
    font-size: 14px;
    color: blue;
}
.plv dt{
    cursor: pointer;
    text-decoration: underline;
    color: #0000ff;
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
}
.plv dd{
    border: solid 1px #ccc;
    margin-inline-start: 0;
    padding:10px;
    line-height: 1.8;
    font-size: 12px;
    display: none;
}
.plv dd span{
    font-weight: bold;
    line-height: 2.8;
}
.plv dd p {
    margin-left: 1.3rem;
    font-size: 12px;
    line-height: 1.8;
}
.pp_sms_info{
  margin: 10px;
  padding: 10px;
  line-height: 1.8;
  background: #fff;
}
.pp_sms_info p{
  margin: 10px 0 ;
  font-size: 13px;
}
.pp_sms_info a{
  text-decoration: underline;
}
/* desktop */

@media(min-width:800px) {
    .only_pc {
        display: block !important;
    }
    .only_sp {
        display: none !important;
    }
}


/* smartphone */

@media(max-width:799px) {
    header h1 {
        height: 50px;
    }
    div.flow_frame{
        height: 50px;
    }
    .wrap{
        width: 100%;
    }
    table td.single_line2 label{
        float: left;
        width: auto;
        border: none !important;
    }
    table td.single_line3 label{
        float: left;
        width: calc(25% - 20px);
        border: none !important;
    }
    table td.single_line2{
        border-bottom: none !important;
    }
    .telbox {
        position: absolute;
        top: 0;
        right: 0;
        width: 200px;
    }
    .telbox a.tel {
        position: absolute;
        top: 4px;
        right: 10px;
        width: 200px;
        border: none;
        margin-top: 0;
        margin-right: 5px;
    }
    .telbox a.tel img {
    width: 100%;
}
    .telbox a.tel p {
        display: none;
    }
    .telbox a.tel strong {
        font-size: 14px;
        padding: 0;
        width: 200px;
        margin-top: 20px;
        margin-left: 74px;
    }
    .telbox .tel strong::before {
        content: "";
        position: absolute;
        top: 21px;
        left: 54px;
        width: 18px;
        height: 12px;
        background-image: url(/img/main/ico_tel.gif);
        background-size: 18px;
        background-repeat: no-repeat;
    }
    .telbox a.tel span {
        width: auto;
        font-size: 8px;
        margin: 5px 10px 0 0;
        padding: 0 2px;
    }
    .ssl{
        width: 100%;
        margin-top: 0;
    }
    .ssl p {
        width: calc(100% - 140px);
    }
    input[type=text],
    input[type=email],
    input[type=number],
    input[type=tel],
    select{
        height: 45px;
    }
    section dl.flow {
        width: 100%;
    }
    section dl.flow dd {
        width: calc(100% / 3);
    }
    section dl.flow dd:nth-of-type(1) {
        border-radius: 5px 0 0 5px;
    }
    section dl.flow dd:nth-of-type(3) {
        border-right: 1px solid #ddd;
        border-radius: 0 5px 5px 0;
    }
    section.step1 dl.flow dd:nth-of-type(1) *,
    section.step2 dl.flow dd:nth-of-type(2) *,
    section.step3 dl.flow dd:nth-of-type(3) * {
        color: #fff;
        font-weight: bold;
    }
    div#main_form {
        width: auto;
        margin: 0 10px 10px 10px;
    }
    div.flow_frame{
        width: auto;
        margin: 15px 0 15px;
    }
    table td input.tel{
        width: 100%;
    }
    #main_form .photo span.alert {
        font-size: 10px;
    }
    table {
        width: 100%;
        margin: 0;
        border: none;
    }
    table .plainTr {
        display: block;
        border: solid 1px #ddd;
        border-radius: 4px;
        margin: 0 5px 15px 5px;
    }
    table th {
        border: none;
        background: transparent;
    }
    table td label {
        display: block;
        padding: 0 0 5px 0;
    }
    div[id^="FFbc"] {
        position: absolute;
        right: 0px;
    }
    div.submit {
        width: 100%;
    }
    div.back {
        width: 100px;
    }
    div.back~div.submit {
        margin-right: 0;
        width: calc(100% - 120px);
    }
    .ssl-area {
        width: auto;
    }
    .ssl-area p {
        width: calc(100% - 140px);
        margin-left: 5px;
        line-height: 1.1;
    }
    div.formError {
        width: auto;
        left: 0 !important;
    }
    dl.flow{
        height: 50px;
    }
    dl.flow dd{
        height: 40px;
    }
    dl.flow dd::before{
        top: 8px;
    }
    dl.flow dd span {
        line-height: 1.4;
    }
    .jidou,
    .example{
        display: block;
        float: left;
        width: calc(100% - 1em);
    }
    input+.example{
        margin-top: 0;
        display: block;
    }
    section.step1 dl.flow dd:nth-of-type(1)::after, section.step2 dl.flow dd:nth-of-type(2)::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        border-top: 20px solid #fff;
        border-bottom: 20px solid #fff;
        width: 0;
        height: 0;
        display: block;
        /* border-left: none; */
        border-left: 20px solid transparent;
    }
    .only_pc {
        display: none !important;
    }
    .only_sp {
        display: block !important;
    }
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ffeeee inset;
}
.text-input::-webkit-input-placeholder {
    color: #868686;
}

.text-input::-moz-placeholder {
    color: #868686;
}

.text-input:-ms-input-placeholder {
    color: #868686;
}
textarea {
    margin: 5px 5px 5px 0;
    width: calc(100% - 6px);
    height: 120px;
}

@media screen and (max-width: 780px){
    table td label {
        width: 100%;
    }
}
@media screen and (max-width: 480px){
    textarea {
        margin-top: 0;
    }
}

.seminar_agreement {
    height: 150px;
    border: solid 1px #ccc;
    border-radius: 10px;
    margin: 30px auto;
    text-align: center;
    font-size: 15px;
    overflow-x: hidden;
}
.seminar_agreement .agreementTtl {
    text-align: center;
    font-weight: bold;
    font-size: inherit;
    margin-block: 0 10px;
    margin-inline: auto;
    padding-block: 5px;
    background: #f7f7f7;
}
.agreement_cont {
    padding: 5px 20px 15px 20px;
}
.seminar_agreement .agreementTtl::after {
    left: auto;
    right: calc(0px - 60px);
    transform: translateX(50%);
}
.seminar_agreement p {
    margin-bottom: 10px;
    font-feature-settings: 'halt';
    font-size: 14px;
}
.seminar_agreement strong {
    display: block;
    font-size: 14px;
}
.agreeCheck {
    margin-block: 25px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.agreeCheck label {
    cursor: pointer;
    font-size: 15px;
    line-height: 1;
}
.scheduleCheck input[type=checkbox],
.agreeCheck input[type=checkbox] {
    width: 14px;
    height: 14px;
    margin-right: 7px;
}
.agree_comment {
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
    color: #d50000;
    margin-bottom: 15px;
}
.scheduleCheck {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 3px 0 12px 0;
}
.scheduleCheck label {
    cursor: pointer;
    line-height: 1;
}

@media screen and (max-width: 480px){
    .seminar_agreement {
        margin: 0 5px 15px 5px;
    }
    .seminar_agreement .agreementTtl {
        padding-block: 3px;
    }
    .seminar_agreement .agreementTtl,
    .seminar_agreement strong {
        font-size: inherit;
    }
    .agreement_cont {
        padding: 0 10px 10px 10px;
    }
    .scheduleCheck {
        padding-bottom: 3px;
    }
    .scheduleCheck label {
        cursor: pointer;
        line-height: 1;
        border-top: none;
        padding: 0;
    }
}

.back .backBtn {
    display: block;
    border-radius: 100px;
    border: none;
    background: #ddd;
    color: #000;
    width: 200px;
    text-align: center;
    cursor: pointer;
    padding: 5px;
}

@media (max-width: 799px) {
    div[id^="FFbc"] {
        right: unset;
    }
}