.course_comment,
.cource_comment {
    height: auto;
    overflow: hidden;
}

.enotice {
    margin-bottom: 1em !important;
    padding: .5em !important;
    background-color: #ffbdbd;
    color: crimson;
    border: 2px solid crimson;
    font-weight: bold;
    display: inline-block;
}

.error {
    margin-bottom: 1em !important;
    padding: .5em !important;
    background-color: #ffbdbd;
    color: crimson;
    border: 2px solid crimson;
    font-weight: bold;
    display: inline-block;
}

.confirm-content {
    text-align: left;
}

.confirm-content dt {
    padding: .3em;
    border-bottom: 1px solid #efefef;
    font-size: 1.3em;
}

.confirm-content dd {
    padding: .5em;
    margin-bottom: 2em;
    font-size: .9em;
}

.confirm_section form {
    display: inline-block;
}

.course_text table {
    width: 100%;
    border-top: 1px solid #efefef;
}

.course_text th,
.course_text td {
    padding: .5em;
    border-bottom: 1px solid #efefef;
}

.course_document_list {
    font-size: 1.3em;
}

/* form elements */
.exibitdate {
    margin-bottom: 3em;
}

.form_wrapper {
    margin: 1em 0;
    padding: 1.5em;
    background-color: #efefef;
}

.form-lead {
    padding: 1em;
    color: crimson;
}

.form-lead p {
    color: crimson;
    font-weight: bold;
}

.form-lead ul li {
    padding: .5em;
    list-style: decimal outside;
    font-size: 1em;
    margin-left: 1em;
    line-height: 1.4;
    color: crimson;
}

.exibit {
    width: 100%;
    background-color: snow;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    margin-bottom: .5em;
}

.exibit th,
.exibit td {
    vertical-align: top;
    text-align: center;
    padding: .3em;
    line-height: 1.4;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.exibit th {
    font-size: 1.2em;
}

.exibit td {
    font-size: 1.1em;
}

@media only screen and (max-width: 768px) {
    .exibit {
        width: 100%;
        border: none;
        padding: 10px;
        background-color: inherit;
    }

    .exibit th,
    .exibit td {
        border: 0px solid;
    }

    .exibit thead {
        display: none;
    }

    .exibit tbody {}

    .exibit tbody tr {
        margin: 1em 0;
        display: block;
        background-color: snow;
        padding: .5em 0;
    }

    .exibit tbody td {
        display: block;
    }

    .exibit tbody td:before {
        background-color: #fff;
        color: #000;
        display: block;
    }

    .exibit tbody td:nth-of-type(1):before {
        content: "蜃ｺ螻募ｸ梧悍/蜃ｺ螻募━蜈磯��ｽ�";
        background-color: snow;
        padding: .5em 0;
        font-weight: bold;
    }
}


.caution {
    padding: 2em;
    width: 100%;
    box-sizing: 100%;
    border: 3px solid #f00;
    background-color: #ffefef;
}

.caution dt {
    color: #f00;
    font-size: 1.4em;
    font-weight: bold;
    border-bottom: 1px solid #f00;
    padding: .3em;
    margin-bottom: .5em;
}

.caution dd {
    padding: 1em;
}

.caution dd p {
    margin-bottom: .5em;
    line-height: 1.6 !important;
    font-size: 1em !important;
}

.red {
    color: #f00;
}

.bold {
    font-weight: bold;
}

.notice p {
    line-height: 1.6 !important;
    font-size: 1em !important;
    color: #f00;
    font-weight: bold;
    margin-bottom: 2em;
}

.form_wrapper dt {
    margin-bottom: .5em;
    font-size: 1.2em;
    font-weight: bold;
}

.form_wrapper dd {
    margin-bottom: 1em;
    font-size: .9em;
}

.form_wrapper dd input[type="text"] {
    font-size: 1.1em;
}

#cname,
#name,
#nname,
#ckana,
#kana {
    width: 50%;
    max-width: 320px;
}

