﻿@charset "UTF-8";

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: container */

html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
}
article {
	width: 100%;
	margin: 0 auto;
}
article {
	max-width: 1080px;/* 共通コンテンツ幅 */
	padding-left:1%;
	padding-right:1%;
}
@media screen and (min-width: 1080px) {
	article {
		padding-left:0;
		padding-right:0;
	}
}
.breadCrumb ul {
	max-width: 1080px;
}
ul,ol {
	padding: 5px 5px 5px 20px;
	margin: 0;
}
@media screen and (min-width:720px) {
	.sp_only {
		display: none;
	}
}
@media screen and (max-width:719px) {
	.pc_only {
		display: none;
	}
}
/*--------------------------------------- header */

header {
	position: relative;
	background-color: transparent;
}
header #header_inner {
	max-width: 100%;/* ヘッダ幅100% */
	/* max-width: 1280px; ヘッダ最大幅1280px */
	margin:0 auto;
	padding: 0 10px 0 10px;
	background-color: transparent;
	display: flex;
}
@media screen and (min-width:720px) {
	header #header_inner {
		padding: 0 180px 0 10px;/* sp_menu幅確保 */
	}
}
@media screen and (max-width:719px) {
	header #header_inner {
		padding: 0 180px 0 10px;/* sp_menu幅確保 */
	}
}
header #header_logo {
	flex-basis: 300px;/* ロゴの幅 */
	margin: 15px 0 15px 0;
	padding: 0;
	line-height: 0;
	vertical-align: middle;
}
header #header_contents{
	flex: 1;
}
header #header_logo a {
	display: inline-block;
	padding: 0;
}
header #header_logo img {
	width:100%;
	vertical-align: middle;
}
/* header_contents */
#header_menu_upper{
	float:right;
	font-size:0.8em;
	margin-top:25px;
}
#header_menu_lower{
	clear:right;
	float:right;
}
#header_menu_upper ul,
#header_menu_lower ul{
	margin: 0;
	padding: 0;
	line-height: 1;
	display:inline-block;
}
#header_menu_upper li,
#header_menu_lower li{
	display:inline-block;
}
@media screen and (max-width:719px) {
	#header_menu_upper,
	#header_menu_lower{
		display: none;
	}
}

/*--------------------------------------- footer */
footer {
	max-width: 100%;/* フッタ幅100% */
	/* max-width: 1280px; フッタ最大幅1280px */
	border-top:1px solid #D6D6D6;
	margin-top:80px;
	font-weight:bold;
}
@media screen and (max-width: 719px) {
	footer {
		margin-top:30px;
	}
}
footer a:link,
footer a:visited,
footer a:hover{
	text-decoration:none;
}
footer .footerBox_1 {
	padding: 20px;
}
footer .footerBox_1 table td{
	font-size: 1em;
}
footer .footerBox_1 table.noresponsive td{
	width:50% !important;
}
footer .footerBox_2 {
	padding: 20px;
}
footer ul{
	list-style:none;
	margin:0;
	padding-left:1.5em;
}
footer .footer_logo {
	text-align:center;
}
footer .footer_logo a {
	display: inline-block;
	text-decoration: none;
	padding: 10px;
}
footer .footer_logo a img{
	width:150px;
}
footer .footer_link {
	width:49%;
	display:inline-block;
	font-weight:normal;
}
footer .footer_copyright {
	width:49%;
	display:inline-block;
	text-align:right;
	font-size: 1em;
	font-weight:normal;
}
@media screen and (max-width: 719px) {
	footer .footer_link {
		width:100%;
		display:block;
		text-align:center;
	}
	footer .footer_copyright {
		width:100%;
		display:block;
		text-align:center;
	}
}

/*--------------------------------------- sp_menu */

.sp_menu{
	overflow-y: scroll;
	max-height: 100%;
}
@media screen and (min-width: 720px), print {
	.sp_menu_btn,
	.sp_menu {
		display: inline-block;
		box-sizing: border-box;
	}
}
@media screen and (max-width:719px) {
	.sp_menu_btn,
	.sp_menu_btn span {
		display: inline-block;
		box-sizing: border-box;
	}
}
.sp_menu_btn {
	width: 135px;
	height: 45px;
	padding:2px;
	background-image:url('./img/btn_menu.png');
	background-repeat:no-repeat;
	background-color:rgba(255,255,255,0.5);
	cursor:pointer;
}
.sp_menu_btn.close{
	width: 135px;
	height: 60px;
	padding:2px;
	background-image:url('./img/btn_menu_close.png');
	background-repeat:no-repeat;
	background-position:right;
	cursor:pointer;
}
.sp_menu_btn span {
	position: absolute;
}
.sp_menu_btn {
	position: fixed;
	top: 18px;
	right: 20px;
	z-index: 1000;
}
.sp_menu_btn.close{
	top: 11px;
}
.sp_menu {
	position: fixed;
	z-index: 135;
	right: -100%;
	top: 0;
	width:380px;
	max-width: 95%;
	height: auto;
	padding: 60px 10px;
	background-color: #FFFFFF;
	box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.2);
	overflow-y: auto;
	opacity:0;
	transition: right 0.2s;
	border:1px solid #757575;
}
.sp_menu a:link,
.sp_menu a:visited,
.sp_menu a:hover{
	text-decoration:none;
}
.sp_menu.menu_fixed {
	right: 0;
	opacity: 10;
}
.sp_menu_bg {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
	display: none;
}
.sp_menu_bg.bg_fixed {
	display: block;
	background-color: transparent;
}
@media screen and (max-width: 719px) {
	.sp_menu_btn {
		width: 110px;
		height: 35px;
		padding:2px;
		background-image:url('./img/btn_menu.png');
		background-repeat:no-repeat;
		background-color:rgba(255,255,255,0.5);
		background-position:right center;
		background-size:contain;
		cursor:pointer;
	}
	.sp_menu_btn.close{
		width: 110px;
		height: 35px;
		padding:2px;
		top: 18px;
		right: 20px;
		background-image:url('./img/btn_menu_close.png');
		background-repeat:no-repeat;
		background-position:right center;
		background-size:contain;
		cursor:pointer;
	}
}

/*--------------------------------------- page_titlebar */
.titlebar{
	border-top:1px solid #000000;
	padding-top:80px;
	padding-bottom:60px;
	background: rgb(232,232,232);
	background: linear-gradient(90deg, rgba(232,232,232,1) 0%, rgba(255,255,255,1) 100%);
}
.titlebar .titlebar_title{
	max-width: 1080px;
	margin:0 auto;
}
.titlebar .titlebar_title img{
	width: 100%;
	max-width: 600px;
	padding-left:calc(100vw * 0.03);
}

/*--------------------------------------- columnBox */

