@charset "utf-8";
/*
Theme Name: Lightning Child
Template: lightning
Author:アートフレア株式会社
Version: 1.2
*/
/* 標準データ最終更新日：2026/01/29  */


/*
 * WEBフォントの読み込み（@import url('https://fonts～'); ）はHeader.phpで行う
*/


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  General　全体的な設定
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* :root設定、bodyへの上書き、カラー変数設定など */
a:not([class]){
	text-decoration:none;
}

/* Mediaとテキスト */
.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
    padding-right: 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0;
}

@media (max-width: 768px) {
	.wp-block-media-text .wp-block-media-text__content {
		padding:0;
		margin-top:1em;
	}
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Common 汎用パーツ系
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 繰り返しボタン・見出し、余白設計など 汎用パーツへの上書き */



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Header ヘッダーまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ヘッダー固定 */
body  {
	overflow-x: unset !important;
    display: flex;
    flex-direction: column;
}
.device-pc #site-header {
    position: sticky;
    top: 0;
}
.logged-in.device-pc #site-header {
    top: 32px;
}
.site-header{
	border-bottom:solid 2px var(--vk-color-custom-1);
}
/* グローバルナビ */
.global-nav-list>li>a {
	transition: .3s;
	border-bottom: 0px solid transparent;
}
.global-nav-list>li>a:hover,
.global-nav-list>li.current-menu-item>a {
    color: var(--vk-color-custom-1);
    border-bottom: 0px solid var(--vk-color-custom-1);
}
.global-nav-list>li .global-nav-name{
	font-size:16px;
}
.global-nav-list li{
	font-size:15px;
}
    .device-pc .global-nav-list>li>a {
        padding: 14px 0.8em;
    }

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Footer フッターまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* フッターウィジェット、フッターロゴ、コピーライト */



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Toppage トップページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Pageheader, Breadcrumb 下層ページヘッダー・パンくずリスト
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 下層ページのページヘッダー、パンクズ設定 */
.page-header-title, h1.page-header-title{
	font-size:36px;
}
.page-header-subtext{
	font-size:20px;
	    font-family: 'Lato', sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Page 下層ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ページごと、パーツごとにコメントアウトで注釈を入れてください。 */

/* FAQ */

.is-style-vk_faq-bgfill-circle .vk_faq_title:before{
	background-color:#224F8B;
}
.is-style-vk_faq-bgfill-circle .vk_faq_content:before{
	background-color:#D5E3F2;
	color:#224F8B !important;
}

.shop_ph img{
	border:solid 10px #fff;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Archive　ブログ一覧ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Single　ブログ詳細ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  その他・追加機能
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */



@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');

/* ↓最大568px スマホ限定*/
@media screen and (max-width: 568px) {
    .mobileSkin iframe {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
    #jform_articletext_ifr {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        width: 100% !important;
    }
    #jform_articletext_tbl {
        max-height: 200px !important;
    }

    body{
        min-width: 100%; //ウインドウ縮小対策
    }

    /* ↑最大568px スマホ限定*/
}

@media screen and (min-width: 569px)  , print{
    body{
        min-width: 960px; //ウインドウ縮小対策
    }
    /*モジュール編集オフセット*/
    .btn.jmodedit{ 
        right: -50px !important;
        width:15px !important;
    }
}
body.component {
    box-sizing: border-box;
    min-width: auto !important;
}
#editor-xtd-buttons a {
    float: left;
    margin-bottom: 6px;
}

/* ipad対策*/
@media screen and(max-width:980px) {
    #flexslider {
        overflow: hidden;
    }
    /* ipad対策ここまで*/
}


/* ↓PC・スマホ共通デザイン */

/* 見出し */

.kiji-midashi {
    border-left: 4px solid #3C8A96;
    color: #3C8A96;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 20px 0 10px;
    padding: 5px 0 5px 10px;
}

.kiji-midashi-2 {
    background-color: #f7f7f7;
    border-color: #ccc #ccc #114f75;
    border-style: solid;
    border-width: 1px 1px 3px;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 10px;
    padding: 7px 10px;
}

.kiji-midashi-3 {
    border-bottom: 1px dotted #444444;
    margin: 15px 0 10px;
    padding: 5px 0;
}

.text-highlight {
    background: none repeat scroll 0 0 #ffffaa;
    font-size: 14px;
    margin: 10px 0;
    padding: 7px;
}

.highlight-green {
    color: #fff;
    background: #48691b;
    font-size: 14px;
    margin: 10px 0;
    padding: 7px;
}

.highlight-light {
    color: #000;
    background: #e5e5e5;
    font-size: 14px;
    margin: 10px 0;
    padding: 7px;
}

.highlight-dark {
    color: #fff;
    background: #595959;
    font-size: 14px;
    margin: 10px 0;
    padding: 7px;
}

.news-title {
    background-color: #E5E2D3;
    color: #444444;
    font-size: 14px;
    margin: 15px 0 0;
    padding: 7px 10px;
}

.news-box {
    border: 1px solid #CCCCCC;
    max-height: 150px;
    overflow: auto;
    padding: 7px;
}

.news-box table {
    width: 100%;
}

.news-box table th {
    border-bottom: 1px dotted #ccc;
    font-weight: normal;
    padding: 5px;
    text-align: left;
    vertical-align: top;
    width: 80px;
    font-size: 13px;
}

.news-box table th:before,
.news-box ul li:before {
    color: #999;
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 5px;
}

.news-box table td {
    border-bottom: 1px dotted #ccc;
    padding: 5px;
    vertical-align: top;
}
.news-box ul {
    margin: 0;
    padding: 0;
}

.news-box ul li {
    border-bottom: 1px dotted #cccccc;
    color: #333333;
    font-size: 1em;
    list-style: none outside none;
    margin: 0 0 5px;
    padding: 0 0 5px 10px;
}

.news-box .mod-articles-category-date {
    margin-right: 10px;
}

.news-box .mod-articles-category-title {
    font-weight: bold;
}

.news-box a.catid-85:before {
    font-family: FontAwesome;
    content: "\f1ea";
    color: #3D9675;
}

.news-box a.catid-84:before {
    font-family: FontAwesome;
    content: "\f1ea";
    color: #fc6767;
}

body,
td,
p {
    font-family: 'meiryo', 'メイリオ', 'ms pgothic', 'ms pゴシック', sans-serif;
    font-size: 13px;
    line-height: 1.5;
}

a {
    color: #1d3994;
    text-decoration: none;
}

a:hover {
    text-decoration: underline
}

a:hover img {
    opacity: 0.8;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    /* IE lt 8 */
    -ms-filter: “alpha(opacity=80)”;
    /* IE 8 */
}

a img {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

ol,
ul {
    margin: 0 0 0 20px
}

ul.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

blockquote,
q {
    quotes: none
}

:focus {
    outline: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*	Grid  */

.container {
    min-width: 220px;
    margin: 0 auto;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: border-box;
}

#post .container {
    width: auto;
    overflow: hidden;
}

.icon-remove:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-style: normal;
}

