@charset "UTF-8";

.pc {
    display: none;
}

.sp {
    display: block;
}

.scroll {
    overflow: auto;
}

/* 余白
=================================== */
.pt_s {
    padding-top: 2%;
}

.pt {
    padding-top: 4%;
}

.pt_l {
    padding-top: 8%;
}

.pb_s {
    padding-bottom: 2%;
}

.pb {
    padding-bottom: 4%;
}

.pb_l {
    padding-bottom: 8%;
}

.mt_s {
    margin-top: 2%;
}

.mt {
    margin-top: 4%;
}

.mt_l {
    margin-top: 8%;
}

.mb_s {
    margin-bottom: 2%;
}

.mb {
    margin-bottom: 4%;
}

.mb_l {
    margin-bottom: 8%;
}

/* ボタンのサイズ
=================================== */
.w10 {
    width: 100% !important;
}

@media (max-width: 767px) {
    .w10 {
        width: 100% !important;
    }
}

.w20 {
    width: 20% !important;
}

@media (max-width: 767px) {
    .w20 {
        width: 100% !important;
    }
}

.w30 {
    width: 30% !important;
}

.w40 {
    width: 40% !important;
}

.w50 {
    width: 50% !important;
}

@media (max-width: 767px) {
    .w50 {
        width: 100% !important;
    }
}

.w60 {
    width: 60% !important;
}

@media (max-width: 767px) {
    .w60 {
        width: 100% !important;
    }
}

.w70 {
    width: 70% !important;
}

@media (max-width: 767px) {
    .w70 {
        width: 100% !important;
    }
}

.w80 {
    width: 80% !important;
}

@media (max-width: 767px) {
    .w80 {
        width: 100% !important;
    }
}

.w90 {
    width: 90% !important;
}

@media (max-width: 767px) {
    .w90 {
        width: 100% !important;
    }
}

.w100 {
    width: 100% !important;
}

@media (max-width: 767px) {
    .w100 {
        width: 100% !important;
    }
}

.indent {
    text-indent: -1em;
    padding-left: 1em;
}

ul.comment {
    margin-top: 10px;
}

ul.comment li {
    font-size: 14px;
    font-size: 1.4rem;
    text-indent: -1em;
    padding-left: 1em;
}

ul.comment li:before {
    content: '※';
}

.m-text-13 {
    font-size: 12px;
}


/* anchor
=================================== */
a.anchor {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}


.headline1 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding: 12px 0;
    margin: 0 auto 6%;
}

.headline1 .text {
    border-bottom: 3px solid #f29a03;
    padding: 12px 4%;
}


.headline2 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0 auto 4%;
    background: #f5f5f5;
    border-radius: 4px;
    padding: 4%;
}

.headline2 .thum {
    margin-right: 8px;
    position: relative;
    top: 0px;
}

.headline2 .thum img {
    width: 34px;

}

.headline3 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0 auto 6%;
    background: #f5f5f5;
    border-radius: 7px;
    padding: 11px 25px 14px;
}

