@charset 'utf-8';
* {
    box-sizing: border-box;
}

body {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 16px;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #212121;
    color: rgba(0, 0, 0, .87);
    background-color: #f5f5f5;
}

form,
p,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

a img {
    border: 0;
}

img {
    vertical-align: middle;
}

/*
body > #header-area:before {
	content :"DEV";
	display:block;
	position:fixed;
	left:0;
	top:0;
	padding:0 5px;
	font-size:11px;
	background:#ff0000;
	color:#fff;
	z-index:1000;
}
*/

/* リンクカラー
========================================================================== */

a:link {
    text-decoration: none;
    color: #f44336;
}

a:active {
    text-decoration: none;
    color: #f44336;
}

a:visited {
    text-decoration: none;
    color: #f44336;
}

a:hover {
    text-decoration: underline;
    color: #f44336;
}

a:hover .panel,
a:active .panel {
    opacity: .8;
}

#main-area a:hover .thumb,
#main-area a:active .thumb {
    opacity: .8;
}


/* ヘルパークラス
========================================================================== */

.cfx:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ' ';
}

.cfx {
    display: inline-block;
    min-height: 1%;
}

* html .cfx {
    height: 1%;
}

.cfx {
    display: block;
}

.clr {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-left {
    text-align: left!important;
}

.text-right {
    text-align: right!important;
}

.text-center {
    text-align: center!important;
}

.text-justify {
    text-align: justify;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.disabled {
    pointer-events: none;
    opacity: .5;
}

.mb16 {
    margin-bottom: 16px!important;
}

.mb24 {
    margin-bottom: 24px!important;
}

.img-responsive {
    width: 100%;
}

.pc-invisible {
    display: none;
}

.img-bd {
    border: 1px solid #dedede;
}


/* テキストスタイル
========================================================================== */

.tex {
    font-size: 14px;
    line-height: 1.72;
    margin-bottom: 16px;
    text-align: left;
}


/* ヘッダー
========================================================================== */

#header-area {
    position: relative;
    z-index: 10001;
    width: 100%;
    min-width: 960px;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
}

#header {
    position: relative;
    z-index: 10002;
    width: 960px;
    height: 130px;
    margin: 0 auto;
    background-color: #fff;
}

#logo-corp {
    position: absolute;
    top: 17px;
    left: 0px;
}

#logo-corp img {
    height: 40px;
}


/* ヘッダー-ユーティリティナビ
========================================================================== */

#nav-util {
    position: absolute;
    top: 25px;
    right: 210px;
}

#nav-util ul {
    font-size: 0;
    margin: 0;
    padding-left: 0;
    list-style: none;
}

#nav-util ul li {
    font-size: 12px;
    line-height: 24px;
    display: inline-block;
    margin-left: 8px;
}

#nav-util ul li:first-child {
    margin-left: 0;
}

#nav-util ul li a {
    display: block;
    color: #9e9e9e;
}

#nav-util ul li a:hover,
#nav-util ul li a:active {
    text-decoration: none;
    color: #212121;
    color: rgba(0, 0, 0, .87);
}

#nav-util ul li a i {
    color: #f44336;
}

.active {
    display: block;
}


/* ヘッダー-ページ内検索
========================================================================== */

#nav-search-push {
    display: none;
}

#nav-search {
    position: absolute;
    top: 25px;
    right: 0;
}

#nav-search form {
    position: relative;
    width: 190px;
    height: 24px;
}

#nav-search input[type='text'] {
    line-height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 24px;
    padding: 2px 28px 2px 4px;
    border: none;
    border-radius: 2px;
    background-color: #eee;
}

#nav-search input[type='submit'] {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
    text-indent: -9999px;
    border: none;
    background: url(./img/nav-search-btn.gif) no-repeat left top;
}


/* グローバルナビゲーション
========================================================================== */

#gnav {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
}

#gnav ul {
    font-size: 0;
    margin: 0;
    padding-left: 0;
    list-style: none;
}

#gnav ul li.gnav01,
#gnav ul li.gnav02,
#gnav ul li.gnav03,
#gnav ul li.gnav04,
#gnav ul li.gnav05 {
    float: left;
    width: 192px;
    height: 40px;
}

#gnav ul li.gnav01 a,
#gnav ul li.gnav02 a,
#gnav ul li.gnav03 a,
#gnav ul li.gnav04 a,
#gnav ul li.gnav05 a {
    display: block;
    height: 40px;
    text-indent: -10000px;
    background-image: url(./img/gnav.gif);
    background-repeat: no-repeat;
}

#gnav ul li.gnav01 a {
    background-position: 0 0;
}

#gnav ul li.gnav02 a {
    background-position: -192px 0;
}

#gnav ul li.gnav03 a {
    background-position: -384px 0;
}

#gnav ul li.gnav04 a {
    background-position: -576px 0;
}

#gnav ul li.gnav05 a {
    background-position: -768px 0;
}

#gnav ul li.gnav01.active a,
#gnav ul li.gnav01 a:hover,
#gnav ul li.gnav01 a:active {
    background-position: 0 -40px;
}

#gnav ul li.gnav02.active a,
#gnav ul li.gnav02 a:hover,
#gnav ul li.gnav02 a:active {
    background-position: -192px -40px;
}

#gnav ul li.gnav03.active a,
#gnav ul li.gnav03 a:hover,
#gnav ul li.gnav03 a:active {
    background-position: -384px -40px;
}

#gnav ul li.gnav04.active a,
#gnav ul li.gnav04 a:hover,
#gnav ul li.gnav04 a:active {
    background-position: -576px -40px;
}

#gnav ul li.gnav05.active a,
#gnav ul li.gnav05 a:hover,
#gnav ul li.gnav05 a:active {
    background-position: -768px -40px;
}

#gnav-push,
#gnav ul li.gnav06,
#gnav ul li.gnav07,
#gnav ul li.gnav08,
#gnav ul li.gnav09,
#gnav ul li ul {
    display: none;
}


/* グローバルナビゲーション-ドロップダウン
========================================================================== */

#gnav-dropdown-area {
    position: absolute;
    z-index: 10002;
    top: 122px;
    left: 0;
    width: 100%;
    min-width: 960px;
    background-color: #37474f;
    box-shadow: 0 24px 12px -12px rgba(0, 0, 0, .6);
}

#gnav-dropdown {
    width: 960px;
    margin: 0 auto;
}

#gnav-dropdown ul {
    display: none;
    margin: 0;
    padding-left: 0;
    list-style: none;
}

#gnav-dropdown ul li {
    display: none;
    padding: 32px 0;
}

#gnav-dropdown ul li a {
    display: block;
    opacity: .85;
    background-color: #263238;
}

#gnav-dropdown ul li a i {
    color: #546e7a;
}

