@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css); @import url(https://fonts.googleapis.com/css?family=Open+Sans);
/* 初期化
/////////////////////////////////////////////////////////////////////////////////// */
*,input,textarea,pre {
    font-family: "Open Sans", "Noto Sans CJK JP","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,th {
    text-align: left;
}

q:before,q:after {
    content: '';
}

object,embed {
    vertical-align: top;
}

hr,legend {
    display: none;
}

h1,h2,h3,h4,h5,h6 {
    font-size: small;
}

img,abbr,acronym,fieldset {
    border: 0;
}

ul,ol {
    list-style-type: none;
}

img {
    vertical-align: bottom;
}

table {
    font-size: inherit;
}

/////////////////////////////////////////////////////////////////////////////////// */
/* リンク設定
/////////////////////////////////////////////////////////////////////////////////// */
a {
    color: #0033ff;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a:visited {
    color: #0033ff;
    text-decoration: underline;
}

a:visited:hover {
    text-decoration: none;
}

a img {
    border: none !important;
}



/* 汎用class（レイアウト調整に使用）
/////////////////////////////////////////////////////////////////////////////////// */
.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.no_border {
    border: none!important;
}


.text_bold {
    font-weight: bold;
    color: #333;
}

.text_blue {
    font-weight: bold;
    color: #0066aa;
    ;}

.border_top {
    border-top: 1px solid #ccc!important;
}

.border_bottom {
    border-bottom: 1px dotted #bbb!important;
}

/* 基本設定
/////////////////////////////////////////////////////////////////////////////////// */
body {
    font: 1em/1.231 "Helvetica", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #444;
    background-color: #FFF;
    line-height: 1.6em;
    min-width: 320px;
    letter-spacing: .08em;
    display: flex;
    flex-flow: column;
    height: 100%;
}

label {
    cursor: pointer;
}

#wrapper {
    text-align: center;
    margin: 0 auto auto;
    width: 100%;
}

.boxborer {
    padding: 6px 7px;
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    margin: 0;
}

.list input, .list-fl input, .list-ve input {
    padding: 0;
}

.margin-top {
    margin-top: 4em
}

.margin-top--small {
    margin-top: 2em
}

.margin-bottom {
    margin-bottom: 3em
}

.margin-bottom--small {
    margin-bottom: 2em
}


.pc {
    display: none!important;
}

.sp {
    display: block!important;
}

@media screen and (min-width: 896px) {
    .sp {
        display: none!important;
    }

    .pc {
        display: block!important;
    }
}

/* ヘッダ
/////////////////////////////////////////////////////////////////////////////////// */
#head {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    background: url(/seminar/seminarform/img/title_bg_form.jpg) top center no-repeat;
    background-size: cover;
}

#logo_online {
    padding: 1.5em 0;
}

#logo_online .sub_title {
    font-size: 1.2em;
    color: #fff;
    margin-bottom: 0;
}

#logo_online .sub_title--accent:after {
    background: url(/seminar/seminarform/img/h_accent_white.png) top center no-repeat;
    background-size: contain;
}

#logo_online h1 {
    color: #fff;
    text-align: center;
    font-size: 1.8em;
    padding: 10px 0 0;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    line-height: 1.4;
}


/*button*/
.btn {
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    max-width: 300px;
    margin: 0;
    padding: 19px 30px;
    cursor: pointer;
    transition: all .2s;
    text-align: center;
    color: #FFF;
    border-radius: 35px;
    text-decoration: none;
}
.btn span {
    width: 100%;
}
.btn:hover{
    opacity: .5;
}

.btn--white {
    background: #fff;
    color: #138fcf!important;
    padding: 7px 10px;
}

