﻿/* ----------------------------------------------------------------------------------- */
/* layout */
/* ----------------------------------------------------------------------------------- */
body {
	border-top: 4px solid #015DB2;
}

#common #wrapper {
	background: url(/dcms_media/other/sub_bg.svg) repeat-x;
	width: 100%;
}


/* contents */
/* -------------------------- */
#contents {
	width: 1024px;
	margin: 0 auto 80px auto;
	position: relative;
	background: url(../image/common/sub_contents_bg.jpg) no-repeat center top;
	color: #636363;
	font-size: 110%;
}

#contents_left {
	width: 750px;
	margin-left: 5px;
	float: left;
}

#contents_right {
	width: 240px;
	float: right;
	margin-right: 5px;
	margin-top: 200px;
}

#contents_ {
	width: 750px;
	/* margin:0 auto 80px auto; */
	position: relative;
	background: url(../image/common/sub_contents_bg.jpg) no-repeat center top;
	color: #636363;
	font-size: 110%;
}


/* ----------------------------------------------------------------------------------- */
/* header */
/* ----------------------------------------------------------------------------------- */
header {
	width: 1024px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 21px;
	padding-right: 5px;
}

header:before,
header:after {
	content: "";
	display: block;
}

header:after {
	clear: both;
}

#header_title {
	width: 70%;
	clear: both;
	float: left;
}

#header_title:before,
#header_title:after {
	content: "";
	display: block;
}

#header_title:after {
	clear: both;
}

#logo {
	float: left;
	width: 142px;
	margin-right: 20px;
	margin-left: 14px;
}

body.en #logo {
	width: 245px;
}

h1 {
	float: left;
	margin-right: 20px;
	margin-top: 12px;
	line-height: 1;
	font-size: 95%;
}

#header_lang {
	border: 1px solid #D5D7DD;
	float: right;
}

#header_lang li {
	float: left;
	margin: 5px 8px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}

#header_lang li#jp {
	padding-right: 8px;
	margin-right: 0;
	border-right: 1px solid #D5D7DD;
}

#header_lang li a {
	display: block;
	height: 14px;
	text-indent: -9999px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#header_lang li#jp a {
	width: 60px;
	background-image: url(../image/common/btn_jp.gif);
}

#header_lang li#en a {
	width: 46px;
	background-image: url(../image/common/btn_en.gif);
}

#header_lang li a:hover,
#header_lang li.current a {
	background-position: 0 -14px;
}

/*=======================================
added 20241119
header
=======================================*/
.l-header {
	max-width: 1024px;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 21px 0 0;
}

.l-header-left {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 10px;
	margin-right: 20px;
	min-width: 265px;
	width: fit-content;
}

@media (max-width: 979px) {
	.l-header-left {
		min-width: auto;
	}
}


@media (max-width: 769px) {
	.l-header-left {
		gap: 10px 20px;

	}
}

.l-header-right {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
	margin-left: auto;
}

.l-header-logo a {
	display: flex;
	height: 100%;
	width: 100%;
}

.l-header-title {
	font-size: 12px;
	float: none;
	margin: 0;
}

@media (max-width: 979px) {
	.l-header-title {
		font-size: 10px;
	}
}

@media (max-width: 769px) {
	.l-header-title {
		margin-top: 0;
	}
}

.l-header-search {
	width: 170px;
}

@media (max-width: 979px) {
	.l-header-search {
		width: 130px;
	}
}

@media (max-width: 690px) {
	.l-header-search {
		width: 80%;
		margin: auto;
		padding: 15px 0;
	}
}

.l-header-search__form {
	background-color: #fff;
	border: solid 1px #0069B7;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	padding: 5px 10px;
}

.l-header-search__txt {
	border: none;
	font-size: 12px;
	height: 16px;
	outline: none;
	width: calc(100% - 25px);
}

input:-webkit-autofill.l-header-search__txt {
	box-shadow: 0 0 0 1000px rgb(255, 255, 255) inset !important;
}

input:-webkit-autofill:focus.l-header-search__txt {
	caret-color: #fff !important;
}