.columnBox .column {
	padding:1em 20px;
}
@media screen and (min-width: 720px), print {
	.columnBox {
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	.columnBox .column {
		display: table-cell;
		vertical-align: top;
	}
}

/*--------------------------------------- sideContaints */

#side {
	padding: 10px;
	border: 1px solid #ddd;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#side .menu_title {
	background-color: #eeeeee;
	font-size: 1.1em;
	padding: 1em 20px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	box-sizing: border-box;
}
#side ul {
	list-style: none;
	padding: 10px 0 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#side ul li {
	border-top: 1px solid #dddddd;
	position: relative;
}
#side ul li:first-child {
	border-top: none;

}
#side li a {
	color: #333;
	font-size: 0.95em;
	text-decoration: none;
	display: block;
	padding: 0.5em 0.5em 0.5em 2em;
	transition: color linear 0.2s;
	background-image:url(img/icon_right_arrow.png);
	background-repeat:no-repeat;
	background-position:0.5em 0.8em;
}
#side li a:hover {
	color: #777;
	background-image:url(img/icon_right_arrow.png);
	background-position:0.8em 0.8em;
}
#side li.current a {
	background-color: #EFEFEF;
}
@media screen and (min-width:720px) {
	.columnBox .column_side {
		width:280px;
	}
}
@media screen and (max-width: 719px) {
	.columnBox .column_side {
		padding: 1em 0 0;
	}
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: common_setting */

img {
	max-width: 100%;
	height: auto !important;
	width /***/: auto;
}
table td img{
	max-width: 100%;
	height:auto !important;
}
iframe{
	max-width:100%;
}
@media screen and (min-width:720px) {
	.only_pc{
		display:block;
	}
	.only_sp{
		display:none;
	}
}
@media screen and (max-width:719px) {
	.only_pc{
		display:none;
	}
	.only_sp{
		display:block;
	}
}
a[href$=".pdf"] {
	background: url(img/ic_pdf02.png) no-repeat 100% 50%; 
	padding:2px 26px 2px 0; 
}

/*--------------------------------------- font */

html {
	font-size: 62.5%;
}
body {
	font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",Meiryo, sans-serif;
	color: #000000;
	font-size: 1.35em;
	line-height: 2;
	letter-spacing: 0.05rem;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width:719px) {
	html,body {
		-webkit-text-size-adjust: 100%;
		-webkit-overflow-scrolling: touch;
	}
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	position: relative;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}
.lower h1,
h2 {
	font-weight: bold;
	padding: 0.5em 10px;
	max-width: 1140px;
	margin: 0 auto;
	text-align: center;
}
/* h:変更した場合はstyle_editor.cssにも反映すること */
h3 {
	font-weight: normal;
	padding: 0.5em 0 0;
	margin-bottom:0.5em;
}
h4{
	padding: 0.35em;
	margin: 1em 0;
	font-weight: normal;
	color: #ffffff;
	background-color: #001441;
}

h5 {
	margin: 1.5em 0 1em;
	padding: 0 10px 0 30px;
}
h5:before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	border: 6px solid #001441;
	position: absolute;
	left: 0;
	top: 4px;
}
h6 {
	font-weight: bold;
	margin: 1em 0;
	padding:0.2em;
	background:#F1FFFB;
}
@media screen and (min-width: 720px), print {
	.lower h1,
	h2 {
		font-size: 1.71em;
	}
	h3 {
		font-size: 1.6em;
	}
	h4 {
		font-size: 1.3em;
	}
	h5 {
		font-size: 1.1em;
	}
	h6 {
		font-size: 1em;
	}
}
@media screen and (max-width: 719px) {
	.lower h1,
	h2 {
		font-size: 1.4em;
	}
	h3 {
		font-size: 1.4em;
	}
	h4 {
		font-size: 1.2em;
	}
	h5,h6 {
		font-size: 1em;
	}
}
.bold {
	font-weight: bold;
}

/*--------------------------------------- color */