.container .row,
.col {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.row {
    margin-bottom: 1.5em
}

.col {
    display: block;
    float: left;
    width: 100%;
}

.col:first-child {
    margin-left: 0
}

.row:after,
.col:after,
.clr:after,
.group:after {
    display: block;
    height: 0;
    clear: both;
    content: ".";
    visibility: hidden;
}


/* grid */

.col {
    margin-left: 2%
}

.full {
    padding: 0;
    margin: 0;
    clear: both
}
.contact a {
    text-decoration: none
}

/* Article Columns */
.column-1,
.column-2,
.column-3,
.column-4 {
    position: relative;
    margin: 0;
    padding: 0;
}

/* Content styles */
#archive {
    padding: 0;
    margin: 0;
}
.archive {
    padding: 0;
}
.archive .article-count {
    color: #999;
}
.items-leading {
    position: relative;
    clear: both;
    margin: 0 0 20px 0;
    padding: 0;
}
.leading {
    margin: 0 0 20px 0;
    position: relative;
}
.items-row,
.item-page,
.contact {
    position: relative;
}
.item-separator {
    margin-bottom: 20px;
}
.item-page {
    position: relative
}
.item-page-title {
    padding: 0 70px 5px 0;
    margin: 0
}
.item-page-title,
.item-page-title a,
.contact-name {
    text-decoration: none;
    font-size: 22px;
}
.contact h2 {
    margin: 0 0 20px 0;
}
.contact .current {
    margin: 0;
    padding: 0;
}
dl.tabs {
    display: block;
    clear: both;
    border-bottom: 1px solid #ddd;
}
dl dt.tabs {
    display: inline-block;
    margin: 0 0 -1px 0
}
dt.tabs h3 {
    margin: 0 2px 5px 0;
}
dt.tabs h3 a {
    padding: 8px 8px 3px 8px;
    line-height: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    text-decoration: none
}
dt.tabs.closed h3 a {
    border-color: #eeeeee #eeeeee #dddddd;
}
dt.tabs h3 a,
dt.tabs h3.open a {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
dd.tabs {
    padding: 10px 20px
}
.jicons-icons {
    float: left;
    margin: 0 10px 0 0;
    padding: 5px 0 0 0
}
h1.componentheading {
    margin: 0 0 10px 0;
    padding: 0;
    position: relative;
    color: #333;
}
.buttons {
    clear: both;
    display: block;
    overflow: hidden;
}
ul.button-icons {
    float: right;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
ul.button-icons li {
    display: inline-block
}
ul.button-icons li.edit-icon,
ul.button-icons li.print-icon,
ul.button-icons li.email-icon {
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    float: left;
    overflow: hidden;
    line-height: 20px;
}
.iteminfo,
.content_rating {
    background-color: #f7f7f7;
    display: block;
    font-size: 11px;
    margin: 0 0 5px;
    padding: 3px 10px;
}
.content_rating p {
    margin: 0;
    padding: 0;
}
.iteminfo span {
    margin: 0 10px 0 0;
}
.iteminfo .category,
.iteminfo .sub-category,
.iteminfo .create,
.iteminfo .modified,
.iteminfo .published,
.iteminfo .createdby,
.iteminfo .hits {
    display: inline-block;
    line-height: 20px!important;
}
.iteminfo .createdby {
    font-weight: bold;
}
.items-more {
    clear: both;
}
h3.items-more {
    font-size: 14px;
    padding: 0;
    margin: 0;
}
.items-more ol {
    margin: 0 0 0 30px;
    padding: 0
}
th.item-title,
th.list-title {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}

/* Commons */
.clear {
    clear: both
}
blockquote {
    position: relative;
    margin: 30px 0;
    padding: 20px;
    background-color: #e9e9e9;
    color: #505050;
    border-left: 5px solid #ddd;
    font-size: 16px;
    font-style: italic;
    font-family: 'Georgia', sans-serif;
    line-height: 1.8em;
}
pre {
    margin: 30px 0;
    padding: 20px;
    background-color: #e9e9e9;
    color: #505050;
    border-left: 5px solid #ddd;
    font-size: 15px;
    font-family: 'Georgia', sans-serif;
    line-height: 1.8em;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
address {
    margin: 20px 0;
    letter-spacing: 1px;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin: 0 0 10px;
}
h1 {
    font-size: 11px;
    font-weight: normal;
    margin: 0;
}
h2 {
    font-size: 22px
}


h3 {
    font-size: 18px
}
h4 {
    font-size: 16px
}
h5 {
    font-size: 14px
}
h6 {
    font-size: 12px
}


#menu-icon {
    display: none;
}

/* slide　*/
#slide-wrap{
    min-height: 290px;
}
.slide-show {
    margin: 0 auto;
    width: 980px;
    min-height: 290px;
}


/* Module Classes */
ul.categories-module {
    margin: 0;
    padding:0;
}
#sidebar .categories-module li {
    list-style: outside none none;
    margin: 0 0 10px;
}
#sidebar .categories-module li::before{
    content:"\f101";
    font-family: FontAwesome;
    color: #777;
}

ul.categories-module h4 {
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}
#sidebar .tagspopular {}
#sidebar .tagspopular ul {
    margin: 0;
    padding-left: 15px;
}
#sidebar .tagspopular ul li {
    margin: 0 0 10px;
}
#sidebar .tagspopular ul li a {}

/* light */
.light {
    border: 1px solid #cfcfcf !important;
    background: #F6F6F6 !important;
    color: #555 !important;
}
.light .module-title {
    color: #555 !important;
    background: none!important;
    border-bottom: none!important;
}
.light .module-body {
    border-top: none !important;
}
.light a {
    text-decoration: underline !important;
}
.light a:hover {
    color: #333!important
}

/* normal */
.normal {
    border: 1px solid #46acd1 !important;
    background: #58C0E6!important;
    color: #fff!important;
}
.normal .module-title {
    color: #fff !important;
    background: none!important;
    border-bottom: none!important;
}
.normal .module-body {
    border-top: none !important;
}
.normal a {
    text-decoration: underline !important;
    color: #fff!important
}
.normal a:hover {
    color: #303030!important
}

/* dark */
.dark {
    border: 1px solid #333 !important;
    background: #363636!important;
    color: #fff !important;
}
.dark .module-title {
    color: #fff !important;
    background: none !important;
    border-bottom: none!important;
}
.dark .module-body {
    border-top: none !important;
}
.dark a {
    text-decoration: underline !important;
    color: #58C0E6!important
}
.dark a:hover {
    color: #fff!important
}

/* blank */
.blank {
    border: none!important;
    background: none!important;
    padding: 5px!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    -o-border-radius: 0!important;
    border-radius: 0!important;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    -o-box-shadow: none!important
}
.blank .module-title {
    border: none!important;
    padding: 0 0 0 5px!important
}
.light,
.normal,
.dark {
    padding: 10px!important;
}
.light ul.menu li a,
.normal ul.menu li a,
.dark ul.menu li a {
    text-decoration: none!important
}
.light .module-title,
.normal .module-title,
.dark .module-title {
    padding: 0 0 0 5px!important;
    border: none!important;
    line-height: 30px!important;
}
.light .module-body,
.normal .module-body,
.dark .module-body {
    padding: 0 5px !important;
}

/* Page Navigation */
ul.pagenav {
    clear: both;
    display: block;
    padding: 0;
}
ul.pagenav li {
    list-style: none;
}
ul.pagenav li a {
    display: block
}
.pagenav-prev {
    float: left;
}
.pagenav-next {
    float: right
}
#pagination {
    clear: both;
    text-align: center;
    padding: 0;
}

/* Breadcrumbs */
.breadcrumbs {
    margin-bottom: 10px;
    padding: 0 15px;
}
.breadcrumbs .icon-angle-right {
    padding: 0 5px
}

/* Sidebar */
#leftbar-w {
    float: left
}
#rightbar-w {
    float: right;
    display: block;
}
#sidebar {
    padding: 0;
    position: relative;
}
#sidebar .module {
    margin-bottom: 20px;
    padding: 0px;
}
#sidebar .module-title {
    border-bottom: 1px dotted #ced8df;
    color: #333;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    padding: 5px;
}
#sidebar h3 {
    margin: 0;
    padding: 0;
}
#rightbar-w .module-title {}
#sidebar .module-body {
    margin: 0;
    padding: 0;
}
#sidebar .module-body p {
    padding: 0;
    margin: 0;
}
#sidebar ul li {
    margin: 0 5px;
    padding: 0;
}

/* Sidebar Menu*/
#sidebar .module ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
#sidebar .module ul.menu li {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #ced8df
}
#sidebar .module ul.menu li:last-child {
    border-bottom: none
}
#sidebar .module ul.menu li span.separator {
    display: inline-block;
    padding: 7px;
}
#sidebar .module ul.menu li::before{
    content:"\f105";
    font-family: FontAwesome;
    color: #777;
}
#sidebar .module ul.menu li.divider::before{
    content: none;
}

#sidebar .module ul.menu li a{
    display: inline-block;
    margin: 0;
    padding: 7px;
    text-decoration: none;
}
#sidebar .module ul.menu li a:hover{
    text-decoration: underline;
}

/* Sidebar SubMenu*/
#sidebar .module ul.menu li ul {
    margin: 0;
    border-top: 1px dotted #ced8df;
    padding-left: 0;
}
#sidebar .module ul.menu li ul li {
    background: none;
    margin: 0;
    padding: 0 0 0 10px
}
#sidebar .module ul.menu li:last-child,
#sidebar .module ul.menu li ul li:last-child,
#sidebar .module ul.menu li.active ul li:last-child {
    background: none
}
#sidebar .module ul.menu li ul li a:hover {
    border: 0;
}
.module .menu .icon-angle-down:before {
    content: ""!important
}

/* promo and fotter */
#promo-wrap {
    margin-bottom: 20px;
    position: relative;
    margin-top: 10px;
}
#promo {
    padding: 0;
    margin: 0 auto;
    clear: both;
}
#home #promo {
    width: 100%;
    max-width: inherit;
}
#promo .module {
    color: #555;
    margin-bottom: 10px
}
#promo .inner {
    padding: 0 10px;
}
#promo .module-title {
    display: block;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1px;
}
#promo h3.module-title {
    margin-bottom: 0;
    padding-bottom: 0;
}
#promo ul {
    margin: 0;
    padding: 0;
}
#promo ul li {
    list-style: none;
}

#promo-page-title {
    background-color: #f7f7f7;
    margin-bottom: 20px;
    padding: 20px 0;
}
#promo-page-title .container{}
#promo-page-title h2 {
    font-size: 28px;
    font-weight: normal;
    margin: 0;
    text-align: center;
}


body#home #promo-page-title{display: none;}

