@charset "UTF-8";
#main {
	margin-top: 20px;
}
/* 見出し */
.products-sub-title {
	font-weight: 300;
}
.sub-section .sub-title {
	padding: 0.2em 0.5em;
	background: #f8f8f8;
	margin-bottom: 20px;
	font-weight: 300;
}
.sub-section .sub-title2 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
.sub-section .sub-heading {
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #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: 767px) {
.sub-title-container {
	margin-bottom: 2rem;
}
.products-sub-title {
	flex-shrink: 0;
	font-size: 2.2rem;
}
}
/* general */
.maxImg img {
	max-width: 100%;
	width: auto;
}
.txtIndent {
	text-indent: -1em;
	padding-left: 1em;
}
.linkTxt {
	text-align: right;
}
.listDot {
	padding-left: 20px;
	background:url("/support/images/ico_circle_gray_s.gif") no-repeat 3px 8px;
}
.listDot_b {
	padding-left: 20px;
	background:url("/support/images/circle_black.gif") no-repeat 3px 8px;
}
.arrow_s {
	padding-left: 20px;
	background:url("/support/images/arrow-s.gif") no-repeat 3px 8px;
}
.linkAr {
	display: inline-block;
	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;
}
 @media only screen and (max-width: 767px) {
.maxImg img {
	width: 100%;
	height: auto;
}
.autoImg img {
	width: auto;
}
.linkTxt {
	text-align: left;
}
}
/*  */
.boxBtn {
	width: 230px;
}
.boxBtn .link {
	display: block;
	padding: 20px;
	padding-left: 80px;
	border: #D9D9D9 1px solid;
}
.boxBtn .link:hover {
	background: #e5e5e5;
	text-decoration: none;
}
 @media only screen and (max-width: 767px) {
.boxBtn {
	width: 100%;
}
}
/* msgList */
#msgList .boxBtn .link {
	background: url(/support/bd/msg/images/img_navi.png) no-repeat 30px center;
	background-size: 55px;
	text-align: center;
}
#msgList .boxBtn .link:hover {
	background-color: #e5e5e5;
}
#msgList .searchArea {
	margin-top: 50px;
}
#msgList .searchBtn {
	border: #036eb7 1px solid;
	border-radius: 8px;
	text-align: center;
	padding: 10px;
	cursor: pointer;
}
#msgList .searchBtn._all {
	width: 32%;
	margin-bottom: 20px;
}
#msgList .searchBtn._disable {
	border: #e5e5e5 1px solid;
	cursor: auto;
}
#msgList .searchBtn:not(._disable):hover {
	background: #036eb7;
	color: #fff;
}
#msgList .searchBtnList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px 0;
}
#msgList .searchBtnList .searchBtn {
	width: 15%;
}
#msgList .errMsgArea {
	margin-top: 50px;
}
#msgList .errMsgCont {
	display: none;
}
#msgList .errMsgCont.show {
	display: block;
}
#msgList .errMsgCont:not(:last-child) {
	margin-bottom: 60px;
}
#msgList .errMsgBlock {
	border-top: #e6e6e6 2px solid;
	border-bottom: #e6e6e6 2px solid;
	margin-bottom: 30px;
}
#msgList .errMsgBlock .errTxtCont:not(:last-child) {
	margin-bottom: 20px;
}
#msgList .errMsgBlock .ttl {
	padding: 20px;
	padding-right: 100px;
	cursor: pointer;
	font-size: 1.8rem;
	position: relative;
}
#msgList .errMsgBlock .ttl img {
	vertical-align: bottom;
}
#msgList .errMsgBlock .ttl .mark {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 10px;
}
/* #msgList .errMsgBlock .ttl .code{
	margin-bottom: 10px;
} */
#msgList .errMsgBlock .msg {
	display: none;
	padding: 10px 20px 20px;
}
#msgList .errMsgBlock .msg .heading {
	font-weight: bold;
	margin-bottom: 10px;
}
#msgList .errMsgBlock .msgCont {
	margin-left: 20px;
}
#msgList .errMsgBlock .ttl a, #msgList .errMsgBlock .msgCont .txt a {
	color: #000099;
}
#msgList .errMsgBlock .ttl a:hover, #msgList .errMsgBlock .msgCont .txt a:hover {
	color: #FF6633;
	text-decoration: none;
}
#msgList .errMsgBlock .ttl:after {
	content:"";
	display:block;
	width: 20px;
	height: 20px;
	border-top: #000 2px solid;
	border-right: #000 2px solid;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	position:absolute;
	right: 3%;
	top: 0;
	bottom: 15%;
	margin: auto;
}
#msgList .errMsgBlock.act .ttl:after {
	content:"";
	display:block;
	width: 20px;
	height: 20px;
	border-top: #000 2px solid;
	border-right: #000 2px solid;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position:absolute;
	right: 3%;
	top: 7%;
	bottom: 0;
	margin: auto;
}
#msgList .errMsgBlock .msgCont .txt:not(:last-child) {
	margin-bottom: 5px;
}
 @media only screen and (max-width: 767px) {
#msgList .searchList {
	padding: 0 5%;
}
#msgList .searchBtn._all {
	width: 100%;
}
#msgList .searchBtnList .searchBtn {
	width: 45%;
}
#msgList .errMsgBlock .ttl {
	padding-right: 50px;
}
#msgList .errMsgBlock .ttl:after,  #msgList .errMsgBlock.act .ttl:after {
	width: 15px;
	height: 15px;
	right: 4%;
	top: 0;
	bottom: 0;
}
#msgList .boxBtn .link {
	background-position: 75px center;
}
}