a {
	color: #000000;
}
a:hover {
	color: #656565;
}
a:hover img{
	opacity: 0.8;
}
.white{color:#FFFFFF;}
.black{color:#000000;}
.red{color:#d2202f;}
.blue{color:#40559F;}
.bg_white{background-color:#FFFFFF;}
.bg_black{background-color:#000000;}
.bg_lightgrey{background-color:#F9F9F9;}
.bg_grey{background-color:#EFEFEF;}
.bg_blue{background-color:#40559F;color:#FFFFFF;}
.bg_lightblue{background-color:#B8C8DF;}
.bg_red{background-color:#d2202f;color:#FFFFFF;}
.bg_lightred{background-color:#FFD9DE;}
.bg_pink{background-color:#f7d8ea;}
.bg_yellow{background-color:#FFF599;}
.bg_green{background-color:#60D795;color:#FFFFFF;}
.bg_lightgreen{background-color:#C5FFDF;}
.bg_cream{background-color:#FFFFFA;}

/*--------------------------------------- btn */

.btn {
	text-align: center;
	display: block;
	padding: 0.5em 20px;
}
.btn a {
	border-radius: 5px;
	padding: 0.8em 2em;
	line-height: 1.5;
	background-color: #001441;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	transition: background-color linear 0.2s;
}
.btn a:hover {
	background-color: #1d86ed;
}

/* CMSエディター：ボタン */
.editor-style-btn1 {
	display: inline-block;
	margin: 0.5em 20px;
	padding: 0.8em 2em;
	color: #FFFFFF;
	border-radius: 5px;
	background-color: #001441;
	transition: background-color linear 0.2s;
}
.editor-style-btn1:hover {
	background-color: #1d86ed;
}

.editor-style-btn1 a {
	color: #FFFFFF;
	text-decoration: none;
}

.editor-style-text1 {
	color: #ffffff;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3),-1px -1px 5px rgba(0, 0, 0, 0.3);
}

/*--------------------------------------- table */

table {
	border-collapse: collapse;
}
table th,
table td {
	border: 1px solid #CCCCCC;
}
table th {
	background: #F4F4F4;
}
table[border="0"],
table[border="0"] th,
table[border="0"] td {
	border: none;
}
table[border="1"],
table[border="1"] th,
table[border="1"] td {
	border: 1px solid #CCCCCC;
}
table[border="1"] th table[border="0"] td,
table[border="1"] td table[border="0"] td {
	border: none;
}

@media screen and (max-width:719px) {
	table th {
		width: auto !important;
	}
	.sp_table td,
	.sp_table th,
	.sp_table tr{
		display: block;
		width: 100%!important;
	}
}
table.responsive,
table.responsive2c {
	border-collapse: collapse;
	font-size: 1.1em;
}
table.responsive[border="0"],
table.responsive[border="0"] th,
table.responsive[border="0"] td,
table.responsive2c[border="0"],
table.responsive2c[border="0"] th,
table.responsive2c[border="0"] td {
	border: none;
}
@media screen and (max-width: 719px) {
	table.responsive,
	table.responsive2c {
		max-width:100%;
	}
	table.responsive td,
	table.responsive th{
		display: block;
		width: 100% !important;
	}
	table.responsive2c td,
	table.responsive2c th{
		float:left;
		width: 50% !important;
	}
	table.responsive td img,
	table.responsive2c td img {
		max-width:100%;
		height:auto;
	}
	table.noresponsive td,
	table.noresponsive th{
		display: table-cell;
		width: inherit !important;
	}
}
table.responsive[border="0"] td table:not([border="0"]) th,
table.responsive[border="0"] td table:not([border="0"]) td,
table.responsive2c[border="0"] td table:not([border="0"]) th,
table.responsive2c[border="0"] td table:not([border="0"]) td{
	border: 1px solid #dddddd;
}
@media screen and (max-width: 480px) {
	.sp_table[border="0"] td table:not([border="0"]) th,
	.sp_table[border="0"] td table:not([border="0"]) td{
		display: table-cell;
		width: auto !important;
		border-left:none;
		border-top:none;
	}
	table.responsive2c td,
	table.responsive2c th{
		width: 100% !important;
	}
}

/*--------------------------------------- list_text */

.list_text,
.list_text li {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}
.list_text {
	padding: 1em 0;
}

.list_text li a {
	text-decoration:none;
	display: block;
	color: #000000;
}
.list_text li .listBox {
	width: 100%;
}
.list_text li .date {
	font-size: 0.9em;
	width: 8em;
}
.list_text li .new {
	font-size: 0.9em;
	margin: 5px;
	color: #D2202F;
	padding: 0.01em 0.5em;
	border: 1px solid;
	border-radius: 100em;
	margin: 5px;
	display: inline-block;
	vertical-align: middle;
}
@media screen and (min-width: 481px), print {
	.list_text li .listBox {
		display: table;
	}
	.list_text li .listBox .date,
	.list_text li .listBox .text {
		display: table-cell;
		vertical-align: middle;
		padding: 10px 20px;
	}
}
@media screen and (max-width: 480px) {
	.list_text li .listBox {
		padding: 10px 20px;
		display: block;
	}
	.list_text li .listBox .date,
	.list_text li .listBox .text {
		padding: 5px 0;
		display: block;
	}
}

/*--------------------------------------- list_thumbnail */

.list_thumbnail {
	width:100%;
	padding: 1em 0;
	margin: 0;
}
.list_thumbnail li{
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
.list_thumbnail li a {
	display: block;
	text-decoration: none;
}
.list_thumbnail .listBox {
	display: block;
	padding: 0 10px 1em;
	position: relative;
}
.list_thumbnail .thumbnail {
	display: block;
	overflow: hidden;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.list_thumbnail .thumbnail span{
	padding: 30% 0;
	display: block;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.5s ease-out;
}
.list_thumbnail li a:hover .thumbnail span{
	transform: scale(1.1);
	box-shadow: none;
}
.list_thumbnail .dateBox {
	display: block;
	padding: 0 10px;
	background-color: #fff9eb;
	font-size: 0.9em;
}
.list_thumbnail .date,
.list_thumbnail .new {
	margin: 5px;
	display: inline-block;
	vertical-align: middle;
}
.list_thumbnail .date {
	padding: 0.1em 0;
}
.list_thumbnail .new {
	color: #001441;
	padding: 0.01em 0.5em;
	border: 1px solid;
	border-radius: 100em;
}
.list_thumbnail .title {
	display: block;
	padding: 0.5em 10px 1em;
}
.list_thumbnail .text {
	display: block;
	padding: 0.5em 10px 1em;
	border-top: 1px dashed #ddd;
	color: #999;
	font-size: 0.9em;
}
@media screen and (min-width: 1200px) {
	.list_thumbnailC5 li{
		width: 20%;
	}
	.list_thumbnailC6 li{
		width: 16%;
	}
}
@media screen and (min-width: 720px) {
	.list_thumbnailC1 li{
		width: 100%;
		display:block;
	}
	.list_thumbnailC2 li{
		width: 49.5%;
	}
	.list_thumbnailC3 li{
		width: 32.5%;
	}
	.list_thumbnailC4 li{
		width: 24.5%;
	}
	.list_thumbnailC5 li{
		width: 19.5%;
	}
	.list_thumbnailC6 li{
		width: 15.5%;
	}
}
@media screen and (max-width: 719px) {
	.list_thumbnailC2 .listBox {
		padding: 0 0 2em;
	}
	.column_thumbnail {
		width: 35.2%;
	}
	.list_thumbnail li{
		width: 50%;
	}
	.list_thumbnailC1 li{
		width: 100%;
		display:block;
	}
	.list_thumbnailC4 li{
		width: 50%;
	}
	.list_thumbnailC5 li{
		width: 50%;
	}
	.list_thumbnailC6 li{
		width: 50%;
	}
}
@media screen and (min-width: 480px) {
	.list_thumbnailC2 li .listBox {
		padding: 1em;
	}
}
@media screen and (max-width: 479px) {
	.list_thumbnailC2 li,
	.list_thumbnailC3 li {
		width: 100%;
	}
}
.body_common .list_thumbnail{
	text-align:center;
}
.body_common .list_thumbnail .thumbnail span{
	padding: 22.5% 0;
}
.body_common .list_thumbnail .title{
	font-size: 1.2em;
	font-weight: bold;
}

/*--------------------------------------- breadCrumb */

.breadCrumb {
	font-size: 0.9em;
	color: #000000;
	background-color: #ffffff;
}
.breadCrumb ul {
	padding: 0.5em 20px;
	margin:0 auto;
}
.breadCrumb li {
	display: inline;
}
.breadCrumb li a {
	color: #000000;
	background: transparent url(img/breadcrumb_black.png) no-repeat scroll right center;
	margin-right: 2px;
	padding-right: 16px;
	text-decoration: none;
}
.breadCrumb .fa-home{
	display:inline-block;
	width:12px;
	height:13px;
	background-image: url(img/icon_home.png);
	background-color: transparent;
	background-repeat: no-repeat;
	vertical-align: middle;
}

/*--------------------------------------- pagetop link */

#pgtp {
	border-bottom: solid 1px #b5c3df;
}

#pgtp p {
	text-align: right;
	padding: 20px 0 16px;
}
/*--------------------------------------- pageprev/next link */

.page_link {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

.page_link a.page_link_left {
	margin: 0 10px 0 0;
	padding: 0 0 0 12px;
	background: url(img/icon_page_link_left.gif) no-repeat left center;
}

.page_link a.page_link_right {
	margin: 0 0 0 10px;
	padding: 0 12px 0 0;
	background: url(img/icon_page_link_right.gif) no-repeat right center;
}


/*--------------------------------------- pager */

.pager_box {
	clear: both;
	text-align: center;
	margin-top: 15px;
	margin-bottom:30px;
}
.pager_box .pager {
	width: 2.5em;
	display: inline-block;
	vertical-align: bottom;
	border: 1px solid #BFBFBE;
	border-radius: 3px;
}
.pager_box .pager a {
	display: block;
	width: 100%;
}
.pager_box .pager a:link, .pager_box .pager a:visited {
	color: #333333;
	text-decoration: none;
}
.pager_box .pager a:hover, .pager_box .pager a:active {
	background: #F1F1F1;
	text-decoration: none;
}
.pager_box .pager_current {
	background: #F1F1F1;
}
.pager_box .pager_dot {
	width: 1.5em;
	display: inline-block;
}
.pager_box .pager_space {
	width: 1em;
	display: inline-block;
	padding-left: 0.2em;
	padding-right: 0.2em;
}
.pager_box .pager_first {
	display: inline-block;
}
.pager_box .pager_last {
	display: inline-block;
}
.pager_box .pager_current {
	display: inline-block;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: cms common */

.invisible {
	display: none;
}
a.tooltiplink {
	display: inline-block;
	margin: 1px 3px 0;
	padding: 1px 3px 0;
	border: 2px solid #C7C7C7;
	background-color: #075698;
	border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.0em;
	font-weight: bold;
}
#input-table a.tooltiplink:link,
#input-table a.tooltiplink:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#input-table a.tooltiplink:hover,
#input-table a.tooltiplink:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
}
a.tooltiplink:link,
a.tooltiplink:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.tooltiplink:hover,
a.tooltiplink:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
}
p.tooltipbox {
	position: absolute;
	top: 100px;
	left: 20px;
	font-size: 1.0em;
	margin: 0;
	padding: 10px;
	min-width: 100px;
	min-height: 30px;
	color: #FFFFFF;
	background: #075698;
	border: 2px solid #075698;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
#input-table p.tooltipbox a:link,
#input-table p.tooltipbox a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#input-table p.tooltipbox a:hover,
#input-table p.tooltipbox a:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: underline;
}
p.tooltipbox a:link,
p.tooltipbox a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
p.tooltipbox a:hover,
p.tooltipbox a:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: underline;
}

/* comment form */
.comment_box {
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
	border-collapse: collapse;
	border: solid 1px #cccccc;
	background: #eeeeee;
}
.comment_box th,
.comment_box td {
	padding: 10px;
}
.comment_id {
	width: 10%;
	text-align: left;
	white-space: nowrap;
}
.comment_name {
	width: 70%;
	text-align: left;
}
.comment_regist {
	width: 20%;
	text-align: right;
	vertical-align: bottom;
	white-space: nowrap;
	font-size: 0.8em;
	color: #aaaaaa;
}
.comment_box td {
	padding-top: 0;
}
.comment_text {
	padding: 15px;
	background: #ffffff;
}
.icon_comment {
	text-align: right;
}
.icon_comment a {
	padding-left: 30px;
	background: url(./icon_comment.gif) no-repeat left center;
}
/* twitter widget */
#twtr-hd h3,
#twtr-hd h4,
.twtr-widget h3,
.twtr-widget h4,
.twtr-widget p,
.twtr-widget-profile h3,
.twtr-widget-profile h4 {
	clear: none;
	margin: auto;
	padding: auto;
	font-size: auto;
	color: auto;
	border: none;
	background-image: none;
}
/* twitter tweet button */
iframe.twitter-share-button {
	width: 115px!important;
}

/*--------------------------------------- cms form */

.form_flow {
	width: 100%;
	margin: 20px auto 0;
	padding: 0;
	display: table;
	table-layout: fixed;
}

.form_flow li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-left: 10px solid #ffffff;
	padding: 0 5px;
	width: 34%;
	background-color: #adadad;
}

.form_flow li:first-child {
	border-left: none;
}


.form_flow li span {
	color: #ffffff;
	font-size: 0.9em;
	padding: 10px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.form_flow li.current {
	background-color: #001441;
}

.contact_msg {
	margin: 5% auto 0;
}

.contact_msg_complete {
	padding: 40px;
	box-shadow: inset 0 0 0 2px #f0f0f0;
}

.contact_msg .editor-style-btn1 {
	float: right;
}

.contact_msg .editor-style-btn1:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}

.error_box {
	font-size: 0.95em;
	margin: 0 auto;
	background-color: #fff7f6;
	box-shadow: 1px 0px #e5e5e5,-1px 0px #e5e5e5;
	padding: 20px 5%;
}

.error_box .error {
	color: #e72719;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #e72719;
}

.error_box .error_msg {
	margin-top: 20px;
}

.contact form {
	text-align: center;
}

#input-table {
	display: block;
	width: 100%;
	max-width: 100%;
}

#input-table table {
	width: 100%;
	padding: 5px;
	margin: 0 auto 20px;
	border: none;
	box-shadow: inset 0 0 0 2px #f0f0f0;
	background-color: #ffffff;
}

#input-table table li {
	margin-left: 0;
}

#input-table table th {
	width: 35%;
	padding: 20px 60px 20px 30px;
	color: #3f4242;
	background: rgba(0, 0, 0, 0);
	text-align: left;
	border: none;
	position: relative;
	vertical-align: top;
}

#input-table table td {
	padding-left: 10px;
}

#input-table table tr {
	transition: background-color linear 0.2s;
	border-top: 1px solid #ccc;
}

#input-table table tr:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

#input-table table tr:first-child {
	border-top: 5px solid #f0f0f0;
}

#input-table table tr:last-child {
	border-top: 2px solid #f0f0f0;
}

.input_required,
.input_not_required:before {
	font-size: 0.9em;
	padding: 2px 6px;
	display: inline-block;
	color: #fff;
	background-color: #001441;
	position: absolute;
	right: 10px;
	top: 20px;
}
.input_not_required:before {
	color: #ffffff;
}
.input_not_required:before {
	content: "任意";
	background-color: #adadad;
	text-align: center;
}
#input-table .error_msg,
#input-table .error_msg_js {
	padding : 5px 5px 5px 20px;
	background: url(./img/form_error.gif) left 10px no-repeat;
}

#input-table table td {
	padding: 20px 30px;
	border: none;
	text-align: left;
}

#input-table table tr:last-child td {
	text-align: center;
}

#input-table div.formcomment {
	clear: both;
	margin-left: 7px;
	margin-top: 3px;
}

#input-table table td ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

input[type="text"],
input[type="password"] {
	border: 0;
	padding: 4px;
	border: solid 1px #ccc;
	max-width: 100% !important;
	resize: none;
	border-radius: 5px;
}

.body_textbook_form input[type="text"] {
	margin-bottom: 10px;
}

#input-table table .form_input_addnumber {
	width: 40% !important;
}

#input-table table textarea {
	padding: 10px;
	width: 96% !important;
	border: solid 1px #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

input:focus,
input:textarea {
	border: solid 1px #001441;
}

.input_button {
	font-size: 0.9em;
	font-weight: bold;
	-webkit-appearance: none;
	padding: 4px 10px;
	color: #fff;
	background-color: #001441;
	border: none;
	cursor: pointer;
}

#input-table .input_button {
	padding: 10px 50px;
}

#input-table .submit_button {
	text-align: center;
	padding-top: 20px;
}

