@charset "UTF-8";
/*----------------------------------------

	Default CSS (Last Update 2018.7.23)

	- default setting
	- font setting
	- link setting
	- color setting
	- common setting
	- clearfix
	+ header
		+ gnav
			- subnav
	+ content
		- breadcrumb
		- result
		- pagination
		+ relation
			- search
			- support
			- history
	- footer
	- search_detail
	+ mycatalog_overlay
		- edit_mycatalog

-----------------------------------------*/

/*----------------------------------------
	default setting
-----------------------------------------*/

html {
	font-size: 62.5%;
}

body {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.571;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-user-drag: none;
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: 100%;
}

img {
	vertical-align: bottom;
}

em {
	font-weight: bold;
}

li {
	list-style: none;
	vertical-align: bottom;
}

li img {
	vertical-align: top;
}

figure {
	margin: 0;
}

select,input,button,textarea {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif;
}

select::-ms-expand {
	display: none;
}

small {
	font-size: 100%;
}

/*----------------------------------------
	font setting [defalt size 14/22]
-----------------------------------------*/

/* 10/16 */
.font10 {
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.6;
}

/* 12/18 */
.font12,
#content #breadcrumb,
footer #f_nav > nav {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

/* 16/26 */
.font16 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.625;
}

/* 18/30 */
.font18 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.667;
}

/* 20/34 */
.font20 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.7;
}

/* 24/38 */
.font24 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.583;
}

/* 28/42 */
.font28 {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.5;
}

/* 30/44 */
.font30 {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.467;
}

/* 34/46 */
.font34 {
	font-size: 34px;
	font-size: 3.4rem;
	line-height: 1.353;
}

/* 36/48 */
.font36 {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.333;
}

/*----------------------------------------
	link setting
-----------------------------------------*/

a,
a:focus {
	outline: none;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #000;
	text-decoration: none;
}

a:hover {
	opacity: 0.6;
}

a.l_green01:link,
a.l_green01:visited,
a.l_green01:hover,
a.l_green01:active {
	color: #009b64;
	text-decoration: underline;
	opacity: 1;
}

#content #breadcrumb a:link,
#content #breadcrumb a:visited,
#content #breadcrumb a:hover,
#content #breadcrumb a:active {
	color: #666;
	text-decoration: none;
}

footer #f_nav > nav a:link,
footer #f_nav > nav a:visited,
footer #f_nav > nav a:hover,
footer #f_nav > nav a:active {
	color: #fff;
	text-decoration: none;
}

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

.white01,
footer #f_nav small {
	color: #ffffff;
}

.gray01,
#breadcrumb {
	color: #666;
}

.green01 {
	color: #009b64;
}

.blue01 {
	color: #3a80b5;
}

.red01 {
	color: #ff0000;
}

/* product item state */
#product .new {
	color: #ff3333;
	font-weight: bold;
}

#product .custom_made {
	color: #198ce5;
	font-weight: bold;
}

#product .discontinued {
	color: #333399;
}

#product .part_discontinued {
	color: #666666;
}

#product table .discontinued {
	color: #a251c7;
}

/*----------------------------------------
	common setting
-----------------------------------------*/

.clearfsize {
	font-size: 0;
	line-height: 0;
}

.bold01 {
	font-weight: bold;
}

.err_msg {
	display: block;
	margin: 3px 0 -2px;
	color: #ff0000;
}

/* news category menu */
#news > .news_category > dl > dd.new.current {
	background: #f7b8b8;
}

#news > .news_category > dl > dd.new::after {
	border-top: solid 2px #ec4e4e;
	border-right: solid 2px #ec4e4e;
}

#news > .news_category > dl > dd.event.current {
	background: #cce599;
}

#news > .news_category > dl > dd.event::after {
	border-top: solid 2px #99cc33;
	border-right: solid 2px #99cc33;
}

#news > .news_category > dl > dd.discontinued.current {
	background: #dabee6;
}

#news > .news_category > dl > dd.discontinued::after {
	border-top: solid 2px #b57ece;
	border-right: solid 2px #b57ece;
}

#news > .news_category > dl > dd.update.current {
	background: #add6eb;
}

#news > .news_category > dl > dd.update::after {
	border-top: solid 2px #3399cc;
	border-right: solid 2px #3399cc;
}

/* news category mark */
#news .news_list dl dd .new {
	background: #ec4e4e;
}

#news .news_list dl dd .event {
	background: #99cc33;
}

#news .news_list dl dd .discontinued {
	background: #b57ece;
}

#news .news_list dl dd .update {
	background: #3399cc;
}

/* news category icon */
#news .news_list dl dt .pdf {
	position: relative;
	display: block;
	padding-right: 30px;
}
#news .news_list dl dt .pdf::after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	background: url("../../common/img/c_ic_pdf01.png") no-repeat left -2px;
}