/* User 2 */
#content-bottom {
    clear: both;
    margin: 10px 0;
}



#footer h3.module-title {
    margin-bottom: 0;
    padding-bottom: 0;
}
#footer .module-body {}
#footer a {}
#footer a:hover {}
footer ul {
    margin: 0;
    padding: 0;
}
footer ul li {
    list-style: none;

}
footer ul li:hover {}
.footer_link a {
    display: block;
    margin: 0;
    padding: 5px 13px;
    background: url(../images/sidebar-li1.png) 5px 50% no-repeat;
    text-decoration: none !important;
    color: #fff;
    line-height: 15px;
}
.footer_link a:hover {
    background: url(../images/sidebar-li2.png) 5px 50% no-repeat;
    text-decoration: none !important;
    color: #58C0E6;
}
footer,footer p,footer a{
	font-size:0.9rem !important;
}
.footer_link{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
#footer-content {
    width: 100%;
}
#footer-content td {
    vertical-align: top;
}

/* Search */
input[type="search"] {
    display: block;
    width: 100%;
    padding: 10px 32px 10px 11px;
    color: #202020;
    font-size: 11px;
    -moz-box-sizing: border-box;
    -webkit-appearance: none !important;
    -webkit-box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none
}
input[type="search"]::-webkit-search-decoration {
    display: none
}
input[type="search"]:focus {
    color: #000;
    outline: none;
}

/* Forms / Inputs / Buttons */
#modlgn-remember {
    float: left;
    width: 20px;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    margin-left: 0;
    padding: 8px;
    font-weight: 400;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.030) inset;
}
fieldset.phrases {}
fieldset.phrases .phrases-box {
    margin-bottom: 10px;
}
fieldset.phrases .ordering-box,
fieldset.phrases .form-limit {
    display: inline-block;
}
form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="tel"]:focus,
form textarea:focus {
    border-color: #A0ECFF;
    outline: none;
}
form input[type="button"],
form input[type="submit"],
form button[type="submit"],
form button[type="button"] {}
form .mceLayout button[type="button"] {
    min-height: auto;
}
select {
    background-color: #f7f7f7;
    border-radius: 5px;
    display: inline;
    line-height: 100%;
    margin: 0;
    padding: 3px;
    vertical-align: middle;
    width: auto;
    border: 1px solid #ccc;
}
select[disabled="disabled"],
select.disabled {
    color: #999;
    background: #f5f5f5;
    -moz-box-shadow: inset 0px 0px 2px #ddd;
    -webkit-box-shadow: inset 0px 1px 2px #ddd;
    box-shadow: inset 0px 1px 2px #ddd;
}
.input-medium,
.input-large {
    width: auto !important;
}
.readmore {
    margin: 5px;
    text-align: right;
}

.btn {
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #444;
    padding: 4px 7px;
}
.btn:hover,.btn:focus,.btn:active,.btn.active,.btn.disabled,.btn[disabled] {
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}
.btn:active,.btn.active {background-color: #cccccc \9;}
.btn:hover,.btn:focus {color: #333;	text-decoration: none;background-position: 0 -15px;	-webkit-transition: background-position .1s linear;	-moz-transition: background-position .1s linear;-o-transition: background-position .1s linear;transition: background-position .1s linear;}
.btn:focus {outline: thin dotted #333;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px;}
.btn.active,.btn:active {background-image: none;outline: 0;-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);}

a.btn-readmore {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    *background-color: #e6e6e6;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #bbb;
    *border: 0;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}
a.btn-readmore:hover,
a.btn-readmore:focus,
a.btn-readmore:active,
a.btn-readmore.active,
a.btn-readmore.disabled,
a.btn-readmore[disabled] {
    color: #333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}
.system-unpublished {
    background-color: #efefef;
    padding: 5px;
}

/* Mailto */
.mailto {
    background: #fff;
    color: #222;
    padding: 10px;
}

/* Tooltips */
.tip-wrap {
    float: left;
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #535353;
    border: 1px solid #222;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    max-width: 200px;
    text-shadow: 1px 1px #000
}
.tip-title {
    padding: 0;
    margin: 0;
    display: none
}
.tip-text {
    font-size: 100%;
    margin: 0;
}
#topcontrol {
    background: url(../images/arrow_up.png) 50% 50% no-repeat;
    width: 60px;
    height: 60px;
    white-space: nowrap;
    cursor: pointer;
    opacity: 0.7;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=70);
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

/* Error */
#error {
    padding: 20px;
    text-align: center
}
#error .error {
    color: #FF0000;
    display: block;
    padding: 0;
    font-size: 140px;
    font-weight: bold;
    line-height: 200px;
}
#error .center {
    width: 400px;
    margin-left: -200px;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 20%
}
#error .error {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.9), 0 1px 0 rgba(255, 255, 255, 0.7);
}
#error .error > span {
    display: inline-block;
    position: relative;
}
#error .error > span:before {
    content: "";
    position: absolute;
    top: 70%;
    left: -30px;
    right: -30px;
    height: 80px;
    background: url(../images/error.png) no-repeat;
    background-size: 100% 100%;
}
#error ol li {
    text-align: left;
}

/* Offline */
.error-offline .error > span:before {
    top: 65%;
}
.error-offline .message {
    width: 350px;
}

/* Thumbs */
.width-10 {
    width: 10px;
}
.width-20 {
    width: 20px;
}
.width-30 {
    width: 30px;
}
.width-40 {
    width: 40px;
}
.width-50 {
    width: 50px;
}
.width-60 {
    width: 60px;
}
.width-70 {
    width: 70px;
}
.width-80 {
    width: 80px;
}
.width-90 {
    width: 90px;
}
.width-100 {
    width: 100px;
}
.height-10 {
    height: 10px;
}
.height-20 {
    height: 20px;
}
.height-30 {
    height: 30px;
}
.height-40 {
    height: 40px;
}
.height-50 {
    height: 50px;
}
.height-60 {
    height: 60px;
}
.height-70 {
    height: 70px;
}
.height-80 {
    height: 80px;
}
.height-90 {
    height: 90px;
}
.height-100 {
    height: 100px;
}
.thumbnail {
    border: 1px solid #ccc!important;
    max-width: 100%!important;
}
.thumbnail img {
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.thumbnail img:hover {
    opacity: 1;
}
.thumbnail.pull-left {
    margin-right: 10px!important
}
.thumbnail.pull-right {
    margin-left: 10px!important
}
.thumbnails {
    margin-left: -20px;
    list-style: none;
    *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
    display: table;
    content: "";
    line-height: 0;
}
.thumbnails:after {
    clear: both;
}
.thumbnails > li {
    float: left;
    margin-bottom: 18px;
    margin-left: 20px;
}
.thumbnail {
    display: block;
    padding: 4px;
    line-height: 18px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a.thumbnail:hover {
    border-color: #08c;
    -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.thumbnail .caption {
    padding: 9px;
    color: #555;
}

/* Footer */
#footer-wrap {
    background-color: #ddd;
    margin: 30px auto 0;
    padding: 10px 0 0;
    position: relative;
}
#footer-wrap p {
    margin: 0;
    padding: 0;
}
#footer-wrap .login {
    margin: 5px;
    text-align: center;
}
#footer-wrap .login a {
    color: #444;
    font-size: 10px;
    line-height: 1;
}
.copyright {
    margin: 0 auto;
    padding: 0 0 5px 0;
}
.copyright a {}
.copy a:hover {}
.business {
    margin: 0 -480px 0 0;
    padding: 0;
    font-size: 10px;
    color: #ccc;
    text-align: right;
    text-shadow: none;
    bottom: 0;
    right: 50%;
    line-height: 10px;
    height: 10px;
    position: absolute;
}

#bottom {
    background-color: #777;
    color: #fff;
    padding: 7px 0;
}

.business a,
.business a:hover {
    text-decoration: none;
    font-size: 10px;
    color: #ccc
}
.dl-horizontal dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 40px;
}
.dl-horizontal dd {
    margin-left: 50px;
}
.items-more h3 {
    margin-bottom: 10px;
}
p.errorcontainer {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
}
fieldset {
    border: medium none;
    margin: 0;
    padding: 0;
}
.hidden {
    display: none !important;
}
.nav-tabs {
    padding: 0;
}
.btn-toolbar {
    margin: 15px 0;
}
.btn-group {
    display: inline;
}
#gaiyo-table {
    border-collapse: separate;
    width: 100%;
}
#gaiyo-table tbody {}
#gaiyo-table td {
    border-bottom: 1px dotted #696969;
    padding: 5px;
}
#gaiyo-table th {
    border-bottom: 1px dotted #696969;
    font-weight: normal;
    width: 15%;
    padding: 5px;
}
h2.componentheading,
.page-header h2 {
    background-color: #f7f7f7;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    font-size: 22px;
    font-weight: normal;
    margin: 0px 0 20px;
    padding: 20px 15px;
    line-height: 1em;
}
iframe {
    border: medium none;
}
.btnmenu {
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0;
    padding: 10px;
}
ul#usermenu {
    margin: 0;
    padding: 0;
}
ul#usermenu li {
    list-style: outside none none;
    margin-bottom: 10px;
}
ul#usermenu li:last-child {
    margin-bottom: 0;
}
#usermenu a.btn {
    display: inline-block;
    padding: 7px 15px;
    text-align: left;
    
}

