@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

/* ===================================================================
CSS information

 file name  :common.css
 author     :Sky Co., LTD.
 style info :【共通・汎用】
 　　　　　　・基本設定
 　　　　　　・ページレイアウト
 　　　　　　・リンクカラー
 　　　　　　・汎用class
=================================================================== */
/* 初期化
/////////////////////////////////////////////////////////////////////////////////// */
* {
    margin: 0;
    padding: 0;
    font-size: 1em;
    letter-spacing: 0.05em;
    font-family: "Open Sans", "Noto Sans CJK JP","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    box-sizing :border-box;
}
html {
    overflow-y: scroll;
}

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;
}

body {
}

table {
    font-size: inherit;
}

/* 基本設定
/////////////////////////////////////////////////////////////////////////////////// */
body {
    font-size: small;
    color: #333333;
    background: url(/seminar/seminarform/img/form_bg.png) repeat top center;
    /* background: #c8e2f3; */
    background-size: contain;
    line-height: 1.6;
    min-width: 320px;
}

div#wrapper {
    text-align: center;
}

label {
    cursor: pointer;
}

.boxborer {
    padding: 6px 7px;
    background: #fff;
    border: 1px solid #bbb;
}

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

/* ヘッダ
/////////////////////////////////////////////////////////////////////////////////// */
#head {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-top: 6px solid #0f78c9;
}


#logo_online{
    display: flex;
    align-items: center;
    width: 100%;
    /* justify-content: space-between; */
    /* background: url(/seminar/seminarform/img/logo_online.jpg) top right no-repeat; */
}
#logo_online h1 {
    color: #1782ce;
    width: 100%;
    line-height: 1em;
    font-size: 3em;
    padding: 0.8em 0.5em 0.8em;
    text-align: center;
    display: flex;
    flex-flow: column;
    font-weight: 800;
}

#logo_online h1 b {
    display: inline-block;
    background: #0e78c7;
    color: #fff;
    font-weight: 300;
    padding: 0.3em 1em;
    font-size: 0.5em;
    line-height: 1em;
}

#logo_online h1 small {
    display: block;
    font-size: 0.7em;
    line-height: 1em;
    margin: 0.4em auto 0.4em;
    font-weight: 600;
    letter-spacing: .1em;
}
#logo_online h1 span{
    font-size: 0.55em;
    color: #ff8d00;
}

@media screen and (max-width: 780px) {
    #logo_online {
    background: none;
    }
    #logo_online h1 {
    width: 100%;
    text-align: center;
    font-size: 2em;
    }
    #logo_online h1 br{
        display:block;
    }
    #logo_online h1 b{
        display: block;
    }
    #logo_online h1 small{
        display: block;
    }
}
@media screen and (max-width: 480px) {
    #logo_online h1 {
    font-size: 1.5em;
    }
    #logo_online h1 b{
        font-size: 0.7em;
    }
    #logo_online h1 small{
        margin-top: 0.9em;
    }
}

/* セミナー紹介
/////////////////////////////////////////////////////////////////////////////////// */
#form-title-wrapper {
    margin: 0 auto 0 auto;
    padding-bottom: 10px;
    max-width: 980px;
    width: 100%;
    background: linear-gradient(180deg, #17b3ec 0%,#0aa8ef 80%);
    color: #FFF;
    border-top: 7px solid #0AA5E6;
}

div#form-title-wrapper h3 {
    padding-top: 13px;
    font-size: 165%;
    width: 95%;
    margin: 0 auto;
}

div#form-head-wrapper {
    margin: 20px auto 20px auto;
}

div#se-title {
    text-align: center;
}

div#se-title img {
    margin: 0px 0 20px 0;
}

p#se-intro {
    margin: 0 auto 15px auto;
    width: 750px;
}

#summary-wrapper {
    margin: 0 auto 20px auto;
    width: 90%;
    padding: 2em;
    /* overflow:hidden; */
    background-color: #ffffff;
    border: 1px solid #cccccc;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

