@charset 'utf-8';


#tabsection {
	width: 100%;
}

#tabsection > .inner {
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	font-size: 1rem;
}



.tabcontentframe .brick {
	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;
}

.tabcontentframe .cathead {
	display: flex;
	margin-bottom: 2em;
	padding-bottom: .5em;
	border-bottom: 1px solid;
	font-size: 2em;
}

.tabcontentframe .cathead .icon {
	display: block;
	width: 24px;
	height: 24px;
	margin-right: .3em;
}

.tabsectionitemlist {
	width: 100%;
	font-size: 1em;
}

.resultitems {
	width: 100%;
}




.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: 1em;
	text-align: left;
	background: rgba(178,0,0,.4);
}

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

.contentstab li {
	padding: .5em 1em;
	font-size: 1em;
	font-weight: 700;
	line-height: 1;
	transition: .2s;
	cursor: pointer;
}

.contentstab li .cover > div {
	display: inline-block;
	color: #fff;
	vertical-align: top;
	text-decoration: none;
	line-height: 1;
}

.contentstab li.open .cover > div,
.contentstab li.hover .cover > div {
	color: #b20000;
}

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

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

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



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

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

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

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

.tabsectionitemlist .contentstab .cover {
	width: auto;
	height: auto;
	padding: .5em 1em;
	border: 1px solid rgba(47,85,151,1);
	background: rgba(47,85,151,.2);
	font-weight: 700;
	position: relative;
	transition: .2s;
}

.tabsectionitemlist .contentstab li.open .cover,
.tabsectionitemlist .contentstab li.hover .cover {
	background: rgba(47,85,151,1);
	color: #fff;
}

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

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

.tabsectionitemlist .contentstab li.open:after {
	display: none;
}


.tabsectionitemlist .contentstab li.open:after {
	display: none;
}


#resultsblock {
	width: 100%;
	position: relative;
}

#resultsblock > .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 10px;
	position: relative;
}

#resultsblock > .inner > .tabcontentsblock {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid;
}
/*
@media only screen and (min-width: 1001px) {

	#resultsblock > .inner {
		padding: 50px 20px;
	}
}
*/

.tabcontentframe .catcaution {
	margin-bottom: 2em;
	font-size: 1.2em;
}
/*
@media only screen and (min-width: 541px) {

	.tabcontentframe .catcaution {
		font-size: 1.3em;
		text-align: right;
	}

	.tabcontentframe .catcaution.caution p:before {
		margin-right: .2em;
		position: relative;
		top: auto;
		left: auto;
	}
}
*/



.tabcontentsection .formgroup {
	margin-bottom: 1em;
}

.tabcontentsection .formgroup .formpart {
	margin-bottom: 1em;
	font-size: .9em;
}

.tabcontentsection .formgroup fieldset {
	border: none;
}

.tabcontentsection .formgroup legend {
	margin-bottom: .3em;
	font-weight: 700;
}

.tabcontentsection .formgroup legend small {
	font-weight: normal;
}

.tabcontentsection .formgroup textarea {
	width: 100%;
	height: 5em;
	padding: .5em;
	line-height: 1.5;
	font-size: 1.2em;
	resize: none;
}