.btn i{
    position: relative;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    border-radius: 50%;
    background: #FFF;
}
.btn--white i {background: #138fcf;}

.btn i:before{
    position: absolute;
    top: 8px;
    left: 6px;
    width: 8px;
    height: 1px;
    content: "";
    border-bottom: 1px solid #0C92D1;
}
.btn i:after{
    position: absolute;
    top: 6px;
    left: 6px;
    width: 6px;
    height: 6px;
    content: "";
    transform: rotate(45deg);
    border: 1px solid #0C92D1;
    border-bottom: 0;
    border-left: 0;
}

.btn--white i:after {border: 1px solid #fff;border-bottom: 0;border-left: 0;}

.btn--white i:before {border-bottom: 1px solid #fff;}



.blue_btn {
    background: #0c92d1;
    color: #fff!important;
    padding: 0;
    max-width: 300px;
    width: 100%;
    display: inline-block;
    text-align: center;
    border-radius: 4em;
    transition: all .2s;
    box-sizing: border-box;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    margin: 0 1em;
}

.blue_btn--wide {
    max-width: 460px;
}

.blue_btn b, .blue_btn input {
    width: 100%;
    font-size: 1em;
    background: none;
    border: none;
    color: #fff;
    padding: 16px 20px;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 2;
    position: relative;
    display: block;
}

.blue_btn--close {
    background: #999999;
}

.blue_btn--close i {
    display: none;
}

.blue_btn--red {
    background: #f96c27;
}

.blue_btn:hover {
    opacity: .5;
}

.blue_btn span {
    width: 100%;
}

.blue_btn i {
    width: 19px;
    height: 19px;
    min-width: 19px;
    min-height: 19px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 2em;
    z-index: 1;
    top: 19px;
}

.blue_btn i:before {
    content: "";
    height: 1px;
    width: 8px;
    border-bottom: 1px solid #0c92d1;
    position: absolute;
    top: 8px;
    left: 5px;
}

.blue_btn i:after {
    content: "";
    border: 1px solid #0c92d1;
    border-bottom: 0;
    border-left: 0;
    height: 6px;
    width: 6px;
    position: absolute;
    transform: rotate(45deg);
    top: 6px;
    left: 6px;
}

.blue_btn--red i:before {
    border-bottom: 1px solid #f96c27;
}

.blue_btn--red i:after {
    border: 1px solid #f96c27;
    border-bottom: 0;
    border-left: 0;
}

/* フォーム
/////////////////////////////////////////////////////////////////////////////////// */
#contents {
    /* max-width: 1000px; */
    margin: auto;
    text-align: left;
    box-sizing: border-box;
    padding: 1em;
}

.contents {
    position: relative;
    z-index: 2;
}

#form-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 3em 0;
    text-align: center;
}

#contents p.caution {
    width: 750px;
    margin: 0 auto 15px auto;
    padding-top: 15px;
}

#contents h3 {
    font-size: 1.7em;
    line-height: 1;
    display: block;
    text-align: center;
    border-top: 0;
    padding: 20px;
    margin: 0;
    width: 100%;
    background: url(/seminar/seminarform/img/title_bg_form.jpg) top center no-repeat;
    background-size: cover;
    color: #fff;
    box-sizing: border-box;
}
.checkpage #contents h3 {
	border: none;margin: 0;text-align: center;}

#wrapper h5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 3em auto 1em auto;
    padding: .5em 1em;
    font-size: 1.4em;
    font-weight: 500;
    border-left: 3px solid #007ca2;
    background: #fff;
    color: #007ca2;
    box-sizing: border-box;
}

#wrapper h5 span {
    font-weight: normal;
    font-size: 0.7em;
}

@media screen and (max-width: 700px) {
    #contents {
        width:100%;
        margin: 0 auto;
        padding: 0;
    }

    #form-wrapper {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 0;
    }

    #wrapper h4 {
        margin: 20px auto 25px auto;
        font-size: 1.4em;
        text-align: center!important;
        text-indent: 0;
    }

    #wrapper h4 span {
        display: block;
        flex-flow: column;
        align-items: center;
        width: 100%;
        margin: 0 auto;
        padding: 2px 6px;
        box-sizing: border-box;
    }

    #wrapper h5 {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 800px) {
    #wrapper h5 {
        flex-flow: column;
        align-items: baseline;
    }

    #wrapper h5 span {
        float: none;
        display: block;
    }
}

#form-wrapper p.form-info {
    max-width: 776px;
    margin: 0 auto 3em;
    /* padding: 15px 10px 13px 10px; */
    text-align: center;
    font-weight: bold;
    background-color: #ffffff;
    /* border: 2px solid #666666; */
}

#form-wrapper p.donetxt {
    max-width: 756px;
    margin: 0 auto 20px auto;
}