#summary-wrapper .sec {
    margin: 0;
    overflow: hidden;
    width: 50%;
}

#summary-wrapper .sec:nth-of-type(2) p {
    border: 1px solid #ccc;
    padding: 15px;
    margin: 0;
}

#summary-wrapper p.sec-title {
    margin-bottom: 10px;
    padding: 4px 4px 4px 6px;
    font-size: 14px;
    font-weight: bold;
    border-left: 3px solid #666677;
    color: #0066aa;
    background-color: #f0f0f0;
    width: 90%;
}

#summary-wrapper div.sec ul {
    padding: 0 0 0 15px;
    width: 340px;
    list-style-type: disc !important;
}

div#summary-wrapper div.sec ul li {
    margin: 0 0 5px 0;
}

#summary-wrapper div.sec table {
    width: 100%;
}

div#summary-wrapper div.sec table tr td, div#summary-wrapper div.sec table tr th {
    padding: 0 4px 3px 4px;
    vertical-align: top;
    min-width: 35px;
}

@media screen and (max-width: 480px) {
    #summary-wrapper p.sec-title {
        width: 100%;
    }

    #summary-wrapper {
        width: 80%;
        padding: 1em;
    }

    #summary-wrapper div.sec {
        display: block;
        width: 100%;
    }
}

div#se-no {
    margin: 0 auto 0 auto;
    width: 750px;
}

div#se-no strong.title {
    color: #e38800;
}

#user-target-wrapper {
    margin: 0 auto;
    padding: 6px 0 5px 0;
    max-width: 980px;
    width: 100%;
    background-color: #FFF;
    border-bottom: 1px solid #aaaaaa;
    color: #666666;
    font-size: 16px;
    font-weight: bold;
}

h6.caution {
    margin: 0 auto 0 auto;
    padding: 0;
    border-bottom: none;
    font-size: 14px;
    font-weight: normal;
    color: #0066aa;
    left: 0;
    display: table-cell;
    text-align: left;
}

#caution-list {
    margin: 0;
    padding: 0;
    width: 82%;
    list-style-type: disc !important;
    border: none;
    display: table-cell;
    left: 140px;
}

#caution-list li {
    margin: 0 0 5px 20px;
    text-align: left;
}

@media screen and (max-width: 480px) {
    #caution-list {
        width: 100%;
        display: block;
    }
}

#form-head-note {
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 770px) {
    #form-head-note {
        margin: 20px 0 0!important;
        font-size: 12px;
    }
}

#meeting-wrapper {
    margin: 25px auto 20px auto;
    width: 740px;
}

#meeting-wrapper ul {
    margin: 10px auto 0 auto;
    padding: 0 0 0 0px;
    list-style-type: disc !important;
}

#meeting-wrapper li {
    margin: 0 0 5px 20px;
    color: #ff0000;
}

/* フォーム
/////////////////////////////////////////////////////////////////////////////////// */
#contents {
    max-width: 1080px;
    margin: 0 auto 50px;
    overflow: hidden;
    text-align: left;
    font-size: 14px;
    background: #edf6fb;
    box-shadow: 1px 3px 10px rgb(133 139 146 / 40%);
    border-radius: 0.3em;
}

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

#form-head {
    width: 780px;
    margin: 15px auto -15px auto;
    overflow: hidden;
}

#form-head div.fh-left {
    width: 500px;
    float: left;
}

#form-head div.fh-right {
    width: 280px;
    float: left;
    text-align: center;
}

#form-head div.fh-left h3 {
    margin: 2px 0 0 0;
    padding: 0;
    font-size: 136%;
    color: #0096d0;
}

#form-head div.fh-right p a {
    width: 278px;
    height: 26px;
    display: block;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 13px;
    text-decoration: none;
    line-height: 26px;
    color: #3366dd;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

#form-head div.fh-right p a:hover {
    color: #003399;
    background-color: #f6f6ff;
}

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

