/************************** セミナー告知 ********************/
.semi-head-img {
    padding: 23px 0 33px 0;
    margin: auto;
}

.semi-left-img {
    margin: 0 auto 0 0;
    float: left;
}
.clear {
    clear: both;
}
.bold_text {
    font-weight: bold;
}

.guidline {
    padding-top: 44px;
    padding-bottom: 26px;
    overflow: auto;
}
.guidline_label {
    height: 30px;
    margin-top: 27px;
    padding-left: 67px;
    background-color: #f6821f;
    font-size: 19px;
    font-weight: bold;
    line-height: 30px;
    color: #ffffff;
}
.guidline_detail{
    margin: 0;
    padding: 0 15px;
}
.guidline_detail {
    background-color: #f2f2f2;
}
.guidline_detail dd {
    background-color: #ffffff;
}
.guidline_detail dt,
.guidline_detail dd {
    padding: 13px 20px;
    border-top: 1px solid #ddd;
    font-weight: normal;
}
.guidline_detail > .row:last-child {
    border-bottom: 1px solid #ddd;
}
/* ---------- タブレット、PC ---------- */
@media (min-width: 768px) {
    .guidline_detail>.first>dt {
        border-top: 5px solid #f6821f;
    }
    .guidline_detail > .first>dd {
        border-top: 5px solid #c9c9c9;
    }

}

.semi_apply {
    padding-top: 40px;
    overflow: auto;
    position: relative;
}
.semi_apply_content {
    width: 350px;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 31px 0 30px 0;
}
a.semi_apply_link {
    display: block;
    width: 350px;
    height: 58px;
    margin: auto;
    background-color: #ff7800;
    font-size: 15px;
    line-height: 58px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}
/* ---------- スマホ ---------- */
@media screen and (max-width: 767px) {
    .semi_apply_content {
        width: 100%;
        max-width: 350px;
        padding: 0;
    }
    .semi_apply_link {
        width: 100%;
        max-width: 350px;
    }
}
.semi_apply_link:hover {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.7;
}
.semi_right-img {
    position: absolute;
    left: 107%;
    top: 0;
}

.closing {
    text-decoration: line-through;
}

/************************** セミナー申し込み ********************/
.apply_content form {
    margin: 0 auto;
}
.apply_input_content .row {
    display: block;
}
.apply_input_content .row label {
    text-align: right;
    margin: 0;
    align-items: flex-start;
    padding-right: 0;
    line-height: 14px;
 }
.apply_input_content .row label:before {
    clear: both;
}
.apply_input_content .error {
    color: red;
}
.apply_button {
    width: 100%;
    text-align: center;
    padding-bottom: 0;
}
.apply_input_content>.row>div {
    align-items: flex-start;
}

.apply_table {
    display: table;
    border-collapse: collapse;
    width: 100%;
}
.apply_tr {
    display: table-row;
}
.apply_label {
    display: table-cell;
    text-align: right;
}
.apply_list {
    display: table-cell;
}
.apply_list input[type=email],
.apply_list input[type=text] {
    padding: 8px;
    font-size: 16px;
    max-height: 32px;
    max-width: 500px;
    width: 100%;
}
.apply_list select {
    font-size: 16px;
    height: 30px;
    max-width: 500px;
    width: 100%
}
.apply_list textarea {
    padding: 8px;
    font-size: 16px;
    max-width: 500px;
}
.apply_input_content hr {
}
.apply_input_content hr:last-child {
    padding-bottom: 0;
}

.apply_content .button_submit {
    width: 230px;
    height: 40px;
    background-color: #ff7800;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin: 30px 0 0 0;
    padding: 0;
    border: none;
}
.apply_content .button_submit:hover {
    opacity: 0.7;
 }
.apply_content .button_back {
    width: 230px;
    height: 40px;
    background-color: #898989;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin: 30px 42px 0 0;
    padding: 0;
    border: none;
}
.apply_content .button_back:hover {
    opacity: 0.7;
 }
.apply_list input::-webkit-input-placeholder {
    color: #bcbcbc;
    font-weight: normal;
}
.apply_list input:-ms-input-placeholder {
    color: #bcbcbc;
    font-weight: normal;
}
.apply_list input::-moz-placeholder {
    color: #bcbcbc;
    font-weight: normal;
}

.apply_content .control-label.required:after {
    background: url("../images/page/contact/ico_required.png");
    margin-left: 20px;
    position: relative;
    top: 5px;
    width: 34px;
    height: 20px;
    content:" ";
    display:inline-block;
    background-size:contain;
}

.apply_privacy_info {
    padding-top: 10px;
    font-size: 12px;
}