.form_box {
    max-width: 1000px;
    width: 100%;
    background: #ecf5fa;
    border-radius: 1em;
    margin: 1.9em auto 5em;
    padding: 2em;
    box-sizing: border-box;
    z-index: 1000;
    position: relative;
}
.form__q{
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 30px 0 30px;
    text-align: left;
}
.limit{
    display: block;
    text-align: left;
    font-size: 90%;
}
.form__title{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    font-size: 20px;
}
.form__title i{
    background: #138fcf;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-style: normal;
    font-size: 90%;
}
.form__title span{}

.form-table {
    margin: 0 auto;
    width: 100%;
    table-layout: fixed;
}
.form-table:first-of-type{
    margin-top: 0;
}

.form-table tr {
    width: 100%;
}
.form-table tr th {
    padding: 11px 7px 11px 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    width: 40%;
    vertical-align: top;
    max-width: 360px;
}
.form_box .form-table:last-of-type > tr th, .form_box .form-table:last-of-type > tr td {
	border-bottom: 0;}

.form-table th div {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: baseline;
    min-height: 34px;
    padding-top: 0.5em;
}

.form-table .form_title {
    min-height: 34px;
}

.form-table th div span {
    vertical-align: middle;
}

.form-table th div span:first-of-type {
    padding-top: 4px;
}

.form-table tr td {
    width: 60%;
    padding: 1em 0 1em 1em;
    border-bottom: 1px solid rgba(0,0,0,.1);
    text-align: left;
    max-width: 530px;
}


.form-table tr:last-of-type th,.form-table tr:last-of-type td {
    border: none;
    padding-bottom: 0;
}

.form-table tr td p {
    margin-bottom: 0.3em;
}

.form-table .chance tr td {
    border: none;
}


.form-table--border tr:first-of-type th, .form-table--border tr:first-of-type td {
    padding-top: 11px;
}


@media screen and (max-width: 770px) {
    .form_box {
        margin: 0 auto 4em;
        padding: 2em 1.3em;
    }

    .form-table {
        width: 100%;
    }

    .form-table tr {
        width: 100%;
    }

    .form-table th div {
        min-height: auto;
        display: block;
    }

    .form-table tr:first-of-type th div {
        display: block;
    }

    .form-table th .error, .form-table th .error .error {
        padding: 0;
    }

    .form-table tr th {
        width: 100%;
        padding: 0.5em 0 0.5em!important;
        border-bottom: none!important;
        display: block;
        max-width: 100%;
    }

    .form-table--border tr:first-of-type td {
        border-top: none!important;
        padding-top: 0;
    }

    .form-table tr th br {
        display: none;
    }

    .form-table tr td {
        padding: 0 0 1.5em;
        display: block;
        width: 100%;
        max-width: 100%;
    }
}

.text_box{
    padding-left: 50px;
}
.text_box textarea{
    width:100%;
}

.list input,
.list-fl input {
    font-size: 14px;
    padding: 0.7em 0.5em;
    border-radius: .3em;
    border: 1px solid #ddd;
    vertical-align: middle;
    display: inline-block;
    box-sizing: border-box;
}

.list input[type=radio],
.list-fl input[type=radio],
.form-table input[type=checkbox] {
    display: none;
    left: 0;
}

.list input[type=radio],
.list-fl input[type=radio],
.form-table input[type=checkbox] {
    /* for IE8 */
    position: relative;
    left: 25px;
}

.list label,
.list-fl label,
#soudan label {
    display: inline-block;
    line-height: 120%;
    padding: 10px 20px 10px 24px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 0.3em;
    transition: all .2s;
}

.list input[type=checkbox] + label,
.list-fl input[type=checkbox] + label {
    padding: 5px 0 5px 15px;
}
.list li,
.list-fl li {
    display: flex;
}

.list label,
.list-fl label {
    cursor: pointer;
    color: #333;
}

.list label b,
.list-fl label b {
    font-weight: normal;
    letter-spacing: -0.3px;
}

.list input[type="radio"] + label:before,
.list-fl input[type="radio"] + label:before {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 1em;
    border: 1px solid #aaa;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 12px;
    background: #fff;
}

.list input[type="radio"]:checked + label:before,
.list-fl input[type="radio"]:checked + label:before {
    color: #fff;
    background: #0c92d1;
    border: 1px solid #0c92d1;
}

