/*
Theme Name:   GPCustom
Theme URI:    https://noguchi-kikaku.com/
Description:  Noguchi Kikaku GP Customize
Author:       Noguchi Kikaku
Author URI:   https://noguchi-kikaku.com/
Template:     generatepress
Version:      0.1

ドキュメント：https://docs.generatepress.com/

■目次
・フォント設定
・基本設定
・ヘッダー
・ナビゲーション
・パンクズ
・サイドバー
・フッター
・コンタクトフォーム
・1行のお知らせ
・2行のお知らせ
・テーブル
・イメージ
・WP-PAGENAVI
・投稿メタ情報
・GP & Unsemantic調整
・Flexレイアウト
・ボタン装飾
・メディアクエリ
・追加のCSSはここから記載（tools.cssの上書きもここで）

■子テーマ内のcss/tools.css内で設定（必要なものを適宜当CSSで上書き）
・便利
・テキスト関連
・マージン上下左右
・パッディング上下左右
・横幅指定
・見出し・テキスト装飾
・リスト装飾
・Q&A装飾
・画像装飾
*/

@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Ramabhadra);
@import url('css/tools.css');
/* =========================================================
* フォント設定
========================================================= */
/*
Noto Sans CJK JP
https://www.google.com/get/noto/#sans-jpan
*/
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 100;
    src: url(font/NotoSansCJKjp-Thin-sub.woff2) format('woff2'),
        url(font/NotoSansCJKjp-Thin-sub.woff) format('woff'),
        url(font/NotoSansCJKjp-Thin-sub.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 200;
    src: url(font/NotoSansCJKjp-Light-sub.woff2) format('woff2'),
        url(font/NotoSansCJKjp-Light-sub.woff) format('woff'),
        url(font/NotoSansCJKjp-Light-sub.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 300;
    src: url(font/NotoSansCJKjp-DemiLight-sub.woff2) format('woff2'),
        url(font/NotoSansCJKjp-DemiLight-sub.woff) format('woff'),
        url(font/NotoSansCJKjp-DemiLight-sub.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url(font/NotoSansCJKjp-Regular-sub.woff2) format('woff2'),
        url(font/NotoSansCJKjp-Regular-sub.woff) format('woff'),
        url(font/NotoSansCJKjp-Regular-sub.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 500;
    src: url(font/NotoSansCJKjp-Medium-sub.woff2) format('woff2'),
        url(font/NotoSansCJKjp-Medium-sub.woff) format('woff'),
        url(font/NotoSansCJKjp-Medium-sub.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: url(font/NotoSansCJKjp-Bold-sub.woff2) format('woff2'),
        url(font/NotoSansCJKjp-Bold-sub.woff) format('woff'),
        url(font/NotoSansCJKjp-Bold-sub.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 900;
    src: url(font/NotoSansCJKjp-Black-sub.woff2) format('woff2'),
        url(font/NotoSansCJKjp-Black-sub.woff) format('woff'),
        url(font/NotoSansCJKjp-Black-sub.otf) format('opentype');
}

/*
Noto Serif CJK JP
https://www.google.com/get/noto/#serif-jpan
*/
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 200;
    src: url(font/NotoSerifCJKjp-ExtraLight-sub.woff2) format('woff2'),
        url(font/NotoSerifCJKjp-ExtraLight-sub.woff) format('woff'),
        url(font/NotoSerifCJKjp-ExtraLight-sub.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 300;
    src: url(font/NotoSerifCJKjp-Light-sub.woff2) format('woff2'),
        url(font/NotoSerifCJKjp-Light-sub.woff) format('woff'),
        url(font/NotoSerifCJKjp-Light-sub.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 400;
    src: url(font/NotoSerifCJKjp-Regular-sub.woff2) format('woff2'),
        url(font/NotoSerifCJKjp-Regular-sub.woff) format('woff'),
        url(font/NotoSerifCJKjp-Regular-sub.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 500;
    src: url(font/NotoSerifCJKjp-Medium-sub.woff2) format('woff2'),
        url(font/NotoSerifCJKjp-Medium-sub.woff) format('woff'),
        url(font/NotoSerifCJKjp-Medium-sub.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 600;
    src: url(font/NotoSerifCJKjp-SemiBold-sub.woff2) format('woff2'),
        url(font/NotoSerifCJKjp-SemiBold-sub.woff) format('woff'),
        url(font/NotoSerifCJKjp-SemiBold-sub.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 700;
    src: url(font/NotoSerifCJKjp-Bold-sub.woff2) format('woff2'),
        url(font/NotoSerifCJKjp-Bold-sub.woff) format('woff'),
        url(font/NotoSerifCJKjp-Bold-sub.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 900;
    src: url(font/NotoSerifCJKjp-Black-sub.woff2) format('woff2'),
        url(font/NotoSerifCJKjp-Black-sub.woff) format('woff'),
        url(font/NotoSerifCJKjp-Black-sub.otf) format('opentype');
}

/* =========================================================
* 基本設定
========================================================= */

body {
    font-family: 'Hiragino Kaku Gothic ProN', 游ゴシック, YuGothic, Meiryo, 'MS PGothic', sans-serif;
    /*font-family: 'Hiragino Mincho ProN', 游明朝, YuMincho, 'MS PMincho', sans-serif;*/
    /* カーニングの設定 */
    letter-spacing: 1.5px;
    font-feature-settings: "palt" 1;
    font-kerning: auto;
}
button, input, select, textarea {
    font-family: 'Hiragino Kaku Gothic ProN', 游ゴシック, YuGothic, Meiryo, 'MS PGothic', sans-serif;
    /*font-family: 'Hiragino Mincho ProN', 游明朝, YuMincho, 'MS PMincho', sans-serif;*/
}
/* 見出し（基本はカスタマイザーで設定） */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Hiragino Kaku Gothic ProN', 游ゴシック, YuGothic, Meiryo, 'MS PGothic', sans-serif;
    /*font-family: 'Hiragino Mincho ProN', 游明朝, YuMincho, HGS明朝E, 'MS PMincho', sans-serif;*/
}

/* ブラウザ幅が768px以上のときのみNotoを読み込む */
@media only screen and (min-width: 768px) {
	body {
        font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 游ゴシック, YuGothic, Meiryo, 'MS PGothic', sans-serif;
        /*font-family: 'Noto Serif Japanese', 'Hiragino Mincho ProN', 游明朝, YuMincho, 'MS PMincho', sans-serif;*/
	}
	button, input, select, textarea {
        font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 游ゴシック, YuGothic, Meiryo, 'MS PGothic', sans-serif;
        /*font-family: 'Noto Serif Japanese', 'Hiragino Mincho ProN', 游明朝, YuMincho, 'MS PMincho', sans-serif;*/
	}
	h1, h2, h3, h4, h5, h6 {
        font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 游ゴシック, YuGothic, Meiryo, 'MS PGothic', sans-serif;
       /* font-family: 'Noto Serif Japanese', 'Hiragino Mincho ProN', 游明朝, YuMincho, HGS明朝E, 'MS PMincho', sans-serif;*/
	}
}

/* カスタマイザーとは別に固定ページ（サイドバー無し）の背景色設定 */
body.no-sidebar {
    background-color: #fff;
}

/* 見出しフォントサイズ：カスタマイザーの設定に合わせる */
.h0 {font-size: 32px;}
.h1 {font-size: 30px;}
.h2 {font-size: 26px;}
.h3 {font-size: 22px; line-height: 1.75;}
.h4 {font-size: 18px; line-height: 1.75;}
.h5 {font-size: 16px; line-height: 1.75;}
@media only screen and (max-width: 768px) {
    .h0 {font-size: 28px;}
    .h1 {font-size: 26px;}
    .h2 {font-size: 22px;}
    .h3 {font-size: 20px;}
    .h4 {font-size: 18px;}
}

#main.site-main {
    margin-bottom: 40px;
}

/* GPPのPage Headerでカテゴリー用のヘッダーを用意する場合は非表示 */
.archive .page-header {
    display: none;
}
/* カテゴリー見出し */
.archive .page-header h1 {
    font-size: 185%;
}

/* キーカラー */
.k-color {
	color: #0095da;
}
/* FontAwesome */
.fa {
	color: #0095da;
}
a.button .fa,
a.button-3d .fa,
.top-bar .fa,
.generate-back-to-top .fa {
    color: #fff;
}

/* =========================================================
* ヘッダー
========================================================= */
h1.site-logo {
	margin: 0;
}
.site-logo{
	float: left!important;
}
.site-logo img.header-image {
    max-height: 34px;
    width: auto;
	margin: 15px 0 0 20px;
	padding: 10px 20px 10px 0;
	border-right: solid 1px #eee;
}

/* Top Bar */
.top-bar-align-left .inside-top-bar>.widget:nth-child(odd) {
    margin-right: 0;
}
.top-bar {
    line-height: 35px;
}
.top-bar .grid-container {
    max-width: 1200px;
}
.top-bar .widget {
    width: 100%;
}
.top-bar i {
    font-size: 18px;
    margin-right: 10px;
}
.topbar-seo {
    float: left;
    /* オーバーフロー分は…で表示 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.topbar-seo h1 {
    font-size: 12px;
    font-weight: 300;
    line-height: 35px;
    margin: 0;
}
.topbar-contact {
    width: 198px;
    float: right;
    text-align: center;
    border-left: 1px solid rgba(255,255,255,0.3);
    border-right: 1px solid rgba(255,255,255,0.3);
}
.topbar-tel {
    width: 199px;
    float: right;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    border-right: 1px solid rgba(255,255,255,0.3);
}
/* スモールデスクトップ以下で非表示 */
@media only screen and (max-width: 1100px) {
    .top-bar {
        display: none;
    }
}


/* ヘッダーデザイン調整 */
.site-header .inside-header{
	background: #fff;
}
.site-header .inside-header{
	padding: 0;
}

/* sticky ロゴ調整 */
.main-navigation.sticky-navigation-transition .navigation-logo {
    padding: 15px 0 0 20px;
}
.main-navigation.sticky-navigation-transition .navigation-logo img{
	height: 50px;
}
.nav-float-right .is_stuck.main-navigation ul {
    margin-top: -10px;
}
.sticky-logo img.header-image {
    max-height: 30px;
    width: auto;
	margin: 30px 0 0 20px;
	padding: 0!important;
	border-right: none;
}
@media only screen and (max-width: 768px) {
.mobile-header-logo img.header-image {
    max-height: 25px;
    width: auto;
	margin: 10px;
    padding: 0 !important;
    border-right: none;
}
}

/* =========================================================
* ナビゲーション
========================================================= */
/* モバイル表示の電話番号 */
.main-navigation.slideout-navigation .main-nav ul li.menu-tel a {
    line-height: 1.5 !important;
}
.main-navigation.slideout-navigation .main-nav ul li.menu-tel a i {
    color: #0095da;
}

/* サブナビゲーションの横幅 */
.main-navigation ul ul {
    width: auto; /* 適宜変更 */
	white-space: nowrap;
	min-width: 200px;
}
/* サブナビゲーションの位置 */
.main-navigation ul ul {
    margin-top: 12px;
}
@media only screen and (max-width: 768px) {
.main-navigation ul ul {
    margin-top: 0px;
}
}
/*サブナビゲーション　カテゴリ*/
.nav-cate{
	color: #fff!important;
	background: #0095da!important;
	font-size: 12px!important;
	text-align: center;
}
.nav-cate a{
	color: #fff!important;
	background: #0095da!important;
	font-size: 12px!important;
	padding: 5px!important;
}



/* モバイルメニュー調整：一式削除するとデフォルトの表記 */
.mobile-header-navigation .menu-toggle:before{
    color: #0095da; /*サイトのカラーにあわせて変更*/
    font-size: 20px;
    display: block;
    margin: 0 auto !important;
}
.mobile-header-navigation .menu-toggle{
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1;
    color: #0095da; /*サイトのカラーにあわせて変更*/
    font-weight: normal;
    padding: 3px;
    margin: 5px 10px 0 0;
    background: #fff !important; /*サイトのカラーにあわせて変更*/
    /*    border: 1px solid #ccc;*/
    border-radius: 3px;
}
.mobile-header-navigation .menu-toggle .mobile-menu{
    margin: 0;
}
.mobile-header-navigation .menu-toggle .mobile-menu:hover{
    color: #333;
}

/*モバイルナビゲーション　調整*/
.main-navigation.slideout-navigation .main-nav > ul > li > a {
    line-height: 30px;
    border-bottom: solid 1px #eee;
}
/* モバイルメニュー調整ここまで */


/* ナビゲーション調整 */
.main-navigation ul > li a{
	padding: 15px 0 8px 0;
}
.nav-contact{
	background: #2fb9ed;
	background: #1c3e94;
	background: #0095da;
	text-align: center;
	margin-left: 10px;
}
.nav-contact a{
	background: #2fb9ed;
	background: #1c3e94;
	background: #0095da;
	color: #fff!important;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	letter-spacing:0;
	padding-left: 13px!important;
	padding-right: 13px!important;
}
.nav-contact a i{
	color: #fff!important;
	display: block;
	font-size: 22px;
	line-height: 0;
	margin: 13px 0 0 0;
}
.nav-contact a:hover{
	background: #2fb9ed!important;
}
.main-navigation .main-nav ul li.nav-contact[class*="current-menu-"] > a {
    background: #0095da!important;
}

.menu-item-has-children .dropdown-menu-toggle {
    display: inline-block;
    height: 100%;
    clear: both;
    padding-left: 5px;
	font-size: 13px;
}



/* =========================================================
* パンクズ
========================================================= */
.breadcrumbs {
    font-size: .8em;
    line-height: 20px;
    overflow: hidden;
	padding: 0 5px;
}
/* オーバーフローした場合、改行させずに…表示 */
.breadcrumbs .grid-container {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* GPのセクションを利用した場合 */
.generate-sections-enabled .breadcrumbs {
    margin-top: 20px;
}

/* =========================================================
* サイドバー
========================================================= */
.sidebar {
    padding-top: 40px; /* パンクズの高さを調整 */
}
.sidebar .widget {
    padding: 20px;
}
/* サイドバーウィジェットのタイトル設定 */
.sidebar .widget .widget-title {
    color: #0095da;
    border-bottom: solid 3px #0095da;
    text-align: center;
    line-height: 1;
    padding: 15px 0;
    margin: -20px -20px 20px -20px; /* .sidebar .widgetのpadding打ち消し */
}
/* セレクトボックスデザイン調整 */
.sidebar .widget select {
    width: 100%;
    padding: 3px;
}

/* wp show posts関係 */
.sidebar .wp-show-posts-entry-meta {
    text-align: right;
	padding-bottom: 5px;
	border-bottom: solid 1px #ddd;
}
.sidebar .wp-show-posts-image.wpsp-image-left {
    margin-right: 15px;
}
.sidebar .wp-show-posts .wp-show-posts-entry-title {
    font-size: 15px;
    line-height: 1.75;
    font-weight: normal;
}

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

.footer-widget-logo {
    margin-bottom: 10px;
}
.footer-widget-logo img.footer-logo {
    max-height: 145px;
    width: auto;
}

/* サイトマップ用の装飾 */
.footer-widget-menu-title {
    font-size: 120%;
    line-height: 2em;
}
.footer-widget-menu ul,
.footer-widget-menu ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 90%;
    line-height: 1.6em;
}
.footer-widget-menu li {
    margin: 0;
    padding: 0;
}
.footer-widget-menu li.footer-widget-menu-child {
    margin-left: 18px;
}

.footer-widget-info .fa {
    width: 26px;
    text-align: center;
}

.footer-tel{
	font-family: Roboto, sans-serif;
    font-size: 28px;
}
.footer-line{
	border-left: dotted 1px #D4DDE6;
	padding-left: 20px;
}
@media screen and (max-width: 768px) {
.footer-line{
	border-left: none;
	padding-left: 0;
}
}


/* =========================================================
* コンタクトフォーム
========================================================= */
/* チェックボックス縦並び */
span.wpcf7-list-item {
    display: block;
}

/* チェックボックス装飾 */
.acceptance-0 input[type="checkbox"] {
    -ms-transform: scale(1.6, 1.6);
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
    margin-right: 5px;
}

/* 電話・FAX装飾 */
span.contact-label {
    background-color: #333;
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    padding: 4px 8px;
    margin: 0 10px 0 0;
}

span.contact-no {
    font-family: Ramabhadra, sans-serif;
    font-size: 34px;
    line-height: 34px;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
}

/* 必須項目 */
.form-required {
	color: #fff;
	background: #e75757;
	font-size: 12px;
	padding: 1px 5px;
	margin-right: 7px;
}

/* =========================================================
* 1行のお知らせ
========================================================= */
.list-news {
    list-style: none;
    margin: 0;
    /*
    外枠をボーダーで囲む場合
    border: #e3e3e3 1px solid;
    border-bottom: none;
    */
}

.list-news li {
    border-bottom: #e3e3e3 1px solid;
}

.list-news li a {
    display: block;
    text-decoration: none;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.list-news li a:hover {
    background: #f3f3f3;
}

.list-news li .list-news-wrap {
    display: table;
    table-layout: fixed; /* オーバーフローを…表示 */
}

.list-news li .list-news-wrap span {
    display: table-cell;
}

.list-news li .list-news-wrap .news-date {
    padding: 10px 20px;
    width: 120px; /* 合計:160px */
}

.list-news li .list-news-wrap .news-cat {
    padding: 10px 20px 10px 0; /* 合計:140px */
}

.list-news li .list-news-wrap .news-txt {
    padding: 10px 20px 10px 0;
    width: auto;
}

.news-date {
    vertical-align: middle;
    white-space: nowrap;
    font-size: 85%;
    line-height: 1;
    color: #333;
	font-weight: bold;
}

.news-cat {
    vertical-align: middle;
    white-space: nowrap;
}

/* カテゴリ部分のデフォルト設定 */
.news-cat span {
    width: 110px; /* 合計:120px カテゴリ名称が長い場合要調整 */
    min-width: 110px;
    max-width: 110px; /* オーバーフローを…表示 */
    overflow: hidden; /* オーバーフローを…表示 */
    text-overflow: ellipsis; /* オーバーフローを…表示 */
    text-align: center;
    padding: 5px;
	background: #214398;
    background: #0095da;
    color: #fff;
    font-size: 75%;
    line-height: 1;
}

/* カテゴリ毎に背景色設定 */
.news span {
	background: #214398;
	background: #0095da;
}

@media screen and (max-width: 768px) {
    .list-news li .list-news-wrap {
        display: block;
    }
    .list-news li .list-news-wrap span {
        display: inline-block;
    }
    .list-news li .list-news-wrap .news-date {
        padding: 10px 10px 0 0;
        width: auto;
    }
    .list-news li .list-news-wrap .news-cat {
        padding: 10px 0 0 0;
        vertical-align: -9px; /* スマホ表示時の高さ調整 */
    }
    .list-news li .list-news-wrap .news-txt {
        padding: 0 0 10px 0px;
        display: block;
        width: auto;
    }
    .news-cat span {
        padding: 4px;
    }
}

/* =========================================================
* 2行のお知らせ
========================================================= */
.news2row {
    margin: 0;
    padding: 0;
}
.news2row .info-column {
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px dotted #ccc;
}
.news2row .info-meta {
    line-height: 1em;
}
.news2row .info-meta .info-cat {
    float: left;
    text-align: center;
    width: 80px;
    margin-right: 10px;
}
.news2row .info-meta .info-date {
    display: table-cell;
    vertical-align: middle;
    font-size: 90%;
    line-height: 1.4em;
}
.news2row .info-title {
    margin-top: 5px;
}
/*-- カテゴリのスラッグ毎に色を変える --*/
.news2row .info-meta .info-cat {
    padding: 2px 6px;
    font-size: 80%;
    color: #fff;
    background: #333;
}

/* =========================================================
* テーブル Bootstrap仕様
========================================================= */
table, td, th {
    border: none;
    font-weight: normal;
}
/* CSSリセットここまで */

table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    table-layout: fixed; /* 2016.1.10追加 */
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 10px;
    vertical-align: middle;
    border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #dddddd;
}
.table .table {
    background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
@media screen and (max-width: 768px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
    /* toolsのwidth解除 */
    table:not(.table-pc) .width5p   { width: 100% !important; }
    table:not(.table-pc) .width10p  { width: 100% !important; }
    table:not(.table-pc) .width15p  { width: 100% !important; }
    table:not(.table-pc) .width20p  { width: 100% !important; }
    table:not(.table-pc) .width25p  { width: 100% !important; }
    table:not(.table-pc) .width30p  { width: 100% !important; }
    table:not(.table-pc) .width33p  { width: 100% !important; }
    table:not(.table-pc) .width35p  { width: 100% !important; }
    table:not(.table-pc) .width40p  { width: 100% !important; }
    table:not(.table-pc) .width45p  { width: 100% !important; }
    table:not(.table-pc) .width50p  { width: 100% !important; }
    table:not(.table-pc) .width55p  { width: 100% !important; }
    table:not(.table-pc) .width60p  { width: 100% !important; }
    table:not(.table-pc) .width65p  { width: 100% !important; }
    table:not(.table-pc) .width66p  { width: 100% !important; }
    table:not(.table-pc) .width70p  { width: 100% !important; }
    table:not(.table-pc) .width75p  { width: 100% !important; }
    table:not(.table-pc) .width80p  { width: 100% !important; }
    table:not(.table-pc) .width85p  { width: 100% !important; }
    table:not(.table-pc) .width90p  { width: 100% !important; }
    table:not(.table-pc) .width95p  { width: 100% !important; }
    table:not(.table-pc) .width100p { width: 100% !important; }
    table:not(.table-pc) .width0    { width: 100% !important; }
    table:not(.table-pc) .width5    { width: 100% !important; }
    table:not(.table-pc) .width10   { width: 100% !important; }
    table:not(.table-pc) .width15   { width: 100% !important; }
    table:not(.table-pc) .width20   { width: 100% !important; }
    table:not(.table-pc) .width25   { width: 100% !important; }
    table:not(.table-pc) .width30   { width: 100% !important; }
    table:not(.table-pc) .width35   { width: 100% !important; }
    table:not(.table-pc) .width40   { width: 100% !important; }
    table:not(.table-pc) .width45   { width: 100% !important; }
    table:not(.table-pc) .width50   { width: 100% !important; }
    table:not(.table-pc) .width55   { width: 100% !important; }
    table:not(.table-pc) .width60   { width: 100% !important; }
    table:not(.table-pc) .width65   { width: 100% !important; }
    table:not(.table-pc) .width70   { width: 100% !important; }
    table:not(.table-pc) .width75   { width: 100% !important; }
    table:not(.table-pc) .width80   { width: 100% !important; }
    table:not(.table-pc) .width85   { width: 100% !important; }
    table:not(.table-pc) .width90   { width: 100% !important; }
    table:not(.table-pc) .width95   { width: 100% !important; }
    table:not(.table-pc) .width100  { width: 100% !important; }
    table:not(.table-pc) .width150  { width: 100% !important; }
    table:not(.table-pc) .width200  { width: 100% !important; }
    table:not(.table-pc) .width250  { width: 100% !important; }
    table:not(.table-pc) .width300  { width: 100% !important; }
    table:not(.table-pc) .width350  { width: 100% !important; }
    table:not(.table-pc) .width400  { width: 100% !important; }
    table:not(.table-pc) .width450  { width: 100% !important; }
    table:not(.table-pc) .width500  { width: 100% !important; }
}

.table-borderbottom {
    border-bottom: 1px solid #dddddd;
}

/* th調整 */
th {
    text-align: left;
    background: #fafafa;
}
/* モバイル時のフォント */
table.hide-on-desktop,
table.hide-on-tablet {
    font-size: 80%;
}

/* =========================================================
* テーブル レスポンシブ設定（2列の場合に効果的）
========================================================= */
/* XSサイズ : Extra Small Devices, Phones */
@media only screen and (max-width : 768px) {
    table.table-small {
        font-size: 80%;
        letter-spacing: 0;
    }
    table.table-small tr th,
    table.table-small tr td {
        padding: 5px;
    }
    .table,
    .table-bordered {
        border: none !important;
    }
    /* tableのレスポンシブ対応（table-pcを除く） */
    table:not(.table-pc) th,
    table:not(.table-pc) td {
        width: 100%;
        display: block;
    }
    table:not(.table-pc) th {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.05);
        padding: 5px !important;
    }
    table:not(.table-pc) td {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 5px 20px 5px !important;
        border: none !important;
    }
    table:not(.table-pc) input,
    table:not(.table-pc) select,
    table:not(.table-pc) textarea {
        width: 100%;
    }
    /* checkboxのレスポンシブ対応 */
    table:not(.table-pc) span.wpcf7-list-item input {
        width: auto;
    }
}
/* カスタム, iPhone Retinaディスプレイ */
@media only screen and (max-width : 320px) {
    table.table-small {
        font-size: 70%;
        letter-spacing: 0;
    }
    table.table-small tr th,
    table.table-small tr td {
        padding: 5px;
    }
}


/* =========================================================
* イメージ
========================================================= */
img {
    vertical-align: middle;
}
a:hover img {
    opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

/* =========================================================
* WP-PAGENAVI
========================================================= */
/*
* generatepressのページャーを非表示
* https://generatepress.com/forums/topic/blog-paging-pagenavi-styles/
*/
.nav-links .page-numbers {
    display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
    border: none;
    text-decoration: none;
    padding: 5px 8px;
    margin: 2px;
    font-size: 15px;
    line-height: 15px;
    float: left;
}

.wp-pagenavi a,
.wp-pagenavi a:link,
.wp-pagenavi a:active,
.wp-pagenavi a:focus {
    color: #0095da;
    border: 1px solid #fff;
    background: none;
}

.wp-pagenavi span.current {
    font-weight: bold;
    color: #fff;
    background: #0095da;
    border: 1px solid #fff;
    padding: 5px 8px;
}

.wp-pagenavi a:hover {
    color: #ffffff;
    background: #0095da;
    border: 1px solid #fff;
    padding: 5px 8px;
}

.wp-pagenavi span.pages {
    color: #0095da;
    background: none;
    padding: 5px 8px 5px 0;
}

.wp-pagenavi span.extend {
    background: transparent;
    color: #0095da;
    background: none;
}

/* =========================================================
* 投稿メタ情報（次へ前へ等）
========================================================= */

/* 次へ前へ */
.post-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-previous, .nav-next {
    flex: 1;
}
.nav-previous {
    /*border-right: 1px solid #e3e3e3;*/
}

.nav-previous .prev,
.nav-next .next {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-previous .prev:before,
.nav-next .next:after {
    background: #eee;
    display: block;
    margin: 0;
    padding: 10px 5px;
    width: auto;
}
.nav-previous .prev:before {
    content: "\f104";
}
.nav-next .next:before {
    content: "";
    margin: 0;
    width: 0;
}
.nav-next .next:after {
    font-family: FontAwesome;
    text-align: center;
    content: "\f105";
}
.nav-previous .prev a,
.nav-next .next a {
    flex-basis: 100%;
    padding: 5px 10px;
}
.nav-previous .prev a {
    text-align: left;
}
.nav-next .next a {
    text-align: right;
}

/* =========================================================
* GP & Unsemantic調整
========================================================= */
/* フルワイドのセクション */
.generate-sections-fullwide .generate-sections-inside-container {
    padding-left: 0;
    padding-right: 0;
}
.grid-container-800 .generate-sections-inside-container  {max-width: 800px;margin:0 auto;}
.grid-container-900 .generate-sections-inside-container  {max-width: 900px;margin:0 auto;}
.grid-container-1000 .generate-sections-inside-container {max-width: 1000px;margin:0 auto;}
.grid-container-1100 .generate-sections-inside-container {max-width: 1100px;margin:0 auto;}
.grid-container-1200 .generate-sections-inside-container {max-width: 1200px;margin:0 auto;}
.grid-container-1300 .generate-sections-inside-container {max-width: 1300px;margin:0 auto;}
.grid-container-1400 .generate-sections-inside-container {max-width: 1400px;margin:0 auto;}
.grid-container-1500 .generate-sections-inside-container {max-width: 1500px;margin:0 auto;}
.grid-container-1600 .generate-sections-inside-container {max-width: 1600px;margin:0 auto;}
.grid-container-1700 .generate-sections-inside-container {max-width: 1700px;margin:0 auto;}

/* 固定幅　※grid-containerはカスタマイザーの「Layout＞Container＞Container Width」設定値（ベーステーマでは1200px）となるため、それ以外の横幅を利用したい場合に利用 */
.grid-400  {max-width: 400px; margin-left:auto;margin-right:auto;} .grid-400::after {clear: both;}
.grid-500  {max-width: 500px; margin-left:auto;margin-right:auto;} .grid-500::after {clear: both;}
.grid-600  {max-width: 600px; margin-left:auto;margin-right:auto;} .grid-600::after {clear: both;}
.grid-700  {max-width: 700px; margin-left:auto;margin-right:auto;} .grid-700::after {clear: both;}
.grid-800  {max-width: 800px; margin-left:auto;margin-right:auto;} .grid-800::after {clear: both;}
.grid-900  {max-width: 900px; margin-left:auto;margin-right:auto;} .grid-900::after {clear: both;}
.grid-1000 {max-width: 1000px;margin-left:auto;margin-right:auto;} .grid-1000::after {clear: both;}
.grid-1100 {max-width: 1100px;margin-left:auto;margin-right:auto;} .grid-1100::after {clear: both;}
.grid-1200 {max-width: 1200px;margin-left:auto;margin-right:auto;} .grid-1200::after {clear: both;}
.grid-1300 {max-width: 1300px;margin-left:auto;margin-right:auto;} .grid-1300::after {clear: both;}
.grid-1400 {max-width: 1400px;margin-left:auto;margin-right:auto;} .grid-1400::after {clear: both;}
.grid-1500 {max-width: 1500px;margin-left:auto;margin-right:auto;} .grid-1500::after {clear: both;}
.grid-1600 {max-width: 1600px;margin-left:auto;margin-right:auto;} .grid-1600::after {clear: both;}
.grid-1700 {max-width: 1700px;margin-left:auto;margin-right:auto;} .grid-1700::after {clear: both;}
.grid-1800 {max-width: 1800px;margin-left:auto;margin-right:auto;} .grid-1800::after {clear: both;}
/* clear:both */
.grid-400::after, .grid-500::after, .grid-600::after, .grid-700::after, .grid-800::after, .grid-900::after, .grid-1000::after, 
.grid-1100::after, .grid-1200::after, .grid-1300::after, .grid-1400::after, .grid-1500::after, .grid-1600::after, .grid-1700::after, .grid-1800::after {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

/* 固定ページ･投稿ページヘッダーのアイキャッチ画像非表示 */
.page .page-header-image,
.page-header-image-single {
    display: none;
}

/* =========================================================
* Flexレイアウト
========================================================= */
.flex-container {
    display: flex;
    justify-content: space-between; /* 両端揃え */
}
.flex-item {
    flex-basis: 48%; /* 2分割 */
}
.flex-item.flex-33 {
    flex-basis: 33.333333%; /* 3分割 */
}
@media only screen and (max-width: 768px) {
    .flex-container {
        flex-direction: column; /* 縦方向に並べる */
        justify-content: center;
    }
    .flex-item, .flex-item.flex-33 {
        flex-basis: 100%;
        margin-bottom: 20px;
    }
    .flex-item:last-child {
        margin-bottom: 0;
    }
}

/* =========================================================
* ボタン装飾（GPの標準buttonをベースに）
* ベースのボタンカラーはカスタマイザーで設定可能
* サイトのテイストにあわせて丸ごと入れ替え可
========================================================= */
button, html input[type="button"], input[type="reset"], input[type="submit"], .button, .button:visited {
    /* 角丸やパッディング等調整あれば記載 */
}

.button i.left {
    border-right: 1px solid rgba(255, 255, 255, .2);
    margin-right: 5px;
    padding-right: 10px;
}
.button i.right {
    border-left: 1px solid rgba(255, 255, 255, .2);
    margin-left: 5px;
    padding-left: 10px;
}

.button.round {
    border-radius: 5px;
}

.button.black,
.button.black:visited {
    background: #333;
    color: #FFF;
}
.button.black:hover {
    background: #111;
}

.button.blue,
.button.blue:visited {
	background: #214398;
	background: #0095da;
    color: #FFF;
}
.button.blue:hover {
    background: #154891;
	background: #0095da;
}

.button.green,
.button.green:visited {
    background: #009B41;
    color: #FFF;
}
.button.green:hover {
    background: #00913d;
}

.button.pink,
.button.pink:visited {
    background: #f0788a;
    color: #FFF;
}
.button.pink:hover {
    background: #e5687b;
}

.button.red,
.button.red:visited {
    background: #c81e32;
    color: #FFF;
}
.button.red:hover {
    background: #b91629;
}

.button.white,
.button.white:visited{
    background: #fff;
	color: #214398;
	color: #0095da;
	border: solid 1px #214398;
	border: solid 1px #0095da;
}
.button.white i{
	color: #214398;
	color: #0095da;
}
.button.white:hover {
	background: #214398;
	background: #0095da;
	color: #fff;
	border: solid 1px #fff;
}
.button.white:hover i{
    color: #fff;
}


.button.see-through {
    background-color: transparent;
    color: #333;
    font-weight: bold;
    border: 2px solid #333;
}
.button.see-through:hover {
    background-color: #333;
    color: #FFF;
}
.button.see-through i.fa {
    color: #333;
}
.button.see-through i.left {
    border-right: 1px solid #333;
}
.button.see-through i.right {
    border-left: 1px solid #333;
}
.button.see-through:hover i.fa {
    color: #fff;
}
.button.see-through:hover i.left {
    border-right: 1px solid #fff;
}
.button.see-through:hover i.right {
    border-left: 1px solid #fff;
}

/* 3dボタン */
a.button-3d {
    display: inline-block;
    position: relative;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;

    background-color: #777;
    border-radius: 4px;
    color: #fff;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 3px 0 #555;
}
.button-3d:hover {
    color: #fff;
    background-color: #666;
    box-shadow: 0 3px 0 #444;
}
.button-3d:active {
    top: 3px !important;
    box-shadow: none !important;
}
/* 3dボタン：カラー */
.button-3d.red {
    background-color: #ee5b5c;
    box-shadow: 0 3px 0 #da3131;
}
.button-3d.red:hover {
    background-color: #ec434a;
    box-shadow: 0 3px 0 #cf1b22;
}
.button-3d.green {
    background-color: #70B44A;
    box-shadow: 0 3px 0 #559631;
}
.button-3d.green:hover {
    background-color: #63a73e;
    box-shadow: 0 3px 0 #559631;
}
.button-3d.blue {
    background-color: #19afc3;
    box-shadow: 0 3px 0 #0894a7;
}
.button-3d.blue:hover {
    background-color: #14a7bb;
    box-shadow: 0 3px 0 #0a94a6;
}
.button-3d.orange {
    background-color: #f39800;
    box-shadow: 0 3px 0 #eb6100;
}
.button-3d.orange:hover {
    background-color: #e89100;
    box-shadow: 0 3px 0 #eb6100;
}
.button-3d.purple {
    background-color: #5b6bdc;
    box-shadow: 0 3px 0 #3b4cbf;
}
.button-3d.purple:hover {
    background-color: #4a5bce;
    box-shadow: 0 3px 0 #2d3dad;
}

/* =========================================================
* メディアクエリ
========================================================= */
/*==========  非モバイル・ファーストの場合  ==========*/
/* Lサイズ、ワイドスクリーン : Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {}

/* カスタマイザーのContainer Width */
@media only screen and (max-width: 1100px) {}

/* Mサイズ、デスクトップ : Medium Devices, Desktops */
@media only screen and (max-width: 992px) {}

/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    /* モバイル時にはシステム標準フォント */
    body {
        font-family: sans-serif;
        letter-spacing: 0;
    }
    .mobile-grid-100 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    /* フッターコピーライト */
    .site-info .copyright-bar .txtleft,
    .site-info .copyright-bar .txtright {
        text-align: center;
    }
}

/* XSサイズ : Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {}

/* カスタム, iPhone Retinaディスプレイ */
@media only screen and (max-width: 320px) {}


/*==========  モバイル・ファーストの場合  ==========*/
/* カスタム, iPhone Retinaディスプレイ */
@media only screen and (min-width: 320px) {}

/* XSサイズ : Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {}

/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (min-width: 768px) {}

/* Mサイズ、デスクトップ : Medium Devices, Desktops */
@media only screen and (min-width: 992px) {}

/* Lサイズ、ワイドスクリーン : Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {}


/* =========================================================
* 追加CSS（コメントを付けてわかりやすく記載して下さい）
========================================================= */
/* 見出し装飾（トップページ） */
.home h2 {
    margin: 0 0 10px 0;
}

/* 見出し等　英文 */
.h-eng{
   font-family: Roboto, sans-serif;
   font-weight: bold;
   letter-spacing: 0.1em;
   font-size: 36px;
}
.h-txt{
   font-size: 14px;
	font-weight: 300;
	vertical-align: middle;
}
@media only screen and (max-width: 768px) {
.h-eng{
   font-size: 30px;
}
}


/* 固定ページタイトル */
.page-ttl{
	background: rgba(0,149,218,0.8);
	display: inline-block;
	padding: 0.5em 2em;
	margin-bottom: 0;
	text-align: center;
}
.page-sub-ttl{
	border-bottom: solid 4px #0095da;
	padding-bottom: 20px;
}
.page-sub-ttl h1{
	font-size: 36px;
}
@media only screen and (max-width: 768px) {
.page-ttl{
	font-size: 24px!important;
	padding: 0.5em 1em;
}
.page-sub-ttl h1{
	font-size: 22px!important;
}
}
@media only screen and (max-width: 992px) {
.page-sub-ttl h1{
	font-size: 28px;
}
}

/* 投稿ページタイトル */
.entry-header .entry-title{
	border-left: solid 5px #0095da;
	padding-left: 10px;
}



/* ボタン */
/* 背景枠線あり */
.button-arrow{
	background: #0095da!important;
	color: #fff!important;
	padding: 10px 30px 10px 20px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	font-weight: normal;
	border: solid 1px #fff;
	display: inline-block;
}
.button-arrow:after{
	content:"\f105";
	position: absolute;
	right: 10px;
	top: 10px;
	font-family: FontAwesome;
	color: #fff;
	font-weight: bold;
}
.button-arrow:hover{
	background: #fff!important;
	color: #214398!important;
	color: #0095da!important;
	border: solid 1px #214398;
	border: solid 1px #0095da;
}
.button-arrow:hover:after{
	color: #0095da!important;
}
/* 背景枠線なし */
.link-arrow{
	color: #0095da;
	padding: 10px 30px 10px 20px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	font-weight: normal;
	border: solid 1px #fff;
}
.link-arrow:after{
	content:"\f105";
	position: absolute;
	right: 10px;
	top: 10px;
	font-family: FontAwesome;
	color: #0095da;
	font-weight: bold;
}
.link-arrow:hover{
    opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}



/* トップページ */
.top-about a .btn{
	background: #214398;
	background: #0095da;
	color: #fff;
	padding: 10px;
	text-align: center;
	display: block;
	width: 85%;
	margin: 0 auto;
	position: relative;
	top: -10px;
	font-weight: normal;
	border: solid 1px #fff;
}
.top-about a .btn:after{
	content:"\f105";
	position: absolute;
	right: 10px;
	top: 10px;
	font-family: FontAwesome;
	color: #fff;
	font-weight: bold;
}
.top-about a:hover .btn{
	background: #fff;
	color: #214398;
	color: #0095da;
	border: solid 1px #0095da;
}
.top-about a:hover .btn:after{
	color: #0095da;
}

.top-about a .btn:before,
.top-about a .btn:after {
  position: absolute;
  display: block;
}
.top-about a .btn,
.top-about a .btn:before,
.top-about a .btn:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.top-product h3{
	font-size: 17px;
	text-align: center;
	margin: 0 5px;
	padding: 5px 0 15px 0;
	color: #214398;
	color: #0095da;
	border-bottom: solid 1px #214398;
	border-bottom: solid 1px #0095da;
}
.top-product ul{
	margin: 0 5px;
	list-style: none;
}
.top-product ul li a{
	position: relative;
	display: block;
	padding: 5px;
	border-bottom: dotted 1px #C6D7E4;
}
.top-product ul li a:hover{
	background: rgba(205,242,255,0.6);
}
.top-product ul li a:after{
	content:"\f105";
	position: absolute;
	right: 10px;
	top: 10px;
	font-family: FontAwesome;
	color: #214398;
	color: #0095da;
	font-weight: bold;
}	
	
.top-recruit{
	background: url(img/top_recruit_bg.jpg) right top no-repeat;
}
.top-recruit .button-arrow{
	margin-right: 10px;
}

@media only screen and (max-width: 992px) {
.top-recruit{
	background: url(img/top_recruit_bg_tab.jpg) right top no-repeat;
}
}
@media only screen and (max-width: 768px) {
.top-recruit{
	background: none;
}
.top-recruit .button-arrow{
	display: block;
	margin-bottom: 10px;
	margin-right: 0;
}
}


/* 企業情報 */
.message-sign img{
 	max-width: 200px;
}
.message-ttl td{
	padding: 0;
	background: #e3f2f8;
}
@media only screen and (max-width: 768px) {
.message-ttl .message-img{
	padding: 0!important;
}
.message-ttl td{
	background: #fff;
}
}



.company-officer th, 
.company-officer td{
	padding: 5px 0;
	border-bottom: dotted 1px #ddd;
	background: #fff;
}
.company-officer tr:last-child th, 
.company-officer tr:last-child td{
	border-bottom: none;
}
.company-officer th{
	font-weight: 600;
}

.policy-list li{
	padding: 5px;
}

.history th{
	background: #fff!important;
	font-weight: bold;
	width: 30%;
	text-align: center;
}
.history th,
.history td{
	border-bottom: solid 1px #ccc;
	padding: 10px 0;
}
.history tr:last-child th,
.history tr:last-child td{
	border-bottom: none;
}
.history th span{
	font-weight: normal;
}

.office-ttl{
	border: solid 1px #0095da;
}
.office-ttl > div{
	background: #0095da;
	color: #fff;
	padding: 20px 10px 10px 10px;
	min-height: 96px;
	text-align: center;
}
.office-ttl > div:nth-child(2){
	background: #fff;
	color: #0095da;
}
.office-img .nk-responsive {
    padding-bottom: 66.7%; 
}
.office-data table td{
	vertical-align: top;
	border-bottom: dotted 1px #AAD3F2;
	padding: 5px;
}
.office-data h4{
	margin: 0 auto 10px auto;
	padding: 5px 10px;
	font-size: 14px;
	text-align: center;
}
.office-data > div:nth-child(2) h4{
	border-left: solid 1px #fff;
}
.office-data .access > div{
	padding: 10px 0;
	float: left;
	width: 46%;
	text-align:center;
}
.office-data .access > div p{
	display: inline-block;
	text-align:left;
	line-height: 1.6;
}
.office-data .access .img{
	float: right;
	width: 53%;
	text-align: center;
}
.office-data .access img.photo{
	border: solid 1px #ececec;
	padding: 5px;
	width: 48%;
}
@media only screen and (max-width: 768px) {
.office-ttl > div{
	min-height: auto;
	padding: 10px;
}
.office-data .access img.photo{
	width: 80%;
	margin: 0 auto 0 20px;
}
.office-data .access > div{
	padding: 10px 0;
	float: none;
	width: 100%;
	text-align:center;
}
.office-data .access .img{
	float: none;
	width: 100%;
}
}


/* 技術情報 */
.tech-main{
	border: solid 1px #f3f3f3;
}
.tech-main td{
	background: #f5f5f5;
	vertical-align: middle;
}
.tech-main p{
	width: 90%;
	font-size: 115%;
	line-height: 1.8;
	background : rgba(255,255,255,0.9);
	padding: 35px 20px 40px 20px;
}

.tech-product{
    line-height: 1.4;
}
.tech-product img{
	border-bottom: solid 3px #0095da;
}

.tech-table table th,
.tech-table table td{
	padding: 5px 10px;
	background: #fbfaf4;
	border: solid 1px #ddd!important;
}

.tech-table table table th,
.tech-table table table td{
	border: none!important;
}
.tech-table table th{
	font-weight: 500;
	color: #0095da;
	background: #f0f0ee;
	width: 30%;
}

@media only screen and (max-width: 768px) {
.tech-main p{
	width: auto;
	font-size: 100%;
	line-height: 1.8;
	background : none;
	padding: 10px;
}
	
.tech-table table th{
	width: auto;
}
.tech-table table td{
	background: #fff;
}
}



/* 製品情報 */
.products-top{
	background: url(img/pd_top_bg.jpg) top center repeat-y;
}
.products-top .button-arrow{
	display: block;
	max-width: 280px;
	position: relative;
	bottom: -30px;
	z-index: 1;
	font-size: 20px;
}
.products-top img{
	max-width: 420px;
	margin: 0 auto;
	border: solid 10px rgba(0,149,218,0.1);
	z-index: 0;
}
@media only screen and (max-width: 768px) {
.products-top .button-arrow{
	display: block;
	max-width: 60%;
	position: relative;
	bottom: -30px;
	z-index: 100;
	font-size: 16px;
}
.products-top img{
	max-width: 90%;
	border: solid 4px rgba(0,149,218,0.1);
}
}


/* 製品情報 組み込み別*/
.imgMenu.assembly-main a{
	display: block;
	text-align: left;
	line-height: 1.2;
	margin-bottom: 4px;
}
.imgMenu.assembly-main a b{
	display: block;
	font-size: 120%;
}
.imgMenu.assembly-main .button-arrow:after{
	font-size: 22px;
}
.imgMenu.assembly a{
	display: block;
	text-align: left;
	line-height: 1.2;
	margin-bottom: 4px;
	padding: 5px;
	border-bottom: solid 1px #d7e7f1;
}
.imgMenu.assembly a b{
	display: block;
	font-size: 14px;
}
.imgMenu.assembly .link-arrow:after{
	top: 5px;
}
.imgMenu.assembly .no-link.link-arrow:after{
	content: none;
}
.imgMenu.assembly .no-link.link-arrow:hover{
	cursor: default;
}
.mainImg{
	position: relative;
}
.mainImg .pd-tech{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	text-align: center;
	font-size: 15px;
	color: #848484;
}

@media only screen and (max-width: 768px) {
.imgMenu.assembly-main a b{
	display: block;
	font-size: 100%;
}
}

.pd-list-photo{
	line-height: 1.4;
}
.pd-list-photo img{
	border: solid 4px #fff;
	width: 98%;
	margin: 0 auto 10px auto;
}
.pd-list .button-arrow{
	max-width: 300px;
	display: block;
}


/* 製品ページ */
.pd-data-table caption{
	font-size: 18px;
	font-weight: bold;
}
.pd-data-table th{
	background: #777!important;
	text-align: center;
	color: #fff;
}
.pd-data-table th,
.pd-data-table td{
	padding: 5px!important;
	line-height: 1.3;
}
.pd-data-table tr:nth-child(3) td:nth-child(1){
	width: 20%;
}
.pd-data-table.color-yellow td{
	background: #ffe29e!important;
	border: solid 1px #fff!important;
}
.pd-data-table.color-pink td{
	background: #ffb1b1!important;
	border: solid 1px #fff!important;
}
.pd-data-table.color-blue td{
	background: #bbe7f9!important;
	border: solid 1px #fff!important;
}

@media only screen and (max-width: 768px) {
.pd-data-table th,
.pd-data-table td{
	padding: 2px!important;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: 0;
}
}



/* 環境への取り組み */
.environment-report h3{
	background: #f3f4f6;
	padding: 5px;
	font-size: 18px;
}
.environment-report img{
	max-width: 180px;
	margin: 0 auto 10px auto;
}
.environment-link img{
	max-width: 180px;
}
.environment-link{
	font-size: 22px;
}
.environment-link > div{
	border-left: dotted 2px #ddd;
}
.environment-link > div:first-child{
	border-left: none;
}
@media only screen and (max-width: 768px) {
.environment-link img{
	max-width: 140px;
	margin-top: 20px;
}
.environment-link > div{
	border-left: none;
}
}



/* 採用情報 */
.recruit-interview > div > div{
	border: solid 1px #ddd;
	padding: 10px 20px 0px 20px;
	margin-bottom: 20px;
	background: #fbfaf4;
}
.recruit-interview div{
	line-height: 1.5;
}
.recruit-interview h4{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #0095da;
}
.recruit-interview img{
	padding: 15px 2px 2px 2px;
	background: #fff;
}
.recruit-data h4{
	color: #0095da;
	border-bottom: solid 3px #0095da;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}
.recruit-career{
	background: #fbfaf4;
}
.recruit-career h5{
	background: #cfe9f6;
	padding: 10px 20px;
	line-height: 1.3;
	font-weight: 500;
}
.recruit-advice h4 {
	color: #fff;
	background: #0095da;
	text-align: center;
 	position: relative;
	top: -25px;
	display: block;
	padding: 10px;
	margin: 0 auto;
 	max-width: 280px;
	line-height: 1.5;
}
.recruit-advice h4:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -20px;
	border: 15px solid transparent;
	border-top: 15px solid #007fba;
}
.recruit-advice{
	border: solid 5px #0095da;
	padding: 0 20px 10px 20px;
}




/* 個人情報保護その他 */
.doc-box{
	border: solid 4px #eee;
	margin: 0 auto;
	padding: 40px;
	max-width: 900px;
}
@media only screen and (max-width: 768px) {
.doc-box{
	border: solid 1px #f3f4f6;
	padding: 20px 10px;
}

}

/* tools */
hr.hcenter-line {
    margin-bottom: 20px;
    border-top: 3px solid #0095da;
    width: 200px;
}
.txt-black{
	color: #333333;
}
.txt-dred{
	color: #D84A4C;
}
.bg-gray{
	background: #f0f0ee!important;
}
.bg-lgray{
	background: #f3f4f6!important;
}
.bg-blue{
	background: #0095da!important;
}
.bg-lblue{
	background: #e3f2f8!important;
}
.bg-white{
	background: #fff!important;
}
.bordered-box{
	border: solid 1px #ddd;
}

.list-decimal{
	list-style-type: decimal;
}
.center-left{
	text-align: center;
}
.center-left-inner{
	text-align: left;
	display: inline-block;
}

.border-box-blue{
	border: solid 1px #D6E9F1;
}

.baloon-btm {
 	position: relative;
	display: inline-block;
 	margin: 0 auto;
	padding: 5px 20px;
 	color: #fff;
	font-size: 16px;
	background: #0095da;
}
.line-height-s{
	line-height: 1.5;
}

.baloon-btm:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #0095da;
}
.page-link{
	margin-top: -120px;
	padding-top: 120px;
}

/* ナビゲーション調整 2018.4.3 */
@media only screen and (max-width: 1024px) {
    .menu-item-65 {
        display: none;
    }
}

/*  評価技術 2020.04.16 */
.evaluation-box{
	background: url(img/bg_gear.jpg) bottom right no-repeat #f3f4f6;
}

/*  50thロゴ追加 2021.06.04 */
.slide-box{
	max-width: 1200px;
	margin: 0 auto;
}
/*  代表挨拶 */
.message-ttl{
	position: relative;
}
.message-ttl .logo-50th{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 115px;
	height: auto;
}
@media (max-width: 768px) {
	.message-ttl .logo-50th{
		width: 95px;
		top: 0px;
		right: 0px;
	}
	.message-ttl .message-img{
		text-align: left;
	}
}
/*  ヘッダー50周年ロゴ追加 （ロゴ幅分のナビゲーション調整） */
/* 
.site-logo img.header-image{
	margin-left: 0px;
}
.site-logo{
    background: url(https://t-metal.co.jp/wp/wp-content/uploads/logo_50th.png) top left no-repeat;
    background-size: 65px auto;
    padding-left: 65px;
    background-position: 4px 14px;
}
.sticky-logo{
    padding-left: 55px!important;
}
@media (max-width: 1024px) {
    .site-logo{
        background-size: 55px auto;
        padding-left: 55px;
        background-position: 4px 2px;
    }
	.main-navigation.has-branding .menu-toggle, .main-navigation.has-sticky-branding.navigation-stick .menu-toggle {
        padding-right: 0px!important;
    }
}
@media (max-width: 768px) {
    .site-logo{
        background-size: 45px auto;
        padding-left: 45px;
        background-position: 4px 5px;
		margin-left: -6px!important;
    }
    .main-navigation .site-logo.navigation-logo img, .mobile-header-navigation .site-logo.mobile-header-logo img {
        height: 45px;
    }
}
@media (max-width: 1100px) {
    .main-navigation .main-nav ul li a, .menu-toggle, .main-navigation .mobile-bar-items a {
        padding-left: 0px!important;
    }
}
 */

.wpcf7 table p:last-child { margin-bottom: 0; }

/* 2025.4.7 */
/* 代表氏名 */
.font-ceo {
	font-family: 'Noto Serif Japanese', 'Hiragino Mincho ProN', 游明朝, YuMincho, HGS明朝E, 'MS PMincho', sans-serif;
	font-size: 40px;
	line-height: 1.2;
}