#login-form{margin: 20px 0;}

#header-table {
    width: 100%;
}
#header-table td:last-child {
    text-align: right;
}
.control-group {
    margin-bottom: 10px;
}
.chzn-container {
    width: 250px !important;
}
.input-append input {
    display: inline;
}
.input-append button {
    display: inline;
    margin-left: 5px;
    padding: 9px 12px;
}

/*shadowbox*/
#sb-nav {
    height: auto;
    line-height: 1;
}
#sb-info,
#sb-info-inner {
    height: auto;
}
#sb-info-inner {
    font-size: 14px;
    height: auto;
}
#sb-nav a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    font-family: FontAwesome;
    font-size: 18px;
    height: 20px;
    width: 20px;
}
#sb-nav a:hover {
    text-decoration: none;
}
#sb-nav-next:before {
    content: "\f0a9";
}
#sb-nav-close:before {
    content: "\f05c";
}
#sb-nav-previous:before {
    content: "\f0a8"
}
.accordeonck .toggler:before {
    content: "\f0fe";
    font-family: FontAwesome;
    color: #999;
    margin-right: 10px;
}
.accordeonck ul li ul {
    margin: 0;
}
.accordeonck ul li ul li {
    list-style: none outside none !important;
    margin: 0 !important;
}
.accordeonck ul li a {}
.pchidden {
    display: none;
}
#footer .switchBtn {
    margin: 20px 0;
    text-align: center;
}
#footer .switchBtn a {
    border: 1px solid #b5b3b3;
    border-radius: 4px;
    color: #494949;
    display: inline-block;
    padding: 8px 30px;
    background-color: #fff;
}
#footer .switchBtn a.btnAcv {
    display: none;
    background-color: #C4C4C4;
    background-image: none;
}
.switchBtn a:first-child {
    margin-right: 10px;
}
.component_container {
    padding: 0;
}

/* ↓tab & Slides */
ul.jwts_tabbernav li a {
    border-radius: 4px 4px 0 0;
}
div.jwts_toggleControlContainer a.jwts_toggleOff span.jwts_toggleControlTitle {
    background-position: 0 3px;
}
div.jwts_toggleControlContainer a.jwts_toggleOn span.jwts_toggleControlTitle {
    background-position: 0 -142px;
}
#responsive-tabs {
    margin-bottom: 15px;
}
#responsive-tabs label {
    margin: 0;
    padding: 7px 20px;
}
#responsive-tabs input[type="radio"]:checked + label,
#responsive-tabs input.checked[type="radio"] + label {
    border-top-color: #494949;
}
#responsive-tabs label:first-child {}
#responsive-tabs label span {
    font-size: 14px;
}
.edit .tab-content,
.tab-content {
    border: 1px solid #ccc;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    padding: 10px;
}
.tab-content .tab-content-item {}
.star {
    color: #ff002a;
}

/* ↑tab & Slides */

/*↓ showplus サムネイルスライド*/
.showplus-thumbnails > ul > li > a {
    margin-left: 1px !important;
    margin-right: 1px !important;
    padding: 0 !important;
    box-sizing: border-box;
}
.showplus-thumbnails > ul > li > a:hover {}
.showplus-horizontal .showplus-thumbnails > ul > li:last-child > a {
    margin-left: 2px !important;
}
.showplus-horizontal .showplus-thumbnails > ul > li:first-child > a {}
.showplus-thumbnails > ul {
    height: auto !important;
    overflow: hidden;
}

/*↑ showplus サムネイルスライド*/
ul.rsstableList {
    margin: 0;
    padding: 0;
}
ul.rsstableList li {
    border-bottom: 1px dotted #ddd;
    list-style: none outside none;
    overflow: hidden;
    padding: 10px 0;
}
ul.rsstableList li.odd {}
ul.rsstableList li.even {}
ul.newsflash-horiz {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
ul.newsflash-horiz li {
    box-sizing: border-box;
    float: left;
    list-style: outside none none;
    padding-right: 10px;
    margin-bottom: 15px;
    width: 50%;
    position: relative;
}
ul.newsflash-horiz li:last-child {
    padding-right: 0;
}
ul.newsflash-horiz .article-separator {
    display: none;
}
.news-flash-readmore {
    float: right;
}

h4.newsflash-title{
    background-color: #f7f7f7;
    font-size: 15px;
    padding: 8px;
}
h4.newsflash-title a{}

ul.newsflash-vert {
    margin: 0;
    padding: 0;
}
ul.newsflash-vert li {
    list-style: outside none none;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}

.whole-link{
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
}
.whole-link:hover{
background-color: #fff;
opacity: 0.4;
}




/* module editor */
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 18px;
    font-size: 19.5px;
    line-height: 36px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.label {
    border-radius: 3px;
}
.label,
.badge {
    background-color: #999;
    color: #fff;
    display: inline-block;
    font-size: 10.998px;
    font-weight: bold;
    line-height: 14px;
    padding: 2px 4px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: baseline;
    white-space: nowrap;
}
.row-fluid:before,
.row-fluid:after {
    content: "";
    display: table;
    line-height: 0;
}
.row-fluid:after {
    clear: both;
}
.row-fluid .form-horizontal .control-group:before,
.row-fluid .form-horizontal .control-group:after {
    content: "";
    display: table;
    line-height: 0;
}
.row-fluid .form-horizontal .control-group:after {
    clear: both;
}
.row-fluid .form-horizontal .control-group {
    margin-bottom: 18px;
}
.row-fluid .form-horizontal .control-label {
    float: left;
    padding-top: 5px;
    text-align: right;
    width: 20%;
}
.row-fluid .form-horizontal .controls {
    margin-left: 25%;
}
.row-fluid .control-label .hasTooltip {
    display: inline-block;
}
.row-fluid .controls > .radio:first-child,
.row-fluid .controls > .checkbox:first-child {
    padding-top: 5px;
}
.row-fluid fieldset.radio.btn-group {
    padding-left: 0;
}
.row-fluid .radio,
.row-fluid .checkbox {
    min-height: 18px;
    padding-left: 20px;
}
#jform_articletext_tbl {
    width: 100%;
}
iframe#jform_articletext_ifr {
    width: 100% !important;
}
.ckdatetimepicker {
    float: left;
}
.datepickerbtn {
    float: left;
    margin-left: 5px;
    padding: 8px 10px !important;
}
.input-append.date {
    overflow: hidden;
}
.dtp-calendar {
    border: 1px solid #ccc;
    margin-left: 5px;
    padding: 1px;
}
.dtp-calendar:first-child {
    margin: 0;
}
.table-striped td,
.table-striped th {
    //  font-size: 18px;
    padding: 7px 10px !important;
}
.close {
    position: absolute;
    right: 0;
    z-index: 1;
}
#system-message .alert {
    margin: 0;
}
.alert-message a.close {
    display: none;
}
#jf_mm_menu,
.jf_mm_trigger {
    display: none;
}

/* simple image gallery pro*/
ul.sigProContainer span.sigProPseudoCaption {
    padding-bottom: 0;
    padding-top: 0;
    line-height: 2;
}
.cat-items table {
    border-top: 1px solid #ddd;
    width: 100%;
}

/* スマートサーチ */
.finder label {
    display: none;
}
.finder input {
    margin: 0;
}
.finder button {
    box-shadow: none;
    margin: 0;
    padding: 7px 12px 8px;
}
.finder .fa-search::before {
    font-size: 15px;
    line-height: 1.2;
    margin-right: 5px;
}
#search-results {}
#search-query-explained {}
ul.search-results {
    list-style: outside none none;
    margin: 15px 0;
    padding: 0;
}
ul.search-results li {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
ul.search-results li:first-child {
    border-top: 1px dotted #ccc;
    padding-top: 10px;
}
.result-title {
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    padding: 5px 10px;
}

/* スマートサーチ ここまで*/

/* rsforms pro*/
.yui-calcontainer .yui-cal-nav-mc {
    box-sizing: border-box;
}
#userForm .rsform-block {
    display: table;
    margin: 8px 0 0;
    width: 100%;
}
#userForm .rsform-block > label {
    border-top: 1px dotted #ccc;
    display: table-cell;
    padding: 8px 10px 3px 8px;
    vertical-align: top;
    width: 30%;
}
#userForm .rsform-block .formControls {
    display: table-cell;
    border-top: 1px dotted #ccc;
    vertical-align: top;
    padding: 8px 8px 3px;
}
#userForm .rsform-block-submit {
    display: block;
}
#userForm .rsform-block-submit > label {
    border: medium none;
    display: inline-block;
    padding: 0;
}
#userForm .rsform-block-submit .formControls {
    display: block;
    text-align: center;
}
#submit {
    font-size: 22px;
    line-height: 1;
    padding: 10px 20px;
}
strong.formRequired {
    color: #ff002a;
    font-weight: normal !important;
    font-size: 11px;
}
#userForm .checkbox {
    display: block;
    margin-right: 10px;
}
#userForm .radio {
    margin-right: 10px;
    display: block;
}

