/*

For Corporate Pages (with submenu)

*/

/* common */
@media screen and (max-width:767px){
  .cs-content {
    font-size: 1rem;
  }
  .column_menu .x-bar-widget-area {
    display: none;
  }
}
.section_header .widget_breadcrumb_navxt {
  font-size: 0.8em;
}

/* sidemenu */
.column_menu .x-bar-widget-area {
  list-style: none;
}
.h6_corpmenu {
  font-size: 18px;
  position: relative;
  text-align: left;
}
.h6_corpmenu span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0;
  padding-right: 5px;
  background-color: #fff;
  text-align: left;
}
.h6_corpmenu::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #777;
}
.x-main .widget {
  margin-top: 0 !important;
}

/* contents */
@media(max-width: 480px) {
  .column_contents {
    padding: 0 !important;
  }
}
i {
  font-style: normal;
}
.h4_corptitle {
  margin: 1em 0 !important;
  padding: 0;
  border-top: solid 0px #ddd;
  border-bottom: solid 0px #ddd;
}
.h5_subtitle {
  margin: 2.5em 0 0.5em;
  padding-bottom: 0.1em;
  font-size: 1.4em;
  border-bottom: solid 3px #777;
}
ul.ul_archive {
  list-style: none;
  margin: 0 0.5em;
}
.ul_archive li {
  margin: 0.25em 0;
}
.ul_archive li:before {
  content: '\f054';
  font-family: 'FontAwesome';
  margin-right: 0.5em;
}
/* news_event */
.block_event {
  margin: 10px 0 0 0px !important;
}
.grid_eventimg {
  width: 200px !important;
  margin-right: 5% !important;
}
.grid_eventinfo {
  width: auto !important;
  max-width: 70%;
  min-width: 500px;
  font-size: 16px;
}
.grid_eventinfo a {
  text-decoration: underline;
  color: var(--idk-red);
}
.grid_eventinfo a:hover {
  color: var(--idk-red);
}
.grid_eventinfo h5 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  font-size: 1.2em;
}
.grid_eventinfo h5 a {
  color: #000;
}
.dl_event {
  margin-top: 0;
  clear: both;
  position: relative;
  margin-bottom: 0.5em;
}
.dl_event dt, .dl_event dd {
  line-height: 2em;
}
.dl_event dt {
  float: left;
}
.dl_event dd {
  position: relative;
  padding-left: 80px;
}
.dl_event dd a {
  color: var(--idk-red) !important;
}
.dl_event dd a::after {
  content: '\f2d2';
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  margin: 0 0 5px 5px;
}
.dl_event dd a:hover {
  text-decoration: underline;
}
p.p_info a::after {
  content: '\f1c1';
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  margin: 0 0 5px 5px;
}
a.btn_event {
  display: inline-block;
  padding: 10px;
  font-size: 0.8em;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 1rem;
  background: var(--idk-red);
}
a.btn_event:hover {
  color: #fff;
  background: var(--idk-darkred);
}
/* news_table */
.anchor {
  padding-top: 5em;
  margin-top: -5em;
}
table.table_event,
table.table_media {
  margin: 1em 1em 1.5em;
  width: 95%;
}
table.table_event,
table.table_event th,
table.table_event td,
table.table_media,
table.table_media th,
table.table_media td {
  border: 0px;
  padding: 0;
}
.table_event th {
  white-space: nowrap;
  width: 10%;
  min-width: 5em;
  padding-right: 3% !important;
}
table.table_event td.img,
table.table_media td.img {
  width: 25% !important;
  padding-right: 3%;
  vertical-align: top;
}
td.img img {
  float: left;
  width: 100%;
  margin: 0;
}
th.title {
  font-size: 1.2em;
  font-weight: bold;
  padding: 0 0 0.5em !important;
}
th.title a {
  text-decoration: underline;
}
th.title a:hover {
  color: var(--idk-red);
}
table.table_event th:not(.title) {
  line-height: 2em !important;
}
td.pdf {
  padding-top: 0.5em!important;
}
td.pdf a {
  text-decoration: underline;
  color: var(--idk-red);
}
td.pdf a::after {
  content: '\f1c1';
  font-family: "Font Awesome 5 Free";
  font-size: 1em;
  margin: 0 0 5px 5px;
}
td.pdf a:hover {
  color: #000;
}
td.report {
  padding-top: 0.5em !important;
}
td.report a {
  display: inline-block;
  padding: 0.6em;
  font-size: 0.8em;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 1rem;
  background: var(--idk-red);
}
td.report a:hover {
  color: #fff;
  background: var(--idk-darkred);
}
td.date {
  color: #999;
  padding: 0.5em 0 0 !important;
}
td.info {
  padding-top: 0em!important;
}
td.info a {
  text-decoration: underline;
  color: var(--idk-red);
}
td.info a:hover {
  color: #000;
}
td.link {
  padding-top: 0.5em !important;
}
td.link a {
  color: var(--idk-red);
  text-decoration: underline;
}
td.link a:hover {
  color: #000;
}
/* news_media */
p.p_info {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
p.p_info .span_date {
  color: #999;
}
ul.ul_proinfo li {
  line-height: 1.5em;
}
ul.ul_proinfo li a:hover {
  color: #000;
}

