@charset "utf-8";
/*
Theme Name:GENSEN-child
Description:WordPressテーマ「GENSEN」の子テーマ
Template:gensen_tcd050
Version:1.9.2
*/

/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */

/* ロゴ横のキャッチフレーズ非表示 */
#header_logo .desc, #header_logo_fix .desc { display: none; }

/*グローバルメニュー最後の項目のサブメニューが画面からはみ出さないように*/
#global_menu ul li:last-child ul { left: auto; right: 0; }

/* ヘッダー追加エリア */
#header__upper { background-color: #c50018; }
#header__upper .inner { min-height: auto !important; display: flex; display: -webkit-flex; align-items: center; justify-content: space-between; padding-top: 15px; padding-bottom: 15px; }
#header-left { height: auto; font-size: 14px; line-height: 1; color: white; }
#header-right { display: flex; display: -webkit-flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; margin: 0 -1rem -0.75rem 0; }
#header-right > div { margin: 0 1rem 0.75rem 0; }
#header-right-1 { display: flex; display: -webkit-flex; align-items: center; justify-content: center; }
#header-right-1 a { height: 28px; background: #ffffff; }
#header-right-1 a img { transition: all 0.2s ease 0s; }
#header-right-1 a:hover img { opacity: 0.75; }
#header-right-2 { display: flex; display: -webkit-flex; align-items: center; justify-content: center; }
label.screen-reader-text { display: none; }
#header-search { box-sizing: border-box; position: relative; border: none; background: #ffffff; display: block; padding: 0 0.5em; border-radius: 1em; height: 2em; width: 210px; overflow: hidden;}
#header-sbox { height: 2em; border: none;	 }
#header-sbtn { position:absolute; right: 0.25em; top:0.15em; background:none; color:#c50018; border:none; font-size:1.3em; }
#header-sbtn:hover{ color:#9b001c; }
#header_top_2 { display: flex; display: -webkit-flex; align-items: center; justify-content: flex-end; margin-right: -0.75rem; margin-left: 0.75rem; }
#header_top_2 a { font-size: 12px; line-height: 1; color: rgba(255,255,255,0.75); margin-right: 0.75rem; }
#header_top_2 a:hover { color: rgba(255,255,255,1); }
#header__upper .clearfix::after { display: none; }
@media screen and (max-width: 768px) {
	#header__upper .inner { min-height: auto !important; }
}
@media only screen and (max-width:991px) {
	#header__upper .inner { height: auto !important; }
}
@media screen and (max-width: 1024px) {
	#header__upper .inner { justify-content: center; }
	#header-left { display: none; }
	#header-right { justify-content: center; }
}

/* パンくずリンク */
#breadcrumb { width: 100%; height:65px; line-height:65px; overflow:hidden; border-bottom:1px solid #ddd; }
#breadcrumb ul { color:#999; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
#breadcrumb li a { color:#000; }
#breadcrumb li a:hover { color:#c50018; }
#breadcrumb li { display:inline; margin:0; padding:0; font-size:14px; color:#000; vertical-align:middle; position:relative; }
#breadcrumb li:after {
  font-family:'design_plus'; content:'\e910'; font-size:10px; display:inline; padding:0 0.3em 0 0.6em; position:relative; bottom:1px;
  -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;
}
#breadcrumb li:last-child:after { content:''; padding:0; }
#breadcrumb li.home a span { display:none; }
#breadcrumb li.home a:before { content:'\e90c'; font-family:'design_plus'; color:#000;
  -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;
}
#breadcrumb li.home a:hover { text-decoration:none; }
#breadcrumb li.home a:hover:before { color:#c50018; }
#breadcrumb li.last { color:#c50018; }

/* ----------------------------------------------------------------------
 トップページ
---------------------------------------------------------------------- */

