/****************************
 Theme Name: Kihara Corp
 Author: Weconet
 Version: 1.0
 Tags: 建築会社
*****************************/
/*********************
 *  fix
 * *******************/
.pcfix {
    position: fixed;
    right: 15px;
    bottom: 30px;
    z-index: 200;
}

.pcfix .position {
    position: relative;
}

.pcfix .position .closebtn {
    position: absolute;
    left: -13px;
    top: -12px;
    width: 30px;
    height: 30px;
    background: #000;
    border: 1px solid #fff;
    border-radius: 50%;
    z-index: 300;
}

.pcfix .position .closebtn span:nth-of-type(1) {
    display: block;
    height: 1px;
    width: 20px;
    background: #fff;
    transform: rotate(45deg) translate(13px, 6px);
}

.pcfix .position .closebtn span:nth-of-type(2) {
    display: block;
    height: 1px;
    width: 20px;
    background: #fff;
    transform: rotate(-45deg) translate(-5px, 12px);
}

.pcfix img {
    max-width: 200px;
}

@media(max-width:991px) {
    .pcfix {
        display: none;
    }
}

/********************
 general
********************/
body {
    font-family: 'Noto Sans JP', sans-serif;
    //   font-family: "Sawarabi Mincho";
}

.mintyo {
    font-family: sans-serif;
}

.mb30 {
    margin-bottom: 30px;
}

.m250 {
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 250px;
}

header {
    position: fixed;
    top: 0;
    padding-top: 10px;
    position: relative;
}

header h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

header h1 img {
    width: 250px;
}

.banner {
    width: 80%;
    margin: 50px auto 50px;
}

@media(max-width:767px) {
    header h1 img {
        width: 250px;
    }
}

.ml10 {
    width: 90%;
    margin-left: 10%;
}

@media(max-width:991px) {
    .ml10 {
        width: 100%;
        margin-left: 0;
    }
}

.animated {
    opacity: 0;
}

.img50 {
    width: 50%;
}

.img100 {
    width: 100%;
}

.mb30 {
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.catch {
    line-height: 2.0em;
}

.border-catch {
    border-top: 1px solid #ccc;
    padding-top: 30px;
}

.main_content {
    margin-top: 80px;
}

.breadcrumb {
    background: #fff;
    margin-top: 80px;
    margin-bottom: 30px;
    font-size: 20px;
}

.breadcrumb a {
    color: #000;
}

@media(max-width:767px) {
    .breadcrumb {
        margin-top: 30px;
        margin-bottom: 0;
    }
}

/*******************
 .mainnav
*******************/
.mainnav {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 30px;
    border: 1px solid #ccc;
    margin-top: 0px;
    margin-bottom: 0px;
    background: rgba(255, 255, 255, 1);
    padding-top: 100px;
    height: 100vh;
    overflow: auto;
}

.mainnav .global_nav {
    font-size: 0;
}

.mainnav .global_nav li {
    display: inline-block;
    width: 23%;
    margin-right: 1%;
    margin-left: 1%;
    font-size: 20px;
    border: 2px solid #30973f;
    margin-bottom: 30px;
    background: #fff;
}

.mainnav .global_nav li:hover img {
    filter: drop-shadow(2px 4px 6px black);
}

.mainnav .global_nav li a .menu_ja {
    margin-bottom: 0;
    color: #000;
}

.mainnav .global_nav li a .menu_en {
    color: #666;
    font-size: 16px;
}

.menu_button {
    position: fixed;
    height: 80px;
    right: 0px;
    top: 0px;
    width: 90px;
    z-index: 99;
    background: #000;
}

.menu__line {
    background: #fff;
    display: block;
    height: 3px;
    position: absolute;
    transition: transform .3s;
    width: 45%;
}

.menu_button .menu__line--top {
    transform: translate(23px, 30px);
}

.menu_button .menu__line--bottom {
    transform: translate(23px, 45px);
}

.menu_button .menu__line--top.active {
    top: 36px;
    left: 24px;
    transform: rotate(45deg);
}

.menu_button .menu__line--bottom.active {
    bottom: 40px;
    left: 24px;
    transform: rotate(135deg);
}

@media(max-width:767px) {
    .mainnav {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 70px;
        height: 100%;
        overflow: scroll;
        padding-bottom: 100px;
        top: 0px;
    }

    .mainnav .global_nav li {
        width: 48%;
    }

    .menu_button {
        width: 60px;
        height: 50px;
    }

    .menu_button .menu__line--top {
        transform: translate(16px, 16px);
    }

    .menu_button .menu__line--bottom {
        transform: translate(16px, 30px);
    }

    .menu_button .menu__line--top.active {
        top: 22px;
        left: 18px;
    }

    .menu_button .menu__line--bottom.active {
        top: 22px;
        left: 17px;
    }
}

/*********************************
   pcmenu
 *********************************/
.pcmenu {
    display: inline-block;
    width: 60%;
    padding: 0;
    text-align: right;
}

.pcmenu li {
    display: inline-block;
}

.pcmenu li:not(:first-child) {
    margin-left: 2em;
}

.pcmenu li a {
    color: #000;
}

@media(max-width:991px) {
    .pcmenu {
        display: none;
    }
}

/****************************
top
****************************/
.main_img {
    width: 100%;
    padding-top: 2%;
    padding-left: 15%;
    position: relative;
}

.main_img .toparrow {
    position: absolute;
    left: 5%;
    bottom: 20%;
    width: 5%;
}

.main_img .toparrow img {
    width: 100%;
    height: auto;
}

@media(max-width:767px) {
    .main_img .toparrow {
        bottom: 40%;
    }
}

.main_catch h2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin-bottom: 0;
}

