@charset "UTF-8";
/*======================-
reset
======================-*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "游ゴシック", sans-serif;
}

body {
	font-size: 16px;
	line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

li, nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: none;
	content: "";
}

a {
	background: transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	border: 0;
	border-top: 1px solid #ccc;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

/*======================-
utility
======================-*/
#wrapper {
	min-width: 1300px;
	overflow: hidden;
}

/*======================-
heading
======================-*/
/*170929 h1文言記載のため、クラス名を変更・追加*/
/*.h1_heading ⇒ .h1_logoに変更*/
.h1_heading {
	display:none;
}
.h1_logo {
	color: #fff;
	font-size: 28px;
	letter-spacing: 1.2px;
}
/*170929 end*/
.h1_heading_top_text {
	font-size: 12px;
	letter-spacing: 1.2px;
}

.h2_heading {
	font-size: 31px;
	font-weight: bold;
	padding: 50px 0 30px 0;
	position: relative;
	text-align: center;
}
.h2_heading:before {
	content: url(/img/usr/freepage/corporate/h2_topimg.png);
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.h2_heading:after {
	bottom: 0;
	content: url(/img/usr/freepage/corporate/h2_bottomimg.png);
	left: 0;
	position: absolute;
	right: 0;
}
.h2_heading_read {
	line-height: 1.5;
	padding-top: 10px;
	text-align: center;
}

.h2_heading_use:before {
	content: url(/img/usr/freepage/corporate/h2_topimg02.png);
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.h2_heading_gradient:before {
	content: url(/img/usr/freepage/corporate/h2_topimg03.png);
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.h2_heading_contact {
	padding-top: 150px;
}
.h2_heading_contact:before {
	content: url(/img/usr/freepage/corporate/h2_topimg04.png);
	left: 0;
	position: absolute;
	right: 0;
	top: 100px;
}

.h3_heading {
	font-size: 26px;
	font-weight: bold;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.h3_heading span {
	display: inline-block;
	padding: 0 .5em;
	position: relative;
}
.h3_heading span:before, .h3_heading span:after {
	border-top: 7px double #ccc;
	content: "";
	position: absolute;
	top: 50%;
	width: 99em;
}
.h3_heading span:before {
	right: 100%;
}
.h3_heading span:after {
	left: 100%;
}

.color_white {
	color: #fff;
}

.text_line_middle {
	line-height: 1.7;
}

.text_line_large {
	line-height: 2;
}

.gradient {
	background: url(/img/usr/freepage/corporate/back_black.png);
}

/*======================-
clearfix
======================-*/
.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
}

.indent {
	padding-left: 1em;
	text-indent: -1em;
}

/*======================-
hover
======================-*/
.hover:hover {
	opacity: .8;
	transition: .3s ease-in-out;
}

/*======================-
margin,padding !imporatnt
======================-*/
.flL {
	float: left !important;
}

.flR {
	float: right !important;
}

.flN {
	float: none !important;
}

.mt0 {
	margin-top: 0px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt45 {
	margin-top: 45px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.ml00 {
	margin-left: 0 !important;
}

.pt0 {
	padding-top: 0px !important;
}

.pt5 {
	padding-top: 5px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt25 {
	padding-top: 25px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pt35 {
	padding-top: 35px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pt45 {
	padding-top: 45px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.pb0 {
	padding-bottom: 0px !important;
}

.pb5 {
	padding-bottom: 5px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pb35 {
	padding-bottom: 35px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pb45 {
	padding-bottom: 45px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

.pl0 {
	padding-left: 0px !important;
}

.pl5 {
	padding-left: 5px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pl15 {
	padding-left: 15px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pl25 {
	padding-left: 25px !important;
}

.pr0 {
	padding-right: 0px !important;
}

.pr5 {
	padding-right: 5px !important;
}

.pr10 {
	padding-right: 10px !important;
}

.pr15 {
	padding-right: 15px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.pr25 {
	padding-right: 25px !important;
}

.fz18 {
	font-size: 113% !important;
}

.fz17 {
	font-size: 106% !important;
}

.fz16 {
	font-size: 100% !important;
}

.fz15 {
	font-size: 93% !important;
}

.fz14 {
	font-size: 88% !important;
}

.fz13 {
	font-size: 84% !important;
}

.fz12 {
	font-size: 82% !important;
}

.fz11 {
	font-size: 69% !important;
}

.fz10 {
	font-size: 63% !important;
}

.taL {
	text-align: left !important;
}

.taC {
	text-align: center !important;
}

.taR {
	text-align: right !important;
}

.vaT {
	vertical-align: top !important;
}

.vaM {
	vertical-align: middle !important;
}

.vaB {
	vertical-align: bottom !important;
}

.fwB {
	font-weight: bold !important;
}

.fwN {
	font-weight: normal !important;
}

.clear {
	clear: both;
}

/*======================-
header
======================-*/
.header {
	background: rgba(75, 67, 132, .9);
	color: #fff;
	height: 80px;
	position: relative;
	z-index: 3;
}
.header_inner {
	margin: 0 auto;
	padding: 0 40px;
	width: 1200px;
}

.header_inner-left {
	float: left;
	padding: 17px 0 0 0;
}

.header_inner-right {
	float: right;
}
.header_inner-right p {
	font-size: 14px;
	padding: 30px 0;
	position: relative;
	right: 160px;
}

/*======================-
side_navi
======================-*/
.side_navi {
	background: rgba(255, 255, 255, .9);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 210px;
	z-index: 50;
}
.side_navi ul li a {
	color: #333;
	display: block;
	padding: 10px;
	text-decoration: none;
}
.side_navi ul .navi_item {
	font-weight: bold;
}
.side_navi ul .navi_item a {
	padding-left: 20px;
}
.side_navi ul .navi_item a:hover {
	background: #222;
	color: #fff;
	transition: .3s ease-in-out;
}
.side_navi ul .navi_item .active {
	background: #222;
	color: #fff;
}
.side_navi ul .navi_item_sub {
	margin-left: 10px;
	position: relative;
}
.side_navi ul .navi_item_sub a {
	font-size: 13px;
	padding: 5px;
}
.side_navi ul .navi_item_sub span {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}
.side_navi_btn {
	margin: 10px 0;
	text-align: center;
}
.side_navi_contact {
	margin: 10px;
}
.side_navi_contact small {
	font-size: 12px;
	font-weight: normal;
}
.side_navi_tell {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.side_navi_hours {
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}

.side_navi_arrow {
	border: 2px solid;
	border-color: #4b4384 #4b4384 transparent transparent;
	display: inline-block;
	height: 6px;
	transform: rotate(45deg);
	vertical-align: middle;
	width: 6px;
}

.logo {
	padding: 10px;
	text-align: center;
}

.web_catalog {
	text-align: center;
}
.web_catalog a {
	color: #333;
	text-decoration: none;
}
.web_catalog p {
	margin-top: 5px;
}
.web_catalog img {
	width: 80px;
	height: 110px;
}
.sns {
	margin: 0;
	text-align: center;
}
.sns li {
	display: inline-block;
	vertical-align: middle;
}

/*======================-
component
======================-*/
/*======================-
carousel
======================-*/
#carousel {
	margin: 0 auto;
	width: 980px;
}
#carousel img {
	margin-left: -770px;
	margin-top: -230px;
}

.carousel_caption {
	position: absolute;
	right: 0;
	text-align: center;
	top: 60px;
	width: 345px;
}
.carousel_caption_read {
	color: #bbb079;
	font-size: 24px;
	line-height: 1.7;
}
.carousel_caption_border {
	border-top: #4d4394 1px solid;
	margin: 20px auto;
	text-align: center;
	width: 50px;
}
.carousel_caption_text {
	color: #fff;
	font-size: 14px;
	line-height: 1.7;
	text-align: left;
}

/* Slider */
.slick-slider {
	-khtml-user-select: none;
	box-sizing: border-box;
	display: block;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.slick-list {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: hand;
	cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	display: block;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}


.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	border: 1px solid transparent;
	display: block;
	height: auto;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-dots {
	bottom: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
}
.slick-dots li {
	background: #ccc;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	height: 12px;
	margin: 0 10px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: -9999px;
	vertical-align: middle;
	width: 12px;
}
.slick-dots li button {
	background: #ccc;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	height: 12px;
	margin: 0 5px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: -9999px;
	vertical-align: middle;
	width: 12px;
}
.slick-dots .slick-active {
	background: #4d4394;
}

/*======================-
container
======================-*/
.container_inner {
	margin: 0 auto;
	padding: 30px 0;
	width: 980px;
}

/*======================-
pickup
======================-*/
.pickup {
	background-image: url(/img/usr/freepage/corporate/pickup_backimg_item001.png), url(/img/usr/freepage/corporate/pickup_backimg_item002.png), url(/img/usr/freepage/corporate/pickup_backimg_item003.png), url(/img/usr/freepage/corporate/pickup_backimg.png);
	background-position: 80px 100px,105% -10px,-10% bottom;
	background-repeat: no-repeat,no-repeat,no-repeat,repeat;
}
.pickup_3column {
	margin: 70px 0 35px 0;
}
.pickup_3column_item {
	float: left;
	margin-right: 10px;
	position: relative;
	width: 320px;
}
.pickup_3column_item:hover .pickup_3column_item_caption {
	opacity: 1;
}
.pickup_3column_item:last-child {
	margin-right: 0;
}
.pickup_3column_item a {
	color: #fff;
	display: block;
}
.pickup_3column_item a:hover {
	color: #fff;
}
.pickup_3column_item_caption {
	background: rgba(0, 0, 0, .6);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition: .3s;
	transition: .3s;
	width: 100%;
	z-index: 2;
}
.pickup_3column_item_caption h3 {
	font-size: 18px;
	line-height: 1.7;
	margin-top: 50px;
}
.pickup_3column_item_caption_spec {
	margin: 20px 0;
}
.pickup_3column_item_caption hr {
	margin: 25px auto;
	width: 30px;
}
.pickup_3column_item_caption_text {
	line-height: 1.7;
	padding: 0px 20px;
	text-align: left;
}
.pickup_5column {
	margin: 20px 0 35px 0;
}
.pickup_5column_item {
	color: #fff;
	display: inline-block;
	margin-right: 4px;
	position: relative;
	width: 188px;
}
.pickup_5column_item:hover .pickup_5column_item_caption {
	opacity: 1;
}
.pickup_5column_item:last-child {
	margin-right: 0;
}
.pickup_5column_item a {
	color: #fff;
	display: block;
}
.pickup_5column_item a:hover {
	color: #fff;
}
.pickup_5column_item_caption {
	background: rgba(0, 0, 0, .6);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition: .3s;
	transition: .3s;
	width: 100%;
	z-index: 2;
}
.pickup_5column_item_caption h3 {
	font-size: 18px;
	line-height: 1.7;
	margin-top: 50px;
}
.pickup_5column_item_caption_spec {
	margin: 20px 0;
}

.plus {
	background: #333;
	bottom: 0;
	cursor: pointer;
	display: inline-block;
	line-height: .8;
	padding: 3px;
	position: absolute;
	right: 0;
}

.icon-plus {
	display: inline-block;
	height: 20px;
	position: relative;
	width: 20px;
}
.icon-plus:after, .icon-plus:before {
	background-color: #fff;
	content: "";
	display: block;
	height: 1px;
	left: 50%;
	margin-left: -7px;
	position: absolute;
	top: 50%;
	width: 15px;
}

.icon-plus:before {
	height: 15px;
	left: 50%;
	margin-left: 0;
	margin-top: -7px;
	top: 50%;
	width: 1px;
}

.pickup_img01:before {
	content: url(/img/usr/freepage/corporate/pickup_img01.png);
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: -40px;
	z-index: 5;
}

.pickup_img02:before {
	content: url(/img/usr/freepage/corporate/pickup_img02.png);
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: -40px;
	z-index: 5;
}

.pickup_img03:before {
	content: url(/img/usr/freepage/corporate/pickup_img03.png);
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: -40px;
	z-index: 5;
}

/*======================-
modal-content
======================-*/
.modal-content {
	display: none;
	margin: 0;
	padding: 10px 20px;
	position: fixed;
	text-align: center;
	width: 50%;
	z-index: 6;
}

.modal_caption {
	background: #322c5f;
	height: 340px;
	padding: 30px 20px;
	position: absolute;
	right: -220px;
	text-align: center;
	top: 100px;
	width: 320px;
}
.modal_caption_title {
	color: #d5c88a;
	font-size: 28px;
	line-height: 1.7;
	padding: 20px 0;
}
.modal_caption_spec {
	color: #fff;
	margin: 10px 0;
}
.modal_caption_text {
	color: #fff;
	line-height: 2;
	padding: 0 20px;
	text-align: left;
}

.modal_caption_border {
	border-top: #fff 1px solid;
	margin: 20px auto;
	text-align: center;
	width: 50px;
}

/*
.modal-content p {
margin:0;
padding:0;
}
*/
.modal-overlay {
	background-color: rgba(38, 38, 38, .95);
	display: none;
	height: 120%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5;
}

.modal-open {
	cursor: pointer;
}
.modal-open img {
	display: block;
}

.modal-close {
	border: 1px solid #fff;
	bottom: 30px;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	float: right;
	font-size: 18px;
	left: 160px;
	padding: 10px;
	position: relative;
	text-decoration: none;
	width: 180px;
}
.modal-close:hover {
	color: #fff;
}
.modal-close_icon {
	background: #fff;
	display: inline-block;
	height: 17px;
	left: 5px;
	margin-left: 10px;
	padding: 0;
	position: relative;
	transform: rotate(45deg);
	vertical-align: bottom;
	width: 1px;
}
.modal-close_icon:after {
	background: #fff;
	content: "";
	display: block;
	height: 1px;
	left: -8px;
	position: absolute;
	top: 8px;
	vertical-align: bottom;
	width: 17px;
}

/*======================-
use_back
======================-*/
.use_back {
	background-image: url(/img/usr/freepage/corporate/use_back_top.png), url(/img/usr/freepage/corporate/use_back_right.png), url(/img/usr/freepage/corporate/use_back_bottom.png), url(/img/usr/freepage/corporate/use_back_left.png);
	background-position: top,right,bottom,left;
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
	background-size: auto,18%,auto,18%;
}

.length_3column {
	box-sizing: border-box;
	margin: 100px 0 250px 0;
}
.length_3column_item {
	box-sizing: border-box;
	float: left;
	position: relative;
	width: 490px;
}
.length_3column_item p {
	line-height: 1.5;
}
.length_3column_item_read {
	display: inline-block;
	margin-right: 24px;
	vertical-align: middle;
	width: 210px;
}
.length_3column_item_img {
	display: inline-block;
	vertical-align: middle;
	width: 250px;
}
.length_3column_item .right-position {
	margin-left: 24px;
	margin-right: 0;
}
.length_3column_item .diamond_rotate {
	background: #4d4394;
	height: 80px;
	left: 0;
	margin: auto;
	overflow: hidden;
	right: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 80px;
}
.length_3column_item .diamond_read {
	background: transparent;
	color: #fff;
	height: 50px;
	left: 16px;
	line-height: 1.2;
	position: absolute;
	top: 17.5px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 1s;
	transition: all 1s;
	width: 50px;
}
.length_3column_item .diamond_read .diamond_text {
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
}

/*======================-
insert_name
======================-*/
.back_black {
	background: #000;
}

.back_gray_black {
	background: #333;
}

.sub_carousel {
	margin: 0 auto;
	position: relative;
	width: 960px;
}

.sub_carousel-area {
	position: relative;
}

.sub_carousel_caption {
	background: rgba(50, 44, 95, .8);
	height: 340px;
	padding: 30px 20px;
	position: absolute;
	text-align: center;
	top: 70px;
	width: 360px;
}
.sub_carousel_caption_title {
	color: #d5c88a;
	font-size: 28px;
	line-height: 1.7;
	padding: 20px 0;
}
.sub_carousel_caption_text {
	color: #fff;
	line-height: 2;
	padding: 0 20px;
	text-align: left;
}

.sub_carousel_caption-right {
	right: 0;
}

.thmb_area, .thmb_area02 {
	background: #333;
	margin-left: -50%;
	margin-right: -50%;
}

.js_thumb {
	margin: 0 auto;
	padding: 20px;
	width: 980px;
}
.js_thumb li {
	background: #000;
	cursor: pointer;
	float: left;
	height: 100px;
	margin-right: 25px;
	position: relative;
	vertical-align: middle;
}
.js_thumb li:last-child {
	margin-right: 0;
}
.js_thumb a {
	display: block;
}

.js_thumb02 {
	margin: 0 auto;
	padding: 20px;
	width: 980px;
}
.js_thumb02 li {
	cursor: pointer;
	display: inline-block;
	margin-right: 20px;
	position: relative;
	vertical-align: middle;
}
.js_thumb02 li:last-child {
	margin-right: 0;
}
.js_thumb02 a {
	display: block;
}

.active .over {
	display: block;
	opacity: .6;
}
.active .over img {
	border: 2px solid #a19351;
	box-sizing: border-box;
	margin: -2px;
}

.active::before {
	border: 8px solid transparent;
	border-bottom: 8px solid #a19351;
	content: "";
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: -16px;
	width: 0;
}

/*======================-
container_contact
======================-*/
.container_contact_back {
    background:#FFF;
}

.container_contact_back > .container_inner {
	padding-top: 50px !important;
}

.container_contact {
	margin-top: 50px;
	text-align: center;
}
.container_contact_read {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 30px;
  color: #44397b;
}
.container_contact_tel {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 23px;/*180614修正*/
}
.container_contact_tel span {
	color: #4d4394;
	font-size: 40px;
	font-weight: bold;
}
.container_contact_hours {
	font-size: 14px;
	margin-bottom: 40px;/*180614修正*/
}
.container_contact_btn {
	background: #4d4394;
	margin: 20px auto;
	text-align: center;
	width: 430px;/*180614修正*/
}
.container_contact_btn a {
	color: #fff;
	display: block;
	font-size: 24px;
	padding: 20px 10px;
	text-align: center;
	text-decoration: none;
  margin-left: 30px;/*180614追記*/
  background: url(/img/usr/freepage/corporate/contact_icon.png) no-repeat;/*180614追記*/
  background-position: 97px;/*180614追記*/
}

/*======================-
footer
======================-*/
#page-top {
	bottom: 20px;
	position: fixed;
	right: 20px;
}
#page-top img {
	height: 60px;
	width: 60px;
}

.footer {
    background-color: #eee;
	text-align: center;
}
.footer_logo {
	padding: 30px 0 20px 20px;
}
.footer_link_item {
	border-right: 1px solid #fff;
	display: inline-block;
	padding-right: 20px;
	vertical-align: middle;
}
.footer_link_item:last-child {
	border-right: none;
	padding-left: 20px;
	padding-right: 0;
}
.footer_link_item a {
	text-decoration: none;
    color: #000;
}

.copyright {
	color: #333;
	font-size: 12px;
	padding: 20px 0;
}

/*======================-
minbrowser
======================-*/
@media screen and (max-width: 1600px) {
	.header_inner {
		margin: 0 0 0 180px;
	}
}

@media screen and (max-width: 1700px) {
	.container .s-product_container {
		margin: 0 0 0 230px;
	}
}

@media screen and (max-width: 1500px) {
	.container .s-product_container {
		margin: 0 auto;
		width: 1000px;
	}
	.container .s-product_container .s-product_list_item {
        max-width: 100%;
		margin-right: 10px !important;
	}
}

@media screen and (max-width: 1400px) {
	#carousel, .container .s-product_container, .container_inner {
		margin: 0 0 0 230px;
	}
	#carousel img {
		margin-left: -670px;
	}
}