#gnav-dropdown ul li a:hover,
#gnav-dropdown ul li a:active {
    opacity: 1;
    background-color: #455a64;
}

.gnav-dropdown-hd {
    overflow: hidden;
    margin-bottom: 16px;
}

.gnav-dropdown-hd h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
    float: left;
    margin-right: 32px;
    color: #fff;
}

#gnav-dropdown ul li a.btn-gdm-top {
    font-size: 12px;
    line-height: 12px;
    float: left;
    padding: 5px 16px 5px 4px;
    color: #fff;
    border-radius: 2px;
}

#gnav-dropdown ul li a.btn-gdm-top:hover,
#gnav-dropdown ul li a.btn-gdm-top:active {
    box-shadow: none;
}

.gnav-dropdown-hd .icon-close {
    display: block;
    float: right;
    width: 32px;
    height: 32px;
}

.gnav-dropdown-hd .icon-close:hover,
.gnav-dropdown-hd .icon-close:active {
    cursor: pointer;
}

#gnav-dropdown a:hover,
#gnav-dropdown a:active {
    text-decoration: none;
}

#gnav-dropdown .thumb {
    background-color: transparent;
    box-shadow: none;
}

#gnav-dropdown .thumb-body {
    padding: 8px;
}

#gnav-dropdown .thumb-hd {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.72;
    text-align: left;
    color: #fff!important;
}

#gnav-dropdown .thumb-tex {
    font-size: 12px;
    text-align: left;
    color: #fff!important;
}

#gdm02 .col6.thumb {
    margin-bottom: 16px;
}

#gdm02 .col6:first-child .thumb:first-child {
    min-height: 324px;
}

#gdm03 .col8.thumb {
    overflow: hidden;
}

#gdm03 .col8.thumb .thumb-img,
#gdm03 .col8.thumb .thumb-body {
    display: table-cell;
    width: 50%;
    height: 286px; /*286px;*/ /*245px;*/
}

#gdm03 .col8.thumb .thumb-img {
    height: 327px; /*245px;*/
    background-image: url(./img/ir-img01.jpg);
    background-position: 100% 0;
    background-size: cover;
}

#gdm03 .col8.thumb .thumb-body {
    vertical-align: middle;
}

#gdm03 .col4 a {
    font-size: 14px;
    line-height: 2.86;
    display: inline-block;
    width: 100%;
    padding: 0 8px;
    text-align: left;
    color: #fff;
}

#gdm03 .col4 a + a {
    margin-top: 1px;
}

#gdm05 .col8.thumb {
    overflow: hidden;
}

#gdm05 .col8.thumb a {
    min-height: 195px;
}

#gdm05 .col8.thumb .thumb-img {
    height: 195px;
    background-image: url(./img/recruit-img01.jpg);
    background-position: 100% 0;
    background-size: cover;
}

#gdm05 .col8.thumb .thumb-img,
#gdm05 .col8.thumb .thumb-body {
    display: table-cell;
    width: 317px;
}

#gdm05 .col8.thumb .thumb-body {
    vertical-align: middle;
}


/* フッター
========================================================================== */

#footer-area {
    min-width: 960px;
    background-color: #37474f;
}

#footer {
    position: relative;
    width: 960px;
    margin: 0 auto;
}

#fnav-util-area {
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: left;
    background-color: #263238;
}

#fnav-util {
    width: 960px;
    margin: 0 auto;
}

#fnav-util ul {
    font-size: 0;
    margin: 0;
    padding-left: 0;
}

#fnav-util ul li {
    display: inline-block;
    margin-right: 16px;
}

#fnav-util ul li a {
    font-size: 14px;
    line-height: 1.72;
    display: block;
    color: #6d797f\9;/*IE8のみ*/
    color: rgba(255, 255, 255, .8);
}

#fnav-util ul li a:hover,
#fnav-util ul li a:active {
    text-decoration: none;
    color: #fff;
}

#fnav {
    padding-top: 32px;
    padding-bottom: 32px;
}

#fnav ul {
    overflow: hidden;
    margin: 0;
    padding-left: 0;
    list-style: none;
    text-align: left;
}

#fnav ul li {
    float: left;
    width: 20%;
    padding: 0 8px;
}

#fnav ul li .tgl {
    display: none;
}

#fnav ul li a {
    font-size: 13px;
    line-height: 1.84;
    display: inline-block;
    margin-bottom: 16px;
    color: #6d797f\9;/*IE8のみ*/
    color: rgba(255, 255, 255, .8);
}

#fnav ul li a:hover,
#fnav ul li a:active {
    text-decoration: none;
    color: #fff;
}

#fnav ul li ul li {
    width: 100%;
    padding: 0;
}

#fnav ul li ul li a {
    font-weight: normal;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .3);
}

#fnav ul li ul li a:hover,
#fnav ul li ul li a:active {
    text-decoration: none;
}

#copyrioght {
    font-size: 10px;
    padding-top: 8px;
    padding-bottom: 32px;
    color: #6d797f\9;/*IE8のみ*/
    color: rgba(255, 255, 255, .3);
}

.pagetop {
    position: absolute;
    top: -80px;
    right: 0;
}

.pagetop a {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-image: url(./img/pagetop-bg.png)\9;/*IE8のみ*/
    background-repeat: no-repeat\9;/*IE8のみ*/
    background-color: #fff;
    background-color: transparent\9;/*IE8のみ*/
    box-shadow: 0 2px 1px rgba(0, 0, 0, .1), 0 0 1px rgba(0, 0, 0, .1);
}

.pagetop a img {
    width: 40px;
    margin-top: 4px;
}

#logo-corp-foot img {
    height: 32px;
}


/* オーバーレイ表示
========================================================================== */

.overlay {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #000;
    background-color: transparent\9;/*IE8のみ*/
    background-image: url(./img/bg-bk-op5.png)\9;/*IE8のみ*/
}

.visible {
    display: block;
    -webkit-animation-name: fade-in;
    -moz-animation-name: fade-in;
    animation-name: fade-in;
    -webkit-animation-duration: .2s;
    -moz-animation-duration: .2s;
    animation-duration: .2s;
    opacity: .7;
}

@keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: .7;
    }
}

@-moz-keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: .7;
    }
}

@-webkit-keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: .7;
    }
}

/* メイン
========================================================================== */

#main-area {
    min-width: 960px;
    min-height: 300px;
}

#main {
    overflow: hidden;
    width: 960px;
    margin: 0 auto;
    padding: 32px 2px;
}

#article-area {
    float: left;
    width: 75%;
}

#side-area {
    float: left;
    width: 25%;
    padding-left: 16px;
}

.section-bg-lightgray {
    min-width: 960px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background-color: #eee;
}

.section {
    width: 960px;
    margin: 0 auto;
    padding-top: 32px;
    padding-bottom: 32px;
}