.main_catch h2 span:first-child {
    position: absolute;
    top: 15%;
    left: 5%;
    display: inline-block;
    padding: 0.5em;
}

.main_catch h2 span:nth-of-type(2) {
    position: absolute;
    top: 30%;
    left: 7%;
    display: inline-block;
    padding: 0.5em;
}

.recruitbtn {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 99;
}

.recruitbtn .contact,
.recruitbtn .recruit {
    writing-mode: vertical-rl;
}

.recruitbtn .contact a {
    padding: 15px;
    background: rgb(30, 30, 30, 0.7);
    color: #fff;
    text-align: center;
    height: 10em;
    display: inline-block;
}

.recruitbtn .recruit a {
    padding: 15px;
    background: rgb(0, 0, 0, 0.9);
    color: #fff;
    text-align: center;
    height: 10em;
    display: inline-block;
}

@media(max-width:991px) {
    .main_img {
        padding-left: 5%;
    }

    .main_catch h2 {
        margin-top: 30px;
        font-size: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        background: #fff;
        margin-bottom: 0;
    }

    .main_catch h2 span:first-child {
        position: static;
        border: none;
        display: block;
    }

    .main_catch h2 span:nth-of-type(2) {
        position: static;
        border: none;
        display: block;
    }

    .main_img:before {
        height: 250px;
        bottom: 0%;
        width: 90%;
    }

    .recruitbtn {
        width: 100%;
        font-size: 0;
        left: 0;
        bottom: 0;
    }

    .recruitbtn .contact,
    .recruitbtn .recruit {
        writing-mode: initial;
        display: inline-block;
        width: 50%;
    }

    .recruitbtn .contact a,
    .recruitbtn .recruit a {
        font-size: 16px;
        width: 100%;
        height: auto;
    }
}

/****************************
 teamkihara
*****************************/
#teamkihara {
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #eee;
}

#teamkihara h2 {
    margin-bottom: 80px;
    font-weight: bold;
}

#teamkihara h2 .main {
    display: block;
    font-size: 46px;
}

#teamkihara h2 .sub {
    font-size: 20px;
    color: #666;
}

#teamkihara h3 {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: bold;
}

#teamkihara .teamkiharacatch {
    font-size: 18px;
}

#teamkihara .spimg {
    display: none;
}

#teamkihara .pcimg {
    display: block;
}

#teamkihara .readmore {
    border: 1px solid #000;
    padding: 1px;
    width: 100%;
    margin: 30px auto 0;
}

#teamkihara .readmore a {
    width: 100%;
    display: inline-block;
    color: #000;
    border: 1px solid #000;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
    font-size: 20px;
    background: #fff;
}

@media(max-width:767px) {
    #teamkihara {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #teamkihara h2 {
        margin-bottom: 30px;
    }

    #teamkihara h2 .main {
        font-size: 32px;
    }

    #teamkihara h2 .sub {
        font-size: 22px;
    }

    #teamkihara .spimg {
        display: block;
    }

    #teamkihara .pcimg {
        display: none;
    }

}

/****************************
 top company
*****************************/
#top_company {
    border-bottom: 1px solid #eee;
    padding-bottom: 80px;
    padding-top: 80px;
}

#top_company h2 {
    margin-bottom: 80px;
    font-weight: bold;
}

#top_company h2 .main {
    display: block;
    color: #000;
    font-size: 46px;
}

#top_company h2 .sub {
    font-size: 20px;
    color: #666;
}

#top_company h3 {
    margin-bottom: 50px;
    padding-left: 15px;
}

#top_company h3 .main {
    font-size: 28px;
    margin-top: 50px;
    display: block;
}

#top_company h3 .sub {
    font-size: 20px;
    display: block;
    color: #666;
}

#top_company p {
    margin-bottom: 0;
}

#top_company h4 {
    margin-bottom: 20px;
}

#top_company .catch {
    padding-left: 15px;
    font-size: 18px;
}

#top_company .readmore {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid #000;
    padding: 1px;
}

#top_company .readmore a {
    width: 100%;
    display: inline-block;
    color: #000;
    border: 1px solid #000;
    font-size: 20px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background: #fff;
    text-align: center;
}

#top_company .b-left {
    border-left: 2px solid #ddd;
}

@media(max-width:767px) {
    #top_company {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #top_company h2 {
        margin-bottom: 30px;
    }

    #top_company h2 .main {
        font-size: 32px;
    }

    #top_company h2 .sub {
        font-size: 22px;
    }

    #top_company h3 .main {
        margin-top: 0;
    }
}

/********************************
 top
 work
*********************************/
#top_work {
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #eee;
}

#top_work h2 .main {
    display: block;
    font-size: 46px;
}

#top_work h2 .sub {
    font-size: 20px;
    color: #666;
}

#top_work h2 {
    font-weight: bold;
    margin-bottom: 80px;
}

#top_work .kenchiku,
#top_work .doboku {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    display: inline-block;
    color: #000;
    font-size: 28px;
    width: 100%;
    position: relative;
}