/* modal */
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

/*----------------------------------------
	clearfix
-----------------------------------------*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/*----------------------------------------
	header
-----------------------------------------*/

header {
	border-top: 1px #009B64 solid;
}

header a:hover {
	text-decoration: none;
	opacity: 1;
}

header > div {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 10;
	min-width: 1280px;
	width: 100%;
	background-color: #fff;
}

/* site_title */
header #site_title {
	display: flex;
	align-items: center;
	width: 300px;
	margin-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

header #site_title h1 {
	position: relative;
	z-index: 3;
	width: 88px;
}

header #site_title h1 a {
	display: block;
	overflow: hidden;
	width: 88px;
	height: 27px;
	background: url("../../common/img/c_h_logo.png") no-repeat left top;
	text-indent: 100%;
	white-space: nowrap;
}

header #site_title h1 a:hover {
	opacity: 0.6;
}

header #site_title p {
	margin-left: 27px;
	line-height: 1;
}

/* h_nav_box */
header #h_nav_box {
	display: flex;
}

/* h_menu_box */
header #h_menu_box {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	z-index: 3;
	margin: 0 20px 0 0;
	line-height: 1;
}

/* h_lgoin */
header #h_lgoin {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: -1px;
	margin-right: 10px;
	border-right: 1px #E4E4E4 solid;
	border-left: 1px #E4E4E4 solid;
}

header #h_lgoin dt {
	padding: 0 10px;
}

header #h_lgoin dd a:link,
header #h_lgoin dd a:visited,
header #h_lgoin dd a:hover,
header #h_lgoin dd a:active {
	text-decoration: none;
	color: #fff;
}

header #h_lgoin dd a:hover {
	opacity: 0.6;
}

header #h_lgoin dd {
	display: none;
	height: 26px;
	min-width: 120px;
	padding: 1px;
	box-sizing: border-box;
}

header #h_lgoin dd a {
	display: table-cell;
	height: 22px;
	width: 116px;
	text-align: center;
	vertical-align: middle;
}

header #h_lgoin dd a span {
	display: inline-block;
	min-height: 13px;
}

header #h_lgoin dd.login,
header #h_lgoin dd.mypage
{
	margin-right: 10px;
	border: 1px solid #009b64;
	background-color: #89d3b9;
}

header #h_lgoin dd.login a,
header #h_lgoin dd.mypage a
{
	background-color: #009b64;
}

header #h_lgoin dd.login a span {
	padding: 0 0 0 19px;
	background: url("../../common/img/c_h_ic_login01.png") no-repeat left center;
}

header #h_lgoin dd.mypage a span {
	padding: 0 0 0 19px;
	background: url("../../common/img/c_h_ic_mypage01.png") no-repeat left center;
}

header #h_lgoin dd.regist {
	margin-right: 20px;
	border: 1px solid #3a80b5;
	background-color: #9bc6e7;
}

header #h_lgoin dd.regist a {
	background-color: #3a80b5;
}

header #h_lgoin dd.regist a span {
	padding: 0 0 0 22px;
	background: url("../../common/img/c_h_ic_signup01.png") no-repeat left center;
}

/* h_language */
header #h_language {
	margin-top: -2px;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px #E4E4E4 solid;
}

header #h_language dl {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

header #h_language dt {
	padding: 0 0 0 23px;
	background: url("../../common/img/c_h_ic_language.png") no-repeat left center;
}

header #h_language dd {
	margin-left: 11px;
}

header #h_language li {
	display: inline-block;
}

header #h_language li a {
	display: block;
	padding: 0 0 0 6px;
}

header #h_language li a span {
	display: block;
	padding-top: 2px;
	border-bottom: 2px #FFF solid;
}

header #h_language li a:hover span,
header #h_language li a.navon span {
	border-bottom: 2px #E4E4E4 solid;
}

/* h_region */
header #h_region {
	margin-top: -1px;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px #E4E4E4 solid;
}

header #h_region a {
	display: block;
	padding: 0 0 0 25px;
	background: url("../../common/img/c_h_ic_region.png") no-repeat left center;
	font-size: 12px;
}

header #h_region a span {
	display: block;
	padding-top: 2px;
	border-bottom: 2px #FFF solid;
}

header #h_region a:hover span {
	border-bottom: 2px #E4E4E4 solid;
}

/* h_search */
header #h_search {
	width: 170px;
	margin-top: -2px;
}

header #h_search form {
	position: relative;
}

header #h_search input {
	width: 140px;
	padding: 1px 4px;
	border: none;
	background: #eee;
	vertical-align: top;
	outline: none;
}