.section-hd-img {
    margin-top: -32px;
    margin-right: -32px;
    margin-bottom: 32px;
    margin-left: -32px;
}

.section-img {
    margin-top: -32px;
    margin-right: -32px;
    margin-left: -32px;
}

#article-area .section {
    width: 100%;
}

.row {
    overflow: hidden;
    margin-right: -8px;
    margin-left: -8px;
    padding-bottom: 2px;
}

.row + .row {
    margin-top: 14px;
}

.row .col1 {
    width: 100%;
    padding: 0 8px;
}

.row .col1 a:active,
.row .col1 a:hover {
    text-decoration: none;
}

.row .col3 {
    float: left;
    width: 25%;
    padding: 8px;
}

.row .col3 a:hover,
.row .col3 a:active {
    text-decoration: none;
}

.row .col4 {
    float: left;
    width: 33.333333%;
    padding: 0 8px;
}

.row .col4 a:hover,
.row .col4 a:active {
    text-decoration: none;
}

.row .col6 {
    float: left;
    width: 50%;
    padding: 0 8px;
}

.row .col8 {
    float: left;
    width: 66.5%;
    padding: 0 8px;
}


/* ローカルナビ
========================================================================== */

.local-nav {
    margin-bottom: 16px;
    background-color: #fff;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .1), 0 0 1px rgba(0, 0, 0, .1);
}

.local-nav ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.local-nav ul li {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

.local-nav ul li a {
    display: block;
    padding: 8px 16px;
    color: #212121;
    color: rgba(0, 0, 0, .87);
}

.local-nav ul li a:hover,
.local-nav ul li a:active {
    text-decoration: none;
    color: #000;
    background-color: #eceff1;
}

.local-nav ul li.current_page_item {
    background-color: #cfd8dc;
}

.local-nav ul li.current_page_item a:hover,
.local-nav ul li.current_page_item a:active {
    background-color: #90a4ae;
}

.local-nav h4 {
    background-color: #455a64;
}

.local-nav h4 a {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.72;
    display: block;
    padding: 16px;
    text-align: left;
    color: #fff;
}

.local-nav h4 a:hover,
.local-nav h4 a:active {
    text-decoration: none;
    background-color: #263238;
}


/* ボックの見栄え
========================================================================== */

.panel {
    padding: 16px;
    background-color: #fff;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .1), 0 0 1px rgba(0, 0, 0, .1);
}

#article-area > .panel {
    padding: 0 32px;
}

.panel-hd {
    font-size: 14px;
    line-height: 1.72;
    text-align: left;
    color: #212121;
    color: rgba(0, 0, 0, .87);
}

.panel-hd i {
    color: #f44336;
}

.panel-tex {
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    color: #212121;
    color: rgba(0, 0, 0, .87);
}

.thumb {
    background-color: #fff;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .1), 0 0 1px rgba(0, 0, 0, .1);
}

.thumb-body {
    padding: 16px;
}

.thumb-hd {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #212121;
    color: rgba(0, 0, 0, .87);
}

.thumb-hd i {
    color: #f44336;
}

.thumb-tex {
    font-size: 12px;
    text-align: left;
    color: #212121;
    color: rgba(0, 0, 0, .87);
}


/* 見出し
========================================================================== */

.section-tit {
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 16px;
    text-align: left;
}

.section-tit-bd {
    padding-bottom: 8px;
    background-image: url(./img/section-tit-bd.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
}

.section-tit small {
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    margin-left: 16px;
    color: #f44336;
}

.page-tit-area {
    min-width: 960px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center right;
    border-bottom: 1px solid #dedede;
}

.page-tit {
    font-size: 32px;
    font-weight: normal;
    line-height: 32px;
    width: 960px;
    margin: 0 auto;
    padding: 40px 0;
    text-align: left;
}

.page-tit small {
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    margin-left: 16px;
}

#development .section-tit {
	margin-bottom:40px;
}

/* ボタン
========================================================================== */

.btn {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 2px;
}

.btn-xs {
    font-size: 10px;
    line-height: 1.5;
    padding: 2px 8px;
}

.btn:hover,
.btn:active {
    box-shadow: 0 2px 1px rgba(0, 0, 0, .1), 0 0 1px rgba(0, 0, 0, .1);
}

.btn-gray {
    color: #fff!important;
    background-color: #424242;
}

.btn-gray:hover,
.btn-gray:active {
    text-decoration: none;
    background-color: #616161;
}

.btn-lightgray {
    color: #9e9e9e!important;
    border: 1px solid #e0e0e0;
    background-color: #f5f5f5;
}

.btn-lightgray:hover,
.btn-lightgray:active {
    text-decoration: none;
}

.btn-blue {
    color: #fff!important;
    background-color: #263238;
}

.btn-blue:hover,
.btn-blue:active {
    text-decoration: none;
    background-color: #37474f;
}

.btn-lightblue {
    color: #fff!important;
    background-color: #607d8b;
}

.btn-lightblue:hover,
.btn-lightblue:active {
    text-decoration: none;
    background-color: #78909c;
}


/* バナーエリア-ページ下
========================================================================== */

.bnr-list {
    font-size: 0;
    overflow: hidden;
    margin-right: -8px;
    margin-left: -8px;
    padding: 0;
    list-style: none;
    text-align: left;
}

.bnr-list li {
    font-size: 16px;
    display: inline-block;
    width: 20%;
    padding: 4px;
    text-align: center;
    vertical-align: middle;
}

.bnr-list li a {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #cecece;
    background-color: #fff;
}

.bnr-list li a img {
    width: 100%;
}


/* .bnr-list li.ic {
    font-size: 16px;
    display: inline-block;
    width: 15%;
    padding: 4px;
} */

.bnr-list li.ic a {
    position: relative;
    display: block;
    text-align: center;
    border: 0px;
    background: none;
    color: rgba(0, 0, 0, .57);
    height:93px;
    font-size:0.85em;
    line-height:93px;
}

.bnr-list li.ic a:hover,
.bnr-list li.ic a:active {
    color: rgba(0, 0, 0, .57);
}

.bnr-list li.ic a img {
    width: 50px;
    margin:0 10px;
}

/* TOPページ
========================================================================== */
#top-service{
    background-color: #eee;
}


#top-service .panel img {
    margin-bottom: 16px;
}

.info-top {
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 16px;
    padding-bottom: 16px;
    text-align: left;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.info-top dt,
.info-top dd {
    font-size: 14px;
    line-height: 1.72;
    padding-top: 16px;
}

.info-top dt {
    float: left;
    width: 100px;
    color: #666;
}

.info-top dt i {
    color: #f44336;
}

.info-top dt .label-cat {
    display: inline-block;
}

.info-top dt .label-cat a {
    font-size: 12px;
    line-height: 1;
    display: block;
    width: 76px;
    padding: 2px 0;
    text-align: center;
    color: #fff;
    background-color: #f44336;
}

.info-top dt .label-cat a:hover,
.info-top dt .label-cat a:active {
    text-decoration: none;
    background-color: #f45e53;
}

.info-top dd {
    display: table-cell;
}

.info-top dd a {
    color: #212121;
    color: rgba(0, 0, 0, .87);
}


/* パンくずリスト
========================================================================== */

#pankuzu-area {
    min-width: 960px;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
}

