body {
  font-size: 14px;
  background: #fff;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
}

a:focus-visible,
input:focus-visible,
textarea:focus-visible,
button:focus-visible,
select:focus-visible {
  outline: 2px solid #000 !important;
  outline-offset: 2px !important;
}

*, ::after, ::before {
    box-sizing: content-box;
}

input:hover {
 cursor: pointer;
}
select:hover {
 cursor: pointer;
}

main{
 width:100%;
  font-size: 15px; 
}

h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
h1 {
  font-size: 30px;
  color: #333;
}
dt {
 font-weight: 100;
}

#main {
    margin-bottom: 4rem;
}

@media print, screen and (min-width: 768px) {
    #global__header--header {
        background: none;
    }
}
@media only screen and (max-width: 767px) {
  #global__header--header {
    width: calc(100% - 55px) !important;
  }
  .searchInputBtn {
    width: auto;
    height: 20px;
    border-left: 1px solid #c8c7b8;
    padding: 0 0 0 8px;
  }
}
.searchInputBtn {
  border-left: 1px solid #c8c7b8 !important;
  padding: 0 0 0 8px !important;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  margin: 0 5px 0 3px;
}
input[type="date"] {
  width:110px;
}
select {
  width: 100%;
}
.boxinner label {
  display: flex;
  width: 100%;
}
.boxinner input, .boxinner button {
  line-height: normal;
  vertical-align: inherit;
  margin: 5px;
}
.table {
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
}
.row {
  display: flex;
}
.cell {
  flex: 1;
  padding: 8px;
  border: 1px solid #ccc;
}
.cell.name {
  flex: none;
  width: 100px;
}
.btn{
 font-weight: 100;
}
.btn:hover {
  opacity: 0.2;
  background-color: #BC5A00;
}
.btn:active {
  opacity: 1;
  background-color: #BC5A00;
 border:none;
}
div.tmp img {
  width: 1500px;
  height: 660px;
}

.pcview{display: block;}
.spveiw{display: none;}

@media only screen and (max-width: 767px) {
.pcview{display: none;}
.spveiw{display: block;}
}

/*カスタマイズ*/
#global__header {
  min-width: fit-content !important;
}
#contents__main--wrap {
  padding: 20px 20px 30px 20px !important;
}
.content [role="main"] {
  width: 100%;
}
.content {
  max-width: 1160px;
  margin: 0 auto;
  border-top: none;
  padding: 10px;
  display: flex;
}
#eventLead {
 background:#f5f5f5;
 padding: 0 0 10px 0;
 font-size: 13px;
}
#eventLead img {
    max-width: none;
    width: 320px;
}
#eventLead img:hover {
 opacity: 0.7;
}
@media only screen and (max-width: 767px) {
 #eventLead {
 background:#ffffff;
 padding: 5px;
}
 #eventLead .rLeadTxt {
 padding: 10px;
    }
 #eventLead img {
    max-width: 270px;
    width: 100%;
}
 .rLeadImg {
  margin: 10px;
 }
}
.sort {
  text-align: right;
}
#rContainer {
  background-color: #f5f5f5 !important;
 padding-bottom: 0;
}
#rContent {
  min-width: auto !important;
}
#eventInner {
  display: flex;
  flex-direction: inherit !important;
 padding-bottom: 0;
 
}
#rEventList {
  padding: 0 !important;
  margin-bottom: 2rem;
}
input, button {
  line-height: normal;
  vertical-align: inherit;
}
#eventDetail {
  margin-bottom: 4rem;
}
.tar {
  text-align: right;
  width: 100%;
}
.tal {
  text-align: right;
  width: 100%;
}
@media (min-width: 930px) {
  .content [role="main"], .content .related {
    float: right;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    position: relative;
  }
}
.tmp {
  margin-top: 1rem;
}
.tmp img {
  width: 100%;
}
.tmp a {
  width: 100%;
  display: block;
}
.tmp a:hover {
  opacity: 0.7;
}
.box {
  margin: 0 0 0.5rem 0;
}
.sidebox h2 {
  padding: 5px 10px 10px 10px !important;
  line-height: 100%;
}
/*ソート*/
.sortbox {
 width:100%;
 display: flex;
 justify-content: flex-end;
}
.sortbox .sortbutton {
  display: none;
}
.sortbox label {
  border:solid 1px #234c84;
  background: #f5f5f5;
  padding: 3px 10px;
  border-radius: 5px;
  margin: 0 3px;
  font-size:14px;
  color:#234c84;
}
.sortbox label:hover {
  opacity: 0.7;
  cursor: pointer;
}
.sortbox .sortbutton:checked + label {
  background-color: #234c84;
  color: #fff;
}
@media only screen and (max-width: 767px) {
 .sortbox {
margin: 0.5rem 0;
}
}
/*ソートここまで*/