header #h_search input + input {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 140px;
	width: 30px;
	margin: 0;
	padding: 1px 0;
	border: none;
	background: url("../../common/img/c_h_ic_search01.png") no-repeat left center;
	text-indent: 100%;
	white-space: nowrap;
	outline: none;
}

/* --------------------------------------
	gnav
-------------------------------------- */

#gnav {
	position: relative;
	z-index: 900;
	min-width: 1280px;
	width: 100%;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

#gnav > ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-top: 1px #E4E4E4 solid;
}

#gnav > ul > li {
	display: table-cell;
	z-index: 100;
	vertical-align: middle;
}

#gnav > ul > li > a {
	display: block;
	padding: 3px 0 0px;
	border-bottom: 4px #FFF solid;
	text-align: center;
}

#gnav > ul > li.navon > a {
	border-bottom: 4px #009B64 solid;
}

#gnav > ul > li > a span {
	display: block;
	margin-bottom: 2px;
	padding: 4px 0 1px;
	border-left: 1px #E4E4E4 solid;
}

#gnav > ul > li:first-child > a span {
	border-left: none;
}

/* --------------------------------------
	subnav
-------------------------------------- */

.subnav {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0 0 20px;
	background: #DAEAE4;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.subnavinner {
	width: 1200px;
	margin: 0 auto;
}

.subnavgrid {
	width: 100%;
	margin-top: 20px;
}

.subnav .box1,
.subnav .box2,
.subnav .box3,
.subnav .box4 {
	padding: 0;
	background: #F8FBFA;
}

.subnav .box1,
.subnav .box2,
.subnav .box3,
.subnav .box4 {
	background: rgba(255, 255, 255, 0.8);
}

.subnav .box1 {
	border-left: none;
}

.subnav .box1 {
	border-left: none;
}

.subnav a {
	display: block;
	padding: 5px 5px 5px 11px;
	line-height: 1.5;
}

.subnav a:hover {
	color: #009B64;
	text-decoration: underline;
}

.subnav .mds {
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #FFF;
	border-bottom: 1px #dcebe5 solid;
}

.subnav .mds span,
.subnav .mds a {
	display: block;
	padding: 9px 10px 6px;
	border: none;
}

.subnav td {
	vertical-align: top;
}

/* sub01 - 商品情報 */
.sub01 .box1 {
	margin: 0 auto;
}

.sub01 .box1 > dl > dt {
	background: #fff url("../../common/img/c_h_ic_search02.png") no-repeat right 10px center;
}

.sub01 .catalogbox {
	overflow: hidden;
	border-bottom: 1px #dcebe5 solid;
	padding: 10px 0;
}

.sub01 .search {
	width: 680px;
	margin-left: 10px;
}

.sub01 .search form {
	position: relative;
}

.sub01 .search input {
	width: 584px;
	height: 18px;
	border: 1px #dcebe5 solid;
	background: #dcebe5;
	vertical-align: top;
	padding: 8px 0 6px 14px;
}

.sub01 .search input + input {
	position: absolute;
	overflow: hidden;
	top: 0px;
	height: 34px;
	width: 80px;
	padding: 6px 0 4px 29px;
	border: none;
	background: #d48758 url("../../common/img/c_ic_search01.png") no-repeat left 12px center;
	color: #fff;
	white-space: nowrap;
	right: 0px;
	letter-spacing: 0.3em;
	box-sizing: border-box;
}

html[lang="en"] .sub01 .search input + input {
	width: 105px;
	padding: 6px 10px 4px 29px;
	letter-spacing: 0;
}

.sub01 .search input + input:hover {
	opacity: 0.6;
}

.sub01 .box2 {
	margin: 20px auto 0;
	border: none;
}

.sub01 .box2 > dl > dt {
	padding: 0;
	border-bottom: 1px #dcebe5 solid;
	background: #fff url("../../common/img/c_h_ic_search03.png") no-repeat right 10px center;
}

.sub01 .box2 > dl > dd {
	padding: 10px 0 9px;
}

.sub01 .box2 > dl > dd dl {
	display: flex;
}

.sub01 .box2 > dl > dd dl dt {
	width: 149px;
	border-right: 1px #dcebe5 solid;
	padding: 3px 10px 2px 11px;
}

.sub01 .box2 > dl > dd dl dd {
	padding: 0 0 0 23px;
}

.sub01 .box2 > dl > dd + dd {
	border-top: 1px #dcebe5 solid;
}

.sub01 .box2 > dl > dd dl dd ul {
	display: flex;
	flex-wrap: wrap;
	width: 1006px;
	margin-left: -30px;
}

.sub01 .box2 > dl > dd dl dd ul li {
	margin: 4px 0 0 30px;
	line-height: 1;
}