#input-table .privacy {
	font-size: 0.9em;
	height: 200px;
	overflow: auto;
	border: 1px solid #ddd;
	padding: 10px;
	background: #ffffff;
}

/* セパレーター */
#input-table table tr.input-formgroup-blank th{
	background:#F0F0F0;
	border:none;
}
#input-table table tr.input-formgroup{
	padding-top:20px;
}
#input-table table tr.input-formgroup th{
	text-align:left;
	border:none;
	padding:10px 0 5px 50px;
	background-image:url(./img/icon_arrow_down.png);
	background-repeat:no-repeat;
	background-position: 5px 10px;
	background-color:#074D93;/* セパレーターth背景色 */
	border-top:2px solid #EEEEEE;
	border-left:2px solid #EEEEEE;
	border-right:2px solid #EEEEEE;
	border-bottom:1px solid #EEEEEE;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}
#input-table table tr.input-formgroup th.formgroup-closed{
	background-image:url(./img/icon_arrow_down.png);
	background-repeat:no-repeat;
	background-position: 5px 10px;
	border-bottom:2px solid #EEEEEE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#input-table table tr.input-formgroup th:hover{
	cursor:pointer;
	filter: alpha(opacity=90);
	opacity:0.90;
	-moz-opacity:0.90;
	-ms-filter: "alpha(opacity=90)";
}
#input-table table tr.input-formgroup span.input-formgroup-title{
	display:block;
	color:#FFFFFF;/* セパレータータイトル文字色 */
	font-size:1.3em;/* セパレータータイトル文字サイズ */
	padding-bottom:5px;
}
#input-table table tr.input-formgroup span.input-formgroup-text{
	position: relative;
	display:block;
	color:#FFFFFF;/* セパレーター説明文文字色 */
	padding:0 5px 0 1em;
	margin:5px 10px 10px 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#input-table table tr.input-formgroup span.input-formgroup-text:before{
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 0.5em;
	height: 0.5em;
	background: #FFFFFF;
	content:"";
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
}
#input-table table tr.input-formgroup span.input-formgroup-text a:visited,
#input-table table tr.input-formgroup span.input-formgroup-text a:link{
	color:#FFFFFF;/* セパレーター説明文内リンク色1 */
	text-decoration:underline;
}
#input-table table tr.input-formgroup span.input-formgroup-text a:hover,
#input-table table tr.input-formgroup span.input-formgroup-text a:active{
	color:#66FFFF;/* セパレーター説明文内リンク色2 */
	text-decoration:underline;
}
@media screen and (max-width:719px) {
	#input-table table {
		width: 100%;
		border-collapse: collapse;
		border-bottom: 1px solid #CCCCCC;
	}

	#input-table table th ,
		#input-table table td {
		width: 100%;
		display: block;
		border-top: none;
		text-align: left;
	}

	#input-table table th {
		padding: 6px 45px 6px 12px;
		background: #eeeeee none repeat scroll 0 0;
		font-weight: normal;
	}
	#input-table table td {
		padding-bottom: 20px;
	}
	#input-table table td:after {
		content:"";
		display:block;
		clear:both;
	}
	input[type="text"], input[type="password"] {
		width: 100%!important;
	}
	#input-table table textarea {
		width: 96%;
		max-height: 24vw;
		font-size: 110%;
	}
	.input_required,
	.input_not_required:before {
		position: absolute;
		right: 10px;
		font-size: 0.8em;
		top: 6px;
	}
}
@media screen and (max-width:479px) {
	.form_flow li {
		display: block;
		width: 100%;
		border-left: 10px solid #cccccc;
		border-top: 1px dotted #ccc;
		text-align: left;
	}
	.form_flow li:first-child {
		border-top: none;
	}
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: pages */

.msg{
	margin:20px auto;
}

/* HOME */
.slick-dotted.slick-slider{
	background-color:#B8C8DF
}
h2#top_h2_news{
	position:relative;
	background-image:url('../../_files/common/top_h2_news_bg.png');
	background-repeat:no-repeat;
	background-position:left bottom;
	margin-top:30px;
}
.top_news_list_link{
	display:block;
	position:absolute;
	right:15px;
	top:15px;
	width:120px;
	height:40px;
	background-image:url('./img/btn_top_news_list.png');
	background-repeat:no-repeat;
}
.top_news_list_link a{
	display:inline-block;
	text-indent:-9800px;
	width:120px;
	height:40px;
}
.top_news{
	margin-bottom:50px;
}
.top_news ul{
	margin-top:10px;
	margin-bottom:30px;
	padding:40px 0;
	border:2px solid #4E4E4E;
}
.top_news ul.list_text li .listBox .icon span{
	font-size:0.8em;
	display:inline-block;
	padding:0 2em;
}
.top_news ul.list_text li .listBox .icon_お知らせ span{
	color:#3B3B3B;
	border:1px solid #3B3B3B;
}
.top_news ul.list_text li .listBox .icon_重要項目 span{
	color:#FE0000;
	border:1px solid #FE0000;
}
.top_news ul.list_text li .listBox .icon_商品情報 span{
	color:#3574B8;
	border:1px solid #3574B8;
}
.top_news ul.list_text li .listBox .icon_通建会社様向け span{
	color:#007D00;
	border:1px solid #007D00;
	padding: 0 0.5em;
}
.top_news ul.list_text li .listBox .icon_イベント span{
	color:#FFB600;
	border:1px solid #FFB600;
}
.top_news ul.list_text li .listBox .icon_適時開示 span{
	color:#111111;
	border:1px solid #111111;
}
.top_news .icon2 {
	display: table-cell;
	vertical-align: top;
	padding: 10px 10px;
	width: 120px;
	white-space: nowrap;
}
.top_news .icon2 span{
	display:inline-block;
	width:100px;
	height:25px;
	background-size:contain;
	background-position:bottom;
	text-indent:-9800px;
}
.top_news .icon_全国共通 span{
	background-image:url(./img/icon_branch-01.png);
	background-repeat: no-repeat;
	background-size:contain;
	text-indent:-9800px;
}
.top_news .icon_中央支店 span{
	background-image:url(./img/icon_branch-02.png);
	background-repeat: no-repeat;
	background-size:contain;
	text-indent:-9800px;
}
.top_news .icon_東北支店 span{
	background-image:url(./img/icon_branch-03.png);
	background-repeat: no-repeat;
	background-size:contain;
	text-indent:-9800px;
}
.top_news .icon_北海道支店 span{
	background-image:url(./img/icon_branch-04.png);
	background-repeat: no-repeat;
	background-size:contain;
	text-indent:-9800px;
}
.top_news .icon_関西支店 span{
	background-image:url(./img/icon_branch-05.png);
	background-repeat: no-repeat;
	background-size:contain;
	text-indent:-9800px;
}
.top_news .icon_東海支店 span{
	background-image:url(./img/icon_branch-06.png);
	background-repeat: no-repeat;
	background-size:contain;
	text-indent:-9800px;
}
.top_news .icon_九州支店 span{
	background-image:url(./img/icon_branch-07.png);
	background-repeat: no-repeat;
	background-size:contain;
	text-indent:-9800px;
}
@media screen and (min-width: 720px), print {
	.top_news ul li{
		padding:0 50px;
	}
	.top_news ul li a{
		padding:0;
	}
	.top_news ul.list_text li .listBox {
		display: table;
	}
	.top_news ul.list_text li .listBox .date,
	.top_news ul.list_text li .listBox .icon,
	.top_news ul.list_text li .listBox .icon2,
	.top_news ul.list_text li .listBox .text {
		display: table-cell;
		vertical-align: top;
		padding: 10px 20px;
		border-bottom:2px solid #4E4E4E;
	}
	.top_news ul.list_text li .listBox .date{
		font-size:1em;
	}
	.top_news ul.list_text li .listBox .icon{
		width:8em;
		white-space:nowrap;
	}
}
@media screen and (max-width: 719px) {
	.top_news ul li a{
		padding:0 10px;
	}
	.top_news ul.list_text li .listBox {
		padding: 10px 10px;
		display: block;
	}
	.top_news ul.list_text li .listBox .date,
	.top_news ul.list_text li .listBox .icon,
	.top_news ul.list_text li .listBox .icon2,
	.top_news ul.list_text li .listBox .text {
		padding: 5px 0;
		display: inline-block;
	}
	.top_news ul.list_text li .listBox .text {
		padding: 5px 0;
		display: block;
		border-bottom:2px solid #4E4E4E;
	}
}
.top_company{
	background-image:url('../../_files/common/top_company_bg.png');
	background-position:right 1000px bottom;
	background-repeat:no-repeat;
	margin-bottom:30px;
}
.top_company a:link,
.top_company a:visited,
.top_company a:hover{
	text-decoration:none;
}
h2#top_h2_company{
	background-image:url('../../_files/common/top_h2_company_bg.png');
	background-repeat:no-repeat;
	background-position:right bottom;
	margin-top:30px;
	margin-bottom:10px;
}
.top_company_box{
	display:flex;
}
.top_company_text{
	flex:1;
	flex-basis:450px;
	background:#CCCCCC;
	color:#000000;
	padding:50px;
}
.top_company_image{
	flex:1;
	padding:50px;
}
@media screen and (max-width: 719px) {
	.top_company_box{
		display:block;
	}
	.top_company_text{
		width:100%;
		padding:40px 20px;
	}
	.top_company_image{
		width:100%;
		height:calc(100vw * 0.5);
		background-position:bottom !important;
	}
}
.top_products{
	margin-top: 120px;
	margin-bottom:50px;
}
.top_products_wrapper{
	margin-top:-120px;
	display:table;
	width:100%;
	height:400px;
}
.top_products_box{
	position: relative;
	display:table-cell;
	width:14.285% !important;
	padding:5px;
	color:#FFFFFF;
	vertical-align:bottom;
}
.top_products_box::before{
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
	z-index:2;
}
.top_products_box a{
	color:#FFFFFF;
	text-decoration:none;
}
.top_products_box a:hover{
	text-shadow: 2px 2px 15px #FFFFFF ,
	-2px 2px 15px #FFFFFF ,
	2px -2px 15px #FFFFFF ,
	-2px -2px 15px #FFFFFF;
}

