@charset 'utf-8';


.articleblock {
	width: 100%;
	max-width: none;
}

.tabcontentframe .brick {
	max-width: 640px;
	margin: 0 auto;
	margin-bottom: 2em;
	font-size: 1.6em;
	line-height: 1.6;
	text-align: center;
}

.tabcontentframe .brick p:not(:last-child) {
	margin-bottom: 1.5em;
}

.faqitemlist {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	font-size: .65rem;
	vertical-align: top;
}

.faqitems {
	width: 100%;
}

.faqitems .cathead {
/* 
	padding: .5em 1em;
	background: #6ccbd9;
	color: #fff;
 */
	margin-bottom: .5em;
	padding-bottom: .5em;
	border-bottom: 1px solid;
	font-size: 2em;
}

.faqitems .item {
	margin: 10px 0;
	padding: 15px;
/* 	box-shadow: 0 1px 2px rgba(0,0,0,.2); */
	background: #f2f2f2;
	transition: .2s;
	position: relative;
}

.faqitems .item:nth-child(even) {
	background: #f8f8f8;
}

.faqitems .item:hover {
/* 	background: #fff; */
}

.faqitems .item.active {
	background: #fff;
}

.faqitems .icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 0;
}

.faqitems .icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.faqitems .question .icon svg {
	fill: #000;
}

.faqitems .answer > .icon svg {
	fill: #808080;
}

.faqitems .question {
	padding-left: 30px;
	color: #000;
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1.4em;
	position: relative;
}

.faqitems .answer {
	margin-top: 15px;
	padding-left: 30px;
	font-size: 1.5em;
	line-height: 1.6em;
	position: relative;
}

.faqitems .answer :last-child {
	margin-bottom: 0 !important;
}

.faqitems .answer ul {
	margin-left: 1.5em;
}

.faqitems .answer > div,
.faqitems .answer > p:not(:last-child),
.faqitems .answer ul:not(:last-child) {
	margin-bottom: 1.5em;
}

.faqitems .answer .btnarea a[target="_blank"]:after {
	content: '\f109';
	margin-left: .5em;
	font-size: .85em;
	font-family: 'uiicon';
	font-weight: normal !important;
	vertical-align: middle;
}

.faqitems .answer .contact {
	text-align: center;
}

.faqitems .answer .contact .brick {
	display: inline-block;
	padding: 1em 2em;
	border-radius: 99px;
	background: #fcd6d6;
}

.faqitems .answer .contact .head {
	font-weight: 700;
}

.faqitems .answer .contact .call {
	font-size: 24px;
	line-height: 1;
}

.faqitems .answer .contact .call i {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: .2em;
	font-style: normal;
	vertical-align: middle;
	position: relative;
}

.faqitems .answer .contact span.icon {
	width: 100%;
	height: 100%;
}

.faqitems .answer .contact span.icon span {
	width: 100%;
	height: 100%;
}

.faqitems .answer .contact span.etext {
	vertical-align: middle;
}

.faqitems .answer .contact .call a {
	color: #000;
	font-weight: 700;
	text-decoration: none;
}

.explanation {
	width: 100%;
	margin: 10px auto;
	color: #808080;
	font-size: 1.2em;
	line-height: 1.4em;
}


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

	.faqitems .item {
		margin: 20px 0;
		padding: 20px;
	}

	.faqitems .question {
		padding-left: 40px;
		font-size: 1.8em;
	}

	.faqitems .question:before {
		font-size: 30px;
	}

	.faqitems .answer {
		margin-top: 20px;
		padding-left: 40px;
		font-size: 1.6em;
	}

	.faqitems .answer:before {
		font-size: 30px;
	}

	.explanation {
		font-size: 1.4em;
		text-align: right;
	}
}