.sub01 .box2 > dl > dd dl dd ul li a {
	padding: 0 5px 5px 11px;
	background: url(../../common/img/c_h_ic_arrow01.png) no-repeat left 5px top 7px;
}

.sub01 .box2 > dl > dd:last-child {
	padding: 0;
}

.sub01 .box2 > dl > dd > ul {
	display: flex;
}

.sub01 .box2 > dl > dd > ul > li {
	box-sizing: border-box;
}

.sub01 .box2 > dl > dd > ul > li:nth-child(1) {
	width: 400px;
	padding: 0 0 0 5px;
}

.sub01 .box2 > dl > dd > ul > li:nth-child(2) {
	width: 399px;
	padding: 0 0 0 5px;
	border-left: 1px #dcebe5 solid;
}

.sub01 .box2 > dl > dd > ul > li:nth-child(3) {
	width: 399px;
	padding: 0 0 0 5px;
	border-left: 1px #dcebe5 solid;
}

.sub01 .box2 > dl > dd > ul > li a {
	padding: 13px 5px 11px 11px;
	background: url(../../common/img/c_h_ic_arrow01.png) no-repeat left 5px top 20px;
}

/* sub02 - 資料・ダウンロード */
.sub02 .subnavgrid {
	display: flex;
	flex-wrap: wrap;
}

.sub02 .subnavgrid > div {
	width: 387px;
	box-sizing: border-box;
}

.sub02 .subnavgrid > div + div {
	margin-left: 20px;
}

.sub02 .subnavgrid > div:nth-child(3n) {
	width: 386px;
}

.sub02 .subnavgrid > div:nth-child(3n+1) {
	margin-left: 0;
}

.sub02 .subnavgrid > div:nth-child(n+4) {
	margin-top: 10px;
}

/* sub03 - 会社情報 */
.sub03 .mds {
}

.sub03 .box1 .mds {
	background-image: url("../../common/img/c_h_subnav_bg01.jpg");
}

.sub03 .box2 .mds {
	background-image: url("../../common/img/c_h_subnav_bg02.jpg");
}

.sub03 .box3 .mds {
	background-image: url("../../common/img/c_h_subnav_bg03.jpg");
}

.sub03 .box4 .mds {
	background-image: url("../../common/img/c_h_subnav_bg04.jpg");
}

.sub03 li {
	border-bottom: 1px #dcebe5 solid;
}

.sub03 .subnavgrid {
	display: flex;
}

.sub03 .subnavgrid>div {
	box-sizing: border-box;
}

.sub03 .box1 {
	width: 17%;
}

.sub03 .box2 {
	width: 33%;
	margin-left: 20px;
}

.sub03 .box3 {
	width: 16%;
	margin-left: 20px;
}

.sub03 .box4 {
	width: 34%;
	margin-left: 20px;
}

.sub03 .box2 table,
.sub03 .box4 table {
	width: 100%;
}

.sub03 .box2 td,
.sub03 .box4 td {
	width: 50%;
	padding: 0;
	border-bottom: 1px #dcebe5 solid;
}

.sub03 .box2 tr td:first-child,
.sub03 .box4 tr td:first-child {
	border-right: 1px #dcebe5 solid;
}

.sub03 .box2 td:empty,
.sub03 .box4 td:empty {
	border: none;
}

.sub03 a {
	padding: 5px 5px 5px 17px;
	background: url(../../common/img/c_h_ic_arrow01.png) no-repeat left 11px top 12px;
}

/*----------------------------------------
	content
-----------------------------------------*/

#content {
	width: 1200px;
	min-height: 555px;
	margin: 18px auto 0;
	padding: 0 40px;
}

#content > #member {
	display: flex;
	margin-bottom: 35px;
	background-color: #009b64;
}

#content > #member > span:first-of-type {
	display: block;
	padding: 10px 10px 8px 45px;
}

#content > #member > span:last-of-type {
	display: block;
	margin-left: auto;
	background: #404040;
}

#content > #member > span:last-of-type > span {
	display: block;
	margin: 3px;
	border: solid 1px #45b88f;
	padding: 6px 10px 4px 11px;
}

/*----------------------------------------
	breadcrumb
-----------------------------------------*/

#breadcrumb {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 11px;
}

#breadcrumb li + li {
	position: relative;
	padding-left: 15px;
}

#breadcrumb li + li::before {
	content: '';
	position: absolute;
	display: block;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 1px #d48758;
	border-right: solid 1px #d48758;
	-webkit-transform: scale(1,0.6) rotate(45deg);
	-ms-transform: scale(1,0.6) rotate(45deg);
	transform: scale(1,0.6) rotate(45deg);
	left: 1px;
	top: 50%;
}

/*----------------------------------------
	result
-----------------------------------------*/