#userForm .inline {
    display: inline;
}

.formValidation {
    display: block;
}
.formValidation .formError {
    font-size: 14px;
}
.formControls input.btn {
    margin-left: 10px;
    padding: 6px 5px 8px;
}

.rsform-calendar-button::before{
    content:"\f073";
    font-family: FontAwesome;
}

/* rsforms pro　ここまで*/

/*Youtubeの埋め込み*/
.yt iframe {
    display: block;
    margin: auto;
}


/* 基本
--------------------------------------*/

body,
td,
p {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    line-height: 1.8;



}
.en {
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	letter-spacing: 0.5px;
}
a {
	color: #4a5161;
}
.container {

}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
#promo-page-title {
    padding: 120px 0 40px;
}
#promo-page-title h2 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #4a5161;
}
.breadcrumbs {
	padding: 0;
}
#box-wrap {
    width: 960px;
    max-width: 960px;	
	margin: 20px auto 0;
}
.breadcrumbs {
	font-size: 12px;
}
#content-bottom {
    margin: 10px auto;
    width: 960px;
    max-width: 960px;
}
#promo-wrap {
	
}
#home #post .container {
	max-width: none;
}
#all {
	overflow: hidden;
}
#home .item-separator {
    margin-bottom: 0;
}
.breadcrumbs {
    margin-bottom: 30px;
}
#promo-page-title {
    display: none;
}
a[href^="tel:"] {
    pointer-events: none;
}

/* 共通パーツ
--------------------------------------*/
/* ボタン */
.btn_01 {
}
.btn_01 a {
	background-color: #06508f;
	color: #fff;
	font-size: 18px;
	width: 300px;
	padding: 16px 0 !important;
	line-height: 1;
	text-align: center;
	position: relative;
}
.btn_01 i{

    position: absolute;
    right: 20px;

}
.btn_01 a:hover {
    text-decoration: none;
	opacity: 0.8;
}
.btn_02 {
}
.btn_02 a {
	color: #06508f;
	font-weight: bold;
	position: relative;
	padding-left: 16px;
}
.btn_02 a:before {
    content: '';
    background-image: url(../images/common/arrow_icon_02.png);
    background-size: 7px 11px;
    width: 7px;
    height: 11px;
    display: block;
    position: absolute;
    left: 0px;
    top: 6px;
}
.btn_02 a:hover {
    text-decoration: underline;
}

.contact_btn {
}
.contact_btn a {
	background-color: #e70008;
	color: #fff;
	font-size: 13px;
	width: 115px;
	padding: 8px 0 8px 15px;
	line-height: 1;
	text-align: center;
	position: relative;
	display: block;
	padding-right:5px !important;
}
.contact_btn a:before {
    content: '';
    background-image: url(../../../wp-content/uploads/mail_icon.png);
    background-size: 13px 10px;
    width: 13px;
    height: 10px;
    display: block;
    position: absolute;
    left: 9px;
    top: 9px;
}
.contact_btn a:hover {
    text-decoration: none;
	opacity: 0.8;
	color:#fff;
}


/* 見出し */
.ttl_01 {
	font-size: 30px;
	color: #06508f;

	text-align: center;
}
.ttl_02 {
	font-size: 36px;
	color: #06508f;

	text-align: center;
}
.ttl_02 .en {
	font-size: 18px;
	display: block;
	margin-top: 15px;
}


.ttl_03 {
	font-size: 26px;
	color: #333;
	line-height: 1;
	padding: 15px;
	font-weight: normal;
	border-top: 2px solid #06508f;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd; 
	border-left: 1px solid #dddddd;
	background-color: #fff;
}

.ttl_04 {
    color: #06508f;
    background: #f4f3f1;
    position: relative;
    font-size: 20px;
    padding: 10px 10px 10px 50px;
	line-height: 1.5;
}
.ttl_04:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 20px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
	background-repeat:no-repeat;
	background-position:top left;		
    background-size: 20px 20px;	
}
.ttl_04.car_icon:before {
	background-image:url(../../../wp-content/uploads/car_icon.png);
}
.ttl_04.wrench_icon:before {
	background-image:url(../../../wp-content/uploads/wrench_icon.png);
}
.ttl_04.gear_icon:before {
	background-image:url(../../../wp-content/uploads/gear_icon.png);
}
.ttl_04.note_icon:before {
	background-image:url(../../../wp-content/uploads/note_icon.png);
}

.ttl_05 {
	font-size: 20px;
	color: #333;
	line-height: 1;
	padding: 0 0 10px;
	border-bottom: 2px solid #06508f;
}


/* ヘッダー
--------------------------------------*/
#wrapper {
	background-color:#fff;
	width: 100%;
	max-width: 960%;
	position: fixed;
    z-index: 500;
	height: 94px;
	padding: 0 !important;
	border-bottom: 2px solid #06508f;
}
#wrapper #header-wrap {
	width: 960%;
    max-width: 960px;
	margin: 0 auto;	
    padding: 0;	
}
#wrapper #header-table {
	height: 92px;
}
#wrapper #header-table .logo {
	width: 360px;
}

#wrapper #header-table .logo img {
}
#wrapper #header-table .daytime {
	width: 290px;
	padding-top: 10px;
}
#site-header .daytime  {
	font-size: 12px;
	line-height: 1.2;
}
#site-header .tel {
	text-align: center;
	padding-top: 6px;
	margin-left:9px;
}
#site-header .tel  {
	font-size: 28px;
	color: #06508f;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1;
	font-family: 'Lato';
}
.header_nav_search_container {
    order: 3;
    position: absolute;
    min-width: 200px;
    margin-left: 10px;
    top: 10px;
    left: 320px;
	
}
    .global-nav--layout--float-right {
        width: auto;
        margin-left: 10px;
        margin-top: 42px;
        margin-bottom: 6px;
    }
#site-header-container{
	position:relative;
}
#wrapper #header-table .contact_btn {
	width: 115px;
	padding-top: 6px;
}
#wrapper #header-table .gnavi {
	width: 600px;
	height: 50px;
	vertical-align: bottom;
}
#navbar-wrap {
    width: 100%;
    max-width: 100%;	
}
#wrapper .menu {
	list-style: none;
}
#wrapper .menu li.item-435,
#wrapper .menu li.item-783 {
	display: none;
}
#navigation .menu li > a {
    padding: 0 0 0 20px;
    color: #333;
	font-weight: bold;
}
#wrapper .menu li.item-506 a {
	padding: 0;
}
#navigation .menu li > span {
    padding: 0 0 0 20px;
	color: #333;	
	font-weight: bold;
	height: 40px;
}
#navigation > .menu li > span:hover {
	color: #06508f;
}
#navigation > .menu > li a:hover {
	color: #06508f;
}
#navigation .menu ul {
    border-top: none;
    background: #fff;
    border: 1px solid #06508f;
    min-width: 150px;
	left: 10px;
}
#navigation .menu ul li {
    border-bottom: 1px solid #06508f;	
}
#navigation .menu ul a {
    display: block;
    height: auto;
    margin: 0px;
    padding: 8px 10px;
    border: 0px;
    line-height: 20px;
    font-size: 15px;
	color: #06508f;
}

#navigation .menu ul li a:hover {
	color: #fff;	
}
#navigation .menu ul li:hover a {
	background: #06508f;
	
}
#navigation .menu > .active > a {
    font-weight: bold;
    color: #333;
}
#navigation li.active > a {
    font-weight: bold;
    color: #06508f;
}

/* フッター
--------------------------------------*/
#footer {
    padding: 0;
}
#footer-wrap {
	margin: 0;
	padding: 60px 0 30px;
    background-color: #06508f;
}
#footer-wrap a {
	color: #fff;
}
#footer.container {


	margin: 0 auto;	
}
#footer ul {
    text-align: center;
}
#footer ul li {
    display: inline-block;
	padding: 0 10px;
	border-bottom: none;
}
#footer ul li a {
    display: inline;
    margin: 0;
    padding: 0px;
    background: none;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
	font-weight: bold;
}
#footer ul li a:hover {
    background: none;
    text-decoration: none;
    color: #fff;
	opacity: 0.8;
}
#bottom .login {
    margin: 0;
	color: #fff;
	font-size: 10px;
}
#bottom .login a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}
#bottom .login a:hover {
	text-decoration: underline;
}
#bottom {
    background-color: #06508f;
    padding: 0 0 60px;
	text-align: center;
	
}
#bottom p {
    color: #fff;
	font-size:13px; 
}