#top_h2_products{
	z-index:3;
	background-image:url('../../_files/common/top_h2_products_bg.png');
	background-repeat:no-repeat;
	background-position:left bottom;
	margin-top:30px;
}
.top_products_title,
.top_products_text{
	position:relative;
	z-index:3;
}
.top_products_title{
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	line-height:5em;
}
@media screen and (max-width: 719px) {
	.top_products{
		margin-top:50px;
	}
	#top_h2_products img{
		display:none;
	}
	#top_h2_products span{
		display:block;
		width:100%;
		height:45px;
		background: url('../../_files/common/top_h2_products_black.png') center no-repeat;
	}
	.top_products_wrapper,
	.top_products_box{
		width:100% !important;
		display:block;
	}
	.top_products_wrapper{
		margin-top: 10px;
		height: auto;
	}

}
.top_contact{
	margin-bottom:50px;
}
h2#top_h2_contact{
	background-image:url('../../_files/common/top_h2_contact_bg.png');
	background-repeat:no-repeat;
	background-position:right bottom;
	margin-top:30px;
}
#top_contact_box{
	background-color:#F4F4F4;
	margin-top:10px;
	padding:50px 5%;
	margin-bottom:10px;
}

/* COMPANY */
h2#title{
	position: relative;
	padding: 0.5rem 0 1rem;
	margin-top:30px;
	margin-bottom: 0.5rem;
	background: linear-gradient(90deg, #A70021 0% 50%, #A70021 50%);
	background-repeat: no-repeat;
	background-size: 6rem 2px;
	background-position: bottom;
}
table[border="1"].company_table,
table[border="1"].company_table th,
table[border="1"].company_table td{
	border:none;
}
table[border="1"].company_table th,
table[border="1"].company_table td{
	border-bottom:1px solid #717171;
}
table[border="1"].company_table th{
	font-weight:normal;
}
@media screen and (min-width: 720px) {
	table[border="1"].company_table{
		max-width:1020px;
		margin:0 auto;
	}
	table[border="1"].company_table td:nth-of-type(1){
		width:calc(100vw * 0.15) !important;
		background:none;
	}
}

