@charset "utf-8";
/* *****************************************************************************
共通スタイル記述変更
***************************************************************************** */
nav .g-navi li a {
    display: block;
    color: #000;
    font-weight: 700;
}

nav .g-navi li a:hover {
    color: #fff;
}

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

/* *****************************************************************************
PC用のスタイル記述
***************************************************************************** */

/* -----------------------------------------------------------------------------
COMPANY（会社概要table）
----------------------------------------------------------------------------- */
.g-content__outer {
    margin-top: 90px;
}

.company {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 96px 0px;
    background-color: #f9f6f2;
    border-bottom: solid 96px #fff;
}

.company__inner {
    max-width: 1200px;
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.company__inner .title-wrap {
    text-align: center;
    margin-bottom: 75px;
}

.company__inner .title-company {
    color: #333;
    font-size: 80px;
    letter-spacing: 8px;
    margin-bottom: 8px;
    font-weight: 500;
}

.company__inner .sub-title {
    color: #333;
    font-size: 30px;
    font-weight: 400;
}

.table__outer {
    padding-bottom: 80px;
    line-break: strict;
    word-break: break-word;
}

.table__outer table {
    border-top: solid 1px #9c9c9c;
    border-left: solid 1px #9c9c9c;
    border-bottom: solid 1px #9c9c9c;
    width: 100%;
    border-collapse: collapse;
}

.table__outer table tr th {
    background-color: #f4efe4;
    padding: 27px 24px;
    font-size: 16px;
    border-bottom: solid 1px #cbcbcb;
    line-height: 1.6;
    width: 20%;
    text-align: left;
    font-weight: 600;
}

.table__outer table tr td {
    background-color: #fff;
    padding: 27px 24px;
    font-size: 16px;
    border-bottom: solid 1px #cbcbcb;
    border-right: solid 1px #9c9c9c;
    line-height: 1.6;
    font-weight: 300;
}

.table__outer table tr:last-child th {
    background-color: #f4efe4;
    padding: 27px 24px;
    font-size: 16px;
    border-bottom: solid 1px #9c9c9c;
    line-height: 1.6;
    width: 20%;
    text-align: left;
    font-weight: 600;
}

.table__outer table tr:last-child td {
    background-color: #fff;
    padding: 27px 24px;
    font-size: 16px;
    border-bottom: solid 1px #9c9c9c;
    border-right: solid 1px #9c9c9c;
    line-height: 1.6;
    font-weight: 300;
}

/* *****************************************************************************
SP用のスタイル記述
***************************************************************************** */
@media screen and (max-width: 1120px){

.pc-only {
    display: none;
}

.sp-only {
    display: block;
}

/*-- パンくずリスト --*/
.lower .breadcrumb {
    top: 50px;
}

.g-content__outer {
    margin-top: 50px;
}

/* -----------------------------------------------------------------------------
SP__COMPANY（会社概要table）
----------------------------------------------------------------------------- */
.company {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 50px 0px;
    border-bottom: solid 50px #fff;
}

.company__inner {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.company__inner>.title-wrap {
    text-align: center;
    margin-bottom: 40px;
}

.company__inner .title-company {
    color: #333;
    font-size: 36px;
    letter-spacing: 3px;
    margin-bottom: 8px;
    font-weight: 500;
}

.company__inner .sub-title {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.table__outer {
    padding-bottom: 45px;
    line-break: strict;
    word-break: break-word;
}

.table__outer table tr td {
    background-color: #fff;
    padding: 15px 17px;
    font-size: 14px;
    border-bottom: solid 1px #cbcbcb;
    border-right: solid 1px #9c9c9c;
    line-height: 1.6;
    width: 100%;
    text-align: left;
    font-weight: 300;
}

.table__outer table tr:last-child td {
    background-color: #fff;
    padding: 15px 17px;
    font-size: 14px;
    border-bottom: solid 1px #9c9c9c;
    border-right: solid 1px #9c9c9c;
    line-height: 1.6;
}

.table__outer .fw {
    font-weight: 700;
}

.map iframe {
    height: 300px;
}

}

/* *****************************************************************************
TB用のスタイル記述（431px〜1120px）
***************************************************************************** */
@media screen and (min-width: 431px) and (max-width: 1120px) {

.table__outer table {
    width: 80%;
    margin: 0 auto;
}

.map  {
    width: 80%;
    margin: 0 auto;
}

.map iframe {
    height: 400px;
}

}

/* *****************************************************************************
カラー後付け
***************************************************************************** */
.bgcolor__white {
	background-color: #fff !important;
}

.bgcolor__beige {
    background-color: #f4efe4 !important;
}

.color__orange {
    color: #b94b00!important;
}

.color__red {
    color: #c8000a;
}

.ftcolor__navy {
	color: #001960;
}

