@charset "utf-8";

/*--------------------------------------------
■［親サイト］
--------------------------------------------*/

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

@font-face {
	font-family: 'FontAwesome';
	src: url('https://netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts/fontawesome-webfont.eot?v=4.0.3');
	src: url('https://netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),
		url('https://netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),
		url('https://netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),
		url('https://netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* CSS初期化のスタイルを記載 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, section, article, aside, hgroup, header, footer, nav, dialog, figure, menu, video, audio, mark, time, canvas, details {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	box-sizing: border-box;
	background: transparent;
	font-family:'Noto Sans JP',"ヒラギノ角ゴ Pro W3","HIragino Kaku Gothic Pro W3","HIragino Kaku Gothic Pro","メイリオ", Meiryo,Osaka,"ＭＳ Ｐゴシック", "MS P Gothic",sans-serif;

}
section, article, aside, hgroup, header, footer, nav, dialog, figure, figcaption {
	display: block;
}
html {
	font-size: 62.5%;	
}
body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	-webkit-print-color-adjust: exact;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus { /* remember to define focus styles! */
	outline: 0;
}
ins { /* remember to highlight inserts somehow! */
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table { /* markup tables with 'cellspacing="0"' */
	border-collapse: collapse;
	border-spacing: 0;
}
main p, main li, main dt, main dd, main th, main td {
	line-height: 1.6;
}

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

div#main a {
	text-decoration: underline;
}

/* Clearfix */
.clr {
	/zoom : 1;
}
.clr:after {
	content : '';
	display : block;
	clear : both;
	height:0;
}

/* display:none */
.disnon {
	display: none !important;
}

/* error */
p.error {
	color:#e32425;
}



/*--------------------------------------------
■［親サイト　SP］
--------------------------------------------*/

html, body {
	width: 100%;
	background: #fff !important;
	color: #333;
}

body.fixed {
	overflow: hidden;
	height: 100%;
	position: fixed;
}

body {
	min-height: 100vh;
	position: relative;
}

.pc {
	display: none !important;
}

.selectArrow {
	position: relative;
}

.selectArrow::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 5px solid #a7a7a7;
	border-top: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
}

.flex-center {
	display: flex;
	justify-content: center;
}

.button {
	width: 150px;
	margin: 30px 0 0;
	padding: 12px 0;
	display: block;
	text-align: center;
	font-size: 1.4rem;
	background: #eee;
	border: 1px solid #c0c0c0;
	border-radius: 4px;
	cursor: pointer;
}

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

header

----------------------------------------------------------------------------- */
header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	background: #000;
	z-index: 100;
}


header .inner {
	position: relative;
	height: 50px;
}

header #logo {
	height: 23px;
	float: left;
	margin: 14px 0 0 15px;
}

header #logo a {
	height: 100%;
	display: block;
}

header #logo img {
	width: auto;
	height: 100%;
}

header #gnav {
	width: 100%;
	background: #fff;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 20;
	display: none;
}

header #gnav .navLeft li {
	font-size: 1.8rem;
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #ddd;
	text-align: center;
}

header #gnav .navLeft li b span {
	font-weight: normal;
}

header #gnav .navLeft li a {
	font-weight: bold;
	display: block;
}

header #gnav .navLeft li a span {
	position: relative;
	font-weight: 400;
}

.footerNav .disabled,
header #gnav .navLeft li span.disabled {
	opacity: .3;
}

header #gnav .navLeft li a span:after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	right: -14px;
	margin-top: -3px;
}

header #gnav .navLeft li.sp {
	background: #f7f7f7;
	height: 45px;
	line-height: 45px;
}

header #gnav .navLeft li.sp a {
	font-size: 1.6rem;
	color: #555;
}

header #gnav .navRight {
	border-top: 1px solid #ddd;
}

header #gnav .navRight li {
	width: 33.33333%;
	float: left;
}

header #gnav .navRight li:nth-child(2) {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

header #gnav .navRight li a {
	display: block;
	width: 100%;
	height: 100px;
	padding-top: 57px;
	text-align: center;
}

header #gnav .navRight li a span {
	font-size: 1.3rem;
	padding: 28px 5px 0;
}

header #gnav .navRight li.login span {
	background: url(../images/icon_login.png) no-repeat center top/auto 24px;
	position: relative;
}

header #gnav .navRight li.myList span {
	background: url(../images/icon_mylist.png) no-repeat center top/auto 24px;
}

header #gnav .navRight li.qa span {
	background: url(../images/icon_qa.png) no-repeat center top/auto 24px;
}

header #gnav .loginBox {
	display: none !important;
}

header.fixed {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#gnavBtn {
	position: absolute;
	top: 20px;
	right: 15px;
	width: 30px;
	height: 12px;
}

#gnavBtn span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

#gnavBtn span:nth-of-type(1) {
	top: 0;
}

#gnavBtn span:nth-of-type(2) {
	top: 5px;
}

#gnavBtn span:nth-of-type(3) {
	bottom: 0;
}

#gnavBtn.active span:nth-of-type(1) {
	-webkit-transform: translateY(5px) rotate(-45deg);
	-ms-transform: translateY(5px) rotate(-45deg);
	transform: translateY(5px) rotate(-45deg);
}

#gnavBtn.active span:nth-of-type(2) {
	opacity: 0;
}

#gnavBtn.active span:nth-of-type(3) {
	-webkit-transform: translateY(-5px) rotate(45deg);
	-ms-transform: translateY(-5px) rotate(45deg);
	transform: translateY(-5px) rotate(45deg);
}

.overlay {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	z-index: 90;
}

.modalOverlayClose {
	position: fixed;
	left: -100px;
	top: 0;
	z-index: 2000;
	width: 30px;
	height: 30px;
	background: #000;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.modalOverlayClose.active {
	left: 75vw;
}

.modalOverlayClose:before, .modalOverlayClose:after {
	content: '';
	display: block;
	position: absolute;
	left: 20%;
	top: 50%;
	background: #FFF;
	width: 60%;
	height: 2px;
}

.modalOverlayClose:before {
	transform: rotate(135deg);
}

.modalOverlayClose:after {
	transform: rotate(-135deg);
}

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

footer

----------------------------------------------------------------------------- */
footer {
	width: 100%;
	background: #fff;
}

footer .footerNav ul {
	border-top: 1px solid #eee;
}

footer .footerNav ul li {
	width: 50%;
	float: left;
	border-bottom: 1px solid #eee;
}

footer .footerNav ul li:nth-child(2n) {
	border-left: 1px solid #eee;
}

footer .footerNav ul li a,
footer .footerNav ul li b {
	display: block;
	font-size: 1.4rem;
	padding: 15px 5px;
	text-align: center;
	position: relative;
	font-weight: normal;
}

footer .footerNav ul li a:after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4px;
}

footer .btn {
	width: auto;
	margin: 25px 15px;
}

footer .btn a {
	font-size: 1.4rem;
	border: none;
	background: none;
	width: auto;
	display: inline-block;
	padding: 0;
}

footer .btn a span {
	padding-right: 18px;
	padding-left: 10px;
	background: url(../images/icon_return.png) no-repeat right center/13px;
	text-decoration: underline;
}

footer .footerBtm {
	background: #000;
	line-height: 30px;
	text-align: center;
	position: relative;
	padding: 12px 0;
}

footer .footerBtm .copyright {
	color: #fff;
	font-size: 1rem;
	display: block;
	font-family: 'arial',"ＭＳ Ｐゴシック", "MS P Gothic",sans-serif;
}

footer #pagetop {
	position: absolute;
	top: -70px;
	bottom: inherit;
	right: 15px;
	z-index: 80;
}

footer #pagetop.fixed {
	position: fixed;
	top: inherit;
	bottom: 15px;
	right: 15px;
}

footer #pagetop a img {
	width: 40px;
	height: auto;
	vertical-align: bottom;
}


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

contents

----------------------------------------------------------------------------- */
main {
	padding-top: 50px;
	padding-bottom: 120px;
}

.container {
	padding: 25px 0 120px;
}

.container .inner {
	margin: 0 15px;
}

.container .section {
	margin-bottom: 15px;
}

.container .section .inner {
	background: #fff;
	padding: 20px;
	border: 1px solid #c0c0c0;
	border-radius: 6px;
	box-sizing: border-box;
}

/* breadcrumb
----------------------------------------------- */
.breadcrumb {
	width: 100%;
	background: #222;
	overflow: hidden;
}

.breadcrumb .value {
	margin: 0 10px;
	padding: 4px 0;
	overflow: hidden;
}

.breadcrumb .value li {
	float: left;
	padding-right: 24px;
	font-size: 1.1rem;
}

