* {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
	color: rgb(38, 39, 41);
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-size-adjust: none;
}

html {
	scroll-behavior: smooth;
}

body {
	font-size: 16px;
	background-color: rgb(255, 255, 255);
	color: rgb(38, 39, 41);
	line-height: 150%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

ul {
	list-style: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 1 00%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

input, select {
	appearance: none;
}

#container01 {
	font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN",
		Meiryo, メイリオ, sans-serif;
	flex: 1;
}

/*ヘッダー*/
#header {
	margin: 0;
	padding: 15px 0;
	width: 100%;
	text-align: center;
}

#header img {
	width: 180px;
	height: auto;
}

#container02 {
	display: block;
	margin: 40px auto 0;
	width: 80%;
	max-width: 800px;
}

#serviceHead {
	display: flex;
	justify-content: space-between;
	align-items: top;
}

/*パンくずリスト*/
.pan-flex {
	margin-right: 120px;
	
}

.pan-list {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	flex-wrap: wrap;
	line-height: 1.2;
}

.pan-list li {
	display: flex;
	align-items: center;
	margin-bottom: 2px;
}

.pan-list li:not(:last-child)::after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 14px 0 7px;
	border-top: 1px solid #8d8d8d;
	border-right: 1px solid #8d8d8d;
	transform: rotate(45deg);
	vertical-align: middle;
}

.pan-list-gray, .pan-list-gray a {
	color: #8d8d8d;
}

.pan-link a {
	display: inline-block;
	font-size: 13px;
	color: rgb(38, 39, 41);
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

.pan-link a:hover {
	border-bottom: 1px solid rgb(38, 39, 41);
}

/*製品案内*/
.product-link {
	display: inline-block;
	margin-top: 5px;
	padding-bottom: 2px;
	font-size: 13px;
	color: rgb(38, 39, 41);
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

.product-link:hover {
	border-bottom: 1px solid rgb(38, 39, 41);
}

/*言語選択メニュー*/
#header-search-area {
	position: relative;
}

#header-search-area::before, #header-search-area::after {
	position: absolute;
	content: '';
	pointer-events: none;
}

#header-search-area::before {
	display: inline-block;
	width: 30px;
	height: 30px;
	right: 0;
}

#header-search-area::after {
	position: absolute;
	width: 8px;
	height: 8px;
	top: 18px;
	right: 25px;
	border-bottom: 3px solid #d3dce2;
	border-right: 3px solid #d3dce2;
	transform: translate(50%, -50%) rotate(45deg);
}

#category-select {
	padding: 10px;
	padding-right: 2.2em;
	text-overflow: ellipsis;
}

#selLocale {
	position: absolute;
	padding: 0 10px;
	width: 105px;
	height: 40px;
	right: 10px;
	color: #3B3D40;
	font-size: 12px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

#selLocale:focus {
	outline: none;
}

#selLocale:hover {
	background: #f2f5f8;
}

/*タイトル*/
h2 {
	margin-top: 35px;
	font-size: 40px;
}

.h2-span {
	display: inline-block;
	margin-left: 10px;
	font-size: .4em;
	font-weight: normal;
}

/*検索ボックス*/
.search {
	display: flex;
	position: relative;
	margin-top: 30px;
	width: 100%;
	font-size: 13px;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}

.search::after {
	position: absolute;
	width: 7px;
	height: 7px;
	top: 14px;
	right: 12px;
	border-right: 2px solid rgb(38, 39, 41);
	border-bottom: 2px solid rgb(38, 39, 41);
	transform: rotate(45deg);
	content: "";
}

.search input {
	width: 80%;
	height: 40px;
	padding: 4px 12px;
	border: 1px solid #777777;
	border-radius: 50px;
	box-sizing: border-box;
}

.search input::placeholder {
	color: #8d8d8d;
	letter-spacing: 0.5px;
}

.search input:focus {
	outline: none;
}

.search input:-webkit-autofill {
	box-shadow: 0 0 0px 100px #fff inset;
}

.search select {
	display: block;
	padding-left: 4px;
	width: 18%;
	height: 40px;
	font-size: 12px;
	border: 1px solid;
	border-radius: 0;
	cursor: pointer;
}

.search select:hover {
	background: #f2f5f8;
}

.search select:focus {
	outline: none;
}

.search-btn {
	position: absolute;
	width: 38px;
	height: 38px;
	top: 0;
	right: 21%;
	background: url("../images/search-icon.svg") no-repeat center left 11px/16px
		16px;
	border: none;
	cursor: pointer;
	content: '';
}

.search-btn:hover {
	opacity: .7;
}

/*FAQ*/
.faq-category {
	margin-top: 70px;
}

h3 {
	font-size: 20px;
}

h3 a:hover {
	opacity: .7;
}

#error-container {
	margin-top: 36px;
	position: relative;
	font-size: 13px;
}

.question {
	position: relative;
	margin-top: 18px;
	font-size: 13px;
}

.question li {
	padding-right: 5px;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #8d8d8d;
}

.question a {
	display: flex;
	padding: 18px 0 14px 5px;
	width: 100%;
	height: 100%;
	align-items: center;
}

.question a:hover {
	background: #f2f5f8;
}

.question p {
	width: 90%;
	text-indent: -1.45em;
	padding-left: 1em;
	line-height: 170%;
}

.question-arrow {
	position: absolute;
	width: 15px;
	height: 15px;
	right: 0;
	background: url("../images/right-arrow.svg") no-repeat center left 0/15px
		15px;
	vertical-align: middle;
	border: none;
}