#result {
	display: flex;
	align-items: flex-end;
	width: 870px;
	padding-bottom: 5px;
	border-bottom: solid 2px #009b64;
}

#result > h1,
#result > p {
	margin-right: 30px;
}

#result > dl {
	display: flex;
	margin: 0 0 1px auto;
}

#result > dl > dt {
	margin-right: 14px;
}

#result > dl > dt > span {
	padding-right: 5px;
}

/*----------------------------------------
	pagination
-----------------------------------------*/

#pagination {
	width: 870px;
	margin-top: 80px;
}

#pagination,
#pagination li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#pagination li {
	margin-left: 1px;
	text-align: center;
}

#pagination li.prev {
	margin: 0 7px 0 0;
}

#pagination li.next {
	margin: 0 0 0 7px;
}

#pagination li a {
	display: block;
	min-width: 22px;
	min-height: 22px;
	padding: 4px;
	background: #d9d9d9;
}

#pagination li.current a {
	background: #d48758;
	color: #fff;
}

#pagination li.current a:hover {
	opacity: 1;
}

#pagination li.first,
#pagination li.prev,
#pagination li.next,
#pagination li.last {
	position: relative;
	background: #fff;
}

#pagination li.first a,
#pagination li.prev a,
#pagination li.next a,
#pagination li.last a {
	background: #fff;
}

#pagination li.first span > span,
#pagination li.prev span > span,
#pagination li.next span > span,
#pagination li.last span > span {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

#pagination li.first a::before {
	content: '';
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 1px;
	border-top: solid 2px #d48758;
	border-right: solid 2px #d48758;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	left: 50%;
	top: 50%;
}

#pagination li.first a::after {
	content: '';
	position: absolute;
	display: block;
	width: 2px;
	height: 12px;
	margin: -6px 0 0 -5px;
	border-left: solid 2px #d48758;
	left: 50%;
	top: 50%;
}

#pagination li.prev a::before {
	content: '';
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 -3px;
	border-top: solid 2px #d48758;
	border-right: solid 2px #d48758;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	left: 50%;
	top: 50%;
}

#pagination li.next a::before {
	content: '';
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	margin: -4px -3px 0 0;
	border-top: solid 2px #d48758;
	border-right: solid 2px #d48758;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 50%;
	top: 50%;
}

#pagination li.last a::before {
	content: '';
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	margin: -4px 1px 0 0;
	border-top: solid 2px #d48758;
	border-right: solid 2px #d48758;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 50%;
	top: 50%;
}

#pagination li.last a::after {
	content: '';
	position: absolute;
	display: block;
	width: 2px;
	height: 12px;
	margin: -6px -5px 0 0;
	border-right: solid 2px #d48758;
	right: 50%;
	top: 50%;
}

#pagination li.first > span,
#pagination li.prev > span,
#pagination li.next > span,
#pagination li.last > span {
	display: block;
	min-width: 22px;
	min-height: 22px;
	padding: 4px;
}

#pagination li.first > span::before {
	content: '';
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 1px;
	border-top: solid 2px #ddd;
	border-right: solid 2px #ddd;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	left: 50%;
	top: 50%;
}

#pagination li.first > span::after {
	content: '';
	position: absolute;
	display: block;
	width: 2px;
	height: 12px;
	margin: -6px 0 0 -5px;
	border-left: solid 2px #ddd;
	left: 50%;
	top: 50%;
}

#pagination li.prev > span::before {
	content: '';
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 -3px;
	border-top: solid 2px #ddd;
	border-right: solid 2px #ddd;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	left: 50%;
	top: 50%;
}

#pagination li.next > span::before {
	content: '';
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	margin: -4px -1px 0 0;
	border-top: solid 2px #ddd;
	border-right: solid 2px #ddd;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 50%;
	top: 50%;
}

#pagination li.last > span::before {
	content: '';
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	margin: -4px 1px 0 0;
	border-top: solid 2px #ddd;
	border-right: solid 2px #ddd;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 50%;
	top: 50%;
}

#pagination li.last > span::after {
	content: '';
	position: absolute;
	display: block;
	width: 2px;
	height: 12px;
	margin: -6px -5px 0 0;
	border-right: solid 2px #ddd;
	right: 50%;
	top: 50%;
}

/*----------------------------------------
	relation
-----------------------------------------*/

#relation {
	width: 250px;
	margin-right: 80px;
}

/*----------------------------------------
	search
-----------------------------------------*/

#search {
	margin-bottom: 55px;
}

#search > dt {
	padding-bottom: 5px;
	border-bottom: solid 2px #009b64;
}

#search > dd {
	background: #edf6f5;
}

#search > dd > dl {
	padding: 16px 20px 26px;
	border-bottom: solid 3px #fff;
}