table[border="1"].company_table,
table[border="1"].company_table th,
table[border="1"].company_table td{
	border:none;
}
table[border="1"].company_table th,
table[border="1"].company_table td{
	border-bottom:1px solid #717171;
}

/*--------------------------------------- product_data/index.php */
.product_branch {
	padding-top: 3%;
}
.product_branch img {
	vertical-align: middle;
	margin-bottom:6px;
}
.table_product_list {
	padding-top: 20px;
}
.table_product_list a {
	text-decoration: none;
}
.table_product_list th {
	color: #ffffff;
	background-color: #5c5c5c;
	font-weight: normal;
}

@media screen and (min-width: 480px), print {
	.table_product_list th,
	.table_product_list td {
		border: 1px solid #b2b2b2!important;
	}
	.table_product_list tr:nth-child(2n) {
		background-color: #f7f7f7;
	}
	.table_product_list .data_1 {
		width: 20%;
	}
	.table_product_list .data_2 {
		width: 10%;
		text-align: center;
	}
	.table_product_list .data_3 {
		width: 35%;
	}
	.table_product_list .data_4 {

	}
}
@media screen and (max-width: 479px) {
	.table_product_list tr {
		border-bottom: 1px solid #b2b2b2;
	}
	.table_product_list tr:first-child {
		border-top: 1px solid #b2b2b2;
	}
	.table_product_list thead th {
		display: none;
	}
	.table_product_list td {
		padding: 5px 10px;
	}
	.table_product_list td.data_1,
	.table_product_list td.data_4 {
		display: block;
		width: 100%;
	}
	.table_product_list td.data_2,
	.table_product_list td.data_3 {
		display: inline-block;
	}
	.table_product_list td.data_1 {
		padding: 20px 10px 10px;
	}
	.table_product_list td.data_4 {
		padding-bottom: 20px;
	}
	.table_product_list td[data-title]::before {
		color: #ffffff;
		background-color: #5c5c5c;
		content: attr(data-title);
		margin-bottom: 10px;
		padding: 2px 10px;
	}
	.table_product_list td.data_2[data-title]::before,
	.table_product_list td.data_3[data-title]::before {
		margin-right: 10px;
	}
	.table_product_list td.data_4[data-title]::before {
		display: block;
	}
	.table_product_list .data_1 {
		text-align: center;
	}
}
/*--------------------------------------- product_data/index_detail.php */
.columnBox_product_data {
	padding-top: 4%;
}