#top_work .kenchiku span,
#top_work .doboku span {
    background: rgb(255, 255, 255, 0.9);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border: 2px solid #000;
}

#top_work .kenchiku {
    background: url('assets/images/top_img_kentchiku.jpg');
    background-size: 100%;
    background-position: center;
    transition: 1s all;
}

#top_work .doboku {
    background: url('assets/images/top_img_doboku02.jpg');
    background-size: 100%;
    background-position: center;
    transition: 1s all;
}

#top_work .kenchiku:hover,
#top_work .doboku:hover {
    background-size: 120%;
    background-position: center;
    transition: 1s all;
}

#top_work .kenchiku:hover span,
#top_work .doboku:hover span {
    background: #000;
    color: #fff;
}

#top_work .readmore {
    padding: 1px;
    border: 1px solid #000;
}

#top_work .readmore a {
    width: 100%;
    display: inline-block;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 20px;
    color: #000;
    border: 1px solid #000;
    text-align: center;
}

@media(max-width:767px) {
    #top_work {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #top_work h2 {
        margin-bottom: 30px;
    }

    #top_work h2 .main {
        font-size: 32px;
    }

    #top_work h2 .sub {
        font-size: 22px;
    }
}

/**************************
 top
 news
**************************/
#top_news {
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #eee;
}

#top_news h2 {
    margin-bottom: 80px;
    font-weight: 700;
}

#top_news h2 .main {
    display: block;
    font-size: 46px;
}

#top_news h2 .sub {
    color: #666;
    font-size: 20px;
}

#top_news ul {
    width: 80%;
    padding-left: 0;
    margin: 50px auto 50px;
}

#top_news li:first-child {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px dotted #ccc;
}

#top_news li {
    padding-top: 30px;
    padding-bottom: 30px;
    list-style: none;
    border-bottom: 1px dotted #ccc;
}

#top_news ul .news_cat {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 16px;
    border: 2px solid #377e3f;
    padding-left: 1em;
    padding-right: 1em;
    margin-right: 15px;
}

#top_news ul .news_cat a {
    color: #377e3f;
    font-weight: 700;
}

#top_news ul .news_date {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#top_news ul h3 {
    display: inline-block;
    width: 100%;
    font-size: 22px;
    vertical-align: -webkit-baseline-middle;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0;
    text-decoration: underline;
}

#top_news .new-txt {
    color: #fff;
    padding-left: 1em;
    padding-right: 1em;
    background: red;
    display: inline-block;
    margin-right: 10px;
}

#top_news h3 a {
    color: #000;
}

#top_news .w80 {
    width: 80%;
    margin: 0 auto;
}

#top_news .readmore {
    margin-top: 30px;
    border: 1px solid #000;
    padding: 1px;
    width: 100%;
}

#top_news .readmore a {
    display: inline-block;
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    color: #000;
    border: 1px solid #000;
    font-size: 20px;
    background: #fff;
}

@media(max-width:991px) {
    #top_news .news_cat {
        margin-top: 30px;
    }

    #top_news ul h3 {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    #top_news {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #top_news h2 {
        margin-bottom: 30px;
    }

    #top_news h2 .main {
        font-size: 32px;
    }

    #top_news h2 .sub {
        font-size: 22px;
    }

    #top_news ul {
        width: 100%;
    }

    #top_news ul p {
        width: 30%;
        margin-bottom: 10px;
    }

    #top_news .w80 {
        width: 100%;
    }
}

/********************************
 top
 genba
*********************************/
#top_genba {
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #eee;
}

#top_genba h2 {
    font-weight: 700;
    margin-bottom: 80px;
}

#top_genba h2 .main {
    font-size: 46px;
    display: block;
    color: #000;
}

#top_genba h2 .sub {
    font-size: 20px;
    color: #666;
}

#top_genba .genbacatch {
    font-size: 20px;
}

#top_genba .genba_readmore {
    margin-top: 20px;
    margin-bottom: 30px;
    border: 1px solid #000;
    padding: 1px;
}

#top_genba .genba_readmore a {
    font-size: 20px;
    color: #000;
    display: inline-block;
    border: 1px solid #000;
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
}

#top_genba .readmore {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid #000;
    padding: 1px;
}

#top_genba .readmore a {
    width: 100%;
    display: inline-block;
    color: #000;
    border: 1px solid #000;
    font-size: 20px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background: #fff;
    text-align: center;
}

@media(max-width:767px) {
    #top_genba {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #top_genba h2 {
        margin-bottom: 30px;
    }

    #top_genba h2 .main {
        font-size: 32px;
    }

    #top_genba h2 .sub {
        font-size: 22px;
    }
}

/************************
 top
 recruit
*************************/
#top_recruit {
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #eee;
}

#top_recruit h2 .main {
    display: block;
    font-size: 46px;
}

#top_recruit h2 .sub {
    font-size: 20px;
    color: #666;
}

#top_recruit h2 {
    margin-bottom: 80px;
    font-weight: bold;
}

#top_recruit .bgrecruit {
    background: url('assets/images/leg.jpg');
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: cover;
    background-position: 100% 70%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

#top_recruit .bgrecruit h3 {}

#top_recruit .bgrecruit h3 .main {
    font-size: 46px;
    display: block;
    color: #fff;
}

#top_recruit .bgrecruit h3 .sub {
    color: #eee;
    display: inline-block;
}

#top_recruit .recruitcatch {
    font-size: 18px;
}