.list input[type="radio"]:checked + label:after,
.list-fl input[type="radio"]:checked + label:after {
    content: "";
    width: 5px;
    height: 5px;
    background: #fff;
    position: absolute;
    left: 5px;
    border-radius: 1em;
    top: 17px;
}

.list input[type="radio"] + label,
.list-fl input[type="radio"] + label {
    color: #333;
    margin-right: 10px;
    margin-bottom: 0.3em;
    /* background: #fff; */
    display: flex;
    width: auto;
}

.list input[type="checkbox"] + label span:before,
.list-fl input[type="checkbox"] + label span:before {
    content: "";
    width: 7px;
    height: 4px;
    position: absolute;
    border-left: none;
    border-bottom: noe;
    transform: rotate(-45deg);
    margin: -4px auto 0;
    padding: 0;
    display: inline-block;
    left: 4px;
    top: 8px;
}

@media all and (-ms-high-contrast:none) {
    .list input[type="radio"]:checked + label:after,
    .list-fl input[type="radio"]:checked + label:after {
        left: 4.2px;
    }
}

.list input[type="checkbox"]:checked + label span:before,
.list-fl input[type="checkbox"]:checked + label span:before {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    left: 3px;
    top: 7px;
}


.list input[type="checkbox"]:checked + label span,
.list-fl input[type="checkbox"]:checked + label span {
    border: 1px solid #0c92d1;
    background: #0c92d1;
}

.form-table tr td input.input-text-size1 {
    max-width: 60px;
}

.form-table tr td input.input-text-size2 {
    width: 12em;
    margin: 0 5px;
}

.form-table tr td input.input-text-size3 {
    width: 180px;
}

.form-table tr td input.input-text-size4 {
    max-width: 420px;
    width: 100%;
}

.form-table td input.input-text-size5 {
    width: 270px;
}

.form-table td select.select-size1 {
    width: 180px;
    padding: 0.7em 0.7em;
    border-radius: 0.3em;
}

.form-table td select.select-size2 {
    width: 180px;
}

.form-table td textarea.textarea-size1 {
    width: 100%;
    height: 80px;
    border-radius: 0.3em;
}

.form-table td .namebox {
    width: 50%;
    display: table-cell;
}

.form-table td .namebox:first-of-type {
    padding-right: 2em;
    box-sizing: border-box;
}

.form-table td .namebox .column {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0.5em;
}

.form-table td .namebox .column span:first-of-type {
    width: 40px;
    text-align: center;
}

.form-table tr td .namebox input {
    margin-left: .5em;
}

.red {
    background: #ffe5e5;
}

.redtext {
    color: #f00;
}

@media screen and (max-width: 480px) {
    .form-table tr td .namebox {
        width: 50%;
    }

    .form-table tr td .namebox input {
        display: block;
    }
}

@media screen and (max-width: 770px) {
    .form-table tr td input {
        width: 100%!important;
    }

    .form-table td .namebox {
        width: 100%;
        display: flex;
        flex-flow: column;
        padding: 0!important;
    }

    .form-table td .namebox .column span {
        width: 100%;
    }

    .form-table tr td input.input-text-size3 {
        width: 100%;
        max-width: unset;
    }

    .form-table tr td input.input-text-size4 {
        width: 100%;
        max-width: unset;
    }
    .text_box{
        padding-left: 0;
    }
}

/**/
.form-table input + label span {
    border: 1px solid #ccc;
    position: relative;
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin-right: 0.5em;
    background: #fff;
    border-radius: 4px;
}

.list {
    display: flex;
    flex-flow: column;
    padding-left: 50px;
}
.list-fl {
    display: flex;
    flex-flow: wrap;
    padding-left: 50px;
}

.down .list,
.form-table .list,
.form-table .list-fl{
    padding-left:0;
}
.list-fl--center{justify-content: center;}
.down {
    margin: 20px auto 0;
    padding: 30px 40px 20px;
    text-align: left;
    border-radius: 10px;
    background: rgba(255,255,255,.8);
    box-sizing: border-box;
}
.form__subtitle{
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
}


.must {
    border: 1px solid #e37273;
    color: #e37273;
    padding: 2px 11px;
    border-radius: 5px;
    font-size: 14px;
    margin-left: 1em;
    display: inline;
    max-width: 3em;
    word-break: keep-all;
    vertical-align: bottom;
}