#contents h3 {
    height: 40px;
    margin-bottom: 5px;
    padding: 9px 0 0 15px;
    font-size: 1.1em;
    color: #ffffff;
    background: url(/seminar/seminarform/img/content_title_bg01.jpg) no-repeat;
}

#wrapper h4 {
    width: 100%;
    margin: 0 auto 10px auto;
    padding: 0.8em 1.2em;
    font-size: 1.2em;
    color: #ffffff;
    background: #0079c9;
}

#wrapper h5 {
    width: 96%;
    margin: 2em auto 1.2em;
    padding: 0.8em 0.8em 0.8em 1.4em;
    font-size: 1.2em;
    background: #fff;
    text-align: left;
    border-left: 4px solid #c8e2f3;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


#wrapper h5 span {
    font-weight: normal;
    font-size: 0.8em;
    line-height: 0.8em;
    text-indent: -1em;
    line-height: 1.2em;
    padding-left: 1em;
}

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

    #form-wrapper {
        width: 100%;
        margin: 0 auto 30px auto;
        padding: 1em 0;
    }

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

    #wrapper h5 {
        width: 90%;
        margin: 0 auto;
        flex-flow: column;
    }
}

@media screen and (max-width: 860px) {
    #wrapper h5 span {
        text-align: left;
        margin: .5em auto;
        padding-left: .5em;
    }
}

#form-wrapper p.form-info {
    max-width: 776px;
    margin: 20px auto;
    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-wrapper p.sectxt {
    width: 760px;
    margin: 0 auto 20px auto;
}

.form-table {
    margin: 0 auto 4em auto;
    width: 96%;
}

.form-table tr th {
    width: 35%;
    border-bottom: 1px solid #c5def0;
}

.form-table tr td {
    width: 100%;
    border-bottom: 1px solid #c5def0;
}

.form-table tr td p {
    margin-bottom: 0.3em;
}
.form-table tr th,
.form-table tr td {
    padding: 1.2em 1em;
}

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

.nobox .list-fl {
    display: none;
}

.nobox span {
    display: none;
}

.nobox .down {
    padding: 0;
    margin: 0;
    border: none;
}

@media screen and (max-width: 770px) {
    .form-table {
        width: 90%;
    }

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

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

    .form-table tr td {
        padding: 0 0 1.5em;
        display: block;
        clear: both;
    }
}

.soudan span, #regist-url td {
    color: #2E77B5;
}

#regist-url .ck_nobox #h_sales_ans {
    display: none;
}

#regist-url .ck_nobox .none {
    display: none;
}

#regist-url td p {
    word-break: break-all;
}

#regist-url td strong {
    color: #333;
}

table.form-table tr td input {
    font-size: 14px;
    padding: 0.5em;
}

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

.form-table input[type="radio"]:checked + label {
    color: #fff;
    background: url("../../img/radio_on.png") left center no-repeat #14A0DD!important;
}

.form-table input[type="checkbox"]:checked + label {
    color: #fff;
    background: url("../../img/check_on.png") left center no-repeat #14A0DD!important;
}

.form-table label {
    display: inline-block;
    line-height: 120%;
    padding: 10px 20px 10px 35px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.form-table input:checked + label {
    border: 1px solid #14A0DD;
}

.form-table input[type="checkbox"] + label:hover {
    color: #fff;
    background: url("../../img/check_over.png") left center no-repeat #14A0DD;
}

.form-table input[type="radio"] + label:hover {
    color: #fff;
    background: url("../../img/radio_over.png") left center no-repeat #14A0DD;
}

@media (min-width: 1px) {
    /* for modern */ .form-table input[type=radio], .form-table input[type=checkbox] {
        display: none;
        left: 0;
    }

    .form-table label {
        cursor: pointer;
        background: url("../../img/check_off.png") left center no-repeat #fff;
        color: #333;
    }

    .form-table input[type="radio"] + label {
        padding-left: 30px;
        background: url("../../img/radio_off.png") left center no-repeat #fff;
        color: #333;
        margin-right: 0.5em;
        margin-bottom: 0.3em;
    }
}

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

table.form-table tr td input.input-text-size2 {
    width: 70%;
}

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

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

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

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

table.form-table tr td select.select-size2 {
    width: 180px;
    *width: 280px;
    *width: 280px\9;
}

table.form-table tr td textarea.textarea-size1 {
    width: 100%;
    height: 80px;
}

table.form-table tr td .namebox {
    width: 180px;
    display: table-cell;
}

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

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

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

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

/**/
.soudan {
    margin: 40px auto;
    width: 95%;
    text-align: center;
    display: none;
}

.soudan h5 {
    text-align: left;
}

#soudan_text {
    width: 98%;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #999;
    background: #fff;
    border-top: 0;
    text-align: center;
    padding-bottom: 1em;
    margin: 0 auto;
}