#top_recruit .readmore {
    border: 1px solid #000;
    padding: 1px;
    width: 100%;
    margin: 30px auto 0;
}

#top_recruit .readmore a {
    width: 100%;
    display: inline-block;
    color: #000;
    border: 1px solid #000;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
    font-size: 20px;
    background: #fff;
}

@media(max-width:991px) {
    #top_recruit h2:after {
        left: 0;
        margin-left: 0;
    }
}

@media(max-width:767px) {
    #top_recruit {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #top_recruit h2 {
        margin-bottom: 30px;
    }

    #top_recruit h2 .main {
        font-size: 32px;
    }

    #top_recruit h2 .sub {
        font-size: 22px;
    }

    #top_recruit .bgrecruit h3 .main {
        font-size: 18px;
    }

    #top_recruit .bgrecruit h3 .sub {
        font-size: 18px;
    }

    #top_recruit .recruitcatch {
        margin-bottom: 30px;
    }
}

/************************
 top 
 relatedcompany
************************/
#relatedcompany {
    padding-top: 80px;
    padding-bottom: 80px;
}

#relatedcompany h2 .main {
    display: block;
    font-size: 46px;
}

#relatedcompany h2 .sub {
    font-size: 20px;
    color: #666;
}

#relatedcompany h2 {
    margin-bottom: 80px;
    font-weight: bold;
}

#relatedcompany h3 {
    margin-bottom: 30px;
}

#relatedcompany .gmap {
    width: 100%;
    margin: 0px auto 0px;
}

@media(max-width:767px) {
    #relatedcompany {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #relatedcompany h2 {
        margin-bottom: 30px;
    }

    #relatedcompany h2 .main {
        font-size: 32px;
    }

    #relatedcompany h2 .sub {
        font-size: 22px;
    }

    #relatedcompany .gmap {
        width: 80%;
        margin: 30px auto 30px
    }

    #relatedcompany .gmap iframe {
        height: 300px !important;
    }
}

/***************************************
 *  top
 * access
 * *************************************/
#top_access {
    padding-top: 80px;
    padding-bottom: 80px;
}

#top_access h2 .main {
    display: block;
    font-size: 46px;
}

#top_access h2 .sub {
    font-size: 20px;
    color: #666;
}

#top_access h2 {
    margin-bottom: 80px;
    font-weight: bold;
}

#top_access h3 {
    margin-bottom: 30px;
}

@media(max-width:767px) {
    #top_access {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #top_access h2 {
        margin-bottom: 30px;
    }

    #top_access h2 .main {
        font-size: 32px;
    }

    #top_access h2 .sub {
        font-size: 22px;
    }
}

/************************
 footer
************************/
.copyright {
    background: #30973f;
    color: #fff;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
}

footer {
    background: #f4f7ea;
}

footer .footer_cnt {
    padding-bottom: 30px;
    padding-top: 30px;
}

footer .footer_link {
    background: #30973f;
    padding-top: 20px;
    paddng-bottom: 20px;
}

footer .footer_link a {
    color: #fff;
    font-size: 16px;
}

footer .footer_link .company,
footer .footer_link .contact,
footer .footer_link .privacy,
footer .footer_link .sitemap,
footer .footer_link .invodownload {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #fff;
}

footer .footer_catch {
    font-size: 26px;
    font-weight: 700;
}

footer .footer_catch span {
    color: #30973f;
}

@media(max-width:991px) {
    footer .footer_catch {
        margin-top: 30px;
    }

    footer .footer_link .company,
    footer .footer_link .contact,
    footer .footer_link .privacy,
    footer .footer_link .sitemap,
    footer .footer_link .invodownload {
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    footer .footer_link .company,
    footer .footer_link .contact,
    footer .footer_link .privacy {
        margin-bottom: 10px;
    }
}

/*******************************
 page
 company
*******************************/
#top_message {
    padding-top: 100px;
    padding-bottom: 80px;
}

#top_message .catch_name {
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    margin-top: 35px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

@media(max-width:991px) {
    .catch_name {
        text-align: right;
        font-size: 20px;
        font-weight: bold;
        margin-top: 10px;
    }
}

@media(max-width:767px) {
    .catch_name {
        text-align: right;
        font-size: 20px;
        font-weight: bold;
        margin-top: 5px;
    }
}

#philosophy {
    padding-top: 80px;
    padding-bottom: 80px;
}

#philosophy .maincatch {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 50px;
    text-decoration: underline;
}

#philosophy .maincatch img {
    max-width: 500px;
    width: 100%;
}

#philosophy .catch {
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
    border: 1px solid #ccc;
}

#philosophy h3 {
    font-size: 20px;
    margin-bottom: 20px;
    padding: 30px;
    letter-spacing: 0.2em;
    background: #eee;
    color: #000;
    border-bottom: 1px solid #ccc;
}

#philosophy h3 span {
    display: inline-block;
    border-bottom: 1px solid #000;
    width: 4em;
}

#philosophy ul {
    display: inline-block;
    padding-left: 0;
    list-style: none;
    padding-left: 30px;
    padding-right: 30px;
}

#philosophy ul li {
    border-left: 5px solid #ccc;
    padding-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
}

#philosophy .em2 {
    width: 2em;
    display: inline-block;
}

#philosophy .catch p {
    margin-bottom: 15px;
}

@media(max-width:991px) {
    #philosophy .catch {
        font-size: 18px;
        width: 100%;
    }
}