#pankuzu {
    width: 960px;
    margin: 0 auto;
    padding: 4px 0;
}

#pankuzu ul {
    font-size: 0;
    padding-left: 0;
    list-style: none;
    text-align: left;
}

#pankuzu ul li {
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    padding: 0 0 0 20px;
    background-image: url(./img/pankuzu-arrow.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
}

#pankuzu ul li:first-child {
    padding: 0;
    background: none;
}

#pankuzu ul li a {
    display: block;
    color: #9e9e9e;
}

#pankuzu ul li a:hover,
#pankuzu ul li a:active {
    text-decoration: none;
    color: #212121;
    color: rgba(0, 0, 0, .87);
}


/* 下層キービジュアル
========================================================================== */

.tit-bg-corporate,
.tit-bg-mission,
.tit-bg-greeting,
.tit-bg-outline,
.tit-bg-history,
.tit-bg-safety,
.tit-bg-quality-assurance,
.tit-bg-about-us,
.tit-bg-corporate-profile,
.tit-bg-our-history,
.tit-bg-investor-information,
.tit-bg-business-structure {
    background-image: url(./img/tit-bg-corporate.jpg);
}

.tit-bg-csr,
.tit-bg-corporate-social-responsibility {
    background-image: url(./img/tit-bg-csr.jpg);
}

.tit-bg-recruit,
.tit-bg-graduate,
.tit-bg-career,
.tit-bg-partner {
    background-image: url(./img/tit-bg-recruit.jpg);
}


.tit-bg-holder,
.tit-bg-shousyu,
.tit-bg-tsushin,
.tit-bg-disclosure,
.tit-bg-yu,
.tit-bg-ir-topics,
.tit-bg-ir,
.tit-bg-zaimu,
.tit-bg-koukoku,
.tit-bg-kaiji,
.tit-bg-cal {
    background-image: url(./img/tit-bg-ir.jpg);
}

.tit-bg-products {
    background-image: url(./img/tit-bg-products.jpg);
}

.tit-bg-service,
.tit-bg-development {
    background-image: url(./img/tit-bg-service.jpg);
}


/* 事業概要TOPページ
========================================================================== */

#service-top .row .col1 .thumb {
    overflow: hidden;
}

#service-top .row .col1 .thumb-img {
    float: left;
    width: 30%;
}

#service-top .row .col1 .thumb-body {
    display: table-cell;
    width: 10000px;
}

#service-top .row .col1 .thumb-body .thumb-tex {
    font-size: 13px;
    line-height: 1.846;
}


/* 会社概要TOPページ
========================================================================== */

#corporate-top .row .col1 .thumb {
    overflow: hidden;
}

#corporate-top .row .col1 .thumb-img,
#corporate-top .row .col1 .thumb-body {
    display: table-cell;
    width: 50%;
}

#corporate-top .row .col1 .thumb-body {
    vertical-align: middle;
}


/* MISSIONページ
========================================================================== */

#mission .sub-tit-mission {
    text-align: left;
    font-size: 32px;
    text-align: left;
    margin-bottom: 16px;
}

#mission .tex-m,
#vision .tex-m {
    font-size: 16px;
    line-height: 1.5;
}


/* ローカルナビ
========================================================================== */

.widget-container {
    margin-bottom: 16px;
    background-color: #fff;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .1), 0 0 1px rgba(0, 0, 0, .1);
}

.widget-container h4 {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.72;
    padding: 16px;
    text-align: left;
    background-color: #cfd8dc;
}

.widget-container ul {
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    padding: 16px 0;
    list-style: none;
    text-align: left;
}

.widget-container ul li {
    margin-top: 8px;
    padding: 0 16px;
}

.widget-container ul li:first-child {
    margin-top: 0;
}

.widget-container ul li a {
    display: block;
    color: #212121;
    color: rgba(0, 0, 0, .87);
}

.widget-container ul li a:hover,
.widget-container ul li a:active {
    text-decoration: none;
    color: #000;
}


/* 投稿
========================================================================== */

.postlist {
    padding: 32px 0 0 0;
}

.postlist ul {
    font-size: 14px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 24px;
}

.postlist ul li {
    padding: 8px 0;
    text-align: left;
}

.postlist ul li:first-child {
    padding-top: 0;
}

.postlist ul li + li {
    border-top: 1px solid #dedede;
}

.postlist ul li a {
    display: block;
    overflow: hidden;
    color: #212121;
    color: rgba(0, 0, 0, .87);
}

.postlist ul li a:hover,
.postlist ul li a:active {
    text-decoration: none;
    color: #000;
}

.postlist ul li a .listthumb {
    float: left;
    width: 64px;
}

.postlist ul li a .listbody {
    display: table-cell;
    width: 1000px;
    padding-left: 8px;
}

.postlist .plist {
    font-size: 14px;
    line-height: 1.72;
}

.postlist .tidesc {
    font-size: 12px;
    line-height: 1;
    display: block;
    color: #666;
}

.postlist .tidesc a {
    display: inline-block;
    color: #f44336;
}

.post {
    padding-top: 32px;
}

.post .title {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.25;
    margin-bottom: 4px;
    text-align: left;
}

.blog_info {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 16px;
    text-align: left;
}

.kiji {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 32px;
}

.kiji p {
    text-align: left;
}

.kiji img {
	max-width:100%;
	margin-bottom:20px;
	display:block;
}


.nav-below,
#pager {
    font-size: 0;
    overflow: hidden;
    margin-right: -32px;
    margin-left: -32px;
    text-align: right;
    border-top: 1px solid #e0e0e0;
}

#pager a,
#pager span,
.nav-previous a,
.nav-next a {
    font-size: 14px;
    line-height: 2.571;
    display: inline-block;
    padding: 0 16px;
    color: #999;
    border-left: 1px solid #e0e0e0;
}

.nav-previous a:hover,
.nav-previous a:active,
.nav-next a:hover,
.nav-next a:active,
#pager a:hover,
#pager a:active,
#pager span:hover,
#pager span:active {
    text-decoration: none;
    color: #212121;
    color: rgba(0, 0, 0, .87);
    background-color: #f8f8f8;
}

#pager span.current,
#pager span.current:hover,
#pager span.current:active {
    background-color: #f8f8f8;
}

.alert {
    font-size: 14px;
    line-height: 1.72;
    margin-bottom: 32px;
    padding: 8px;
    text-align: center;
    border-radius: 1px;
}

