@charset "UTF-8";
/*----------
	base
----------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/* Reset */
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: inherit;
	font-size: inherit;
	font-style: inherit;
	-webkit-tap-highlight-color: transparent;
}

article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ul,
ol {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

html {
	width: 100%;
	font-size: 62.5%;
	background-color: #fff;
}
html.locked {
	position: fixed;
	overflow: hidden;
}

body {
	font-size: 1.6rem;
	line-height: 1.8;
	font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Hiragino Sans, "メイリオ", Meiryo, sans-serif;
	letter-spacing: 0em;
	color: #222;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

a {
	text-decoration: none;
	color: #222;
}

img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

/*----------
	icons
----------*/
@font-face {
	font-family: "iconfont";
	src: url(/fonts/iconfont.ttf?nzur0u) format("truetype"), url(/fonts/iconfont.woff?nzur0u) format("woff"), url(/fonts/iconfont.svg?nzur0u#iconfont) format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
.icon, .icon-person, .icon-document, .icon-map, .icon-play, .icon-close, .icon-bento, .icon-chev-down, .icon-chev-up, .icon-chev-r, .icon-chev-l, .icon-check, .icon-tel, .icon-minus, .icon-plus, .icon-pdf, .icon-mail, .icon-calendar, .icon-search, .icon-outer, .icon-tri-next, .icon-tri-prev, .icon-descend, .icon-ascend, .icon-arrow-l, .icon-arrow-r, .icon-cir-up, .icon-cir-down, .icon-cir-l, .icon-cir-r {
	display: inline-block;
	font-family: "iconfont" !important;
	speak: never;
	font-style: normal !important;
	font-size: inherit;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none;
	line-height: 1;
	color: #0057CA;
}
.icon-cir-r:before {
	content: "";
}
.icon-cir-l:before {
	content: "";
}
.icon-cir-down:before {
	content: "";
}
.icon-cir-up:before {
	content: "";
}
.icon-arrow-r:before {
	content: "";
}
.icon-arrow-l:before {
	content: "";
}
.icon-ascend:before {
	content: "";
}
.icon-descend:before {
	content: "";
}
.icon-tri-prev:before {
	content: "";
}
.icon-tri-next:before {
	content: "";
}
.icon-outer:before {
	content: "";
}
.icon-search:before {
	content: "";
}
.icon-calendar:before {
	content: "";
}
.icon-mail:before {
	content: "";
}
.icon-pdf:before {
	content: "";
}
.icon-plus:before {
	content: "";
}
.icon-minus:before {
	content: "";
}
.icon-tel:before {
	content: "";
}
.icon-check:before {
	content: "";
}
.icon-chev-l:before {
	content: "";
}
.icon-chev-r:before {
	content: "";
}
.icon-chev-up:before {
	content: "";
}
.icon-chev-down:before {
	content: "";
}
.icon-bento:before {
	content: "";
}
.icon-close:before {
	content: "";
}
.icon-play:before {
	content: "";
}
.icon-map:before {
	content: "";
}
.icon-document:before {
	content: "";
}
.icon-person:before {
	content: "";
}

.icon-pdf::before {
	color: #D70C17;
}

/*----------
	separator
----------*/
.c-separator {
	display: block;
	margin: 20px auto;
	border-top: 1px solid #ddd;
}
.c-separator--dashed {
	border-top-style: dashed;
}

/*----------
	text
----------*/
.c-text {
	font-size: 1.6rem;
	line-height: 1.8;
}
.c-text > a {
	color: #0057CA;
	text-decoration: underline;
}
@media (min-width: 768px) {
	.c-text > a {
		transition: color 0.2s linear;
	}
	.c-text > a:hover {
		color: #16BEBE;
	}
}

/*----------
	text
----------*/
.c-text-s {
	font-size: 1.4rem;
	line-height: 1.8;
}
.c-text-s > a {
	color: #0057CA;
	text-decoration: underline;
}
@media (min-width: 768px) {
	.c-text-s > a {
		transition: color 0.2s linear;
	}
	.c-text-s > a:hover {
		color: #16BEBE;
	}
}

/*----------
	lead
----------*/
.c-lead {
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.8;
}
.c-lead > a {
	color: #0057CA;
	text-decoration: underline;
}
.c-lead--l {
	font-size: 2.2rem;
	line-height: 1.6;
}
@media (min-width: 768px) {
	.c-lead {
		font-size: 2rem;
	}
	.c-lead > a {
		transition: color 0.2s linear;
	}
	.c-lead > a:hover {
		color: #16BEBE;
	}
	.c-lead--l {
		font-size: 2.4rem;
	}
}

/*----------
	caption
----------*/
.c-caption {
	font-size: 1.4rem;
	line-height: 1.6;
	color: #888;
}
.c-caption > a {
	color: #0057CA;
	text-decoration: underline;
}
@media (min-width: 768px) {
	.c-caption {
		font-size: 1.4rem;
	}
	.c-caption > a {
		transition: color 0.2s linear;
	}
	.c-caption > a:hover {
		color: #16BEBE;
	}
}

/*----------
	icontext
----------*/
.c-icontext {
	padding-left: 2em;
	text-indent: -2em;
}
.c-icontext > a {
	font-weight: bold;
	color: #0057CA;
}
.c-icontext [class^=icon-] {
	text-indent: 0;
	margin-right: 1em;
}
@media (min-width: 768px) {
	.c-icontext > a {
		transition: color 0.2s linear;
	}
	.c-icontext > a:hover {
		color: #16BEBE;
	}
}

/*----------
	heading-prim
----------*/
.c-heading-prim {
	font-weight: bold;
	font-size: 2.6rem;
	line-height: 1.4;
}
@media (min-width: 768px) {
	.c-heading-prim {
		font-size: 4rem;
	}
}

/*----------
	heading-seco
----------*/
.c-heading-seco {
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding-left: 32px;
	position: relative;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.6;
}
.c-heading-seco::before {
	content: "";
	display: block;
	width: 16px;
	height: 14px;
	border-radius: 0 50% 50% 0;
	background-color: #0057CA;
	position: absolute;
	top: 0.9em;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (min-width: 768px) {
	.c-heading-seco {
		font-size: 3.2rem;
	}
}

/*----------
	heading-tert
----------*/
.c-heading-tert {
	padding-bottom: 16px;
	border-bottom: 1px solid #ddd;
	position: relative;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.6;
}
.c-heading-tert::after {
	content: "";
	display: block;
	width: 80px;
	height: 3px;
	background-color: #0057CA;
	position: absolute;
	bottom: -2px;
	left: 0;
}
@media (min-width: 768px) {
	.c-heading-tert {
		font-size: 2.4rem;
	}
}

/*----------
	heading-quat
----------*/
.c-heading-quat {
	padding-left: 16px;
	position: relative;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.6;
}
.c-heading-quat::before {
	content: "";
	display: block;
	width: 3px;
	height: 1em;
	position: absolute;
	top: 0.32em;
	left: 0;
	background-color: #0057CA;
}
@media (min-width: 768px) {
	.c-heading-quat {
		font-size: 2rem;
	}
}

/*----------
	list
----------*/
.c-list > li {
	padding-left: 26px;
	text-indent: -26px;
	line-height: 1.6;
}
.c-list > li::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 20px;
	border-radius: 50%;
	vertical-align: middle;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	background-color: #0057CA;
}
.c-list > li + li {
	margin-top: 8px;
}
.c-list > li > a {
	color: #0057CA;
	text-decoration: underline;
}

/*----------
	order list
----------*/
.c-orderlist {
	counter-reset: orderlist;
}
.c-orderlist > li {
	padding-left: 2em;
	text-indent: -2.5em;
	line-height: 1.6;
}
.c-orderlist > li::before {
	counter-increment: orderlist;
	content: counter(orderlist) ".";
	display: inline-block;
	min-width: 2em;
	text-align: right;
	margin-right: 0.5em;
	font-weight: bold;
}
.c-orderlist > li + li {
	margin-top: 10px;
}
.c-orderlist > li > a {
	color: #0057CA;
	text-decoration: underline;
}

/*----------
	remarks
----------*/
.c-remarks {
	font-size: 1.4rem;
	line-height: 1.6;
}
.c-remarks > li {
	padding-left: 2em;
	text-indent: -1em;
}
.c-remarks > li::before {
	content: "※";
	display: inline-block;
	margin-right: 1em;
}
.c-remarks > li + li {
	margin-top: 10px;
}
.c-remarks > li > a {
	color: #0057CA;
	text-decoration: underline;
}
.c-remarks--ast > li {
	padding-left: 0.75em;
	text-indent: -0.35em;
}
.c-remarks--ast > li::before {
	content: "*";
	margin-right: 0.25em;
}
.c-remarks--order {
	counter-reset: orderlist;
}
.c-remarks--order > li {
	padding-left: 3em;
	text-indent: -3em;
}
.c-remarks--order > li::before {
	counter-increment: orderlist;
	content: "※" counter(orderlist);
	min-width: 2em;
	margin-right: 1em;
	text-align: right;
}
.c-remarks--order.c-remarks--ast > li {
	padding-left: 2em;
	text-indent: -2.75em;
}
.c-remarks--order.c-remarks--ast > li::before {
	content: "*" counter(orderlist);
	margin-right: 0.75em;
}

/*----------
	textbox column
----------*/
.c-textbox-column {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}
.c-textbox-column__item {
	border: 1px solid #222;
	padding: 12px 20px;
	font-size: 1.6rem;
	font-weight: bold;
}
@media (max-width: 767px) {
	.c-textbox-column {
		gap: 15px 15px;
	}
}
@media (min-width: 768px) {
	.c-textbox-column {
		gap: 40px 40px;
		grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
	}
	.c-textbox-column__item {
		padding: 24px 30px;
	}
}

/*----------
	labeled content
----------*/
.c-labeled-content__content {
	margin-top: 8px;
}
@media (min-width: 768px) {
	.c-labeled-content {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.c-labeled-content__label {
		margin-right: 16px;
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	.c-labeled-content__content {
		margin-top: 0;
	}
	.c-labeled-content__content > *:first-child {
		margin-top: 0 !important;
	}
	.c-labeled-content__content > *:last-child {
		margin-bottom: 0 !important;
	}
}

/*----------
	button
----------*/
.c-button__inner {
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 52px;
	border: 1px solid #222;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	background-color: transparent;
	color: #222;
	cursor: pointer;
}
.c-button__inner > span {
	display: block;
	padding: 8px 48px 8px 32px;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.6;
	color: inherit;
}
.c-button__icon {
	width: 1em;
	height: 1em;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	line-height: 1;
	color: #0057CA;
}
@media (min-width: 768px) {
	.c-button__inner {
		transition: background-color 0.2s, border-color 0.2s, color 0.2s;
	}
	.c-button__inner:hover {
		border-color: #0057CA;
		color: #0057CA;
	}
	.c-button__icon {
		transition: color 0.2s;
	}
}

/* color */
.c-button--prim .c-button__inner {
	border-color: #0057CA;
	background-color: #0057CA;
	color: #fff;
}
.c-button--prim .c-button__icon {
	color: #fff;
}
.c-button--prim .c-button__icon.icon-pdf::before {
	color: #fff;
}

/* disabled */
.c-button--disabled .c-button__inner {
	border-color: #888;
	background-color: #888;
	color: #fff;
	pointer-events: none;
}
.c-button--disabled .c-button__icon {
	display: none;
}

/* anchor */
.c-button--anchor .c-button__inner {
	min-height: 58px;
	justify-content: flex-start;
	border-color: #0057CA;
	background-color: #0057CA;
	color: #fff;
}
.c-button--anchor .c-button__inner > span {
	padding-left: 24px;
	text-align: left;
}
.c-button--anchor .c-button__icon {
	color: #fff;
}

/* card button */
.c-button--card .c-button__inner {
	min-height: 72px;
	justify-content: flex-start;
	border-color: #ddd;
	box-shadow: 0 4px 12px -5px rgba(0, 0, 0, 0.15);
	background-color: #fff;
}
.c-button--card .c-button__inner > span {
	padding-left: 20px;
	text-align: left;
}

/* 背景色 */
.c-button--aqua .c-button__inner {
	border-color: #E0F6FF;
	background-color: #E0F6FF;
}

/* size */
/* border */
/*----------
	caption button
----------*/
.c-button-caption__caption {
	margin-top: 8px;
	font-size: 1.4rem;
}
@media (min-width: 768px) {
	.c-button-caption__caption {
		margin-top: 16px;
	}
}

/*----------
	button container
----------*/
.c-button-container__item {
	max-width: 373px;
}
@media (max-width: 767px) {
	.c-button-container__item {
		margin: 0 auto 24px;
	}
	.c-button-container__item:last-child {
		margin-bottom: 0;
	}
}
@media (min-width: 768px) {
	.c-button-container {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: stretch;
	}
	.c-button-container .c-button-container__item {
		flex: 1 1 373px;
	}
	.c-button-container--2up {
		justify-content: center;
	}
	.c-button-container--2up .c-button-container__item {
		flex: 1 1 373px;
	}
	.c-button-container--2up .c-button-container__item + .c-button-container__item {
		margin-left: 40px;
	}
	.c-button-container--3up, .c-button-container--4up {
		display: grid;
		gap: 30px 40px;
	}
	.c-button-container--3up .c-button-container__item, .c-button-container--4up .c-button-container__item {
		max-width: none;
	}
	.c-button-container--3up {
		grid-template-columns: repeat(3, 1fr);
	}
	.c-button-container--4up {
		grid-template-columns: repeat(4, 1fr);
	}
	.c-button-container--center {
		justify-content: center;
	}
	.c-button-container--left {
		justify-content: flex-start;
	}
	.c-button-container--right {
		justify-content: flex-end;
	}
}

/*----------
	filter button
----------*/
.c-button-filter__inner {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 54px;
	padding: 0 34px 0 10px;
	border-left: 2px solid #fff;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	cursor: pointer;
	box-shadow: 0 4px 12px -5px rgba(0, 0, 0, 0.15);
	color: #222;
	transition: color 0.2s, background-color 0.2s;
}
.c-button-filter__inner::after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border: 2px solid #ddd;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.c-button-filter__label {
	margin-right: 10px;
	font-size: 1.4rem;
	line-height: 1.3;
}
.c-button-filter.checked .c-button-filter__inner {
	background-color: #0057CA;
	color: #fff;
}
.c-button-filter.checked .c-button-filter__inner::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	font-size: 14px;
	border: none;
}
.c-button-filter--field .c-button-filter__inner {
	border-left-color: #0057CA;
}
.c-button-filter--type .c-button-filter__inner {
	border-left-color: #16BEBE;
}
.c-button-filter--type.checked .c-button-filter__inner {
	background-color: #16BEBE;
}
@media (min-width: 768px) {
	.c-button-filter__inner {
		padding: 0 34px 0 20px;
		border-left-width: 3px;
		transition: box-shadow 0.2s;
	}
	.c-button-filter__inner::after {
		right: 20px;
	}
	.c-button-filter__inner:hover {
		box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
	}
	.c-button-filter__label {
		font-size: 1.6rem;
		transition: color 0.2s;
	}
}

.c-button-filter-container {
	display: grid;
	gap: 10px 5%;
	grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
	.c-button-filter-container {
		gap: 16px 20px;
		grid-template-columns: repeat(5, 1fr);
	}
	.c-button-filter-container--4up {
		grid-template-columns: repeat(4, 1fr);
	}
}

/*----------
	tag
----------*/
.c-tag {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}
.c-tag > a, .c-tag > span {
	display: block;
	max-width: 100%;
	min-width: 60px;
	height: 24px;
	border: 1px solid #222;
	border-radius: 13px;
	background-color: transparent;
	padding: 0 16px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 1.3rem;
	line-height: 22px;
}
.c-tag--relation > a, .c-tag--relation > span {
	height: 38px;
	padding: 0 42px 0 30px;
	border-color: #ddd;
	border-radius: 20px;
	position: relative;
	background-color: #fff;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 36px;
}
.c-tag--relation > a::after, .c-tag--relation > span::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 12px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
}
.c-tag--white > a, .c-tag--white > span {
	border-color: #fff;
	color: #fff;
}
.c-tag--field > a, .c-tag--field > span {
	border-color: #E5EEFA !important;
	background-color: #E5EEFA !important;
	color: #444 !important;
}
.c-tag--business_type > a, .c-tag--business_type > span {
	border-color: #E8F9F9 !important;
	background-color: #E8F9F9 !important;
	color: #444 !important;
}
.c-tag--purpose > a, .c-tag--purpose > span {
	border-color: #F9F4E8 !important;
	background-color: #F9F4E8 !important;
	color: #444 !important;
}
.c-tag--news > a, .c-tag--news > span {
	min-width: 90px;
	height: 20px;
	border-radius: 0;
	background-color: #222;
	padding: 0 8px;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 18px;
	color: #fff;
}
@media (min-width: 768px) {
	.c-tag > a {
		transition: color 0.2s linear, border-color 0.2s linear;
	}
	.c-tag > a:hover {
		border-color: #0057CA;
		color: #0057CA;
	}
	.c-tag--white > a:hover {
		border-color: #fff;
		color: #fff;
	}
	.c-tag--aqua > a:hover {
		border-color: #E5EEFA;
		color: #444;
	}
	.c-tag--news > a:hover {
		border-color: #222;
		background-color: #fff;
		color: #222;
	}
}

/*----------
	tag container
----------*/
.c-tag-container {
	margin-top: -10px;
}
.c-tag-container > [class*=c-tag] {
	margin-right: 10px;
	margin-top: 10px;
}
.c-tag-container--bg {
	margin-top: 0;
	padding: 6px 16px 16px;
	background-color: #F0F3F7;
}
@media (min-width: 768px) {
	.c-tag-container--bg {
		padding: 10px 40px 20px;
	}
}

/*----------
	badge
----------*/
.c-badge {
	display: flex;
	justify-content: flex-start;
	max-width: 100%;
	height: 34px;
	border-radius: 0 0 10px 0;
	overflow: hidden;
}
.c-badge__badge {
	flex: 1 1 auto;
	min-width: 120px;
	height: 34px;
	padding: 0 20px;
	background-color: #0057CA;
	text-align: center;
	font-weight: bold;
	font-size: 1.3rem;
	line-height: 34px;
	color: #fff;
}
.c-badge__badge--field {
	background-color: #0057CA;
}
.c-badge__badge--type {
	background-color: #16BEBE;
}
.c-badge--seminar {
	border-radius: 0;
}
.c-badge--seminar .c-badge__badge {
	min-width: 82px;
	background-color: #fff;
	color: #FFA200;
}
.c-badge--seminar .c-badge__badge--accepting {
	background-color: #FFA200;
	color: #fff;
}
.c-badge--seminar .c-badge__badge--disable {
	background-color: #ddd;
	color: #222;
}

/*----------
	figure
----------*/
.c-figure__item {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.c-figure__item > img {
	max-width: 100%;
	width: auto;
}
.c-figure__caption {
	margin-top: 10px;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #888;
}
.c-figure--left .c-figure__item {
	margin-left: 0;
}
.c-figure--right .c-figure__item {
	margin-right: 0;
}
.c-figure--w800col .c-figure__item {
	max-width: 800px;
}
.c-figure--2col .c-figure__item {
	max-width: 580px;
}
.c-figure--3col .c-figure__item {
	max-width: 373px;
}
.c-figure--3col .c-figure__item {
	max-width: 373px;
}
.c-figure--4col .c-figure__item {
	max-width: 270px;
}

/*----------
	image fit
----------*/
.c-image-fit {
	height: 0;
	padding-bottom: 66.6666666667%;
	position: relative;
	overflow: hidden;
}
.c-image-fit > img,
.c-image-fit > .c-image-fit__element {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.c-image-fit--2t1 {
	padding-bottom: 50%;
}
.c-image-fit--16t9 {
	padding-bottom: 56.25%;
}
.c-image-fit--sq {
	padding-bottom: 100%;
}

/*----------
	movie
----------*/
.c-movie {
	max-width: 1080px;
	height: 0;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden;
}
.c-movie > .c-movie__element,
.c-movie > iframe,
.c-movie > video,
.c-movie > object,
.c-movie > embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*----------
	imageset
----------*/
.c-figcolumn {
	display: grid;
	gap: 20px 40px;
}
.c-figcolumn__item {
	color: #888;
	font-size: 1.4rem;
}
.c-figcolumn__item .c-figcolumn__image {
	text-align: center;
}
.c-figcolumn__item .c-figcolumn__image img {
	width: auto;
	max-width: 100%;
}
@media (min-width: 768px) {
	.c-figcolumn--3col {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.c-figcolumn--3col .c-figcolumn__item:nth-child(1) {
		order: 1;
	}
	.c-figcolumn--3col .c-figcolumn__item:nth-child(2) {
		order: 4;
	}
	.c-figcolumn--3col .c-figcolumn__item:nth-child(3) {
		order: 2;
	}
	.c-figcolumn--3col .c-figcolumn__item:nth-child(4) {
		order: 5;
	}
	.c-figcolumn--3col .c-figcolumn__item:nth-child(5) {
		order: 3;
	}
	.c-figcolumn--3col .c-figcolumn__item:nth-child(6) {
		order: 6;
	}
	.c-figcolumn--2col {
		width: 100%;
		max-width: 788px;
		margin-right: auto;
		margin-left: auto;
		grid-template-columns: repeat(2, minmax(375px, 1fr));
		justify-content: center;
		align-items: flex-start;
	}
	.c-figcolumn--2col .c-figcolumn__item {
		width: 100%;
		max-width: 375px;
	}
	.c-figcolumn--2col .c-figcolumn__item:nth-child(1) {
		order: 1;
	}
	.c-figcolumn--2col .c-figcolumn__item:nth-child(2) {
		order: 3;
	}
	.c-figcolumn--2col .c-figcolumn__item:nth-child(3) {
		order: 2;
	}
	.c-figcolumn--2col .c-figcolumn__item:nth-child(4) {
		order: 4;
	}
	.c-figcolumn--1col {
		grid-template-columns: 1fr;
		justify-content: center;
		align-items: center;
		place-items: center;
	}
	.c-figcolumn--1col .c-figcolumn__item {
		width: 100%;
		max-width: 581px;
	}
}

/*----------
	deflist
----------*/
.c-deflist {
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.c-deflist__item > dl {
	border-top: 1px solid #ddd;
}
.c-deflist__item > dl > dt {
	padding: 8px 20px;
	background-color: #F0F3F7;
	font-weight: bold;
}
.c-deflist__item > dl > dd {
	padding: 14px 20px;
	font-size: 1.6rem;
	line-height: 1.8;
	background-color: #fff;
}
.c-deflist--right .c-deflist__item > dl > dt {
	text-align: right;
}
.c-deflist--right .c-deflist__item > dl > dd {
	text-align: right;
}
.c-deflist--center .c-deflist__item > dl > dt {
	text-align: center;
}
.c-deflist--center .c-deflist__item > dl > dd {
	text-align: center;
}
@media (max-width: 767px) {
	.c-deflist__item:last-child {
		border-bottom: 1px solid #ddd;
	}
}
@media (min-width: 768px) {
	.c-deflist {
		border-bottom: 1px solid #ddd;
	}
	.c-deflist__item > dl {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	.c-deflist__item > dl > dt {
		flex: 0 0 310px;
		padding: 16px 30px;
	}
	.c-deflist__item > dl > dd {
		flex-grow: 1;
		margin-left: -1px;
		padding: 16px 30px;
	}
	.c-deflist--center .c-deflist__item > dl > dt {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.c-deflist--center .c-deflist__item > dl > dd {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

/* WYSIWYG対応 */
.c-deflist__item > dl > dd img {
	max-width: 100%;
	width: auto;
}

/*----------
	deflist
----------*/
.c-table {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
.c-table table {
	width: 100%;
	text-align: left;
	border-top: none;
	border-right: 1px solid #ddd;
	border-bottom: none;
	border-left: 1px solid #ddd;
	font-size: 1.6rem;
	line-height: 1.8;
}
.c-table th,
.c-table td {
	padding: 8px 20px;
	border: 1px solid #ddd;
	vertical-align: middle;
}
.c-table th:first-child,
.c-table td:first-child {
	border-left: none;
}
.c-table th:last-child,
.c-table td:last-child {
	border-right: none;
}
.c-table th {
	background-color: #F0F3F7;
	font-weight: bold;
	text-align: center;
}
.c-table thead th {
	background-color: #9AA2AB;
	border-color: #fff;
	color: #fff;
}
.c-table--min-s::before, .c-table--min-m::before, .c-table--min-l::before {
	content: "";
	display: none;
	width: 240px;
	height: 32px;
	margin-bottom: 8px;
	position: sticky;
	left: 24px;
	background: url(/images/table-swipe.svg) no-repeat center;
	background-size: contain;
}
.c-table--min-s {
	overflow-x: auto;
}
.c-table--min-s table {
	min-width: 500px;
}
@media (max-width: 559px) {
	.c-table--min-s::before {
		display: block;
	}
}
.c-table--min-m {
	overflow-x: auto;
}
.c-table--min-m table {
	min-width: 750px;
}
@media (max-width: 789px) {
	.c-table--min-m::before {
		display: block;
	}
}
.c-table--min-l {
	overflow-x: auto;
}
.c-table--min-l table {
	min-width: 1080px;
}
@media (max-width: 1119px) {
	.c-table--min-l::before {
		display: block;
	}
}

/*----------
	image link
----------*/
.c-imagelink {
	border: 1px solid #ddd;
}
.c-imagelink__inner {
	height: 100%;
	display: block;
	position: relative;
	background-color: #fff;
	cursor: pointer;
	box-shadow: 0 4px 12px -5px rgba(0, 0, 0, 0.15);
}
.c-imagelink__image {
	width: 100%;
	height: 0;
	padding-bottom: 50%;
	position: absolute;
	z-index: 1;
}
.c-imagelink__title {
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 72px;
	padding-top: 50%;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
	background-color: #fff;
	color: #222;
}
.c-imagelink__title > p {
	display: block;
	width: 100%;
	padding: 16px 48px 16px 24px;
	position: relative;
	text-align: left;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.6;
	color: inherit;
}
.c-imagelink__icon {
	width: 16px;
	height: 16px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	line-height: 1;
	color: #0057CA;
}
@media (min-width: 768px) {
	.c-imagelink__title {
		transition: color 0.2s;
	}
	.c-imagelink__inner {
		transition: box-shadow 0.2s;
	}
	.c-imagelink__inner:hover {
		box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
	}
	.c-imagelink__inner:hover .c-imagelink__title {
		color: #0057CA;
	}
}

/*----------
	card-service
----------*/
.c-card-service {
	border: 1px solid #ddd;
}
.c-card-service__inner {
	display: block;
	height: 100%;
	position: relative;
	background-color: #fff;
	cursor: pointer;
	box-shadow: 0 4px 12px -5px rgba(0, 0, 0, 0.15);
}
.c-card-service__badge {
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 1;
}
.c-card-service__head {
	padding: 56px 20px 0;
}
.c-card-service__image {
	max-width: 180px;
	margin: 0 auto 16px;
}
.c-card-service__title {
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.4;
}
.c-card-service__title__sholder {
	margin-bottom: 6px;
	font-size: 1.3rem;
	color: #888;
}
.c-card-service__text {
	margin-top: 18px;
	margin-bottom: 28px;
	padding: 0 20px;
	font-size: 1.3rem;
	line-height: 1.6;
	color: #222;
}
.c-card-service__list {
	margin-top: 24px;
	margin-bottom: 28px;
	padding: 0 20px;
	font-size: 1.3rem;
}
.c-card-service__list > ul {
	padding-top: 18px;
	border-top: 1px solid #ddd;
}
.c-card-service__tag {
	width: 100%;
	margin: auto 0 0;
	padding: 6px 46px 16px 20px;
	background-color: #F0F3F7;
	position: relative;
}
.c-card-service__tag::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #0057CA;
}
.c-card-service__tag > .c-tag {
	margin-top: 8px;
	margin-right: 20px;
}
.c-card-service__tag > .c-tag > span {
	min-width: auto;
	height: auto;
	padding: 0;
	border: none;
	line-height: 1.8;
	color: #888;
}
.c-card-service__tag > .c-tag > span::before {
	content: "#";
	display: inline-block;
	margin-right: 0.3em;
}
@media (min-width: 768px) {
	.c-card-service__inner {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		transition: box-shadow 0.2s;
	}
	.c-card-service__inner:hover {
		box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
	}
	.c-card-service__inner:hover .c-card-service__title {
		color: #0057CA;
	}
	.c-card-service__inner > * {
		flex: 0 0 auto;
	}
	.c-card-service__head {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 64px 30px 0;
	}
	.c-card-service__image {
		flex: 0 0 180px;
		margin: 0 30px 0 0;
	}
	.c-card-service__title {
		font-size: 2rem;
		transition: color 0.2s;
	}
	.c-card-service__title__sholder {
		font-size: 1.5rem;
	}
	.c-card-service__text {
		margin-top: 24px;
		padding: 0 30px;
		font-size: 1.5rem;
	}
	.c-card-service__list {
		margin-top: 30px;
		padding: 0 30px;
		font-size: 1.5rem;
	}
	.c-card-service__tag {
		padding: 10px 46px 20px 30px;
	}
	.c-card-service__tag > .c-tag > span {
		font-size: 1.4rem;
	}
}

/*----------
	card-service 2
----------*/
.c-card-service-v2 {
	border: 1px solid #ddd;
}
.c-card-service-v2__inner {
	display: block;
	height: 100%;
	position: relative;
	background-color: #fff;
	cursor: pointer;
	box-shadow: 0 4px 12px -5px rgba(0, 0, 0, 0.15);
}
.c-card-service-v2__inner::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	display: block;
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #0057CA;
}
.c-card-service-v2__badge {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.c-card-service-v2__image {
	border-bottom: 1px solid #ddd;
}
.c-card-service-v2__title {
	margin-bottom: 16px;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.4;
}
.c-card-service-v2__text {
	margin-top: 10px;
	font-size: 1.2rem;
	line-height: 1.4;
	color: #888;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	max-height: 4.2em;
	overflow: hidden;
}
.c-card-service-v2__tag .c-tag span {
	background-color: #E5EEFA;
	border-color: #E5EEFA;
	color: #444;
}
@media (max-width: 767px) {
	.c-card-service-v2__inner {
		padding: 20px 20px 30px;
	}
	.c-card-service-v2__inner::after {
		bottom: 10px;
		right: 10px;
	}
	.c-card-service-v2__badge {
		height: 24px;
	}
	.c-card-service-v2__badge > li {
		min-width: 100px;
		height: 24px;
		padding: 0 16px;
		font-size: 1.2rem;
		line-height: 24px;
	}
	.c-card-service-v2__image {
		width: 100px;
		padding-bottom: 50px;
		border: 1px solid #ddd;
		position: absolute;
		top: 20px;
		right: 20px;
	}
	.c-card-service-v2__title {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 110px 0 0;
		padding-top: 10px;
		min-height: 50px;
		font-size: 1.4rem;
	}
	.c-card-service-v2__tag {
		margin-top: 4px;
	}
	.c-card-service-v2__tag > .c-tag > span {
		padding: 0 10px;
		font-size: 1.1rem;
	}
}
@media (min-width: 768px) {
	.c-card-service-v2__content {
		padding: 25px 25px 35px;
	}
	.c-card-service-v2__text {
		margin-top: 16px;
		margin-bottom: 16px;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.6;
		max-height: 4.8em;
	}
}
@media (min-width: 768px) and (hover: hover) {
	.c-card-service-v2__inner {
		transition: box-shadow 0.2s;
	}
	.c-card-service-v2__inner .c-card-service-v2__title {
		transition: color 0.2s;
	}
	.c-card-service-v2__inner:hover {
		box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
	}
	.c-card-service-v2__inner:hover .c-card-service-v2__title {
		color: #0057CA;
	}
}

/*----------
	card-report
----------*/
.c-card-report {
	border: 1px solid #ddd;
}
.c-card-report__inner {
	display: block;
	height: 100%;
	position: relative;
	cursor: pointer;
	background-color: #fff;
	box-shadow: 0 4px 12px -5px rgba(0, 0, 0, 0.15);
}
.c-card-report__badge {
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 1;
}
.c-card-report__content {
	padding-top: 20px;
}
.c-card-report__title {
	padding: 0 20px;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.4;
}
.c-card-report__text {
	margin-top: 18px;
	padding: 0 20px;
	font-size: 1.3rem;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 4.8em;
	overflow: hidden;
}
.c-card-report__date {
	margin-top: 18px;
	margin-bottom: 24px;
	padding: 0 20px;
	font-size: 1.3rem;
	line-height: 1;
	color: #888;
}
.c-card-report__tag {
	width: 100%;
	margin: auto 0 0;
	padding: 6px 46px 16px 20px;
	background-color: #F0F3F7;
	position: relative;
}
.c-card-report__tag::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #0057CA;
}
.c-card-report__tag > .c-tag {
	margin-top: 8px;
	margin-right: 20px;
}
.c-card-report__tag > .c-tag > span {
	min-width: auto;
	height: auto;
	padding: 0;
	border: none;
	line-height: 1.8;
	color: #888;
}
.c-card-report__tag > .c-tag > span::before {
	content: "#";
	display: inline-block;
	margin-right: 0.3em;
}
@media (min-width: 768px) {
	.c-card-report {
		height: 227px;
		overflow: hidden;
	}
	.c-card-report__inner {
		display: flex;
		justify-content: flex-start;
		transition: box-shadow 0.2s;
	}
	.c-card-report__inner:hover {
		box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
	}
	.c-card-report__inner:hover .c-card-report__title {
		color: #0057CA;
	}
	.c-card-report__content {
		flex: 1 1 auto;
	}
	.c-card-report__image {
		width: 400px;
		flex: 0 0 400px;
	}
	.c-card-report__title {
		padding: 0 50px;
		font-size: 2rem;
		transition: color 0.2s;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		height: 2.8em;
		overflow: hidden;
	}
	.c-card-report__text {
		margin-top: 8px;
		padding: 0 50px;
		font-size: 1.5rem;
		-webkit-line-clamp: 2;
		height: 3.2em;
	}
	.c-card-report__date {
		margin-top: 14px;
		margin-bottom: 12px;
		padding: 0 50px;
	}
	.c-card-report__tag {
		padding: 0 50px 20px 50px;
		background-color: #fff;
	}
	.c-card-report__tag > .c-tag > span {
		font-size: 1.4rem;
	}
}

/*----------
	card-seminar
----------*/
.c-card-seminar {
	background-color: #444;
}
.c-card-seminar__inner {
	display: block;
	height: 100%;
	padding: 48px 20px;
	position: relative;
	box-shadow: 0 4px 12px -5px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}
.c-card-seminar__inner::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	display: block;
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #fff;
}
.c-card-seminar__title {
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.4;
	color: #fff;
}
.c-card-seminar__info {
	margin-top: 20px;
}
.c-card-seminar__badge {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.c-card-seminar__date {
	padding-left: 30px;
	position: relative;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #fff;
}
.c-card-seminar__date::before {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	display: block;
	width: 20px;
	margin-right: 10px;
	position: absolute;
	top: 0.2em;
	left: 0;
	color: #aaa;
	font-size: 2rem;
}
.c-card-seminar__date > span {
	display: inline-block;
	margin-right: 20px;
	color: #aaa;
	font-weight: 400;
	font-size: 1.8rem;
}
.c-card-seminar__format {
	padding-left: 30px;
	position: relative;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #fff;
}
.c-card-seminar__format::before {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	display: block;
	width: 20px;
	margin-right: 10px;
	position: absolute;
	top: 0.2em;
	left: 0;
	color: #aaa;
	font-size: 2rem;
}
.c-card-seminar__format > span {
	display: inline-block;
	margin-right: 20px;
	color: #aaa;
	font-weight: 400;
	font-size: 1.8rem;
}
.c-card-seminar--disable {
	opacity: 0.6;
}
@media (max-width: 767px) {
	.c-card-seminar__date {
		display: block;
	}
	.c-card-seminar__date > span {
		display: none;
	}
	.c-card-seminar__format {
		margin-top: 12px;
		display: block;
	}
	.c-card-seminar__format > span {
		display: none;
	}
}
@media (min-width: 768px) {
	.c-card-seminar__inner {
		padding: 48px 56px 36px 40px;
		position: relative;
		transition: box-shadow 0.2s;
	}
	.c-card-seminar__inner::after {
		bottom: 50%;
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
	}
	.c-card-seminar__inner:hover {
		box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.5);
	}
	.c-card-seminar__title {
		font-size: 2.4rem;
	}
	.c-card-seminar__info {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 40px;
	}
	.c-card-seminar__date {
		font-size: 1.8rem;
	}
	.c-card-seminar__date > span {
		font-size: 1.8rem;
	}
	.c-card-seminar__format {
		font-size: 1.8rem;
	}
	.c-card-seminar__format > span {
		font-size: 1.8rem;
	}
}

/*----------
	card-thumb
----------*/
.c-card-thumb {
	border: 1px solid #ddd;
}
.c-card-thumb__inner {
	display: block;
	height: 100%;
	padding: 20px;
	position: relative;
	background-color: #fff;
	cursor: pointer;
	box-shadow: 0 4px 12px -5px rgba(0, 0, 0, 0.15);
}
.c-card-thumb__inner::before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 0 0 100% 0;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #0057CA;
}
.c-card-thumb__head {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.c-card-thumb__image {
	width: 90px;
	flex: 0 0 90px;
	margin-right: 20px;
}
.c-card-thumb__title {
	flex: 1 1 auto;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #222;
}
.c-card-thumb__text {
	margin-top: 16px;
	padding-right: 28px;
	font-size: 1.3rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 5.4em;
	overflow: hidden;
}
.c-card-thumb__text::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	display: block;
	position: absolute;
	bottom: 16px;
	right: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.6rem;
	color: #0057CA;
}
@media (min-width: 768px) {
	.c-card-thumb__inner {
		transition: box-shadow 0.2s;
	}
	.c-card-thumb__inner:hover {
		box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
	}
	.c-card-thumb__inner:hover .c-card-thumb__title {
		color: #0057CA;
	}
	.c-card-thumb__title {
		transition: color 0.2s;
		font-size: 1.8rem;
	}
	.c-card-thumb__text {
		font-size: 1.5rem;
		-webkit-line-clamp: 2;
		height: 3.6em;
	}
}

/*----------
	card-imgcaption
----------*/
.c-card-imgcaption__inner {
	display: block;
	height: 100%;
	cursor: pointer;
}
.c-card-imgcaption__image {
	position: relative;
	overflow: hidden;
}
.c-card-imgcaption__image::after {
	content: "";
	display: block;
	width: 100%;
	height: 56.25%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.c-card-imgcaption__title {
	position: absolute;
	padding-left: 0.75em;
	padding-right: 20px;
	bottom: 16px;
	left: calc(20px + 0.75em);
	z-index: 1;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #fff;
	text-indent: -0.75em;
}
.c-card-imgcaption__title::before {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	display: inline-block;
	margin-right: 0.5em;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}
.c-card-imgcaption__text {
	margin-top: 16px;
	padding: 0 20px;
	font-size: 1.3rem;
	line-height: 1.8;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 3.6em;
	overflow: hidden;
}
@media (min-width: 768px) {
	.c-card-imgcaption__inner .c-card-imgcaption__image > figure {
		-webkit-transform: scale(1);
		transform: scale(1);
		transition: -webkit-transform 0.4s ease-out;
		transition: transform 0.4s ease-out;
		transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
	}
	.c-card-imgcaption__inner:hover .c-card-imgcaption__image > figure {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.c-card-imgcaption__title {
		bottom: 24px;
		left: calc(40px + 0.75em);
		z-index: 1;
		font-size: 2rem;
	}
	.c-card-imgcaption__text {
		padding: 0 40px;
		font-size: 1.5rem;
	}
}

/*----------
	banner link
----------*/
.c-bannerlink {
	text-align: center;
	max-width: 100%;
}
.c-bannerlink__inner {
	height: 100%;
	display: inline-block;
	border: 1px solid #ddd;
	position: relative;
	box-shadow: 0 4px 12px -5px rgba(0, 0, 0, 0.15);
	background-color: #fff;
	cursor: pointer;
	text-align: left;
}
.c-bannerlink__image {
	width: auto;
	z-index: 1;
}
.c-bannerlink__image > img {
	max-width: 100%;
	width: auto;
}
.c-bannerlink__title {
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 72px;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
	background-color: #fff;
	color: #222;
}
.c-bannerlink__title > p {
	display: block;
	width: 100%;
	padding: 16px 48px 16px 24px;
	position: relative;
	text-align: left;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.6;
	color: inherit;
}
.c-bannerlink__icon {
	width: 16px;
	height: 16px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	line-height: 1;
	color: #0057CA;
}
@media (min-width: 768px) {
	.c-bannerlink__title {
		transition: color 0.2s;
	}
	.c-bannerlink__inner {
		transition: box-shadow 0.2s;
	}
	.c-bannerlink__inner:hover {
		box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
	}
	.c-bannerlink__inner:hover .c-bannerlink__title {
		color: #0057CA;
	}
}

/*----------
	imageset
----------*/
.c-imageset__title {
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.6;
}
.c-imageset__text {
	margin-top: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
}
.c-imageset__button {
	max-width: 373px;
	margin: 48px auto 16px auto;
}
@media (max-width: 767px) {
	.c-imageset__image {
		margin-bottom: 16px;
	}
}
@media (min-width: 768px) {
	.c-imageset__inner {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row-reverse;
	}
	.c-imageset__image {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(50% - 16px);
	}
	.c-imageset__content {
		flex-grow: 1;
		flex-shrink: 0;
		flex-basis: calc(50% - 16px);
		margin-right: 32px;
	}
	.c-imageset__button {
		margin-top: 32px;
		margin-left: 0;
	}
	.c-imageset--1t2 .c-imageset__image {
		flex-basis: calc(33.3333% - 16px);
	}
	.c-imageset--1t3 .c-imageset__image {
		flex-basis: calc(25% - 16px);
	}
	.c-imageset--1t4 .c-imageset__image {
		flex-basis: calc(20% - 16px);
	}
	.c-imageset--1t5 .c-imageset__image {
		flex-basis: calc(16.6666% - 16px);
	}
	.c-imageset--reverse .c-imageset__inner {
		flex-direction: row;
	}
	.c-imageset--reverse .c-imageset__content {
		margin-right: 0;
		margin-left: 32px;
	}
}

@media (min-width: 768px) {
	.c-imageset--imgsize .c-imageset__image {
		flex-basis: auto;
		max-width: 60%;
	}
	.c-imageset--imgsize .c-imageset__image img {
		width: auto;
		max-width: 100%;
	}
	.c-imageset--imgsize .c-imageset__content {
		flex-basis: auto;
		flex-shrink: 1;
	}
}

/*----------
	news
----------*/
.c-news {
	line-height: 1.6;
}
.c-news > a {
	display: inline-block;
}
.c-news__detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
}
.c-news__date {
	flex-shrink: 0;
	min-width: 5.4em;
	margin-right: 16px;
	vertical-align: middle;
	font-size: 1.4rem;
	color: #888;
}
.c-news__headline {
	flex: 0 0 100%;
	font-size: 1.4rem;
	color: #222;
}
.c-news__headline > [class^=icon-] {
	font-size: 1.8rem;
	vertical-align: middle;
}
.c-news--new .c-news__headline::after {
	content: "NEW";
	display: inline-block;
	width: 46px;
	height: 26px;
	margin-left: 16px;
	border: 2px solid #d80514;
	vertical-align: middle;
	background-color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	line-height: 22px;
	color: #d80514;
	position: absolute;
	top: -4px;
	right: 0;
}
@media (max-width: 767px) {
	.c-news__date {
		margin-bottom: 8px;
	}
	.c-news__tag {
		margin-bottom: 8px;
	}
}
@media (min-width: 768px) {
	.c-news > a:hover .c-news__headline {
		text-decoration: underline;
	}
	.c-news__detail {
		flex-wrap: nowrap;
	}
	.c-news__date {
		margin-right: 20px;
	}
	.c-news__tag {
		margin-right: 20px;
	}
	.c-news__headline {
		flex: 1 1 auto;
		margin-top: -0.3em;
		font-size: 1.8rem;
	}
	.c-news--new .c-news__headline::after {
		position: static;
	}
}

/*----------
	news list
----------*/
.c-news-list__item {
	padding: 24px 0;
	border-bottom: 1px solid #ddd;
}

/*----------
	grid
----------*/
@media (max-width: 767px) {
	.c-grid__item + .c-grid__item {
		margin-top: 30px;
	}
	.c-grid--sp2up {
		display: grid;
		gap: 16px;
		grid-template-columns: repeat(2, 1fr);
	}
	.c-grid--sp2up .c-grid__item + .c-grid__item {
		margin-top: 0;
	}
}
@media (min-width: 768px) {
	.c-grid {
		display: grid;
		gap: 30px 40px;
	}
	.c-grid--2up {
		grid-template-columns: repeat(2, 1fr);
	}
	.c-grid--3up {
		grid-template-columns: repeat(3, 1fr);
	}
	.c-grid--4up {
		grid-template-columns: repeat(4, 1fr);
	}
	.c-grid--sp2up {
		grid-template-columns: repeat(4, 1fr);
	}
}

/*----------
	Q & A
----------*/
.c-qa {
	border-top: 1px solid #ddd;
}
.c-qa__item {
	border-bottom: 1px solid #ddd;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	transition: background-color 0.2s;
}
.c-qa__q, .c-qa__a {
	position: relative;
}
.c-qa__q::before, .c-qa__a::before {
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 19px;
	left: 10px;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1;
	color: #0057CA;
}
.c-qa__q {
	padding: 20px 40px;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.6;
	cursor: pointer;
}
.c-qa__q::before {
	content: "Q";
}
.c-qa__q::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 50%;
	right: 8px;
	font-size: 2.2rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #0057CA;
}
.c-qa__a {
	height: 0;
	padding: 0 40px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	font-size: 1.4rem;
	transition: opacity 0.2s, visibility 0.2s;
}
.c-qa__a::before {
	content: "A";
	top: 0;
}
.c-qa__a > a {
	text-decoration: underline;
	color: #0057CA;
}
.c-qa__a > a[target=_blank]::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	margin: 0 0.25em;
	font-size: 1.4rem;
}
.c-qa__item.active {
	background-color: #F0F3F7;
}
.c-qa__item.active .c-qa__q::after {
	content: "";
}
.c-qa__item.active .c-qa__a {
	height: auto;
	padding-bottom: 20px;
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
@media (min-width: 768px) {
	.c-qa__q::before, .c-qa__a::before {
		width: 28px;
		height: 28px;
		top: 22px;
		left: 32px;
		font-size: 2.8rem;
	}
	.c-qa__q {
		padding: 24px 80px 24px 80px;
		font-size: 1.8rem;
	}
	.c-qa__q::after {
		right: 30px;
	}
	.c-qa__a {
		padding: 0 130px;
		font-size: 1.6rem;
		transition: opacity 0.2s, visibility 0.2s;
	}
	.c-qa__a::before {
		content: "A";
		top: 0;
		left: 80px;
	}
	.c-qa__a > a {
		transition: color 0.2s;
	}
	.c-qa__a > a:hover {
		color: #16BEBE;
	}
	.c-qa__item.active .c-qa__a {
		padding-bottom: 32px;
	}
}

/*----------
	relation tag container
----------*/
.c-relationtag-container {
	padding: 24px 16px;
	background-color: #F0F3F7;
}
.c-relationtag-container > dl > dd {
	margin-top: 20px;
}
@media (min-width: 768px) {
	.c-relationtag-container {
		padding: 40px;
	}
	.c-relationtag-container > dl {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.c-relationtag-container > dl > dt {
		flex: 0 0 228px;
	}
	.c-relationtag-container > dl > dd {
		flex-grow: 1;
		margin-top: 0;
		padding-left: 40px;
		border-left: 1px solid #ddd;
	}
}

/*----------
	contact container
----------*/
.c-contact-container {
	border: 1px solid #ddd;
}
.c-contact-container > dl > dt {
	background-color: #F0F3F7;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 50px;
}
.c-contact-container > dl > dd {
	padding: 24px 20px;
	text-align: center;
}
.c-contact-container__telbtn {
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid #ddd;
}
.c-contact-container__telbtn__tel {
	margin-bottom: 34px;
}
.c-contact-container__telbtn__tel > a {
	display: block;
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 1.2;
	color: #0057CA;
}
.c-contact-container__telbtn__tel > a::before {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	font-size: 2.4rem;
}
.c-contact-container__telbtn__tel > span {
	margin-top: 8px;
	display: block;
	font-size: 1.3rem;
}
.c-contact-container__telbtn__btn {
	display: inline-block;
	width: 245px;
}
@media (min-width: 768px) {
	.c-contact-container > dl > dt {
		font-size: 2rem;
		line-height: 60px;
	}
	.c-contact-container > dl > dd {
		padding: 32px 96px;
	}
	.c-contact-container__telbtn {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 40px;
		padding-top: 0;
		border-top: none;
	}
	.c-contact-container__telbtn__tel {
		flex: 0 0 380px;
		margin-bottom: 0;
	}
	.c-contact-container__telbtn__tel > a {
		pointer-events: none;
		font-size: 3.2rem;
	}
	.c-contact-container__telbtn__tel > span {
		margin-top: 0;
	}
	.c-contact-container__telbtn__tel + .c-contact-container__telbtn__btn {
		padding-left: 60px;
		border-left: 1px solid #ddd;
	}
	.c-contact-container__telbtn__btn {
		width: 300px;
	}
}

/*----------
	accordion container
----------*/
.c-accordion-container {
	background-color: #F0F3F7;
	position: relative;
}
.c-accordion-container::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 18px;
	right: 16px;
	font-size: 2.2rem;
	color: #0057CA;
	pointer-events: none;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	transition: -webkit-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.c-accordion-container > dl > dd {
	height: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s, visibility 0.2s;
}
.c-accordion-container__trigger {
	padding: 18px 48px 18px 16px;
	cursor: pointer;
}
.c-accordion-container__contents {
	padding: 20px 16px 18px;
}
.c-accordion-container.active::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	content: "";
}
.c-accordion-container.active > dl > dd {
	height: auto;
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
@media (min-width: 768px) {
	.c-accordion-container::after {
		top: 44px;
		right: 30px;
	}
	.c-accordion-container__trigger {
		padding: 40px 48px 40px 40px;
	}
	.c-accordion-container__contents {
		padding: 20px 40px 40px;
	}
}

/*----------
	prev next
----------*/
.c-prevnext:after {
	content: "";
	display: table;
	clear: both;
}
.c-prevnext > li {
	max-width: 476px;
	width: calc(50% - 8px);
	border: 1px solid #ddd;
	background-color: #fff;
}
.c-prevnext > li > a {
	display: block;
	padding: 14px 16px;
	position: relative;
	font-size: 1.3rem;
	line-height: 1.6;
}
.c-prevnext > li > a > span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	max-height: 4.8em;
	overflow: hidden;
}
.c-prevnext > li > a::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.c-prevnext > li.c-prevnext__prev {
	margin-right: 8px;
	float: left;
}
.c-prevnext > li.c-prevnext__prev > a {
	padding-left: 48px;
}
.c-prevnext > li.c-prevnext__prev > a::after {
	content: "";
	left: 16px;
}
.c-prevnext > li.c-prevnext__next {
	margin-left: 8px;
	float: right;
}
.c-prevnext > li.c-prevnext__next > a {
	padding-right: 48px;
}
.c-prevnext > li.c-prevnext__next > a::after {
	content: "";
	right: 16px;
}
@media (min-width: 768px) {
	.c-prevnext > li > a {
		display: block;
		font-size: 1.6rem;
		line-height: 1;
		transition: color 0.2s linear;
	}
	.c-prevnext > li > a > span {
		width: 374px;
		display: block;
		height: 1em;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.c-prevnext > li > a:hover {
		color: #0057CA;
	}
	.c-prevnext > li.c-prevnext__prev > a {
		padding-left: 72px;
		padding-right: 30px;
	}
	.c-prevnext > li.c-prevnext__prev > a::after {
		left: 20px;
	}
	.c-prevnext > li.c-prevnext__next > a {
		padding-left: 30px;
		padding-right: 72px;
	}
	.c-prevnext > li.c-prevnext__next > a::after {
		right: 20px;
	}
}

/*----------
	pagenation
----------*/
.c-pagenation {
	display: flex;
	justify-content: center;
	align-items: center;
}
.c-pagenation > li {
	width: 32px;
	height: 32px;
	border: 1px solid #ddd;
	background-color: #fff;
}
.c-pagenation > li > a, .c-pagenation > li > span {
	display: block;
	text-align: center;
	font-size: 1.4rem;
	line-height: 30px;
}
.c-pagenation > li.c-pagenation__ellipsis {
	border-color: #fff;
}
.c-pagenation > li.c-pagenation__current {
	border-color: #888;
	background-color: #888;
}
.c-pagenation > li.c-pagenation__current > span {
	color: #fff;
}
.c-pagenation > li [class^=icon-] {
	color: #222;
}
.c-pagenation > li + li {
	margin-left: 8px;
}
@media (min-width: 768px) {
	.c-pagenation > li {
		width: 42px;
		height: 42px;
	}
	.c-pagenation > li > a, .c-pagenation > li > span {
		font-size: 1.6rem;
		line-height: 40px;
	}
	.c-pagenation > li > a {
		transition: color 0.2s linear;
	}
	.c-pagenation > li > a:hover {
		color: #0057CA;
	}
	.c-pagenation > li + li {
		margin-left: 16px;
	}
}

/*----------
	search
----------*/
.c-search {
	height: 50px;
	padding: 8px 80px 8px 20px;
	border: 1px solid #ddd;
	position: relative;
	background: #fff;
	box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}
.c-search input[type=text] {
	display: block;
	width: 100%;
	font-size: 1.6rem;
	line-height: 34px;
}
.c-search button[type=submit] {
	display: block;
	width: 60px;
	height: 34px;
	border-radius: 5px;
	background-color: #000;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}
.c-search button[type=submit] > span::before {
	content: "検索";
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 34px;
	color: #fff;
}

/*----------
	pulldown link
----------*/
.c-pulldown-link {
	width: 200px;
	padding-right: 10px;
	border: 1px solid #222;
}
.c-pulldown-link select {
	display: block;
	padding: 10px 20px;
	width: 100%;
	font-size: 1.6rem;
	outline: none;
}

/*----------
	featurelink container
----------*/
.c-featurelink-container__inner > ul .c-featurelink-container__slide {
	width: 300px;
	padding: 0 10px;
}
@media (min-width: 768px) {
	.c-featurelink-container {
		width: 1240px;
		margin-right: auto;
		margin-left: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	.c-featurelink-container__inner > ul .c-featurelink-container__slide {
		width: 373px;
		padding: 0;
	}
	.c-featurelink-container__inner > ul .c-featurelink-container__slide + .c-featurelink-container__slide {
		margin-left: 40px;
	}
}

/*----------
	modal
----------*/
.modal {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 100vw;
	z-index: -1;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s;
}
.modal__layer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(83, 89, 97, 0.8);
	cursor: pointer;
}
.modal__layer::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	font-size: 32px;
	color: #ccc;
	pointer-events: none;
}
.modal__inner {
	width: 100%;
	max-width: 1200px;
	max-height: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	overflow-y: auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.modal.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	left: 0;
	z-index: 150;
}
@media (min-width: 768px) {
	.modal {
		min-width: 1240px;
	}
}

/*----------
	sitemaplink
----------*/
.c-sitemaplink > a {
	display: block;
	padding-left: 24px;
	position: relative;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #222;
	transition: color 0.2s linear;
}
.c-sitemaplink > a:hover {
	color: #0057CA;
}
.c-sitemaplink > a::before {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0.25em;
	left: 0;
	font-size: 16px;
	color: #0057CA;
}
.c-sitemaplink--prim {
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.c-sitemaplink--prim::after {
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background-color: #0057CA;
	position: absolute;
	bottom: -2px;
	left: 0;
}
.c-sitemaplink--prim > a {
	padding-left: 32px;
	font-weight: bold;
	font-size: 2rem;
}
.c-sitemaplink--prim > a::before {
	width: 18px;
	height: 18px;
	top: 0.4em;
	font-size: 18px;
}
.c-sitemaplink--tert > a {
	padding-left: 16px;
	font-size: 1.4rem;
	color: #888;
}
.c-sitemaplink--tert > a::before {
	content: "";
	width: 14px;
	height: 14px;
	top: 0.35em;
	font-size: 14px;
}

/*----------
	tel
----------*/
.c-tel > a {
	display: block;
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 1.2;
	color: #0057CA;
}
.c-tel > a::before {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	font-size: 2.4rem;
}
.c-tel > span {
	margin-top: 8px;
	display: block;
	font-size: 1.3rem;
}
@media (min-width: 768px) {
	.c-tel > a {
		pointer-events: none;
		font-size: 3.2rem;
	}
	.c-tel > span {
		margin-top: 0;
	}
}

/*----------
	main header
----------*/
.l-mainheader {
	width: 100%;
}
@media (max-width: 767px) {
	.l-mainheader__inner {
		width: 100%;
		height: 80px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 50;
		background-color: #fff;
		transition: background-color 0.2s;
	}
	.l-mainheader__logo {
		position: absolute;
		top: 20px;
		left: 15px;
	}
	.l-mainheader__logo > a {
		display: block;
		width: 200px;
	}
	.l-mainheader__logo #SVGmainlogo_1,
.l-mainheader__logo #SVGmainlogo_2 {
		transition: fill 0.2s;
	}
	.l-mainheader__navtoggle {
		width: 50px;
		height: 50px;
		position: absolute;
		top: 15px;
		right: 5.3333333333%;
	}
	.l-mainheader__navtoggle > span, .l-mainheader__navtoggle:after, .l-mainheader__navtoggle:before {
		display: block;
		width: 50px;
		height: 1px;
		margin: auto;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: #000;
		transition: opacity 0.2s, background-color 0.2s, -webkit-transform 0.2s;
		transition: transform 0.2s, opacity 0.2s, background-color 0.2s;
		transition: transform 0.2s, opacity 0.2s, background-color 0.2s, -webkit-transform 0.2s;
	}
	.l-mainheader__navtoggle > span {
		opacity: 1;
		text-indent: -9999px;
	}
	.l-mainheader__navtoggle:before {
		content: "";
		-webkit-transform: translate(0, -8px) rotate(0deg);
		transform: translate(0, -8px) rotate(0deg);
	}
	.l-mainheader__navtoggle:after {
		content: "";
		-webkit-transform: translate(0, 8px) rotate(0deg);
		transform: translate(0, 8px) rotate(0deg);
	}
	.l-mainheader__nav {
		visibility: hidden;
		opacity: 0;
		transition: opacity 0.2s, visibility 0.2s;
	}
	.l-mainheader__globalnav {
		display: none;
	}
	.l-mainheader--lv2:not(.sp-nav-active) .l-mainheader__inner {
		background-color: transparent;
	}
	.l-mainheader--lv2:not(.sp-nav-active) .l-mainheader__logo #SVGmainlogo_1,
.l-mainheader--lv2:not(.sp-nav-active) .l-mainheader__logo #SVGmainlogo_2 {
		fill: #fff;
	}
	.l-mainheader--lv2:not(.sp-nav-active) .l-mainheader__navtoggle > span, .l-mainheader--lv2:not(.sp-nav-active) .l-mainheader__navtoggle:after, .l-mainheader--lv2:not(.sp-nav-active) .l-mainheader__navtoggle:before {
		background-color: #fff;
	}
	.l-mainheader.sp-nav-active .l-mainheader__inner {
		background-color: #fff;
	}
	.l-mainheader.sp-nav-active .l-mainheader__navtoggle > span {
		opacity: 0;
	}
	.l-mainheader.sp-nav-active .l-mainheader__navtoggle:before {
		-webkit-transform: translate(0, 0) rotate(-30deg);
		transform: translate(0, 0) rotate(-30deg);
	}
	.l-mainheader.sp-nav-active .l-mainheader__navtoggle:after {
		-webkit-transform: translate(0, 0) rotate(30deg);
		transform: translate(0, 0) rotate(30deg);
	}
	.l-mainheader.sp-nav-active .l-mainheader__nav {
		visibility: visible;
		opacity: 1;
	}
}
@media (min-width: 768px) {
	.l-mainheader {
		min-width: 1240px;
	}
	.l-mainheader__inner {
		min-width: 1200px;
		width: 100%;
		height: 114px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 50;
		background-color: #fff;
		transition: background-color 0.2s;
	}
	.l-mainheader__logo {
		position: absolute;
		top: 10px;
		left: 30px;
		transition: top 0.2s ease-in-out;
	}
	.l-mainheader__logo > a {
		display: block;
		width: 300px;
	}
	.l-mainheader__navtoggle {
		position: absolute;
		top: 28px;
		right: 40px;
		z-index: 101;
		font-size: 1.4rem;
		line-height: 16px;
		cursor: pointer;
	}
	.l-mainheader__navtoggle > span {
		opacity: 1;
		color: #222;
		transition: opacity 0.2s, color 0.2s;
	}
	.l-mainheader__navtoggle > span:hover {
		color: #0057CA;
	}
	.l-mainheader__navtoggle > span::before {
		font-family: "iconfont" !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		content: "";
		display: inline-block;
		width: 16px;
		height: 16px;
		margin-right: 8px;
		font-size: 16px;
	}
	.l-mainheader__navtoggle:after, .l-mainheader__navtoggle:before {
		display: block;
		width: 50px;
		height: 1px;
		margin: auto;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: #000;
		opacity: 0;
	}
	.l-mainheader__navtoggle:before {
		content: "";
		-webkit-transform: translate(0, -8px) rotate(0deg);
		transform: translate(0, -8px) rotate(0deg);
		transition: opacity 0.2s, -webkit-transform 0.2s;
		transition: transform 0.2s, opacity 0.2s;
		transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
	}
	.l-mainheader__navtoggle:after {
		content: "";
		-webkit-transform: translate(0, 8px) rotate(0deg);
		transform: translate(0, 8px) rotate(0deg);
		transition: opacity 0.2s, -webkit-transform 0.2s;
		transition: transform 0.2s, opacity 0.2s;
		transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
	}
	.l-mainheader__nav {
		visibility: hidden;
		opacity: 0;
		transition: opacity 0.2s, visibility 0.2s;
	}
	.l-mainheader__globalnav__main {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		position: absolute;
		top: 64px;
		right: 40px;
		transition: top 0.2s ease-in-out;
	}
	.l-mainheader__globalnav__main > li > a {
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1;
		opacity: 1;
		color: #222;
		transition: color 0.2s linear;
	}
	.l-mainheader__globalnav__main > li > a:hover {
		color: #0057CA;
	}
	.l-mainheader__globalnav__main > li + li {
		margin-left: 24px;
	}
	.l-mainheader__globalnav__util {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		position: absolute;
		top: 22px;
		right: 170px;
	}
	.l-mainheader__globalnav__util > li > a {
		font-size: 1.4rem;
		line-height: 1;
		color: #222;
		transition: color 0.2s linear;
	}
	.l-mainheader__globalnav__util > li > a:hover {
		color: #0057CA;
	}
	.l-mainheader__globalnav__util > li > a > [class^=icon-] {
		color: #222;
	}
	.l-mainheader__globalnav__util > li + li {
		margin-left: 24px;
	}
	.l-mainheader--lv2 .l-mainheader__inner {
		background-color: transparent;
	}
	.l-mainheader--lv2 .l-mainheader__logo #SVGmainlogo_1,
.l-mainheader--lv2 .l-mainheader__logo #SVGmainlogo_2 {
		fill: #fff;
	}
	.l-mainheader--lv2 .l-mainheader__navtoggle > span {
		color: #fff;
		transition: opacity 0.2s;
	}
	.l-mainheader--lv2 .l-mainheader__navtoggle > span:hover {
		opacity: 0.6;
	}
	.l-mainheader--lv2 .l-mainheader__globalnav__main > li > a {
		color: #fff;
		transition: opacity 0.2s;
	}
	.l-mainheader--lv2 .l-mainheader__globalnav__main > li > a:hover {
		opacity: 0.6;
	}
	.l-mainheader--lv2 .l-mainheader__globalnav__util > li > a {
		color: #fff;
		transition: opacity 0.2s;
	}
	.l-mainheader--lv2 .l-mainheader__globalnav__util > li > a:hover {
		opacity: 0.6;
	}
	.l-mainheader--lv2 .l-mainheader__globalnav__util > li > a > [class^=icon-] {
		color: #fff;
	}
	.l-mainheader.pc-nav-compact .l-mainheader__inner {
		height: 70px;
	}
	.l-mainheader.pc-nav-compact .l-mainheader__logo {
		top: 5px;
	}
	.l-mainheader.pc-nav-compact .l-mainheader__logo #SVGmainlogo_2 {
		opacity: 0;
	}
	.l-mainheader.pc-nav-compact .l-mainheader__navtoggle {
		display: none;
	}
	.l-mainheader.pc-nav-compact .l-mainheader__globalnav__util {
		display: none;
	}
	.l-mainheader.pc-nav-compact .l-mainheader__globalnav__main {
		top: 20px;
	}
	.l-mainheader.pc-nav-active .l-mainheader__navtoggle {
		position: fixed;
	}
	.l-mainheader.pc-nav-active .l-mainheader__navtoggle > span {
		opacity: 0;
	}
	.l-mainheader.pc-nav-active .l-mainheader__navtoggle:before {
		opacity: 1;
		-webkit-transform: translate(0, 0) rotate(-30deg);
		transform: translate(0, 0) rotate(-30deg);
	}
	.l-mainheader.pc-nav-active .l-mainheader__navtoggle:after {
		opacity: 1;
		-webkit-transform: translate(0, 0) rotate(30deg);
		transform: translate(0, 0) rotate(30deg);
	}
	.l-mainheader.pc-nav-active .l-mainheader__nav {
		visibility: visible;
		opacity: 1;
	}
}

.exlink {
	height: 30px;
	border: 1px solid #222;
	border-radius: 15px;
}
.exlink > a {
	display: block;
	height: 100%;
	padding: 0 12px;
	font-size: 1.2rem !important;
	line-height: 28px !important;
}
.exlink > a > [class^=icon-] {
	color: #222;
	margin-right: 0.25em;
}

.l-mainheader--lv2 .l-mainheader__globalnav__main .exlink {
	border-color: #fff;
}
.l-mainheader--lv2 .l-mainheader__globalnav__main .exlink > a > [class^=icon-] {
	color: #fff;
}

/*----------
	main navigation
----------*/
@media (max-width: 767px) {
	.l-mainnav {
		width: 100vw;
		height: calc(100vh - 64px);
		position: fixed;
		top: 80px;
		left: 0;
		z-index: 100;
		overflow-y: auto;
		scroll-behavior: smooth;
		background-color: #fff;
	}
	.l-mainnav__inner {
		padding: 40px 5.3333333333% 120px 5.3333333333%;
	}
	.l-mainnav__list {
		border-top: 1px solid #ddd;
		position: relative;
	}
	.l-mainnav__list__cattoplink {
		display: block;
		width: 40px;
		height: 56px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.l-mainnav__list__cattoplink::before {
		content: "";
		display: block;
		height: 26px;
		width: 1px;
		background-color: #ddd;
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.l-mainnav__list--hassub .l-mainnav__cattop > a::before {
		font-family: "iconfont" !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		display: block;
		width: 14px;
		height: 14px;
		content: "";
		position: absolute;
		top: 50%;
		right: 56px;
		font-size: 14px;
		color: #999;
		-webkit-transform: translateY(-50%) rotate(0deg);
		transform: translateY(-50%) rotate(0deg);
		transition: -webkit-transform 0.2s;
		transition: transform 0.2s;
		transition: transform 0.2s, -webkit-transform 0.2s;
	}
	.l-mainnav__list--hassub.sp-sub-active .l-mainnav__cattop > a::before {
		-webkit-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg);
	}
	.l-mainnav__list--hassub.sp-sub-active .l-mainnav__sub {
		height: auto;
		opacity: 1;
		visibility: visible;
		pointer-events: all;
	}
	.l-mainnav__cattop > a {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		min-height: 56px;
		padding-right: 80px;
		position: relative;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.6;
		color: #222;
	}
	.l-mainnav__cattop > a::after {
		font-family: "iconfont" !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		display: block;
		width: 14px;
		height: 14px;
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		font-size: 14px;
		color: #0057CA;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.l-mainnav__sub {
		height: 0;
		position: relative;
		overflow: hidden;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 0.2s;
	}
	.l-mainnav__sub > li a {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		min-height: 40px;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 1.4rem;
		line-height: 1.6;
		color: #222;
	}
	.l-mainnav__sub > li:last-child a {
		margin-bottom: 20px;
	}
	.l-mainnav__util {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
		margin-top: 24px;
	}
	.l-mainnav__util > li {
		margin-top: 16px;
		margin-right: 20px;
	}
	.l-mainnav__util > li:nth-child(2) {
		margin-right: 40px;
	}
	.l-mainnav__util > li > a {
		font-size: 1.4rem;
		line-height: 1;
	}
	.l-mainnav__util > li > a > [class^=icon-] {
		color: #222;
	}
}
@media (min-width: 768px) {
	.l-mainnav {
		width: 100vw;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		overflow-y: auto;
		scroll-behavior: smooth;
		background-color: #fff;
	}
	.l-mainnav__inner {
		width: 1240px;
		margin: 0 auto;
		padding: 0 20px;
		position: relative;
	}
	.l-mainnav__main {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		padding: 134px 310px 0 0;
	}
	.l-mainnav__list {
		width: 270px;
		flex: 0 0 270px;
		margin-bottom: 80px;
	}
	.l-mainnav__list__cattoplink {
		display: none;
	}
	.l-mainnav__list#mainnav_company {
		position: absolute;
		top: 134px;
		right: 0;
	}
	.l-mainnav__cattop {
		padding-bottom: 20px;
		border-bottom: 1px solid #ddd;
		position: relative;
	}
	.l-mainnav__cattop::after {
		content: "";
		display: block;
		width: 50px;
		height: 3px;
		background-color: #0057CA;
		position: absolute;
		bottom: -2px;
		left: 0;
	}
	.l-mainnav__cattop > a {
		display: block;
		font-weight: bold;
		font-size: 2rem;
		line-height: 1.6;
		color: #222;
		transition: color 0.2s linear;
	}
	.l-mainnav__cattop > a:hover {
		color: #0057CA;
	}
	.l-mainnav__cattop > a::before {
		font-family: "iconfont" !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		display: inline-block;
		content: "";
		width: 18px;
		height: 18px;
		margin-right: 7px;
		font-size: 18px;
		color: #0057CA;
	}
	.l-mainnav__sub {
		padding-top: 20px;
	}
	.l-mainnav__sub > li a {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		min-height: 36px;
		font-size: 1.6rem;
		line-height: 1.6;
		color: #222;
		transition: color 0.2s linear;
	}
	.l-mainnav__sub > li a:hover {
		color: #0057CA;
	}
	.l-mainnav__sub > li.l-mainnav__lv3 > a {
		font-size: 1.4rem;
		color: #888;
		transition: color 0.2s linear;
	}
	.l-mainnav__sub > li.l-mainnav__lv3 > a:hover {
		color: #0057CA;
	}
	.l-mainnav__util {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		position: absolute;
		top: 22px;
		right: 164px;
	}
	.l-mainnav__util > li {
		margin-left: 24px;
	}
	.l-mainnav__util > li > a {
		font-size: 1.4rem;
		line-height: 1;
		color: #222;
		transition: color 0.2s linear;
	}
	.l-mainnav__util > li > a:hover {
		color: #0057CA;
	}
	.l-mainnav__util > li > a > [class^=icon-] {
		color: #222;
	}
	.l-mainnav__util > li:nth-child(1) {
		order: 2;
	}
	.l-mainnav__util > li:nth-child(2) {
		order: 3;
	}
	.l-mainnav__util > li:nth-child(3) {
		order: 1;
	}
}

/*----------
	main footer
----------*/
.l-mainfooter {
	width: 100%;
	background-color: #535961;
}
.l-mainfooter__inner {
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5.3333333333%;
	padding-right: 5.3333333333%;
	padding-top: 24px;
	padding-bottom: 18px;
	position: relative;
}
@media (min-width: 768px) {
	.l-mainfooter__inner {
		width: 1240px;
		padding-left: 20px;
		padding-right: 20px;
	}
}
.l-mainfooter__logo {
	width: 250px;
}
.l-mainfooter__nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-start;
	margin-top: 48px;
}
.l-mainfooter__nav > ul {
	flex: 0 0 50%;
	margin-bottom: 24px;
}
.l-mainfooter__nav > ul > li {
	line-height: 1.4;
}
.l-mainfooter__nav > ul > li > a {
	font-weight: bold;
	font-size: 1.5rem;
	color: #fff;
}
.l-mainfooter__nav > ul > li + li {
	margin-top: 8px;
}
.l-mainfooter__utility {
	margin-top: 64px;
}
.l-mainfooter__utility > ul > li {
	font-size: 1.3rem;
	line-height: 1.4;
}
.l-mainfooter__utility > ul > li > a {
	color: #ccc;
}
.l-mainfooter__utility > ul > li + li {
	margin-top: 12px;
}
.l-mainfooter__backhead {
	position: fixed;
	bottom: 23px;
	z-index: 40;
	right: 5.3333333333%;
}
.l-mainfooter__backhead > a {
	display: block;
	width: 48px;
	height: 48px;
	border: 1px solid #888;
	background-color: #535961;
	text-align: center;
}
.l-mainfooter__backhead > a > [class^=icon-] {
	font-size: 16px;
	line-height: 46px;
	color: #F0F3F7;
}
.l-mainfooter__copyright {
	border-top: 1px solid #888;
	padding: 6px 68px 0 0;
	margin-top: 32px;
	font-size: 1.3rem;
	color: #ccc;
}
@media (min-width: 768px) {
	.l-mainfooter {
		min-width: 1240px;
	}
	.l-mainfooter__inner {
		padding-top: 50px;
		padding-bottom: 32px;
	}
	.l-mainfooter__logo {
		width: 300px;
		position: absolute;
		top: 50px;
		left: 20px;
	}
	.l-mainfooter__nav {
		flex-wrap: nowrap;
		margin-top: 0;
	}
	.l-mainfooter__nav > ul {
		flex: 0 0 auto;
		margin-bottom: 0;
	}
	.l-mainfooter__nav > ul + ul {
		margin-left: 72px;
	}
	.l-mainfooter__nav > ul > li > a {
		opacity: 1;
		font-weight: bold;
		font-size: 1.5rem;
		color: #fff;
		transition: opacity 0.2s;
	}
	.l-mainfooter__nav > ul > li > a:hover {
		opacity: 0.6;
	}
	.l-mainfooter__nav > ul > li + li {
		margin-top: 12px;
	}
	.l-mainfooter__utility {
		margin-top: 80px;
	}
	.l-mainfooter__utility > ul > li {
		display: inline-block;
		line-height: 1;
	}
	.l-mainfooter__utility > ul > li > a {
		opacity: 1;
		transition: opacity 0.2s;
	}
	.l-mainfooter__utility > ul > li > a:hover {
		opacity: 0.6;
	}
	.l-mainfooter__utility > ul > li + li {
		margin-top: 0;
		margin-left: 8px;
		padding-left: 8px;
		border-left: 1px solid #ccc;
	}
	.l-mainfooter__backhead {
		bottom: 62px;
		right: 40px;
	}
	.l-mainfooter__backhead > a {
		width: 60px;
		height: 60px;
		transition: background-color 0.2s;
	}
	.l-mainfooter__backhead > a > [class^=icon-] {
		font-size: 20px;
		line-height: 58px;
		transition: color 0.2s;
	}
	.l-mainfooter__backhead > a:hover {
		background-color: #F0F3F7;
	}
	.l-mainfooter__backhead > a:hover > [class^=icon-] {
		color: #535961;
	}
}

/*----------
	main content
----------*/
.l-content {
	width: 100%;
	position: relative;
	overflow-x: hidden;
	padding-bottom: 100px;
}
@media (min-width: 768px) {
	.l-content {
		min-width: 1240px;
	}
}

.l-section {
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5.3333333333%;
	padding-right: 5.3333333333%;
}
@media (min-width: 768px) {
	.l-section {
		width: 1240px;
		padding-left: 20px;
		padding-right: 20px;
	}
}
.l-section--bg {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #F0F3F7;
}
.l-section--bg > *:first-child {
	margin-top: 0 !important;
}
.l-section--bg > *:last-child {
	margin-bottom: 0 !important;
}
@media (min-width: 768px) {
	.l-section--bg {
		max-width: 1200px;
		padding: 40px;
	}
}

.l-section-fullbg {
	background-color: #F0F3F7;
}
.l-section-fullbg__inner {
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5.3333333333%;
	padding-right: 5.3333333333%;
	padding-top: 48px;
	padding-bottom: 40px;
}
@media (min-width: 768px) {
	.l-section-fullbg__inner {
		width: 1240px;
		padding-left: 20px;
		padding-right: 20px;
	}
}
.l-section-fullbg__inner > *:first-child {
	margin-top: 0 !important;
}
.l-section-fullbg__inner > *:last-child {
	margin-bottom: 0 !important;
}
@media (min-width: 768px) {
	.l-section-fullbg__inner {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}

.l-section-pickup {
	padding-top: 40px;
	padding-bottom: 40px;
	background: url("/images/pickup-bg.jpg") no-repeat top center;
	background-size: cover;
}
.l-section-pickup__inner {
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5.3333333333%;
	padding-right: 5.3333333333%;
}
.l-section-pickup__inner > *:first-child {
	margin-top: 0 !important;
}
.l-section-pickup__inner > *:last-child {
	margin-bottom: 0 !important;
}
@media (min-width: 768px) {
	.l-section-pickup__inner {
		width: 1240px;
		padding-left: 20px;
		padding-right: 20px;
	}
}
.l-section-pickup__title {
	height: 0;
	overflow: visible;
	font-weight: bold;
	font-size: 2.6rem;
	line-height: 1;
	-webkit-transform: translateY(-54px);
	transform: translateY(-54px);
}
.l-section-pickup__title + [class^=c-] {
	margin-top: 0 !important;
}
@media (min-width: 768px) {
	.l-section-pickup {
		padding-top: 64px;
		padding-bottom: 64px;
		background-image: url("/images/pickup-bg-pc.jpg");
	}
	.l-section-pickup__title {
		font-size: 4rem;
		-webkit-transform: translateY(-88px);
		transform: translateY(-88px);
	}
}

.l-content-header {
	width: 100%;
	min-height: 232px;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.l-content-header__inner {
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5.3333333333%;
	padding-right: 5.3333333333%;
	padding-top: 120px;
	padding-bottom: 24px;
}
@media (min-width: 768px) {
	.l-content-header__inner {
		width: 1240px;
		padding-left: 20px;
		padding-right: 20px;
	}
}
.l-content-header__kv {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #0057CA;
}
.l-content-header__kv > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.l-content-header__sholder {
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.2;
	color: #888;
}
.l-content-header__date {
	margin-bottom: 4px;
	font-size: 1.6rem;
	line-height: 1.2;
	color: #888;
}
.l-content-header__title {
	margin-top: 4px;
}
.l-content-header--lv2 {
	min-height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.l-content-header--lv2 .l-content-header__inner {
	padding-top: 206px;
}
.l-content-header--lv2 .l-content-header__title {
	color: #fff;
}
.l-content-header--lv2 .l-breadcrumb__list > li > a,
.l-content-header--lv2 .l-breadcrumb__list > li > span {
	color: #fff;
}
.l-content-header--lv2 .l-breadcrumb__list > li > a::before,
.l-content-header--lv2 .l-breadcrumb__list > li > span::before {
	background-color: #fff;
}
@media (min-width: 768px) {
	.l-content-header {
		min-height: 360px;
	}
	.l-content-header__inner {
		padding-top: 196px;
		padding-bottom: 40px;
	}
	.l-content-header__sholder {
		font-size: 2rem;
	}
	.l-content-header__title {
		margin-top: 0;
	}
	.l-content-header--lv2 .l-content-header__inner {
		padding-top: 226px;
	}
}

/* 詳細ページ概要セクション */
.l-sammary {
	margin-top: -1px;
	background-color: #F0F3F7;
}
.l-sammary__inner {
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5.3333333333%;
	padding-right: 5.3333333333%;
	padding-top: 72px;
	padding-bottom: 40px;
	position: relative;
}
@media (min-width: 768px) {
	.l-sammary__inner {
		width: 1240px;
		padding-left: 20px;
		padding-right: 20px;
	}
}
.l-sammary__inner > *:first-child {
	margin-top: 0 !important;
}
.l-sammary__inner > *:last-child {
	margin-bottom: 0 !important;
}
.l-sammary__tag {
	border-radius: 0 0 10px 10px;
	position: absolute;
	top: 0;
	left: 5.3333333333%;
}
@media (min-width: 768px) {
	.l-sammary__tag {
		left: 20px;
	}
	.l-sammary__inner {
		padding-top: 88px;
		padding-bottom: 64px;
	}
}

.l-sammary-report {
	margin-top: -1px;
	background-color: #F0F3F7;
	position: relative;
}
.l-sammary-report__image {
	width: 100vw;
	position: absolute;
	top: 0;
	right: 0;
}
.l-sammary-report__inner {
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5.3333333333%;
	padding-right: 5.3333333333%;
	padding-top: 56.25%;
	padding-bottom: 40px;
	position: relative;
}
@media (min-width: 768px) {
	.l-sammary-report__inner {
		width: 1240px;
		padding-left: 20px;
		padding-right: 20px;
	}
}
.l-sammary-report__tag {
	border-radius: 0 0 10px 10px;
	position: absolute;
	top: 0;
	z-index: 10;
	left: 5.3333333333%;
}
.l-sammary-report__content {
	padding-top: 16px;
}
@media (min-width: 768px) {
	.l-sammary-report__tag {
		left: 20px;
	}
	.l-sammary-report__inner {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: flex-start;
		padding-top: 0;
		padding-bottom: 0;
	}
	.l-sammary-report__image {
		flex: 0 0 50%;
		position: relative;
	}
	.l-sammary-report__content {
		flex-grow: 1;
		flex-shrink: 0;
		flex-basis: calc(50% - 40px);
		margin-right: 40px;
		padding-top: 72px;
		padding-bottom: 64px;
	}
}

/* column */
.l-sammary-column {
	margin-top: 32px;
	background-color: #F0F3F7;
	position: relative;
}
.l-sammary-column__inner {
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5.3333333333%;
	padding-right: 5.3333333333%;
}
@media (min-width: 768px) {
	.l-sammary-column__inner {
		width: 1240px;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 767px) {
	.l-sammary-column__inner {
		width: 100%;
		max-width: 1240px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 5.3333333333%;
		padding-right: 5.3333333333%;
		padding-top: 56.25%;
		padding-bottom: 20px;
		position: relative;
	}
}
@media (max-width: 767px) and (min-width: 768px) {
	.l-sammary-column__inner {
		width: 1240px;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 767px) {
	.l-sammary-column__image {
		width: 100vw;
		position: absolute;
		top: 0;
		right: 0;
	}
}
@media (max-width: 767px) {
	.l-sammary-column__content {
		padding-top: 16px;
	}
}
@media (min-width: 768px) {
	.l-sammary-column__inner {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
	}
	.l-sammary-column__image {
		flex: 0 0 50%;
		position: relative;
	}
	.l-sammary-column__content {
		flex-grow: 1;
		flex-shrink: 0;
		flex-basis: calc(50% - 40px);
		margin-right: 40px;
	}
}

/* breadcrumb */
.l-breadcrumb {
	width: 100%;
	min-height: 15px;
	margin-bottom: 18px;
	position: relative;
	overflow-x: auto;
}
.l-breadcrumb__list {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	white-space: nowrap;
}
.l-breadcrumb__list > li > a,
.l-breadcrumb__list > li > span {
	display: block;
	font-size: 1.2rem;
	line-height: 1;
	color: #888;
}
.l-breadcrumb__list > li > span {
	color: #222;
}
.l-breadcrumb__list > li + li > a:before,
.l-breadcrumb__list > li + li > span:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 10px;
	border-radius: 50%;
	vertical-align: middle;
	background-color: #888;
}

/*----------
	local navigation
----------*/
.l-localnav {
	padding: 48px 0;
	background-color: #F0F3F7;
}
.l-localnav__inner {
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5.3333333333%;
	padding-right: 5.3333333333%;
}
@media (min-width: 768px) {
	.l-localnav__inner {
		width: 1240px;
		padding-left: 20px;
		padding-right: 20px;
	}
}
.l-localnav__nav {
	margin-top: 32px;
}
.l-localnav__nav > li > a {
	font-weight: bold;
}
@media (max-width: 767px) {
	.l-localnav__nav > li > a {
		font-size: 1.4rem;
	}
}
@media (min-width: 768px) {
	.l-localnav {
		padding: 64px 0;
	}
	.l-localnav__nav {
		margin-top: 40px;
	}
}

/* デフォルトマージン付きコンテンツ枠 */
/* 定形レイアウト　スタンダード */
.l-layout-regular {
	word-break: break-all;
}
.l-layout-regular .l-section > [class^=c-],
.l-layout-regular .l-section > .l-layout-wysiwyg,
.l-layout-regular .l-section-fullbg__inner > [class^=c-],
.l-layout-regular .l-section-fullbg__inner > .l-layout-wysiwyg,
.l-layout-regular .l-sammary__inner > [class^=c-],
.l-layout-regular .l-sammary__inner > .l-layout-wysiwyg,
.l-layout-regular .l-section-pickup__inner > [class^=c-],
.l-layout-regular .l-section-pickup__inner > .l-layout-wysiwyg {
	margin-top: 24px;
}
.l-layout-regular .l-section > .c-heading-seco,
.l-layout-regular .l-section-fullbg__inner > .c-heading-seco,
.l-layout-regular .l-sammary__inner > .c-heading-seco,
.l-layout-regular .l-section-pickup__inner > .c-heading-seco {
	margin-top: 72px;
	margin-bottom: 40px;
}
.l-layout-regular .l-section > .c-heading-tert,
.l-layout-regular .l-section-fullbg__inner > .c-heading-tert,
.l-layout-regular .l-sammary__inner > .c-heading-tert,
.l-layout-regular .l-section-pickup__inner > .c-heading-tert {
	margin-top: 56px;
}
.l-layout-regular .l-section > .c-heading-quat,
.l-layout-regular .l-section-fullbg__inner > .c-heading-quat,
.l-layout-regular .l-sammary__inner > .c-heading-quat,
.l-layout-regular .l-section-pickup__inner > .c-heading-quat {
	margin-top: 32px;
}
.l-layout-regular .l-section > .c-separator,
.l-layout-regular .l-section-fullbg__inner > .c-separator,
.l-layout-regular .l-sammary__inner > .c-separator,
.l-layout-regular .l-section-pickup__inner > .c-separator {
	margin-top: 20px;
	margin-bottom: 20px;
}
.l-layout-regular .l-section > .c-sitemaplink--prim,
.l-layout-regular .l-section-fullbg__inner > .c-sitemaplink--prim,
.l-layout-regular .l-sammary__inner > .c-sitemaplink--prim,
.l-layout-regular .l-section-pickup__inner > .c-sitemaplink--prim {
	margin-top: 56px;
}
.l-layout-regular > .l-section:first-of-type > .c-heading-seco:first-of-type {
	margin-top: 36px;
}
@media (min-width: 768px) {
	.l-layout-regular .l-section > [class^=c-],
.l-layout-regular .l-section > .l-layout-wysiwyg,
.l-layout-regular .l-section-fullbg__inner > [class^=c-],
.l-layout-regular .l-section-fullbg__inner > .l-layout-wysiwyg,
.l-layout-regular .l-sammary__inner > [class^=c-],
.l-layout-regular .l-sammary__inner > .l-layout-wysiwyg,
.l-layout-regular .l-section-pickup__inner > [class^=c-],
.l-layout-regular .l-section-pickup__inner > .l-layout-wysiwyg {
		margin-top: 32px;
	}
	.l-layout-regular .l-section > .c-heading-seco,
.l-layout-regular .l-section-fullbg__inner > .c-heading-seco,
.l-layout-regular .l-sammary__inner > .c-heading-seco,
.l-layout-regular .l-section-pickup__inner > .c-heading-seco {
		margin-top: 112px;
		margin-bottom: 48px;
	}
	.l-layout-regular .l-section > .c-heading-tert,
.l-layout-regular .l-section-fullbg__inner > .c-heading-tert,
.l-layout-regular .l-sammary__inner > .c-heading-tert,
.l-layout-regular .l-section-pickup__inner > .c-heading-tert {
		margin-top: 72px;
	}
	.l-layout-regular .l-section > .c-heading-quat,
.l-layout-regular .l-section-fullbg__inner > .c-heading-quat,
.l-layout-regular .l-sammary__inner > .c-heading-quat,
.l-layout-regular .l-section-pickup__inner > .c-heading-quat {
		margin-top: 48px;
	}
	.l-layout-regular .l-section > .c-separator,
.l-layout-regular .l-section-fullbg__inner > .c-separator,
.l-layout-regular .l-sammary__inner > .c-separator,
.l-layout-regular .l-section-pickup__inner > .c-separator {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.l-layout-regular .l-section > .c-sitemaplink--prim,
.l-layout-regular .l-section-fullbg__inner > .c-sitemaplink--prim,
.l-layout-regular .l-sammary__inner > .c-sitemaplink--prim,
.l-layout-regular .l-section-pickup__inner > .c-sitemaplink--prim {
		margin-top: 72px;
	}
	.l-layout-regular > .l-section:first-of-type > .c-heading-seco:first-of-type {
		margin-top: 56px;
	}
}

/* デフォルトマージン付きコンテンツ枠 */
/* 定形レイアウト　WYSIWYG */
.l-layout-wysiwyg {
	word-break: break-all;
}
.l-layout-wysiwyg a {
	text-decoration: underline;
	color: #0057CA;
}
.l-layout-wysiwyg a[target=_blank]:after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	margin-left: 0.25em;
	margin-right: 0.5em;
	font-size: 0.8em;
}
.l-layout-wysiwyg b {
	font-weight: bold;
}
.l-layout-wysiwyg table {
	max-width: 100%;
	overflow-x: auto;
	border: none;
	font-size: 1.6rem;
	line-height: 1.8;
}
.l-layout-wysiwyg table th,
.l-layout-wysiwyg table td {
	padding: 8px 16px;
	border: 1px solid #ddd;
	vertical-align: middle;
}
.l-layout-wysiwyg table th {
	background-color: #F0F3F7;
	font-weight: bold;
	text-align: center;
}
.l-layout-wysiwyg table thead th {
	background-color: #9AA2AB;
	border-color: #fff;
	color: #fff;
}
@media (max-width: 767px) {
	.l-layout-wysiwyg table {
		width: 100%;
	}
}
@media (min-width: 768px) {
	.l-layout-wysiwyg a {
		transition: color 0.2s;
	}
	.l-layout-wysiwyg a:hover {
		color: #16BEBE;
	}
	.l-layout-wysiwyg table[align=center] {
		margin-left: auto;
		margin-right: auto;
	}
}

/* MARS FINDER レイアウト */
.mf_finder_logo {
	display: none;
	margin-bottom: 0 !important;
}

.mf_finder_searchBox {
	margin: 0 !important;
}
.mf_finder_searchBox_useSelects {
	position: static !important;
}
.mf_finder_searchBox_items {
	display: block !important;
	padding: 0 !important;
}
.mf_finder_searchBox_query_input {
	min-height: none !important;
	height: auto !important;
	border: none !important;
	padding: 0 !important;
}
.mf_finder_searchBox_submit::before {
	content: none !important;
}

.mf_finder_keywordranking {
	margin-top: 16px;
	padding: 0 !important;
	background-color: transparent !important;
}
.mf_finder_keywordranking_head {
	margin: 0 !important;
	padding: 0 !important;
	font-weight: bold;
	font-size: 1.6rem;
}
.mf_finder_keywordranking_head::before {
	content: none !important;
}
.mf_finder_keywordranking_items {
	margin: 0 !important;
	padding: 0 !important;
}
.mf_finder_keywordranking_item {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	margin-top: 10px;
	margin-right: 10px;
}
.mf_finder_keywordranking_item > .mf_finder_keywordranking_item_link {
	display: block;
	max-width: 100%;
	min-width: 60px;
	height: 38px;
	padding: 0 42px 0 30px;
	border: 1px solid #222;
	border-radius: 20px;
	position: relative;
	background-color: transparent;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 36px;
	color: #222;
}
.mf_finder_keywordranking_item > .mf_finder_keywordranking_item_link::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 12px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
}
.mf_finder_keywordranking_item:nth-child(n+6) {
	display: none;
}
@media (min-width: 768px) {
	.mf_finder_keywordranking {
		margin-top: 24px;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.mf_finder_keywordranking_head {
		flex: 1 0 auto;
		width: auto !important;
		margin-right: 16px !important;
	}
	.mf_finder_keywordranking_items {
		flex: 0 1 auto;
		margin: -1.1em 0 0 0 !important;
	}
}

.l-search-result {
	min-height: 100px;
}
@media (min-width: 768px) {
	.l-search-result {
		min-height: 200px;
	}
}

.mf_finder_organic_wrapper {
	margin-top: 32px;
}
.mf_finder_organic_header_wrapper {
	display: block !important;
	margin: 0 !important;
}
.mf_finder_organic_header .mf_finder_query,
.mf_finder_organic_header .mf_finder_query::before,
.mf_finder_organic_header .mf_finder_query::after {
	font-weight: bold !important;
	font-size: 2rem !important;
	line-height: 1.8 !important;
	color: #222;
}
.mf_finder_organic_range {
	margin-left: 16px;
}
.mf_finder_organic_range_from, .mf_finder_organic_range_to {
	font-weight: normal !important;
	font-size: 1.5rem !important;
	color: #222 !important;
}
.mf_finder_organic_range_from::before, .mf_finder_organic_range_from::after, .mf_finder_organic_range_to::before, .mf_finder_organic_range_to::after {
	font-size: 1.5rem !important;
	color: #222 !important;
}
.mf_finder_organic_total {
	font-weight: normal !important;
	font-size: 1.5rem !important;
	color: #222 !important;
	float: none !important;
}
.mf_finder_organic_total::before, .mf_finder_organic_total::after {
	font-size: 1.5rem !important;
	color: #222 !important;
}
.mf_finder_organic_doc {
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 40px !important;
	padding: 16px 0 !important;
}
.mf_finder_organic_doc_img_wrapper {
	flex: 0 0 80px;
}
.mf_finder_organic_doc_zoom {
	display: none !important;
	pointer-events: none !important;
}
.mf_finder_organic_doc_contents_wrapper {
	max-width: calc(100% - 88px);
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: calc(100% - 88px);
	margin-left: 8px !important;
}
.mf_finder_organic_doc_title {
	font-weight: bold !important;
	font-size: 1.6rem;
	line-height: 1.4 !important;
}
.mf_finder_organic_doc_body {
	height: 2.8em !important;
	font-size: 1.2rem !important;
	line-height: 1.4 !important;
	color: #222 !important;
}
.mf_finder_organic_doc_url {
	font-size: 1rem !important;
	word-break: break-all;
}
@media (min-width: 768px) {
	.mf_finder_organic_wrapper {
		margin-top: 48px;
	}
	.mf_finder_organic_header .mf_finder_query,
.mf_finder_organic_header .mf_finder_query::before,
.mf_finder_organic_header .mf_finder_query::after {
		font-size: 2.8rem !important;
	}
	.mf_finder_organic_doc {
		padding: 24px 0 !important;
	}
	.mf_finder_organic_doc_img_wrapper {
		flex: 0 0 100px;
	}
	.mf_finder_organic_doc_contents_wrapper {
		max-width: calc(100% - 116px);
		flex-basis: calc(100% - 116px);
		margin-left: 16px !important;
	}
	.mf_finder_organic_doc_title {
		font-size: 1.8rem;
	}
	.mf_finder_organic_doc_body {
		font-size: 1.4rem !important;
	}
	.mf_finder_organic_doc_url {
		font-size: 1.2rem !important;
	}
}

.mf_finder_msk {
	margin: 0 0 8px 0 !important;
}
.mf_finder_msk_item > a, .mf_finder_msk_item::before, .mf_finder_msk_item::after {
	font-size: 1.5rem !important;
	line-height: 1.8 !important;
	color: #222 !important;
}
.mf_finder_msk_item > a {
	text-decoration: underline;
	font-weight: bold;
	color: #0057CA !important;
}
@media (min-width: 768px) {
	.mf_finder_msk_item > a {
		transition: color 0.2s;
	}
	.mf_finder_msk_item > a:hover {
		color: #16BEBE !important;
	}
}

.mf_finder_organic_pager {
	display: block !important;
	margin-bottom: 0 !important;
}
.mf_finder_organic_pager_wrapper {
	margin-top: 32px;
}
.mf_finder_organic_pager .mf_finder_pager_items {
	justify-content: center;
	align-items: center;
}
.mf_finder_organic_pager .mf_finder_pager_items > li {
	width: 32px;
	height: 32px;
	margin: 0;
	border: 1px solid #ddd;
}
.mf_finder_organic_pager .mf_finder_pager_items > li > a, .mf_finder_organic_pager .mf_finder_pager_items > li > span {
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	border-radius: 0;
	background-color: #fff;
	text-align: center;
	font-size: 1.4rem;
	line-height: 30px;
	color: #222;
}
.mf_finder_organic_pager .mf_finder_pager_items > li + li {
	margin-left: 8px;
}
.mf_finder_organic_pager .mf_finder_pager_item_current {
	padding: 0;
}
.mf_finder_organic_pager .mf_finder_pager_item_current > span {
	background-color: #888 !important;
	color: #fff !important;
}
@media (min-width: 768px) {
	.mf_finder_organic_pager_wrapper {
		margin-top: 48px;
	}
	.mf_finder_organic_pager .mf_finder_pager_items {
		justify-content: center;
		align-items: center;
	}
	.mf_finder_organic_pager .mf_finder_pager_items > li {
		width: 42px;
		height: 42px;
	}
	.mf_finder_organic_pager .mf_finder_pager_items > li > a, .mf_finder_organic_pager .mf_finder_pager_items > li > span {
		width: 40px;
		height: 40px;
		font-size: 1.6rem;
		line-height: 40px;
	}
	.mf_finder_organic_pager .mf_finder_pager_items > li > a {
		transition: color 0.2s linear;
	}
	.mf_finder_organic_pager .mf_finder_pager_items > li > a:hover {
		color: #0057CA;
	}
	.mf_finder_organic_pager .mf_finder_pager_items > li + li {
		margin-left: 16px;
	}
}

.l-search-filter .mf_finder_drilldown {
	margin-top: 40px;
	padding: 24px 16px 20px;
	border: 1px solid #ddd;
	position: relative;
	background-color: #fff;
}
.l-search-filter .mf_finder_drilldown_head {
	margin: 0;
	padding: 0 0 0 16px;
	position: relative;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.6;
}
.l-search-filter .mf_finder_drilldown_head::before {
	content: "" !important;
	display: block;
	width: 3px;
	height: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #0057CA;
}
.l-search-filter .mf_finder_drilldown_reset {
	position: absolute;
	top: 24px;
	right: 20px;
}
.l-search-filter .mf_finder_drilldown_reset > a {
	display: block;
	padding: 0 16px;
	border: 0;
	border-radius: 13px;
	background-color: #000;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 26px;
	color: #fff;
}
.l-search-filter .mf_finder_drilldown_items {
	margin-top: 20px;
	margin-left: -4px;
}
.l-search-filter .mf_finder_drilldown_item_leaf {
	display: inline-block;
	margin: 4px;
	padding: 0;
}
.l-search-filter .mf_finder_drilldown_item_bullet {
	display: none;
}
.l-search-filter .mf_finder_drilldown_item_link {
	display: block;
	width: auto;
	padding: 0 16px;
	min-height: auto;
	border: 1px solid #000;
	border-radius: 20px;
	color: #222;
}
.l-search-filter .mf_finder_drilldown_item_title {
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 38px;
	color: inherit;
}
.l-search-filter .mf_finder_drilldown_item_count {
	margin-left: 0.5em;
	margin-right: 0;
	padding: 0;
	border-radius: 0;
	background-color: transparent;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 38px;
	color: inherit;
}
.l-search-filter .mf_finder_drilldown_item_count::before {
	content: "(";
}
.l-search-filter .mf_finder_drilldown_item_count::after {
	content: ")";
}
.l-search-filter .mf_finder_drilldown_item_selected .mf_finder_drilldown_item_link {
	border-color: #0057CA;
	background-color: #0057CA;
	color: #fff;
}
.l-search-filter .mf_finder_drilldown_item_nohit {
	opacity: 0.3;
	pointer-events: none;
}
@media (min-width: 768px) {
	.l-search-filter .mf_finder_drilldown {
		margin-top: 56px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		padding: 40px 40px 32px;
	}
	.l-search-filter .mf_finder_drilldown_head {
		flex: 0 0 228px;
		margin-bottom: 0;
		font-size: 2rem;
	}
	.l-search-filter .mf_finder_drilldown_items {
		flex-grow: 1;
		padding-left: 40px;
		margin-top: -4px;
		border-left: 1px solid #ddd;
	}
	.l-search-filter .mf_finder_drilldown_reset {
		top: auto;
		right: auto;
		bottom: 40px;
		left: 40px;
	}
}

/*----------
	contact banner
	スクロール追従コンタクトバナーリンク
----------*/
#contactBanner {
	position: fixed;
	bottom: 90px;
	right: 20px;
	z-index: 40;
	transition: opacity 0.2s linear;
}
@media (min-width: 768px) {
	#contactBanner {
		bottom: 50%;
		right: 0;
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
	}
}
#contactBanner.disabled {
	display: none;
}
#contactBanner.hidden {
	opacity: 0;
	pointer-events: none;
}

.contactbanner-button {
	margin-top: 2px;
}
.contactbanner-button > a {
	display: block;
	width: 48px;
	height: 48px;
	position: relative;
	border: 1px solid #fff;
	background-color: #0057CA;
	color: #fff;
	line-height: 1;
}
.contactbanner-button [class^=icon-] {
	display: block;
	color: #fff;
}
@media (max-width: 767px) {
	.contactbanner-button > a > span {
		display: block;
		width: 133.33%;
		font-size: 1rem;
		position: absolute;
		bottom: 8px;
		left: 0;
		letter-spacing: -0.05em;
		text-align: center;
		word-break: keep-all;
		-webkit-transform-origin: bottom left;
		transform-origin: bottom left;
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.contactbanner-button [class^=icon-] {
		width: 15px;
		height: 15px;
		position: absolute;
		top: 10px;
		left: 16px;
		font-size: 1.5rem;
	}
}
@media (min-width: 768px) {
	.contactbanner-button > a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 38px;
		height: 150px;
		border: none;
	}
	.contactbanner-button > a > span {
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		font-size: 1.3rem;
		line-height: 1;
		margin-top: 8px;
	}
}
@media (min-width: 768px) and (hover: hover) {
	.contactbanner-button > a {
		opacity: 1;
		transition: opacity 0.2s linear;
	}
	.contactbanner-button > a:hover {
		opacity: 0.6;
	}
}
@media (min-width: 768px) {
	.contactbanner-button [class^=icon-] {
		width: 16px;
		height: 16px;
		font-size: 1.6rem;
	}
}

.contactbanner-close {
	display: block;
	width: 48px;
	height: 48px;
	padding-top: 32px;
	padding-left: 32px;
}
.contactbanner-close > span {
	display: block;
	width: 16px;
	height: 16px;
	background-color: #535961;
}
.contactbanner-close > span > i {
	color: #fff;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 16px;
}
@media (min-width: 768px) {
	.contactbanner-close {
		width: 38px;
		height: 38px;
		padding-top: 22px;
		padding-left: 22px;
	}
}
@media (min-width: 768px) and (hover: hover) {
	.contactbanner-close {
		opacity: 1;
		cursor: pointer;
		transition: opacity 0.2s linear;
	}
	.contactbanner-close:hover {
		opacity: 0.6;
	}
}

/*----------
	margin
----------*/
/* 規定マージン regular */
.u-mt-reg8 {
	margin-top: 8px !important;
}

.u-mt-reg16 {
	margin-top: 16px !important;
}

.u-mt-reg24 {
	margin-top: 24px !important;
}

.u-mt-reg32 {
	margin-top: 32px !important;
}

.u-mt-reg40 {
	margin-top: 40px !important;
}

.u-mt-reg48 {
	margin-top: 48px !important;
}

.u-mt-reg56 {
	margin-top: 56px !important;
}

.u-mt-reg64 {
	margin-top: 64px !important;
}

.u-mt-reg72 {
	margin-top: 72px !important;
}

.u-mt-reg80 {
	margin-top: 80px !important;
}

@media (min-width: 768px) {
	.u-mt-reg8 {
		margin-top: 16px !important;
	}

	.u-mt-reg16 {
		margin-top: 24px !important;
	}

	.u-mt-reg24 {
		margin-top: 32px !important;
	}

	.u-mt-reg32 {
		margin-top: 40px !important;
	}

	.u-mt-reg40 {
		margin-top: 56px !important;
	}

	.u-mt-reg48 {
		margin-top: 64px !important;
	}

	.u-mt-reg56 {
		margin-top: 72px !important;
	}

	.u-mt-reg64 {
		margin-top: 80px !important;
	}

	.u-mt-reg72 {
		margin-top: 96px !important;
	}

	.u-mt-reg80 {
		margin-top: 120px !important;
	}
}
/* SP-PC 倍マージン double */
.u-mt-dbl8 {
	margin-top: 8px !important;
}

.u-mt-dbl16 {
	margin-top: 16px !important;
}

.u-mt-dbl24 {
	margin-top: 24px !important;
}

.u-mt-dbl32 {
	margin-top: 32px !important;
}

.u-mt-dbl40 {
	margin-top: 40px !important;
}

.u-mt-dbl48 {
	margin-top: 48px !important;
}

.u-mt-dbl56 {
	margin-top: 56px !important;
}

.u-mt-dbl64 {
	margin-top: 64px !important;
}

.u-mt-dbl72 {
	margin-top: 72px !important;
}

.u-mt-dbl80 {
	margin-top: 80px !important;
}

@media (min-width: 768px) {
	.u-mt-dbl8 {
		margin-top: 16px !important;
	}

	.u-mt-dbl16 {
		margin-top: 32px !important;
	}

	.u-mt-dbl24 {
		margin-top: 48px !important;
	}

	.u-mt-dbl32 {
		margin-top: 64px !important;
	}

	.u-mt-dbl40 {
		margin-top: 80px !important;
	}

	.u-mt-dbl48 {
		margin-top: 96px !important;
	}

	.u-mt-dbl56 {
		margin-top: 112px !important;
	}

	.u-mt-dbl64 {
		margin-top: 128px !important;
	}

	.u-mt-dbl72 {
		margin-top: 144px !important;
	}

	.u-mt-dbl80 {
		margin-top: 160px !important;
	}
}
/* 第2階層タイトル下 */
.u-mt-dbl50 {
	margin-top: 50px !important;
}
@media (min-width: 768px) {
	.u-mt-dbl50 {
		margin-top: 100px !important;
	}
}

/* 固定マージン */
.u-mt-none {
	margin-top: 0 !important;
}

.u-mt-5 {
	margin-top: 5px !important;
}

.u-mb-none {
	margin-bottom: 0 !important;
}

/* 10px倍数 */
.u-mt-10 {
	margin-top: 10px !important;
}

.u-mt-20 {
	margin-top: 20px !important;
}

.u-mt-30 {
	margin-top: 30px !important;
}

.u-mt-40 {
	margin-top: 40px !important;
}

.u-mt-50 {
	margin-top: 50px !important;
}

.u-mt-60 {
	margin-top: 60px !important;
}

.u-mt-70 {
	margin-top: 70px !important;
}

.u-mt-80 {
	margin-top: 80px !important;
}

.u-mt-90 {
	margin-top: 90px !important;
}

.u-mt-100 {
	margin-top: 100px !important;
}

/* 8px倍数 */
.u-mt-8 {
	margin-top: 8px !important;
}

.u-mt-16 {
	margin-top: 16px !important;
}

.u-mt-24 {
	margin-top: 24px !important;
}

.u-mt-32 {
	margin-top: 32px !important;
}

.u-mt-40 {
	margin-top: 40px !important;
}

.u-mt-48 {
	margin-top: 48px !important;
}

.u-mt-56 {
	margin-top: 56px !important;
}

.u-mt-64 {
	margin-top: 64px !important;
}

.u-mt-72 {
	margin-top: 72px !important;
}

.u-mt-80 {
	margin-top: 80px !important;
}

/*----------
	text
----------*/
@media (max-width: 767px) {
	.u-pcbr {
		display: none;
	}
}

@media (min-width: 768px) {
	.u-spbr {
		display: none;
	}
}

.u-txt-fz10 {
	font-size: 1rem !important;
}

.u-txt-fz12 {
	font-size: 1.2rem !important;
}

.u-txt-fz13 {
	font-size: 1.3rem !important;
}

.u-txt-fz14 {
	font-size: 1.4rem !important;
}

.u-txt-fz16 {
	font-size: 1.6rem !important;
}

.u-txt-fz18 {
	font-size: 1.8rem !important;
}

.u-txt-fz20 {
	font-size: 2rem !important;
}

.u-txt-fz24 {
	font-size: 2.4rem !important;
}

.u-txt-center {
	text-align: center !important;
}

@media (min-width: 768px) {
	.u-txt-pccenter {
		text-align: center !important;
	}
}

.u-txt-right {
	text-align: right !important;
}

.u-txt-left {
	text-align: left !important;
}

.u-txt-bold {
	font-weight: bold !important;
}

.u-txt-strike {
	text-decoration: line-through !important;
}

.u-text-indent {
	text-indent: -3em;
	padding-left: 3em;
}

.u-txt-marker {
	font-weight: bold;
	background-image: linear-gradient(transparent 80%, #FFF7A6 80%);
}

.u-txt-prim {
	color: #0057CA !important;
}

.u-txt-seco {
	color: #16BEBE !important;
}

.u-txt-default {
	color: #222 !important;
}

.u-txt-white {
	color: #fff !important;
}

.u-txt-caution {
	color: #E6002D !important;
}

/* 文中リンク */
.u-txt-link {
	text-decoration: underline;
	color: #0057CA;
}
@media (min-width: 768px) {
	.u-txt-link {
		transition: color 0.2s;
	}
	.u-txt-link:hover {
		color: #16BEBE;
	}
}