@media(max-width:767px) {
    #top_message {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #philosophy {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #philosophy .maincatch {
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 50px;
    }

    #philosophy ul {
        padding-left: 10px;
        padding-right: 10px;
    }

    #philosophy ul li span {
        display: inline-block;
    }
}

#company_about {
    padding-top: 80px;
    padding-bottom: 80px;
}

#company_about th {
    word-break: keep-all;
    vertical-align: middle;
    padding: 30px;
    background: #eee;
    font-weight: 100;
}

#company_about td {
    padding: 30px;
    font-size: 18px;
}

#company_about .first_td {
    word-break: keep-all;
}

@media(max-width:767px) {
    #company_about {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #company_about h2 {
        margin-bottom: 30px;
    }

    #company_about th {
        //	word-break:normal;
        padding: 10px;
        text-align: center;
    }

    #company_about td {
        padding: 10px;
    }

    #company_about .first_td {
        word-break: normal;
        padding: 10px;
        border-right: 1px solid #ccc;
    }
}

#company_history {
    padding-top: 80px;
    padding-bottom: 80px;
}

#company_history th {
    word-break: keep-all;
    background: #eee;
    font-weight: 100;
    font-size: 18px;
    padding: 30px;
}

#company_history td {
    font-size: 18px;
    padding: 30px;
}

@media(max-width:767px) {
    #company_history {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #company_history h2 {
        margin-bottom: 30px;
    }

    #company_history th,
    #company_history td {
        padding: 15px;
    }
}

#compnay_furture {
    padding-top: 80px;
    padding-bottom: 80px;
}

#company_furture h2 {
    margin-bottom: 30px;
}

#company_furture .catch {
    margin-bottom: 30px;
    font-size: 18px;
}

#company_furture h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

#company_furture .company_img .img {
    display: inline-block;
    text-align: center;
}

#company_furture .company_img .img img {
    max-width: auto;
    width: auto;
}

#company_furture .company_img h4 {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 30px;
}

@media(max-width:991px) {
    #company_furture .company_img {
        text-align: center;
    }

    #company_furture .company_img .img img {
        width: 100%;
    }
}

@media(max-width:767px) {
    #company_furture h2 {
        font-size: 18px;
    }
}

/*********************************
 page 
bussiness
 **********************************/
#bussiness-kenchiku {
    padding-top: 100px;
    padding-bottom: 80px;
}

#bussiness-kenchiku .catch {
    font-size: 18px;
    width: 80%;
    margin: 0 auto 50px;
}

#bussiness-kenchiku .subcatch {
    font-size: 18px;
}

#bussiness-kenchiku h3 {
    font-size: 24px;
    margin-bottom: 50px;
    text-decoration: underline;
}

#bussiness-kenchiku .readmore {
    margin-top: 50px;
    text-align: center;
    border: 1px solid #000;
    padding: 1px;
    width: 100%;
}

#bussiness-kenchiku .readmore a {
    font-size: 20px;
    color: #000;
    display: block;
    border: 1px solid #000;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

@media(max-width:991px) {
    #bussiness-kenchiku h3 {
        margin-top: 30px;
    }

    #bussiness-kenchiku .catch {
        width: 100%;

    }
}

@media(max-width:767px) {
    #bussiness-kenchiku {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

#bussiness-doboku {
    padding-top: 100px;
    padding-bottom: 80px;
}

#bussiness-doboku .catch {
    font-size: 18px;
    width: 80%;
    margin: 0 auto 50px;
}

#bussiness-doboku .subcatch {
    font-size: 18px;
}

#bussiness-doboku h3 {
    font-size: 24px;
    margin-bottom: 50px;
    text-decoration: underline;
}

#bussiness-doboku .readmore {
    margin-top: 50px;
    text-align: center;
    border: 1px solid #000;
    padding: 1px;
    width: 100%;
}

#bussiness-doboku .readmore a {
    font-size: 20px;
    color: #000;
    display: block;
    border: 1px solid #000;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

@media(max-width:991px) {
    #bussiness-doboku h3 {
        margin-top: 30px;
    }

    #bussiness-doboku .catch {
        width: 100%;

    }
}

@media(max-width:767px) {
    #bussiness-doboku {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

#bussiness-hosou {
    padding-top: 100px;
    padding-bottom: 80px;
}

#bussiness-hosou .subcatch {
    font-size: 18px;
}

#bussiness-hosou h3 {
    font-size: 24px;
    margin-bottom: 50px;
    text-decoration: underline;
}

@media(max-width:991px) {
    #bussiness-hosou h3 {
        margin-top: 30px;
    }
}

@media(max-width:767px) {
    #bussiness-hosou {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

#bussiness-pfi {
    padding-top: 100px;
    padding-bottom: 80px;
}

#bussiness-pfi .subcatch {
    font-size: 18px;
}

#bussiness-pfi h3 {
    font-size: 24px;
    margin-bottom: 50px;
    text-decoration: underline;
}

@media(max-width:991px) {
    #bussiness-pfi h3 {
        margin-top: 30px;
    }
}