.breadcrumb .value li a {
	display: block;
	position: relative;
	color: #fff;
	text-decoration: underline;
}

.breadcrumb .value li a:hover {
	text-decoration: underline;
}

.breadcrumb .value li a:after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 6px;
	right: -14px;
}

.breadcrumb .value li span {
	font-size: 1.2rem;
	color: #fff;
}

/* signinInfo
----------------------------------------------- */
.signinInfo {
	padding: 4px 0;
	background: #626262;
	text-align: right;
	padding-left: 14px;
	padding-right: 14px;
	color: #fff;
	border-bottom: 1px solid #aaaab4;
}

.signinInfo li {
	display: inline-block;
	font-size: 1.1rem;
}

.signinInfo a {
	color: #aaaab4;
}

.signinInfo a:hover {
	text-decoration: underline;
}

/* pageTtl
----------------------------------------------- */
.pageTtl {
	background: #000;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 3% 0;
	border-top: 1px solid #686868;
}

.pageTtl h1 {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}

.pageTtl.subTtl {
	width: 100%;
	padding: 3% 0;
	line-height: 1.4;
	display: table;
}

.pageTtl.subTtl h1 {
	display: table-cell;
	vertical-align: middle;
}

.pageTtl.subTtl h1 span {
	font-size: 1.2rem;
	color: #fff;
	display: block;
}

.pageTtl.contTtl {
	width: 100%;
	height: auto;
	padding: 35px 0;
	text-align: center;
	line-height: 1.4;
	display: block;
}

.pageTtl.contTtl h1 {
	display: block;
	text-align: center;
}

/* bnrArea
----------------------------------------------- */
.bnrArea {
	background: #cfcfd7;
	padding: 25px;
	margin-top: 30px;
}

.bnrArea .slick-list {
	width: 100%;
	margin: 0 auto;
}

.bnrSlider .slick-slide {
	width: 100%;
	padding: 5px;
}

.bnrSlider .slick-slide img {
	width: 100%;
	height: auto;
}

.slick-next {
	right: -25px !important;
	z-index: 20;
}

.slick-prev {
	left: -25px !important;
	z-index: 20;
}

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

parts

----------------------------------------------------------------------------- */
/* ttl
----------------------------------------------- */
.ttlCenter {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.2;
	margin: 40px 0 25px;
	text-align: center;
}

/* btn
----------------------------------------------- */
.btn {
	width: 100%;
}

.btn a {
	display: block;
	width: 100%;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
	border: 1px solid #c0c0c0;
	border-radius: 4px;
	background: #eee;
}

.btn.white a {
	background: #fff;
}

.btnSearch {
	width: 150px;
	display: block;
	background: #000;
	border-radius: 3px;
	text-align: center;
	padding: 6px;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.btnSearch span {
	color: #fff;
	font-size: 1.4rem;
	padding: 4px 2px 4px 22px;
	background: url(../images/icon_search.png) no-repeat left center/16px;
}

.btnClear {
	width: 100px;
	display: block;
	height: 40px;
	line-height: 39px;
	text-align: center;
	background: #fff;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.btnClear span {
	color: #888;
	font-size: 1.4rem;
	padding: 4px 2px 6px 17px;
	background: url(../images/icon_cross.png) no-repeat left center/12px;
}

.resultBtnArea .btn {
	display: inline-block;
	width: 100%;
}

.resultBtnArea .btn a {
	width: 100%;
	padding: 20px 0;
}

.resultBtnArea .btn a span {
	display: inline-block;
	font-size: 1.2rem;
	padding: 35px 0 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 25px;
}

.resultBtnArea .btn a span b {
	display: block;
	font-size: 2.4rem;
	margin: 5px 0 0;
	font-weight: normal;
}

.resultBtnArea .btn.btnMylist a {
	background: #fff;
}

.resultBtnArea .btn.btnMylist a span {
	background-image: url(../images/icon_mylist.png);
}

/* text link 
----------------------------------------------*/
.txtLink {
	font-size: 1.4rem;
}

.txtLink a {
	position: relative;
}

.txtLink a:after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 50%;
	right: -10px;
	margin-top: -2px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* form
----------------------------------------------*/
/* reset */
input[type="text"],
textarea,
select,
input[type="submit"],
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3","HIragino Kaku Gothic Pro W3","HIragino Kaku Gothic Pro","メイリオ", Meiryo,Osaka,"ＭＳ Ｐゴシック", "MS P Gothic",sans-serif;
}

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

::-webkit-input-placeholder {
	color: #bbb;
	font-size: 1.6rem;
}

:-ms-input-placeholder {
	color: #bbb;
	font-size: 1.6rem;
}

::-ms-input-placeholder {
	color: #bbb;
	font-size: 1.6rem;
}

::placeholder {
	color: #bbb;
	font-size: 1.6rem;
}

/* textbox */
input[type="text"] {
	font-size: 1.6rem;
	height: 50px;
	padding: 10px;
	background: #fff;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	-webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.1);
	box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.1);
}

/* textarea */
textarea {
	font-size: 1.6rem;
	padding: 10px;
	background: #fff;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	-webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.1);
	box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.1);
	resize: none;
}

/* select */
select {
	width: 210px;
	font-size: 1.6rem;
	height: 40px;
	padding: 5px 10px;
	background: #f7f7f7 url(../images/arrow_select.png) no-repeat 95% center/7px;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	cursor: pointer;
}

/* checkbox */
input[type="checkbox"] {
	width: 0;
	height: 0;
	margin: 0;
	position: absolute;
	opacity: 0;
}

input[type="checkbox"] + label {
	position: relative;
	cursor: pointer;
	padding: 0 0 0 27px;
	font-size: 14px;
	display: inline-block;
}

input[type="checkbox"] + label:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 2px;
	left: 0;
}

input[type="checkbox"] + label:before {
	background: url(../images/checkbox.png) no-repeat left bottom;
	background-size: auto 20px;
}

input[type="checkbox"]:checked + label:before {
	background: url(../images/checkbox.png) no-repeat right top;
	background-size: auto 20px;
}

/* form signin,member
----------------------------------------------*/
input.formParts,
select.formParts,
textarea.formParts {
	color: inherit;
	font-family: inherit;
	outline: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input.formParts::-webkit-input-placeholder {
	color: #a0a0a0;
	font-weight: normal;
	padding-top: 0.2em;
}

input.formParts:-ms-input-placeholder {
	color: #a0a0a0;
	font-weight: normal;
}

input.formParts::-moz-placeholder {
	color: #a0a0a0;
	font-weight: normal;
}

input.formParts {
	width: 100%;
	height: 36px;
	border: 1px solid #c0c0c0;
	padding: 0 10px;
	font-size: 1.6rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	background: #eee;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 1;
	border-radius: 4px;
}

select.formParts {
	cursor: pointer;
	height: 36px;
	border: 1px solid #c0c0c0;
	padding: 0 0 0 10px;
	font-size: 1.6rem;
	border-radius: 0;
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/arrow_select02.png);
	background-size: 40px;
	border-radius: 4px;
}

.formLabel {
	cursor: pointer;
	display: inline-block;
}

.formLabel + .formLabel {
	margin: 0 0 0 30px;
}

.formLabel input.formParts[type=checkbox],
.formLabel input.formParts[type=radio] {
	padding: 0;
	margin: 0;
	width: 0;
	height: 0;
	border: none;
	opacity: 0;
	font-size: 0;
	position: absolute;
	cursor: pointer;
}

.formLabel input.formParts[type=checkbox] + span,
.formLabel input.formParts[type=radio] + span {
	display: block;
	min-height: 22px;
	position: relative;
	padding: 0 0 0 40px;
	line-height: 22px;
	font-size: 1.4rem;
}

.formLabel input.formParts[type=checkbox] + span:before,
.formLabel input.formParts[type=radio] + span:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 8px 0 0;
	display: block;
	background: #eeeeee;
	border: 1px solid #c0c0c0;
	border-radius: 6px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.formLabel input.formParts[type=radio] + span:before {
	border-radius: 50%;
}