.l-header-search__txt::placeholder {
	color: #999;
}

.l-header-search__btn {
	background: url(/dcms_media/other/header-search-icon.svg) no-repeat center / contain;
	height: 20px;
	width: 20px;
	outline: none;
	border: none;
}

.l-header-search__btn:hover {
	opacity: .8;
}

.l-header-search__pc-tab {
	display: block;
}

@media (max-width: 690px) {
	.l-header-search__pc-tab {
		display: none;
	}
}

.l-header-search__sp {
	display: none;
}

@media (max-width: 690px) {
	.l-header-search__sp {
		display: block;
	}
}

.l-header-cta a {
	font-size: 14px;
	padding-left: 25px;
	position: relative;
}

@media (max-width: 979px) {
	.l-header-cta a {
		font-size: 12px;
		padding-left: 20px;

	}
}

.l-header-cta a::before {
	content: '';
	position: absolute;
	background: url(/dcms_media/other/l-header-mail-icon.svg) no-repeat center / contain;
	height: 14px;
	width: 20px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 979px) {
	.l-header-cta a::before {
		width: 15px;
	}
}

/* ----------------------------------------------------------------------------------- */
/* globalnav */
/* ----------------------------------------------------------------------------------- */
#gnav_btn {
	display: none;
}

#globalnav:before,
#globalnav:after {
	content: "";
	display: block;
}

#globalnav:after {
	clear: both;
}

#globalnav {
	clear: both;
	margin: 27px auto 26px;
}

#globalnav_in {
	width: 1024px;
	margin: 0 auto;
}

#globalnav ul {
	border-left: 1px solid #ccc;
	clear: both;
	display: flex;
}

#globalnav ul:before,
#globalnav ul:after {
	content: "";
	display: block;
}

#globalnav ul:after {
	clear: both;
}

#globalnav li {
	text-align: center;
	flex: auto;
	line-height: 1;
	padding: 3px;
	font-size: 120%;
	position: relative;
	z-index: 10000;
	border-right: 1px solid #ccc;
}

#globalnav li a {
	color: #000;
}

#globalnav li a:hover,
#globalnav li.main_current a {
	text-decoration: none;
	color: #0068B7;
}

#globalnav ul ul {
	display: block;
	position: absolute;
	border-left: none;
	cursor: pointer;
	padding-top: 18px;
	display: none;
}

#tinymce #globalnav ul ul {
	display: block;
}

#globalnav ul li#globalnav01 ul {
	width: 140%;
	left: 0;
}

#globalnav ul li#globalnav02 ul {
	width: 100%;
	left: 0;
}

#globalnav ul li#globalnav03 ul {
	width: 100%;
	left: 0;
}

#globalnav ul li#globalnav04 ul {
	width: 100%;
	left: 0;
}

#globalnav ul li#globalnav05 ul {
	width: 100%;
	left: 0;
}

#globalnav ul li#globalnav06 ul {
	width: 180%;
	right: 0;
}

#globalnav ul ul li {
	text-align: left;
	display: block;
	font-size: 80%;
	letter-spacing: 0.1em;
	border: 1px solid #ccc;
	line-height: 1.5;
	height: auto;
	width: 100%;
	background-color: #fff;
	margin-top: -1px;
}

#globalnav ul ul li a {
	color: #000;
	display: block;
	width: 100%;
	padding: 8px 10px;
}

#globalnav li.main_current ul li a {
	color: #000;
}

#globalnav li.main_current ul li a:hover {
	text-decoration: none;
	color: #0068B7;
}


#globalnav li#globalnav-cta {
	display: none;
}

/* ----------------------------------------------------------------------------------- */
/* footer */
/* ----------------------------------------------------------------------------------- */
#footer_top {
	background-color: #0080ff;
	padding: 20px 0 25px;
}

#footer_top_in {
	width: 1024px;
	margin: 0 auto;
	clear: both;
	padding: 0 5px;
}

#footer_top_in:before,
#footer_top_in:after {
	content: "";
	display: block;
}