#czip,
#zip {
    max-width: 60px;
}

#ctel,
#cfax,
#tel {
    max-width: 100px;
}

#caddr,
#addr,
#email {
    width: 90%;
    max-width: 320px;
}

.celebration {
    position: relative;
    padding: 1em;
    background-color: #fff;
    margin-bottom: 3em;
}

.celebration::before,
.celebration::after {
    content: '';
    position: absolute;
    top: 100%;
    border-style: solid;
    border-color: transparent;
}

.celebration::before {
    left: 0;
    border-width: 0 15px 15px 0;
    border-right-color: #cfcfcf;
}

.celebration::after {
    right: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-top-color: #cfcfcf;
}

.celebration dt {
    background: url(../images/boothapply/congratulatory.png) no-repeat 0 0;
    padding-left: 100px;
    min-height: 100px;
    line-height: 100px;
    font-weight: normal;
    font-size: 2.4em;
}

.celebration dd {
    text-align: center;
}

.celebration dd a {
    text-decoration: underline;
    color: crimson;
}

.celebration_radio {
    margin-bottom: 1.5em;
    font-size: 1.3em;
}

.celebration_radio li,
.appdoc_radio li {
    display: inline-block;
    font-size: 1.2em;
    margin: 0 1em;
}

.celebration_radio input[type="radio"],
.appdoc_radio input[type="radio"] {
    display: inline-block;
}

.form_wrapper dd textarea {
    display: block;
    width: 100%;
    height: 100px;
    vertical-align: top;
}

.emes {
    color: #dd0000;
    font-weight: bold;
    background-color: #ffbcbc;
    display: inline-block;
    padding: .1em .3em;
    margin-bottom: 0 !important;
}

@media only screen and (min-width: 768px) {
    .columnwrapper {
        letter-spacing: -0.4em;
    }

    .columnwrapper .column {
        display: inline-block;
        letter-spacing: normal;
        width: 50%;
        vertical-align: top;
    }
}

.form_btn {
    text-align: center;
}

input[type="submit"] {
    padding: .5em;
    font-size: 1.2em;
    cursor: pointer;
    background-color: #1e3784;
    color: #fff;
    padding: 1em;
}

.confirm_section form {
    display: inline-block;
}

.main_bnr {
    width: 100%;
    margin-bottom: 40px;
}

.main_bnr a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 26px 0;
    box-sizing: border-box;
}

.bnr_boothapply {
    background: url(/../images/index/bnr_boothapply_bg.png);
    position: relative;
}

.bnr_boothapply a:before,
.bnr_boothapply a:after,
.bnr_boothapply .bnr_boothapply_body:before,
.bnr_boothapply .bnr_boothapply_body:after {
    content: "";
    display: block;
    position: absolute;
    transition: all 400ms;
}

.bnr_boothapply a:before {
    top: 8px;
    left: 8px;
    width: 0%;
    height: 2px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 4px 4px 0 rgba(255, 255, 255, 0.7);
}

.bnr_boothapply a:after {
    top: 8px;
    left: 8px;
    height: 0%;
    width: 2px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 4px 4px 0 rgba(255, 255, 255, 0.7);
}

.bnr_boothapply .bnr_boothapply_body:before {
    bottom: 12px;
    right: 12px;
    width: 0%;
    height: 2px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 4px 4px 0 rgba(255, 255, 255, 0.7);
}

.bnr_boothapply .bnr_boothapply_body:after {
    bottom: 12px;
    right: 12px;
    height: 0%;
    width: 2px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 4px 4px 0 rgba(255, 255, 255, 0.7);
}

.bnr_boothapply a:hover:before,
.bnr_boothapply a:hover .bnr_boothapply_body:before {
    width: calc(100% - 20px);
}

.bnr_boothapply a:hover:after,
.bnr_boothapply a:hover .bnr_boothapply_body:after {
    height: calc(100% - 20px);
}