.tabcontentsection {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.tabcontentsection .tabcontentframe {
	width: 100%;
/* 
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
 */
}

.tabcontentsection .tabcontentframe.open {
	opacity: 1;
	position: relative;
	z-index: 10;
}

.contentstab {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
}

.contentstab ul {
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	padding: 0;
}

.contentstab li {
	list-style: none;
	display: inline-block;
	width: 100%;
	height: 50px;
	padding: 0;
	font-size: 16px;
	vertical-align: top;
	transition: .2s;
	position: relative;
	cursor: pointer;
}

.contentstab li:not(:last-child) {
	padding-right: 1px;
}

.contentstab .cover {
	width: 100%;
	height: 100%;
	border: 1px solid #6ccbd9;
	background: #c6f1f8;
	color: #6ccbd9;
	position: relative;
	transition: .2s;
}

.contentstab li.open .cover,
.contentstab li.hover .cover {
	background: #6ccbd9;
	color: #fff;
}

.contentstab li .label {
	display: block;
	margin: 0 auto;
	font-weight: 700;
	line-height: 1;
	font-feature-settings : 'palt';
}

.contentstab li .label > span  {
	display: block;
	font-size: .85em;
}

.contentstab li .label > span span {
	display: inline-block;
}

.contentstab li.open:after {
	content: '';
	width: 0;
	height: 0;
	margin-left: -14px;
	border-style: solid;
	border-width: 14px 14px 0 14px;
	border-color: #6ccbd9 transparent transparent transparent;
	position: absolute;
	bottom: -14px;
	left: 50%;
}

.contentstab li .cover div {
	display: inline-block;
	vertical-align: middle;
}

.contentstab li .cover:before {
	display: inline-block;
	content: '';
	height: 100%;
	vertical-align: middle;
}

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

	.contentstab li {
		font-size: 18px;
	}

	.contentstab li .label span {
		display: inline;
	}
}



.faqitemlist .faqitemlist .contentstab {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
}

.faqitemlist .contentstab ul {
	list-style: none;
	display: block;
	padding: 0;
	text-align: left;
}

.faqitemlist .contentstab li {
	list-style: none;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 2px;
	font-size: 1.3em;
	vertical-align: top;
	transition: .2s;
	position: relative;
	cursor: pointer;
}

.faqitemlist .contentstab li:not(:last-child) {
	padding-right: 0;
}

.faqitemlist .contentstab .cover {
	width: auto;
	height: auto;
	padding: .5em 1em;
	border-radius: 99px;
	border: 1px solid #6ccbd9;
	background: #c6f1f8;
	color: #6ccbd9;
	font-weight: 700;
	position: relative;
	transition: .2s;
}

.faqitemlist .contentstab li.open .cover,
.faqitemlist .contentstab li.hover .cover {
	background: #6ccbd9;
	color: #fff;
}

.faqitemlist .contentstab li .label {
	display: block;
	margin: 0 auto;
	font-weight: 700;
	line-height: 1;
	font-feature-settings : 'palt';
}

.faqitemlist .contentstab li .label span  {
	display: block;
	font-size: .85em;
}

.faqitemlist .contentstab li.open:after {
}



.tabcontentsblock .guide {
	margin-bottom: .5em;
	color: #808080;
	font-size: 1.2em;
	text-align: center;
	line-height: 1.5;
}

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

	.tabcontentsblock .guide {
		font-size: 1.4em;
	}
}


.faqindex {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid;
	font-size: .65rem;
}

.faqindex .indexcat {
	width: 100%;
	padding: 10px;
}

.faqindex .indexhead {
	margin-bottom: .5em;
	padding-bottom: .5em;
	border-bottom: 1px solid #ccc;
	font-size: 1.6em;
}

.faqindex ul {
	list-style: none;
	padding: .5em;
}

.faqindex li {
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.4;
}

.faqindex li:not(:last-child) {
	margin-bottom: .5em;
}

.faqindex li a {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
}

.faqindex li a:before {
	content: '\f104';
	margin-right: .5em;
	font-size: .65em;
	font-family: 'uiicon';
	font-weight: normal !important;
	line-height: 2.4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

	.faqindex .indexcat {
		width: 50%;
	}

	.faqindex .indexcat:nth-child(2) {
		order: 3;
	}

	.faqindex .indexcat:nth-child(3) {
		order: 2;
	}