/* ホーム
--------------------------------------*/
#home #box-wrap {
    width: 100%;	
	max-width: 100%;
	margin: 0;
}
#home #promo-wrap {
	padding: 0;
	margin: 94px 0 0;
}

/* メイン */
#main_block {
	padding: 190px 0 0;
	background-image:url(../images/home/main_bg2.jpg);
	background-repeat:no-repeat;
	background-position:left top;	
	background-size: cover;	
	height: 620px;
}
#main_block .copy_box {
	background-color: rgba(255,255,255,0.7);
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	margin: 0 auto;
	width: 620px;
	text-align: center;
	padding: 30px 30px 40px;
}
#main_block .copy_box .copy_big {
	font-size: 40px;
	line-height: 1.4;
	font-weight: bold;
	color: #06508f;
}
#main_block .copy_box .copy_small {
	font-size: 20px;
	margin-top: 10px;
	font-weight: bold;	
	color: #06508f;
	line-height: 1;
}

/* スズキ車のご購入、点検・整備のことなら */
#home_about {
	padding: 50px 0;
}
#home_about .ttl_01 {
	margin-bottom: 30px;
}
#home_about p {
	font-size: 18px;
	text-align: center;
}

/* 選ばれる4つの理由 */
#home_reason {
	padding: 60px 0;
	background-color: #f4f3f1;
}
#home_reason .ttl_02 {
	margin-bottom: 40px;
}
#home_reason .ttl_02 strong{
	font-size: 72px;
    display: inline;
    font-weight: bold;	
}
#home_reason ul ,
.reason_outer{
	list-style: none;
	max-width: 960px;
	width: 960px; 
	margin: 0 auto;	
	padding: 0;
}
#home_reason ul li,
.reason_box{
	margin-bottom: 20px;
	background-color: #fff;
	display: table;
	width: 100%;
}
#home_reason ul li .num,
.reason_box .num{
	display: table-cell;
	width: 100px !important;
	text-align: center;
	background-color: #06508f;
	vertical-align: middle;
	padding: 10px;
	line-height: 1 !important;
}
.reason_box .num p {
	color: #fff;
	font-size: 18px;
	line-height: 1 !important;
}
#home_reason ul li .num p .en,
.reason_box .num  strong {
	color: #fff;
	font-size: 48px !important;
	font-weight: bold;
}
.reason_box  .txt {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}
.reason_box .txt p {
	font-size: 24px !important;
}

/* 販売 */
#home_sale {
	padding: 60px 0;
	background-image:url(../images/home/sale_bg.jpg);
	background-repeat:no-repeat;
	background-position:center 80%;	
	background-size: cover;		
}
#home_sale > .inner {
	max-width: 960px;
	width: 960px; 
	margin: 0 auto;
	text-align: right;
}
#home_sale > .inner .box {
	display: inline-block;
}
#home_sale .ttl_02 {
	margin-bottom: 50px;
	text-align: left;
	display: table;
}
#home_sale .ttl_02 strong{
	display: table-cell;
	color: #fff;
	opacity: 0.8;
	font-size: 100px;
	padding-right: 30px;
	margin-top: 0;
	font-weight:500;
}
#home_sale .ttl_02 .inner {
	display: table-cell;
	vertical-align: middle;
	
}
#home_sale .ttl_02  {
	    font-size: 36px;
    color: #06508f;

	opacity: 1;
}
#home_sale .txt_block {
	max-width: 480px;
	width: 480px; 
	margin: 0;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
#home_sale  .txt_block {
	padding: 40px 30px 30px 30px;
}
#home_sale  .txt_block .ttl_01 {
	margin-bottom: 30px;
	text-align: left;
}
#home_sale  .txt_block p {
	font-size: 18px;
	text-align: left;
}
#home_sale  .btn_01 {
	padding: 0 0px 40px 0px;
}

#home_sale  .box{
	margin-left:auto;
	margin-right:0;
	width:480px;
}

/* アフターサービス */
#home_service {
	padding: 60px 0;
}
#home_service .ttl_02 {
	margin-bottom: 50px;
}
#home_service table {
	max-width: 960px;
	width: 960px; 
	margin: 0 auto;
}
#home_service table td {
	width: 33.3%;
	padding: 0 10px;
}
#home_service table .td02 {
	padding: 0;
}
#home_service .box {
	border: 2px solid #f4f3f1;
	padding: 10px 10px 20px;
	width: 100%;
}
#home_service .box .img {
	
}
#home_service .box .img img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
#home_service .box h3 {
	margin: 15px 0;
	line-height: 1;
	font-size: 28px;
	color: #06508f;
}
#home_service .box .txt {
	font-size: 15px;
}
#home_service .box .btn_02 {
	margin-top: 15px;
}

/* お問い合わせ */
#home_contact {
	padding: 60px 0;
	background-color: #f4f3f1;
}
#home_contact .ttl_02 {
	margin-bottom: 50px;
}
#home_contact table {
	max-width: 960px;
	width: 960px; 
	margin: 0 auto;
}
#home_contact table td {
	width: 50%;
}
#home_contact  .tel {
	padding-right: 20px;
}
#home_contact  .tel .box {
	border: 2px solid #06508f;
	background-color: #fff;
	padding: 20px;
	text-align: center;
	height: 170px;
}
#home_contact  .tel p {
	color: #06508f;
}
#home_contact  .tel p a {
	color: #06508f;
}
#home_contact  .tel .ttl {
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 15px;
}
#home_contact  .tel .num {
	font-size: 48px;
	position: relative;
	padding-left: 40px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 15px;
	line-height: 1;
}
#home_contact  .tel .num:before {
    content: '';
    background-image: url(../../../wp-content/uploads/tel_icon.png);
    background-size: 29px 38px;
    width: 29px;
    height: 38px;
    display: block;
    position: absolute;
    left: 0px;
    top: 6px;
}
#home_contact  .tel .daytime {
	font-size: 11px;
	line-height: 1.4;
}
#home_contact  .contact_btn {
	padding-left: 20px;
}

#home_contact  .contact_btn a {
	font-size: 30px;
	width: 100%;
	padding: 70px 0 0 70px;
	height: 170px;
}
#home_contact  .contact_btn a:before {
    background-size: 39px 30px;
    width: 39px;
    height: 30px;
    left: 60px;
    top: 70px;
}


/* アクセス */
#home_access {
	padding: 60px 0;
}
#home_access .ttl_02 {
	margin-bottom: 50px;
}
#home_access table {
	max-width: 960px;
	width: 960px; 
	margin: 0 auto;
}
#home_access table .txt {
	text-align: center;
}
#home_access table .logo {
	margin-bottom: 20px;
}
#home_access table .map {
	padding-top: 50px;	
	padding-bottom: 50px;
}
#home_access table .btn_01 {

}


/* 販売
--------------------------------------*/
#sale #box-wrap {
	width: 100%;
    max-width: none;
}
#sale .breadcrumbs {
	width: 960px;
    max-width: 960px;
	margin: 0 auto 30px;
}
#sale .block_01,
#sale .block_02,
#sale .block_03 {
	width: 960px;
    max-width: 960px;
	margin: 0 auto 60px;
}
#sale .btn_01 {
    margin-bottom: 60px;
}
#sale .btn_01 a {
    width: 400px;
	margin: 0 auto;
}
#sale .btn_02 {
    text-align: right;
	margin-top: 20px;
}

#sale .ttl_03 {
	margin-bottom: 40px;
}
#sale .ttl_04 {
	margin-bottom: 30px;
}
#sale .top_table {
	margin-bottom: 40px;
	width: 100%;
}
#sale .top_table td {
	vertical-align: top;
}
#sale .top_table .img {
	width: 420px;
	padding-right: 20px;
}

#sale .lineup_list {
	list-style: none;
	padding: 0;
	margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;	
}
#sale .lineup_list li {
	padding: 0 15px;
}

.lineup_list figure{
	max-width:185px;
}

.lineup_list figcaption{
	font-size:1rem;
	font-weight:600;
}

#sale .item-separator {
    margin-bottom: 0;
}

/* アフターサービス
--------------------------------------*/
/* 共通 */
#service #box-wrap {
	width: 100%;
    max-width: none;
}
#service .breadcrumbs {
	width: 960px;
    max-width: 960px;
	margin: 0 auto 30px;
}

#service .breadcrumbs {
	width: 960px;
    max-width: 960px;
	margin: 0 auto 30px;
}
#service .item-separator {
    margin-bottom: 0;
}

#service .ttl_03 {
	margin-bottom: 40px;
}
#service .ttl_04 {
	margin-bottom: 30px;
}
#service .top_table {
	margin-bottom: 40px;
	width: 100%;
}
#service .top_table td {
	vertical-align: top;
}
#service .top_table .img {
	width: 420px;
	padding-right: 20px;
}
#service .btn_02 {
    text-align: right;
	margin-top: 20px;
}

