@charset 'utf-8';


#document {
	padding: 30px;
	padding-top: 0;
}

.articleblock {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	padding-top: 30px;
	padding-left: constant(safe-area-inset-left);
	padding-left: env(safe-area-inset-left);
	padding-right: constant(safe-area-inset-right);
	padding-right: env(safe-area-inset-right);
	font-size: 1.6em;
	line-height: 1.8;
}

.blockheader {
	padding: 0 30px;
}

.articlelistbody {
	width: 100%;
	padding-bottom: 30px;
	font-size: 1em;
}

.sectheader {
	margin-bottom: 1em;
	padding: 10px 30px;
	text-align: center;
	color: #2d2830;
	font-size: 1.2em;
	font-feature-settings: 'palt';
	line-height: 1.4;
}

.sectheader > span {
	display: inline-block;
	padding: .5em 1.5em;
	border-radius: 99px;
	border: 2px solid #2d2830;
}

#document .shoulder {
	margin-bottom: .8em;
	font-size: .8em;
	font-feature-settings: 'palt';
	line-height: 1;
}

#document .shoulder > span {
	display: inline-block;
	padding: .5em 1.5em;
	border-radius: 99px;
	background: #bca8c9;
	color: #fff;
}

.articletitle {
	margin-bottom: .5em;
}

.articlebody {
	margin: 0;
	margin-bottom: 20px !important;
	padding-bottom: 10px !important;
	border-bottom: 1px solid #2d2830;
}

.articletitle h1 {
	min-height: 30px;
	padding: 1em 0;
	padding-left: 40px;
	font-size: 1.2em;
	font-feature-settings: 'palt';
	line-height: 1.4;
	position: relative;
}

.articletitle h1:before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #2d2830;
	text-align: center;
	position: absolute;
	top: 1em;
	left: 0;
}

.articletitle h1:after {
	content: 'Q';
	display: inline-block;
	width: 30px;
	color: #fff;
	font-weight: 700 !important;
	text-align: center;
	text-indent: 0;
	line-height: 30px;
	position: absolute;
	top: 1em;
	left: 0;
}

.answer {
	min-height: 30px;
	margin-bottom: 2em;
	padding: .5em 0;
	padding-left: 40px;
	color: #705b7d;
	font-size: 1em;
	line-height: 1.4;
	position: relative;
}

.answer:before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #705b7d;
	text-align: center;
	position: absolute;
	top: .5em;
	left: 0;
}

.answer:after {
	content: 'A';
	display: inline-block;
	width: 30px;
	color: #fff;
	font-weight: 700 !important;
	text-align: center;
	text-indent: 0;
	line-height: 30px;
	position: absolute;
	top: .5em;
	left: 0;
}

.answer p {
	min-height: 30px;
}

.articlecategory {
	font-size: .8em;
	line-height: 1.4;
}

.articlelistitem span,
.articlecategory span {
	display: inline-block;
	padding: 0 2em 0 0;
	line-height: 1;
	white-space: nowrap;
	position: relative;
}

.articlelistitem span a:before,
.articlecategory span a:before {
	content: '\f119';
	display: inline-block;
	width: 1em;
	padding-right: .3em;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
	text-indent: 0;
	position: relative;
}

.articlelistitem .category a,
.articlecategory .category a {
	display: inline-block;
	padding: .5em 1em;
	border-radius: 99px;
	background: #705b7d;
	color: #fff;
	font-feature-settings: 'palt';
	text-decoration: none;
}

.articlelistitem .category a:hover,
.articlelistitem .category a.hover,
.articlecategory .category a:hover,
.articlecategory .category a.hover {
	background: #bca8c9;
}

.articlelistitem {
	width: 100%;
	margin: 0;
	border-bottom:  1px solid #2d2830;
	vertical-align: top;
	transition: .2s;
	position: relative;
	cursor: pointer;
}

.articlelistitem:first-child {
	border-top:  1px solid #2d2830;
}

.articlelistitem.hover {
	background: #f4f4f4;
	color: #fff;
}

.articlelistitem header > div {
	margin-bottom: 1.5em;
	font-size: .8em;
	line-height: 1.4;
}

.articlelistitem .sentence {
	display: block;
	width: 100%;
	padding: 20px;
	padding-right: 40px;
	vertical-align: top;
	overflow: hidden;
}

.articlelistitem footer {
	height: 100%;
	vertical-align: middle;
	position: absolute;
	top: 0;
	right: 0;
}

.articlelistitem footer:before {
	display: inline-block;
	content: '';
	height: 100%;
	vertical-align: middle;
	overflow: hidden;
}

.articlelistitem h1 {
	min-height: 26px;
	margin-bottom: .8em;
	padding-left: 34px;
	font-size: 1.1em;
	font-feature-settings: 'palt';
	line-height: 1.3;
	position: relative;
}