.soudan_ans {
    text-align: left;
    width: 95%;
    margin: 0 auto;
}

.soudan input[type=checkbox] {
    /* for IE8 */
    position: relative;
    left: 25px;
}

.soudan input[type="checkbox"]:checked + label {
    color: #fff;
    background: url("/seminar/seminarform/img/check_on.png") left center no-repeat #14A0DD;
}

.soudan p, .soudan textarea {
    width: 95%;
    margin: 0 auto;
    box-sizing: border-box;
}

.soudan label {
    display: block;
    line-height: 120%;
    padding: 14px 20px 14px 35px;
    border-radius: 3px;
    border: 1px solid #ccc;
    width: 98%;
    text-align: left;
    font-size: 17px;
    box-sizing: border-box;
    margin: 0 auto;
}

.soudan .inf {
    text-align: left;
    margin: 20px auto 0px;
}

.soudan_inf {
    max-width: 95%;
    margin: 5px auto 0;
}

.soudan_inf p {
    text-align: left;
    margin: 0px auto;
    text-indent: -1em;
    padding-left: 0em;
    font-size: .9em;
    box-sizing: border-box;
    width: 97%;
}

.soudan_note {
    text-align: left;
    margin: 13px auto 5px!important;
}

.soudan_txtnote {
    display: block;
    font-size: 0.9em;
    line-height: 1.7em;
    margin: 1em 0 0 0.7em;
    letter-spacing: .05em;
    font-weight: 400;
    text-align: left;
}

.soudan input:checked + label {
    border: 1px solid #14A0DD;
    border-radius: 3px 3px 0 0;
}

.soudan input:hover {
    opacity: 0.6;
}

@media (min-width: 1px) {
    /* for modern */ .soudan input[type=checkbox] {
        display: none;
        left: 0;
    }

    .soudan label {
        cursor: pointer;
        background: url("/seminar/seminarform/img/check_off.png") left center no-repeat #fff;
    }
}

/**/
table.chance {
    width: 99%;
    margin: 0 0 10px 20px;
}

.chance tr th {
    width: 25%;
    padding: 4px 0;
    border-bottom: none;
    text-align: left;
}

table.chance tr td {
    width: 65%;
    padding: 4px 0;
    border-bottom: none;
}

table.chance-conf {
    width: 400px;
    margin: 0 0 10px 0;
}

table.chance-conf tr td {
    padding: 4px 0;
    border-bottom: 1px dotted #cccccc;
}

table.chance-conf tr td.select {
    border-bottom: 1px solid #cccccc;
}

ul.list-fl li {
    float: left;
}

ul.list-ve li {
    margin-bottom: 3px;
}

ul.list-ve-date li {
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px dotted #aaaaaa;
    _border-bottom: none;
    overflow: hidden;
}

ul.list-ve-date li:last-child {
    border-bottom: none;
}

.down {
    margin: 5px auto 0;
    padding: 15px 20px;
    max-width: 95%;
    text-align: left;
    border-radius: 4px;
    border: 1px solid #BFCED7;
}

ul.list-ve-date li div.un-left {
    width: 10px;
    padding-right: 10px;
    float: left;
    text-align: right;
    white-space: nowrap;
}

