@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Noto Sans Japanese', serif;
    color: #333;
    box-sizing: border-box;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
}

header, section, footer {
    width: 100%;
    float: left;
}

section {
    padding: 65px 0;
}

section.odd {
    background: red;
}

.cont {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.cont-small {
    width: 100%;
    max-width: 992px;
    margin: auto;
    color: #fff
}

.cont-big {
    width: 100%;
    max-width: 1400px;
    margin: auto;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

a:visited, a:active {
    text-decoration: none;
}

.vtc-almd {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.pc-show {}

.sp-show {
    display: none !important;
}

.head {
    width: 100%;
    background: red;
    font-size: 0;
    z-index: 2;
    position: fixed;
}

.head h1 {
    font-size: 12px;
    line-height: 160%;
    padding: 5px 0px 5px 0px;
    color: #EFEFEF;
}

.logo {
    padding: 0 15px;
}

.logo img {
    max-height: 65px;
}

.tel {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding: 0 10px;
    font-family: 'Oswald';
}

.tel a {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.tel-num {
    font-size: 22px;
}

.tel i {
    font-size: 24px;
    color: #000;
    display: block;
}

.menu-page {
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
}

.menu-page li {
    display: inline-block;
}

.menu-page a {
    display: inline-block;
    padding: 10px 30px;
    background: #fff;
    font-size: 14px;
    margin-left: 15px;
}

.menu-page a:hover {
    color: #333;
}

.menu-page .menu-text-en {
    padding-right: 0;
}

.menu-sp {
    display: none;
    vertical-align: middle;
    padding: 15px 10px;
    font-size: 14px;
    background: yellow;
    margin-left: 15px;
}

.menu-sp a {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 10px;
    outline: none;
    text-decoration: none;
}

.menu-sp a.menu-click i {
    font-size: 24px;
    color: #fff;
    display: block;
}

.menu-click-text {
    font-size: 12px;
}

.menu {
    width: 75%;
    display: inline-block;
    vertical-align: middle;
}

.menu ul {
    text-align: center;
}

.menu ul li {
    font-size: 13px;
    display: inline-block;
}

.menu ul li a {
    padding: 20px 5px;
    display: inline-block;
    text-align: center;
    color: inherit;
}

.menu ul li a.active, .menu ul li a:hover, .menu ul li a:hover {
    background: linear-gradient(-135deg, #3ADF00, #3ADF00);
    color: #fff
}

.menu-text-en {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Oswald';
}

.slide {
    position: relative;
}

.slide-slick img {
    object-fit: cover;
    width: 100%;
}

.slick-dots {
    bottom: 10px;
}

.slick-dots li button:before {
    font-size: 16px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slide-scroll {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background: red;
    text-align: center;
}

.slide-scroll a {
    display: inline-block;
    width: 100%;
    padding: 15px;
    color: #fff;
    font-family: 'Oswald';
    font-weight: bold
}

.clickid {
    position: absolute;
}

.title {
    font-size: 24px;
    position: relative;
    font-family: 'Oswald';
}

.title-small {
    font-size: 14px;
    display: block;
    font-weight: normal;
    text-align: right;
}

.title-center {
    text-align: center;
}

.title-left {
    text-align: left;
}

.content {
    font-size: 14px;
    line-height: 160%;
}

.text {
    font-size: 14px;
    line-height: 160%;
    margin-top: 0px;
}

.text p {
    font-size: 16px;
    line-height: 180%;
}

.photo {
    margin-top: 20px;
}

.photo:first-child {
    margin-top: 0;
}

.photo a {
    display: inline-block;
}

.footer {
    background: yellow;
    padding: 50px 0;
}

.logo-ft {
    text-align: center;
    padding: 0 10px;
}

.tel-ft {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding: 0 10px;
    text-align: center;
    width: 100%;
    margin-top: 30px;
    font-family: 'Oswald';
}

.tel-ft-num {
    font-size: 22px;
}

.copyright {
    background: linear-gradient(-135deg, #3ADF00, #3ADF00);
    color: #fff;
}

.copyright-about {
    font-size: 14px;
    line-height: 200%;
    padding: 40px 10px;
    text-align: left;
    border-bottom: 1px solid #fff;
}

.copyright-about p {
    line-height: 200%;
}

.copyright-text {
    font-size: 12px;
    text-align: center;
    line-height: 160%;
    padding: 15px;
    font-family: 'Oswald';
}

.br_show {
    display: none;
}

/* Banner */

.banner_ct {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    margin-top: 83px;
}

.overlay_banner {
    background: rgba(0, 0, 0, 0.15);
    padding: 56px 0 52px 0;
}

.banner_ct h2 {
    color: #FFF;
    font-size: 22px;
    margin: 0;
}

.banner_ct_en {
    display: inline-block;
    min-width: 200px;
    border-top: 1px solid #fff;
    color: #FFF;
    font-size: 10px;
    font-weight: normal;
    margin: 10px 0 0 0;
    padding: 12px 0 0 0;
    text-transform: uppercase;
}

/* End banner */

/* Breadcrumb */

.breadcrumb_ct {
    background-color: #FFF;
    margin: 0;
    font-size: 12px;
    padding: 5px 0;
    margin-top: 5px;
}

.breadcrumb_ct .bc_ft {
    display: inline-block;
    background-image: url(../../assets/images/icon_home.png);
    background-position: left 45%;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    padding-left: 22px;
    color: #333;
}

/* End breadcrumb */

/* Table-------------------------- */

.table-style1 table {
    width: 100%;
}

.table-style1 tr td {
    background-color: #fff;
    border: 1px solid #eee;
    font-size: 13px;
    padding: 12px 20px;
    color: #323232;
}

.table-style1 tr td:first-child {
    width: 30%;
    max-width: 250px;
    background-color: #fff;
    border: 1px solid #eee;
    color: #333;
    font-size: 13px;
    white-space: nowrap;
}
.eiken-tb1 td.eiken-tb1-cl3 {
    text-align: center;
    font-size: 15px !important;
    background-color: #f1f1f1 !important;
    border: 1px solid #FFF;
    font-weight: bold;
}
 .eiken-tb1 td.tb-top-col4 {
    background-color: #f1f1f1 !important;
    border: 1px solid #FFF;
    font-weight: bold;
 }
/* End table------------------------ */

/* Layout----------------- */

.layout-column-img {
    text-align: center;
    margin-bottom: 20px;
}

.row-title {
    display: inline-block;
    width: 100%;
}

.no-cte {
    display: inline-block;
    width: 100%;
}

/* End layout------------------- */

/* Google map--------------- */

.row-map iframe {
    width: 100%;
    float: left;
    height: 300px;
    border: 0 !important;
}

/* End google map------------------ */

/* Contact--------------------- */

.contact-form-st1 {
    width: 100%;
}

.contact-form-st1 tr td {
    background-color: #fff;
    border: 1px solid #FFF;
    font-size: 13px;
    padding: 20px 20px;
}
.contact-form-st1 tr:last-child td {
    border: none !important;
}

.contact-form-st1 tr td:first-child {
    width: 30%;
    max-width: 250px;
    background-color: #f1f1f1;
    border: 1px solid #FFF;
    color: #323232;
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
}

.contact-form-st1 tr td .form-group {
    margin-bottom: 0;
}

.contact-form-st1 tr td input[type=text], .contact-form-st1 tr td textarea {
    width: 100%;
    float: left;
    border: none;
    border-radius: 0;
    border: 1px #E6E6E6 solid;
    padding: 10px;
    box-shadow: none;
}
.contact-form-st1 tr td.td-input input[type=text]{
    width: 95%;
}
.contact-form-st1 tr td.td-input span {
    display: inline-block;
    padding: 10px 5px;
}

.contact-form-st1 tr td input[type=text] {
    height: 37px;
}

.contact-form-st1 tr td textarea {
    height: 140px;
    resize: none;
}

.contact-form-st1 tr td select {
    width: auto;
	display: inline-block;
    box-shadow: none !important;
    border-radius: 0;
}

.contact-form-st1 tr.tr_btn td, .contact-form-st1 tr.agree_check td {
    text-align: center;
    
}

.btn_submit {
    /* background-color: #111; */
    border-color: #111;
    color: #FFF;
    padding: 6px 30px;
    box-shadow: none;
    border: 0;
    width: 120px;
}

.btn_reset {
    background-color: #70bf40;
    border-color: #ccc;
    padding: 10px 20px;
    color: #fff;
    box-shadow: none;
    border: 0;
    width: 120px;
}

.contact-note {
    display: inline-block;
    width: 44px;
    height: 20px;
    line-height: 17px;
    background-color: #FF9933;
    color: #FFF;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    margin: 0 0 0 10px;
}

/* End contact-------------- */

/* Service page child-------------- */

/* .service_item_p {
    margin-bottom: 20px;
} */

.service_image_p {
    padding-bottom: 20px;
}

.service_title_p {
    width: 100%;
    float: left;
    padding-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 26px;
}

.service_des_p {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

.service_btn_p {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 15px;
}

.service_btn_p a {
    display: block;
    padding: 10px 10px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    background: #000;
}

.service_btn_p a:hover {
    -webkit-transition: 0.33s ease-in-out;
    -moz-transition: 0.33s ease-in-out;
    -o-transition: 0.33s ease-in-out;
    transition: 0.33s ease-in-out;
}

/* End service page child-------------- */

/* Gallery-------------- */

.gallery_item {
    margin-bottom: 30px;
}

/* End gallery-------------- */

/* Gallery 02-------------- */

.gallery_item_p {
    margin-bottom: 30px;
    text-align: center;
}

.gallery_text_p {
    padding-top: 10px;
    display: block;
}

/* End gallery 02-------------- */

/* FAQ-------------- */

.row_faq .panel-heading {
    padding: 0;
    border: 0;
}

.row_faq .panel-title>a, .row_faq .panel-title>a:active {
    display: block;
    padding: 15px;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}

.row_faq .panel-heading a:before {
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
    transition: all 0.5s;
}

.row_faq .panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.row_faq .panel-heading a p {
    padding-right: 30px;
}

.row_faq .panel-heading {
    display: table;
}

.row_faq .icon_question {
    font-size: 16px;
    display: table-cell;
    padding: 15px;
    width: 60px;
}

.row_faq .panel-title {
    display: table-cell;
    vertical-align: middle;
    line-height: 160%;
    text-align: left;
    width: 95%;
}

.row_faq .panel-title p {
    margin: 0 !important;
}

.row_faq .icon_answer {
    border-top: 1px solid #ddd;
    font-size: 16px;
    display: table-cell;
    padding: 15px;
    vertical-align: top;
    width: 60px;
}

.row_faq .txt_answer {
    width: 95%;
    display: table-cell;
}

/* End faq-------------- */

/* Instagram-------------- */

#instagram_p {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    float: left;
}

#instagram_p li {
    list-style: none;
    float: left;
    padding: 1px 1px;
    width: 12.49%;
    border-collapse: collapse;
}

#instagram_p li a {
    display: block;
}

#instagram_p li a:hover {
    opacity: 0.5;
}

#instagram_p li a img {
    width: 100% !important;
    max-width: inherit;
}

/* End instagram-------------- */

/* Blog-------------- */

.row_blog {
    width: 100%;
    float: left;
}

.row_blog iframe {
    width: 100%;
    float: left;
    height: 350px;
    border: 0;
}

.top-title {
    color: #000;
}

.top-title .title-small {
    color: #2fa37e;
}

.title-left {
    color: #59493f;
    font-weight: bold;

}

/*
/* End blog-------------- */

/* Css T */

.top-txt-cl p.top-txt-cl-tt {
    color: #70bf40;
}
.top-txt-cl p{
    color: #323232;
}
.top-txt-cl .top-txt-cl-tt {
    font-size: 20px;
    line-height: 180%;
    font-weight: bold;
}
.top-tt h4 {
    font-size: 20px;
    line-height: 180%;
    font-weight: bold;
    text-align: center;
}


.top-span {
    font-weight: bold;
    font-size: 20px;
    color: #1a906a;
}

.top-txt-cl strong {
    font-size: 18px;
    color: #1a906a;
}

.service-ct {
    text-align: center;
}

.service_title_p {
    color: #1a906a;
}

.clearning-cl-bl {
    color: #333;
}

.phone {
    color: #2fa37e;
    font-size: 16px;
}

.tr_btn #btn_submit {
    padding: 10px 20px;
    background: #59493f;
    color: #fff;
    margin-right: 20px;
}

.br-show-sp {
    display: none;
}

.clear {
    clear: both;
}
.top-tt-box ul li {
    width: 49%;
    margin-right: 2%;
    float: left;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px !important;
    font-size: 18px;
    line-height: 180;
    background: #FFF url(../images/new-menu_icon-01.png) no-repeat bottom right;
}
.top-tt-box ul li:nth-child(2){
    background: #FFF url(../images/new-menu_icon-02.png) no-repeat bottom right;
}
.top-tt-box ul li:nth-child(3){
    background: #FFF url(../images/new-menu_icon-03.png) no-repeat bottom right;
}
.top-tt-box ul li:nth-child(4){
    background: #FFF url(../images/new-menu_icon-04.png) no-repeat bottom right;
}
.top-tt-box ul li:nth-child(2n){
    margin-right: 0;
}
.top-tt-box ul {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: stretch
}
.bg3 {
    background: #fff0d4 url(../images/life.png) no-repeat top right -200px;
    background-size: 1000px;
}
.top-img a span{
    display: block;
    border-radius: 5px !important;
    background: linear-gradient(-135deg, #3ADF00, #3ADF00);
    font-size: 16px;
    line-height: 160%;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
}
.logo-ft a img {
    max-width: 200px;
    width: 100%;
}
.top-link-tg a {
    display: block;
    font-size: 14px;
    background: #59493f;
    color: #fff;
    border-radius: 5px !important;
    margin-bottom: 20px;
    padding: 5px;
}
.top-link-tg a i {
    padding-right: 5px;
}
.layout-column-txt, .txt-tble p{
    font-size: 16px;
    line-height: 180%;
    color: #323232;
}
.link-lesson a {
	font-weight: bold !important;
	text-decoration: underline !important;
}
.txt-tble p i {
    padding-right: 5px;
}
.panel-body p {
    color: #323232;
}
.layout-column-txt-i a i,.layout-column-txt-i i{
    padding-right: 10px;
}
.title-tb-s h4 {
    color: #70bf40;
    margin-bottom: 10px;
    font-weight: bold;
}
.contact-map iframe {
    width: 100%;
    height: 400px;
}
.layout-column-txt  i{
    padding-right: 5px;
}
.br-tb-sp {
    display: none;
}
.anchor_fixtop {
    display: block;
    position: relative;
    top: -120px; 
    width: 100%;
    visibility: hidden;
    float: left;
}
.layout-column-txt p {
    font-size: 16px;
    line-height: 180%;
}
.br-pc {
    display: block;
}
.layout-column-txt .class-tit-p {
    display: block;
    margin-top: 20px;
    font-weight: bold;
}
.eken-fr-sp {
    display: none;
}
.eken-fr-pc {
    display: block;
}
.flex-height{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch
}
.top-link-tg a{
    min-height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content:center;
    text-align: center;
}
.class-pd-l15 {
    padding-left: 15px;
}
.imgtop img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.class-ul ul {
    margin-left: 30px;
}
.class-ul ul li{
    /* list-style-type: circle;
    list-style-position: outside;
    line-height: 160%; */
    position: relative;
}
.class-ul ul li::after{
	position: absolute;
	content: '○';
	top: 0px;
	left: -20px;
	width: 5px;
	color: #323232;
	vertical-align: top;
}
.layout-column-txt a.link-policy {
    color: #8cc11e;
    font-weight: bold;
}
.link-policy a {
	font-weight: bold !important;
	text-decoration: underline !important;
	color: #8cc11e;
}
.agree_check td .form-group {
    text-align: left;
}
.checkbox-inline, .radio-inline {
	padding-left: 5px;
    color: #333;
}
tr.agree_check td {
    background-color: #fff !important;
    border-bottom: 1px solid #f1f1f1 !important;
}
.tr_btn td {
    background: none !important;
}
.contact-form-st1 { color: #333;}
.contact-form-st1 td input.btn-rs {
    background-color: #70bf40 !important;
    border: none;
    padding: 5px;
}
.txtForm {
    margin-bottom: 5px;
}
.slick-slide {
    height: auto !important;
}
.owl-controls {
    display: none;
}
.slide-top {
    margin-top: 80px;
}
.form-group-check {
    margin-bottom: 10px;
}
.form-group-check input {
    margin-right: 5px;
    margin-top: 0;
}
.contact-form-st1 td .contactSP {
    display: block;
    margin-bottom: 10px;
}
.contact-form-st1 td .contactSP2 {
    margin-top: 10px;
    float: left;
}
.contact3c .contact3c-sub {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
}
.contact3c .contact3c-sub input{
    margin-right: 5px;
}
.contact3c .contact3c-sub:last-child {
    margin-right: 0;
}

.form-group .contact3c:last-child .contact3c-sub {
    margin-bottom: 0;
}
.text-cl-red p{
    color: #f10b0b;
}
.contact-form-st1 .form-group2-ct {
    margin-top: 10px;
}
/* End Css T */

@media screen and (max-width:1480px) {
    .menu ul li a {
        padding: 20px 1px;
    }
    .menu-text-en {
        font-size: 14px;
        font-weight: bold;
    }
}

@media screen and (max-width:1280px) {
    .menu ul li a {
        padding: 20px 0;
    }
}

@media screen and (max-width:1200px) {
    .tel {
        width: 100%;
        text-align: right;
        padding: 5px 0;
    }
    .menu-sp {
        display: inline-block;
    }
    .menu ul {
        display: none;
        position: fixed;
        top: 53px;
        left: 0;
        width: 100%;
    }
    .menu ul li {
        width: 100%;
    }
    .menu ul li a {
        padding: 10px;
        width: 100%;
        text-align: left;
    }
    .logo {
        padding: 0;
    }
    .tel a {
        margin: 0 5px;
    }
}

@media screen and (max-width:992px) {
    .menu-page {
        margin-top: 10px;
    }
}

@media screen and (max-width:768px) {
    .contact3c .contact3c-sub {
        width: 100%;
        float: left;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .slide-scroll a {
        padding: 5px;
    }
    .slide-top {
        margin-top: 50px;
    }
    .contact-form-st1 tr td.td-input input[type=text] {
        width: 90%;
    }
    .contact-form-st1 tr td.td-input span {
        display: inline-block;
        padding: 7px 5px;
    }
    .checkbox-inline input[type=checkbox]{
        position: absolute;
        margin-left: -15px;
    }
    .checkbox-inline, .radio-inline {
        padding-left: 15px;
        color: #333;
    }
    .checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
        margin-top: 0;
        margin-left: 0px;
    }
    .menu-sp,.copyright {
        background: #088A08 !important;
    }
    .btn_reset {
        background-color:#088A08 !important;
    }
    .menu ul li a.active, .menu ul li a:hover, .menu ul li a:hover {
        background: #088A08 !important;
        color: #fff;
    }
    .top-img a span {
        background: #088A08 !important;
    }
    .title-style5 {
        border-bottom: solid 3px #088A08!important;
    }
    .title-tb-s h4,.top-txt-cl p.top-txt-cl-tt {
        color: #088A08;
    }
    .class-pd-l15 {
        padding-left: 0px;
    }
    .eken-fr-sp {
        margin-top: 20px;
        display: block;
    }
    .eken-fr-pc {
        display: none;
    }
    .service_title_p {
        padding-bottom: 10px;
    }
    .layout-column-txt p {
        font-size: 14px;
        line-height: 160%;
    }
    .anchor_fixtop {
        display: block;
        position: relative;
        top: -60px; 
        width: 100%;
        visibility: hidden;
        float: left;
    }
    .bg3 {
        background: #fff0d4 !important;
    }
    .top-link-tg-firt {
        margin-top: 20px;
    }
    .top-link-tg a {
        margin-bottom: 10px;
    }
    .layout-column-table-top {
        width: 100%;
        overflow: hidden;
    }
    .br-tb-sp {
        display: block;
    }
    .layout-column-table-top table,.layout-column-table-top table tbody,.layout-column-table-top table tr,.layout-column-table-top table tr td,.layout-column-table-top table tr td.tb-top-col4 {
        /* display: inline-block;
        width: 100%; */
    }

    .mgt-40 {
        margin-top: 20px;
    }
    .layout-column-table-last {
        margin-top: 20px;
    }
    .logo img {
        max-height: 40px;
    }
    /* css t */
    .top-tt-box ul li {
        width: 100%;
        margin-right: 0;
    }
    .head h1 {
        font-size: 12px;
        line-height: 160%;
        padding: 2px 0px 2px 0px;
        color: #EFEFEF;
    }
    .service_image_p img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .banner_ct {
        margin-top: 53px;
    }
    .br-show-sp {
        display: block;
    }
    .head .tel {
        display: none;
    }
    .img-mb-sp {
        margin-bottom: 10px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .cont-small .top-img:nth-child(3) img.img-mb-sp {
        margin-bottom: 0px;
    }
    .cont-small .top-img:last-child img.img-mb-sp {
        margin-bottom: 0px;
    }
    .content .top-img-sp {
        margin-top: 20px;
    }

    /* End css t */
    .tr_btn #btn_submit {
        padding: 10px 20px;
        background: #59493f;
        margin-right: 0px;
    }
    .pc-show {
        display: none !important;
    }
    .sp-show {
        display: inline-block !important;
    }
    .head>div {
        position: static;
    }
    .head h1 {
        font-size: 11px;
    }
    .title {
        font-size: 24px;
        position: relative;
        font-family: 'Oswald';
    }
    .title-small {
        font-size: 12px;
        padding-top: 10px;
        display: block;
        font-weight: normal;
    }
    .title-center {
        text-align: center;
    }
    .title-left {
        text-align: left;
    }
    .menu-page {
        display: none;
    }
    .br_show {
        display: inline-block;
    }
    section {
        padding: 30px 0;
    }
    .text {
        margin-top: 20px;
    }
    .photo {
        margin-top: 20px;
    }
    .row-title .f-24 {
        font-size: 16px;
    }
    .mgt-30 {
        margin-top: 20px;
    }
    .footer {
        padding: 20px 0;
    }
    .tel-ft {
        margin-top: 15px;
    }
    .copyright-about {
        line-height: 160%;
    }
    .table-style1 tr td {
        width: 100%;
        float: left;
        padding: 5px;
    }
    .table-style1 tr td:first-child {
        width: 30%;
        float: left;
        max-width: 100%;
        padding: 5px;
    }
    .banner_ct {
        padding: 50px 0;
    }
    .overlay_banner {
        padding: 20px 0;
    }
    /* Contact--------------------- */
    .contact-form-st1 tr td:first-child {
        width: 100%;
        max-width: 100%;
        float: left;
    }
    .contact-form-st1 tr td {
        width: 100%;
        float: left;
        padding: 10px 5px;
    }
    .contact-form-st1 tr td input[type=text] {
        height: auto;
        padding: 5px;
    }
    /* End Contact--------------------- */
    /*FAQ*/
    .row_faq .icon_question, .row_faq .icon_answer {
        width: 30px;
        font-size: 14px;
    }
    .row_faq .panel-title>a, .row_faq .panel-title>a:active {
        font-size: 14px;
    }
    /*END FAQ*/
    .col-sp-pd0 {
        padding: 0;
    }
    .eiken-tb1 tr:first-child td:first-child{
        display: block !important;
    }
    /* .eiken-tb1 td:first-child{
        display: none !important;
    } */
    .eiken-tb1 table td {
        width: 30%;
        float: left;
    }
    .eiken-tb1 table td:last-child {
        width: 40%;
        float: left;
    }
    .eiken-bg-fff table {
        background: #fff;
        margin-bottom: 20px;
    }
    .eiken-bg-fff table tr:last-child td{
        display: block !important;
        width: 100%;
    }
    .eiken-bg-fff table tr:nth-last-child(2) td{
        border-bottom: none;
    }
    .eiken-tb1 td.eiken-tb1-cl3 {
        width: 100% !important;
    }


    
}
@media screen and (max-width:480px) {
    .top-img a span {
        font-size: 14px;
    }
}
@media screen and (max-width:390px) {
    .top-img a span {
        font-size: 13px;
    }
}
@media screen and (max-width:350px) {
    .top-img a span {
        font-size: 8px;
    }
}