.formLabel input.formParts[type=checkbox] + span:after {
	content: "";
	display: none;
	width: 5px;
	height: 9px;
	border-right: 2px solid #1d1d1d;
	border-bottom: 2px solid #1d1d1d;
	position: absolute;
	top: 4px;
	left: 8px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.formLabel input.formParts[type=radio] + span:after {
	content: "";
	display: none;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #000;
	position: absolute;
	top: 6px;
	left: 6px;
}

.formLabel input.formParts[type=checkbox]:checked + span:after,
.formLabel input.formParts[type=radio]:checked + span:after {
	display: block;
}

.LnkButton {
	line-height: 50px;
}

.LnkButton,
button.formParts {
	font-family: inherit;
	width: 100%;
	height: 36px;
	color: #000;
	text-align: center;
	font-weight: bold;
	display: block;
	background: #eee;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	font-size: 1.4rem;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-radius: 4px;
}

.LnkButton:before,
button.formParts:before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	position: absolute;
	right: 10px;
	top: 50%;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

button.formParts[disabled],
button.formParts[disabled]:hover {
	opacity: 0.3;
	cursor: default;
}

.btnSubmit button {
	color: #000;
	background: #eeee;
	border: 1px solid #c0c0c0;
	border-radius: 4px;
}

.btnSubmit button::before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	position: absolute;
	right: 10px;
	top: 50%;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.btnBack button {
	border: 1px solid #d5d5d5;
}

.btnBack button:before {
	right: inherit;
	left: 10px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: translateY(-50%) rotate(225deg);
	-ms-transform: translateY(-50%) rotate(225deg);
	transform: translateY(-50%) rotate(225deg);
}

.btnClose,
.btnDefault {
	display: flex;
	justify-content: center;
}

.btnClose a,
.btnClose button,
.btnDefault a,
.btnDefault button {
	display: inline-block;
	background: #eee;
	color: #000;
	border: 1px solid #c0c0c0;
	border-radius: 4px;
	width: 60%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btnClose a:before,
.btnClose button:before,
.btnDefault a:before,
.btnDefault button:before {
	display: none;
}

.btnClose a::after,
.btnClose button::after,
.btnDefault a::after,
.btnDefault button::after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	position: absolute;
	right: 10px;
	top: 50%;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.btnBlock {
	margin-top: 30px;
	text-align: center;
}

.tagEditor {
	padding: 20px 0;
	border-bottom: 1px solid #d5d5d5;
	font-size: 1.3rem;
}

.tagEditor .tagValue li,
.tagEditor .tagEditorModeBtn {
	display: inline-block;
	vertical-align: top;
}

.tagEditor .tagValue {
	background: #f8f8f8;
	padding: 20px 20px 15px 20px;
	border: 1px solid #d5d5d5;
	background: #fff;
}

.tagEditor .tagValue li {
	margin-right: 10px;
	margin-bottom: 5px;
}

.tagEditor .tagEditorModeBtn {
	display: block;
	background: #eeeeee;
	margin: 20px auto 0;
	width: 70%;
	border-radius: 3px;
	text-align: center;
	padding: 10px;
	cursor: pointer;
	color: #000;
	font-size: 1.6rem;
	border: 1px solid #c0c0c0;
}

.tagEditor .tagEditorModeBtn-close {
	display: block;
	background: #eeeeee;
	margin: 20px auto 0;
	width: 70%;
	border-radius: 3px;
	text-align: center;
	padding: 10px;
	cursor: pointer;
	color: #000;
	font-size: 1.6rem;
	border: 1px solid #c0c0c0;
}

.modalBox {
	position: fixed;
	left: 0;
	max-height: 80vh;
	overflow-y: scroll;
	width: 90%;
	right: 0;
	margin: auto;
	top: 50% !important;
	transform: translateY(-50%);
	z-index: 1001;
	text-align: center;
}

.modalBox .modalBoxInner {
	position: relative;
	display: inline-block;
	background: #FFF;
	padding: 50px 20px 30px;
	width: 100%;
	height: 100%;
	text-align: left;
}

.modalBox .modalBoxInner dt {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.modalBox .modalBoxInner .modalBoxClose {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.modalBox .modalBoxInner .modalBoxClose:hover {
	background: #333;
}

.modalBox .modalBoxInner .modalBoxClose span {
	display: none;
}

.modalBox .modalBoxInner .modalBoxClose:before, .modalBox .modalBoxInner .modalBoxClose:after {
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	width: 50%;
	background: #000;
	top: 50%;
	left: 50%;
	margin: -5% 0 0 -23%;
}

.modalBox .modalBoxInner .modalBoxClose:before {
	transform: rotate(135deg);
}

.modalBox .modalBoxInner .modalBoxClose:after {
	transform: rotate(-135deg);
}

.modalBox .modalBoxInner .modalBoxHeader {
	display: inline-block;
	font-size: 2.0rem;
}

.modalBox .modalBoxInner .tagEditModBtn {
	width: 40%;
	display: block;
	line-height: 1;
	text-align: center;
	background: #eee;
	padding: 10px;
	border: 1px solid #c0c0c0;
	border-radius: 3px;
	font-size: 1.2rem;
	cursor: pointer;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	opacity: 0;
	pointer-events: none;
}

.modalBox .modalBoxInner .tagEditModBtn.is-view {
	opacity: 1;
	pointer-events: auto;
}

.modalBox .modalBoxInner .tagEditAddBtn {
	position: relative;
	display: block;
	padding: 15px 15px 15px 40px;
	width: 100%;
	border: 1px solid #c0c0c0;
	background: #eee;
	font-size: 1.4rem;
	text-align: left;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.modalBox .modalBoxInner .tagEditAddBtn:before, .modalBox .modalBoxInner .tagEditAddBtn:after {
	content: '';
	display: block;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	background: #000;
	width: 14px;
	height: 2px;
}

.modalBox .modalBoxInner .tagEditAddBtn:before {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.modalBox .modalBoxInner .tagEditAddBtn:after {
	margin-top: -1px;
}

.modalBox .modalBoxInner .signinArea-modal {
	padding: 30px 15px;
	margin: 10px 15px 0px;
	border: 1px solid #c0c0c0;
	border-radius: 4px;
}

.modalBox .modalBoxInner .signinArea-modal h1 {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 30px;
}

.modalBox .modalBoxInner .signinArea-modal .box {
	max-width: 305px;
	margin: 0 auto;
}

.modalBox .modalBoxInner .signinArea-modal .box dl dt {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 5px;
}

.modalBox .modalBoxInner .signinArea-modal .box dl dd input {
	height: 36px;
	border-radius: 4px;
	border: 1px solid #c0c0c0;
	padding: 10px;
	font-size: 1.4rem;
}

.modalBox .modalBoxInner .signinArea-modal .box dl + dl {
	margin: 15px 0 0;
}

.modalBox .modalBoxInner .signinArea-modal .chaeckAbridgement {
	margin: 20px 0 0;
	text-align: center;
}

.modalBox .modalBoxInner .signinArea-modal .btnWrap {
	max-width: 300px;
	margin: 20px auto 0;
}

.modalBox .modalBoxInner .signinArea-modal .btnLink {
	display: table;
	margin: 20px auto 0;
	font-size: 1.4rem;
}

.modalBox .modalBoxInner .signinArea-modal .btnLink li a {
	display: inline-block;
	position: relative;
	padding: 0 0 0 13px;
	line-height: 1.3;
	font-size: 1.3rem;
}

.modalBox .modalBoxInner .signinArea-modal .btnLink li a::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	position: absolute;
	left: 0;
	top: 0.4em;
	border-top: 1px solid #353535;
	border-right: 1px solid #353535;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modalBox .modalBoxForm .modalBoxAddTag {
	width: 100%;
}

.modalBox .modalBoxBtnSet {
	margin-top: 20px;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.modalBox .modalBoxSubmit,
.modalBox .modalBoxCancel {
	cursor: pointer;
	margin: 0 10px;
	width: 150px;
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-size: 1.4rem;
	padding: 12px 10px;
	line-height: 1.1;
}

.modalBox .modalBoxModify,
.modalBox .modalBoxDelete {
	cursor: pointer;
	width: 30%;
	margin: 0 1%;
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-size: 1.2rem;
	padding: 8px 10px;
	line-height: 1.1;
}

.modalBox .modalBoxDelete,
.modalBox .modalBoxSubmit {
	background: #000;
	margin: 0 1%;
	color: #FFF;
	border: 1px solid #000;
}

.modalBox .modalBoxDelete:hover,
.modalBox .modalBoxSubmit:hover {
	background: #333;
}

.modalBox .modalBoxModify,
.modalBox .modalBoxCancel {
	background: #eee;
	border: 1px solid #c0c0c0;
}

.modalBox .tagEditItems {
	border-top: 1px solid #d5d5d5;
}

.modalBox .tagEditItems li {
	border-bottom: 1px solid #d5d5d5;
}

.modalBox .tagEditItems li:last-child {
	border-bottom: 0;
}

.modalBox .tagEditItems li label {
	display: flex;
	align-items: center;
	padding: 10px;
}

.modalBox .tagEditItems li label span {
	margin: 5px 5px 5px 0;
	font-size: 1.2rem;
}

.modalBox .tagEditItems li .tagEditItemBtnSet {
	margin-bottom: 20px;
	text-align: center;
}

.modalBox .oveflowBox {
	padding-bottom: 10px;
	overflow-x: auto;
}

.modalBox .oveflowBox::-webkit-scrollbar {
	height: 10px;
}

.modalBox .oveflowBox::-webkit-scrollbar-thumb {
	background: #999;
	border-radius: 5px;
}

.modalBox .oveflowBox::-webkit-scrollbar-track-piece {
	background: #efefef;
}

.modalBox .modalBoxTable {
	width: 100%;
}

.modalBox .modalBoxTable th, .modalBox .modalBoxTable td {
	padding: 10px 10px;
	font-size: 1.4rem;
	border-bottom: 1px solid #CCC;
	line-height: 1.4;
}

.modalBox .modalBoxTable thead th {
	background: #EFEFEF;
	font-weight: normal;
	text-align: center;
}

.modalBox .modalBoxTable tbody tr:nth-child(2n) td {
	background: rgba(239, 239, 239, 0.5);
}

.modalBox .modalBoxTable td {
	width: 35%;
}

.modalBox .modalBoxTable td.modalBoxTablePrice {
	text-align: right;
	width: 30%;
}

.modalBox .modalBoxTable td a {
	text-decoration: underline;
}

.modalBox .modalBoxTable2 table {
	width: 100%;
	min-width: 800px;
}

.modalBox .modalBoxTable2 caption {
	padding: 10px;
	font-size: 1.8rem;
	text-align: left;
}

.modalBox .modalBoxTable2 th, .modalBox .modalBoxTable2 td {
	padding: 8px;
	font-size: 1.4rem;
	border: 1px solid #CCC;
	text-align: center;
}

.modalBox .modalBoxTable2 th {
	background-color: #EFEFEF;
}

.modalBox .modalBoxTable2 thead th {
	text-align: center;
}

.modalBox .modalBoxTable2 tbody td {
	width: 13.5%;
	vertical-align: middle;
}

.modalBox .modalBoxTable2 tbody td small {
	display: block;
	margin-top: 5px;
	font-size: 1.0rem;
}

.modalBox .modalBoxTableLegend table {
	margin-top: 20px;
	width: 100%;
}

.modalBox .modalBoxTableLegend caption {
	padding: 10px;
	font-size: 1.4rem;
	text-align: left;
	font-weight: bold;
	background-color: #efefef;
}

.modalBox .modalBoxTableLegend th, .modalBox .modalBoxTableLegend td {
	padding: 10px 4px;
	font-size: 1.4rem;
	text-align: left;
}

.modalBox .modalBoxTableLegend th {
	white-space: nowrap;
	text-align: left;
	font-weight: bold;
}

.modalBox .modalBoxTableLegend p {
	margin-top: 10px;
	padding-left: 10px;
}

.modalBox .modalBoxNote {
	margin-top: 15px;
}

.modalBox .modalBoxNote p {
	font-size: 1.3rem;
}

.modalBox_select {
	width: 100%;
	margin: 20px auto;
	position: relative;
	z-index: 1;
}

.modalBox_select::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	background: #eee;
}

.modalBox_select::after {
	border-top: 5px solid #a7a7a7;
	border-left: 5px solid transparent;
	position: absolute;
	top: calc(50% - 3px);
	right: 5%;
}

.modalBox_select select {
	width: 100%;
	padding: 12px;
	height: auto;
	background: none;
	position: relative;
	z-index: 1;
}

.modalText-error {
	padding: 0 0 8px;
	font-size: 1.2rem;
	color: red;
	display: none;
}

#modalOverlay {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	display: none;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
}

.overlay {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	z-index: 90;
}

.hideItem {
	display: none;
}

.iconBlank {
	position: relative;
	top: 2px;
	display: inline-block;
	background: url(../images/icon_blank.svg) no-repeat 0 0/auto 11px;
	width: 11px;
	height: 11px;
}

.textud,
a:link.textud,
a:visited.textud,
a:hover.textud {
	text-decoration: underline;
}

.modalTrigger {
	cursor: pointer;
}

.mylist .modalTrigger {
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url("../images/icon_mylist_square.png") no-repeat center;
	background-size: contain;
}

.mylist .modalTrigger.is-active {
	background: url("../images/icon_mylist_square_yellow.png") no-repeat center;
	background-size: contain;
}

.headerA {
	margin-bottom: 15px;
	padding: 5px 10px;
	border-left: 6px solid #a6a6a6;
}

.headerA h2 {
	font-size: 2.0rem;
}

.tAlignC {
	text-align: center;
}

.col02 {
	margin: 15px 0;
}

.col02 .col_box {
	margin: 0 0 15px !important;
}

.col02 .col_box:last-child {
	margin: 0 0 0 !important;
}

.col02-between {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.col02-between .col_box {
	width: 45%;
}

.col02-between .col_box.wrapBtnSelectItemMylist {
	margin: 15px 0 0;
}

.back {
	width: auto;
	margin: 0 15px 15px;
}

.back .btn a {
	font-size: 1.4rem;
	border: none;
	background: none;
	width: auto;
	display: inline-block;
	padding: 0;
	font-weight: bold;
	text-align: center;
	border-radius: 4px;
	transition: .3s;
}

.back .btn a:hover {
	opacity: .6;
}

.back .btn a span {
	padding-right: 18px;
	padding-left: 10px;
	background: url(../images/icon_return.png) no-repeat right center/13px;
	text-decoration: underline;
}

.heading-center {
	padding: 0 0 20px;
	text-align: center;
}

.heading-bottom {
	padding: 0 0 30px;
}

.text {
	font-size: 1.4rem;
	line-height: 1.6;
}

.text-heading {
	padding: 4px 0;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
}

.list {
	display: flex;
	align-items: center;
	justify-content: center;
}

.list_item {
	margin-right: 10px;
}

.list_item-head {
	margin-right: 10px;
	font-weight: bold;
}

.list_item-select {
	width: 50%;
	border: 1px solid #c0c0c0;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.list_item-select::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	background: #eee;
}

.list_item-select::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 4px solid #aaa;
	border-right: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid transparent;
	position: absolute;
	top: calc(50% + 2px);
	right: 3%;
	transform: translateY(-50%);
	z-index: -1;
}

.btn-all {
	width: 110px;
	height: 10vw;
	padding: 4px 0;
	font-size: 1.4rem;
	background: #eee;
	border: 1px solid #c0c0c0;
	border-radius: 4px;
}

.btn-label {
	width: 100%;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.btn-select {
	width: 100%;
	height: 10vw;
	padding: 12px 0;
	text-align: center;
	font-size: 1.4rem;
	background: none;
	border: none;
	border-radius: 0;
	opacity: 0;
}

.detail_input {
	width: 25px !important;
	height: 25px !important;
	z-index: 1;
	top: 0;
	left: 0;
}

.detail_input:checked + span::after {
	content: "";
	display: block;
	width: 6px;
	height: 10px;
	border-right: 3px solid #333;
	border-bottom: 3px solid #333;
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%) skew(-6deg) rotate(30deg);
}

.detail_cont {
	width: 20px;
	height: 20px;
	margin: 4px auto 0;
	display: block;
	background: #eeeeee;
	border: 1px solid #c0c0c0;
	border-radius: 6px;
	position: relative;
	cursor: pointer;
}

.search_heading {
	font-size: 3.5vw;
}

.search_icon {
	width: 8vw;
	height: 8vw;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 6%;
}

.searchBreads {
	display: flex;
}

.searchBreads-top {
	display: flex;
}

.searchBreads_list {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.searchBreads_list:first-child {
	text-decoration: underline;
	cursor: pointer;
}

.searchBreads_list:first-child::after {
	content: "";
	display: flex;
	width: 5px;
	height: 5px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	align-items: center;
	margin: 0 10px;
}

.searchBreads_list:last-child {
	text-decoration: none;
}

.searchBreads_list:last-child::after {
	display: none;
}

.searchBreads_list .search_heading {
	padding: 0;
}

.textBox {
	margin: 8px 0;
	padding: 20px;
	display: flex;
	flex-flow: column;
	align-items: center;
	border: 1px solid #c0c0c0;
	border-radius: 4px;
	text-align: center;
}

.textBox_heading {
	padding: 0 0 20px;
	font-size: 1.8rem;
	font-weight: bold;
}

.textBox_btn {
	width: 80%;
}

.textBox_btnInner {
	width: 100%;
	padding: 15px 0;
	display: block;
	background: #eee;
	border: 1px solid #c0c0c0;
	border-radius: 4px;
	font-size: 1.4rem;
	font-weight: bold;
	cursor: pointer;
	transition: opacity .3s ease;
	position: relative;
}

.textBox_btnInner:hover {
	opacity: .6;
}

.textBox_btnInner::after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	position: absolute;
	right: 10px;
	top: 50%;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.textBox_link {
	padding: 20px 0 0;
	display: flex;
	align-items: center;
	font-size: 1.2rem;
	font-weight: bold;
	transition: opacity .3s ease;
}

.textBox_link:hover {
	opacity: .6;
	text-decoration: underline;
}

.textBox_arrow {
	width: 8px;
	height: 8px;
	margin: 0 6px 0 0;
	display: block;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(-45deg);
}

.tab {
	background: #fff;
	padding: 0 10px 25px;
}

.tab_icon-mylist {
	width: 5vw;
	height: 5vw;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 18px;
	background: url("../images/sample/icon22.svg") no-repeat center;
}

.tab_link {
	display: block;
	padding: 8px 0;
	font-size: 2.8vw;
	color: #000;
	position: relative;
	cursor: pointer;
	transition: .3s;
}

.tab_link b {
	font-size: 3.5vw;
	font-weight: 500;
	display: block;
}

.tab ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.tab ul li {
	width: 48.5%;
	height: 15vw;
	margin: 0;
	float: none;
	text-align: center;
	background: #eeeeee;
	border: 1px solid #c5c5c5;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.tab ul li:nth-child(-n + 2) {
	margin: 0 0 10px;
}

.tab ul li span {
	width: 100%;
}

.tab ul li span b {
	font-size: 3.5vw;
	font-weight: 500;
	display: block;
}

.tab ul li.active {
	background: #626262;
	border: 1px solid #c5c5c5;
}

.tab ul li.active span, .tab ul li.active a {
	color: #fff;
}

.tab ul li.active .tab_icon-mylist {
	background: url("../images/sample/icon22_active.svg") no-repeat center;
}

.tab ul::after {
	content: "";
	display: block;
	width: 48.5%;
}

.catalogCheck {
	margin: 0 0 20px;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

.catalogCheck-head {
	margin: 0;
	background: #efefef;
	font-weight: bold;
}

.catalogCheck-head li {
	text-align: center;
}

.catalogCheck-head li p {
	text-align: center !important;
}

.catalogCheck_list {
	display: flex;
	padding: 0 8px;
	align-items: center;
	justify-content: flex-start;
	border-bottom: 1px solid #c0c0c0;
}

.catalogCheck_list label {
	width: 9%;
	position: relative;
}

.catalogCheck_list:last-child {
	border-bottom: none;
}

.catalogCheck_list:nth-child(even) {
	background: #efefef;
}

.catalogCheck_select {
	position: relative;
}

.catalogCheck_text {
	width: 45%;
	padding: 0 0 0 12px;
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: center;
}

.catalogCheck_text--name, .catalogCheck_text--name--head {
	width: 55%;
	padding: 12px;
	font-size: 1.4rem;
	line-height: 1.6;
	text-decoration: underline !important;
	text-align: center;
}

.catalogCheck_text--name--head {
	text-decoration: none !important;
	text-align: center;
}

.catalogCheck_text--type {
	width: 20%;
	font-size: 1.4rem;
	line-height: 1.6;
}

.catalogCheck_cont {
	display: flex;
	justify-content: flex-end;
}

.catalogCheck_btn, .catalogCheck_btn-clear, .catalogCheck_btn-select {
	width: 150px;
	margin-left: 15px;
	padding: 8px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #c0c0c0;
	border-radius: 4px;
	font-size: 1.6rem;
	font-weight: bold;
	cursor: pointer;
}

.catalogCheck_btn-clear {
	background: #eee;
}

.catalogCheck_btn-select {
	background: #000;
	color: #fff;
}

.labelSelect {
	padding: 0 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.labelSelect_body {
	width: 80%;
	margin: 0;
	position: relative;
	z-index: 1;
}

.labelSelect_body::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #eee;
	z-index: -2;
}

.labelSelect_body::after {
	border-top: 5px solid #a7a7a7;
	border-left: 5px solid transparent;
	top: calc(50% - 3px);
	right: 5%;
}

.labelSelect_body select {
	width: 100%;
	padding: 4px 8px;
	background: none;
}

.labelList_text {
	padding: 0 0 4px;
	font-weight: bold;
}

.labelBtn {
	padding: 0 12px 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.labelBtn_list {
	width: 47%;
}

.labelBtn_list-full {
	width: 100%;
}

.labelBtn_list-center {
	width: 47%;
	margin: 24px auto 0;
}

.labelBtn_item {
	width: 100%;
	padding: 12px 0;
	display: block;
	background: #eee;
	font-size: 1.4rem;
	font-weight: bold;
	border: 1px solid #c0c0c0;
	border-radius: 4px;
	cursor: pointer;
}

.labelBtn_item-delete {
	width: 100%;
	padding: 12px 0;
	display: block;
	background: #000;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	border: 1px solid #c0c0c0;
	border-radius: 4px;
	cursor: pointer;
}

.labelBox {
	margin: 0 0 24px;
	padding: 0 0 12px;
	box-sizing: border-box;
	border: 1px solid #c0c0c0;
}

.labelBox_heading {
	margin: 0 0 20px;
	padding: 8px 0;
	font-size: 1.6rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #cfcfcf;
	color: #000;
}

.nomuch {
	margin: 24px 0 0;
	padding: 24px 20px;
	background: #eee;
}

.nomuch_error {
	font-size: 1.6rem;
	font-weight: 700;
	color: #c00;
	margin-bottom: 12px;
	text-indent: -1em;
	padding-left: 1em;
}

.nomuch_text {
	font-size: 1.4rem;
	padding-left: 1.2em;
}

.sortBox {
	position: absolute;
	background: #fff;
	top: 20px;
	border: 1px solid #c0c0c0;
	border-radius: 4px;
	width: 150%;
	right: -20px;
	z-index: -9999;
	pointer-events: none;
	opacity: 0;
	transition: opacity .3s ease;
}

.sortBox.is-view {
	z-index: 9999;
	pointer-events: auto;
	opacity: 1;
}

.sortBox_list {
	width: 100%;
	margin: 0 !important;
	border-bottom: 1px solid #c0c0c0;
}

.sortBox_list:last-child {
	margin-bottom: none;
}

.sortBox_btn {
	width: 100%;
	padding: 12px 0;
	font-size: 1.4rem;
}




/*--------------------------------------------
■［カスタマイズ］
--------------------------------------------*/




/*--------------------------------------------
■［リンク］
--------------------------------------------*/


button:hover,
.accordion:hover,
.slick-arrow:hover,
.hoverfade:hover,
.btn:hover,
a:hover {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}

button,
.accordion,
.slick-arrow,
.hoverfade,
.btn,
a {
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

.nohoverfade:hover {
	opacity: 1;
	pointer-events: none;
	cursor: default;
}


/*--------------------------------------------
■［回り込み］
--------------------------------------------*/

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

.f-left {
	float: left;
}

p.f-left {
	margin-right: 2em;
}

.f-right {
	float: right;
}

p.f-right {
	margin-left: 2em;
}

.f-clear {
	clear: both;
}

.a-left {
	text-align: left;
}


.a-right {
	text-align: right;
}


.a-center {
	text-align: center;
}



/*--------------------------------------------
■［画像］
--------------------------------------------*/

img {
	vertical-align: bottom;
	width: auto;
	height: auto;
	max-width: 100%;
}


/*--------------------------------------------
■［フォーム］
--------------------------------------------*/


form {
	margin: 0;
	padding: 0;
	display: inline;
}

select,
textarea,
input {
	font-size: 1em;
	font-weight: normal;
}

input[type="button"], input[type="submit"] {
	-webkit-appearance: none;
}

.noborder {
	border: none !important;
}

input {
	vertical-align: middle;
}

select {
	padding: 0.6em;
	min-height: 1em;
	margin: 0 0.25em 0.25em 0;
	color: #333;
	box-sizing: border-box;
	width: 100%;
}

input[type="text"],
input[type="password"],
textarea {
	padding: 0.6em;
	background-color: #fff;
	min-height: 1em;
	margin: 0;
	color: #333;
	border-radius: 0.2em;
	box-sizing: border-box;
	border: 1px solid #d5d5d5;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
	line-height: 1;
}

textarea {
	line-height: 1.3;
}

td input[type="text"],
td input[type="password"]{
	width: 100%;
}

label {
	margin: 0 1.5em 0.25em 0;
	display: inline-block;
}

label input {
	margin-right: 0.5em;
	vertical-align: middle;
}



/*--------------------------------------------
■［ヘッダー］
--------------------------------------------*/

header {
	left: 0;
	right: 0;
	top: 0;
}


/*--------------------------------------------
■［フッター］
--------------------------------------------*/

footer#footer p.btn.return {
	text-align: left;
}

/*--------------------------------------------
■［タイトル］
--------------------------------------------*/


div#lead {
	color: #fff;
	text-align: center;
	padding: 0;
	border-top: 1px solid #686868;
	margin: 0 -10px 3vw -10px;
	background: #000;
}

div#lead h1 {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	padding: 3% 0;
}

div#lead.past h1 {
	background-color: #eee;
	color: #000;
}

div#lead .localNavi {
	display: none;
}


/*--------------------------------------------
■［パンくず］
--------------------------------------------*/

div#breadcrumbs {
	background: #222;
	overflow: hidden;
	padding: 5px;
	color: #fff;
	position: relative;
	margin: 0;
	font-size: 1.1rem;
}

div#breadcrumbs ol.breadcrumbs {
	max-width: 1000px;
	margin: 0 auto;
	display: block;
	justify-content: space-between;
	text-align: left;
}

div#breadcrumbs ol.breadcrumbs li {
	padding: 0;
	padding-right: 24px;
	background-image: none;
	display: inline-block;
	padding-bottom: 5px;
}