.title_border {
	border-left: 8px solid;
	text-align: left;
	line-height: 1.5;
	padding: 0;
	padding-left: 15px;
}
.product_data_table table {

}
.product_data_table table tr {
	border-bottom: 1px solid #989898;
}
.product_data_table table tr:first-child {
	border-top: 1px solid #989898;
}
.product_data_table table th {
	width: 20%;
	background-color: #fff;
	text-align: left;
	padding: 20px 0;
}
.product_data_table table td {

}
.product_data_spec {
	padding-top: 40px;
}
.product_data_spec .title span {
	display: inline-block;
	padding: 2px 15px;
	color: #ffffff;
	line-height: 1.5;
	background-color: #5c5c5c;
	border-radius: 100em;
}
.product_data_spec .text {
	padding-top: 20px;
}
.product_data_link {
	padding-top: 10%;
}
.product_data_link img {
	width: 100%;
	max-width: 300px;
}

@media screen and (min-width: 720px) {
	.body_product_data .column_photo {
		padding:0 20px 0 0;
	}
	.search_box .list_category,
	.search_box .search_box_text {
		font-size: 1.1em;
	}
}
/* photo */
.imagezoom-view img{
	vertical-align: baseline !important;
	max-width: none !important;
}
.photo_box{
	width:100%;
	padding: 5% 10px;
	background:#FFFFFF;
}
.photo_main_wrapper {
	display: flex !important;
	justify-content: center;
	align-items: center;
	height: 400px;
	text-align: center;
}
.photo_main_wrapper img {
	width: 100%;
	max-width: 510px;
	max-height: 400px;
}
.photo_main_wrapper span {
	display:block;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,0.5);
	font-size:90%;
	width:100%;
	max-width: 510px;
	text-align:center;
}
.photo_main_box{
	cursor:pointer;
}
#gallery_main{
	margin: 15px 60px 0;
	padding:0;
}
.slider_gallery_box {
}
#gallery_main .slick-list {
	max-width: 510px;
	margin: 0 auto;
}
#gallery_main .slick-slide img{
	width:100%;
}
#gallery_main .slick-prev{
	left:-50px;
}
#gallery_main .slick-next{
	right:-50px;
}
.gallery_image_wrapper {
	display: flex !important;
	justify-content: center;
	align-items: center;
	max-width: 100px;
	height: 75px !important;
	padding:15px 0;
	cursor:pointer;
	margin: 0 5px;
	background-color: #ffffff;
	overflow: hidden;
}
.gallery_image_wrapper.slick-current {
	border: 2px solid #001441;
}
.slick-slide .gallery_image_wrapper img{
	max-width: 100%;
	max-height: 100%;
}
.popup{
	max-height:80%;
}
@media screen and (max-width: 719px) {
	#gallery_main .slick-slide img{
		width:80%;
	}
}
/*--------------------------------------- search_box */
.search_box {
	width: 100%;
}
.search_box .search_box_inner {
	position: relative;
	max-width: 530px;
}
.search_box_title {
	color: #595959;
	padding-top: 20px;
}
.search_box .search_box_text {
	color: #444444;
	width: 100%;
	height: 36px;
	padding: 5px;
	padding-right: 50px;
	border-radius: 0;
	background-color: #ffffff;
	border: 2px solid #2d2d2d;
}
.search_box .search_box_button {
	width: 36px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #2d2d2d;
	border: none;
	cursor: pointer;
}
.search_box .list_category {

}
.search_box .list_category ul {
	padding: 0;
	list-style: none;
}
.search_box .list_category li {
	display: inline-block;
	vertical-align: middle;
	padding-right: 3%;
}
#news_search_box{
	text-align:right;
}
#news_search_box select{
	display:inline-block;
	border:1px solid #000000;
	height:2.5em;
	padding-left:0.5em;
	padding-right:0.5em;
	font-size:120%;
	background:#FFFFFF;
}
.product_search_box{
	border:2px solid #000000;
	margin-right: 2%;
	margin-bottom:15px;
	padding:5px 20px;
}
.product_search_title{
	display:inline-block;
	color:#6D6D6D;
}
.product_search_box ul{
	display:inline-block;
	padding-left:0;
}
.product_search_box li{
	display:inline-block;
}
.product_search_box .product_search_submit{
	display:block;
	text-align:center;
}
.product_search_box .product_search_submit input{
	width:80px;
	height:30px;
	color:#FFFFFF;
	border-radius:0;
	border:none;
	padding:3px 8px;
	background:url('./img/icon_search.png') #000000 no-repeat;
	background-size:contain;
	background-position:center center;
	cursor:pointer;
	text-indent:-9800px;
}
/*--------------------------------------- product/index.php */
.product_top_subtitle{
	color:#6D6D6D;
	padding-top:20px;
}
.product_top_pickup_a{
	display:inline-block;
	vertical-align: middle;
	border:2px solid #000000;
	width:48%;
	margin-right:2%;
	margin-bottom:20px;
}
.product_top_pickup_b{
	display:inline-block;
	vertical-align: middle;
	border:2px solid #000000;
	width:32%;
	margin-right:1%;
	margin-bottom:20px;
}
.product_top_pickup_a_title,
.product_top_pickup_b_title{
	display:inline-block;
	vertical-align: middle;
	border-left:8px solid #000000;
	margin-left:8px;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:2px;
	padding-bottom:1px;
	padding-left:1em;
	line-height:1.1em;
	vertical-align:middle;
}
.product_top_pickup_a_title{
	font-size:1.2em;
}
.product_top_pickup_a_branch{
	float:right;
	margin-top:10px;
	margin-right:5px;
	width:90px;
	height:20px;
	background-image:url(img/icon_branch-01.png);
	background-repeat: no-repeat;
	background-size:contain;
	text-indent:-9800px;
}
.product_top_pickup_b_branch{
	margin-top:5px;
	margin-left:5px;
	width:90px;
	height:20px;
	background-image:url(img/icon_branch-01.png);
	background-repeat: no-repeat;
	background-size:contain;
	text-indent:-9800px;
}
.product_top_pickup_a_image,
.product_top_pickup_b_image{
	padding-left: 2%;
	padding-right: 2%;
	text-align: center;
}
.product_top_pickup_a_spec,
.product_top_pickup_b_spec{
	padding-left: 2%;
	padding-right: 2%;
	font-size:90%;
}
.product_top_pickup_a_spec span.spec_title,
.product_top_pickup_b_spec span.spec_title{
	display: inline-block;
	padding: 2px 15px;
	color: #ffffff;
	line-height: 1.5;
	background-color: #5c5c5c;
	border-radius: 100em;
}
#product_top_newslist{
	margin-bottom:10px;
	margin-right:2%;
}
#product_top_newslist ul{
	margin-bottom:10px;
	padding:10px 0 20px;
	border:2px solid #4E4E4E;
}
#product_top_newslist ul.list_text li .listBox .icon span{
	font-size:0.8em;
	display:inline-block;
	padding:0 2em;
}
#product_top_newslist ul.list_text li .listBox .icon_1 span{
	color:#3B3B3B;
	border:1px solid #3B3B3B;
}
#product_top_newslist ul.list_text li .listBox .icon_2 span{
	color:#FE0000;
	border:1px solid #FE0000;
}
#product_top_newslist ul.list_text li .listBox .icon_3 span{
	color:#3574B8;
	border:1px solid #3574B8;
}