#service .list_01 {
    list-style: none;
	margin: 0;
	padding: 0;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between
}
#service .list_01 li {
	width: 31%;
	padding: 15px;
    border: 2px solid #f4f3f1;
    margin: 0 1% 20px;
}
#service .list_01 .box {
	
}
#service .list_01 .box h5 {
	color: #06508f;
	font-size: 18px;
	line-height: 1.5;
}
#service .list_01 .box .img {
	margin: 10px 0;
	text-align: center;
}
#service .list_01 .box .img img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
#service .list_01 .box .txt {
	font-size: 15px;
	line-height: 1.6;
}

#service .list_02 {
    list-style: none;
	margin: 0;
	padding: 0;
	
}
#service .list_02 li {
  padding-left: 1em;
  text-indent: -1em;
	font-size: 14px;
}
#service .list_02 li:before {
	content:"※" 
}
.list_02{
	list-style:none;padding:0;
}
.list_02.kome  li:before {
	content:"※" 
}
.list_02.kome{
	margin:0!important;
	padding:0!important;
}
.list_02.kome  li{
	font-size:14px;margin-bottom:2px;
}

#service .price_table {
	width: 960px;
    max-width: 960px;	
	margin: 0 auto;
	border: 1px #ddd solid;
}
#service .price_table th, 
#service .price_table td {
    text-align: center;
    border-bottom: 1px #ddd solid;
    border-right: 1px #ddd solid;
    padding: 15px 10px;		
}
#service .price_table tr:nth-child(1) {
    background-color: #fdeeef;
}
#service .price_table td {
    background: #f4f3f1;
}
#service .price_table tr:nth-child(even) td {
    background: #fff;
}

#service .price_table_02 {
	width: 960px;
    max-width: 960px;	
	margin: 0 auto;
	border: 1px #ddd solid;
}
#service .price_table_02 th, 
#service .price_table_02 td {
    text-align: center;
    border-bottom: 1px #ddd solid;
    border-right: 1px #ddd solid;
    padding: 15px 10px;		
}
#service .price_table_02 th {
    background-color: #fdeeef;
}
#service .price_table_02 td {
    background: #fff;
}


.flow_block {
    border: 2px solid #f4f3f1;
	padding: 25px;

	margin: 0 auto 30px;	
}
.flow_block table {
    width: 100%;
}
#service .flow_block table .txt {

}
#service .flow_block table .ttl_03{

}
#service .flow_block table .txt p{
	margin-top: 20px;
}
#service .flow_block table td {
	vertical-align: top;
}
#service .flow_block table .img {
	padding-left: 20px;
	width: 370px;
}

.service_table {
padding:20px;
	margin: 0 auto 30px;
	background-color: #fff;
}
#service .service_table td {
	vertical-align: top;
}
#service .service_table .txt {
	padding: 20px 0 20px 20px;
}
#service .service_table .txt .ttl_04 {

}
#service .service_table .txt p {

}
#service .service_table .img {
	width: 370px;
	padding: 20px;
}

#service .logo_table {
	width: auto;
	margin: 0 auto 40px;
}
#service .logo_table td {
	padding: 0 15px;
	vertical-align: middle;
}
#service .logo_table td img {
	height: 48px;
	width: auto;
}

#service .insurance_table {
	width: 100%;
}
#service .insurance_table td {
	padding: 0 10px;
	width: 20%;
}
.insurance_table  {
	border: 2px solid #06508f;

    padding: 10px 0;
    line-height: 1;
    text-align: center;
    position: relative;
    display: block;
}
.insurance_table p{
	    color: #06508f;
    font-size: 18px;
	font-weight:600;
}
#service .insurance_table a:hover {
    text-decoration: none;
	opacity: 0.8;
}
#service .insurance_table a span {
    display: block;
	margin: 10px 0;
	font-weight: bold;
}
.insurance_table:after {
    content: '';
    background-image: url(../../../wp-content/uploads/arrow_icon_02.png);
    background-size: 7px 11px;
    width: 7px;
    height: 10px;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
}
.insurance_table figure{
	margin-bottom:8px !important;
}
.insurance_table a::after{
	position: absolute !important;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
pointer-events: auto;
content: "" !important;
display:block !important;
background-color: transparent;
}

/* 点検・整備 */
.service-01 #wrap {
	width: 960px;
    max-width: 960px;	
	margin: 0 auto 60px;	
}
.service-01 .end_txt {
    text-align: center;
	margin-top: 30px;
	margin-bottom: 60px;
}
.service-01 .price_table tr th:nth-child(1), 
.service-01 .price_table tr td:nth-child(1) {
	width: 60%;
}

/* 車検 */
.box_border{
    padding: 15px;
    border: 2px solid #f4f3f1;
}
.box_border h4{
	font-size:18px;
}
.service-02 #wrap {
	width: 960px;
    max-width: 960px;	
	margin: 0 auto 60px;	
}
.service-02 .price_table {
	margin-bottom: 30px !important;
}
.service-02 .price_table tr th:nth-child(1) {
	width: 40%;
}
.service-02 .price_table tr th:nth-child(2),
.service-02 .price_table tr th:nth-child(3),
.service-02 .price_table tr th:nth-child(4),
.service-02 .price_table tr th:nth-child(5) {
	width: 15%;
}
.service-02 .list_02 {
	margin-bottom: 50px !important;
}
.service-02 .ttl_05 {
	margin-bottom: 20px;
}
.service-02 .ttl_05 .step_num {
	margin-right: 10px;
	color: #06508f;
}

.ttl_05 strong{
		margin-right: 10px !important;
}


/* 自動車保険 */
.service-03 .block_01,
.service-03 .block_03 {
	width: 960px;
    max-width: 960px;	
	margin: 0 auto 60px;	
	margin-top:-100px;
	padding-top:100px;	
}
.service-03 .block_02 {
    background-color: #edf6fe;
    padding: 60px 0 60px;
	margin-bottom: 60px;
}
.service-03 .block_02 .block {
	width: 960px;
    max-width: 960px;	
	margin: 0 auto;	
}

.service-03 .block_03 .price_table_02 {
	margin-top: 20px !important;
	margin-bottom: 40px !important;
}
.service-03 .block_03 .price_table_02 th {
    width: 50%;
}
.service-03 .block_03 .price_table_02 td {
    width: 50%;
}

/* スタッフ紹介
--------------------------------------*/
#staff #box-wrap {
	width: 100%;
    max-width: none;
}
#staff .breadcrumbs {
	width: 960px;
    max-width: 960px;
	margin: 0 auto 30px;
}
 #president {
	background-color: #edf6fe;
	background-image:url(../../../wp-content/uploads/bg.png);
	background-repeat:repeat;
	background-position:left top;	
	padding: 60px 0;
	margin-bottom: 60px;
}
#staff #president .philosophy_box {
	background-color: #fff;
	padding: 30px;
	box-shadow: 7px 7px 0px rgba(6,80,143,1);
}
#staff #president .philosophy_box h4 {
	color: #06508f;
	font-size: 22px;
}
#staff #president .philosophy_box p {
	font-size: 18px;
}
 .advice_box {
	background-color: #f4f3f1;
	padding: 20px;
	margin-bottom: 60px;
}
 .advice_box h4 {
	font-size: 20px;
    padding: 0 0 10px;
	margin-bottom: 20px;
	line-height: 1;
    border-bottom: 2px solid #06508f;
}
#staff #wrap .advice_box p {

}
#staff #wrap,
#staff #president .inner {
	width: 960px;
    max-width: 960px;
	margin: 0 auto;
}
.name {
	color: #06508f;
	font-size: 26px;
	margin-bottom: 20px;
}
#staff .block {
	margin-bottom: 30px;
	min-height:435px; 
	background-repeat:no-repeat;
	overflow: hidden;
}
#staff .block_01 {
	background-position:right top;
}
#staff .block_02 {
	background-position:left top;
}
#staff .block_01 .img_box {
	text-align: right;
}
#staff .block_01 .txt_box {
	float: left;
	margin: 0;
    margin-top: -400px;
    position: relative;
}
#staff .block_02 .txt_box {
	float: right;
	margin: 0;
    margin-top: -400px;
    position: relative;
}
#staff .txt_box {
	background-color: #06508f;
	padding: 5px 25px 25px;
	z-index: 2;
	width: 380px;
}
.staff_txt_box{
	padding: 25px 25px 25px;
}
.staff_txt_box h4{
	font-size:18px;
	margin:20px 0 2px;
}
.staff_box .wp-block-media-text__content{
	padding-right:0;
	padding-left:0;
	margin-top:30px;
}

#staff .txt_box p {
}
#staff .txt_box .name {
	font-weight: bold;
	font-size: 22px;
	color: #fff;
}
#staff .txt_box .question {
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 10px;
}
#staff .txt_box .answer {
	color: #fff;
}