/* カテゴリーリスト */
.home-category_list { margin-bottom:68px; }
.home-category_list ul { margin:70px 0 0 0; padding:0; font-size:0; }
.home-category_list ul li {width:23.333%; margin:0 2.222% 48px 0; display:inline-block; vertical-align:top; }
.home-category_list ul li:nth-child(4n) { margin-right:0; }
.home-category_list ul li a { display:block; text-decoration:none; background:#eee; }
.home-category_list ul li a:hover { background:#ddd; }
.home-category_list ul li .info { margin:0; padding:10px; font-size:16px; line-height:1.7; font-weight:400; }
.home-category_list ul li .info h3 { font-size:90%; line-height:1; text-align: center; }
.home-category_list ul li.has_image .image { width:100%; height:0; overflow:hidden; padding-top:64.285%; position:relative; }
.home-category_list ul li.has_image .image img { display:block; width:100%; height:auto; position:absolute; top:50%; left:50%; transform: translateY(-50%) translateX(-50%); }
@media only screen and (max-width:991px) {
  .home-category_list ul li {width:31.852%; margin:0 2.222% 48px 0; display:inline-block; vertical-align:top; }
  .home-category_list ul li:nth-child(4n) { margin-right:2.222%; }
  .home-category_list ul li:nth-child(3n) { margin-right:0 }
}
@media only screen and (max-width:767px) {
  .home-category_list { margin-bottom:30px; }
  .home-category_list ul { margin:26px 0 0 0; padding:0; }
  .home-category_list ul li { margin:0 0 12px 0; padding:0; width:48.889%; float:left; }
  .home-category_list ul li:nth-child(4n) { margin-right:0; }
  .home-category_list ul li:nth-child(even) { float:right; }
  .home-category_list ul li .info h3 { font-size:70%; }
}

/* お知らせ */
#index_news_mobile { display:block; margin:16px 0 0 0; border-bottom:none; }
#index_news_mobile .cb_headline { color: #c50018; }
#index_news_mobile ol { margin:0; padding:0; }
#index_news_mobile ol li { box-sizing: border-box; margin:-1px 0; padding:0; font-size:14px; line-height:1.6; border: solid #ddd; border-width: 1px 0; }
#index_news_mobile ol li a { display:block; padding:11px 0; }
#index_news_mobile .entry-date { display:inline-block; margin: 0.5em 2em 0.5em 0; font-size:100%; color:#b69e84; text-decoration:none !important; }
#index_news_mobile .archive_link { margin:16px 0 0 0; text-align:center; }
#index_news_mobile .archive_link a { display: inline-block; padding: 0 42px; min-width: 114px; line-height: 50px; text-decoration: none; color: #fff; background: #aaa; position: relative; }
#index_news_mobile .archive_link a:after { content:'\e910'; font-family:'design_plus'; display:inline-block; line-height:1; margin-top:-0.5em; position:absolute; top:50%; right:8px; }
#index_news_mobile .archive_link a:hover { background:#b69e84; }
@media only screen and (max-width:1024px) {
	#index_news_mobile .cb_headline { font-size: 20px; }
}

/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */

/* ウィジェットエリア */
#footer_widget { padding: 30px 0 0; border: none; }
.footer_widget { margin: 0; }
@media screen and (max-width: 768px) {
	#footer_widget { padding: 30px 0 10px; }
	.footer_widget { margin: 0 0 10px; }
}
@media only screen and (max-width:991px) {
	#footer_widget { padding: 30px 0 10px; }
	.footer_widget { margin: 0 0 10px; }
}

/* 連絡先*/
#footer_contact img { margin: 5px 0 0 0; }
.footer_phone { width: 100%; margin: 0 auto 10px; border: solid 1px rgba(255,255,255,0.5); text-align: center; color: rgba(255,255,255,1); line-height: 1.5; box-sizing: border-box; }
.footer_phone span { font-size: 1.5em; font-weight: bold; vertical-align: middle; }
@media screen and (max-width: 768px) {
	#footer_contact { text-align: center; }
	#footer_contact img { margin: 0 auto; }
}
@media only screen and (max-width:991px) {
	#footer_contact { text-align: center; }
	#footer_contact img { margin: 0 auto; }
}

/* フッター最下部 */
#footer_info { padding: 20px 0 0 0; position: relative; }
#footer_logo { display: none; }
#copyright { margin: 0 -10% 0 -10%; padding: 17px 20px; width: initial; width: auto; font-size: 10px; line-height: 1.6; text-align: center; background: #000; position: static; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; }
@media screen and (max-width: 768px) {
	#footer_info { padding: 20px 0 0 0; position: relative; }
	#footer_logo { display: none; }
	#copyright { margin: 20px -20px 0 -20px; }
}
@media only screen and (max-width:991px) {
	#footer_info { padding: 20px 0 0 0; position: relative; }
	#footer_logo { display: none; }
	#copyright { margin: 20px -20px 0 -20px; }
}

/* ページトップに戻るボタン */
#return_top { display: none; position: fixed; bottom: 0; right: 0; }
#return_top a { display: block; width: 50px; height: 50px; border-radius: 0; }
#return_top a::before { font-family: 'design_plus'; color: #fff; font-size: 16px; display: block; position: absolute; top: 50%; left: 50%; margin: -0.4em 0 0 -0.5em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* ----------------------------------------------------------------------
 製品情報
---------------------------------------------------------------------- */

/* 仕様表 */
.post_content table, tbody, tr, th, td { width: 100%; text-align: center; vertical-align: middle; overflow: auto; white-space: nowrap; }
.post_content td p { margin: 0; }

/* 付属品 */
.rz-accessories { display: inline-block; text-align: center; }
.rz-accessories img { max-height: 80px; width: auto; }
.rz-accessories p { font-size: 0.75em; margin: 0; padding: 0; line-height: 1.5; }

/* ----------------------------------------------------------------------
 ダウンロード
---------------------------------------------------------------------- */

/* テーブルのテキストを左揃えに */
.table-textleft table, tbody { width: 100%; }
.table-textleft tr, th, td { width: 50%; text-align: left; overflow: hidden; white-space: normal; }


/* ----------------------------------------------------------------------
 MW WP Form Style Business
---------------------------------------------------------------------- */

/**
 * 構造
 */
.mw_wp_form {
	margin: 0 0 1em;
}
.mw_wp_form table {
	margin: 0 0 1em;
	table-layout: fixed;
	border-collapse: collapse;
	border: #ddd solid 1px;
	font-size: 100%;
	width: 100%;
}

.mw_wp_form table th,
.mw_wp_form table td {
	border: #ddd solid 1px;
	font-size: 100%;
	font-weight: normal;
	padding: 1.2em;
	text-align: left;
	vertical-align: top;
}

.mw_wp_form table th {
	background-color: #f5f5f5;
	width: 30%;
}

.mw_wp_form table td {
	background-color: #fff;
}

@media screen and ( max-width: 970px ) {
	.mw_wp_form table,
	.mw_wp_form table tbody,
	.mw_wp_form table tr,
	.mw_wp_form table th,
	.mw_wp_form table td {
		display: block;
		width: auto;
	}
	.mw_wp_form table {
		border-right: none;
		border-bottom: none;
		border-left: none;
	}
	.mw_wp_form table th {
		border-top: none;
		padding: .5em 1em;
	}
	.mw_wp_form table td {
		border-top: none;
	}
}

/**
 * 画像
 */
.mw_wp_form .mw-wp-form_image {
	margin-top: 5px;
}

.mw_wp_form .mw-wp-form_image img {
	max-width: 100%;
}

/**
 * 必須
 */
.mw_wp_form .require {
	background-color: #08427C;
	border-radius: 2px;
	color: #fff;
	float: right;
	font-size: 11px;
	padding: .2em .4em;
	position: relative;
}

/**
 * 注釈
 */
.mw_wp_form .notes {
	color: #999;
	display: block;
	font-size: 12px;
	margin: 5px 0 0;
}

/**
 * エラーメッセージ
 */
.mw_wp_form .error {
	color: #b70000;
	display: block;
	margin: 5px 0 0;
}

/**
 * アクションボタン
 */
.mw_wp_form .action-buttons {
	text-align: center;
}

/**
 * フォーム項目基本
 */
.mw_wp_form input,
.mw_wp_form select,
.mw_wp_form textarea {
	box-sizing: border-box;
	max-width: 100%;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	width: auto;
}

/**
 * ボタン
 */
.mw_wp_form input[type="submit"],
.mw_wp_form input[type="button"],
.mw_wp_form button {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.5 ),
							inset 0 15px 17px rgba( 255, 255, 255, 0.5 ),
							inset 0 -5px 12px rgba( 0, 0, 0, 0.05 );
	color: rgba( 0, 0, 0, .8 );
	cursor: pointer;
	-webkit-appearance: button;
	line-height: 1;
	padding: .7em 1.5em;
	text-shadow: 0 1px 0 rgba( 255, 255, 255, 0.8 );
}

.mw_wp_form input[type="submit"]:hover,
.mw_wp_form input[type="button"]:hover,
.mw_wp_form button:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.8 ),
							inset 0 15px 17px rgba( 255, 255, 255, 0.8 ),
							inset 0 -5px 12px rgba( 0, 0, 0, 0.02 );
}