#search > dd > dl dt {
	padding-bottom: 7px;
	word-break: break-all;
	word-wrap: break-word;
}

#search > dd > dl > dd > dl > dd {
	position: relative;
	padding-left: 21px;
	word-break: break-all;
	word-wrap: break-word;
}

#search > dd > dl > dd > dl > dd::before {
	content: '';
	position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	border-left: solid 1px #d48758;
	border-bottom: solid 1px #d48758;
	left: 5px;
	top: 5px;
}

#search > dd > ul > li {
	position: relative;
	padding: 17px 45px 16px 20px;
	border-bottom: solid 3px #fff;
}

#search > dd > ul > li::before {
	content: '';
	position: absolute;
	display: block;
	width: 19px;
	height: 19px;
	margin-top: -9px;
	background: #fff;
	top: 50%;
	right: 20px;
}

#search > dd > ul > li.checked::before {
	background: #009b64;
}

#search > dd > ul > li.checked::after {
	content: '';
	position: absolute;
	display: block;
	width: 7px;
	height: 11px;
	margin-top: -8px;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 25px;
}

#search > dd > p {
	padding: 32px 18px 32px 22px;
	border-bottom: none;
}

#search > dd > p a {
	display: block;
	width: 111px;
	padding: 4px 7px 5px 86px;
	background: #d48758 url(../img/c_ic_search01.png) no-repeat 60px center;
    box-shadow: 0 0 0 2px #d48758;
    border: solid 1px #f0cfbb;
	font-size: 1.6rem;
	color: #fff;
	text-align: left;
	letter-spacing: 4px;
}

html[lang="en"] #search > dd > p a {
	width: 117px;
	padding: 4px 7px 5px 80px;
	background: #d48758 url(../img/c_ic_search01.png) no-repeat 54px center;
	letter-spacing: 0;
}

/*----------------------------------------
	support
-----------------------------------------*/

#support {
	margin-bottom: 55px;
}

#support > dt {
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: solid 2px #3a80b5;
}

#support > dd > dl {
	margin-bottom: 56px;
}

#support > dd > dl > dt {
	margin-bottom: 16px;
}

/*----------------------------------------
	history
-----------------------------------------*/

#history > dt {
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: solid 2px #009b64;
}

#history > dd {
	margin-right: 20px;
}

#history > dd + dd {
	margin-top: 20px;
}

#history > dd > a {
	display: flex;
	flex-direction: row-reverse;
}

#history > dd > a > figure {
	width: 80px;
	margin-right: 15px;
}

#history > dd > a > figure img {
	width: 80px;
	height: auto;
}

#history > dd > a > p {
	width: 135px;
	margin-top: -4px;
	word-break: break-all;
}

#history > dd > a > p > span {
	display: block;
	margin-top: 4px;
	word-break: break-all;
}

/*----------------------------------------
	footer
-----------------------------------------*/

footer {
	min-width: 1280px;
	margin-top: 80px;
}

/* f_link */
footer #f_link {
	background: #f6f6f6;
}

footer #f_link > #website {
	display: flex;
	width: 1082px;
	margin: 0 auto;
	padding: 34px 0 26px 118px;
}

footer #f_link > #website > ul,
footer #f_link > #website > dl {
	width: 25%;
}

footer #f_link > #website > ul li + li {
	padding-top: 6px;
}

footer #f_link > #website > dl dd {
	padding-top: 9px;
}

footer #f_link > #website > dl dd + dd {
	padding-top: 6px;
}

footer #f_link > #website > dl dd::before {
	content: '-';
	padding-right: 4px;
}

footer #f_link > #official_sns {
	display: flex;
	width: 964px;
	margin: 0 auto;
	padding: 0 118px 20px;
}

footer #f_link > #official_sns > dl {
	display: flex;
	align-items: center;
	width: 1082px;
	padding-top: 15px;
	border-top: solid 1px #ccc;
}

footer #f_link > #official_sns > dl dt {
	margin-right: 30px;
}

footer #f_link > #official_sns > dl dd + dd {
	margin-left: 15px;
}

footer #f_link p#pagetop {
	position: fixed;
	right: 20px;
	bottom: 48px;
	z-index: 900;
}

/* f_nav */
footer #f_nav {
	display: flex;
	padding: 10px 20px 9px;
	background: #404040;
}

footer #f_nav > nav {
	width: 50%;
}

footer #f_nav > nav > ul {
	display: flex;
}

footer #f_nav > nav > ul li + li {
	position: relative;
	padding-left: 37px;
}

footer #f_nav > nav > ul li + li::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 12px;
	margin-top: -6px;
	border-left: solid 1px #fff;
	left: 18px;
	top: 50%;
}