.nav-below .btn {
    padding: 0;
}


/* 検索フォーム
========================================================================== */

.search-cont {
    width: 100%;
    margin: 0 auto 32px auto;
}

.search-cont form {
    position: relative;
    width: 100%;
    height: 40px;
}

.search-cont input[type='text'] {
    font-size: 14px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    padding: 2px 48px 2px 8px;
    border: none;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    background-color: #eee;
    box-shadow: none;
    -webkit-appearance: none;
}

.search-cont input[type='submit'] {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-indent: -9999px;
    border: none;
    background: url(./img/nav-search-btn-sp.png) no-repeat left top;
    background-size: 40px;
    border-radius: 0;
}


/* サイトマップページ
========================================================================== */

#sitemap {
    overflow: hidden;
    padding: 16px;
    background-color: #fff;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .1), 0 0 1px rgba(0, 0, 0, .1);
    margin: 32px auto;
}

.pagenav,
.categories {
    background-color: #f8f8f8;
    padding: 0 16px 16px 16px;
}

#sitemap ul {
    font-size: 14px;
    line-height: 1.72;
    overflow: hidden;
    padding-left: 0;
    list-style: none;
    text-align: left;
}

#sitemap ul {
    width: 50%;
    float: left;
    padding: 8px;
    margin: 0;
}

#sitemap ul li {
    display: block;
    width: 100%;
    margin: 0;
}

.page_item_has_children {
    margin-bottom: 16px!important;
}

#sitemap ul li a {
    display: block;
    width: 100%;
    padding-left: 16px;
    color: #212121;
}

#sitemap ul li ul {
    width: 100%;
    float: none;
    padding: 0;
}

#sitemap ul li ul li {
    margin-bottom: 0;
}

#sitemap ul li ul li ul {
    padding-left: 16px;
}

#sitemap ul li ul li a {
    padding-left: 16px;
    background-image: url(./img/icon-arrow-right.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
}

.subheader {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 4px;
    margin-bottom: 16px;
    display: block;
    margin-right: -16px;
    margin-left: -16px;
    margin-top: 0;
    background-color: #455a64;
    padding: 8px 16px;
    color: #fff;
}

.page-item-291 {
    display: none!important;
}


/* プライバシーポリシーページ
========================================================================== */

#privacy .panel {
    padding: 32px;
}

#privacy .panel dl {
    text-align: left;
}

#privacy .panel dl dt,
#privacy .panel dl dd {
    text-align: left;
}

#privacy .panel dl dt {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.72;
}

#privacy .panel dl dd {
    font-size: 14px;
    line-height: 1.72;
    margin-bottom: 32px;
    margin-left: 0;
}

#privacy .panel dl dd:last-child {
    margin-bottom: 0;
}

#privacy .panel dl dd .contact-info {
    margin-top: 16px;
    padding: 32px;
    background-color: #f5f5f5;
}

#privacy .panel dl dd .contact-info h4 {
    font-size: 14px;
    line-height: 1.72;
}

#privacy .panel dl dd .contact-info p {
    font-size: 12px;
    margin-bottom: 16px;
}


/* 会社情報ページ
========================================================================== */

.tab-nav {
    font-size: 0;
    overflow: hidden;
    margin-right: -32px;
    margin-left: -32px;
    padding-left: 0;
    list-style: none;
    text-align: left;
}

.tab-nav li {
    display: inline-block;
    width: 33.33333%;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    border-top: 2px solid transparent;
}

.tab-nav li.tab-active {
    border-top: 2px solid #455a64;
    border-bottom: 1px solid #fff;
}

.tab-nav li a {
    font-size: 13px;
    font-weight: bold;
    line-height: 54px;
    display: block;
    height: 54px;
    color: #212121;
    color: rgba(0, 0, 0, .87);
    border-left: 1px solid #e0e0e0;
}

.tab-nav li:first-child a {
    border-left: none;
}

.tab-nav li a:hover,
.tab-nav li a:active {
    text-decoration: none;
    background-color: #f8f8f8;
}

.tab-nav li a i {
    color: #f44336;
}

.tab-content {
    display: none;
}

#map-kyoten {
    height: 360px;
    margin-bottom: 32px;
}

.btn-gmap {
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    margin-top: 8px;
}

.btn-gmap:hover {
    background-color: #fafafa;
    text-decoration: none;
}


/* 会社情報ページ 会社概要
========================================================================== */
#outline-company{
    position: relative;
}

#outline-company .btn-link-pdf{
    position: absolute;
    top:32px;
    right: 0;
    display: block;
    font-size: 13px;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    font-size: 10px;
    line-height: 1.5;
    padding: 2px 8px;
}

#outline-company .btn-link-pdf:hover,
#outline-company .btn-link-pdf:active {
    box-shadow: 0 2px 1px rgba(0, 0, 0, .1), 0 0 1px rgba(0, 0, 0, .1);
    text-decoration: none;
}

#outline-company table {
    font-size: 13px;
    line-height: 1.72;
    width: 100%;
    text-align: left;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}

#outline-company table th,
#outline-company table td {
    padding: 8px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

#outline-company table th {
    /*font-weight: normal;*/
    width: 220px;
    background-color: #f8f8f8;
}

#outline-company table td small {
    line-height: 1;
    display: block;
}


/* 会社情報ページ 役員構成
========================================================================== */

#outline-yakuin table {
    font-size: 14px;
    text-align: left;
}

#outline-yakuin dl {
    font-size: 13px;
    line-height: 1.72;
    overflow: hidden;
    margin: 0;
    margin-bottom: 32px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background-color: #f8f8f8;
    width: 100%;
}

#outline-yakuin dl:last-child {
    margin-bottom: 0;
}

#outline-yakuin dl dt {
    float: left;
    width: 500px;
    padding: 8px;
    border-top: 1px solid #e0e0e0;
    font-weight: bold;
}

#outline-yakuin dl dt small {
    line-height: 1.25;
    display: inline-block;
    letter-spacing: .08em;
    margin-left: 8px;
}
#outline-yakuin dl dt i {
    font-size:0.7rem;
    line-height: 1.25;
    display: inline-block;
    letter-spacing: .08em;
    font-style: normal;
    /* margin-left: 8px; */
}

#outline-yakuin dl dt small.na-ml {
    margin-left: 0;
}

#outline-yakuin dl dd {
    padding: 8px 8px 0 8px;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background-color: #fff;
    margin-left: 500px;
}

#outline-yakuin dl dd:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ' ';
    font-size: 0;
}

#outline-yakuin dl dd small {
    line-height: 1.25;
    display: block;
    margin-bottom: 8px;
    letter-spacing: .08em;
}

#outline-yakuin .sub-tit {
    font-size: 14px;
    font-weight: lighter;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: left;
}