div#breadcrumbs ol.breadcrumbs li a {
	color: #fff;
	display: block;
	position: relative;
	text-decoration: underline;
	font-weight: normal;
}

div#breadcrumbs ol.breadcrumbs li a:hover {
	text-decoration: underline;
}

div#breadcrumbs ol.breadcrumbs li a:after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 4px;
	right: -14px;
}

div#breadcrumbs ul.signinInfo {
	padding: 6px 14px 6px 6px;
	background: #626262;
	text-align: right;
	color: #fff;
	border-bottom: 1px solid #aaaab4;
	position: relative;
	margin: 0 -5px -5px -5px;
	clear: both;
}


/*--------------------------------------------
■［サイドナビ］
--------------------------------------------*/

div#sidemenu {
	margin: 2em 0;
	font-size: 2.5vw;
}

div#sidemenu div#sub > ul > li {
	border-top: 1px solid #c8c8c8;
	margin-bottom: 1.5em;
	padding-top: 1.5em;
}

div#sidemenu div#sub > ul > li h2 {
	font-size: 3.5vw;
	color: #000;
	margin: 0 0 0.5em 0;
	background-image: none;
	font-weight: bold;
}

div#sidemenu div#sub > ul > li h2 span {
	margin: 0;
	padding: 0;
	display: inline;
	background-image: none;
}