.apply_ul {
    padding-top: 15px;
    padding-left: 0;
    font-size: 12px;
    margin: 0;
    padding-left: 13px;
}

.apply_description {
    padding-bottom: 33px;
}

.apply_input_content .error {
    font-size: 11px;
}

.apply_input_content .error_message {
    text-align: left!important;
}

.apply_content .mwform-checkbox-field-text {
    margin-left: 10px;
}

.apply_content .mwform-radio-field-text {
    margin-left: 10px;
    margin-right: 15px;
}

/* ---------- 確認画面 ---------- */
.apply_confirmation .control-label.required:after {
    background:none;
    margin-left: 0;
    top: 0;
    width: 0;
    height: 0;
    content:" ";
}

.apply_confirmation .apply_privacy_info {
    display: none;
}
.apply_confirmation .guidance_message {
    display:none;
}

/* ---------- レティーナディスプレイ ---------- */
@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .apply_content .control-label.required:after {
        width: 34px;
        height: 20px;
        background: url("../images/page/contact/ico_required@2x.png");
        margin-left: 20px;
        content:" ";
        display:inline-block;
        background-size:contain;
    }
}

/* ---------- スマホ ---------- */
@media screen and (max-width: 767px) {
    .apply_input_content input[type=email],
    .apply_input_content input[type=text]
    .apply_input_content select,
    .apply_input_content textarea {
        width: 100%;
    }
    .apply_tr div:first-child {
        text-align: left;
    }
    .apply_input_content .row label {
        padding-bottom: 17px;
    }
    .apply_content .button_back {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .apply_content .button_submit {
        margin-top: 30px;
    }

}
/* ---------- タブレット ---------- */
@media (min-width: 768px) {
    .apply_tr>.col-sm-6,
    .apply_tr>.col-sm-12 {
        float: none;
    }
    .apply_list textarea {
        width: 530px;
    }
}
/* ---------- PC ---------- */
@media (min-width: 992px) {
    .apply_content .error {
        padding-left: 5px;
    }
}

.semi_apply_close_top {
    margin-bottom: 33px;
    height: 54px;
    position: relative;
}

.semi_apply_close_bottom {
    margin-top: 40px;
    height: 54px;
    position: relative;
}

.semi_apply_close_msg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 600px;
    text-align: center;
    font-size: 14px;
    line-height: 54px;
    color: #f00000;
    background: #fee5e5;
    border: 1px solid #f00000;
}

/************************** Japan IT Week関西 ********************/

.large_label {
    padding-top: 44px;
    padding-bottom: 26px;
}
.large_label_text {
    height: 30px;
    padding-left: 15px;
    background-color: #f6821f;
    font-size: 19px;
    font-weight: bold;
    line-height: 30px;
    color: #ffffff;
}

.mediam_label {
    padding-bottom: 22px;
    font-weight: bold;
}

.booth_no {
    font-size: 24px;
    vertical-align: middle;
}

.booth_img {
    padding-bottom: 44px;
    margin: auto;
}

.commodity {
    margin-bottom: 50px;
}

.commodity::after {
    clear: both;
}

a.commodity_ai {
    display: block;
    border: 3px solid #9bc948;
    padding: 20px;
    float: left;
    color: #000;
    text-decoration: none;
}
a.commodity_ai:hover {
    opacity: 0.7;
}

a.commodity_rpa {
    display: block;
    border: 3px solid #9ed5db;
    padding: 20px;
    float: right;
    color: #000;
    text-decoration: none;
}
a.commodity_rpa:hover {
    opacity: 0.7;
}
.commodity_title {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.commodity_detail {
    font-size: 12px;
    line-height: 21px;
    padding: 5px 0 20px 0;
}

.commodity_img {
    margin: 0 auto;
}

/* ---------- スマホ ---------- */
@media screen and (max-width: 767px) {
    .commodity_ai {
        width: 100%;
        margin-bottom: 20px;
    }

    .commodity_rpa {
        width: 100%;
    }
}
/* ---------- PC・タブレット ---------- */
@media (min-width: 768px) {
    .commodity_ai {
        width: 48%;
    }
    .commodity_rpa {
        width: 48%;
    }
}

/************************** 2018 Japan IT Week 春 ********************/
a.commodity_ai.spring_2018 {
    float: right;
}

a.commodity_rpa.spring_2018 {
    float: left;
}
/* ---------- スマホ ---------- */
@media screen and (max-width: 767px) {
    .commodity_ai.spring_2018 {
        margin-bottom: 0;
    }

    .commodity_rpa.spring_2018 {
        margin-bottom: 20px;
    }
}
#sp_2018_copywriter {
    display: inline-block;
}