@charset "UTF-8";
main.fntW400 {
	font-weight: 400;
}
main .fntRed2 {
	color: #E6000D;
}
/* 見出し */
.products-sub-title {
	font-weight: 300;
}
.sub-section .sub-title {
	padding: 0.2em 0.5em;
	background: #f5f5f5;
	margin-bottom: 20px;
	font-weight: 300;
}
.sub-section .sub-title._blue {
	background: #e5efff;
}
.sub-section .sub-title2 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
.sub-section .sub-title3 {
	margin-top: 20px;
	margin-left: 0px;
	padding-bottom: 5px;
	font-size: 15px;
	border-bottom: 1px dotted #ccc;
}
@media print, screen and (min-width: 768px) {
.sub-title-container {
	margin-bottom: 3rem;
}
.products-sub-title {
	font-size: 2.8rem;
}
.sub-section .sub-title {
	font-size: 2.6rem;
}
}
 @media only screen and (max-width: 767.98px) {
.sub-title-container {
	margin-bottom: 2rem;
}
.products-sub-title {
	flex-shrink: 0;
	font-size: 2.2rem;
}
.localmenuIn .global-page-title-container.noMenu {
	padding-top: 0;
}
}
/* 製品の形名からさがす */
#modelSearchArea .searchForm, #typeSearch .formArea {
	background: url(/support/top/images/icon_search.svg) no-repeat left center;
	background-size: 40px;
	padding-left: 55px;
	margin-top: 20px;
}
#typeSearch .formArea [type=button] {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
#modelSearchArea #ms_btn, #typeSearch .formArea form #btnSch1 {
	background: #535353;
	color: #ffffff;
	padding: 0.5em 15px;
	border: #d9d9d9 1px solid;
	border-left: none;
	box-sizing: border-box;
	float: left;
}
#modelSearchArea #ms_type, #typeSearch .formArea [type=text] {
	width: 263px;
	padding: 8px;
	border: #d9d9d9 1px solid;
	border-right: none;
	box-sizing: border-box;
	float: left;
}
#modelSearchArea .formArea [type=text]::placeholder, #typeSearch .formArea [type=text]::placeholder {
 font-size: 14px;
 color: #7d7d7d;
}
#modelSearchArea ul.list-btn-show-list, #typeSearch .formArea ul.list-btn-show-list {
	float: left;
	margin-top: 6px;
	margin-left: 12px;
}
#modelSearchArea .repairWindow {
	margin: 20px 0 0;
}
#modelSearchArea {
	border: none;
	padding: 0;
	margin: 0;
}
#modelSearchArea #modelSearch {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#modelSearchArea #ms_type {
	height: auto;
	font-size: 1.4rem;
	line-height: inherit;
}
#modelSearchArea .searchForm {
	background-position: left top;
	margin: 0;
}
#modelSearchArea #warningMsg {
	padding-left: 0;
}
#typeSearch #errorText {
	padding:5px;
	color:#ef0000;
	font-weight:bold;
}
#typeSearch .searchBox #errorText {
	padding:5px;
	color:#ef0000;
	font-size:0.8em;
	font-weight:bold;
}
/* 一覧を見るボタン */
ul.list-btn-show-list {
	display: flex;
}
ul.list-btn-show-list li {
	display: flex;
	align-items: center;
}
a.btn-show-list {
	display: inline-block;
	padding: 0.25em 1em 0.25em 2em;
	font-size: 1.3rem;
	background: #fff;
	color: #535353;
	border: solid 1px #535353;
	border-radius: 0.5rem;
	position: relative;
	text-decoration: none;
}
a.btn-show-list::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	display: inline-block;
	font-size: 1.2em;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 0.75em;
	margin-top: -0.5em;
}
@media print, screen and (min-width: 768px) {
/* 一覧を見るボタン */
	.btn-show-list:hover {
	background: #535353;
	color: #fff;
}
}
@media only screen and (max-width: 767.98px) {
#modelSearchArea #ms_type,  #typeSearch .formArea [type=text] {
	width: 80%;
	padding: 5px;
}
 #modelSearchArea #ms_type::placeholder,  #typeSearch .formArea [type=text]::placeholder {
 font-size: 1.2rem;
}
#modelSearchArea .searchForm,  #typeSearch .formArea {
	background-size: 35px auto;
	background-position: left top;
	padding-left: 14.2%;
}
#modelSearchArea .searchForm #ms_btn,  #typeSearch .formArea form #btnSch1 {
	width: 20%;
	font-size: 1.3rem;
	padding: 0.75rem 0;
}
#modelSearchArea .searchForm ul.list-btn-show-list,  #typeSearch .formArea ul.list-btn-show-list {
	float: right;
	display: block;
	margin: 0;
}
#modelSearchArea ul.list-btn-show-list li,  #typeSearch ul.list-btn-show-list li {
	display: block;
}
#modelSearchArea a.btn-show-list,  #typeSearch a.btn-show-list {
	margin-top: 14px;
}
}
/* link-btn */
.link-btn {
	display: block;
	background: #7f7f7f;
	color: #ffffff;
	font-size: 1.8rem;
	padding: 15px;
	line-height: 1.3;
	border-radius: 8px;
	text-align: center;
	margin: 40px auto 0;
	position: relative;
}
.link-btn2 {
	display: block;
	background: #ff6e02;
	color: #ffffff;
	font-weight: 900;
	font-size: 1.8rem;
	padding: 15px;
	line-height: 1.3;
	border-radius: 8px;
	text-align: center;
	margin: 40px auto 0;
	position: relative;
}
.link-btn3 {
	display: block;
	background: #ff6e02;
	color: #ffffff;
	font-weight: 500;
	font-size: 1.5rem;
	padding: 13px 15px;
	line-height: 1.3;
	transition: box-shadow .3s;
	border-radius: 1000px;
	box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 20%);
	text-align: center;
	margin: 40px 0 25px;
	position: relative;
}
.link-btn4 {
	display: block;
	position: relative;
	margin: auto;
	padding: 15px 2.5em;
	max-width: 600px;
	border-radius: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
}
.link-btn4.search {
	background-color: #fff;
	border: 1px solid #7f7f7f;
	color: #000;
}
.link-btn4::before,
.link-btn4::after {
	display: inline-block;
	position: absolute;
	top: 50%;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	line-height: 1;
    transform: translateY(-50%);
}
.link-btn4.search::before {
	content: '';
	background: url(/products/common/images/ic_search.svg) no-repeat center center/contain;
	left: 1em;
	width: 1.5em;
	height: 1.5em;
}
.link-btn4.search::after {
    content: "\f105";
    right: 0.75em;
    color: #b01681;
    font-size: 1.25em;
}
.link-btn4.pink {
	background-color: #c71585;
	color: #ffffff;
}
.link-btn4.pink::after {
	content: "\f105";
	right: 0.75em;
	color: #fff;
	font-size: 1.25em;
}
@media only screen and (max-width: 767.98px) {
	.link-btn4.search::before {
		left: 0.75em;
		width: 1.25em;
		height: 1.25em;
	}
	.link-btn4.search::after {
		right: 0.5em;
	}
	.link-btn4.pink::after {
		right: 0.5em;
	}
}
.link-btn span {
	position: relative;
	display: inline-block;
}
.link-btn.arrow, .link-btn2.arrow, .link-btn3.arrow {
	padding-right: 35px;
}
.link-btn.arrow::after, .link-btn2.arrow::after, .link-btn3.arrow::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	display: inline-block;
	font-size: 1.2em;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 0.75em;
	margin-top: -0.5em;
	color: #ffffff;
}
.link-btn.search {
	margin-top: 30px;
}
.link-btn.search span {
	padding-left: 7%;
}
.link-btn.search span::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f002";
	display: inline-block;
	font-size: 1.5em;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.5em;
}
.link-btn.yen {
	margin-top: 30px;
}
.link-btn.yen span {
	padding-left: 5%;
}
.link-btn.yen span::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f157";
	display: inline-block;
	font-size: 1.5em;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.5em;
}
.link-btn:hover, .link-btn2:hover, .link-btn3:hover {
	opacity: 0.8;
	text-decoration: none;
	color: #ffffff;
}
.link-btn4:hover {
	text-decoration: none;
	opacity: 0.8;
}
@media print, screen and (min-width: 768px) {
.link-btn, .link-btn2 {
	width: 50%;
}
.link-btn3 {
	max-width:350px;
}
}
@media only screen and (max-width: 767.98px) {
.link-btn.yen, .link-btn.search {
	margin-top: 20px;
}
.link-btn.yen span {
	padding-left: 6.5%;
}
}
/* linkAr */
.linkAr {
	position: relative;
	padding-left: 1em;
}
.linkAr::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	color: #000;
	display: inline-block;
	font-size: 1.2em;
	line-height: 1;
	position: absolute;
	top: 10px;
	left: 0;
	margin-top: -0.4em;
}
.linkAr._red::before {
	color: #ff0000;
}
.linkAr.txtBl a {
	color: #000099;
}
.linkAr2 {
	padding-left: 25px;
    background: url(/support/images/ico_arrow_r.gif) no-repeat 0 8px;
}
.linkAr2 a {
	color: #000099;
	text-decoration: underline;
}
.linkAr2 a:hover {
	color: #FF6633;
	text-decoration: none;
}
/* iconMark */
.iconMark {
	position: relative;
	padding-left: 1.8em;
}
.iconMark::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f06a";
	color: #E6000D;
	display: inline-block;
	font-size: 1.2em;
	line-height: 1;
	position: absolute;
	top: 12px;
	left: 0;
	margin-top: -0.4em;
}
.iconMark.tel::before {
	content: "\f095";
	color: #000;
}
.iconMark.fax::before {
	content: "\f1ac";
	color: #000;
}
.iconMark.wrench::before {
	content: "\f0ad";
	color: #000;
}
.iconMark.truck::before {
	content: "\f0d1";
	color: #000;
}
/* tableStyle */
.tableStyle1 {
	border: 1px solid #555;
	border-right: none;
	border-bottom: none;
}
.tableStyle1 th, .tableStyle1 td {
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	padding: 5px;
}
.tableStyle1 th {
	min-width: 150px;
	text-align: center;
	background: #efefef;
	font-weight: normal;
}
/*  */
.txtIndent {
	padding-left: 1.3em;
	text-indent: -1.3em;
}
.txtIndent2 {
	padding-left: 1.8em;
	text-indent: -1.8em;
}
/*  */
.iconText {
	position: relative;
	padding-left: 1.2em;
	text-indent: 0;
}
.iconText::before {
  	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0.4em;
	width: 0.8em;
	height: 0.8em;
	background-color: black;
}
.iconText.circle::before {
	border-radius: 50%;
}
.iconText.square::before {
	border-radius: 0;
}
/* textLink */
.textLink a {
	color: #000099 !important;
}
.textLink a:hover {
	color: #FF6633 !important;
	text-decoration: none !important;
}
.textLink2 a {
	color: #000099 !important;
	text-decoration: underline !important;
}
.textLink2 a:hover {
	color: #FF6633 !important;
	text-decoration: none !important;
}
.textLink2.dot {
	padding-left: 1em;
	text-indent: -1em;
}
.textLink2.dot::before {
	content: '・';
}
/* icoSq */
.icoSq {
	padding-left: 20px;
	background: url(/support/images/ico_square_matb.gif) no-repeat 2px 8px;
}
/* icoDot */
.icoDot {
	padding-left: 20px;
	background: url(/support/images/ico_circle_ns.gif) no-repeat 3px 9px;
}
/* grayInfoBox */
.grayInfoBox {
	background: #f5f5f5;
	padding: 20px 2%;
	margin: 20px 0;
}
.infoBoxList>li>a:hover {
	background-color: #e5e5e5;
}
.infoBoxList>li>a {
	background-color: #fff;
	text-decoration: none;
}
 @media print, screen and (min-width: 768px) {
.infoBoxList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2rem;
}
.infoBoxList>li {
	width: 19.2%;
	margin-left: 1%;
	margin-top: 1.5rem;
}
.infoBoxList>li:nth-child(5n-4) {
	margin-left: 0;
}
.infoBoxList>li:nth-child(-n+5) {
	margin-top: 0;
}
.infoBoxList>li>a {
	display: block;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 40px 1rem 25px;
	font-size: 1.8rem;
	line-height: 1.3;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgb(0 0 0 / 0%);
	position: relative;
	overflow: hidden;
}
.infoBoxList>li>a .img {
	padding: 0 20%;
}
.infoBoxList>li>a .ttl {
	width: 100%;
	text-align: center;
}
}
 @media only screen and (max-width: 767.98px) {
.grayInfoBox {
	padding: 20px 5%;
}
.infoBoxList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2rem;
}
.infoBoxList>li {
	width: 49%;
	margin-left: 2%;
	margin-top: 0.7rem;
}
.infoBoxList>li:nth-child(2n-1) {
	margin-left: 0;
}
.infoBoxList>li:nth-child(-n+2) {
	margin-top: 0;
}
.infoBoxList>li>a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 1rem;
	line-height: 1.3;
}
.infoBoxList>li>a .img {
	padding: 0 20%;
}
.infoBoxList>li>a .ttl {
	width: 100%;
	text-align: center;
}
}
/* yellowInfoBox */
.yellowInfoBox {
	background: #ffffcc;
	padding: 20px 2%;
	margin: 20px 0;
}
.yellowInfoBox .textList,
.yellowInfoBox2 .textList {
	margin-top: 10px;
}
.yellowInfoBox2 {
	padding: 0.75em 0;
	margin: 20px 0;
}
.yellowInfoBox2 .iconMark {
	padding-left: 3em;
}
.yellowInfoBox2 .iconMark::before {
	margin-top: 0;
	top: 50%;
	font-size: 2.5em;
	transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
.yellowInfoBox .textList,
.yellowInfoBox2 .textList {
	display: flex;
	flex-wrap: wrap;
}
.yellowInfoBox .textList li:nth-child(3n-1),
.yellowInfoBox2 .textList li:nth-child(3n-1) {
	width: 43%;
}
.yellowInfoBox .textList li,
.yellowInfoBox2 .textList li {
	min-width: 25%;
}
}
/* bdInfoBox */
.bdInfoBox {
	border: #7f7f7f 1px solid;
	padding: 20px 2%;
	margin: 20px 0;
}
.bdInfoBox .ttlSquare::before {
	content: '■';
	margin-right: 0.25em;
}
/* cocoroInfoBox */
.cocoroInfoBox {
	border: #bc007f 3px solid;
	padding: 20px 2%;
	margin: 20px 0;
}
.cocoroInfoBox .ttl {
	margin-bottom: 5px;
	color: #bc007f;
	font-weight: bold;
}
.cocoroInfoBox .cocoroLinkList {
	display: flex;
	margin-top: 10px;
	flex-wrap: wrap;
}
.cocoroInfoBox .cocoroLinkList li {
	margin-right: 2%;
	margin-bottom: 10px;
}
.cocoroInfoBox .cocoroLinkList li .link {
	background: #bc007f;
	display: inline-block;
	padding: 5px 10px 5px 30px;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
}
.cocoroInfoBox .cocoroLinkList li .link:hover {
	text-decoration: none;
	opacity: 0.8;
}
.cocoroInfoBox .cocoroLinkList .linkAr::before {
	top: 16px;
	left: 0.5em;
	color: #fff;
}
@media only screen and (max-width: 767.98px) {
.cocoroInfoBox .cocoroLinkList {
	flex-direction: column;
}
.cocoroInfoBox .cocoroLinkList li {
	margin-bottom: 5px;
}
}
/* prdLinkList */
.prdLinkList {
	margin-bottom: 10px;
}
.prdLinkList li {
	margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
.prdLinkList {
	display: flex;
	flex-wrap: wrap;
}
.prdLinkList li {
	margin-right: 2em;
}
}
/* inquiryArea */
.inquiryArea .iconMark {
	font-weight: bold;
	font-size: 2rem;
	margin-top: 10px;
	padding-left: 1.8em;
}
.inquiryArea .dialArea {
	margin-bottom: 20px;
}
.inquiryArea .dialArea .ttl {
	font-weight: bold;
	font-size: 1.8rem;
}
.inquiryArea .dialArea .free span {
	display: inline-block;
	vertical-align: middle;
}
.inquiryArea .dialArea .free .img {
	width: 64px;
}
.inquiryArea .dialArea .free .number {
	font-weight: bold;
	font-size: 3rem;
}
@media only screen and (max-width: 767.98px) {
	.inquiryArea .dialArea .free .number {
		font-size: 2rem;
	}
}