#product_top_newslist .icon span{
	display-inline-block;
	width:90px;
	height:20px;
	background-size:contain;
	text-indent:-9800px;
}
#product_top_newslist ul li a:link,
#product_top_newslist ul li a:visited,
#product_top_newslist ul li a:hover{
	color:#000000;
}
#product_top_newslist ul li a:hover{
	opacity:0.7;
}
@media screen and (min-width: 720px), print {
	#product_top_newslist ul li{
		padding:0 20px;
	}
	#product_top_newslist ul.list_text li .listBox {
		display: table;
	}
	#product_top_newslist ul.list_text li .listBox .date,
	#product_top_newslist ul.list_text li .listBox .icon,
	#product_top_newslist ul.list_text li .listBox .text {
		display: table-cell;
		vertical-align: top;
		padding: 10px 20px;
		border-bottom:2px solid #4E4E4E;
	}
	#product_top_newslist ul.list_text li .listBox .date{
		font-size:1em;
	}
	#product_top_newslist ul.list_text li .listBox .icon{
		width:8em;
		white-space:nowrap;
	}
}
@media screen and (max-width: 719px) {
	#product_top_newslist ul li{
		padding:0 10px;
	}
	#product_top_newslist ul.list_text li .listBox {
		padding: 10px 10px;
		display: block;
	}
	#product_top_newslist ul.list_text li .listBox .date,
	#product_top_newslist ul.list_text li .listBox .icon,
	#product_top_newslist ul.list_text li .listBox .text {
		padding: 5px 0;
		display: inline-block;
	}
	#product_top_newslist ul.list_text li .listBox .text {
		padding: 5px 0;
		display: block;
		border-bottom:2px solid #4E4E4E;
	}
}
#product_top_newslist .icon_全国共通 span,
#product_top_pickup_box .icon_全国{
	background-image:url(img/icon_branch-01.png);
	background-repeat: no-repeat;
	background-size:contain;
	text-indent:-9800px;
}
#product_top_newslist .icon_中央支店 span,
#product_top_pickup_box .icon_中央支店{
	background-image:url(img/icon_branch-02.png);
	background-repeat: no-repeat;
	background-size:contain;
	text-indent:-9800px;
}
#product_top_newslist .icon_東北支店 span,
#product_top_pickup_box .icon_東北支店{
	background-image:url(img/icon_branch-03.png);
	background-repeat: no-repeat;
	background-size:contain;
	text-indent:-9800px;
}
#product_top_newslist .icon_北海道支店 span,
#product_top_pickup_box .icon_北海道支店{
	background-image:url(img/icon_branch-04.png);
	background-repeat: no-repeat;
	background-size:contain;
	text-indent:-9800px;
}
#product_top_newslist .icon_関西支店 span,
#product_top_pickup_box .icon_関西支店{
	background-image:url(img/icon_branch-05.png);
	background-repeat: no-repeat;
	background-size:contain;
	text-indent:-9800px;
}
#product_top_newslist .icon_東海支店 span,
#product_top_pickup_box .icon_東海支店{
	background-image:url(img/icon_branch-06.png);
	background-repeat: no-repeat;
	background-size:contain;
	text-indent:-9800px;
}
#product_top_newslist .icon_九州支店 span,
#product_top_pickup_box .icon_九州支店{
	background-image:url(img/icon_branch-07.png);
	background-repeat: no-repeat;
	background-size:contain;
	text-indent:-9800px;
}
/*--------------------------------------- product_search */

.product_branch_search a img{
	opacity:0.4;
}
.product_branch_search a img.active{
	opacity:1;
}

/*--------------------------------------- contact/index.php */
.table_branch {
	line-height: 1.4;
}
.table_branch tr {
	border-bottom: 1px solid;
}
.table_branch tr:first-child {
	border-top: 1px solid;
}
/*--------------------------------------- member_sample/index.php */
.member_menu {
	padding-right: 1%;
	padding-bottom: 2%;
}
.member_menu ul {
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.member_menu ul li {
	padding-right: 1%;
	padding-top: 1%;
}
.member_menu ul li a{
	text-align: center;
	display: block;
	border: 2px solid #001441;
	border-radius: 5px;
	position: relative;
}
.member_menu ul li a:before {
	content: "";
	display:block;
	width: 100px;
	max-width: 30%;
	height: 15px;
	position: absolute;
	background-image:url(img/member/member_btn_next.png);
	background-repeat: no-repeat;
	background-size:contain;
	background-position: center bottom;
	right: 5px;
	bottom: 5%;
}
.member_menu ul li.cl_1 {
	width: 100%;
}
.member_menu ul li.cl_2 {
	width: 50%;
}
.member_menu ul li.cl_3 {
	width: 33.3333%;
}
.member_menu ul li img {
	vertical-align: middle;
}
/* slider */
.slick-initialized .slick-slide{
	position:relative;
}
.slider .text_box {
	width: 100%;
	max-width: 1200px;
	padding: 0 40px 10px;
	color: #ffffff;
	position: absolute;
	left: 0;
	bottom: 40%;
	font-weight: bold;
	text-align: right;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5), -1px -1px 2px rgba(0, 0, 0, 0.5), 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.slider .title {
	position: relative;
	font-size: 1.8em;
	text-align: center;
}
@media screen and (max-width: 719px) {
	.slider .text_box {
		padding: 0 5px 10px;
	}
	.slider .title {
		font-size: 1.0em;
		text-align: center;
		margin-bottom:0;
	}
}
@media screen and (max-width: 480px) {
	.slider .text_box {
		padding: 0 5px 10px;
	}
	.slider .title {
		font-size: 0.8em;
		text-align: center;
		margin-bottom:0;
	}
}