@media screen and (max-width: 770px) {
    .list,
    .list-fl {
        flex-flow:column;
    }
    .list{
        padding-left: 0;
    }

    span.must {
        margin-left: .5em;
    }
}

span.full {
    color: #ff0000;
    margin-right: 5px;
    font-weight: bold;
}




/* ボタンリンク設定
/////////////////////////////////////////////////////////////////////////////////// */
.rollover {
    /* ロールオーバー */
    opacity: 1.0;
    filter: alpha(opacity=100);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=100)";
    /* ie 8 */
    -moz-opacity: 1.0;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 1.0;
    /* Safari 1.x */
}

.rollover:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";
    /* ie 8 */
    -moz-opacity: 0.8;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    transition-property: all;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
}

/* プライバシー
--------------------------*/
#privacy {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 20px;
    text-align: center;
    box-sizing: border-box;
}

#privacy p {
    margin-bottom: 20px;
}

#privacy p strong {
    font-weight: 500;
}

#privacy .privacy_box {
    width: 100%;
    max-width: 800px;
    height: 110px;
    font-size: 12px;
    padding: 15px 20px;
    box-sizing: border-box;
    overflow: auto;
    margin: 0 auto;
    text-align: left;
}

#privacy .privacy_box .kome {
    font-size: 1em;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 0;
}

#privacy .privacy_box .kome-sub {
    padding-left: 3em;
}

@media screen and (max-width: 890px) {
    #privacy {
        max-width: 100%;
        margin: 0 0 3em;
        padding: 0;
    }

    #privacy p {
        text-align: left;
    }
}

/* エラー表示
--------------------------*/
#form-wrapper p.error-info {
    max-width: 776px;
    margin: 0 auto 20px auto;
    padding: 15px 10px 13px 10px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #ffeeee;
    border: 1px solid #e37273;
    color: #e37273;
    z-index: 2;
    position: relative;
}


div.error {
    clear: both;
}

.error_online, div.error span.error {
    color: #e37273;
    font-weight: 500;
    font-size: 0.8em;
}

div.error span.error_online {
    max-width: 776px;
    margin: 0 auto 20px auto;
    padding: 10px 10px 9px 10px;
    text-align: center;
    font-weight: bold;
    background-color: #ffeeee;
    border: 1px solid #ff0000;
    color: #ff0000;
    display: block;
}

/* footer
/////////////////////////////////////////////////////////////////////////////////// */
/* clearfix  */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#footer01-wrapper {
    padding: 0 0 6em;
}

#footer02-wrapper {
    background: #0064ba;
    display: flex;
    margin: 0 auto;
    padding: 0.5em 5%;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}

#footer {
    width: 100%;
    text-align: right;
    margin: 0 auto;
    color: #fff;
    padding: 1em 0;
    font-size: 0.8em;
}

/*
	Pマーク、SPIRAL情報
*/
.spiral_info {
    max-width: 900px;
    margin: 0 auto;
    display: table;
    width: 100%;
}

#privacy-mark {
    display: table-cell;
    margin: 0;
    padding: 0 20px;
    background: #FFF;
    text-align: center;
    vertical-align: middle;
    padding-right: 0;
    width: 38%;
}

#privacy-mark div {
    display: table-cell;
    width: 50%;
    font-size: 10px;
    text-align: center;
}

#privacy-mark a {
    text-decoration: none;
    font-size: 11px!important;
    color: #14a0dc;
}

#privacy-mark a br {
    display: none;
}

#privacy-mark table {
    margin: 0 auto;
}

#privacy-mark table td {
    padding: 10px;
}

.privacy-mark-txt {
    display: table-cell;
    padding: 0 0 0 20px;
    text-align: left;
    background: #FFF;
    vertical-align: middle;
    font-size: 11px;
}

.privacy-mark-txt b a {
    color: #333;
    font-size: 15px;
    display: block;
    margin-bottom: 15px;
}