.headline3 .thum {
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.headline3 .thum img {
    width: 34px;
}

.headline3 .text {
    position: relative;
    top: 1px;
}


.headline4 {
    text-align: center;
    line-height: 1.4;
}

.headline4 .en {
    text-align: center;
    font-size: 22px;
    color: #f39800;
}

.headline4 .ja {
    display: block;
    font-size: 15px;
}

.headline5 {
    text-align: center;
    line-height: 1.4;
    font-size: 18px;
    font-weight: bold;
}

.headline6 {
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    padding: 12px 0;
}

.headline6 span {
    padding-left: 12px;
}


/* テーブル
==========================================*/
.table-scroll {
    overflow: auto;
}

.table-style1 {
    width: 100%;
    line-height: 1.75;
}

.table-style1 td {
    padding: 5px 10px;
    border: solid 1px #dcdcdc;
    text-align: center;
}

.table-style1 th,
.table-style1 td {
    padding: 5px 10px;
    border: solid 1px #dcdcdc;
}

.table-style1 th {
    background-color: #f5f7f8;
    text-align: center;
    font-weight: 500;
}

.table-style1 th:nth-of-type(1) {
    width: 20%;
}

.table-style1 th:nth-of-type(2) {
    width: 35%;
}

.table-style1 th:nth-of-type(3) {
    width: 35%;
}

.table-style1 th:nth-of-type(4) {
    width: 10%;
}

.advgb-accordion-header-title:focus {
    outline: 0;
}

.table-style2 {
    width: 100%;
    line-height: 1.75;
}

.table-style2 td {
    padding: 5px 10px;
    border: solid 1px #dcdcdc;
    text-align: center;
}

.table-style2 th,
.table-style2 td {
    padding: 5px 10px;
    border: solid 1px #dcdcdc;
}

.table-style2 th {
    background-color: #f5f7f8;
    text-align: center;
    font-weight: 500;
}


.table-style3 {
    width: 100%;
    line-height: 1.75;
}


.table-style3 th,
.table-style3 td {
    display: block;
    width: 100%;
    padding: 12px 10px 0;
}

.table-style3 td {
    border-bottom: solid 1px #dcdcdc;
    text-align: left;
    padding-bottom: 12px;
}

.table-style3 th {
    text-align: left;
    font-weight: 500;
}

.table-style3 th em {
    background: #fb503f;
    color: #fff;
    padding: 1px 10px 2px;
    font-size: 12px;
    font-size: 1.2rem;
    border-radius: 3px;
    position: relative;
    top: -1px;
    margin-left: 10px;
}


.table-style4 {
    width: 300%;
    line-height: 1.5;
    font-size: 13px;
    font-size: 1.3rem;
}

.table-style4 caption {
    font-size: 17px;
    font-size: 1.7rem;
    padding-bottom: 12px;
    font-weight: bold;
}

.table-style4 th {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold !important;
    background-color: #f5f7f8;
    text-align: center;
    font-weight: 500;

}

.table-style4 td {
    border: solid 1px #dcdcdc;
    text-align: center;
}

.table-style4 th,
.table-style4 td {
    padding: 5px 10px;
    border: solid 1px #dcdcdc;
}

.table-style4 tr th:nth-of-type(1),
.table-style4 tr td:nth-of-type(1) {
    width: 24%;

}

#contents input[type="text"],
#contents input[type="email"],
#contents input[type="tel"],
#contents textarea {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: solid 1px #dcdcdc;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 15px;
    border-radius: 4px;
    width: 100%;
    background-color: #ffffff;
    outline: none;
    font-size: 1.4rem;
}



#contents input[type="submit"] {
    background: #d37d00;
    color: #fff !important;
    text-decoration: none !important;
    padding: 12px 75px;
    display: block;
    margin: 6px auto;
    cursor: pointer;
    border-radius: 7px;
    font-size: 14px;
    border: none;
    transition: 0.5s;
    font-weight: bold;
}

.table-scroll table {

    white-space: nowrap;
}

.mw_wp_form_confirm .table-style3 th {
    width: 300px;

}

#contents .submit_btn {
    margin: 0 auto;
}

.text_center {
    text-align: center;
}


.t-keiyaku a[href$=".pdf"]:before,
.t-keiyaku a[href$=".docx"]:before,
.t-keiyaku a[href$=".xlsx"]:before {
    display: inline-block;
    width: 50px;
    vertical-align: middle;
    margin-right: 12px;
    text-align: center;
    color: #fff;
    font-size: 1.0rem;
    font-weight: bold;
    border-radius: 2px;
}

.t-keiyaku a[href$=".docx"]:before {
    content: "Word";
    background: #4141BF;
}

.t-keiyaku a[href$=".pdf"]:before {
    content: "PDF";
    background: #E61414;
}

.t-keiyaku a[href$=".xlsx"]:before {
    content: "Excel";
    background: #0B780B;
}

.has-medium-font-size {
    font-size: 18px !important;
	text-align: left;
}



.sp-spacer-s {
    height: 20px !important;
}

.sp-spacer {
    height: 30px !important;
}

.sp-spacer-l {
    height: 40px !important;
}

.sp-mt {
    margin-top: 4%;
}

.indent2 {
  text-indent: -2em;
  padding-left: 2em;
}
.display-none {
    display: none;
}

/*イベント応募フォーム*/
#contents table.oubo th span{ font-size: 1.0rem; color: #fff; background-color: #C80F12; padding: 5px; }
