@charset "UTF-8";

/*
Theme Name:TET Child
Theme URI:
Template:tet
Description: WordPressテーマ「TET」
Author: ig88xxxxxxxxx@gmail.com
Author URI:
Text Domain:
Version:1.2.1
*/
.p-cat--khs {
    color: #67b83d;
    border: 1px solid #67b83d;
}

.p-btn.khs a {
    color: #ffffff;
    background: #67b83d;
}

.p-news-tab-list__panel.is-active {
    margin: 0 0 50px;
}

.important_text {
    font-size: 16px;
    margin: 50px auto 30px;
    padding: 30px;
    line-height: 1.5em;
    border: 1px solid #000;
    width: 92.1875%;
    max-width: 1180px;
}

.p-info {
    background: #f8f8f8!important;
    color: #000000;
    padding: 50px 0;
}
.p-info__inner {
    display: none;
}
.pc #global_menu > ul > li > a {
    font-size: 16px;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    font-size: 100%;
    line-height: 141.7%;
    margin: 10px -1px 24px 0;
    width: 100%;
    text-align:left;
}
table th {
    box-shadow: 1px 1px 0 #FFFFFF inset;
    border: 0;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    vertical-align: top;
    font-weight: bold;
    background-color: #F0F0F0;
    padding: 20px;
    white-space: nowrap;
    text-align:left;
}
table td {
    border: 0;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 10px;
    vertical-align: middle;
    text-align:left;
}
table th.txt_c{
    text-align:center;
}
table.flat,
table.flat th,
table.flat td {
  border: 0;
  background: none;
  box-shadow: none;
  font-weight: normal;
}
table.border,
table.border th,
table.border td {
  border: 0;
  background: none;
  box-shadow: none;
  font-weight: normal;
}
table.border th,
table.border td {
  border-bottom: 1px solid #ccc;
}
h3.table_tit{
    margin-bottom: 30px;
    padding: 0 0 10px 0;
    border-left: none;
    border-bottom: 1px solid #dfdfdf;
    font-size: 24px;
    text-align: left;
    font-weight: bold;
    line-height: 1.5em;
}
table span.hissu {
    background: #f10101;
    color: #fff;
    padding: 2px 5px;
    margin: 0 0 0 10px;
}
#footer_top{
	display:none
}
.c-logo img {
    vertical-align: middle;
    width: 180px;
}
@media screen and (max-width: 789px) {
table th,
table td {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 767px){
table.pb_simple_table th {
    width: 100%;
    text-align: left;
}
.important_text {
    font-size: 12px;
}
.c-logo img {
    vertical-align: middle;
    width: 150px;
}
}
.lang_select{
    display: flex;
    margin: 0;
    padding: 0 15px 0 0;
}
.lang_select li{
    list-style: none;
    padding: 10px;
}
.l-header__form {
    opacity: 1;
    visibility: visible;
}
@media only screen and (max-width: 767px){
    .lang_select{
        font-size: 14px;
        padding: 0;
        padding: 0 30px 0 0;
    }
    .l-header__form {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
    .l-header__search {
        display: none;
    }
    .l-header__logo {
        margin-right: auto;
    }
}