#footer_top_in:after {
	clear: both;
}

#footer_top_in>ul {
	float: left;
	width: 20%;
	padding-left: 0;
}

#footer_top_in>ul li {
	margin-bottom: 22px;
	font-size: 105%;
	font-weight: bold;
	line-height: 1;
}

#footer_top_in>ul ul {
	margin-top: 18px;
	padding-left: 0;
}

#footer_top_in>ul li a {
	color: #fff;
	padding-left: 12px;
	background: url(../image/common/icon_square.gif) no-repeat 0 center;
}

#footer_top_in>ul ul li {
	font-size: 95%;
	font-weight: normal;
	padding-left: 12px;
	margin-bottom: 7px;
}

#footer_top_in>ul ul li a {
	background: none;
	padding-left: 0;
	position: relative;
}

#footer_top_in>ul ul li.outlink a:after {
	background: rgba(0, 0, 0, 0) url("../image/common/icon_outlink.png") no-repeat scroll center center;
	content: "";
	height: 9px;
	position: absolute;
	right: -23px;
	top: 4px;
	width: 11px;
}

#footer_bottom {
	width: 1024px;
	margin: 20px auto 10px;
	clear: both;
	color: #636363;
	text-align: center;
	padding: 0 5px;
}

#footernav {
	clear: both;
	float: right;
}

#footernav:before,
#footernav:after {
	content: "";
	display: block;
}

#footernav:after {
	clear: both;
}

#footernav li {
	float: left;
	line-height: 12px;
	margin-left: 13px;
	padding-left: 12px;
	border-left: 1px solid #636363;
}

#footernav li a {
	color: #636363;
}

#footernav li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}

body.en #footernav li {
	padding: 0 12px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

body.en #footernav li a {
	color: #0071BE;
}

#footer_bottom small {
	clear: both;
	padding-top: 20px;
	display: block;
	font-size: 110%;
	line-height: 1;
}

/* ----------------------------------------------------------------------------------- */
/*list*/
/* ----------------------------------------------------------------------------------- */
.parallel_list {
	margin-left: 15px;
}

.parallel_list li {
	list-style: disc;
}

.parallel_list02 {
	margin-left: 30px;
}

.parallel_list02 li {
	list-style: disc;
}

.order_list {
	margin-left: 30px;
}

.order_list li {
	list-style: decimal;
}

/* ----------------------------------------------------------------------------------- */
/*side*/
/* ----------------------------------------------------------------------------------- */
#side_banner li {
	margin-bottom: 10px;
}

#side_factorytour ul {
	padding-bottom: 12px;
	text-align: center;
	background-color: #E9EAE6;
}

/*subnav*/
/*--------------------------------------*/
#subnav {
	width: 100%;
	margin-bottom: 30px;
}

#subnav_title a {
	width: 100%;
	height: 46px;
	background-color: #353535;
	line-height: 46px;
	text-align: center;
	color: #FFF;
	font-size: 110%;
	font-weight: bold;
	display: block;
	overflow: hidden;
}

#subnav_title a:hover {
	text-decoration: underline;
}

#subnav_title a:before {
	content: url("../image/common/subnav_title_bg_left.gif");
	float: left;
}

#subnav_title a:after {
	content: url("../image/common/subnav_title_bg_right.gif");
	float: right;
}

#subnav li a {
	width: 100%;
	background: url(../image/common/arr01.gif) no-repeat 10px center;
	font-size: 95%;
	color: #333;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding: 10px 5px 10px 25px;
}

#subnav li a:hover,
#subnav ul li.current a,
#subnav ul li.current a:hover {
	background-image: url(../image/common/arr02.gif);
	color: #0067B7;
}

#subnav li.current ul li a {
	width: 100%;
	background: url(../image/common/subnav_bg02.gif) no-repeat 27px center;
	font-size: 100%;
	color: #333;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding: 10px 5px 10px 45px;
}

#subnav li.current ul li a:hover,
#subnav li.current ul li.current a {
	background-image: url(../image/common/subnav_bg02.gif);
	color: #0067B7;
}