@media(max-width:767px) {
    #bussiness-pfi {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

/********************************
 page 
 general
********************************/
.page-mainimg {
    padding-top: 2%;
    padding-left: 15%;
    position: relative;
}

.page-mainimg h1 {
    position: absolute;
    top: 20%;
    left: 10%;
    font-size: 60px;
    background: rgb(255, 255, 255, 0.8);
    padding: 15px;
    border: 1px solid #ccc;
}

@media(max-width:767px) {
    .page-mainimg h1 {
        font-size: 28px;
    }
}

.page h2 .main {
    display: block;
    font-size: 46px;
}

.page h2 .sub {
    font-size: 20px;
    color: #666;
}

.page h2 {
    margin-bottom: 60px;
    font-weight: bold;
}

.page img {
	width:100%;
}
.page .messagebox {
    margin-bottom: 30px;
    margin-top: 30px;
}

.page .messagebox .catch {
    font-size: 18px;
}

@media(max-width:767px) {
    .page h2 {
        margin-bottom: 30px;
    }

    .page h2 .main {
        font-size: 32px;
    }

    .page h2 .sub {
        font-size: 22px;
    }
}

/******************************
 news
*******************************/
.news_img {
    padding-top: 2%;
    padding-left: 15%;
    position: relative;
}

.news_img img {
    width: 100%;
}

.news_img:before {
    content: "";
    width: 80%;
    height: 300px;
    z-index: -1;
    display: inline-block;
    position: absolute;
    left: -10%;
    bottom: -40px;
    background: #eee;
}

@media(max-width:991px) {
    .news_img:before {
        height: 100px;
        bottom: -50px;
        width: 90%;
    }
}

.archive_h2 .main {
    display: block;
    font-size: 46px;
}

.archive_h2 .sub {
    font-size: 20px;
    color: #666;
}

.archive_h2 {
    margin-bottom: 60px;
    font-weight: bold;
}

.archive_h3 {
    font-size: 32px;
    margin-bottom: 50px;
}

@media(max-width:767px) {
    .archive_h2 .main {
        display: block;
        font-size: 32px;
    }

    .archive_h2 .sub {
        font-size: 22px;
        color: #666;
    }

    .archive_h2 {
        margin-bottom: 30px;
        margin-top: 30px;
        font-weight: bold;
    }

    .archive_h3 {
        font-size: 20px;
        margin-bottom: 30px;
    }
}

.news_list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 80px;
}

.news_list li:first-child {
    border-top: 1px solid #ccc;
}

.news_list li {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.news_list li h3 {
    font-size: 24px;
}

.news_list li .time {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-left: 5px solid #000;
    padding-left: 10px;
}

.news_list li .cat {
    display: inline-block;
    margin-right: 20px;
}

.news_list li .cat a {
    font-size: 16px;
    color: #377e3f;
    border: 2px solid #377e3f;
    font-weight: 700;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    display: inline-block;
}

.news_list li .news_cnt {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.news_list li .readmore {
    position: relative;
}

.news_list li .readmore:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    top: 20px;
    left: 10px;
    border-bottom: 1px solid #377e3f;
    border-left: 1px solid #377e3f;
    transform: rotateZ(225deg);
}

.news_list li .readmore a {
    border: 2px solid #377e3f;
    display: inline-block;
    font-size: 20px;
    color: #377e3f;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

/*************************
 pagenavi
*************************/
.pagenavi {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.wp-pagenavi {
    clear: both;
    text-align: center;

}

.wp-pagenavi a,
.wp-pagenavi span {
    color: #999;
    background-color: #FFF;
    border: solid 1px #e0e0d2;
    padding: 8px 15px;
    margin: 0 2px;
    white-space: nowrap;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
}

.wp-pagenavi a:hover {
    color: #FFF;
    background-color: #999;
    border-color: #999;
}

.wp-pagenavi span.current {
    color: #fff;
    background-color: #377e3f;
    border-color: #377e3f;
    font-weight: bold;
}

.wp-pagenavi .pages {
    display: none;
}

/**********************************
 single
 news
 **********************************/
.single_news h3 {
    font-size: 24px;
    border-bottom: 2px solid #000;
    padding-bottom: 15px;
}

.single_news .time {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-left: 5px solid #000;
    padding-left: 10px;
}

.single_news .cat {
    display: inline-block;
    margin-right: 20px;
}

.single_news .cat a {
    font-size: 20px;
    color: #377e3f;
    border: 2px solid #377e3f;
    font-weight: 700;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    display: inline-block;
}

.single_news .single_cnt {
    margin-top: 30px;
    font-size: 18px;
    margin-bottom: 50px;
}

@media(max-width:767px) {
    .single_news h3 {
        font-size: 20px;
        padding-bottom: 0;
    }
}

.prev {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
    background: #377e3f;
    position: relative;
}

.prev:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotateZ(45deg);
    left: 10px;
    top: 50%;
    margin-top: -5px;
}

.next {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
    background: #377e3f;
    position: relative;
}

.next:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotateZ(45deg);
    right: 10px;
    top: 50%;
    margin-top: -5px;
}

.prev a,
.next a {
    color: #fff;
}

.wp-block-image img {
    max-width: 100%;
    height: auto !important;
}

/*******************************
 * single
 * genba
 *******************************/
#single_genba .wp-block-image {
    border: 1px solid #ccc;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
}

/******************************
 archive
 work-doboku
******************************/
.work_doboku_img {
    width: 100%;
    padding-top: 2%;
    margin-bottom: 80px;
}

.archive_work_cnt img {
    width: 100%;
}

.archive_work_cnt {
    border: 2px solid #666;
    padding: 15px;
}

