@charset "UTF-8";


/*
  --------------------------------
  Created: 2015.03.05
  Last Modified: 2018.09.27
  --------------------------------
*/



/* --------------------------------
  支社　展示会・セミナー　共通
-------------------------------- */

.sec_events {
  width: 980px;
  margin: 0 auto;
  padding: 0 0 94px;
}


/* 記事 --------------- */
.sec_events .article {
}

.sec_events .article_header {
  position: relative;
  margin: 0 0 16px;
  padding: 65px 0 12px;
  border-bottom: 1px solid #d9d9d9;
}

.sec_events .article_header .end-message {
  position: absolute;
  bottom: 15px;
  right: 0;
  font-size: 142.86%;
  font-weight: bold;
  color: #d81e00;
}

.sec_events .article_header .h {
  font-size: 214.29%;
  font-weight: bold;
  line-height: 1.2;
}
.sec_events .article_header .end-message + .h {
  padding-right: 140px;
}

.sec_events .article_body {
  margin: 20px 0 0;
}

.sec_events .article_body p {
  margin: 20px 0 0;
}
.sec_events .article_body .u_ov-hidden p:first-child,
.sec_events .article_body .u_fl-left p:first-child,
.sec_events .article_body .u_fl-right p:first-child {
  margin-top: 0;
}

.sec_events .article_body .mod_table .header {
  padding: 0 0 20px;
  border-bottom: 1px dotted #555;
}

.sec_events .article_body .section {
  margin: 40px 0 0;
}

.sec_events .article_body .section_h {
  margin: 0 0 6px;
  font-weight: bold;
}

.sec_events .article_body .day + .day {
  margin-top: 30px;
}

.sec_events .article_body .section_h2 {
  margin: 0 0 6px;
  font-weight: bold;
}

.sec_events .article_body .sec_download {
  margin: 94px 0 0;
  padding: 54px 30px;
  background: #edebe7;
}

.sec_events .article_body .sec_download .h {
  text-align: center;
  font-size: 214.29%;
  font-weight: bold;
  line-height: 1.2;
}

.sec_events .article_body .sec_download .lead {
  text-align: center;
  color: #555;
  font-weight: bold;
  margin: 14px 0 0;
}

.sec_events .article_body .sec_download .note {
  text-align: center;
}

.sec_events .article_body .sec_download .note p {
  margin: 8px 0 0;
}

.sec_events .article_body .sec_download .btn-list {
  margin: 30px 0;
}

.sec_events .article_body .sec_download .btn-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -10px -15px;
}

.sec_events .article_body .sec_download .btn-list li {
  margin: 10px 15px;
}

.sec_events .article_body .sec_download .btn-list .mod_link-btn {
  font-size: 18px;
  line-height: 1.333333;
}

.sec_events .article_body .sec_download .btn-list .mod_link-btn a {
  position: relative;
  min-width: 224px;
  padding: 16px 20px 16px 40px;
  border-width: 2px;
}
.sec_events .article_body .sec_download .btn-list .mod_link-btn a:before {
  position: absolute;
  top: 0;
  left: 11px;
  bottom: 0;
  margin: auto;
  background-image: url(/business/area/shared/img/arw_06.png);
  width: 10px;
  height: 9px;
}


/* 資料ダウンロード --------------- */
.sec_events .article_download {
}

.sec_events .article_download .download_header {
  margin: 0 0 16px;
  padding: 56px 0 24px;
  border-bottom: 1px solid #d9d9d9;
}

.sec_events .article_download .download_header .h {
  text-align: center;
  font-size: 214.29%;
  font-weight: bold;
  line-height: 1.2;
}

.sec_events .article_download .download_list {
  margin: 30px 36px 0;
}

.sec_events .article_download .download_list li + li {
  margin: 27px 0 0;
}

.sec_events .article_download .download_list .h {
  margin: 0;
}

.sec_events .article_download .download_list .h span,
.sec_events .article_download .download_list .h a.pdf {
  display: inline-block;
  position: relative;
  text-indent: -24px;
}
.sec_events .article_download .download_list .h a.zip {
  display: inline-block;
  position: relative;
  text-indent: -28px;
}
.sec_events .article_download .download_list .h span:before,
.sec_events .article_download .download_list .h a.pdf:before,
.sec_events .article_download .download_list .h a.zip:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
}
.sec_events .article_download .download_list .h span:before {
  width: 9px;
  height: 9px;
  margin: -6px 9px -3px 6px;
  background: #333;
}
.sec_events .article_download .download_list .h a.pdf:before {
  width: 18px;
  height: 18px;
  margin: -11px 6px -7px 0;
  background: url(/business/area/shared/img/ico_pdf.png) no-repeat 0 0;
}
.sec_events .article_download .download_list .h a.zip:before {
  width: 22px;
  height: 18px;
  margin: -11px 6px -7px 0;
  background: url(/business/area/shared/img/ico_zip.png) no-repeat 0 0;
}

.sec_events .article_download .download_list .desc {
  margin: 4px 0 0;
}

.sec_events .article_download .download_list .note {
  margin: 7px 0 0;
  font-size: 12px;
}

.sec_events .article_download .back-btn {
  text-align: center;
  margin: 80px 0 0;
}

.sec_events .article_download .back-btn .mod_link-btn {
  font-size: 18px;
}

.sec_events .article_download .back-btn .mod_link-btn a {
  position: relative;
  min-width: 274px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-width: 2px;
}
.sec_events .article_download .back-btn .mod_link-btn a:before {
  position: absolute;
  top: 0;
  left: 11px;
  bottom: 0;
  margin: auto;
  background-image: url(/business/area/shared/img/arw_06.png);
  width: 10px;
  height: 9px;
  transform: rotate(180deg);
}



/* --------------------------------
  支社　展示会・セミナーレポート
-------------------------------- */

.sec_events_report {
}

.sec_events_report .mod_link-btn-list {
  margin: 10px 0 0;
}

.sec_events_report .article_body .thanks-message {
  margin-top: 55px;
  font-size: 142.86%;
  font-weight: bold;
  text-align: center;
  color: #f67a00;
}