@charset "utf-8";
#faq {
	min-width: 1000px;
	background: #fff;
	color: #333;
	font-size: 12px;
	font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	-webkit-text-size-adjust: 100%;
}
#faq img {
	max-width: none;
	border: none;
	vertical-align: top;
}
#faq a {
	color: #000;
	outline: none;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#faq .rollover {
	transition: 0.3s;
}
#faq .rollover:hover, #faq .rollover:active {
	opacity: 0.8;
}
#faq .inner {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 100px;
}
#faq .inner h1 {
	padding: 25px 10px 20px;
	color: #1584dc;
	font-size: 28px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
}
#faq .inner h2 {
	padding: 3px 0 0 10px;
	border-left: solid 10px #1584dc;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
}
#faq .inner .search {
	padding: 30px;
	border-top: solid 3px #1584dc;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #e4eff7;
}
#faq .inner .search form {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
#faq .inner .search form .tb input {
	box-sizing: border-box;
	width: 600px;
	height: 56px;
	padding: 0 10px;
	border: solid 2px #c8deec;
	border-radius: 5px;
	font-size: 20px;
}
#faq .inner .search form .btn {
	width: 115px;
	height: 56px;
	margin-left: 15px;
}
#faq .inner .search form .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: #10406e;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
#faq .inner .main .qa {
	margin-top: 10px;
}
#faq .inner .main .qa li {
	padding: 20px 0;
	border-bottom: solid 1px #c8deec;
}
#faq .inner .main .qa li .type {
	display: flex;
}
#faq .inner .main .qa li .type p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 75px;
	height: 24px;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
}
#faq .inner .main .qa li .type p:nth-child(2) {
	margin-left: 10px;
}
#faq .inner .main .qa li .type .new {
	background-color: #1584dc;
}
#faq .inner .main .qa li .type .used {
	background-color: #639938;
}
#faq .inner .main .qa li dl {
	color: #005eaa;
}
#faq .inner .main .qa li dl dt {
	position: relative;
	min-height: 30px;
	margin-top: 20px;
	padding: 3px 40px 0;
	background: url(../img/icon_faq_q.png) no-repeat;
	background-size: 28px 28px;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#faq .inner .main .qa li dl dt::after {
	content: "＋";
	position: absolute;
	top: 1px;
	right: 5px;
	font-size: 30px;
	font-weight: bold;
}
#faq .inner .main .qa li dl dt.open::after {
	content: "－";
}
#faq .inner .main .qa li dl dd {
	display: none;
	min-height: 30px;
	margin-top: 20px;
	padding: 3px 0 0 40px;
	background: url(../img/icon_faq_a.png) no-repeat;
	background-size: 28px 28px;
	font-size: 14px;
	line-height: 24px;
}
#faq .inner .main .qa li dl dd a {
	color: #005eaa;
	text-decoration: underline;
}
#faq .inner .main .qa li dl dd a:hover, #faq .inner .main .qa li dl dd a:active {
	text-decoration: none;
}
#faq .inner .main .qa li dl dd .tbl {
	overflow-x: auto;
	overflow-y: hidden;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
}
#faq .inner .main .qa li dl dd .tbl table {
	width: 960px;
}
#faq .inner .main .qa li dl dd .tbl table caption {
	padding-bottom: 10px;
	font-size: 14px;
	text-align: left;
}
#faq .inner .main .qa li dl dd .tbl table th, #faq .inner .main .qa li dl dd .tbl table td {
	box-sizing: border-box;
	padding: 10px;
	border-collapse: separate;
	border: solid 1px #d3d3d3;
	color: #333;
	font-size: 14px;
	line-height: 24px;
}
#faq .inner .main .qa li dl dd .tbl table a {
	color: #306fb9;
}
#faq .inner .main .qa li dl dd .tbl table a:hover, #faq .inner .main .qa li dl dd .tbl table a:active {
	text-decoration: underline;
}
#faq .inner .main .qa li dl dd sup {
	position: relative;
	top: -2px;
	font-size: 10px;
	vertical-align: top;
}
#faq .inner .main .qa li dl dd .scroll-hint-icon {
	height: 90px;
	padding: 20px 10px 10px;
}
#faq .inner .main .qa li dl dd .scroll-hint-text {
	margin-top: 5px;
	font-size: 10px;
}
#faq .inner .main .notably, #faq .inner .main .category, #faq .inner .main .often {
	margin-top: 50px;
}
#faq .inner .main .category ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 5px;
}
#faq .inner .main .category ul li {
	width: 49%;
	min-height: 56px;
	margin-top: 20px;
	border-radius: 3px;
	background: #1584dc;
}
#faq .inner .main .category ul li a {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 10px 40px 10px 15px;
	border-radius: 5px;
	background: #1584dc url(../img/btn_category.png) no-repeat right 10px center;
	background-size: 20px 20px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
}
#faq .inner .main .often h3 {
	box-sizing: border-box;
	min-height: 50px;
	margin-top: 30px;
	padding: 15px 20px 10px 55px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #1584dc url(../img/icon_faq_q_w.png) no-repeat 15px 12px;
	background-size: 28px 28px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
}
#faq .inner .main .often .lnk-ct {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
	padding-bottom: 10px;
}
#faq .inner .main .often .lnk-ct a {
	display: flex;
	color: #005eaa
}
#faq .inner .main .often .lnk-ct a::before {
	content: "";
	display: flex;
	align-items: center;
	width: 13px;
	height: 10px;
	margin-right: 8px;
	background: url(../img/icon_arrow_top.png) no-repeat left 1px;
	background-size: 13px 9px;
}
#faq .inner .main .result {
	margin-top: 50px;
}
#faq .inner .main .result > .ttl {
	display: flex;
	align-items: center;
	height: 50px;
	padding: 0 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #1584dc;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
}
#faq .inner .main .result .no-result {
	margin-top: 30px;
	color: #005eaa;
	font-size: 14px;
}
#faq .inner .main .result .lnk-top {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}
#faq .inner .main .result .lnk-top a {
	display: flex;
	color: #005eaa
}
#faq .inner .main .result .lnk-top a::before {
	content: "";
	display: flex;
	align-items: center;
	width: 9px;
	height: 13px;
	margin-right: 8px;
	background: url(../img/icon_arrow_left.png) no-repeat left top;
	background-size: 9px 13px;
}
@media only screen and (max-width: 1020px) {
	#faq {
		min-width: auto;
	}
	#faq .inner {
		width: 100%;
	}
	#faq .inner .search {
		padding-left: 20px;
		padding-right: 20px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	#faq .inner .search form {
		justify-content: flex-start;
	}
	#faq .inner .search form .tb input {
		width: calc(100vw - 170px);
	}
	#faq .inner .main {
		padding: 0 20px;
	}
}
@media only screen and (max-width: 767px) {
	#faq .inner .search form .tb input {
		width: calc(100vw - 150px);
	}
	#faq .inner .search form .btn {
		width: 100px;
		margin-left: 10px;
	}
	#faq .inner .main .category ul li {
		min-height: 86px;
		margin-top: 15px;
	}
}
@media only screen and (max-width: 375px) {
	#faq .inner h1 {
		font-size: 24px;
		line-height: 32px;
	}
	#faq .inner .main .category ul li {
		margin-top: 10px;
	}
	#faq .inner .main .category ul li a {
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 16px;
		line-height: 24px;
	}
}