.mw_wp_form input[type="submit"]:focus,
.mw_wp_form input[type="submit"]:active,
.mw_wp_form input[type="button"]:focus,
.mw_wp_form input[type="button"]:active,
.mw_wp_form button:focus,
.mw_wp_form button:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba( 255, 255, 255, 0.5 ),
							inset 0 2px 5px rgba( 0, 0, 0, 0.15 );
}

/**
 * 選択項目
 */
.mw_wp_form label {
	display: inline-block;
	margin: 0 5px 0 0;
}

.mw_wp_form label input[type="checkbox"],
.mw_wp_form label input[type="radio"] {
	margin: 0 5px 0 0;
}

/**
 * テキスト
 */
.mw_wp_form input[type="text"],
.mw_wp_form input[type="password"],
.mw_wp_form input[type="number"],
.mw_wp_form input[type="email"],
.mw_wp_form input[type="url"],
.mw_wp_form textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: .2em .4em;
	outline: 0;
}

.mw_wp_form input[type="text"]:focus,
.mw_wp_form input[type="password"]:focus,
.mw_wp_form input[type="number"]:focus,
.mw_wp_form input[type="email"]:focus,
.mw_wp_form input[type="url"]:focus,
.mw_wp_form textarea:focus {
	border: 1px solid #97c1ec;
}

/**
 * 複数行テキスト
 */
.mw_wp_form textarea {
	overflow: auto;
	vertical-align: top;
	width: 100%;
}

/**
 * ファイル
 */
.mw_wp_form input[type="file"] {
	display: inline;
}

/**
 * 電話番号、郵便番号
 */
.mw_wp_form .mwform-zip-field input,
.mw_wp_form .mwform-tel-field input {
	margin-right: 3px;
	margin-left: 3px;
}

/* ----------------------------------------------------------------------
 その他
---------------------------------------------------------------------- */

/* アンカー位置をメニューバーの高さ分下にずらす */
h3.anchor{  display: block; padding-top: 180px; margin-top: -180px; }