div#sidemenu div#sub > ul > li.keywordSearchSideCatalog h2:before {
	font-family: 'FontAwesome';
	content: "\f002";
	margin-right: 0.3em;
}

div#sidemenu div#sub > ul > li.keywordSearchSideCatalog input.keyword {
	width: 80%;
	height: auto;
}

div#sidemenu div#sub > ul > li.keywordSearchSideCatalog button {
	background: #000;
	color: #fff;
	border-radius: 0.2em;
	padding: 0.6em;
	line-height: 1;
	vertical-align: middle;
}

/*
div#sidemenu div#sub > ul > li.keywordSearchSideCatalog input[type=radio] {
	display: none;
}
*/
div#sidemenu div#sub > ul > li.keywordSearchSideCatalog input[type=submit] {
	display: none;
}
div#sidemenu div#sub > ul > li.keywordSearchSideCatalog ul.scope {
	margin: 2vw 0 0 0;
	padding: 0;
}

div#sidemenu div#sub > ul > li.keywordSearchSideCatalog ul.scope li {
	display: inline-block;
	margin-right: 1em;
}

div#sidemenu div#sub > ul > li.keywordSearchSideCatalog ul.scope li img {
	display: none;
}

div#sidemenu div#sub > ul > li.keywordSearchSideCatalog ul.scope li img {
	display: none;
}