#staff .item-separator {
    margin-bottom: 0;
}

/* よくあるご質問
--------------------------------------*/
#faq #box-wrap {
	width: 100%;
    max-width: none;
}
#faq .breadcrumbs {
	width: 960px;
    max-width: 960px;
	margin: 0 auto 30px;
}
#faq #wrap {
	width: 960px;
    max-width: 960px;
	margin: 0 auto 60px;
}
#faq #wrap .ttl_03 {
	margin-bottom: 20px;
}
#faq #wrap table {
	width: 100%;
}
#faq #wrap table td {
	padding: 25px 0;
	border-bottom: 1px solid #ddd;
}
#faq table .question {
	background-image:url(../images/faq/question_icon.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding: 5px 0 0 50px;
	min-height: 40px;
	margin-bottom: 15px;
	font-size: 18px;
}
#faq table .answer {
	background-image:url(../images/faq/answer_icon.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding: 5px 0 0 50px;
	min-height: 40px;
}

#faq .item-separator {
    margin-bottom: 0;
}

/* 採用情報
--------------------------------------*/
#recruit #box-wrap {
	width: 100%;
    max-width: none;
}
#recruit .breadcrumbs {
	width: 960px;
    max-width: 960px;
	margin: 0 auto 30px;
}
#recruit .block_01{
	background-color: #06508f;
	padding: 20px;
}
.keiei_block_01{
	padding: 20px;
}
.keiei_block_01 h3 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 20px;
}
.keiei_block_01 p {
    color: #fff;
    font-size: 20px;
    line-height: 2;
}
#recruit .block_01,
#recruit .block_02 ,
#recruit .block_03 {
	width: 960px;
    max-width: 960px;	
	margin: 0 auto 60px;	
}
#recruit .ttl_03{
	margin-bottom: 40px;
}
#recruit .top_table {
	width: 100%;
	margin: 0 auto;
}
#recruit .top_table .img {
	width: 450px;
}
#recruit .top_table .txt {
	width: auto;
	padding: 20px 20px 20px 40px;
	vertical-align: top;
}
#recruit .top_table .txt h3 {
	color: #fff;
	font-size: 32px;
	margin-bottom: 20px;
}
#recruit .top_table .txt p {
	color: #fff;
	font-size: 20px;
	line-height: 2;
}

#recruit .block_02 .txt {
	text-align: center;
}

#recruit .human_table {
	width: 960px;
    max-width: 960px;
	margin: 30px auto;	
}
#recruit .human_table td {
	padding: 0 15px;
	text-align: center;
	width: 25%;
	vertical-align: middle;	
	height: 210px;	
}
.human_box {
	background-image:url(../../../wp-content/uploads//human_bg.png);
	background-repeat:no-repeat;
	background-position:center top;	
	height: 100%;
	height: 210px;	
	padding: 0 15px;
	display: flex;	
	align-items: center; 
	justify-content: center;
}
.human_box  p {
	color: #fff;
	font-size: 22px;
	text-align: center;
}
.recruit_fukuri h4{
	font-size:18px;
}

#recruit .welfare_table {
	width: 960px;
    max-width: 960px;
	margin: 0 auto;	
}
#recruit .welfare_table td {
	padding: 0 15px;
	vertical-align: top;
	width: 33%;
}
#recruit .welfare_table .box {
	
}
#recruit .welfare_table .box .img {
	
}
#recruit .welfare_table .box .ttl_05 {
	font-size: 18px;
	margin: 15px 0;
	line-height: 1.5;
}
#recruit .welfare_table .box .txt {
	font-size: 15px;
}


#recruit .item-separator {
    margin-bottom: 0;
}

/* 店舗案内
--------------------------------------*/
#shop #box-wrap {
	width: 100%;
    max-width: none;
}
#shop .breadcrumbs {
	width: 960px;
    max-width: 960px;
	margin: 0 auto 30px;
}
#shop .ttl_03 {
	margin-bottom: 40px;
}
#shop .block_01 {
    width: 960px;
    max-width: 960px;
    margin: 0 auto 60px;
}
#shop .block_02 {
    background-color: #edf6fe;
    padding: 60px 0 60px;
}
#shop .block_02 .block {
	width: 960px;
    max-width: 960px;
	margin: 0 auto;
}
#shop .top_table {
    margin-bottom: 50px;
    width: 100%;
}
#shop .top_table td {
	vertical-align: top;
}
#shop .top_table .txt {

}
#shop .top_table .img {
    width: 420px;
    padding-left: 20px;
}
#shop .gaiyou_table {
    width: 100%;
}
#shop .gaiyou_table th {
    text-align: center;
    padding: 10px 10px;
	background: #f4f3f1;
	width: 20%;
}
#shop .gaiyou_table td {
    text-align: left;
    padding: 10px 10px;
	background: #f4f3f1;
	width: 80%;	
}
#shop .gaiyou_table tr:nth-child(even) th,
#shop .gaiyou_table tr:nth-child(even) td {
    background: #fff;
}
#shop .gallery_list {
	width: 100%;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}
#shop .gallery_list li {
	width: 33.3%;
	float: left;
	padding: 0 15px 20px;
}
#shop .gallery_list li {
	width: 33.3%;
	float: left;
	padding: 0 10px 20px;
}
#shop .gallery_list .box {
	background-color: #fff;
	padding: 10px 10px 15px 10px;
}
#shop .gallery_list .box .img {
	text-align: center;
}
#shop .gallery_list .box .img img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
#shop .gallery_list .box .ttl_04 {
	margin: 10px 0 15px;
	padding: 10px;
}
#shop .gallery_list .box .txt {
	font-size: 14px;
}

#shop .item-separator {
    margin-bottom: 0;
}

/* お問い合わせ
--------------------------------------*/
.smf-button-control button[data-action="back"]{
	background-color:#fff!important;
}
 .privacy p {
	font-size: 13px;
	line-height: 1.5;
}
.smf-button-control button[type="submit"]{
	    background-color: #e70008;
}
#userForm .rsform-block > label {
	padding: 0;
	border:none;
}

.formContainer .control-group {
	padding: 20px 0;
    border-bottom: dotted 1px #f4f3f1;	
}
#userForm .rsform-block .formControls {
    padding: 0;
	border:none;	
}
#userForm .rsform-block {
	margin: 0;
}
.formContainer .rsform-block-submit {
	border:none;	
}
.row-fluid .radio, .row-fluid .checkbox {
    padding-left: 0;
}
#userForm .rsform-block.rsform-block-attach02 {
    border: none;
}
#userForm .rsform-block.rsform-block-filetxt {
   padding: 0 0 20px;
}
#userForm .rsform-block.rsform-block-filetxt .formtxt {
    text-align: center;
}
#userForm .rsform-block.rsform-block-filetxt .formtxt p {
   font-size: 14px;
    display: inline-block;
    text-align: left;	
}

/* システムページ
--------------------------------------*/
#login #promo-page-title,
#success #promo-page-title,
#contribute #promo-page-title{
    display: block;
}
#system-message-container .alert-heading {
    display: none;
}
#login #box-wrap,
#success #box-wrap {
	margin: 20px auto 0;
}

/*20211109 エディタ上でレイアウト確認*/
.mceContentBody #president {
    background-color: #edf6fe;
    background-image: url(https://suzuki-takada.com/templates/business/images/staff/bg.png);
    background-repeat: repeat;
    background-position: left top;
    padding: 60px 0;
    margin-bottom: 60px;
}
.mceContentBody .name {
    color: #06508f;
    font-size: 26px;
}
.mceContentBody .txt_box {
    background-color: #06508f;
    padding: 5px 25px 25px;
    z-index: 2;
    width: 380px;
}
.mceContentBody .txt_box .question {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
}
.mceContentBody .txt_box .answer {
    color: #fff;
}
.mceContentBody #wrap .advice_box {
    background-color: #f4f3f1;
    padding: 20px;
    margin-bottom: 60px;
}
.mceContentBody #wrap .advice_box h4 {
    font-size: 20px;
    padding: 0 0 10px;
    margin-bottom: 20px;
    line-height: 1;
    border-bottom: 2px solid #06508f;
}
.mceContentBody .block {
    margin-bottom: 30px;
    min-height: 435px;
    background-repeat: no-repeat;
    overflow: hidden;
}
.mceContentBody .block_02 {
    background-position: left top;
}
.mceContentBody .block_02 .txt_box {
    float: right;
    margin: 0;
        margin-top: 0px;
    margin-top: -400px;
    position: relative;
}
.mceContentBody .block_01 .txt_box {
    float: left;
    margin: 0;
        margin-top: 0px;
    margin-top: -400px;
    position: relative;
}
.mceContentBody .block_01 .img_box {
    text-align: right;
}
.mceContentBody .block {
    border: 1px solid #666;
    padding: 10px;
}

/* ↑PC・スマホ共通デザイン */
