@charset 'utf-8';


.blockheader p {
	margin-top: 1em;
	font-size: 1.4em;
	line-height: 1.6;
}

.fotoicon {
	width: 140px;
	margin: 0 auto;
	margin-bottom: 20px;
	line-height: 1;
}

.fotoicon span {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.fotoicon .cover {
	padding-top: 100%;
	border-radius: 50%;
	box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.1);
}

.fotoicon .foto {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.fotoicon .foto img {
	width: 100%;
	height: auto;
}

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

	.blockheader p {
		font-size: 1.6em;
	}

	.fotoicon {
		width: 200px;
	}
}



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

.faqitems {
	width: 100%;
}

.faqitems > div {
	margin: 10px 0;
	padding: 15px;
	border: 2px solid rgba(163,169,226,1);
	background: rgba(163,169,226,.2);
	transition: .2s;
	position: relative;
	cursor: pointer;
}

.faqitems > div:nth-child(even) {
	background: rgba(163,169,226,.1);
}

.faqitems > div:hover {
	background: #fff;
}

.faqitems > div.active {
	background: #fff;
}

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

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

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

.faqitems .answer .icon svg {
	fill: #666;
}

.faqitems h2 {
	margin-bottom: 0 !important;
	padding-left: 30px;
	color: #000;
	font-size: 1.6em !important;
	font-weight: 700;
	line-height: 1.4em;
	position: relative;
}

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

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

.faqitems .answer p {
	font-size: 1em;
}

.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;
}

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


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

	.faqitems > div {
		margin: 20px 0;
		padding: 20px;
	}

	.faqitems .icon {
		width: 24px;
		height: 24px;
	}

	.faqitems h2 {
		padding-left: 40px;
		font-size: 1.6em;
	}

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

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

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

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



#tabcontentblock {
	padding: 30px 0;
}


#tabcontentsection {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}

#tabcontentsection .contentframe {
	width: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

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

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

.contenttab ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 !important;
	padding: 0;
}

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

.contenttab .cover {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 5px 10px;
	border: 2px solid #ffbf00;
	border-top: none;
	background: #ffecb2;
	color: #000;
	text-align: left;
	position: relative;
	transition: .2s;
}

.contenttab li:first-child .cover {
	border-top: 2px solid #ffbf00;
/* 
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
 */
}

/* 
.contenttab li:last-child .cover {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
 */

.contenttab li.open .cover {
	background: #ffbf00;
	color: #fff;
}

.contenttab li.hover .cover {
	background: #ffd55a;
	color: #fff;
}

.contenttab li figure {
	width: 32px;
	height: 32px;
	margin: 0 !important;
	margin-right: 15px !important;
}

.contenttab li figure span {
	display: inline-block;
	width: 100%;
	height: 100%;
/* 
	border: 2px solid #ffbf00;
	border-radius: 50%;
 */
	overflow: hidden;
}

/* 
.contenttab li.open figure span {
	border-color: #ffecb2;
}
 */

.contenttab li figure img {
	width: 100%;
	height: auto;
}

.contenttab li figure svg {
	fill: currentColor;
}

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

.contenttab li .label span  {
	display: inline-block;
	font-size: .85em;
}

.contenttab li .cover div {
	width: calc(100% - 55px);
	display: inline-block;
	vertical-align: middle;
}

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

	.contenttab li {
		width: 50%;
		font-size: 18px;
	}

	.contenttab.odd li:last-child {
		width: 100%;
	}

	.contenttab .cover {
		padding: 7px 15px;
	}

	.contenttab li:first-child .cover {
		border-top: 2px solid #ffbf00;
/* 
		border-top-left-radius: 5px;
		border-top-right-radius: 0;
 */
	}

	.contenttab li:nth-child(2) .cover {
		border-top: 2px solid #ffbf00;
/* 		border-top-right-radius: 5px; */
	}

	.contenttab li:nth-child(even) .cover {
		border-left: none;
	}

/* 
	.contenttab:not(.odd) li:nth-last-child(2) .cover {
		border-bottom-left-radius: 5px;
	}

	.contenttab.odd li:nth-last-child(2) .cover {
		border-bottom-right-radius: 5px;
	}

	.contenttab:not(.odd) li:last-child .cover {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 5px;
	}
 */

	.contenttab li figure {
		width: 40px;
		height: 40px;
		margin-right: 20px;
	}

	.contenttab li .label {
		font-size: 1.2em;
	}

	.contenttab li .cover div {
		width: calc(100% - 72px);
	}
}