.archive_work_cnt .work_thumbnail {
    margin-bottom: 15px;
}

.archive_work_cnt .work_cat {}

.archive_work_cnt .work_cat a {
    color: #000;
}

.archive_work_cnt h3 {
    padding-top: 15px;
    border-top: 1px solid #ccc;
}

.archive_work_cnt h3 a {
    color: #000;
    font-size: 18px;
}

/*******************************
 work
 single
********************************/
.work_cnt {
    margin-bottom: 50px;
}

.work_cnt img {
    width: 100%;
    border: 5px solid #eee;
}

.work_cnt h3 {
    border-bottom: 2px solid #000;
    font-size: 24px;
}

.work_cat {
    margin-bottom: 30px;
    margin-top: 30px;
}

.work_cat a {
    color: #666;
    font-size: 18px;
}

.work_cnt .work_catch {
    border: 2px solid #000;
    padding: 15px;
    font-size: 18px;
}

@media(max-width:991px) {
    .work_cnt .mblg30 {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .work_cnt h3 {
        font-size: 20px;
    }
}

/*******************************
  contact
 ********************************/
.contact_table th {
    color: #30973f;
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact_table td {
    color: #000;
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.submit {
    text-align: center;
    margin-bottom: 50px;
}

.submit input {
    background: #30973f;
    color: #fff;
    font-size: 26px;
    border: none;
    padding-left: 3em;
    padding-right: 3em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.contact_table td #namae,
.contact_table td #furigana,
.contact_table td #company,
.contact_table td #mail,
.contact_table td #zip,
.contact_table td #addr,
.contact_table td #content {
    width: 100%;
}

@media(max-width:767px) {
    .contact_table {
        width: 100%;
    }

    .contact_table th {
        display: block;
        width: 100%;
    }

    .contact_table td {
        display: block;
        width: 100%;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .contact_table td #namae,
    .contact_table td #furigana,
    .contact_table td #company,
    .contact_table td #mail,
    .contact table td #zip,
    .contact_table td #addr,
    .contact_table td #content {
        width: 100%;
    }

    .contact_table td label {
        margin-bottom: 30px;
    }

    .submit input {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
}

/***************************************
 work
 genba
****************************************/
.work_genba_img {
    padding-top: 5%;
    padding-left: 15%;
    padding-right: 15%;
}

.work_genba_img img {
    width: 100%;
}

/*******************************************
 *  privacy
 *******************************************/
#page-privacy h2 {
    margin-bottom: 30px;
}

#page-privacy h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 30px;
}

/****************************************
 *  sitemap
 * ****************************************/
#page-sitemap h2 {
    margin-bottom: 30px;
}

#page-sitemap .sitelist {}

#page-sitemap .sitelist li {
    padding-top: 15px;
    padding-bottom: 15px;
}

#page-sitemap .sitelist li a {
    color: #000;
    display: inline-block;
    border-bottom: 1px solid #000;
}

/******************************************
 *   page-entry-form
 ******************************************/
#page-entry-form .privacy_cnt {
    width: 100%;
    margin: 0 auto 30px;
    height: 300px;
    overflow: auto;
    border: 1px solid #000;
    padding: 15px;
}

#page-entry-form #kanji_family,
#page-entry-form #kanji_namae,
#page-entry-form #katakana_family,
#page-entry-form #katakana_namae,
#page-entry-form #zip,
#page-entry-form #pref,
#page-entry-form #city,
#page-entry-form #banchi,
#page-entry-form #apart,
#page-entry-form #gakkou_name,
#page-entry-form #gakkou_senkou,
#page-entry-form #kinyu,
#page-entry-form #contact_cnt,
#page-entry-form #mail {
    width: 100%;
}

#page-entry-form table th {
    background: #eee;
}

#page-entry-form table th,
#page-entry-form table td {
    padding-top: 20px;
    padding-bottom: 20px;
}

#page-entry-form .required {
    color: red;
    display: inline-block;
    margin-left: 10px;
}

#page-entry-form .privacy_comment {
    margin-bottom: 15px;
    margin-top: 15px;
}

#page-entry-form .doui label {
    font-weight: bold;
    color: red;
    text-decoration: underline;
}

#page-entry-form .doui {
    margin-bottom: 30px;
}

#page-entry-form .submitbox {
    margin-bottom: 30px;
    text-align: center;
}

#page-entry-form .submitbox .submitentry {
    background: #30973f;
    color: #fff;
    font-size: 26px;
    border: none;
    padding-left: 4em;
    padding-right: 4em;
    padding-bottom: 1em;
    padding-top: 1em;
}

#page-entry-form .backbtnbox {
    margin-bottom: 50px;
    text-align: center;
}

#page-entry-form .backbtnbox .backbtn {
    background: #30973f;
    color: #fff;
    font-size: 26px;
    border: none;
    padding-left: 4em;
    padding-right: 4em;
    padding-bottom: 1em;
    padding-top: 1em;
}

#page-entry-form .mw_wp_form .error {
    display: block;
    background: red;
    color: #fff;
    margin-top: 30px;
    padding: 15px;
    width: 10em;
}

#page-entry-form .mw_wp_form .doui .error {
    display: block;
    background: red;
    color: #fff;
    margin-top: 30px;
    padding: 15px;
    width: 10em;
    margin: 30px auto 0;
}

#page-entry-form .mw_wp_form_confirm .confirm {
    display: none;
}