/* acdArea */
.acdArea .acdTtl {
	cursor: pointer;
}
.acdArea .acdTtl:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 2%;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 2px;
	background-color: #333333;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.acdArea .acdTtl:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 2%;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 2px;
	background-color: #333333;
	transition: .3s;
}
.acdArea .acdTtl.open:before {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.acdArea .acdTtl.open:after {
	background-color: transparent;
}
/* repairCont */
.repairCont {
	margin-bottom: 60px;
}
/* repairFlowArea */
.repairFlowArea {
	margin-top: 20px;
}
.repairFlowCont {
	margin: 10px 0 40px;
}
.repairFlowBox {
	position: relative;
	border: #d2d2d2 1px solid;
	border-radius: 10px;
	padding: 10px;
}
.repairFlowBox .img {
	width: 114px;
	margin: 0 auto 10px;
}
.repairFlowBox .ttl {
	background: #6f6f6f;
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
	padding: 5px;
}
.repairFlowBox .txt {
	padding: 5px;
}
.repairFlowArea .textList li {
	margin-bottom: 5px;
}
.repairFlowBox:last-child:after {
	border: none;
}
 @media print, screen and (min-width: 768px) {
.repairFlowCont {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.repairFlowBox {
	width: 30%;
	margin-right: 3%;
}
.repairFlowBox:nth-child(n+4) {
	margin-top: 30px;
}
.repairFlowBox:after {
	border-left: 20px solid #d2d2d2;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	content: "";
	position: absolute;
	bottom: 50%;
	top: 50%;
	margin: auto;
	right: -8.5%;
}
}
@media only screen and (max-width: 767.98px) {
.repairFlowBox {
	margin-bottom: 40px;
}
.repairFlowBox:after {
	border-top: 25px solid #d2d2d2;
	border-left: 70px solid transparent;
	border-right: 70px solid transparent;
	content: "";
	position: absolute;
	bottom: -34px;
	left: 50%;
	margin-left: -70px;
}
}
/* repairAcdArea */
.repairAcdArea {
	border-top: #000 solid 1px;
}
.repairAcdArea .acdTtl {
	position: relative;
	font-size: 2rem;
	font-weight: bold;
	border: #000 solid 1px;
	border-top: none;
	padding: 10px;
}
.repairAcdArea .acdCont {
	display: none;
	padding: 20px 10px 30px;
	border-bottom: #000 solid 1px;
}
.repairAcdArea .acdBlock:last-child .acdCont {
	border-bottom: none;
}
.repairAcdArea .itemLinkArea li {
	margin-bottom: 5px;
	font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
.repairAcdArea .itemLinkArea .itemLink {
	display: flex;
	flex-wrap: wrap;
}
.repairAcdArea .itemLinkArea li {
	width: 25%;
}
}
/* 検索 */
#msNote {
	margin-top: 20px;
}
#msNote h6 {
	font-size: 1.6rem;
}
#msNote .ms_data .icon:hover {
	opacity: 0.8;
}
#msNote .ms_data .icon img {
	width: auto;
}
#ms_nodate p {
	font-size: 1.6rem;
}
#ms_webComment b {
	font-weight: bold;
}
#modelSearchArea .webcomment {
	font-size: 1.8rem;
}
@media only screen and (max-width: 767.98px) {
#modelSearchArea #msNote {
	margin-left: 0;
}
#msNote .ms_data .icon {
	margin: 0 0 5px !important;
}
}
/* 長期休暇案内 */
.businessHours {
	font-size: inherit;
	margin: 10px 0 15px;
	text-align: right;
}
.businessHours .bh_area {
	border: 1px solid #ef0000;
	display: inline-block;
	padding: 0 19px 11px;
}
.businessHours .bh_info {
	color: #ef0000;
	line-height: 1.3;
	margin: 0;
	padding: 12px 0 0;
	text-align: left;
}
.businessHours .bh_link {
	margin: 0;
	padding: 12px 0 0;
	text-align: right;
}
.businessHours .bh_link a {
	color: #000099;
	display: inline-block;
	padding-left: 15px;
	background: url("/support/images/arrow_link.gif") no-repeat 0 center;
}
.businessHours .bh_link a:hover {
	text-decoration: none;
	color: #FF6633;
}
.businessHours .bh_link img {
	width: 18px;
	border: 0;
	padding-left: 5px;
	vertical-align: middle;
}
.businessHours.none, .businessHours .none {
	display: none;
}
/* システムメンテナンス案内 */
.announceMainte {
	background: url("/support/images/caution.gif") no-repeat 10px 15px;
	border: solid 3px #c00;
	color: #ef0000;
	font-size: inherit;
	margin: 20px 0 27px;
	padding: 10px 10px 10px 40px;
}
.announceMainte h3 {
	border: none;
	font-size: 105%;
	font-weight: bold;
	height: auto;
	margin: 0 0 0.5em;
	padding: 0;
}
.announceMainte p {
	line-height: 1.5;
}
.announceMainte.none, .announceMainte .none {
	display: none;
}
/* productGuideBox */
.productGuideBox {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #7f7f7f;
}
.productGuideBox .ttl {
	font-size: 2rem;
	font-weight: 400;
	margin-bottom: 0.5em;
}
.productGuideBox .linkAr2 + .linkAr2 {
	margin-top: 0.5em;
}
/* itemLinkList */
.itemLinkList {
	margin: 20px 0;
}
.itemLinkList ul .linkAr2 {
	margin-right: 1.5em;
}
.itemLinkList .itemLinkBtn {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.itemLinkList .itemLinkBtn button {
	min-width: 190px;
	position: relative;
	padding: 0.5em 2em 0.5em 1em;
	border: 1px solid #7f7f7f;
	border-radius: 0.5rem;
	background: #fff;
	color: #000;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.itemLinkList .itemLinkBtn button::after {
	position: absolute;
	top: 50%;
    right: 1em;
    display: block;
    content: "\f107";
    transition: transform .5s;
	color: #b01681;
    font-family: "Font Awesome 5 Free";
    font-size: 1em;
    font-weight: 900;
    line-height: 1;
	transform: translateY(-50%);
}
.itemLinkList .itemLinkBtn button:hover {
	opacity: 0.8;
}
@media print, screen and (min-width: 768px) {
	.itemLinkList ul {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}
}
@media only screen and (max-width: 767.98px) {
	.itemLinkList ul li + li {
		margin-top: 10px;
	}
}
/* searchBox.ver02 */
#typeSearch.searchBox.ver02 {
	margin-top: 20px;
}#typeSearch.searchBox.ver02 label {
	margin-bottom: 0;
}
#typeSearch.searchBox.ver02 .form-hint-text {
	display: block;
	margin-bottom: 5px;
	font-weight: 400;
}
#typeSearch.searchBox.ver02 .formArea {
	background: none;
	padding-left: 0;
	margin-top: 0;
}
#typeSearch.searchBox.ver02 .formArea .fieldBlock {
	display: flex;
	width: 100%;
	max-width: 870px;
}
#typeSearch.searchBox.ver02 .formArea .fieldBlock input[type=text] {
    flex: 1 1 100px;
    box-sizing: border-box;
    padding: 5px;
    border: #000 1px solid;
    border-right: none;
    border-radius: 0;
    box-shadow: none;
    min-width: 0;
}
#typeSearch.searchBox.ver02 .formArea .fieldBlock .btnSearch {
    position: relative;
    float: none;
    flex: 0 0 80px;
    box-sizing: border-box;
    margin-top: 0;
    padding: 0.5rem 0 0.5rem 2rem;
    color: #ffffff;
    border: #444 1px solid;
    border-radius: 0;
    background: #444;
    font-size: 1.3rem;
    min-width: 0;
}
#typeSearch.searchBox.ver02 .formArea .fieldBlock .btnSearch::after {
	position: absolute;
    top: calc(50% - 0.5em);
    left: 0.5em;
    display: block;
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-size: 1em;
    font-weight: 900;
    line-height: 1;
}
#typeSearch.searchBox.ver02 #errorText {
	color: #c00000;
	font-size: 0.8em;
}
#typeSearch.searchBox.ver02 a.btn-show-list {
	position: relative;
	display: inline-block;
    width: 200px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding: 1rem 2em 1rem 1em;
    text-decoration: none;
    color: #000;
    border: solid 1px #000;
    border-radius: 999px;
    background: #fff;
    font-size: 1.4rem;
    font-weight: bold;
}
#typeSearch.searchBox.ver02 a.btn-show-list:hover {
	color: #fff;
    background: #535353;
}
#typeSearch.searchBox.ver02 a.btn-show-list::before {
	display: none;
}
#typeSearch.searchBox.ver02 a.btn-show-list::after {
    content: "\f105";
	position: absolute;
    top: 50%;
    right: 10px;
    display: inline-block;
    color: #b01681;
    font-family: "Font Awesome 5 Free";
    font-size: 1.2em;
    font-weight: 900;
    line-height: 1;
    transform: translateY(-46%);
}
@media print, screen and (min-width: 768px) {
	#typeSearch.searchBox.ver02 .formArea .fieldBlock {
		width: 80%;
	}
	#typeSearch.searchBox.ver02 .formArea .fieldBlock input[type=text] {
		padding: 12px 8px;
	}
	#typeSearch.searchBox.ver02 .formArea .fieldBlock .btnSearch {
		width: auto;
		padding: 12px 15px 12px 30px;
		font-size: 1.6rem;
	}
}
/* product-accordion */
.product-accordion_areaWrap{
	display: grid;
}
.product-accordion_area {
	display: none;
}
.product-accordion_area.animating {
  animation: expandY .5s ease-out forwards;
}
.product-accordion_area[aria-hidden="true"] {
	/* close NVDA不可 */
	display: none;
}
.product-accordion_area[aria-hidden="false"] {
	/* open NVDA可能 */
	display: flex;
}
@keyframes expandY {
	0% {
		max-height: 0;
		overflow-y: hidden;
	}
	99% {
		overflow-y: hidden;
	}
	100% {
		max-height: 100%;
		overflow-y: visible;
	}
}
@media only screen and (max-width: 767.98px) {
	.product-accordion_area[aria-hidden="false"] {
		flex-direction: column;
	}
}