ul.list-ve-date li div.un-right {
    width: 460px;
    float: left;
}

ul.list-ve-date li div.sub {
    margin-top: 6px;
    _margin-bottom: 12px;
}

p.other {
    clear: both;
    margin: 10px 0 3px 0;
}

span.must {
    background-color: #F75353;
    color: #FFF!important;
    border: #FFF 1px solid;
    font-size: 12px;
    padding: 0 8px;
    display: inline-block;
    border-radius: 3px;
    float: right;
}

@media screen and (max-width: 770px) {
    span.must {
        float: none;
    }
}

.seminar_list .full td {
    color: #737373;
    margin-right: 5px;
    width: auto!important;
    height: auto!important;
    background: #fdf8f1!important;
    cursor: auto!important;
}

.form-select-list li {
    list-style: none;
    margin: 0 0 5px 0;
    display: flex;
    align-items: center;
}
.form-select-list li:last-of-type{
    margin-bottom: 0;
}
.form-select-list li:last-of-type p{
    margin-bottom: 0;
}
.pc-num {
    width: 90px;
}

.pc-num-input {
}

.semi-box760 {
    width: 720px;
    margin: 10px auto 30px auto;
    padding: 20px;
    background: #DFF5FF;
    box-shadow: rgba(0, 0, 0, 0.20) 0 0 3px;
    /* CSS3 */
    -moz-box-shadow: rgba(0, 0, 0, 0.20) 0 0 3px;
    /* Firefox */
    -webkit-box-shadow: rgba(0, 0, 0, 0.20) 0 0 3px;
    /* Safari,Chrome */
    -o-box-shadow: rgba(0, 0, 0, 0.20) 0 0 3px;
    -ms-box-shadow: rgba(0, 0, 0, 0.20) 0 0 3px;
    -moz-border-radius: 3px;
    /* Firefox */
    -webkit-border-radius: 3px;
    /* Safari,Chrome */
    border-radius: 3px;
    /* CSS3 */
}

.semi-box760 ul li {
    border-bottom: 1px #ccc dotted;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

.semi-box760 ul li span {
    margin-left: 5px;
}

.head-info {
    font-weight: bold;
    color: #0064ba;
    font-size: 1.2em;
    text-align: center;
    margin: 0 auto 0.5em;
    width: 95%;
}

.head-info br {
    display: none;
}

.head-info span {
    color: #f00;
    font-size: 1.2em;
}

@media screen and (max-width: 480px) {
    .head-info br {
        display:block;
    }

    .head-info {
        font-size: 1em;
    }
}

.send_btn {
    background: #0079c9;
    border: 0 !important;
    border-radius: 5px;
    color: #FFF;
    padding: 15px 0 !important;
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
}

.back_btn {
    background: #aaa;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border: 0 !important;
    border-radius: 5px;
    color: #FFF;
    padding: 15px 80px !important;
    margin: 20px 0 50px;
    font-size: 18px;
    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;
}

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

div#privacy p {
    margin-bottom: 20px;
    font-size: 13px;
}

div#privacy textarea.textarea-size1 {
    width: 100%;
    height: 110px;
    font-size: 12px;
    font-family: "メイリオ";
    padding: 15px 20px;
    box-sizing: border-box;
}

div#sendbox {
    max-width: 680px;
    margin: 20px auto 35px auto;
    text-align: center;
}

#sendbox input {
    cursor: pointer;
    max-width: 85%;
    width: 280px;
    margin: .5em;
}