.red {
	padding-right: 5px;
	color: #dc143c;
}

.etc {
	margin: 0 -5px 0 auto;
	width: 66px;
	font-size: 13px;
}

.etc a {
	padding: 18px 0 3px;
	border-bottom: 1px solid #fff;
}

.etc a:hover {
	background: #fff;
	border-bottom: 1px solid #8d8d8d;
}

/*お問い合わせ*/
.contact {
	margin-top: 70px;
}

.contact p {
	margin: 20px 0 5px;
	font-size: 13px;
	line-height: 200%;
}

.contact a {
	padding: 5px 3px 3px;
	border-bottom: 1px solid #8d8d8d;
}

.contact a:hover {
	background: #f2f5f8;
}

.contact img {
	width: 190px;
}

/*フッター*/
#footer {
	position: relative;
	margin: 100px 0 0;
	width: 100%;
	height: 70px;
	background: rgb(38, 39, 41);
	font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN",
		Meiryo, メイリオ, sans-serif;
}

address {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	color: #fff;
	font-size: 13px;
	font-style: normal;
}

/*質問と回答*/
.line {
	margin: 30px 0;
	border-bottom: 1px solid #8d8d8d;
}

.q-a {
	font-size: 13px;
	line-height: 180%;
}

.q-a_question p {
	font-weight: bold;
}

.q-a_answer p {
	margin-top: 25px;
}

.q-a_answer a {
	color: #45abff;
	text-decoration: underline solid #fff;
	word-wrap: break-word;
}

.q-a_answer a:hover {
	text-decoration: underline solid #45abff;
}

.blue {
	padding-right: 5px;
	color: #4169e1;
	font-weight: bold;
}

.q-a_contact a {
	display: inline;
	padding: 5px 3px 3px;
	color: rgb(38, 39, 41);
	border-bottom: 1px solid #8d8d8d;
}

.q-a_contact a:hover {
	background: #f2f5f8;
	text-decoration: none;
}

.q-a form {
	margin-top: 40px;
}

.q-a form p {
	margin-bottom: 15px;
}

.y-n {
	display: block;
	margin-top: 10px;
	padding: 5px 8px;
	border: 1px solid rgb(38, 39, 41);
	font-size: 12px;
	cursor: pointer;
}

.y-n:hover {
	background: #f2f5f8;
}

.hidden {
  display: none;
}

.q-a_answer ol,
.q-a_answer ul {
    margin: 1em 0;
    padding-left: 2.5em;
}

.q-a_answer ol {
    list-style: decimal;
    list-style-position: outside;
}

.q-a_answer ul {
    list-style: disc;
    list-style-position: outside;
}

.q-a_answer ol li,
.q-a_answer ul li {
    margin-bottom: 0.5em;
    padding-left: 0.5em;
}

/*＝＝＝＝＝＝モバイル＝＝＝＝＝＝*/
@media screen and (max-width: 767px) {
	/*ヘッダー*/
	#header img {
		width: 130px;
	}
	#container02 {
		width: 85%;
		margin: 20px auto 0;
	}

	/*パンくずリスト*/
	.pan-flex {
		display: block;
	}
	.pan-list {
		font-size: 10px;
	}
	.pan-list li:not(:last-child)::after {
		width: 4px;
		height: 4px;
		margin: 0 8px 0 4px;
		border-top: 1px solid #8d8d8d;
		border-right: 1px solid #8d8d8d;
		transform: rotate(45deg);
		vertical-align: middle;
	}
	.pan-link a {
		font-size: 10px;
	}

	/*製品案内*/
	.product-link {
		font-size: 10px;
	}

	/*言語選択メニュー*/
	#header-search-area::after {
		width: 7px;
		height: 7px;
		top: 12px;
		right: 22px;
	}
	#selLocale {
		padding: 0 8px;
		width: 75px;
		height: 30px;
		right: 10px;
		font-size: 10px;
	}

	/*タイトル*/
	h2 {
		margin-top: 30px;
		font-size: 30px;
	}

	/*検索ボックス*/
	.search {
		display: block;
	}
	.search::after {
		width: 7px;
		height: 7px;
		top: 68px;
		right: 10px;
	}
	.search input {
		width: 100%;
	}
	.search select {
		margin-top: 15px;
		margin-left: auto;
		width: 40%;
		font-size: 11px;
	}
	.search-btn {
		right: 1.5%;
	}

	/*FAQカテゴリ*/
	.faq-category {
		margin-top: 50px;
	}
	h3 {
		font-size: 17px;
	}
	.question {
		margin-top: 10px;
		font-size: 12px;
	}
	.question p {
		width: 85%;
	}

	.etc {
		margin-left: auto;
		padding-right: 6px;
		font-size: 13px;
		white-space: nowrap;
	}
	
	.etc a {
		display: inline-block;
	}

	/*お問い合わせ*/
	.contact {
		margin-top: 50px;
	}
	.contact p {
		font-size: 12px;
	}

	/*フッター*/
	#footer {
		margin: 80px 0 0;
		height: 50px;
	}
	address {
		font-size: 10px;
		white-space: nowrap;
		text-align: center;
		max-width: 90vw;
	}

	/*質問と回答*/
	.line {
		margin: 20px 0 30px;
	}
	.q-a {
		font-size: 12px;
	}
	.q-a_answer p {
		margin-top: 20px;
	}
	.q-a form {
		margin-top: 30px;
	}
	.y-n {
		font-size: 11px;
	}
}