/* product-tabList */
:root {
	--grid-col-gap: 1.25em;
	--grid-row-gap: 1em;
}

.product-tabList {
	display: grid;
	max-width: 100%;
	margin: 20px 0;
	padding: 0;
	list-style: none;
	grid-template-columns: repeat(1, 1fr);
	gap: var(--grid-row-gap) var(--grid-col-gap);
}

@media screen and (min-width: 768px) {
	.product-tabList {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media screen and (min-width: 1080px) {
	.product-tabList {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

.product-tabList-item--opened {
	z-index: 2;
}

.product-tabList-button {
	width: 100%;
	position: relative;
	padding: 0.25em 2em 0.25em 1em;
	cursor: pointer;
	text-align: left;
	/* color: #000; */
	color: #000099;
	border: none;
	border-bottom: 1px solid #ddd;
	background: none;
	font-size: 1.6rem;
}

.product-tabList-button::after {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	display: block;
	content: "\f078";
	transition: transform .5s;
	font-family: "Font Awesome 5 Free";
	font-size: 1em;
	font-weight: 900;
	line-height: 1;
	color: #E6000D;
}

.product-tabList-button:hover {
	/* color: #b01681; */
	color: #FF6633;
}

.product-tabList-button[aria-expanded="true"] {
	/* color: #b01681; */
	color: #000099;
	border: none;
	font-weight: 700;
	background-color: #eee;
}

.product-tabList-button[aria-expanded="true"]::after {
	transform: rotate(-180deg);
}

.product-tabList-area {
	overflow-y: hidden;
	transform-origin: top center;
	animation: expandY .5s ease-out;
	border-bottom: 1px solid #ddd;
}

.product-tabList-area[aria-hidden="true"] {
	display: none;
}

@media screen and (min-width: 768px) {
	.product-tabList-area {
		width: calc(300% + var(--grid-col-gap) * 2);
	}

	.product-tabList-item:nth-child(3n + 1)>.product-tabList-area {
		margin-left: 0;
	}

	.product-tabList-item:nth-child(3n + 2)>.product-tabList-area {
		margin-left: calc(-1 * (100% + var(--grid-col-gap)));
	}

	.product-tabList-item:nth-child(3n)>.product-tabList-area {
		margin-left: calc(-2 * (100% + var(--grid-col-gap)));
	}
}

@media screen and (min-width: 1080px) {
	.product-tabList-area {
		width: calc(500% + var(--grid-col-gap) * 4);
	}

	.product-tabList-item:nth-child(5n + 1)>.product-tabList-area {
		margin-left: 0;
	}

	.product-tabList-item:nth-child(5n + 2)>.product-tabList-area {
		margin-left: calc(-1 * (100% + var(--grid-col-gap)));
	}

	.product-tabList-item:nth-child(5n + 3)>.product-tabList-area {
		margin-left: calc(-2 * (100% + var(--grid-col-gap)));
	}

	.product-tabList-item:nth-child(5n + 4)>.product-tabList-area {
		margin-left: calc(-3 * (100% + var(--grid-col-gap)));
	}

	.product-tabList-item:nth-child(5n)>.product-tabList-area {
		margin-left: calc(-4 * (100% + var(--grid-col-gap)));
	}
}

.product-tabList-area__inner {
	padding: 15px 15px 20px 15px;
	background-color: #eee;
}

@media screen and (min-width: 768px) {
	.product-tabList-area__inner {
		padding: 30px 30px 20px 30px;
	}
}

.product-tabList-childlist {
	display: grid;
	flex-wrap: wrap;
	margin: 15px 0;
	padding: 0 10px;
	list-style: none;
	gap: var(--grid-row-gap) var(--grid-col-gap);
	grid-template-columns: 1fr;
}

@media screen and (min-width: 768px) {
	.product-tabList-childlist {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.product-tabList-childlist-item {
	position: relative;
	font-size: 1.6rem;
	border-bottom: 1px solid #ddd;
}

.product-tabList-item__link {
	display: block;
}

.product-tabList-item__link:hover,
.product-tabList-item__link:hover .product-tabList-item__label {
	color: #FF6633;
}

.product-tabList-item__label {
	position: relative;
	display: block;
	padding: 0.25em 0.5em 0.25em 1.5em;
	font-weight: 400;
	color: #000099;
}

.product-tabList-item__label::after {
	position: absolute;
	top: 0.25em;
	left: 0.5em;
	display: block;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-size: 1em;
	font-weight: 900;
	color: #E6000D;
}