@media screen and (max-width: 480px) {
    #sendbox .send_btn {
        background: #36B6ED;
        background-image: -webkit-linear-gradient(top, #36B6ED, #14A0DC);
        background-image: -moz-linear-gradient(top, #36B6ED, #14A0DC);
        background-image: -ms-linear-gradient(top, #36B6ED, #14A0DC);
        background-image: -o-linear-gradient(top, #36B6ED, #14A0DC);
        background-image: linear-gradient(to bottom, #36B6ED, #14A0DC);
        -webkit-border-radius: 4;
        -moz-border-radius: 4;
        border: 0 !important;
        border-radius: 5px;
        color: #FFF;
        padding: 15px 0 !important;
        font-size: 18px;
        font-weight: bold;
    }

    #sendbox .back_btn {
        background: #aaa;
        -webkit-border-radius: 4;
        -moz-border-radius: 4;
        border: 0 !important;
        border-radius: 5px;
        color: #FFF;
        padding: 15px 80px !important;
        font-size: 18px;
        font-weight: bold;
    }
}

/* エラー表示
--------------------------*/
div#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: 2px solid #ff0000;
    color: #ff0000;
}

div.day-error {
    width: 760px;
    margin: 0 auto;
    padding: 0 5px;
}

div.error {
    clear: both;
}

div.error span.error {
    color: #ff0000;
    font-weight: bold;
}

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: 2em 0;
    background: #fff;
}

#footer02-wrapper {
    background: #0079c9;
    color: #FFF;
}

#footer {
    max-width: 95%;
    padding: 30px 0;
    text-align: right;
    margin: 0 auto;
}

/*
	Pマーク、SPIRAL情報
*/
.spiral_info {
    max-width: 1080px;
    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;
    color: #14a0dc;
}

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

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

div#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: 480px) {
    #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%;
    }
}

/* footer end
/////////////////////////////////////////////////////////////////////////////////// */
/* リンク設定
/////////////////////////////////////////////////////////////////////////////////// */
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;
}

/* 	セミナー一覧
/////////////////////////////////////////////////////////////////////////////////// */
.seminar_course{
    font-size: 1.4em;
    font-weight: 700;
    margin: 0.9em auto .5em;
    width: 90%;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color:#333;
    padding-left: 0.5em;
}
.course1{
    color: #409843;
    border-left: 3px solid #409843;
    }
.course2{
    color: #1e459c;
    border-left: 3px solid #1e459c;
    }
.course3{
    color: #00a0d5;
    border-left: 3px solid #00a0d5;
    }

#wrapper .seminar_list_title {
    border-bottom: none;
}

#wrapper .seminar_list_title .kome {
    font-weight: normal;
    font-size: 12px;
}

#wrapper .seminar_list {
    width: 100%;
    margin: 0 auto;
}

#wrapper .seminar_list table {
    width: 90%;
    border-collapse: collapse;
    margin: 0 auto;
    clear: both;
}

#wrapper .seminar_list th {
    background: #E1F5FF;
    border: #d8d8d8 1px solid;
    color: #00A6DA;
    font-size: 15px;
    font-weight: bold;
}

#wrapper .seminar_list td {
    border: #d8d8d8 1px solid;
    background: #fff;
    cursor: pointer;
}

.conf_seminar_title_list_table td {
    cursor: default!important;
}

#wrapper .seminar_list td, #wrapper .seminar_list th {
    padding: 6px 11px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ccc;
}
@media screen and (max-width: 480px) {
#wrapper .seminar_list td, #wrapper .seminar_list th {padding: 3px;}
}

#wrapper .seminar_list .check {
    padding: 0;
    width: 66px;
    text-align: center;
    padding: .5em;
    color: #ff0000;
}
#wrapper .seminar_list .full .check{
    font-weight: 600;
}
#wrapper .seminar_list .check span, #wrapper .seminar_list .check label {
    background: url(/seminar/seminarform/img/check.png) left bottom no-repeat;
    height: 17px;
    width: 18px;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
}

#wrapper .seminar_list .check input[type="checkbox"]:checked + label {
    background: url(/seminar/seminarform/img/check.png) left top no-repeat;
}

#wrapper .seminar_list .day {
    padding: 0;
    /* color: #00A6DA; */
    padding: 10px 8px;
    text-align: center;
}

