@charset "UTF-8";

/* 見出し */
.products-sub-title {
	font-weight: 300;
}
.sub-section .sub-title {
	padding: 0.5em;/* 大 */
	background: #f8f8f8;
	margin-bottom: 20px;
	font-weight: 300;
}
@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.2rem; /* 小 */
	}
}
@media only screen and (max-width: 767px) {
	.sub-title-container {
		margin-bottom: 2rem;
	}
	.products-sub-title {
		flex-shrink: 0;
		font-size: 2.2rem;
	}
}

/* linkAr */
.linkAr {
	background: none;
	padding: 0;
	position: relative;
	padding-left: 1em;
}
.linkAr::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;
}

/* textLink */
.textLink a {
	color: #000099 !important;
}
.textLink a:hover {
	color: #FF6633 !important;
	text-decoration: none !important;
}

/* general */
.maxImg img {
	max-width: 100%;
	width: auto;
}
.txtIndent {
	padding-left: 1em;
	text-indent: -1em;
}
.txtIndent13 {
	padding-left: 1.3em;
	text-indent: -1.3em;
}
.txtIndent18 {
	padding-left: 1.8em;
	text-indent: -1.8em;
}
.txtIndent22 {
	padding-left: 2.2em;
	text-indent: -2.2em;
}
.txtIndent25 {
	padding-left: 2.5em;
	text-indent: -2.5em;
}
.txtIndent32 {
	padding-left: 3.2em;
	text-indent: -3.2em;
}
.txtIndent35 {
	padding-left: 3.5em;
	text-indent: -3.5em;
}
.txtIndent42 {
	padding-left: 4.2em;
	text-indent: -4.2em;
}
.hv:hover{
	opacity: 0.6;
}
.wbBa{
	word-break: break-all;
}
@media only screen and (max-width: 767px) {
	.maxImg img {
		width: 100%;
		height: auto;
	}
	.autoImg img {
		width: auto;
	}
}


/* modal */
.modalMovie {
	display: inline-block;
	color: #000099;
	padding-left: 2em;
	background: url(/support/images/ico_vg_play_out.gif) no-repeat left top;
}
.modalMovie:hover {
	color: #FF6633;
	background: url(/support/images/ico_vg_play_over.gif) no-repeat left top;
	text-decoration: none;
}
#modal #mMovie {
	width: 100%;
	height: auto;
}
#mMovie .mMovieBox {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
#mMovie iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
@media only screen and (max-width: 767px) {
#modal #mMovie {
	width: 95%;
	margin: auto;
}
}


/*  */
.prdHeading{
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.prdTtl{
	font-size: 2.2rem;
	font-weight: bold;
	border-top: #000 1px solid;
	border-bottom: #000 1px solid;
	padding: 10px 0.5em;
	margin-bottom: 20px;
}
.prdTxtArea{
	margin-bottom: 20px;
}
.prdArwBtnArea{
	width: 80%;
	display: flex;
	justify-content: space-between;
}
.prdArwBtnArea .prdArwBtnBlock{
	width: 47%;
	display: flex;
	border: #000 2px solid;
	border-radius: 8px;
	justify-content: center;
	background: url(/support/bd/antnavi/images/ico_arw.gif) no-repeat right 10px center;
	background-size: 26px;
}
.prdArwBtnArea.col3 .prdArwBtnBlock{
	width: 31%;
}
.prdArwBtnArea.col3{
	width: 90%;
}
.prdArwBtnArea._s{
	width: 60%;
}
.prdArwBtnArea .prdArwBtnBlock .link{
	display: flex;
	flex-direction: column;
	padding: 20px 45px 20px 30px;
	text-decoration: none;
}
.prdArwBtnArea .prdArwBtnBlock .imgBox{
	margin-top: auto;
}
.prdArwBtnArea .prdArwBtnBlock .ttl{
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.prdArwBtnArea .prdArwBtnBlock .img{
	margin: auto;
}
.prdArwBtnArea .prdArwBtnBlock .start_img{
	width: 90%;
}
.prdBdBox{
	border: #000 1px solid;
	padding: 20px;
	margin-bottom: 30px;
}
.prdBdBox li:not(:last-child){
	margin-bottom: 5px;
}
.prdBdImgBox{
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	border-top: #000 1px solid;
	border-left: #000 1px solid;
}
.prdBdImgBox li{
	width: 50%;
	padding: 10px;
	border-bottom: #000 1px solid;
	border-right: #000 1px solid;
}
.prdBdImgBox li .ttl{
	margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
	.prdTtl{
		font-size: 1.8rem;
	}
	.prdArwBtnArea,
	.prdArwBtnArea.col3,
	.prdArwBtnArea._s{
		width: 100%;
		flex-direction: column;
	}
	.prdArwBtnArea .prdArwBtnBlock,
	.prdArwBtnArea.col3 .prdArwBtnBlock{
		width: 100%;
	}
	.prdArwBtnArea .prdArwBtnBlock:not(:last-child){
		margin-bottom: 20px;
	}
	.prdBdImgBox{
		width: 100%;
		flex-direction: column;
	}
	.prdBdImgBox li{
		width: 100%;
	}
}