.bnr_boothapply span {
    color: #fff;
}

.bnr_boothapply .text1 {
    letter-spacing: 0.13em;
    display: block;
    text-align: center;
    font-size: 14px;
}

.bnr_boothapply .text2 {
    text-align: center;
    display: block;
    color: yellow;
    font-size: 26px;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1.3;
}

@media only screen and (min-width: 768px) {
    .main_bnr a {
        padding: 38px 0;
    }

    .bnr_boothapply .text1 {
        font-size: 22px;
    }

    .bnr_boothapply .text2 {
        font-size: 40px;
    }
}

.exibit_tbl {
    font-size: 1.1em;
}

.exibit_tbl th,
.exibit_tbl td {
    padding: .5em;
}

:target:before {
    content: "";
    display: block;
    height: 99px;
    margin: -99px 0 0;
}

.studyList {}

.studyList li {
    letter-spacing: -0.4em;
}

.studyList li>* {
    display: inline-block;
    padding: .5em;
    vertical-align: middle;
    letter-spacing: normal;
}

.studyList_date {
    font-size: .9em;
}

.studyList li a {
    color: #333;
    text-decoration: underline;
}


.systemLink {
    margin-top: 3em;
}

.systemLink li {
    text-align: center;
    margin-bottom: 2em;
}

.systemLink li .button {
    display: block;
    color: #fff;
    width: 100%;
    height: 110px;
    line-height: 110px;
    font-size: 2em;
    text-align: center;
    margin-bottom: 1em;
}

.systemLink li:nth-of-type(1) .button {
    background-color: teal;
}

.systemLink li:nth-of-type(2) .button {
    background-color: salmon;
}

.systemLink li:nth-of-type(3) .button {
    background-color: #4F65A8;
}

.systemLink li .manual {
    color: crimson;
    font-weight: bold;
    font-size: 1.3em;
}

.systemLink li .manual:hover {
    color: #000;
}

.systemLink li a:hover {}


.button {
    display: inline-block;
    width: 200px;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
}

.button::before,
.button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.button,
.button::before,
.button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.button {
    position: relative;
    z-index: 2;
    border: 2px solid #333;
    color: #333;
    line-height: 50px;
    -webkit-perspective: 300px;
    perspective: 300px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.button:hover {
    color: #fff;
}

.button::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
}

.button:hover::after {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
}

.download_pdf:before {
    content: "";
    width: 20px;
    height: 25px;
    display: inline-block;
    background: url(/../images/common/icon_1r_20.png) no-repeat center top;
    background-size: 100% auto;
    vertical-align: middle;
    margin-right: .5em;
}

.course_system .course_result_body {
    padding: 20px;
    background: #efefef;
}

.course_system .course_result_body .course_item:first-child {
    margin-top: 0;
    padding-top: 0;
}

.course_system .course_status,
.course_system .training_type {
    font-size: 10px;
    padding: 3px 8px;
}

.course_system .training_type {
    display: inline-block;
    padding: .5em 1em;
    border-radius: 5px;
    background-color: red;
    color: #fff;
    font-weight: bold;
    margin-right: .5em;
    vertical-align: bottom;
    border: 1px solid;
}

.studyList_date {
    font-weight: bold;
}

.studyList_item {
    border-top: 1px solid #ccc;
}

.studyList_item:first-child {
    border-top: 0;
}

.studyList_title {
    margin-left: 7em;
}

.txtlink:link {
    color: crimson;
    font-weight: bold;
}

.txtlink:visited {
    color: crimson;
    font-weight: bold;
}

.txtlink:hover {
    color: #000;
}

.txtlink:active {}

.recsys {
    display: block;
    min-width: 300px;
    max-width: 450px;
    padding: 1em .5em;
    background-color: #1e3784 !important;
    color: #fff !important;
    font-size: 1.5em;
    margin: 1em auto;
    border-radius: 10px;
}