#searchbox {
  background-color: #234c84;
  border-radius: 5px;
  margin-bottom: 8px;
}
#searchbox .boxinner {
  background-image: none;
  background-color: #fff;
  padding: 13px;
  height: auto;
}
#kodawari {
  background-color: #5b6771;
  border-radius: 5px;
  margin-bottom: 15px;
}
#kodawari .select {
  width: 200px;
  background-image: none;
  background-color: #fff;
  padding: 13px;
  height: auto;
  border-radius: 0 0 4px 4px;
}
#search_btn {
  max-width: none;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: none;
  background: #3d3b34;
  color: #fff;
  border-radius: 5px;
  margin: 0;
}
#search_btn:hover {
  opacity: 0.7;
}
.filter-section {
  margin-bottom: 0;
}
.filter-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
#Industry, #product {
  background: #efece5;
  border: 0;
  width: 100%;
  padding: 5px;
  font-size: 14px;
  margin: 0 0 10px 0;
}
#reset_btn {
  background: #f5f5f5;
  border: solid 2px #3d3b34;
  border-radius: 5px;
  font-weight: 600;
  margin: 7px 0;
  padding: 8px;
  color: #3d3b34;
  font-size: 13px;
  width: 210px;
}
#reset_btn:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
#reset_btn {
  width: 96%;
}
}

/*モーダル*/
.modal {
    display: none;
    position: absolute;
    top: -13px;
    left: 217px;
    color: #fff;
    background: #3a485b;
    border: 1px solid #3a485b;
    padding: 0 10px;
    width: 250px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
    max-height: 350px;
    min-height: 300px;
    overflow-y: scroll;
}
.modalwrapper {
  position: relative;
}
.select .btn {
    padding: 5px 10px;
    background: #3d3b34;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 13px;
    line-height: 100%;
    border-radius: 20px;
}
.select .btn:hover {
  opacity: 0.7;
}
.select .btn:active {
  opacity: 0.7;
}
.select .btn-close {
  background: #ffffff;
  margin-top: 10px;
  color: #1a2637;
}
.select .checkbox-group {
  margin-bottom: 15px;
  padding: 0 5px;
}
.select .selectedBox {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 3px;
  background: #efece5;
  font-size: 12px;
}
/*モーダルここまで*/

.event-list {
  margin-top: 20px;
}
.event-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.event-item:last-child {
  border-bottom: none;
}
.rEventSectTit {
  margin-right: 0 !important;
  font-size: 130% !important;
  line-height: 150% !important;
}
.rEventSectHeader {
  position: relative;
  padding: 10px 20px 10px 20px !important;
  border: none !important;
}
.rEventSub span.cat {
  background-color: #007b7b !important;
}
.rEventSub span.cat:first-of-type {
  background-color: #333333 !important;
}
.rEventSub {
  position: relative !important;
  margin-bottom: 15px;
  display: flex !important;
  justify-content: flex-end !important;
}
.rEventSub span {
  display: inline-block;
  padding: 0.5em 0.5em;
  margin-left: 6px;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  margin-bottom: 5px;
}
.rEventAccess {
  margin-top: 0.5rem !important;
  color: #000 !important;
  line-height: 140%;
}
.Schedulewrapper {
  overflow-x: auto;
  max-width: 870px;
}
.Schedulewrapper_100 {
  overflow-x: auto;
  max-width: 100%;
}
.rEventSectSchedule {
  margin-top: 0 !important;
  padding: 10px 0 !important;
}
.rEventSectDetail {
  font-size: 16px;
}
.rEventSectDetail dl dt {
  line-height: 100%;
}
.rEventSectDetail dl dd {
  vertical-align: middle;
  line-height: 150%;
  width: 100%;
}
.Scheduletable {
  border: 1px solid #b9bec2;
  vertical-align: middle;
  display: flex;
  width: fit-content;
  font-size: 14px;
  margin-top: 5px;
}
.Scheduletable li {
  padding: 5px;
  min-width: 130px;
}
.Scheduletable li:nth-child(odd) {
  background-color: #f1f1f1;
}
.Scheduletable li:first-child {
  font-weight: 600;
  min-width: 110px;
}
.EndData {
  font-size: 13px;
  margin: 10px 0;
  line-height: 130%;
  display: flex;
}
.tableblock {
  display: inline-flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
article .entry-content {
  padding-bottom: 0;
  border-bottom: none;
}
#pagination {
  margin: 1rem 0;
  width: 100%;
  text-align: right;
}