/* 会社情報ページ 事業拠点
========================================================================== */

#outline-kyoten .sub-tit {
    font-size: 14px;
    font-weight: lighter;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: left;
}

.kanren,
.koujo,
.jigyo {
    font-size: 13px;
    line-height: 1.72;
    width: 100%;
    text-align: left;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}

.koujo,
.jigyo {
    margin-bottom: 32px;
}

.kanren th,
.koujo th,
.jigyo th {
    /*font-weight: normal;*/
    width: 220px;
    padding: 8px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background-color: #f8f8f8;
}

.table-curr,
.table-curr th,
.kanren tr:hover,
.koujo tr:hover,
.jigyo tr:hover,
.kanren tr:hover th,
.koujo tr:hover th,
.jigyo tr:hover th {
    cursor: pointer;
    background-color: #eee;
}

.kanren td,
.koujo td,
.jigyo td {
    padding: 8px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.koujo th small {
    line-height: 1.25;
    display: block;
    letter-spacing: .08em;
}

.tel-num {
    display: inline-block;
    margin-right: 16px;
}

.kanren td .tex-addr,
.koujo td .tex-addr,
.jigyo td .tex-addr {
    display: block;
}

.kanren td .tex-tel,
.koujo td .tex-tel,
.jigyo td .tex-tel {
    margin-right: 16px;
}


/* 沿革
========================================================================== */

#history-comsa {
    padding-top: 8px!important;
}

#history-comsa .tex {
    margin-bottom: 32px;
}

.tab-nav-history li a {
    font-size: 12px;
}

.history-tb {
    font-size: 13px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}

.history-tb th,
.history-tb td {
    padding: 8px;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

.history-tb td.year {
    width: 172px;
    text-align: left;
    vertical-align: top;
    background-color: #f8f8f8;
}

.history-tb td.date {
    width: 48px;
    padding-right: 4px;
    padding-left: 4px;
    text-align: right;
    vertical-align: top;
    background-color: #f8f8f8;
}

.history-tb td.word {
    vertical-align: top;
}

.history-tb ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.hist-anc-area {
    background-image: url(./img/bg-hist-anc-area.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.history-anc {
    margin: 0;
    list-style: none;
    padding-left: 0;
    font-size: 0;
    margin-bottom: 64px;
}

.history-anc li {
    width: 50%;
    display: inline-block;
    position: relative;
}

.history-anc li a {
    font-size: 13px;
    text-align: left;
    line-height: 50px;
    height: 50px;
    display: block;
    padding: 0 16px;
}

.history-anc li:first-child {}

.history-anc li:first-child a {
    margin-right: 1px;
    background-color: #cfd8dc;
}

.history-anc li:nth-child(2) a {
    margin-left: 1px;
    background-color: #b0bec5;
}

.history-anc li a {
    color: rgba(0, 0, 0, 0.870588)!important;
}

.history-anc li a small {
    position: absolute;
    right: 16px;
    top: 14px;
    padding: 0 4px 0 8px;
    line-height: 24px;
    height: 24px;
    display: block;
    background-color: rgba(255, 255, 255, .5);
}

.history-anc li a:hover,
.history-anc li a:active {
    text-decoration: none;
}

.history-anc-tex {
    margin-bottom: 32px;
    color: #455a64;
}

.history-anc-tit {
    background-color: #607d8b;
    font-weight: normal;
    font-size: 16px;
    padding: 16px;
    color: #fff;
}

#history-outline {
    padding-bottom: 0!important;
}

#history-outline .btn-link-pdf{
    float: right;
    display: inline-block;
    font-size: 13px;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    font-size: 10px;
    line-height: 1.5;
    padding: 2px 8px;
    margin-bottom: 16px;
}

#history-outline .btn-link-pdf:hover,
#history-outline .btn-link-pdf:active {
    box-shadow: 0 2px 1px rgba(0, 0, 0, .1), 0 0 1px rgba(0, 0, 0, .1);
    text-decoration: none;
}

.history-lt {
    font-size: 13px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}

.history-lt th,
.history-lt td {
    padding: 8px;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

.history-lt td.year {
    width: 72px;
    text-align: left;
    vertical-align: top;
    background-color: #f8f8f8;
}

.history-lt td.date {
    width: 48px;
    padding-right: 4px;
    padding-left: 4px;
    text-align: right;
    vertical-align: top;
    background-color: #f8f8f8;
}

.history-lt td.word {
    vertical-align: top;
    width: 242px;
}

.history-lt-hd {
    list-style: none;
    padding-left: 0;
    font-size: 0;
    margin-bottom: 64px;
    overflow: hidden;
    margin: 0 0 8px 0;
}

.history-lt-hd li {
    float: left;
    display: block;
    position: relative;
    font-size: 13px;
    text-align: left;
    line-height: 50px;
    height: 50px;
    display: block;
    padding: 0 16px;
}

.history-lt-hd li:first-child {
    background-color: #cfd8dc;
    width: 290px;
    margin-left: 72px;
}

.history-lt-hd li:nth-child(2) {
    background-color: #b0bec5;
    width: 288px;
    margin-left: 2px;
}


/* 安全・安心への取組み
========================================================================== */

#quality .sub-tit,
#sozai .sub-tit {
    font-size: 14px;
    line-height: 1.72;
    text-align: left;
}

#quality .sub-tit {
    padding: 0 0 8px 0;
    border-bottom: 2px solid #e0e0e0;
}

#quality {
    text-align: left;
}

#quality .row {
    margin-bottom: 32px;
}

#sozai .row .col6:first-child,
#quality .row .col6:first-child {
    width: 35%;
}

#sozai .row .col6:nth-child(2),
#quality .row .col6:nth-child(2) {
    width: 65%;
}

#quality .row .col6 p {
    margin-bottom: 0;
    vertical-align: top;
}

#quality dl {
    overflow: hidden;
    margin: 0 0 32px 0;
    border-bottom: 1px solid #e0e0e0;
}

#quality dl:last-child {
    margin-bottom: 0;
}

#quality dl dt,
#quality dl dd {
    font-size: 14px;
    line-height: 1.72;
    padding: 8px 0;
}

#quality dl dt {
    float: left;
    width: 228px;
    padding-right: 8px;
    border-top: 1px solid #e0e0e0;
}

#quality dl dd {
    display: table-cell;
    width: 1000px;
    margin-left: 0;
    padding-left: 8px;
    border-top: 1px solid #e0e0e0;
}

#quality dl dt:first-child,
#quality dl dt:first-child + dd {
    border-top: 0;
}

#sozai .row {
    margin-top: 32px;
    margin-bottom: 32px;
}

#sozai .row .col6 p {
    font-size: 13px;
    margin-bottom: 0;
}


/* 検索
========================================================================== */