@media screen and (max-width: 480px) {
#wrapper .seminar_list .day {
    padding: 3px;
    min-width: 86px;
    font-size: 12px;
}
}
#wrapper .seminar_list .day b{
    font-weight: normal;
}

.monthBtnList a span {
    color: #333;
    background: #fff9ed;
    margin: 0.2em auto 0;
    border-radius: 3px;
    font-size: 0.75em;
    display: block;
    width: 90%;
}
.monthBtnList .note sup {
    display: inline;
    margin: 0;
    padding: 0;
    vertical-align: text-bottom;
    font-size: 0.85em;
}

#wrapper .seminar_list .time {
    width: 140px;
}
@media screen and (max-width: 480px) {
#wrapper .seminar_list .time {
    min-width: 75px;
}
    #wrapper .seminar_list .time br{
        display:none;
    }
}

#wrapper .seminar_list {
    display: inline-block;
    padding: 0;
    text-align: center;
    margin: 0 auto 2em;
}

#wrapper .seminar_list .check span input, #wrapper .seminar_list .check input {
    padding: 10px;
    opacity: 0;
    cursor: pointer;
    text-indent: -9999em;
    position: absolute;
    left: 0;
    top: 0;
}

#wrapper .seminar_list tr.even td {
    background: #f1f1f1;
}

#wrapper .seminar_title_list_table tr.hover td, #wrapper .seminar_title_list_table tr:hover td {
    background: #c6e7ff;
}

#wrapper .seminar_title_list_table tr.nonhover td {
    background: #fff!important;
}

#wrapper .seminar_title_list_table tr.even .nonhover td {
    background: #f1f1f1!important;
}

#wrapper .seminar_list .seminer_title {
    font-weight: bold;
    text-align: left;
    width: 58%;
}

@media screen and (max-width: 480px) {
#wrapper .seminar_list .seminer_title {font-size: 12px;}
}
#wrapper .seminar_list .seminer_title small{
    display:-webkit-box;block
}
#wrapper .seminar_list .seminer_title .info_note{
    color: #fb430c;
    font-size: 0.75em;
    text-indent: -1em;
    display: block;
    padding-left: 1em;
    line-height: 1.4em;
    font-weight: normal;
    }

#wrapper .seminar_list .seminer_target {
    text-align: center;
    width: 101px;
}

#wrapper .seminar_list .seminer_target img {
    width: 97px;
    margin-bottom: 3px;
}

#wrapper .seminar_list .seminer_title label {
    width: 96%;
}

@media screen and (max-width: 480px) {
    #wrapper .seminar_list table {
        width: 90%;
    }
}

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

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.no_border {
    border: none!important;
}

.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;
}

/*
	問い合わせ 注意事項
*/
.information {
    background: #fff;
    border-radius: 3px;
    border: 1px solid #d3d3d3;
    text-align: center;
}

.information .box {
    border: none;
    width: 92%;
    margin: 0 auto;
    padding-bottom: 1em;
    position: relative;
    display: table;
}

.information .no_margin_left {
    margin-left: 0!important;
}

@media screen and (max-width: 480px) {
    .information {
        width: 95%;
        margin: 0 auto;
    }

    .information .box {
        width: 89%;
        margin: 0 auto;
        padding: 1em;
    }

    .information .no_margin_left {
        margin-left: 0!important;
    }

    .information h6.caution {
        display: block;
        text-align: center;
        margin: 0.8em 0;
    }
}

/*
	エラーページ
*/
.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;
}

.form-table {
    /*font-weight: bold;*/
}

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

.on {
    display: block;
}

/* 月毎　切り替えボタン
/////////////////////////////////////////////////////////////////////////////////// */
ul.monthBtnList {
    width: 95%;
    display: flex;
    margin: 30px auto 0;
    /*overflow: hidden;*/
    text-align: center;
    justify-content: center;
    display: none;
}

.monthBtnList li {
    display: block;
    list-style-type: none;
    width: 100%;
    max-width: 245px;
}