/*SP*/
@media only screen and (max-width: 767px) {
  #rContent {
    background-color: #f5f5f5 !important;
  }
  #main {
    width: 95% !important;
    margin: 0 auto !important;
  }
  .sidebox {
    padding: 0;
  }
  .content {
    border-top: none;
    padding: 10px;
    margin: 0;
  }
  .widget {
    width: 100%;
  }


  .sort {
    padding: 10px;
  }
  #eventInner {
    padding-bottom: 10%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: revert;
  }
  #sub {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .sidebox h2 {
    padding: 5px !important;
    font-size: 95% !important;
  }
  #searchbox .boxinner {
    width: auto;
    border-radius: 0;
  }
  #searchbox {
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
  }
  #searchbox fieldset {

    display: flex;
    flex-wrap: wrap;
  }
  #searchbox label {
    margin: 0 10px 0 10px;
  }
  #searchbox .boxinner {
    padding: 10px;
  }
  #kodawari {
    border-radius: 0;
    width: 100%;
  }
  #kodawari .select {
    width: auto;
    border-radius: 0;
  }
  #Industry, #product {
    background: #efece5;
    border: 0;
    width: 100%;
    padding: 2px;
    font-size: 13px;
    margin: 0 0 5px 0;
  }
  .modal {
    top: 0;
    left: 0;
    max-height: 250px;
    position: absolute;
    padding: 0;
    width: 100%;
    margin: 5px 0 0 0;
  }
  .EndData {
    margin: 10px 0 0 0;
  }
  #search_btn {
    padding: 10px;
    font-size: 16px;
    margin: 0.5rem 0;
  }
  .Schedulewrapper {
    max-width: none;
    padding: 0;
    width: 100%;
  }
  .rEventSectSchedule {
    min-width: auto;
    display: block;
  }
}

/*詳細*/
#dedail .content [role="main"] {
  float: none;
}
.rContentHeader {
  background-color: #fff;
}
.rContentTitArea {
  padding: 16px 18px;
  background-color: #fff;
  border-left: none !important;
  text-align: left;
}
.entry h2 {
  margin-bottom: 0;
}

/*記事みだし*/
.eventSection h1 {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin: 20px 0;
}
.eventSection h2 {
    border-left: none;
    background-color: #e3e3e3;
    padding: 13px 15px;
    margin: 2rem 0 1rem 0;
    font-weight: bold;
    clear: both;
    font-size: 23px;
}
.eventSection h3 {
  font-size: 22px;
  margin: 15px 5px;
  padding: 15px 10px;
  line-height: 100%;
  font-weight: 600;
  border-bottom: 1px solid #d9d9d9;
}
.eventSection h4 {
  margin: 15px;
  padding: 0 10px;
  font-size: 19px;
  font-weight: 600;
  line-height: 130%;
  border-left: 6px solid #234c84;
}
.eventSection h5 {
  font-size: 16px;
  margin: 10px;
  padding: 5px 10px;
  line-height: 130%;
  font-weight: 600;
}
.eventSection h6 {
  margin: 10px;
  padding: 5px 10px;
  line-height: 130%;
  font-weight: 600;
  font-size: 14px;
}
/*記事みだしここまで*/

.rEventDetailHeader_d {
  position: relative;
  padding-right: 0;
  margin: 0.5rem 0;
}
.rEventSub_d {
  display: flex;
  position: static;
  right: 14px;
  top: 14px;
  font-size: 93%;
  line-height: 108%;
  width: 100%;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.rEventSub_d span.cat:first-of-type {
  background-color: #333333;
}
.rEventSub_d span.cat {
  background-color: #007b7b;
}
.rEventSub_d span {
  display: inline-block;
  padding: 0.5em 0.5em;
  margin-left: 6px;
  line-height: 1;
  color: #fff;
  font-size: 12px;
}
.detailtable {
  padding: 10px;
  margin-bottom: 3rem;
}
.detailtable dl {
  display: flex;
  flex-wrap: wrap;
  border-top: 0;
  border-bottom: solid 1px #d9d9d9;
}
.detailtable dt {
  width: 15%;
  padding: 10px;
  font-weight: 600;
}
.detailtable dd {
  width: 75%;
  padding: 10px
}
.back {
  margin: 0 0 10px 0;
  display: block;
}
.map[target="_blank"]:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 2px;
  background: url(/business/event/mt/business/images_global/r_ico_blank_01_pc.png) left no-repeat!important;
  content: "";
  vertical-align: middle;
}
.entry_footer {
  padding: 10px 5px;
}