#subnav li.current ul li.current ul li a {
	width: 100%;
	background: none;
	font-size: 100%;
	color: #333;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding: 10px 5px 10px 55px;
}

#subnav li.current ul li.current ul li.current a,
#subnav li.current ul li.current ul li a:hover {
	background-image: none;
	color: #0067B7;
}




/* ----------------------------------------------------------------------------------- */
/* pagetop */
/* ----------------------------------------------------------------------------------- */
#topcontrol {
	margin-bottom: 260px;
}

a.pagetop {
	display: block;
	width: 46px;
	height: 46px;
	background: url(../image/common/pagetop.gif) no-repeat 0 0;
}


/* ----------------------------------------------------------------------------------- */
/* lp */
/* ----------------------------------------------------------------------------------- */
.lp_img_btn {
	display: none;
}




/* ----------------------------------------------------------------------------------- */
/* 検索結果ページ */
/* ----------------------------------------------------------------------------------- */
.c-search {
	width: 100%;
}

.c-search__form {
	background-color: #fff;
	border: solid 1px #0069B7;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	padding: 5px 10px;
}

.c-search__txt {
	border: none;
	font-size: 12px;
	height: 16px;
	outline: none;
	width: calc(100% - 25px);
	background-color: transparent;
}

input:-webkit-autofill.c-search__txt {
	box-shadow: 0 0 0 1000px rgb(255, 255, 255) inset !important;
}

input:-webkit-autofill:focus.c-search__txt {
	caret-color: #fff !important;
}

.c-search__txt::placeholder {
	color: #999;
}

.c-search__btn {
	background: url(/dcms_media/other/header-search-icon.svg) no-repeat center / contain;
	height: 20px;
	width: 20px;
	outline: none;
	border: none;
}

.c-search__btn:hover {
	opacity: .8;
}

.c-search__subtitle03 {
	font-size: 22px !important;
	margin-bottom: 20px !important;
}


.c-search__total-number {
	margin-top: 16px;
}

.c-search__pager {

	display: flex;
	flex-wrap: nowrap;
	gap: 5px;
}

.c-search__pager a {
	padding: 5px 10px;
}

.c-search__pager a:hover {
	background-color: #f5f5f5;
}

.c-search__pager strong {
	padding: 5px 10px;
	font-weight: bold;
	background-color: #f5f5f5;
}

.c-search__pager-prev,
.c-search__pager-next {
	position: relative;
}

.c-search__pager-prev {
	padding-left: 20px !important;
}

.c-search__pager-next {
	padding-right: 20px !important;
}

.c-search__pager-prev::before,
.c-search__pager-next::before,
.c-search__pager-prev::after,
.c-search__pager-next::after {
	content: '';
	position: absolute;
	height: 7px;
	width: 7px;
	top: calc(50% - 1px);
}

.c-search__pager-prev::before,
.c-search__pager-prev::after {
	border-top: solid 1px #333;
	border-left: solid 1px #333;
	left: 8px;
	transform: rotate(-45deg) translateY(-50%);
}

.c-search__pager-prev::after {
	left: 5px;
}

.c-search__pager-next::before,
.c-search__pager-next::after {
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	right: 8px;
	transform: rotate(45deg) translateY(-50%);
}

.c-search__pager-next::after {
	right: 5px;
}

.c-search__result+.c-search__result {
	margin-top: 20px;
}

.c-search__result-title a {
	color: #3D84C5;
	font-size: 16px;
	font-weight: bold;
	padding-left: 16px;
	position: relative;
	transition: all .3s;
}

.c-search__result-title a::before {
	content: '';
	position: absolute;
	border-top: solid 2px #3D84C5;
	border-right: solid 2px #3D84C5;
	height: 6px;
	left: 0;
	top: 7px;
	transform: rotate(45deg);
	transition: all .3s;
	width: 6px;
}

.c-search__result-title a:hover {
	opacity: .8;
}

.c-search__result-title a:hover::before {
	left: 3px;
}

.c-search__result-text {
	font-size: 16px;
	margin-top: 5px;
}