@charset "UTF-8";

.sub-section .sub-title{
  background: #ecfeff;
}
.sub-section .item-link-area-fix,
.sub-section .item-link-area{
  margin-top: 40px;
}
.sub-section .item-link-block{
  width: 20%;
  text-align: center;
}
.sub-section .item-link{
  display: inline-block;
  padding: 0 1em 0 2em;
}
.sub-section .item-link li{
  line-height: 1.3;
  text-align: left;
}
.sub-section .item-link a{
  font-size: 1.3rem;
  text-indent: -1em;
  position: relative;
  line-height: 1.5;
}
.sub-section .item-link a::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: 10px;
    left: 0;
    margin-top: -0.4em;
}

.acd{display: none;}

/* clearfix */
.clrFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .clrFix {
	height: 1%;
}
.clrFix {
	zoom: 100%;
	min-height: 1%;
}

/* MENU (localmenuAdd) */
.localmenuIn .global-page-title-container{
	align-items: start;
	height: auto;
	margin-top: 15px;
}
.localmenuIn .links-outer-area{
	text-align: right;
}
.localmenuIn .localmenu-box{
	display: inline-block;
	position: relative;
	width: 250px;
	margin-bottom: 10px;
	z-index: 20;
    font-weight: 400;
}
.localmenuIn .localmenu-btn{
	position: relative;
	background: #fff;
	padding: 5px 25px;
	font-size: 1.4rem;
	text-align: center;
	border: 1px solid #000;
	display: block;
	width: 100%;
    color: #000;
}
.localmenuIn .localmenu-btn:hover{
	cursor: pointer;
}
.localmenuIn .localmenu-btn:after{
	content: '';
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: -4px;
	bottom: 0;
	width: 8px;
	height: 8px;
	margin: auto;
}
.localmenuIn .localmenu-btn[aria-expanded="true"]::after{
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    top: 4px;
}
.localmenuIn .localmenu-btn[aria-expanded="true"]{
	background: #000;
	color: #fff;
}
.localmenuIn .localmenu{
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	background: #fff;
}
.localmenuIn .localmenu li a{
	display: block;
	position: relative;
	padding: 10px 25px;
	font-size: 1.4rem;
	text-align: center;
	border: 1px solid #000;
	border-top: 0;
}
.localmenuIn .localmenu li a:after{
	content: '';
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: 0;
	bottom: 0;
	width: 8px;
	height: 8px;
	margin: auto;
}
.localmenuIn .global-page-title-container ul.list-outer-links{
	justify-content: flex-end;
    font-weight: 400;
}

/* 製品の形名からさがす */
h2.support-sub-title{
	font-size: 2.8rem;
	font-weight: 300;
}
#typeSearch{
	margin-top: 4rem;
	padding-bottom: 3rem;
}
#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;
}
#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;
}
#typeSearch .formArea [type=text]{
	width: 263px;
	padding: 8px;
	border: #d9d9d9 1px solid;
	border-right: none;
	box-sizing: border-box;
	float: left;
}
#typeSearch .formArea [type=text]::placeholder {
	font-size: 14px;
	color: #7d7d7d;
}
#typeSearch .formArea ul.list-btn-show-list{
	float: left;
	margin-top: 6px;
	margin-left: 12px;
}
#typeSearch .searchBox #errorText {
	padding:5px;
	color:#ef0000;
	font-size:0.8em;
	font-weight:bold;
}

/* 形名確認のしかた */
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;
}

/* 製品から選ぶ */
#productSelect{
	margin-top: 4rem;
}
#productSelect .page-navi-menu{
	margin-top: 3rem;
}

@media only screen and (max-width: 767px){
  .sub-section .item-link-area-fix,
  .sub-section .item-link-area{
    padding-left: 1em;
  }
  .sub-section .item-link-block{
    width: 100%;
    text-align: left;
  }
  .sub-section .item-link{
    padding: 0;
  }
  .acd{
    background: #e7e7e7;
    text-align: center;
    color: #403d33;
    font-size: 1.3rem;
    padding: 5px;
    margin-top: 20px;
  }
  .acd span{
    position: relative;
    padding-left: 1em;
  }
  .acd._open{display: block;}
  .acd._open .icon::before,
  .acd._open .icon::after,
  .acd._close .icon::before,
  .acd._close .icon::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .acd._open .icon::before{
    top: -1px;
    left: 0;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #403d33;
    border-left: 1px solid #403d33;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .acd._close .icon::before{
    top: 2px;
    left: 0;
    width: 5px;
    height: 5px;
    border-bottom: none;
    border-left: none;
    border-top: 1px solid #403d33;
    border-right: 1px solid #403d33;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
    .acd._close{display: none;}
	
	/* MENU (localmenuAdd) */
	.localmenuIn .global-page-title-container{
		position: relative;
		padding-top: 36px;
		margin-top: 0;
		height: auto;
	}
	.localmenuIn .links-outer-area{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.localmenuIn .localmenu-box{
		width: 100%;
	}
	.localmenuIn .localmenu-btn{
		padding: 10px 25px;
	}
	.localmenuIn .localmenu li a{
		padding: 10px 25px;
	}
	.localmenuIn .global-page-title-container .global-page-title{
		padding: 10px 0;
	}
	
	/* 製品の形名からさがす */
	#typeSearch{
		padding-bottom: 0;
  }
  #typeSearch .formArea [type=text]{
    width: 80%;
    padding: 5px;
  }
  #typeSearch .formArea [type=text]::placeholder {
    font-size: 1.2rem;
  }
  #typeSearch .formArea{
    background-size: 35px auto;
    background-position: left top;
    padding-left: 14.2%;
  }
  #typeSearch .formArea form #btnSch1{
    width: 20%;
    font-size: 1.3rem;
    padding: 0.75rem 0;
  }
  #typeSearch .formArea ul.list-btn-show-list{
    float: right;
    display: block;
    margin: 0;
  }
  #typeSearch ul.list-btn-show-list li{
    display: block;
  }
  #typeSearch a.btn-show-list{
    margin-top: 14px;
  }
	#productSelect .page-navi-menu{
		margin-top: 1rem;
	}
	/* 製品の形名からさがす */
	h2.support-sub-title {
		flex-shrink: 0;
		font-size: 2.2rem;
	}
}

@media print , screen and (min-width: 768px) {
	/* 製品の形名からさがす */
	#productSelect{
		padding-left: 1.5%;
		padding-right: 1.5%;
	}
	#productSelect .outer-base-width{
		padding-left: 0;
		padding-right: 0;
	}
}