@media(max-width:767px) {
    #page-entry-form table th {
        display: block;
    }

    #page-entry-form table td {
        display: block;
    }

    #page-entry-form .backbtnbox .backbtn {
        width: 100%;
        font-size: 22px;
    }

    #page-entry-form .submitbox .submitentry {
        width: 100%;
        font-size: 22px;
    }
}

/********************************************
 *  entry guideline
 * ******************************************/
#page-entry-guideline .nav-tabs .nav-link {
    width: 30%;
    margin-right: 10px;
    text-align: center;
    color: #ccc;
    background: #eee;
}

#page-entry-guideline .nav-tabs .nav-link.active {
    color: #000;
    background: #fff;
}

#page-entry-guideline .box {
    padding: 15px;
}

#page-entry-guideline .tab-content {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 50px;
}

#page-entry-guideline h3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 30px;
    border-left: 10px solid #000;
    padding-left: 10px;
}

#page-entry-guideline table.entry-guide-table>tbody>tr>th {
    word-break: keep-all;
    background: #eee;
    padding: 30px;
}

#page-entry-guideline table.entry-guide-table>tbody>tr>td {
    padding: 30px;
}

#page-entry-guideline table.entry-guide-table td table th {}

#page-entry-guideline .entry_cnt {
    margin-bottom: 30px;
}

#page-entry-guideline .entry_btn {
    margin-bottom: 30px;
    margin-top: 30px;
}

#page-entry-guideline .entry_btn a {
    background: #000;
    color: #fff;
    padding-left: 4em;
    padding-right: 4em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    display: inline-block;
    position: relative;
}

#page-entry-guideline .entry_btn a:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
    left: 10px;
    top: 15px;
}

#page-entry-guideline .entry_btn a:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
    left: 6px;
    top: 15px;
}

#page-entry-guideline .img {
    width: 40%;
}

@media(max-width:767px) {

    #page-entry-guideline table.entry-guide-table>tbody>tr>th,
    #page-entry-guideline table.entry-guide-table>tbody>tr>td {
        display: block;
        padding: 15px;
    }

    #page-entry-guideline .img {
        width: 100%;
    }
}

#page-entry-guideline ul {
    font-size: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

#page-entry-guideline ul li {
    width: 25%;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 15px;
}

#page-entry-guideline ul li span {
    font-size: 12px;
}

#page-entry-guideline ul li:not(:last-child) {
    position: relative;
}

#page-entry-guideline ul li:not(:last-child):before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    box-sizing: border-box;
    border-width: 20px;
    right: -39px;
    top: 25px;
    z-index: 1;
}

#page-entry-guideline ul li:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-color: transparent transparent transparent #ccc;
    position: absolute;
    box-sizing: border-box;
    border-width: 20px;
    right: -42px;
    top: 25px;
}

#page-entry-guideline ul li .step {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 15px;
    text-decoration: underline;
}

#page-entry-guideline ul li .step_cnt {
    padding-left: 15px;
}

@media(max-width:767px) {
    #page-entry-guideline ul {
        border-left: 10px solid #eee;
        padding-left: 43px;
    }

    #page-entry-guideline ul li {
        margin-left: -30px;
        list-style: none;
        position: relative;
        margin-bottom: 30px;
        padding-left: 10px;
        padding-bottom: 30px;
        border: 1px solid #eee;
        width: 100%;
    }

    #page-entry-guideline ul li:before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 10px;
        background: #000;
        left: -20px;
        top: 23px;
        border: none;
    }

    #page-entry-guideline ul li:not(:last-child):before {
        width: 10px;
        height: 10px;
        border-radius: 10px;
        background: #000;
        left: -20px;
        top: 23px;
        border: none;
    }

    #page-entry-guideline ul li:after {
        content: "";
        display: inline-block;
        width: 10px;
        height: 1px;
        border: 1px solid #000;
        left: -11px;
        top: 27px;
        position: absolute;
        border-right: none;
        border-left: none;
        border-top: none;
    }

    #page-entry-guideline ul li:not(:last-child):after {
        width: 10px;
        height: 1px;
        border: 1px solid #000;
        left: -11px;
        top: 27px;
        position: absolute;
        border-right: none;
        border-left: none;
        border-top: none;
        right: auto;
    }

    #page-entry-guideline ul li .step {
        margin-bottom: 15px;
        font-weight: bold;
        font-size: 22px;
    }
}

/*********************************
 *  page-support
 * ********************************/
#page-support .case1 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
}

#page-support .case2 {
    padding-top: 30px;
    border-top: 1px solid #ccc;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
}

.support_btn {
    border: 1px solid #000;
    padding: 1px;
    width: 45%;
    margin: 30px auto 40px;
}

.support_btn a {
    width: 100%;
    display: inline-block;
    color: #000;
    border: 1px solid #000;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
    font-size: 20px;
    background: #fff;
}

/*********************************
 *  page
 *  invodownload
 **********************************/
#page-invodownload {
    padding-bottom: 50px;
}

#page-invodownload h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 30px;
}

#page-invodownload a {
    word-break: break-all;
}

#page-invodownload img {
    width: 60%;
}

#page-invodownload h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 30px;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
}

@media(max-width:767px) {
    #page-invodownload img {
        width: 100%;
    }
}
/******************
 *  company_sengen
*******************/
#company_sengen img{
	width:50%;
	margin:0 auto;
}