footer #f_nav > p {
	width: 50%;
	padding-bottom: 2px;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.636;
	text-align: right;
}

/*----------------------------------------
	search_detail
-----------------------------------------*/

/* search_overlay */
.search_overlay {
	display: none;
	position: fixed;
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	top: 0;
	left: 0;
	z-index: 999;
}

.search_detail {
	display: none;
	width: 880px;
	margin: 0 auto;
	padding: 50px 0 100px;
}

.search_detail .title {
	padding: 10px 28px;
	text-align: center;
	background-color: #009b64;
}

.search_detail dl {
	display: flex;
	padding: 30px 45px 30px 30px;
    background: #edf6f5;
}

.search_detail dl + dl {
	border-top: 3px solid #fff;
}

.search_detail dl dt {
	width: 120px;
	padding: 7px 10px 0 0;
}

.search_detail dl dd {
	width: 680px;
}

.search_detail dl dd > p > input[type=text] {
	border-radius: 0;
	-webkit-appearance: none;
	width: 680px;
	padding: 7px 15px 5px;
	border: none;
	color: #009b64;
	box-sizing: border-box;
}

.search_detail dl dd > p > input::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
}

.search_detail dl dd > p > input::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.search_detail dl dd > p > input:-ms-input-placeholder {
	color: #999;
	opacity: 1;
}

.search_detail dl dd > p > input::placeholder {
	color: #999;
	opacity: 1;
}

.search_detail dl dd > p.select > label {
	position: relative;
	display: block;
	width: 680px;
}

.search_detail dl dd > p.select + p.select {
	margin-top: 15px;
}

.search_detail dl dd > p.select > label::before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	top: 0;
	right: 0;
	z-index: 50;
}

.search_detail dl dd > p.select > label > span::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	margin-top: -4px;
	border: 6px solid transparent;
	border-top: 9px solid #fff;
	top: 50%;
	right: 11px;
	z-index: 50;
}

.search_detail dl dd > p.select > label > span::before {
	content: '';
	position: absolute;
	display: block;
	width: 34px;
	height: 100%;
	background: #d48758;
	top: 0;
	right: 0;
	z-index: 50;
}

.search_detail dl dd > p.select > label > span > select {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 680px;
	padding: 6px 50px 4px 11px;
	background: transparent;
	color: #009b64;
	border: none;
	border-radius: 0;
	z-index: 100;
	box-sizing: border-box;
}

.search_detail dl dd > p.select > label > span > select::-ms-expand {
	display: none;
}

.search_detail dl dd > p.select + p.checkbox {
	margin: 8px 0 -1px;
}

.search_detail p.checkbox > label {
	position: relative;
	display: inline-block;
}