.articlelistitem h1:before {
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #2d2830;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

.articlelistitem h1:after {
	content: 'Q';
	display: inline-block;
	width: 26px;
	color: #fff;
	font-weight: 700 !important;
	text-align: center;
	text-indent: 0;
	line-height: 26px;
	position: absolute;
	top: 0;
	left: 0;
}

.articlelistitem h1 a {
	color: #2d2830;
}

.articlelistitem .desc {
	min-height: 26px;
	padding-left: 34px;
	color: #705b7d;
	font-size: .9em;
	line-height: 1.4;
	position: relative;
}

.articlelistitem .desc:before {
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #705b7d;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

.articlelistitem .desc:after {
	content: 'A';
	display: inline-block;
	width: 26px;
	color: #fff;
	font-weight: 700 !important;
	text-align: center;
	text-indent: 0;
	line-height: 26px;
	position: absolute;
	top: 0;
	left: 0;
}

.articlelistitem .desc p {
	min-height: 26px;
	color: #705b7d;
	line-height: 1.6;
}

.articlelistitem .more {
	display: inline-block;
	text-align: center;
	line-height: 1;
	vertical-align: middle;
}

.articlelistitem .more a {
	display: inline-block;
	color: #2d2830;
	vertical-align: middle;
	opacity: 0;
	position: relative;
	transition: 0.2s;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.articlelistitem .more i {
	display: inline-block;
	font-style: normal;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
}

.articlelistitem .more i:before {
	content: '\f104';
	display: inline-block;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
	text-indent: 0;
	position: relative;
}

.articlelistitem .more span {
	display: none;
}

.articlelistitem h1 a,
.articlelistitem .more a {
	text-decoration: none;
}

.articlelistitem footer {
	width: 20px;
}

.articlelistitem .more a,
.articlelistitem .more i,
.articlelistitem .more i:before {
	width: 20px;
	height: 20px;
}

.articlelistitem.hover .more a {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.articlelistitem .more i:before {
	font-size: 20px;
	line-height: 20px;
}

.movearticle li a {
	width: auto;
	height: auto;
}

@media only screen and (min-width: 769px) {

	.articleblock {
		padding: 40px;
		padding-left: calc(constant(safe-area-inset-left) + 40px);
		padding-left: calc(env(safe-area-inset-left) + 40px);
		padding-right: calc(constant(safe-area-inset-right) + 40px);
		padding-right: calc(env(safe-area-inset-right) + 40px);
		font-size: 1.8em;
	}

	.sectheader {
		padding: 20px 30px;
		font-size: 1.4em;
	}

	.articletitle h1 {
		min-height: 46px;
		padding-left: 58px;
		font-size: 1.6em;
	}

	.articletitle h1:before {
		width: 46px;
		height: 46px;
	}

	.articletitle h1:after {
		width: 46px;
		line-height: 46px;
	}

	.answer {
		padding-left: 58px;
		font-size: 1.2em;
	}

	.answer:before {
		width: 46px;
		height: 46px;
	}

	.answer:after {
		width: 46px;
		line-height: 46px;
	}

	.answer p {
		min-height: 46px;
	}

	.articlelistitem {
		padding: 30px;
	}

	.articlelistitem .sentence {
		padding-right: 20px;
	}

	.articlelistitem h1 {
		min-height: 30px;
		padding-left: 40px;
		font-size: 1.4em;
	}

	.articlelistitem h1:before {
		width: 30px;
		height: 30px;
	}

	.articlelistitem h1:after {
		width: 30px;
		line-height: 30px;
	}

	.articlelistitem .desc {
		min-height: 30px;
		padding-left: 40px;
		font-size: 1em;
	}

	.articlelistitem .desc:before {
		width: 30px;
		height: 30px;
	}

	.articlelistitem .desc:after {
		width: 30px;
		line-height: 30px;
	}

	.articlelistitem footer {
		width: 30px;
	}

	.articlelistitem .more a,
	.articlelistitem .more i,
	.articlelistitem .more i:before {
		width: 30px;
		height: 30px;
	}

	.articlelistitem .more i:before {
		font-size: 30px;
		line-height: 30px;
	}
}



#faq_categories ul,
#faq_categories li {
	list-style: none;
}

#faq_categories a {
	display: block;
	padding: 1em;
	padding-right: 2em;
	color: #2d2830;
	font-feature-settings: 'palt';
	text-decoration: none;
	position: relative;
}

#faq_categories a:after {
	content: '\f104';
	display: inline-block;
	margin-top: -10px;
	opacity: 0;
	font-size: 20px;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
	text-indent: 0;
	line-height: 20px;
	transition: 0.2s;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	position: absolute;
	top: 50%;
	right: 0;
}

#faq_categories a:hover,
#faq_categories a.hover {
	background: #f4f4f4;
}

#faq_categories a:hover:after,
#faq_categories a.hover:after {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

#faq_categories > ul > li > a {
	display: none;
}

#faq_categories > ul > li li {
	border-bottom: 1px solid #2d2830;
}

#faq_categories > ul > li li:first-child {
	border-top: 1px solid #2d2830;
}

#faq_categories li i {
	display: inline-block;
	font-style: normal;
	vertical-align: top;
	position: relative;
}

#faq_categories li i:before {
	display: inline-block;
	margin-right: .5em;
	content: '\f119';
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
	vertical-align: top;
}

#faq_categories li a span {
	display: inline-block;
	font-weight: 700;
	text-align: left;
	vertical-align: top;
	position: relative;
}