@media screen and (max-width: 890px) {
    #footer01-wrapper {
        padding: 0 0 3em;
    }

    #footer {
        width: 90%;
        margin: 0 auto;
        color: #FFF;
        text-align: center;
        clear: both;
    }

    #privacy-mark a br {
        display: block;
    }

    .spiral_info {
        padding: 0 0 20px 0;
        font-size: 11px;
        text-align: right;
        width: 95%;
        margin: 15px auto 15px;
    }

    #privacy-mark {
        max-width: 100%;
        padding: 0;
        margin: 20px auto 10px auto;
        display: block;
        width: 100%;
    }

    #privacy-mark div {
        display: block;
        width: 100%;
    }

    .privacy-mark-txt {
        display: block;
        max-width: 89%;
    }

    .privacy-mark-txt b a {
        text-align: center;
    }
}

/* footer end

/*
	エラーページ
*/
.error p.form-info {
    background: #0AA5E6;
    width: 900px;
    color: #fff;
    font-size: 23px;
    text-align: center;
    padding: 18px 0;
    font-weight: bold;
    letter-spacing: 2px;
}

.error p.donetxt {
    text-align: center;
}

.error p.donetxt {
    font-size: 16px;
}

.error p.donetxt a {
    font-size: 14px;
    padding: 20px 0;
    text-decoration: none;
    border: 1px solid #ccc;
    display: inline-block;
    width: 100%;
    background: #fff;
    border-radius: 5px;
}

.non {
    display: none;
    /*color: red;*/
}

.on {
    display: block;
}

.finish {
    display: block;
    margin: 0 auto 3em;
    width: 90%;
    text-align: center;
}

.finish a {
    text-decoration: none;
    max-width: 300px;
    display: block;
    background: #fff;
    margin: 0 auto;
    color: #333;
    padding: 0.8em .5em;
    border-radius: 0.2em;
    border: 1px solid #aaa;
    transition: opacity .3s;
}

.finish a:hover {
    opacity: .5
}

/* コンテンツ 背景飾り */
.l-contents {
    position: relative;
}

.contents--contact {
    margin: auto auto 0;
    width: 100%;
}

.l-contents--bgright:before, .l-contents--bgleft:before {
    content: "";
    position: absolute;
    width: 550px;
    height: 570px;
}

.l-contents--bgright:before {
    background: url(/common/img/contents_bg_right.png) top right no-repeat;
    background-size: contain;
    right: 0;
    top: -70px;
    width: 60%;
    height: 360px;
}

.l-contents--bgleft:before {
    background: url(/common/img/contents_bg_left.png) top left no-repeat;
    background-size: contain;
    left: 0;
    top: -60px;
    width: 70%;
    height: 360px;
}

/* コンテンツ 青背景 */
.l-contents--bg {
    background: #ecf5fa;
    padding-top: 5em;
}

@media screen and (min-width: 896px) {
    .l-contents--bgright:before {
        width: 550px;
        height: 570px;
    }

    .l-contents--bgleft:before {
        width: 550px;
        height: 570px;
    }
}

/* タイトル下飾りあり */
.sub_title {
    font-size: 28px;
    font-weight: 600;
    display: flex;
    flex-flow: column;
    align-items: center;
    font-family: "Noto Sans CJK JP", sans-serif;
    margin-bottom: 30px;
    z-index: 3;
    position: relative;
}

.sub_title small {
    font-size: 0.7em;
}

.sub_title--accent:after {
    content: "";
    margin-top: 30px;
    background: url(/seminar/seminarform/img/h_accent.png) top center no-repeat;
    background-size: contain;
    width: 60px;
    height: 6px;
}

.lead {
    margin: 0 auto 2em;
}


@media screen and (max-width: 890px) {
    .sub_title {
        text-align: center;
    }


    .sub_title small {
        display: block;
        margin-bottom: 0.3em;
    }
}

#sendbox {
    margin: 1.5em auto 4em;
    display: block;
    max-width: 700px;
    text-align: center;
}

@media screen and (max-width: 896px) {
    #sendbox {
        margin: 1.5em auto 0em;
        flex-flow: column-reverse;
    }

    #sendbox .blue_btn {
        margin-bottom: 1em;
    }
}


.addQuestion{
    padding: 1em;
    box-sizing: border-box;
}
.addQuestion > dl {
    display: flex;
    gap: 16px;
}
.addQuestion .question {
    padding-top: 8px;
}
.addQuestion .answer {
    padding-top: 8px;
}