div#sidemenu div#sub > ul > li.sideMybinder,
div#sidemenu div#sub > ul > li.sideOtherCatalogs {
	display: none;
}

div#sidemenu div#sub > ul > li.sideMybinder h2:before {
	font-family: 'FontAwesome';
	content: "\f0ea";
	margin-right: 0.3em;
}

div#sidemenu div#sub > ul > li.sideMybinder a.ca {
	background-image: none;
	padding: 0;
	margin: 0;
	text-decoration: underline;
}

div#sidemenu div#sub > ul > li.sideMybinder a.ca:before {
	font-family: 'FontAwesome';
	content: "\f0a9";
	margin-right: 0.3em;
}

div#extra div.categoryBox {
	background-color: #fff;
	margin: 0 0 1.5em;
}

div#extra div.categoryBox h2 {
	display: block;
	background-image: none;
	margin: 0;
	padding: 0.5em;
	font-size: 3.5vw;
	background-color: #eee;
	border: 1px solid #c0c0c0;
	margin: 0 0 1em 0;
	position: relative;
	font-weight: bold;
}

div#extra div.categoryBox h2.open {
	margin: 0;
}

div#extra div.categoryBox h2:after {
	font-family: 'FontAwesome';
	position: absolute;
	content: "\f107";
	right: 0.5em;
	top: 0;
	bottom: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	margin: auto;
}

div#extra div.categoryBox h2.open:after {
	content: "\f106";
}

div#extra div.categoryBox div.inner {
	margin: 0;
	padding: 10px;
	display: none;
	border: 1px dotted #c0c0c0;
}

div#extra div.categoryBox div.inner > ul {
	margin: 0;
	padding: 0;
}

div#extra div.categoryBox div.inner ul ul {
	margin-left: 1em;
}

div#extra div.categoryBox div.inner ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #c0c0c0;
}

div#extra div.categoryBox div.inner ul li:last-child {
	border: none;
}

div#extra div.categoryBox div.inner ul li a {
	display: block;
	padding: 0.5em;
	text-decoration: underline;
	position: relative;
	font-weight: normal;
}

div#extra div.categoryBox div.inner ul li a:after {
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "\f105";
	width: 1em;
	height: 1em;
	line-height: 1;
}

div#extra p.ban,
div#extra ul.extralink {
	display: none;
}

ul#sitenavi {
	margin: 0 0 1.5em 0;
	border-bottom: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
	background-color: #fff;
}

ul#sitenavi:after {
	display: block;
	clear: both;
	content: "";
}

ul#sitenavi li {
	margin: 0;
	border-top: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	position: relative;
	font-size: 1.1em;
	width: 50%;
	float: left;
}

ul#sitenavi li a {
	padding: 0.5em;
	font-weight: normal;
	display: block;
	text-decoration: underline;
}

ul#sitenavi li a:after {
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "\f105";
	width: 1em;
	height: 1em;
	line-height: 1;
}

p.btn-home {
	margin: 1.5em 0;
	text-align: center
}

p.btn-home a {
	display: inline-block;
	text-decoration: none;
	font-weight: normal;
	color: #000;
	background-color: #fff;
	padding: 1em 1.5em;
	border-radius: 0.3em;
	line-height: 1;
	border: 1px solid #c8c8c8;
}

p.btn-home a:after {
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgMTU2LjE5OSAxNTYuMTk5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNTYuMTk5IDE1Ni4xOTk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNMTAyLjQ5Niw0NS4yMDRoLTIuNDk5di0wLjAxMmwtNzcuNjEzLTAuMzY4bDMyLjk1OC0zMi45NTlsLTguMjc3LTguMjhMMCw1MC42NWw0Ny44ODIsNDcuODg5ICAgbDguMjgtOC4yOGwtMzMuNzE5LTMzLjczbDcxLjY0MiwwLjM0NnYwLjA0aDguNDE3YzIzLjE1MSwwLDQxLjk5MywxOC44MzgsNDEuOTkzLDQxLjk5N2MwLDIzLjE1MS0xOC44NDIsNDEuOTkyLTQxLjk5Myw0MS45OTJIMCAgIHYxMS43MTFoMTAyLjQ5NmMyOS42MTMsMCw1My43MDMtMjQuMDksNTMuNzAzLTUzLjcwM0MxNTYuMTk5LDY5LjI5MywxMzIuMTA5LDQ1LjIwNCwxMDIuNDk2LDQ1LjIwNHoiIGZpbGw9IiMwMDAwMDAiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
	width: 1em;
	height: 1em;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	margin-left: 0.5em;
	content: "";
}


div#sidemenu ul li.publication div.inner {
	background-color: #fff;
	padding: 1em;
	margin: 0;
}

div#sidemenu ul li.publication div.inner ul {
	margin: 0;
	padding: 0;
}

div#sidemenu ul li.publication div.inner ul li {
	margin: 0 0 1em 0;
	width: 50%;
	float: left;
}

div#sidemenu ul li.publication div.inner ul li a {
	padding-left: 1em;
	display: block;
	position: relative;
	text-decoration: underline;
	font-weight: normal;
}

