@charset "utf-8";

*{
	box-sizing: border-box;
}

.detail {
	max-width: 1200px;
	padding: 0 10px;
	width: 100%;
	margin: 0 auto;
}
.clear {
	display: none;
	clear: both;
}
body {
	background: url("../images/faq/bg-main.jpg") no-repeat center top #fff;
	background-size: 100% auto;
	background-position-y: 70px;
}
nav {
	background-color: #fff;
}
.Anti-language-toggle span {
	color: #333333;
}
.Anti-language-toggle>svg path {
	fill: #333333;
}
.Anti-language-icon svg path {
	stroke: #333333;
}


/* `````````````````````````````````````````````````````````````````````````` */
.main01 {
	padding: 20px 0;
	text-align: center;
}
.main01 .crumb {
	font-size: 17px;
	line-height: 1.4;
	font-weight: 400;
	margin-bottom: 30px;
	color: #000;
	text-align: left;
}
.main01 .crumb a {
	color: #0b89ff;
}
.main01 h1 {
	font-size: 47px;
	line-height: 1.4;
	font-weight: 400;
	margin-bottom: 15px;
	color: #000;
}
.main01 p {
	font-size: 17px;
	line-height: 1.4;
	font-weight: 400;
	margin-bottom: 10px;
	color: #666666;
}
.main01 p a {
	color: #1e63ff;
}


/* `````````````````````````````````````````````````````````````````````````` */
.main02 {
	padding-bottom: 30px;
}
.main02 .icon {
	margin: 0 80px;
	display: flex;
	justify-content: center;
	align-items: stretch;
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 0;
	position: relative;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.main02 .icon_one {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	border-left: 1px solid #ebf1f5;
}
.main02 .icon_one:first-of-type {
	border-left: none;
}
.main02 .icon::after {
	content: '';
	display: block;
	border: 18px solid transparent;
	border-top-color: #e1ebf2;
	border-top-width: 14px;
	border-bottom-width: 0;
	position: absolute;
	left: 13%;
	bottom: -14px;
	transform: translateX(-50%);
}
.main02 .icon::before {
	content: '';
	display: block;
	border: 30px solid transparent;
	border-top-color: #ffffff;
	border-top-width: 26px;
	border-bottom-width: 0;
	position: absolute;
	left: 13%;
	bottom: -26px;
	transform: translateX(-50%);
}
.main02 .icon_one a {
	font-size: 17px;
	line-height: 1.4;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
}
.main02 .icon_one a img {
	margin-bottom: 10px;
}
.main02 .icon_one a:hover {
	color: #1e63ff;
}
/* `````````````````````````````````````````````````````````````````````````` */
.main03 {
	padding-bottom: 30px;
}
.main03 .title {
	font-size: 25px;
	line-height: 1.4;
	font-weight: 700;
	color: #000000;
	padding-top: 50px;
	margin-bottom: 10px;
}
.main03 .title img {
	vertical-align: text-bottom;
}
.main03 .main03_one {
	padding: 25px 0 15px;
}
.main03 .main03_one .t {
	font-size: 17px;
	line-height: 1.4;
	font-weight: 700;
	color: #000000;
	margin-bottom: 15px;
}
.main03 .main03_one p {
	font-size: 17px;
	line-height: 1.4;
	font-weight: 400;
	color: #4e4e4e;
	margin-bottom: 10px;
}
.main03 .main03_one p a {
	color: #1e63ff;
}

/* `````````````````````````````````````````````````````````````````````````` */


/* `````````````````````````````````````````````````````````````````````````` */
@media (max-width: 1200px) {
	.main02 .icon {
		margin: 0 auto;
		flex-wrap: wrap;
	}
}
@media (max-width: 992px) {
	.main02 .icon_one {
		flex: none;
		width: 100%;
		border-top: 1px solid #ebf1f5;
		border-left: none;
		padding: 15px 0;
	}
	.main02 .icon_one:first-of-type {
		border-top: none;
	}
	.main02 .icon::after {
		left: 50%;
	}
	.main02 .icon::before {
		left: 50%;
	}
	.main01 h1 {
		font-size: 31px;
	}
}
@media (max-width: 768px) {
    .main01 h1 {
		font-size: 27px;
	}
}
@media (max-width: 576px) {
   
}