.search_detail p.checkbox > label input[type=checkbox] {
	position: absolute;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.search_detail p.checkbox > label > span {
	display: inline-block;
	padding-right: 26px;
}

.search_detail p.checkbox > label input[type=checkbox] + span::before {
	content: '';
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	margin-top: -9px;
	background: #fff;
	border: solid 2px #ccc;
	top: 50%;
	right: 0;
}

.search_detail p.checkbox > label input[type=checkbox]:checked + span::after {
	content: '';
	position: absolute;
	display: block;
	width: 5px;
	height: 10px;
	margin-top: -7px;
	border-bottom: solid 2px #d48758;
	border-right: solid 2px #d48758;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 6px;
}

.search_detail ul {
	padding: 29px 45px 29px 30px;
    background: #edf6f5;
	border-top: solid 3px #fff;
}

.search_detail ul li {
	display: flex;
}

.search_detail ul li p.checkbox {
	width: 306px;
}

.search_detail ul li p.checkbox + p.checkbox {
	padding-left: 10px;
}

.search_detail ul li p.checkbox > label > span {
	padding-right: 31px;
}

.search_detail div {
	display: flex;
	align-items: center;
    width: 880px;
	padding-top: 30px;
	border-top: solid 2px #009b64;
}

.search_detail div p {
	width: 545px;
	text-align: right;
}

.search_detail div p + p {
	width: 335px;
}

.search_detail div input {
	width: 206px;
	padding: 4px 7px 5px 86px;
	background: #d48758 url(../img/c_ic_search01.png) no-repeat 60px center;
    box-shadow: 0 0 0 2px #d48758;
    border: solid 1px #f0cfbb;
	border-radius: 0;
	font-size: 1.6rem;
	color: #fff;
	text-align: left;
	letter-spacing: 4px;
}


html[lang="en"] .search_detail div input {
	padding: 4px 7px 5px 80px;
	background: #d48758 url(../img/c_ic_search01.png) no-repeat 54px center;
	letter-spacing: 0;
}

.search_detail div input:hover {
	opacity: 0.6;
}

.search_detail div .close {
	text-align: right;
}

.search_detail div .close a {
	position: relative;
	display: inline-block;
	padding: 0 21px 0 0;
	cursor: pointer;
}

.search_detail div .close a::before {
	content: '';
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	margin: -14px 3px 0 0;
	border-right: solid 1px #d48758;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 0;
	top: 50%;
}

.search_detail div .close a::after {
	content: '';
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	margin: -14px -8px 0 0;
	border-right: solid 1px #d48758;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 0;
	top: 50%;
}
/*----------------------------------------
	mycatalog_overlay
-----------------------------------------*/

.mycatalog_overlay {
	display: none;
	position: fixed;
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	top: 0;
	left: 0;
	z-index: 999;
}

/* title */
.mycatalog_overlay .title {
	display: flex;
	background-color: #009b64;
}

.mycatalog_overlay .title > span:first-of-type {
	display: block;
	width: 500px;
	padding: 10px 10px 10px 100px;
	text-align: center;
}

.mycatalog_overlay .title > span:last-of-type {
	display: block;
	width: 92px;
	margin: 5px 5px 5px auto;
	padding: 3px;
	background: #404040;
}

.mycatalog_overlay .title > span:last-of-type > span {
	display: block;
	border: solid 1px #45b88f;
	padding: 6px 5px 4px 11px;
}

/* detail*/
.mycatalog_overlay .detail {
	background: #edf6f5;
}

/* btn */
.mycatalog_overlay .btn {
	display: flex;
	align-items: center;
    width: 700px;
	padding-top: 32px;
	border-top: solid 2px #009b64;
}

.mycatalog_overlay .btn > p {
	width: 453px;
	text-align: right;
}

.mycatalog_overlay .btn > p + p {
	width: 247px;
}

.mycatalog_overlay .btn input {
	width: 206px;
	padding: 4px 7px 5px 11px;
	background: #d48758;
    box-shadow: 0 0 0 2px #d48758;
    border: solid 1px #f0cfbb;
	border-radius: 0;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	letter-spacing: 4px;
}

.mycatalog_overlay .btn input:hover {
	opacity: 0.6;
}

.mycatalog_overlay .btn > .close {
	text-align: right;
}

.mycatalog_overlay .btn > .close a {
	position: relative;
	display: inline-block;
	padding: 0 21px 0 0;
	cursor: pointer;
}

.mycatalog_overlay .btn > .close a::before {
	content: '';
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	margin: -14px 3px 0 0;
	border-right: solid 1px #d48758;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 0;
	top: 50%;
}

.mycatalog_overlay .btn > .close a::after {
	content: '';
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	margin: -14px -8px 0 0;
	border-right: solid 1px #d48758;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 0;
	top: 50%;
}

/*----------------------------------------
	edit_mycatalog
-----------------------------------------*/

#edit_mycatalog {
	display: none;
	width: 700px;
	margin: 0 auto;
	padding: 50px 0 100px;
}

#edit_mycatalog > .detail > dl {
	display: flex;
	padding: 27px 60px 26px;
}

#edit_mycatalog > .detail > dl > dt {
	width: 120px;
	padding-right: 10px;
}

#edit_mycatalog > .detail > dl > dd > dl {
	display: flex;
}

#edit_mycatalog > .detail > dl > dd > dl > dd {
	padding-left: 1em;
	text-indent: -1em;
}

#edit_mycatalog > .detail > dl > dd > dl > dd::before {
	content: '\ff1a';
}

#edit_mycatalog > .detail > div {
	padding: 27px 60px 42px;
	border-top: solid 3px #fff;
}

#edit_mycatalog > .detail > div > p {
	margin-bottom: 35px;
}

#edit_mycatalog > .detail > div > ul > li + li {
	margin-top: 25px;
}

#edit_mycatalog > .detail > div > ul > li label {
	position: relative;
	display: inline-block;
}

#edit_mycatalog > .detail > div > ul > li label input[type=checkbox] {
	position: absolute;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#edit_mycatalog > .detail > div > ul > li label > span {
	display: inline-block;
	padding: 3px 0 10px 88px;
	background: url(../img/c_ic_folder01.png) no-repeat 38px top;
}

#edit_mycatalog > .detail > div > ul > li label input[type=checkbox] + span::before {
	content: '';
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	margin-top: -13px;
	background: #fff;
	border: solid 2px #ccc;
	top: 50%;
	left: 0;
}

#edit_mycatalog > .detail > div > ul > li label input[type=checkbox]:checked + span::after {
	content: '';
	position: absolute;
	display: block;
	width: 5px;
	height: 10px;
	margin-top: -11px;
	border-bottom: solid 2px #d48758;
	border-right: solid 2px #d48758;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 6px;
}