div#sidemenu ul li.publication div.inner ul li a:before {
	font-family: 'FontAwesome';
	content: "\f0da";
	position: absolute;
	left: 0;
}

div#sidemenu ul li h2 a,
div#sidemenu ul li.publication h2 {
	display: block;
	background-image: none;
	margin: 0;
	padding: 0.5em;
	font-size: 3.5vw;
	background-color: #eee;
	border: 1px solid #c0c0c0;
	margin: 0 0 1em 0;
	position: relative;
	font-weight: bold;
}

div#sidemenu ul li h2 a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	right: 0.5em;
	top: 0;
	bottom: 0;
	width: 1em;
	height: 1em;
	margin: auto;
	text-align: center;
	line-height: 1;
}



/*--------------------------------------------
■［本文］
--------------------------------------------*/

div#container {
	background-color: #fff;
	padding: 60px 10px 1em 10px;
	font-size: 2.5vw;
}

p {
	margin: 0;
}

p.skipToTop {
	display: none;
}



/*--------------------------------------------
■［トップページ］
--------------------------------------------*/

div.catalogSearchCategoryList div#breadcrumbs {
	display: none;
}

div.catalogGroup  {
	background-color: #fff;
	padding: 0;
	margin: 0 0 1.5em 0;
}

div.catalogGroup h2 {
	display: block;
	background-image: none;
	margin: 0;
	padding: 0.5em;
	font-size: 3.5vw;
	background-color: #eee;
	border: 1px solid #c0c0c0;
	margin: 1.5rem 0 0 0;
	position: relative;
	font-weight: bold;
}

div.catalogGroup h2.open {
}

div.catalogGroup h2:after {
	font-family: 'FontAwesome';
	position: absolute;
	content: "\f107";
	right: 0.5em;
	top: 0;
	bottom: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	margin: auto;
	color: #626262;
}

div.catalogGroup h2.open:after {
	content: "\f106";
}

div.catalogGroup ul.heightfix {
	padding: 10px;
	margin: 0;
}

div.catalogGroup ul.heightfix > li {
	border-top: 1px solid #e0e0e0;
	margin-bottom: 10px;
	padding-top: 10px;
	float: none;
}

div.catalogGroup ul.heightfix > li:first-child {
	border-top: none;
	padding-top: 0;
}

div.catalogGroup ul.heightfix > li div.wrapper {
	margin: 0;
	padding: 0;
}

div.catalogGroup ul.heightfix > li div.wrapper:after,
div.catalogGroup ul.heightfix > li div.inner:after {
	content: "";
	clear: both;
	display: block;
}

div.catalogGroup ul.heightfix > li div.wrapper h3 {
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
	line-height: 1.4;
}

div.catalogGroup ul.heightfix > li div.wrapper div.image {
	width: 30%;
	float: left;
	text-align: center;
}

div.catalogGroup ul.heightfix > li div.wrapper div.image a.image {
	display: block;
	margin-bottom: 1em;
}

div.catalogGroup ul.heightfix > li div.wrapper div.image a.image img {
	width: 100%;
	height: auto;
}

div.catalogGroup ul.heightfix > li div.wrapper ul.spec {
	margin: 0 0 0.5em 0;
}

div.catalogGroup ul.heightfix > li div.wrapper ul.spec li {
	margin: 0 0 0.3em 0;
	line-height: 1.3;
}

div.catalogGroup ul.heightfix > li div.wrapper div.function p {
	border: 0.2em;
	display: inline-block;
	margin-right: 0.2em;
	border: 1px solid #c0c0c0;
	color: #000;
	background-color: #eee;
	padding: 0.5em 0.8em;
	width: auto;
	font-weight: normal;
	line-height: 1;
}

.btn {
	font-size: 2.5vw;
}

div.catalogGroup ul.heightfix > li div.wrapper div.function p.catalogview_mini_text {
}

div.catalogGroup ul.heightfix > li div.wrapper div.function p:before {
	font-family: 'FontAwesome';
	margin-right: 0.3em;
}

div.catalogGroup ul.heightfix > li div.wrapper div.function p.catalogview_mini_text:before {
	content: "\f02d";
}

div.catalogGroup ul.heightfix > li div.wrapper div.function p.index_mini_text:before {
	content: "\f03a";
}

div.catalogGroup ul.heightfix > li div.wrapper div.function p.catalogview_mini_text:after {
	content: "見る";
}

div.catalogGroup ul.heightfix > li div.wrapper div.function p.index_mini_text:after {
	content: "目次";
}

div.catalogGroup ul.heightfix > li div.wrapper div.function p img {
	display: none;
}

div.catalogGroup ul.heightfix > li div.wrapper div.description {
	width: 66%;
	float: right;
}

div.catalogGroup div.viewBlock.half {
	border: 1px solid #e0e0e0;
}




/*--------------------------------------------
■［詳細］
--------------------------------------------*/


div.catalogDetail div#lead ul.localNavi {
	display: none;
}

div.catalogDetail div#overview {
	margin: 0 0 1.5em 0;
	background-color: #fff;
	padding: 10px;
}

div.catalogDetail div#overview h2 {
	display: none;
}

div.catalogDetail div#overview div.detail:after {
	content: "";
	clear: both;
	display: block;
}

div.catalogDetail div#overview div.detail div.image {
	width: 30%;
	float: left;
	text-align: center;
	margin-bottom: 1em;
}

div.catalogDetail div#overview div.detail div.image img {
	width: 100%;
	height: auto;
}

div.catalogDetail div#overview div.detail div.description {
	width: 66%;
	float: right;
	margin-bottom: 1em;
}

div.catalogDetail div#overview div.detail div.description p {
	margin: 0 0 1em 0;
}

div.catalogDetail div#overview div.detail div.description div.comment {
	margin: 0 0 1em 0;
}

div.catalogDetail div#overview div.detail div.description div.comment h1 {
	font-size: 3.5vw;
	font-weight: bold;
}

div.catalogDetail div#overview div.detail div.description div.spec ul {
	margin: 0 0 1em 0;
}

div.catalogDetail div#overview div.detail div.description div.spec ul li {
	margin: 0 0 0.3em 0;
	line-height: 1.3;
}

div.catalogDetail div#overview div.detail div.description table {
	border: 1px solid #c5c5c5;
	margin: 0 0 1em 0;
}

div.catalogDetail div#overview div.detail div.description table tr th {
	border-top: 1px solid #c5c5c5;
	background-color: #eee;
	padding: 0.5em;
	color: #000;
	font-weight: normal;
	line-height: 1.3;
}

div.catalogDetail div#overview div.detail div.description table tr td {
	border-top: 1px solid #c5c5c5;
	background-color: #fff;
	padding: 0.5em;
	font-weight: normal;
	line-height: 1.3;
}

div.catalogDetail div#overview div.detail div.description table tr:first-child th,
div.catalogDetail div#overview div.detail div.description table tr:first-child td {
	border-top: none;
}

div.catalogDetail div#overview div.function {
	margin: 0;
	padding: 0;
}

div.catalogDetail div#overview div.function p.btn {
	margin: 0 0 0.3em 0;
	background-color: #eee;
	border: 1px solid #c0c0c0;
	background-image: none;
	padding: 0.5em;
	margin: 0 0 0.5em 0;
	width: auto;
	height: auto;
	border-radius: 0.2em;
	color: #000;
	text-indent: 0;
	font-size: 1em;
	text-align: center;
	font-weight: normal;
}

div.catalogDetail div#overview div.function p.btn:before {
	font-family: 'FontAwesome';
	margin-right: 0.5em;
}

div.catalogDetail div#overview div.function p.btn.catalogview_middle_text:before {
	content: "\f02d";
}

div.catalogDetail div#overview div.function p.btn.btn-pdfdownload:before {
	content: "\f019";
}

div.catalogDetail div#index {
	margin: 0 0 1.5em 0;
	background-color: #fff;
}

div.catalogDetail div#index h2 {
	display: block;
	background-image: none;
	margin: 0;
	padding: 0.5em;
	font-size: 3.5vw;
	background-color: #eee;
	border: 1px solid #c0c0c0;
	margin: 0 0 1em 0;
	position: relative;
	font-weight: bold;
}

div.catalogDetail div#index div.catalogIndex {
	padding: 10px;
}

div.catalogDetail div#index div.catalogIndexContents {
	border: 1px solid #c5c5c5;
	margin-top: 1em;
}

div.catalogDetail div#index div.catalogIndexContents > ul {
	margin: 0;
	padding: 0;
}

div.catalogDetail div#index div.catalogIndexContents > ul > li {
	border-top: 1px solid #c5c5c5;
}

