@charset "UTF-8";
.c-content-header{
	font-size:1.1em;
	line-height: 2.8;
}
.c-content-header__inner{
	width: 100%;
	background-image: var(--color-gradient);
}
.c-content-header__title::before {
	content: "";
	display: block;
	width: 100%;
	height: 40%;
	position: absolute;
	left: 0;
	top: 30%;
	z-index: -1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: var(--color-gradient);
}
.c-image-center::before {
	content: none;
}
.bg-gray{
	background:#f1f6f6;
}
.c-heading-prim{border-bottom:none;}
.c-list > li{
	display:inline-block;
	width:auto;
	letter-spacing:0.04em;
}
.c-list > li:not(.c-icontext) {
	font-weight: 700;
	font-size: 2.2rem;
	line-height: var(--line-height-m);
}
.c-list > li:not(.c-icontext)::before {
	width: 0.5em;
	height: 0.5em;
	margin-right: 0.75em;
	border-radius: 50%;
	vertical-align: middle;
	-webkit-transform: translate(55%, -45%);
	transform: translate(55%, -45%);
	background-color: var(--color-text);
}
.c-imageset__text,
.c-news__headline{word-break: keep-all;}
.bogo-language-switcher{font-size:0.9em;letter-spacing:0.02em;}
.btn_item:link{max-width:410px;}
.btn_item.btn-or2{text-indent:-1em;letter-spacing:0.02em;}
@media screen and (min-width: 768px) {
	.for-box {width:200px;}
	.w70{
		width:70%;
		margin-left:auto;
		margin-right:auto;
	}
	.l-layout-regular > .c-heading-prim {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 767px) {
	.c-imageset__content ul.bogo-language-switcher{
		position:relative;
		flex-wrap: wrap;
	}
	.c-imageset__content ul.bogo-language-switcher li{width:48%;}
	.section ul{padding-left: 15px;padding-right: 15px;}
}