#search-na .panel {
    padding-top: 64px;
    padding-right: 64px;
    padding-bottom: 64px;
    padding-left: 64px;
}


/* CSR
========================================================================== */

#csr-top > .panel {
    margin-bottom: 16px;
    padding: 32px;
}

#csr-top .row .col1 .thumb {
    overflow: hidden;
}

#csr-top .row .col1 .thumb-img {
    float: left;
    width: 30%;
}

#csr-top .row .col1 .thumb-body {
    display: table-cell;
    width: 10000px;
}

#csr-top .thumb-tex {
    font-size: 13px;
    line-height: 1.846;
    margin-bottom: 8px;
}

#csr-top .row .col1 .thumb-body ul {
    font-size: 12px;
    line-height: 1.72;
    margin: 0;
    padding-left: 0;
    list-style: none;
    text-align: left;
}

#csr-top .row .col1 .thumb-body ul li a {
    color: #212121;
    color: rgba(0, 0, 0, .87);
}

#csr-top .row .col1 .thumb-body ul li a i {
    margin-right: 4px;
    color: #f44336;
}

#csr-top .row .col1 .thumb-body ul li a .ymd {
    margin-right: 8px;
    color: #666;
}


/* 事業開発
========================================================================== */

#development-outline .tex {
    margin-bottom: 0;
}

#development .sub-tit {
    font-size: 14px;
    font-weight: lighter;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: left;
}

#development .tex-capt {
    font-size: 12px;
    line-height: 2;
    text-align: left;
}

hr {
    margin: 0;
    padding: 0;
    height: 1px;
    border: 0;
    background-color: #e0e0e0;
}


/* お問合せ
========================================================================== */

.contact-hd {
    width: 650px;
    margin: 32px auto 0 auto;
}

.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.wpcf7 select{
    font-size: 14px;
    line-height: 1.72;
    text-shadow: 0;
    border: 1px solid #dedede;
    padding: 4px 8px;
    width: 100%;
}

.contact-tb {
    width: 640px;
    margin: 0 auto 32px auto;
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
}

.contact-tb th {
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    position: relative;
}

.contact-tb th,
.contact-tb td {
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
    padding: 8px;
}

.contact-tb th {
    width: 240px;
    background-color: #f8f8f8;
}

.contact-tb th .hissu {
    font-size: 10px;
    background-color: #ffcccc;
    color: #f44336;
    font-weight: bold;
    letter-spacing: 0.02em;
    padding: 2px 8px;
    position: absolute;
    right: 16px;
    top: 14px;
}

#contact .btn-area{
    margin-bottom: 16px;
}

#contact .btn-area input[type="submit"] {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 2px;
    border: 0;
    background-color: #263238;
    color: #fff;
}

#contact .btn-area input[type="submit"]:hover,
#contact .btn-area input[type="submit"]:active {
    opacity: .8;
    cursor: pointer;
}


/* 採用
========================================================================== */

.section-recruit .partonar-recruit-info h3 {
    font-size: 14px;
    line-height: 1.72;
    text-align: left;
}

.section-recruit .partonar-recruit-info dl {
    margin: 0;
    overflow: hidden;
}

.section-recruit .partonar-recruit-info dl dt,
.section-recruit .partonar-recruit-info dl dd {
    font-size: 13px;
    line-height: 1.846;
    text-align: left;
}

.section-recruit .partonar-recruit-info dl dt {
    width: 100px;
    float: left;
}

.section-recruit .partonar-recruit-info dl dd {
    margin-left: 0;
}

.tb-recruit {
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    width: 100%;
}

.tb-recruit th,
.tb-recruit td {
    font-size: 13px;
    /*line-height: 1.84;*/
    text-align: left;
    padding: 8px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0
}

.tb-recruit td .sub-hd {
    width: 140px;
    display: table-cell;
    font-weight: bold;
}

.tb-recruit td .sub-bd {
    display: table-cell;
}

.tb-recruit th {
    width: 220px;
    background-color: #f8f8f8;
}


/* 投資家情報
========================================================================== */

.section-ir-list ul {
    list-style: none;
    text-align: left;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 32px;
}

.section-ir-list ul li a {
    display: block;
    padding: 8px 0;
    position: relative;
    display: table;
}

.section-ir-list ul li a .ymd {
    font-size: 13px;
    line-height: 1.846;
    display: inline-block;
    width: 90px;
    color: #666!important;
    display: table-cell;
}

.section-ir-list ul li a .bd {
    font-size: 13px;
    line-height: 1.846;
    display: table-cell;
    color: #212121;
}

.section-ir-list ul li a .label {
    font-size: 10px;
    border: 1px solid #f44336;
    padding: 1px 4px;
    display: inline-block;
    margin-left: 8px;
    vertical-align: text-top;
}

.section-ir-list ul li a:hover,
.section-ir-list ul li a:active {
    text-decoration: none;
    color: #000;
}

.section-ir-list ul li a:hover .label,
.section-ir-list ul li a:active .label,
.section-ir-list ul li a i {
    color: #f44336;
}

.section-ir-list .list-hd-group ul{
    margin-bottom: 32px;
}

.section-ir-list .list-hd-group ul li{
    display: inline-block;
    font-size: 12px;
    margin-right: 16px;
}

.section-ir-list .list-hd-group ul li a{
    display: block;
    color: #212121;
}

.section-ir-list .list-hd-group ul li a:hover,
.section-ir-list .list-hd-group ul li a:active{

}

.section-ir-cal dl {
    text-align: left;
    overflow: hidden;
    margin: 0;
}

.section-ir-cal dl dt,
.section-ir-cal dl dd {
    font-size: 13px;
    line-height: 1.846;
    padding: 8px 0;
}

.section-ir-cal dl dt {
    float: left;
    width: 90px;
    color: #666;
}

.section-ir-cal dl dd {
    margin-left: 0;
}

.section-ir-top .col3 .thumb .thumb-img {
    height: 96px;
    border-bottom: 1px solid #dedede;
}

.section-ir-top .col3 .thumb .thumb-img i {
    line-height: 96px;
    font-size: 48px;
    opacity: .4;
    color: #666!important;
}

.section-ir-cal .section-tit.section-tit-y,
.section-ir-list .section-tit.section-tit-y{
    font-size: 16px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dedede;
}

/* 英語
========================================================================== */

#en-gnav {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
}

#en-gnav ul {
    font-size: 0;
    margin: 0;
    padding-left: 0;
    list-style: none;
}

#en-gnav ul li.en-gnav01,
#en-gnav ul li.en-gnav02,
#en-gnav ul li.en-gnav03,
#en-gnav ul li.en-gnav04,
#en-gnav ul li.en-gnav05 {
    float: left;
    width: 192px;
    height: 40px;
}