div.catalogDetail div#index div.catalogIndexContents > ul > li:first-child {
	border-top: none;
}

div.catalogDetail div#index div.catalogIndexContents div.title {
	margin-bottom: 0;
	position: relative;
}

div.catalogDetail div#index div.catalogIndexContents div.title a {
	display: block;
	padding: 0.5em;
	font-weight: normal;
	color: #000;
	background-color: #eee;
	text-decoration: underline;
	position: relative;
	font-size: 1.1em;
}

div.catalogDetail div#index div.catalogIndexContents div.title a {
	opacity: unset;
	filter: unset;
}

div.catalogDetail div#index div.catalogIndexContents div.title span.down:after {
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "\f107";
	width: 2em;
	height: 2em;
	line-height: 2;
	background-color: #eee;
	z-index: 1;
	text-align: center;
	cursor: pointer;
}

div.catalogDetail div#index div.catalogIndexContents div.title span.up:after {
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "\f106";
	width: 2em;
	height: 2em;
	line-height: 2;
	background-color: #eee;
	z-index: 1;
	text-align: center;
	cursor: pointer;
}

div.catalogDetail div#index div.catalogIndexContents div.function {
	margin: 10px;
	padding: 0;
}

div.catalogDetail div#index div.catalogIndexContents ul.buttons li,
div.catalogDetail div#index div.catalogIndexContents div.buttons a {
	display: inline-block;
	margin-right: 1.5em;
	width: auto;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
	font-size: 0.9em;
	margin-bottom: 0.3em;
}

div.catalogDetail div#index div.catalogIndexContents ul.buttons li:before,
div.catalogDetail div#index div.catalogIndexContents div.buttons a:before {
	margin-right: 0.3em;
	font-family: 'FontAwesome';
}

div.catalogDetail div#index div.catalogIndexContents ul.buttons li.mybinder_mini_text,
div.catalogDetail div#index div.catalogIndexContents div.buttons a.mybinder_mini_text {
	display: none;
}

div.catalogDetail div#index div.catalogIndexContents ul.buttons li.download_pdf_mini_text:before,
div.catalogDetail div#index div.catalogIndexContents div.buttons a.download_pdf_mini_text:before {
	content: "\f019";
}

div.catalogDetail div#index div.catalogIndexContents ul.buttons li.catalogview_mini_text:before,
div.catalogDetail div#index div.catalogIndexContents div.buttons a.catalogview_mini_text:before {
	content: "\f02d";
}

div.catalogDetail div#index div.catalogIndexContents div.slideToggleTarget ul.level_2 {
	margin: 1em 0 1em 2em;
	display: none;
}

div.catalogDetail div#index div.catalogIndexContents div.slideToggleTarget.show ul.level_2 {
	display: block;
}

div.catalogDetail div#index div.catalogIndexContents div.slideToggleTarget ul.level_2 > li {
	margin-bottom: 1em;
}

div.catalogDetail div#index div.catalogIndexContents div.slideToggleTarget div.title a:after {
	display: none;
}





/*--------------------------------------------
■［検索結果］
--------------------------------------------*/

div.catalogPageGroupSearchResult div#searchResult h2 {
	display: block;
	background-image: none;
	margin: 0;
	padding: 0.5em;
	font-size: 3.5vw;
	background-color: #eee;
	border: 1px solid #c0c0c0;
	margin: 0 0 1em 0;
	position: relative;
	font-weight: bold;
}

div.catalogPageGroupSearchResult div#searchResult h2 span {
	background-image: none;
}

div.catalogPageGroupSearchResult div#searchResult dl {
	margin: 0 0 1em 0;
}

div.catalogPageGroupSearchResult div#searchResult dl dt {
	display: inline-block;
	width: 30%;
	color: #000;
}

div.catalogPageGroupSearchResult div#searchResult dl dt:after {
	content: ":";
	margin-left: 0.3em;
}

div.catalogPageGroupSearchResult div#searchResult dl dd {
	display: inline-block;
	width: 68%;
}

div.catalogPageGroupSearchResult div#searchResult dl dd {
	display: inline-block;
	width: 68%;
}



div.catalogPageGroupSearchResult div#searchResult div.searchResultCatalogSummary {
	display: none;
}

div.catalogPageGroupSearchResult div#searchResult div#searchResultStatus {
	padding: 0.5em;
	background-color: #eee;
	margin: 0 0 1em 0;
}

div.pager {
	margin: 0 0 1em 0;
	text-align: center;
}

div.pager p {
	display: inline-block;
	margin: 0.5em;
	background-repeat: no-repeat;
	vertical-align: middle;
}

div.pager p.prev {
	padding-left: 10px;
	background-position: left -40px;
}

div.pager p.begin {
	padding-left: 20px;
	background-position: left top;
}

div.pager p.end {
	padding-right: 20px;
	background-position: right -20px;
}

div.pager p.next {
	padding-right: 10px;
	background-position: right -60px;
}

div.pager ol {
	display: inline-block;
	list-style-type: none;
	margin: 0.5em;
	padding: 0;
	vertical-align: middle;
}

div.pager ol li {
	display: inline-block;
	margin: 0.2em;
	font-size: 0.8em;
	vertical-align: middle;
	text-align: center;
}

div.pager ol li span {
	border: 1px solid #c8c8c8;
	display: block;
	padding: 0.3em;
	min-width: 2.4em;
	color: #000;
	background-color: #fff;
}

div.pager ol li a {
	border: 1px solid #000;
	display: block;
	padding: 0.3em;
	min-width: 2.4em;
	color: #fff;
	background-color: #000;
}

div.catalogPageGroupSearchResult div.articles {
	margin: 0 0 1em 0;
}

div.catalogPageGroupSearchResult div#articles > ul > li {
	margin-top: -1px;
	padding: 1em;
	border: 1px solid #c5c5c5;
}

div.catalogPageGroupSearchResult div#articles h3 {
	font-size: 2.5vw;
	margin: 0 0 1em 0;
}

#searchResult.section .viewBlock.half.catalogPage li.article .catalogcategory,
#searchResult.section .viewBlock.half .article p.function {
	display: none;
}

.catalogPageGroupSearchResult .article .image ol.pages {
	list-style: none;
	display: block;
	margin: 5px 0px 0px 0px;
}
.catalogPageGroupSearchResult .article .image li.left, .catalogPageGroupSearchResult .article .image li.right {
	width: 50%;
	display: inline-block;
}

.catalogPageGroupSearchResult .article .image li.left, .catalogPageGroupSearchResult .article .image li.right {
	width: 50%;
	display: inline-block;
}
.catalogPageGroupSearchResult .article .image li div.btn.cv.catalog {
	text-align: right;
}
.catalogPageGroupSearchResult .article .image li.right div.btn.cv.catalog {
	text-align: left;
}
.catalogPageGroupSearchResult .article ol.nombre {
	list-style: none;
	display: block;
	margin: 0;
}

.catalogPageGroupSearchResult .article ol.nombre li {
	display: inline-block;
	width: 50%;
}

.viewBlock.half.catalogPage li.article ol.hit {
	list-style-type: none;
}

.viewBlock.half.catalogPage li.article ol.hit li {
	margin-bottom: 0.5em;
}

.viewBlock li span.hitposLeft {
	background: url(../images/icon_hitpage_left.gif) left center no-repeat;
	background-repeat: no-repeat;
	background-image: url("../images/icon_hitpage_left.gif");
	display: block;
	height: 1.4em;
	min-height: 14px;
	margin-right: 5px;
	text-indent: -9999px;
	width: 14px;
	float: left;
}
#searchResult.section .viewBlock li span.hitposLeft {
	background-image: url(../images/icon_hitpage_left.gif);
	background-repeat: no-repeat;
	display: inline-block;
	height: 14px;
	margin-right: 5px;
	text-indent: -9999px;
	width: 14px;
	float: none;
	vertical-align: text-top;
}

.viewBlock li span.hitposRight {
	background: url(../images/icon_hitpage_right.gif) left center no-repeat;
	background-repeat: no-repeat;
	background-image: url("../images/icon_hitpage_right.gif");
	display: block;
	height: 1.4em;
	min-height: 14px;
	margin-right: 5px;
	text-indent: -9999px;
	width: 14px;
	float: left;
}
#searchResult.section .viewBlock li span.hitposRight {
	background-image: url(../images/icon_hitpage_right.gif);
	background-repeat: no-repeat;
	display: inline-block;
	height: 14px;
	margin-right: 5px;
	text-indent: -9999px;
	width: 14px;
	float: none;
	vertical-align: text-top;
}

/* 一般向け検索のOR検索を非表示 */
div#keywordSearchSide.keywordSearch ul:first-of-type{
    display: none;
}