.monthBtnList li a {
    background: #489bd4;
    display: block;
    width: 90%;
    text-decoration: none;
    padding: 10px 33px 10px 33px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.2em;
    color: #ffffff;
    margin: 0 auto;
    box-sizing: border-box;
}

.monthBtnList li a:hover {
    background: #287ebc;
}

.monthBtnList li a.monthBtnStateActive {
    background: #246292;
}

.monthBtnList li a.arrow {
    position: relative;
    margin-bottom: 30px;
}

.monthBtnList li .arrow:before {
    border: 10px solid transparent;
    border-top-color: #369;
    border-bottom-width: 0;
    width: 0;
    bottom: -9px;
    content: "";
    display: block;
    left: 45%;
    position: absolute;
}
.monthlist_attention{
    margin: 0 auto;
    padding: 0 0 1em 0;
    text-align: right;
    max-width: 848px;
    }
/* 新規・既存コース申し込み　注意喚起アラート
/////////////////////////////////////////////////////////////////////////////////// */
p.targetError {
    width: 776px;
    margin: 20px auto;
    padding: 15px 10px 13px 10px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    background-color: #ffffff;
    border: 2px solid #E5533F;
    line-height: 2.5em;
    color: #E5533F;
}

p.targetError span {
    color: #000;
}

/* ハンズオンフォーム注意事項枠 */
.attention .info {
    position: relative;
    width: 100%;
    border: 1px solid #aaa;
    margin: 0 auto;
    display: table;
    background: #fff;
}

.attention .info span {
    position: relative;
    display: table-cell;
    left: 0;
    font-size: 0.85em;
    vertical-align: middle;
    width: 66px;
    text-align: center;
    padding: 5px 0;
    font-weight: 500;
    background: #f1f3f6;
    border-right: 1px solid #aaa;
}

.attention .info p {
    position: relative;
    display: inline-block;
    top: 0;
    font-size: 0.85em;
    margin-left: 2px;
    font-weight: 500;
    padding: 0.5em;
}

.attention {
    width: 100%;
    margin: 1em auto 0;
    clear: both;
    text-align: left;
    border-top: 1px solid #ccc;
    display: none;
}

.attention_title {
    width: 98%;
    margin: 6px auto;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3em;
    padding: 7px 0 0;
    position: relative;
}

.attention_list {
    width: 98%;
    margin: 0 auto 8px;
    list-style: none;
    display: block;
}

.attention_list_box {
    font-size: 10px;
}

.attention_list_box:before {
    content: "▼";
    display: inline-block;
    font-size: 10px;
    color: #0561b9;
    margin-right: 5px;
}

.attention_list_box span {
    color: #c30;
    font-weight: bold;
}

/* ハンズオン 相談会コース注意事項枠 */
.attention2 {
    text-align: left;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #ccc;
    padding: 10px 15px;
    text-indent: -0.6em;
    font-weight: bold;
    display: block;
}

@media screen and (max-width: 480px) {
    .attention2 {
        width: 92%;
        clear: both;
    }

    /* ハンズオンフォーム注意事項枠 */
    .attention .info {
        display: none;
    }

    .attention .info span {
        display: inline-block;
        top: 0;
        width: 100%;
    }

    .attention .info p {
        width: 100%;
        right: 0;
        margin-bottom: 8px;
        padding: 5px 0;
    }

    .attention {
        width: 96%;
        margin: 0 auto 15px auto;
    }

    .attention_list {
        width: 89%;
    }

    .attention_list_box {
        text-indent: -0.8em;
    }

    .attention_list_box:before {
        content: "▼";
        display: inline-block;
        font-size: 10px;
        color: #0561b9;
        margin-right: 5px;
    }
}


/**/
.finish{
    margin: 0 auto;
    width: 100%;
}
.finish a{
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    background: #0079c9;
    max-width: 430px;
    margin: 0 auto;
    transition: all .2s;
    padding: 1em;
    box-sizing: border-box;
    border-radius: 0.2em;
}
.finish a:hover{
    opacity:.5;
}