/*to TOP*/
/* ボタン全体 */
.page_top {
  width: 60px;
  height: 40px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: rgba(161, 161, 161, 0.8);
  opacity: 0.6;
  border-radius: 5px;
  z-index: 999;
}
/* Font Awesome */
.page_top::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 50px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
/*SP*/
@media only screen and (max-width: 767px) {
  #sub {
    display: block !important;
    width: 100% !important;
  }
  #contents__main--wrap {
    box-sizing: border-box;
    padding: 1em 1em !important;
  }
  .select .checkbox-group {
    padding: 0 15px;
  }
  .content {
    border-top: none;
    padding: 10px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .rContentHeader {
    background-color: #fff !important;
    padding: 0 !important;
  }
  .rContentTitArea {
    padding: 10px;
  }
  .rContentTit {
    font-size: 138.5%;
   padding: 1rem;
  }
  .Scheduletable {}
  .Scheduletable li:first-child {
    width: 100%;
  }
  .Scheduletable li {
    width: 100%;
  }
  .boxinner label {
    display: flex;
    width: auto;
  }
  .eventSection h3 {
    font-size: 120%;
  }
  .detailtable dl:first-child {
    border-top: solid 1px #c0c6c9;
  }
  .detailtable dt {
    width: 100%;
    padding: 10px;
    font-weight: 600;
  }
  .detailtable dd {
    width: 100%;
    padding: 0 10px 15px 10px;
  }
}

/*アコーディオン*/
.pcdetail {
  display: block !important;
}
.spdetail {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .pcdetail {
    display: none !important;
  }
  .spdetail {
    display: block !important;
  }
}
.details {
}
.summary {
    display: block;
    cursor: pointer;
    padding: 5px 10px;
    margin: 0 0 1rem 0;
    background: #e0e0e0;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}
.btn_txt{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.detailscontent {
  overflow: hidden;
}

/* ▼ 初期状態 */
.details:not([open]) .btn_txt::before {
  content: "続きを見る";
  color: #000;
}
.details:not([open]) .btn_txt::after {
  content: "＋";
  color: #000;
}
/* ▲ 開いた状態*/
.details[open] .btn_txt::before {
  content: "折りたたむ";
  color: #000;
}
.details[open] .btn_txt::after {
  content: "―";
  color: #000;
}

/*カスタムブロック*/
/*タイムテーブル*/
.Schedulewrapper_w table {
  box-sizing: border-box!important;
  min-width: 750px!important;
}
.Schedulewrapper_w td, .Schedulewrapper_w th {
  box-sizing: border-box!important;
  padding: 10px!important;
  border: 1px solid #b9bec2;
}

.Schedulewrapper_w {
    overflow-x: auto;
    margin: 0 0 1.5rem 0;
    width: 100%;
}
.timetable {
  margin: 0;
}
.timetable tr:nth-child(1) {
  background-color: #e3f3ff;
  text-align: center;
  font-weight: bold;
}

.timetable col:nth-child(1) {
  width: 200px!important;
}

.timetable col:nth-child(2) {
  width: 450px!important;
}

.timetable col:nth-child(3) {
  width: 250px!important;
}

/*講師テーブル*/
.teachertable {
  padding: 10px;
  width:100%;
}
.teachertable .teacher_img {
  width: auto;
  padding: 15px;
}
.teachertable .teacher_txt {
  width: 70%;
  padding: 15px;
}
.teacher_img img {
  max-height: 300px !important;
  margin: 0 auto;
}
.entry-content p {
  margin: 0.5rem 0;
}
@media only screen and (max-width: 767px) {
  .teachertable {
    flex-wrap: wrap;
  }
  .teachertable .teacher_img {
        width: auto;
        margin: 0 auto;
  }
  .teachertable .teacher_txt {
    width: 100%;
  }
}

/*背景色*/
.green_box {
  padding: 10px;
  background-color: #00757f;
  border: none;
  color: #fff;
  font-weight: 500;
  margin: 0;
}
.orange_box{
  padding: 10px;
  background-color: #9d2f18;
  border: none;
  color: #fff;
  font-weight: 500;
  margin: 0;
}
.gray_box{
  padding: 10px;
  background-color:#3f3e3d;
  border: none;
  color: #fff;
  font-weight: 500;
  margin: 0;
}
.lightgray_box{
  padding: 10px;
  background-color: #f0f3f3;
  font-weight: 500;
  margin: 0;
  color: #000;
}
/*カスタムブロック（テーブル）*/
.Ctest_table table tr:first-child td {
background-color: #bae3ff;
font-weight: bold;
}

/* フェードイン効果 */
.fade-in {
  opacity: 0;
  animation: fadeIn 0.5s ease-out forwards;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
/* フェードインここまで */