#en-gnav ul li.en-gnav01 a,
#en-gnav ul li.en-gnav02 a,
#en-gnav ul li.en-gnav03 a,
#en-gnav ul li.en-gnav04 a,
#en-gnav ul li.en-gnav05 a {
    display: block;
    height: 40px;
    text-indent: -10000px;
    background-image: url(./img/en-gnav.gif);
    background-repeat: no-repeat;
}

#en-gnav ul li.en-gnav01 a {
    background-position: 0 0;
}

#en-gnav ul li.en-gnav02 a {
    background-position: -192px 0;
}

#en-gnav ul li.en-gnav03 a {
    background-position: -384px 0;
}

#en-gnav ul li.en-gnav04 a {
    background-position: -576px 0;
}

#en-gnav ul li.en-gnav05 a {
    background-position: -768px 0;
}

#en-gnav ul li.en-gnav01.active a,
#en-gnav ul li.en-gnav01 a:hover,
#en-gnav ul li.en-gnav01 a:active {
    background-position: 0 -40px;
}

#en-gnav ul li.en-gnav02.active a,
#en-gnav ul li.en-gnav02 a:hover,
#en-gnav ul li.en-gnav02 a:active {
    background-position: -192px -40px;
}

#en-gnav ul li.en-gnav03.active a,
#en-gnav ul li.en-gnav03 a:hover,
#en-gnav ul li.en-gnav03 a:active {
    background-position: -384px -40px;
}

#en-gnav ul li.en-gnav04.active a,
#en-gnav ul li.en-gnav04 a:hover,
#en-gnav ul li.en-gnav04 a:active {
    background-position: -576px -40px;
}

#en-gnav ul li.en-gnav05.active a,
#en-gnav ul li.en-gnav05 a:hover,
#en-gnav ul li.en-gnav05 a:active {
    background-position: -768px -40px;
}

#en-gnav ul li ul {
    display: none;
}

#top-message .tex {
    margin-bottom: 0;
}

#management-team .media {
    overflow: hidden;
    padding: 24px 0;
}

#management-team .media + .media {
    border-top: 1px solid #dedede;
}

#management-team .media .media-img {
    width: 96px;
    float: left;
}

#management-team .media .media-bd {
    margin-left: 112px;
}

#management-team .media .media-hd {
    font-size: 14px;
    line-height: 1.72;
    text-align: left;
}

#management-team .media .tex {
    font-size: 13px;
    line-height: 1.846;
    margin-bottom: 0;
}

.investor-info-list dt,
.investor-info-list dd {
    font-size: 13px;
    line-height: 1.846;
    text-align: left;
}

.investor-info-list dt {
    float: left;
    width: 100px;
}

.investor-info-list dd {
    display: table-cell;
}

.products-list-tit {
    text-align: left;
    font-size: 14px;
    line-height: 1.72;
    margin-bottom: 16px;
}

.products-list-bg {
    padding: 32px;
    background-color: #f9f5ec;
}

.products-list-bg ul {
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
    overflow: hidden;
}

.products-list-bg ul li {
    width: 33.3333%;
    float: left;
    margin-bottom: 16px;
}

.products-list-bg ul li img {
    width: 100%;
}

.section-international-division ul {
    list-style: none;
    overflow: hidden;
    margin-right: -8px;
    margin-left: -8px;
    padding: 0;
}

.section-international-division ul li {
    width: 33.3333%;
    float: left;
    padding: 0 8px;
}

.section-international-division ul li img {
    width: 100%;
}

.section-comsa-division .col4 h4,
.section-trading-division .col4 h4 {
    text-align: left;
    font-size: 13px;
    margin-bottom: 8px;
}

.section-comsa-division ul,
.section-trading-division ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
    min-height: 136px;
}

.section-comsa-division ul li,
.section-trading-division ul li {
    font-size: 13px;
    text-align: left;
}

.section-comsa-division .thumb-img-bg img,
.section-trading-division .thumb-img-bg img {
    vertical-align: middle;
    text-align: center;
}

.section-en-csr .row {
    margin-bottom: 16px;
}

.en-top .col6 {
    font-size: 13px;
    text-align: left;
}

.en-top .col6 dl {
    overflow: hidden;
}

.en-top .col6 dt {
    width: 100px;
    float: left;
}

.en-top .col6 dd {
    display: table-cell;
}

#en-keyv-area {
    background-image: url(./img/keyv-bg01.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

#en-keyv {
    text-indent: -100000px;
    width: 960px;
    height: 440px;
    background-image: url(./img/en-keyv.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 0 auto;
}

.directors-list {
    list-style: none;
}

.directors-list li a {
    color: #212121;
}

.directors-list li a:hover,
.directors-list li a:active {
    text-decoration: none;
}

#division-delsole .media {
    overflow: hidden;
}

#division-delsole .media .media-img {
    width: 200px;
    float: left;
    border: 1px solid #dedede;
    margin-right: 32px;
    padding: 16px;
}

#division-delsole .media .media-bd {
    display: table-cell;
}

.section-division .tex {
    margin-bottom: 0;
}

.section-delsole-divion .capt-tex,
.section-international-division .capt-tex,
.section-trading-division .capt-tex,
.section-comsa-division .capt-tex {
    font-size: 10px;
    font-weight: bold;
    line-height: 1.5;
    display: inline-block;
}

.section-international-division .img-responsive {
    margin-bottom: 8px;
}

.section-international-division li {
    margin-bottom: 16px;
}

.section-delsole-divion ul {
    overflow: hidden;
    list-style: none;
    padding-left: 0;
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 0;
}

.section-delsole-divion ul li {
    width: 33.3333%;
    float: left;
    padding: 0 8px;
    margin-bottom: 16px;
}

.section-en-policy .tex {
    margin-bottom: 0;
}

.section-en-policy .section-tit {
    line-height: 1.25;
}


.wpcf7-response-output,
.screen-reader-response{
    font-size: 16px;
    line-height: 1.5;
    /*background-color: #ffcccc;*/
    color: #f44336;
    width: 640px;
    border-radius: 1px;
    margin: 0 auto 16px auto !important;
    /*padding: 8px;*/
}


.recapt {
	display: inline-block;
}

.lindnt {
	margin-left:1em;
}

.kiji .centerp,
.centerp {
	margin:15px 0;
	text-align:center;
}
.kiji .leftp,
.leftp {
	margin:15px 0;
	text-align:left;
}
.kiji .rtx,
.rtx {
	margin:15px 0;
	text-align:right;
}


.post dl dt {
	width:4rem;
	float:left;
	text-align:left;
}
.post dl dd {
	margin-left:4rem;
	text-align:left;
}







.section-about23 {
	width:200px;
	margin-left:10px;
	float:right;
}
.section-about23 img {
	margin-bottom:5px;
}

.bold {
	font-weight: bold;
	margin-top:20px;
	margin-bottom:50px;
}
.cfx2 {
	overflow: hidden;
}