@charset "UTF-8";

.home #header {
  background-color: rgba(0,0,0,0.7);
}
#global_menu li.current-menu-item > a {
  color: #FFE764 !important;
}
.mobile #global_menu li a:hover, .index_archive_link:hover {
  background-color: #333 !important;
}
#copyright {
  color: #FFF;
}
#copyright a {
  color: #FFF;
}
#footer_address .info {
  color: #000;
}
.caution {
  color: #e20101;
}

table.table_style01{
    margin: 0;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
	border-top: 1px solid #cccccc;
}
table.table_style01 th{
    margin: 0;
    padding: 25px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #CCCCCC;
box-sizing: border-box;
border-right: none;
border-left: none;
background-color: #EEE;
}
table.table_style01.add01 th{
background-color: #FFF;
}
table.table_style01 td{
    margin: 0;
    padding: 25px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #CCCCCC;
box-sizing: border-box;
border-right: none;
border-left: none;
}
@media screen and (max-width: 768px) {
table.table_style01{
    border-top: none;
}
table.table_style01 th, table.table_style01 td {
    display: block;
    width: 100%;
}
table.table_style01 th {
    border-bottom: none;
    padding: 10px 15px 10px;
}
table.table_style01 td {
    padding: 5px 15px 20px;
border-bottom: none;
border-top: none;
}
}

#work_header {
  background: #333;
}
.work_list_widget .side_headline {
  color: #000;
}
.tcd_work_category .side_headline {
  color: #000;
}

.post_content .wp-block-button a {
  color: #FFF;
}
.post_content .wp-block-button a:hover {
 text-decoration: none;
 opacity: 0.8;
 transition: 0.4s;
}

.work_list .box .image {
  display: none;
}
.work_list .box .category {
  margin-top: 75px;
}
#work_footer_data .image {
  display: none;
}
#work_footer_data .data {
  margin: 0 0 0 0;
}

@media only screen and (max-width: 767px) {
  #header_slider {
    height: 55vh;
  }
  #header_slider .item {
    height: 55vh;
  }
}

.pc #global_menu > ul > li > a:hover {
 color: #FFE764 !important;
}

.post_content h2 {
  padding: 5px 10px;
  margin: 0 0 20px;
  border-left: 5px solid #000;
 border-bottom: 1px dashed #CCC;
}