@charset "UTF-8";
/* ----------------------------------------------------------------------

	Compiled from common.scss

---------------------------------------------------------------------- */
/* ==========================================================================
	Foundation
========================================================================== */
/* リセット
----------------------------------------------------------------- */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
	/* All browsers without overlaying scrollbars */
	-webkit-text-size-adjust: 100%;
	/* iOS 8+ */
}

*,
::before,
::after {
	background-repeat: no-repeat;
	/* Set `background-repeat: no-repeat` to all elements and pseudo elements */
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

::before,
::after {
	text-decoration: inherit;
	/* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
	vertical-align: inherit;
}

* {
	padding: 0;
	/* Reset `padding` and `margin` of all elements */
	margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
	display: none;
	height: 0;
}

hr {
	overflow: visible;
	/* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

summary {
	display: list-item;
	/* Add the correct display in all browsers */
}

small {
	font-size: 80%;
	/* Set font-size to 80% in `small` elements */
}

[hidden],
template {
	display: none;
	/* Add the correct display in IE */
}

abbr[title] {
	border-bottom: 1px dotted;
	/* Add a bordered underline effect in all browsers */
	text-decoration: none;
	/* Remove text decoration in Firefox 40+ */
}

a {
	background-color: transparent;
	/* Remove the gray background on active links in IE 10 */
	-webkit-text-decoration-skip: objects;
	/* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
	outline-width: 0;
	/* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	/* Specify the font family of code elements */
}

b,
strong {
	font-weight: bolder;
	/* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
	font-style: italic;
	/* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
	background-color: #ff0;
	color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
	border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
	cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
	cursor: default;
}

[type="number"] {
	width: auto;
	/* Firefox 36+ */
}

[type="search"] {
	-webkit-appearance: textfield;
	/* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	/* Safari 8 */
}

textarea {
	overflow: auto;
	/* Internet Explorer 11+ */
	resize: vertical;
	/* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	/* Specify font inheritance of form elements */
}

optgroup {
	font-weight: bold;
	/* Restore the font weight unset by the previous rule. */
}

button {
	overflow: visible;
	/* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: 0;
	padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* Correct the inability to style clickable types in iOS */
}

button,
select {
	text-transform: none;
	/* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none;
	color: inherit;
}

/* Style select like a standard input */
select {
	-moz-appearance: none;
	/* Firefox 36+ */
	-webkit-appearance: none;
	/* Chrome 41+ */
}

select::-ms-expand {
	display: none;
	/* Internet Explorer 11+ */
}

select::-ms-value {
	color: currentColor;
	/* Internet Explorer 11+ */
}

legend {
	border: 0;
	/* Correct `color` not being inherited in IE 8/9/10/11 */
	color: inherit;
	/* Correct the color inheritance from `fieldset` elements in IE */
	display: table;
	/* Correct the text wrapping in Edge and IE */
	max-width: 100%;
	/* Correct the text wrapping in Edge and IE */
	white-space: normal;
	/* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* Correct the inability to style clickable types in iOS and Safari */
	font: inherit;
	/* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
	-webkit-appearance: textfield;
	/* Correct the odd appearance in Chrome and Safari */
	outline-offset: -2px;
	/* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
	border-style: none;
	/* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
	vertical-align: baseline;
}

svg:not(:root) {
	overflow: hidden;
	/* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
	display: inline-block;
	/* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
	[hidden~="screen"] {
		display: inherit;
	}
	[hidden~="screen"]:not(:active):not(:focus):not(:target) {
		position: absolute !important;
		clip: rect(0 0 0 0) !important;
	}
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
	cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
	cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
	cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
	background-color: #b3d4fc;
	/* Required when declaring ::selection */
	color: #000;
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc;
	/* Required when declaring ::selection */
	color: #000;
	text-shadow: none;
}

/* ベース
----------------------------------------------------------------- */
/*-----------------------------------------------------------------
 Webフォント読み込み
-----------------------------------------------------------------*/
/* YakuHanJPs(ゴシック体 少量版 Regular) */
@font-face {
	font-family: "YakuHanJPs";
	font-style: normal;
	font-weight: 400;
	src: url("/global/assets/fonts/YakuHanJPs/YakuHanJPs-Regular.eot");
	src: url("/global/assets/fonts/YakuHanJPs/YakuHanJPs-Regular.woff2") format("woff2"), url("/global/assets/fonts/YakuHanJPs/YakuHanJPs-Regular.woff") format("woff");
}

/* YakuHanJPs(ゴシック体 少量版 Medium) */
@font-face {
	font-family: "YakuHanJPs";
	font-style: normal;
	font-weight: 500;
	src: url("/global/assets/fonts/YakuHanJPs/YakuHanJPs-Medium.eot");
	src: url("/global/assets/fonts/YakuHanJPs/YakuHanJPs-Medium.woff2") format("woff2"), url("/global/assets/fonts/YakuHanJPs/YakuHanJPs-Medium.woff") format("woff");
}

/* YakuHanJPs(ゴシック体 少量版 Bold) */
@font-face {
	font-family: "YakuHanJPs";
	font-style: normal;
	font-weight: 700;
	src: url("/global/assets/fonts/YakuHanJPs/YakuHanJPs-Bold.eot");
	src: url("/global/assets/fonts/YakuHanJPs/YakuHanJPs-Bold.woff2") format("woff2"), url("/global/assets/fonts/YakuHanJPs/YakuHanJPs-Bold.woff") format("woff");
}

/*-----------------------------------------------------------------
 デフォルトスタイル定義
-----------------------------------------------------------------*/
html {
	font-size: 62.5%;
}

html.is-fixed {
	overflow: hidden;
}

body {
	color: #333;
	font-size: 1.5rem;
	line-height: 1.6;
	word-wrap: break-word;
	-webkit-print-color-adjust: exact;
	-webkit-text-size-adjust: 100%;
}

@media print, screen and (min-width: 768px) {
	body {
		min-width: 1024px;
		overflow-x: hidden;
	}
}

.is-fixed body {
	overflow: hidden;
}

a {
	color: #eb6ea5;
	-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
}

a:hover {
	color: #f199c0;
}

strong {
	color: #f03f24;
}

em {
	font-style: normal;
}

span {
	font-size: inherit;
}

ul,
ol {
	list-style: none;
}

img {
	width: 100%;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

/*-----------------------------------------------------------------
 デフォルトスタイル定義（日本語用）
-----------------------------------------------------------------*/
body {
	font-family: "Noto Sans", "YakuHanJPs", "Noto Sans JP", sans-serif;
	-webkit-font-smoothing: antialiased;
}

strong {
	font-weight: 500;
}

em {
	font-weight: 500;
}

/* アイコンフォント
----------------------------------------------------------------- */
@font-face {
	font-family: "iconfont";
	src: url("/global/assets/fonts/IconFont/iconfont.eot");
	src: url("/global/assets/fonts/IconFont/iconfont.eot?#iefix") format("eot"), url("/global/assets/fonts/IconFont/iconfont.woff") format("woff"), url("/global/assets/fonts/IconFont/iconfont.ttf") format("truetype"), url("/global/assets/fonts/IconFont/iconfont.svg#iconfont") format("svg");
	font-weight: normal;
	font-style: normal;
}

.c-icn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
	font-family: "iconfont";
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.c-icn-airport::after {
	content: "\EA01";
}

.c-icn-arrow-b::after {
	content: "\EA02";
}

.c-icn-arrow-cir::after {
	content: "\EA03";
}

.c-icn-arrow-double-l::after {
	content: "\EA04";
}

.c-icn-arrow-double-r::after {
	content: "\EA05";
}

.c-icn-arrow-l::after {
	content: "\EA06";
}

.c-icn-arrow-r::after {
	content: "\EA07";
}

.c-icn-arrow-t::after {
	content: "\EA08";
}

.c-icn-balance::after {
	content: "\EA09";
}

.c-icn-benefit::after {
	content: "\EA0A";
}

.c-icn-blank::after {
	content: "\EA0B";
}

.c-icn-bring::after {
	content: "\EA0C";
}

.c-icn-charge::after {
	content: "\EA0D";
}

.c-icn-close::after {
	content: "\EA0E";
}

.c-icn-home::after {
	content: "\EA0F";
}

.c-icn-how-to-buy::after {
	content: "\EA10";
}

.c-icn-key::after {
	content: "\EA11";
}

.c-icn-language::after {
	content: "\EA12";
}

.c-icn-menu::after {
	content: "\EA13";
}

.c-icn-minus::after {
	content: "\EA14";
}

.c-icn-place::after {
	content: "\EA15";
}

.c-icn-plus::after {
	content: "\EA16";
}

.c-icn-return-caution::after {
	content: "\EA17";
}

.c-icn-search::after {
	content: "\EA18";
}

.c-icn-shopping::after {
	content: "\EA19";
}

.c-icn-station-charge::after {
	content: "\EA1A";
}

.c-icn-train-bus::after {
	content: "\EA1B";
}

.c-icn {
	font-size: 1.8rem;
	line-height: 1;
	font-weight: 400;
}

.c-icn-pdf {
	width: 18px;
	height: 18px;
}

.c-icn-pdf::before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 18px;
	height: 18px;
	background-image: url(/global/assets/img/icon-pdf.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

/* ==========================================================================
	Layout
========================================================================== */
/* ヘッダー
----------------------------------------------------------------- */
.l-header {
	position: relative;
	z-index: 90;
	margin-bottom: 20px;
}

.l-header a {
	color: #333;
	text-decoration: none;
}

.l-header__linkInner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
	.l-header__linkInner {
		margin-right: auto;
		margin-left: auto;
	}
}

.l-header__logo {
	width: 110px;
}

@media screen and (max-width: 330px) {
	.l-header__logo {
		width: 90px;
	}
}

@media print, screen and (min-width: 768px) {
	.l-header__logo {
		width: 160px;
	}
}

.l-header__menuItems {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.l-header__menuItem--help .l-header__menuText {
	position: relative;
	z-index: 1;
	color: #eb6ea5;
	font-size: 1.1rem;
	line-height: 1.36364;
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.l-header__menuItem--help .l-header__menuText {
		font-size: 1.3rem;
		line-height: 1.6;
	}
}

.l-header__menuItem--help .l-header__menuText::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	border: 2px solid #eb6ea5;
	border-radius: 24px;
}

@media print, screen and (min-width: 768px) {
	.l-header__menuItem--help .l-header__menuText::before {
		-webkit-transition: border-radius 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: border-radius 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5), border-radius 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5), border-radius 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	}
}

@media print, screen and (min-width: 768px) {
	.l-header__menuItem--help a:hover .l-header__menuText::before {
		-webkit-transform: scale(1.07273, 1.075);
		transform: scale(1.07273, 1.075);
	}
}

.l-header__menuItem--availableArea {
	display: none;
}

@media print, screen and (min-width: 768px) {
	.l-header__menuItem--availableArea {
		display: block;
	}
}

@media print, screen and (min-width: 768px) {
	.l-header__menuItem--availableArea .l-header__menuText {
		padding-top: 4px;
		padding-bottom: 4px;
	}
}

.l-header__menuItem--lang {
	display: block;
	position: relative;
}

.l-header__menuItem--lang.is-hover .l-header__langItems, .l-header__menuItem--lang.is-active .l-header__langItems {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), visibility 0s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	transition: opacity 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), visibility 0s cubic-bezier(0.2, 1.17, 0.4, 1.2);
}

.l-header__menuItem--lang .l-header__menuText {
	cursor: pointer;
	font-size: 0;
}

@media print, screen and (min-width: 768px) {
	.l-header__menuItem--lang .l-header__menuText {
		font-size: 1.5rem;
		line-height: 1.46667;
		padding: 4px 0;
	}
}

.l-header__menuItem--lang .c-icn {
	color: #eb6ea5;
	font-size: 2.2rem;
	line-height: 1;
}

@media print, screen and (min-width: 768px) {
	.l-header__menuItem--lang .c-icn {
		margin-top: -1px;
		margin-right: 8px;
		font-size: 1.8rem;
		line-height: 1;
	}
}

@media print, screen and (min-width: 768px) {
	.win7.trident .l-header__menuItem--lang .c-icn {
		margin-top: -5px;
	}
}

.l-header__menuItem--lang .l-header__langItems {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	z-index: 1;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	width: 160px;
	margin-top: 29px;
	padding-top: 20px;
	padding-bottom: 10px;
	-webkit-transition: opacity 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), visibility 0s cubic-bezier(0.2, 1.17, 0.4, 1.2) 0.25s;
	transition: opacity 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), visibility 0s cubic-bezier(0.2, 1.17, 0.4, 1.2) 0.25s;
}

@media print, screen and (min-width: 768px) {
	.l-header__menuItem--lang .l-header__langItems {
		right: auto;
		z-index: 101;
	}
}

.l-header__menuItem--lang .l-header__langItems::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: calc(100% - 10px);
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}

.l-header__menuItem--lang .l-header__langItem a .l-header__langText {
	color: #333;
}

@media print, screen and (min-width: 768px) {
	.l-header__menuItem--lang .l-header__langItem a:hover .l-header__langText {
		color: #eb6ea5;
		background-color: #ffeef6;
	}
}

.l-header__menuItem--lang .l-header__langText {
	padding: 8px 5px;
	background-color: #fff;
	color: #d3d4d3;
	font-family: sans-serif;
	font-weight: 700;
	text-align: center;
	-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), background-color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), background-color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
}

.l-header__menuItem--search {
	line-height: 1;
}

@media print, screen and (min-width: 768px) {
	.l-header__menuItem--search {
		margin-left: 30px;
	}
}

.l-header__menuItem--search .l-header__menuText {
	color: #eb6ea5;
}

@media print, screen and (min-width: 768px) {
	.l-header__menuItem--search .l-header__menuText {
		-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	}
}

.l-header__menuItem--search .l-header__menuText .c-icn {
	font-size: 2.3rem;
	line-height: 1;
}

@media print, screen and (min-width: 768px) {
	.l-header__menuItem--search .l-header__menuText .c-icn {
		font-size: 2.4rem;
		line-height: 1;
	}
}

@media print, screen and (min-width: 768px) {
	.l-header__menuItem--search a:hover .l-header__menuText {
		-webkit-transform: scale(1.25, 1.25);
		transform: scale(1.25, 1.25);
	}
}

@media print, screen and (min-width: 768px) {
	.l-header__menuItem:hover .l-header__menuText {
		color: #eb6ea5;
	}
}

@media print, screen and (min-width: 768px) {
	.l-header__menuText {
		font-size: 1.5rem;
		line-height: 1.46667;
		-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

@media print, screen and (min-width: 768px) {
	.l-header {
		margin-bottom: 54px;
	}
}

.l-header__linkInner {
	padding: 26px 20px 22px;
}

@media print, screen and (min-width: 768px) {
	.l-header__linkInner {
		max-width: 1264px;
		padding: 30px 47px 29px;
	}
}

.l-header__logo {
	margin-top: 1px;
}

.l-header__menuItem {
	margin-left: 14px;
}

@media print, screen and (min-width: 768px) {
	.l-header__menuItem {
		margin-left: 30px;
	}
}

.l-header__menuItem:first-of-type {
	margin-left: 0;
}

.l-header__menuItem--help .l-header__menuText {
	min-width: 90px;
	padding: 7px 10px 8px;
	font-weight: 500;
}

@media print, screen and (min-width: 768px) {
	.l-header__menuItem--help .l-header__menuText {
		min-width: 110px;
		padding: 10px;
	}
}

.l-header__menuItem--help .l-header__menuText::before {
	background-color: #fff;
}

.l-header__menuItem--privacy {
	display: none;
}

@media print, screen and (min-width: 768px) {
	.l-header__menuItem--privacy {
		display: block;
	}
}

@media print, screen and (min-width: 768px) {
	.l-header__menuItem--privacy .l-header__menuText {
		padding-top: 4px;
		padding-bottom: 4px;
	}
}

.l-header__menuItem--lang .l-header__langItems {
	left: -20px;
}

@media print, screen and (min-width: 768px) {
	.l-header__menuItem--lang .l-header__langItems {
		left: 50%;
	}
}

/* メイン
----------------------------------------------------------------- */
.l-main {
	position: relative;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity .45s ease-in-out;
	transition: opacity .45s ease-in-out;
}

@media print, screen and (min-width: 768px) {
	.l-main {
		overflow: hidden;
	}
}

.l-main.is-show {
	opacity: 1;
}

.c-section {
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}

@media print, screen and (min-width: 768px) {
	.c-section {
		max-width: 1264px;
		margin: 0 auto 80px;
		padding-right: 47px;
		padding-left: 47px;
	}
}

.c-section__anime {
	position: relative;
	margin-bottom: -19.73333%;
	padding-bottom: 19.73333%;
	overflow: hidden;
}

@media print, screen and (min-width: 768px) {
	.c-section__anime {
		margin-bottom: -152px;
		padding-bottom: 152px;
	}
}

@-webkit-keyframes busAnimeSP {
	0% {
		-webkit-transform: translateX(-10.4%);
		transform: translateX(-10.4%);
	}
	8.33333% {
		-webkit-transform: translateX(-10.4%);
		transform: translateX(-10.4%);
	}
	55.20833% {
		-webkit-transform: translateX(47.93333%);
		transform: translateX(47.93333%);
	}
	67.70833% {
		-webkit-transform: translateX(47.93333%);
		transform: translateX(47.93333%);
	}
	89.58333% {
		-webkit-transform: translateX(77.79444%) translateY(0);
		transform: translateX(77.79444%) translateY(0);
	}
	89.79167% {
		-webkit-transform: translateX(78.00278%) translateY(-15%);
		transform: translateX(78.00278%) translateY(-15%);
	}
	90% {
		-webkit-transform: translateX(78.21111%) translateY(0);
		transform: translateX(78.21111%) translateY(0);
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@keyframes busAnimeSP {
	0% {
		-webkit-transform: translateX(-10.4%);
		transform: translateX(-10.4%);
	}
	8.33333% {
		-webkit-transform: translateX(-10.4%);
		transform: translateX(-10.4%);
	}
	55.20833% {
		-webkit-transform: translateX(47.93333%);
		transform: translateX(47.93333%);
	}
	67.70833% {
		-webkit-transform: translateX(47.93333%);
		transform: translateX(47.93333%);
	}
	89.58333% {
		-webkit-transform: translateX(77.79444%) translateY(0);
		transform: translateX(77.79444%) translateY(0);
	}
	89.79167% {
		-webkit-transform: translateX(78.00278%) translateY(-15%);
		transform: translateX(78.00278%) translateY(-15%);
	}
	90% {
		-webkit-transform: translateX(78.21111%) translateY(0);
		transform: translateX(78.21111%) translateY(0);
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@-webkit-keyframes busAnimePC {
	0% {
		-webkit-transform: translateX(-10.4%) translateY(0);
		transform: translateX(-10.4%) translateY(0);
	}
	12.5% {
		-webkit-transform: translateX(-10.4%) translateY(0);
		transform: translateX(-10.4%) translateY(0);
	}
	65.625% {
		-webkit-transform: translateX(58.35%) translateY(0);
		transform: translateX(58.35%) translateY(0);
	}
	78.125% {
		-webkit-transform: translateX(58.35%) translateY(0);
		transform: translateX(58.35%) translateY(0);
	}
	100% {
		-webkit-transform: translateX(100%) translateY(0);
		transform: translateX(100%) translateY(0);
	}
}

@keyframes busAnimePC {
	0% {
		-webkit-transform: translateX(-10.4%) translateY(0);
		transform: translateX(-10.4%) translateY(0);
	}
	12.5% {
		-webkit-transform: translateX(-10.4%) translateY(0);
		transform: translateX(-10.4%) translateY(0);
	}
	65.625% {
		-webkit-transform: translateX(58.35%) translateY(0);
		transform: translateX(58.35%) translateY(0);
	}
	78.125% {
		-webkit-transform: translateX(58.35%) translateY(0);
		transform: translateX(58.35%) translateY(0);
	}
	100% {
		-webkit-transform: translateX(100%) translateY(0);
		transform: translateX(100%) translateY(0);
	}
}

@-webkit-keyframes trainAnimeSP {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	8.33333% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	58.33333% {
		-webkit-transform: translateX(-25.86667%);
		transform: translateX(-25.86667%);
	}
	75% {
		-webkit-transform: translateX(-25.86667%);
		transform: translateX(-25.86667%);
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@keyframes trainAnimeSP {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	8.33333% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	58.33333% {
		-webkit-transform: translateX(-25.86667%);
		transform: translateX(-25.86667%);
	}
	75% {
		-webkit-transform: translateX(-25.86667%);
		transform: translateX(-25.86667%);
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@-webkit-keyframes trainAnimePC {
	0% {
		-webkit-transform: translateX(100%) translateZ(0);
		transform: translateX(100%) translateZ(0);
	}
	6.25% {
		-webkit-transform: translateX(100%) translateZ(0);
		transform: translateX(100%) translateZ(0);
	}
	60.9375% {
		-webkit-transform: translateX(-25.86667%) translateZ(0);
		transform: translateX(-25.86667%) translateZ(0);
	}
	67.1875% {
		-webkit-transform: translateX(-25.86667%) translateZ(0);
		transform: translateX(-25.86667%) translateZ(0);
	}
	100% {
		-webkit-transform: translateX(100%) translateZ(0);
		transform: translateX(100%) translateZ(0);
	}
}

@keyframes trainAnimePC {
	0% {
		-webkit-transform: translateX(100%) translateZ(0);
		transform: translateX(100%) translateZ(0);
	}
	6.25% {
		-webkit-transform: translateX(100%) translateZ(0);
		transform: translateX(100%) translateZ(0);
	}
	60.9375% {
		-webkit-transform: translateX(-25.86667%) translateZ(0);
		transform: translateX(-25.86667%) translateZ(0);
	}
	67.1875% {
		-webkit-transform: translateX(-25.86667%) translateZ(0);
		transform: translateX(-25.86667%) translateZ(0);
	}
	100% {
		-webkit-transform: translateX(100%) translateZ(0);
		transform: translateX(100%) translateZ(0);
	}
}

.c-section__anime::before, .c-section__anime::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	background-repeat: no-repeat;
}

.c-section__anime::before {
	bottom: 8px;
	padding-top: 4.8%;
	background-image: url(/assets/img/common/bg-bus.svg);
	background-size: 10.4%;
	-webkit-animation: busAnimeSP 24s linear 0s infinite;
	animation: busAnimeSP 24s linear 0s infinite;
}

@media print, screen and (min-width: 768px) {
	.c-section__anime::before {
		bottom: 30px;
		padding-top: 29px;
		background-size: contain;
		-webkit-animation: busAnimePC 32s linear 0s infinite;
		animation: busAnimePC 32s linear 0s infinite;
	}
}

.c-section__anime::after {
	bottom: 2px;
	padding-top: 5.33333%;
	background-image: url(/assets/img/common/bg-train.svg);
	background-size: 25.86667%;
	-webkit-animation: trainAnimeSP 24s linear 0s infinite;
	animation: trainAnimeSP 24s linear 0s infinite;
}

@media print, screen and (min-width: 768px) {
	.c-section__anime::after {
		bottom: 20px;
		padding-top: 35px;
		background-size: contain;
		-webkit-animation: trainAnimePC 32s linear 0s infinite;
		animation: trainAnimePC 32s linear 0s infinite;
	}
}

.c-section__inner {
	padding-right: 20px;
	padding-left: 20px;
}

@media print, screen and (min-width: 768px) {
	.c-section__inner {
		padding-right: 0;
		padding-left: 0;
	}
}

.c-section--card .c-section__inner {
	border-radius: 10px;
	padding: 40px 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}

@media print, screen and (min-width: 768px) {
	.c-section--card .c-section__inner {
		padding: 60px 8.54701%;
	}
}

.c-section--cardGray .c-section__inner {
	border-radius: 10px;
	padding: 40px 20px;
	background-color: #fafafa;
}

@media print, screen and (min-width: 768px) {
	.c-section--cardGray .c-section__inner {
		padding: 60px 8.54701%;
	}
}

.c-section--heading {
	margin-bottom: 18px;
	padding-bottom: 19.73333%;
	background-color: #fff;
}

@media print, screen and (min-width: 768px) {
	.c-section--heading {
		max-width: none;
		margin-bottom: 46px;
		padding-right: 0;
		padding-bottom: 116px;
		padding-left: 0;
	}
}

.c-section--heading::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 16px;
	background-color: #f0f1f0;
}

@media print, screen and (min-width: 768px) {
	.c-section--heading::before {
		height: 5px;
	}
}

.c-section--heading::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 13px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-image: url(/assets/webp/common/bg-city-01-sp.webp);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

@media print, screen and (min-width: 768px) {
	.c-section--heading::after {
		bottom: 0;
		background-image: url(/assets/webp/common/bg-city-01-pc.webp);
		background-size: 1440px 160px;
	}
}

.c-section--heading .c-section__inner {
	padding-top: 0;
	padding-bottom: 0;
}

@media print, screen and (min-width: 768px) {
	.c-section--heading .c-section__inner {
		max-width: 1264px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 47px;
		padding-left: 47px;
	}
}

.c-section--heading--simple {
	padding-bottom: 0;
	margin-bottom: 60px;
	overflow: hidden;
}

@media print, screen and (min-width: 768px) {
	.c-section--heading--simple {
		max-width: none;
		max-height: 400px;
		margin: 0 0 7.91139%;
	}
}

.c-section--heading--simple::after, .c-section--heading--simple::before {
	display: none;
}

.c-section--relatedLink {
	margin-bottom: 0;
	border-radius: 10px 10px 0 0;
	background-color: #fff;
}

@media print, screen and (min-width: 768px) {
	.c-section--relatedLink {
		max-width: none;
		padding-bottom: 4px;
		padding-right: 0;
		padding-left: 0;
	}
}

.c-section--relatedLink .c-section__inner {
	padding-top: 40px;
}

@media print, screen and (min-width: 768px) {
	.c-section--relatedLink .c-section__inner {
		max-width: 1264px;
		margin-right: auto;
		margin-left: auto;
		padding: 60px 47px 0;
	}
}

.c-section--sideNav {
	margin-bottom: 40px;
}

@media print, screen and (min-width: 768px) {
	.c-section--sideNav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media print, screen and (min-width: 768px) {
	.c-section--sideNav .c-section__inner--main {
		width: 72.64957%;
	}
}

.c-section--sideNav .c-section__inner--sub {
	margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
	.c-section--sideNav .c-section__inner--sub {
		width: 23.07692%;
		margin-top: 0;
	}
}

.c-column {
	margin-bottom: 60px;
}

@media print, screen and (min-width: 768px) {
	.c-column {
		margin-bottom: 80px;
	}
}

.c-column:last-child {
	margin-bottom: 0;
}

.c-column + .c-column {
	margin-top: 30px;
}

.c-column__inner {
	padding-right: 20px;
	padding-left: 20px;
}

@media print, screen and (min-width: 768px) {
	.c-column__inner {
		max-width: 1264px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 47px;
		padding-left: 47px;
	}
}

.c-column__items + .c-column__items {
	margin-top: 0;
}

@media print, screen and (min-width: 768px) {
	.c-column__items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.c-column__item {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.c-column--sp-2up .c-column__items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: -15px;
		margin-left: -15px;
	}
}

@media screen and (max-width: 767px) {
	.c-column--sp-2up .c-column__items .c-column__item {
		width: calc( (100% - (15px * 2)) / 2);
		margin-top: 15px;
		margin-left: 15px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-column--2up .c-column__items {
		margin-top: -30px;
		margin-left: -30px;
	}
}

.c-column--2up .c-column__items .c-column__item {
	margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
	.c-column--2up .c-column__items .c-column__item {
		width: calc( (100% - (30px * 2)) / 2 - 0.5px);
		margin-top: 30px;
		margin-left: 30px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-column--3up .c-column__items {
		margin-top: -30px;
		margin-left: -30px;
	}
}

.c-column--3up .c-column__items .c-column__item {
	margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
	.c-column--3up .c-column__items .c-column__item {
		width: calc( (100% - (30px * 3)) / 3 - 0.5px);
		margin-top: 30px;
		margin-left: 30px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-column--4up .c-column__items {
		margin-top: -30px;
		margin-left: -30px;
	}
}

.c-column--4up .c-column__items .c-column__item {
	margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
	.c-column--4up .c-column__items .c-column__item {
		width: calc( (100% - (30px * 4)) / 4 - 0.5px);
		margin-top: 30px;
		margin-left: 30px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-column--sm .c-column__items {
		padding-right: 8.54701%;
		padding-left: 8.54701%;
	}
}

.c-column--card {
	border-radius: 10px;
	background-color: #fff;
}

@media print, screen and (min-width: 768px) {
	.c-column--card {
		padding: 60px 8.60215%;
	}
}

@media print, screen and (min-width: 768px) {
	.c-frame--2up {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media print, screen and (min-width: 768px) {
	.c-frame--2up .c-frame__inner {
		width: calc( (100% - (30px)) / 2);
	}
}

@media print, screen and (min-width: 768px) {
	.c-frame--2up .c-frame__inner--w30p {
		width: 28.04598%;
		min-width: 28.04598%;
	}
}

@media print, screen and (min-width: 768px) {
	.c-frame--2up .c-frame__inner--w40p {
		width: 38.14433%;
		min-width: 38.14433%;
	}
}

@media print, screen and (min-width: 768px) {
	.c-frame--2up .c-frame__inner--w60p {
		width: 58.76289%;
		min-width: 58.76289%;
	}
}

@media print, screen and (min-width: 768px) {
	.c-frame--2up .c-frame__inner--w70p {
		width: 68.50575%;
		min-width: 68.50575%;
	}
}

.c-frame--2up .c-frame__inner + .c-frame__inner {
	margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
	.c-frame--2up .c-frame__inner + .c-frame__inner {
		margin-top: 0;
	}
}

.c-frame--bgGray {
	border-radius: 10px;
	padding: 20px;
	background-color: #f0f1f0;
}

/* フッター
----------------------------------------------------------------- */
.l-footer {
	margin-top: 80px;
}

@media print, screen and (min-width: 768px) {
	.l-footer {
		margin-top: 100px;
	}
}

.l-footer__link--main {
	color: #fff;
}

.l-footer__link--main a {
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	.l-footer__link--main a {
		-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

@media print, screen and (min-width: 768px) {
	.l-footer__link--main a:hover {
		color: #eb6ea5;
	}
}

.l-footer__link--main .l-footer__menuItems {
	display: none;
}

@media print, screen and (min-width: 768px) {
	.l-footer__link--main .l-footer__menuItems {
		display: block;
	}
}

@media print, screen and (min-width: 768px) {
	.l-footer__link--main .l-footer__menuItem a {
		-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

@media print, screen and (min-width: 768px) {
	.l-footer__link--main .l-footer__menuItem a:hover {
		color: #eb6ea5;
	}
}

@media print, screen and (min-width: 768px) {
	.l-footer__categoryItem > a {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
}

.l-footer__link--sub {
	position: relative;
}

.l-footer__link--sub .l-footer__backToTop {
	position: absolute;
	top: 0;
	right: 20px;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media print, screen and (min-width: 768px) {
	.l-footer__link--sub .l-footer__backToTop {
		right: 40px;
	}
}

.l-footer__link--sub .l-footer__backToTop a {
	display: block;
	border-radius: 50%;
}

@media print, screen and (min-width: 768px) {
	.l-footer__link--sub .l-footer__backToTop a:hover .l-backToTop::before {
		-webkit-transform: scale(1.08333, 1.08333);
		transform: scale(1.08333, 1.08333);
	}
}

.l-footer__link--sub .l-backToTop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 1;
	border-radius: 50%;
	padding: 20px;
}

.l-footer__link--sub .l-backToTop::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

@media print, screen and (min-width: 768px) {
	.l-footer__link--sub .l-backToTop::before {
		-webkit-transition: -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	}
}

.l-footer__link--sub .l-footer__linkInner {
	padding: 40px 20px 122px;
}

@media print, screen and (min-width: 768px) {
	.l-footer__link--sub .l-footer__linkInner {
		position: relative;
		max-width: 1264px;
		margin-right: auto;
		margin-left: auto;
		padding: 29px 47px 24px 247px;
	}
}

.l-footer__link--sub a {
	color: #333;
	text-decoration: none;
	-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
}

@media print, screen and (min-width: 768px) {
	.l-footer__link--sub a:hover {
		color: #eb6ea5;
	}
}

.l-footer__link--sub .l-footer__menuItems {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -11px 20px;
}

@media print, screen and (min-width: 768px) {
	.l-footer__link--sub .l-footer__menuItems {
		max-width: 780px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 0 0 14px;
	}
}

.l-footer__link--sub .l-footer__menuItem {
	margin: 0 11px;
	font-size: 1.1rem;
	line-height: 2.72727;
}

@media print, screen and (min-width: 768px) {
	.l-footer__link--sub .l-footer__menuItem {
		margin-right: 26px;
		margin-left: 0;
		font-size: 1.3rem;
		line-height: 2;
	}
}

.l-footer__logo {
	width: 128px;
	margin-right: auto;
	margin-left: auto;
}

@media print, screen and (min-width: 768px) {
	.l-footer__logo {
		position: absolute;
		top: 50%;
		left: 47px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 160px;
	}
}

.l-footer__copyright {
	margin-top: 12px;
	color: #999;
	font-size: 1.2rem;
	line-height: 1.6;
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.l-footer__copyright {
		margin-top: 14px;
		font-size: 1.3rem;
		line-height: 1.6;
		text-align: left;
	}
}

.l-footer__copyright small {
	font-size: inherit;
}

.l-footer__link--main {
	background-color: #444;
}

.l-footer__link--main a {
	color: #fff;
}

@media print, screen and (min-width: 768px) {
	.l-footer__link--main .l-footer__linkInner {
		max-width: 1264px;
		margin-right: auto;
		margin-left: auto;
		padding: 40px 32px 72px;
	}
}

@media print, screen and (min-width: 768px) {
	.l-footer__link--main .l-footer__menuItem {
		font-size: 1.3rem;
		line-height: 1.53846;
		font-weight: 500;
	}
}

.l-footer__link--main .l-footer__menuItem a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding-top: 3px;
	padding-bottom: 3px;
}

@media print, screen and (min-width: 768px) {
	.l-footer__link--main .l-footer__menuItem a {
		color: #aaa;
	}
}

.l-footer__category {
	padding: 8px 20px 37px;
}

@media print, screen and (min-width: 768px) {
	.l-footer__category {
		padding: 0 15px;
	}
}

@media print, screen and (min-width: 768px) {
	.l-footer__categoryItems {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 25% 25% 25% 25%;
		grid-template-columns: 25% 25% 25% 25%;
		margin-top: -40px;
		margin-left: -30px;
	}
}

@media print, screen and (min-width: 768px) {
	.l-footer__categoryItem {
		margin-top: 40px;
		margin-left: 30px;
	}
	.l-footer__categoryItem:nth-of-type(1) {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 1;
		grid-row: 1 / 3;
		-ms-grid-row-span: 2;
	}
	.l-footer__categoryItem:nth-of-type(2) {
		-ms-grid-column: 2;
		grid-column: 2;
		-ms-grid-row: 1;
		grid-row: 1;
	}
	.l-footer__categoryItem:nth-of-type(3) {
		-ms-grid-column: 2;
		grid-column: 2;
		-ms-grid-row: 2;
		grid-row: 2;
	}
	.l-footer__categoryItem:nth-of-type(4) {
		-ms-grid-column: 3;
		grid-column: 3;
		-ms-grid-row: 1;
		grid-row: 1;
	}
	.l-footer__categoryItem:nth-of-type(5) {
		-ms-grid-column: 3;
		grid-column: 3;
		-ms-grid-row: 2;
		grid-row: 2;
	}
	.l-footer__categoryItem:nth-of-type(6) {
		-ms-grid-column: 4;
		grid-column: 4;
		-ms-grid-row: 1;
		grid-row: 1 / 3;
		-ms-grid-row-span: 2;
	}
	.l-footer__categoryItem:nth-of-type(7) {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 3;
		grid-row: 3;
	}
}

.l-footer__categoryItem + .l-footer__categoryItem {
	-webkit-box-shadow: inset 0 1px 0 0 #555;
	box-shadow: inset 0 1px 0 0 #555;
}

@media print, screen and (min-width: 768px) {
	.l-footer__categoryItem + .l-footer__categoryItem {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

.l-footer__categoryItem.l-footer__categoryItem--noBorder {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.l-footer__categoryTitle {
	padding-top: 17px;
	padding-bottom: 18px;
	font-size: 1.7rem;
	line-height: 1.47059;
	font-weight: 500;
}

@media print, screen and (min-width: 768px) {
	.l-footer__categoryTitle {
		margin-bottom: 16px;
		padding-top: 0;
		padding-bottom: 0;
	}
}

.l-footer__otherItems {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -16px;
	margin-left: -16px;
	padding-bottom: 15px;
}

@media print, screen and (min-width: 768px) {
	.l-footer__otherItems {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: 0;
		margin-left: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
}

.l-footer__otherItem {
	margin: 20px 16px 0;
	font-size: 1.3rem;
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
	.l-footer__otherItem {
		margin: 0;
		font-weight: 500;
	}
}

@media print, screen and (min-width: 768px) {
	.l-footer__otherItem:not(:first-of-type) {
		margin-top: 12px;
	}
}

.l-footer__snsItems {
	margin-top: 24px;
}

@media print, screen and (min-width: 768px) {
	.l-footer__snsItems {
		margin-top: 0;
	}
}

.l-footer__snsItem {
	width: 250px;
}

@media print, screen and (min-width: 768px) {
	.l-footer__snsItem {
		width: 370px;
	}
}

.l-footer__snsItem a {
	display: block;
}

@media print, screen and (min-width: 768px) {
	.l-footer__snsItem a:hover .l-footer__snsImage {
		-webkit-transform: scale(1.02703, 1.02672);
		transform: scale(1.02703, 1.02672);
	}
}

@media print, screen and (min-width: 768px) {
	.l-footer__snsImage {
		position: relative;
		width: 100%;
		padding-top: 17.2973%;
		-webkit-transition: -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	}
}

@media print, screen and (min-width: 768px) {
	.l-footer__snsImage img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

.l-footer__note {
	background-color: #e7e8e7;
	color: #666;
	font-size: 1.1rem;
	line-height: 1.6;
}

.l-footer__noteInner {
	padding: 30px 20px 40px;
}

@media print, screen and (min-width: 768px) {
	.l-footer__noteInner {
		max-width: 1264px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 47px;
		padding-left: 47px;
	}
}

.l-footer__link--sub .l-backToTop::before {
	background-color: #eb6ea5;
}

.l-footer__link--sub .l-backToTop .c-icn {
	color: #fff;
}

.l-footer .l-footer__otherItem--mobilePasmo {
	margin-top: 32px;
}

.l-footer .l-footer__otherItem--mobilePasmo a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.l-footer .l-footer__otherItem--mobilePasmo img {
	width: 210px;
}

.l-footer .l-footer__otherItem--mobilePasmo .c-icn {
	margin-left: 8px;
}

.l-breadcrumb {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	background-color: rgba(238, 238, 238, 0.1);
}

.l-breadcrumb__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 16px 20px;
	white-space: nowrap;
}

.l-breadcrumb__item {
	font-size: 1.1rem;
	line-height: 1.54545;
}

@media print, screen and (min-width: 768px) {
	.l-breadcrumb__item {
		font-size: 1.3rem;
		line-height: 1.46154;
	}
}

.l-breadcrumb__item + .l-breadcrumb__item {
	position: relative;
	padding-left: 26px;
}

@media print, screen and (min-width: 768px) {
	.l-breadcrumb__item + .l-breadcrumb__item {
		padding-left: 28px;
	}
}

.l-breadcrumb__item + .l-breadcrumb__item::before {
	font-family: "iconfont";
	content: "";
	vertical-align: text-top;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	position: absolute;
	top: 50%;
	left: 8px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-size: 1rem;
	line-height: 1;
	opacity: 0.5;
}

@media print, screen and (min-width: 768px) {
	.l-breadcrumb__item + .l-breadcrumb__item::before {
		font-size: 1.2rem;
		line-height: 1;
	}
}

.l-breadcrumb__item + .l-breadcrumb__item:last-of-type {
	padding-right: 20px;
}

@media print, screen and (min-width: 768px) {
	.l-breadcrumb__item + .l-breadcrumb__item:last-of-type {
		padding-right: 17px;
	}
}

@media print, screen and (min-width: 768px) {
	.l-breadcrumb {
		margin-bottom: 40px;
		border-radius: 20px;
	}
}

@media print, screen and (min-width: 768px) {
	.l-breadcrumb__items {
		min-height: 40px;
		padding: 10px 17px;
	}
}

.l-breadcrumb__item {
	font-weight: 500;
}

.l-breadcrumb .c-icn {
	margin-top: -1px;
	font-size: 1.4rem;
	line-height: 1.21429;
}

@media print, screen and (min-width: 768px) {
	.l-breadcrumb .c-icn {
		margin-top: -3px;
		font-size: 1.6rem;
		line-height: 1.1875;
	}
}

/* グローバルナビゲーション
----------------------------------------------------------------- */
.l-gnav {
	position: relative;
	z-index: 1;
}

.l-gnav__button {
	position: fixed;
	bottom: 43px;
	left: 10px;
	z-index: 100;
	padding: 18px;
	border-radius: 50%;
	-webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.25);
	color: #fff;
	overflow: hidden;
	outline: none;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__button {
		display: none;
	}
}

.l-gnav__buttonIcon {
	font-size: 2.8rem;
	line-height: 1;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.85, 0.175, 1);
	transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.85, 0.175, 1);
	transition: transform 0.4s cubic-bezier(0.175, 0.85, 0.175, 1);
	transition: transform 0.4s cubic-bezier(0.175, 0.85, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.175, 0.85, 0.175, 1);
}

.l-gnav__buttonIcon--open {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.is-active .l-gnav__buttonIcon--open {
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
}

.l-gnav__buttonIcon--close {
	position: absolute;
	top: 18px;
	left: 18px;
	-webkit-transform: translateY(-60px);
	transform: translateY(-60px);
}

.is-active .l-gnav__buttonIcon--close {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.l-gnav__inner {
	position: fixed;
	top: 110vh;
	right: 0;
	left: 0;
	z-index: 10;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100vw;
	height: 100%;
	background-color: #fff;
	-webkit-transition: top 0.3s cubic-bezier(0.175, 0.85, 0.175, 1);
	transition: top 0.3s cubic-bezier(0.175, 0.85, 0.175, 1);
}

@media print, screen and (min-width: 768px) {
	.l-gnav__inner {
		position: static;
		width: 100%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		-webkit-transition: none;
		transition: none;
	}
}

.is-active .l-gnav__inner {
	top: 0;
}

.l-gnav__scroller {
	height: 100%;
	padding: 34px 20px 66px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__scroller {
		padding: 0;
		overflow: visible;
	}
}

.l-gnav__logo {
	width: 143px;
	margin: 0 auto 20px;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__logo {
		display: none;
	}
}

.l-gnav__search {
	margin-bottom: 17px;
	background-color: #eb6ea5;
	border-radius: 10px;
}

.l-gnav__search .mf_finder_searchBox {
	margin: 0;
	padding: 6px;
}

.l-gnav__search .mf_finder_searchBox_items {
	padding: 0;
}

.l-gnav__search .mf_finder_searchBox_query_input {
	border: none;
	background-color: #fff;
	font-size: 1.6rem;
}

.l-gnav__search .mf_finder_searchBox_submit {
	width: 40px;
	height: 38px;
	padding: 0;
	border-radius: 0;
	position: relative;
	background-color: #eb6ea5;
}

.l-gnav__search .mf_finder_searchBox_submit::before {
	font-family: "iconfont";
	content: "";
	vertical-align: text-top;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 2.4rem;
	line-height: 1;
}

.l-gnav__search .mf_finder_searchBox_suggest_items {
	background-color: #fff;
}

.l-gnav__search .mf_finder_searchBox_suggest_item {
	background-color: #f2f2f2;
}

.l-gnav__search .mf_finder_searchBox_suggest_item_cur {
	background-color: #fff;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__search {
		display: none;
	}
}

@media print, screen and (min-width: 768px) {
	.l-gnav__categoryItems {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		position: relative;
	}
}

.l-gnav__categoryItem {
	position: relative;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__categoryItem {
		position: static;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		overflow: hidden;
	}
}

.l-gnav__categoryItem::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #e7e8e7;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__categoryItem::after {
		display: none;
	}
}

.l-gnav__categoryItem > a {
	display: block;
	position: relative;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__categoryItem > a::after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		border-radius: 28px;
	}
}

.l-gnav__categoryItem.is-open {
	padding-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__categoryItem.is-open {
		padding-bottom: 0;
	}
}

@media print, screen and (min-width: 768px) {
	.l-gnav__categoryItem.is-open .l-gnav__link {
		opacity: 1;
		visibility: visible;
	}
}

.l-gnav__categoryTitle {
	position: relative;
	z-index: 1;
	padding: 17px 50px 18px 0;
	font-size: 1.7rem;
	line-height: 1.47059;
	cursor: pointer;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__categoryTitle {
		border-radius: 18px;
		padding: 15px 5px 16px;
		text-align: center;
	}
}

.l-gnav__headerMenu--sp {
	margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__headerMenu--sp {
		display: none;
	}
}

.l-gnav__headerMenuItems {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin: -15px -10px 0;
}

.l-gnav__headerMenuItem {
	margin: 15px 10px 0;
}

.l-gnav__headerMenuItem--lang {
	position: relative;
}

.l-gnav__headerMenuItem--lang .l-gnav__headerMenuText {
	outline: none;
}

.l-gnav__headerMenuItem--lang .l-gnav__headerMenuText.is-active + .l-gnav__langItems {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), visibility 0s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	transition: opacity 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), visibility 0s cubic-bezier(0.2, 1.17, 0.4, 1.2);
}

.l-gnav__headerMenuItem--lang .c-icn {
	margin-top: -1px;
	margin-right: 6px;
	color: #eb6ea5;
}

.l-gnav__headerMenuItem--lang .l-gnav__langItems {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 101;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	width: 160px;
	margin-bottom: 29px;
	padding-top: 10px;
	padding-bottom: 20px;
	-webkit-transition: opacity 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), visibility 0s cubic-bezier(0.2, 1.17, 0.4, 1.2) 0.25s;
	transition: opacity 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), visibility 0s cubic-bezier(0.2, 1.17, 0.4, 1.2) 0.25s;
}

.l-gnav__headerMenuItem--lang .l-gnav__langItems::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: calc(100% - 10px);
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}

.l-gnav__headerMenuItem--lang .l-gnav__langItem a .l-gnav__langText {
	color: #333;
}

.l-gnav__headerMenuItem--lang .l-gnav__langItem a:hover .l-gnav__langText {
	color: #eb6ea5;
	background-color: #ffeef6;
}

.l-gnav__headerMenuItem--lang .l-gnav__langText {
	padding: 8px 5px;
	background-color: #fff;
	color: #d3d4d3;
	text-align: center;
	font-weight: 700;
	font-family: sans-serif;
	-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), background-color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), background-color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
}

.l-gnav__headerMenuButton {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 29px;
}

.l-gnav__headerMenuButtonItem {
	min-width: 130px;
	border: 2px solid #eb6ea5;
	border-radius: 24px;
	padding: 6px 10px;
	color: #eb6ea5;
	text-align: center;
}

.l-gnav__button {
	background-color: #444;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__inner {
		max-width: 1264px;
		padding-right: 32px;
		padding-left: 32px;
		background-color: transparent;
	}
}

@media print, screen and (min-width: 768px) {
	.l-gnav__scroller {
		position: relative;
		border-radius: 28px;
		background-color: #444;
	}
}

.l-gnav__bg {
	display: none;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__bg {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 0px;
		margin-top: 72px;
		border-radius: 20px;
		background-color: #fff;
		-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
		-webkit-transition: height 0.4s cubic-bezier(0.2, 1.17, 0.4, 1.2) 0.1s;
		transition: height 0.4s cubic-bezier(0.2, 1.17, 0.4, 1.2) 0.1s;
	}
}

@media print, screen and (min-width: 768px) {
	.l-gnav__bg.is-open {
		-webkit-transition: height 0.4s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: height 0.4s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

@media print, screen and (min-width: 768px) {
	.l-gnav__categoryItems {
		z-index: 1;
		border-radius: 28px;
		background-color: #444;
	}
}

@media print, screen and (min-width: 768px) {
	.l-gnav__categoryItem--about .l-gnav__menu--main .l-gnav__menuTopImage {
		border: none;
	}
}

@media print, screen and (min-width: 768px) {
	.l-gnav__categoryItem.is-open > a::after {
		border-radius: 35px;
		background-color: #eb6ea5;
		-webkit-transform: translate(-50%, -50%) scale(1.02222, 1.12);
		transform: translate(-50%, -50%) scale(1.02222, 1.12);
		-webkit-transition: border-radius 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: border-radius 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5), border-radius 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5), border-radius 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	}
}

@media print, screen and (min-width: 768px) {
	.l-gnav__categoryItem.is-open .l-gnav__link {
		-webkit-transition: opacity .3s ease-out .2s, visibility .3s ease-out .2s;
		transition: opacity .3s ease-out .2s, visibility .3s ease-out .2s;
	}
}

.l-gnav__categoryItem.is-open .l-gnav__menuTop {
	border-width: 2px;
}

.l-gnav__categoryItem.is-open .l-gnav__menuItems--underLayer {
	border-width: 2px;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__categoryItem.is-active > a::after {
		background-color: #eb6ea5;
	}
}

.l-gnav__categoryTitle {
	font-weight: 500;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__categoryTitle {
		padding: 16px 5px 15px;
		color: #fff;
	}
}

.l-gnav__categoryTitle::after {
	font-family: "iconfont";
	content: "";
	vertical-align: text-top;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #eb6ea5;
	font-size: 2rem;
	line-height: 1;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__categoryTitle::after {
		display: none;
	}
}

.is-open .l-gnav__categoryTitle::after {
	font-family: "iconfont";
	content: "";
	vertical-align: text-top;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	font-size: 2rem;
	line-height: 1;
}

.l-gnav__link {
	display: none;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__link {
		opacity: 0;
		visibility: hidden;
		position: absolute;
		width: 100%;
		max-width: 1200px;
		top: 0;
		left: 0;
		padding-top: 72px;
		-webkit-transition: opacity .1s ease-out, visibility .1s ease-out;
		transition: opacity .1s ease-out, visibility .1s ease-out;
	}
}

@media print, screen and (min-width: 768px) {
	.is-initialized .l-gnav__link {
		display: block;
	}
}

@media print, screen and (min-width: 768px) {
	.l-gnav__linkInner {
		padding: 30px 40px 40px 30px;
	}
}

@media print, screen and (min-width: 768px) {
	.l-gnav__menu--main {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 26.54867% 50px 1fr;
		grid-template-columns: 26.54867% 50px 1fr;
		-ms-grid-rows: auto 1fr;
		grid-template-rows: auto 1fr;
		-ms-grid-column: 1;
		grid-column: 1 / 4;
		-ms-grid-column-span: 3;
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		grid-row: 1 / 3;
		border: none;
		border-radius: 0;
		padding: 0;
	}
}

.l-gnav__menu--main .l-gnav__menuTop {
	margin-bottom: -1px;
	border: 1px solid #e7e8e7;
	border-bottom: none;
	border-radius: 16px 16px 0 0;
	padding: 30px 30px 11px;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__menu--main .l-gnav__menuTop {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 1;
		grid-row: 1 / 3;
		-ms-grid-row-span: 2;
		margin-bottom: 0;
		border: none;
		border-radius: 0;
		padding: 0;
	}
}

@media print, screen and (min-width: 768px) {
	.l-gnav__menu--main .l-gnav__menuTop a:hover .l-gnav__menuTopInner {
		color: #eb6ea5;
	}
}

@media print, screen and (min-width: 768px) {
	.l-gnav__menu--main .l-gnav__menuTopInner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

@media print, screen and (min-width: 768px) {
	.l-gnav__menu--main .l-gnav__menuTopTexts {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

.l-gnav__menu--main .l-gnav__menuTopTitle {
	position: relative;
	padding-bottom: 16px;
	font-size: 1.7rem;
	line-height: 1.47059;
	font-weight: 500;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__menu--main .l-gnav__menuTopTitle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		border-bottom: none;
		font-size: 2.1rem;
		line-height: 1.47619;
	}
}

.l-gnav__menu--main .l-gnav__menuTopTitle::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background-color: #eb6ea5;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__menu--main .l-gnav__menuTopTitle::after {
		font-family: "iconfont";
		content: "";
		vertical-align: text-top;
		font-size: 1.5rem;
		line-height: 1;
		font-weight: 400;
		position: static;
		width: auto;
		height: auto;
		background-color: transparent;
		color: #eb6ea5;
		font-size: 2rem;
		line-height: 1;
	}
}

.l-gnav__menu--main .l-gnav__menuTopText {
	display: none;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__menu--main .l-gnav__menuTopText {
		display: block;
		padding-right: 20px;
		padding-left: 20px;
	}
}

.l-gnav__menu--main .l-gnav__menuTopImage {
	display: none;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__menu--main .l-gnav__menuTopImage {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		display: block;
		margin-bottom: 20px;
		border: 2px solid #e7e8e7;
		border-radius: 8px;
		overflow: hidden;
	}
}

.l-gnav__menu--main .l-gnav__menuItems--underLayer {
	border: 1px solid #e7e8e7;
	border-top: none;
	border-radius: 0 0 16px 16px;
	padding: 0 30px 18px;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__menu--main .l-gnav__menuItems--underLayer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-grid-column: 3;
		grid-column: 3;
		-ms-grid-row: 1;
		grid-row: 1;
		margin: 0 -1.92308%;
		border: none;
		border-radius: 0;
		padding: 0;
	}
}

@media print, screen and (min-width: 768px) {
	.l-gnav__menu--main .l-gnav__menuItems--underLayer a {
		-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

@media print, screen and (min-width: 768px) {
	.l-gnav__menu--main .l-gnav__menuItems--underLayer a:hover {
		color: #eb6ea5;
	}
}

@media print, screen and (min-width: 768px) {
	.l-gnav__menu--main .l-gnav__menuItems--underLayer .l-gnav__menuItem {
		width: 44.44444%;
		margin-right: 1.85185%;
		margin-left: 1.85185%;
		border-bottom: 1px solid #e7e8e7;
		font-size: 1.5rem;
		line-height: 1.4;
	}
}

@media print, screen and (min-width: 768px) {
	.l-gnav__menu--main .l-gnav__menuItems--underLayer .l-gnav__menuItem a .l-gnav__menuText {
		position: relative;
		padding-right: 25px;
	}
}

@media print, screen and (min-width: 768px) {
	.l-gnav__menu--main .l-gnav__menuItems--underLayer .l-gnav__menuItem a .l-gnav__menuText::after {
		font-family: "iconfont";
		content: "";
		vertical-align: text-top;
		font-size: 1.5rem;
		line-height: 1;
		font-weight: 400;
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		color: #eb6ea5;
		font-size: 2rem;
		line-height: 1;
	}
}

.l-gnav__menu--main .l-gnav__menuItems--underLayer .l-gnav__menuText {
	padding-top: 11px;
	padding-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__menu--main .l-gnav__menuItems--underLayer .l-gnav__menuText {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
		padding-top: 15px;
		padding-bottom: 14px;
	}
}

.l-gnav__menu--main .l-gnav__menuItems--other {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	margin-top: 18px;
	margin-left: -8px;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__menu--main .l-gnav__menuItems--other {
		-ms-grid-column: 3;
		grid-column: 3;
		-ms-grid-row: 2;
		grid-row: 2;
	}
}

@media print, screen and (min-width: 768px) {
	.l-gnav__menu--main .l-gnav__menuItems--other a:hover .l-gnav__menuText::before {
		-webkit-transform: scale(1.04054, 1.15);
		transform: scale(1.04054, 1.15);
	}
}

.l-gnav__menu--main .l-gnav__menuItems--other .l-gnav__menuItems {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -20px;
	margin-left: -8px;
}

.l-gnav__menu--main .l-gnav__menuItems--other .l-gnav__menuItem {
	margin-top: 20px;
	margin-left: 8px;
}

.l-gnav__menu--main .l-gnav__menuItems--other .l-gnav__menuText {
	position: relative;
	padding: 11px 20px;
	font-size: 1.3rem;
	line-height: 1.4;
}

.l-gnav__menu--main .l-gnav__menuItems--other .l-gnav__menuText::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #eee;
	border-radius: 20px;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__menu--main .l-gnav__menuItems--other .l-gnav__menuText::before {
		-webkit-transition: -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	}
}

.l-gnav__headerMenuItem--lang {
	position: relative;
}

.l-gnav__headerMenuItem--lang .l-gnav__headerMenuText {
	outline: none;
}

.l-gnav__headerMenuItem--lang .l-gnav__headerMenuText.is-active + .l-gnav__langItems {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), visibility 0s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	transition: opacity 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), visibility 0s cubic-bezier(0.2, 1.17, 0.4, 1.2);
}

.l-gnav__headerMenuItem--lang .c-icn {
	margin-top: -1px;
	margin-right: 6px;
	color: #eb6ea5;
}

.l-gnav__headerMenuItem--lang .l-gnav__langItems {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 101;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	width: 160px;
	margin-bottom: 29px;
	padding-top: 10px;
	padding-bottom: 20px;
	-webkit-transition: opacity 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), visibility 0s cubic-bezier(0.2, 1.17, 0.4, 1.2) 0.25s;
	transition: opacity 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), visibility 0s cubic-bezier(0.2, 1.17, 0.4, 1.2) 0.25s;
}

.l-gnav__headerMenuItem--lang .l-gnav__langItems::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: calc(100% - 10px);
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}

.l-gnav__headerMenuItem--lang .l-gnav__langItem a .l-gnav__langText {
	color: #333;
}

.l-gnav__headerMenuItem--lang .l-gnav__langItem a:hover .l-gnav__langText {
	color: #eb6ea5;
	background-color: #ffeef6;
}

.l-gnav__headerMenuItem--lang .l-gnav__langText {
	padding: 8px 5px;
	background-color: #fff;
	color: #d3d4d3;
	text-align: center;
	font-weight: 500;
	font-family: sans-serif;
	font-weight: bold;
	-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), background-color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), background-color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
}

.l-gnav__headerMenuText {
	font-size: 1.2rem;
	line-height: 1.5;
}

.l-gnav__headerMenuButton {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 29px;
}

.l-gnav__headerMenuButtonItem {
	min-width: 130px;
	border: 2px solid #eb6ea5;
	border-radius: 24px;
	padding: 6px 10px;
	color: #eb6ea5;
	text-align: center;
}

.l-gnav__categoryItem--special {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__categoryItem--special {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		margin: 0 -5px 0 0;
	}
}

.l-gnav__categoryItem--special::after {
	background-color: transparent;
}

.l-gnav__categoryItem--special a {
	border-radius: 30px;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__categoryItem--special a {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
}

.l-gnav__categoryItem--special .l-gnav__categoryTitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 56px;
	border: 2px solid #eb6ea5;
	border-radius: 30px;
	padding: 3px 28px;
	background-color: #fff;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__categoryItem--special .l-gnav__categoryTitle {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		padding: 6px 16px;
	}
}

.l-gnav__categoryItem--special .l-gnav__categoryTitle::after {
	display: none;
}

.l-gnav__categoryItem--special .l-gnav__categoryTitle img {
	display: block;
	width: 210px;
	margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__categoryItem--special .l-gnav__categoryTitle img {
		width: 186px;
	}
}

.l-gnav__categoryItem--special .l-gnav__categoryTitle .l-gnav__categoryItem__minlogo {
	display: none;
}

.l-gnav__categoryItem--special .l-gnav__categoryTitle .c-icn {
	color: #eb6ea5;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__categoryItem--special .l-gnav__categoryTitle .c-icn {
		display: none;
	}
}

@media print, screen and (min-width: 768px) {
	.l-gnav__categoryTitle {
		padding: 18px 5px 17px;
		font-size: 1.5rem;
		line-height: 1.4;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1150px) {
	.l-gnav .l-gnav__categoryItem--special .l-gnav__categoryTitle img {
		width: 94px;
		margin: 0 4px 2px;
	}
	.l-gnav .l-gnav__categoryItem--special .l-gnav__categoryTitle .l-gnav__categoryItem__minlogo {
		display: block;
	}
	.l-gnav .l-gnav__categoryItem--special .l-gnav__categoryTitle .l-gnav__categoryItem__maxlogo {
		display: none;
	}
}

/* チャット
----------------------------------------------------------------- */
/* サイドナビ
----------------------------------------------------------------- */
.l-sideNav {
	border-radius: 10px;
	padding: 30px 30px 40px;
	-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
	font-weight: 500;
}

.l-sideNav__title {
	position: relative;
	margin-bottom: 24px;
	padding-bottom: 17px;
}

.l-sideNav__title::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	border-radius: 3px;
	background-color: #eb6ea5;
}

.l-sideNav__items a {
	color: #333;
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	.l-sideNav__items a:hover .l-sideNav__inner {
		padding-right: 15px;
		padding-left: 15px;
		background-color: #fbe2ed;
	}
}

.l-sideNav__item:not(:first-of-type) {
	margin-top: 10px;
}

.l-sideNav__item.is-active .l-sideNav__inner {
	padding-right: 15px;
	padding-left: 15px;
	background-color: #fbe2ed;
	color: #eb6ea5;
}

.l-sideNav__inner {
	border-radius: 5px;
	padding-top: 6px;
	padding-bottom: 5px;
	background-color: #fff;
}

@media print, screen and (min-width: 768px) {
	.l-sideNav__inner {
		-webkit-transition: padding 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), background-color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: padding 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), background-color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

/* ポップアップバナー
----------------------------------------------------------------- */
.l-popupbnr {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 20px 0;
	background-color: rgba(0, 0, 0, 0.6);
}

.l-popupbnr.is-disable {
	display: none;
}

body .l-popupbnr:not(.is-disable) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-popupbnr__body {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 710px;
	margin: 0 auto;
	padding: 48px 20px;
}

.l-popupbnr__body a {
	display: block;
}

.l-popupbnr__body a:first-child {
	border-radius: 12px;
}

.l-popupbnr__body .c-image {
	border-radius: 10px;
	overflow: hidden;
}

.l-popupbnr__body .c-image img {
	border-radius: 8px;
}

.l-popupbnr__close {
	position: absolute;
	top: 0;
	right: 20px;
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	border-radius: 50%;
}

.l-popupbnr__close span {
	display: block;
	color: transparent;
	width: 40px;
	height: 40px;
	font-size: 0;
}

.l-popupbnr__close span::before, .l-popupbnr__close span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 23px;
	height: 2px;
	background-color: #fff;
}

.l-popupbnr__close span::before {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.l-popupbnr__close span::after {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

@media print, screen and (min-width: 768px) {
	.l-popupbnr__body {
		max-width: 450px;
	}
}

/* ==========================================================================
	Component
========================================================================== */
/* 見出し
----------------------------------------------------------------- */
.c-heading {
	font-weight: 500;
}

.c-heading:last-child {
	margin-bottom: 0;
}

.c-heading--primary {
	position: relative;
	margin-bottom: 17px;
	padding-bottom: 18px;
	font-size: 2.1rem;
	line-height: 1.5;
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.c-heading--primary {
		margin-bottom: 21px;
		padding-bottom: 23px;
		font-size: 3.3rem;
		line-height: 1.48485;
	}
}

.c-heading--primary::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 40px;
	height: 4px;
	border-radius: 2px;
	background-color: #eb6ea5;
}

@media print, screen and (min-width: 768px) {
	.c-heading--primary::after {
		width: 50px;
		height: 5px;
		border-radius: 2.5px;
	}
}

.c-heading--primarySimple {
	padding: 25px 20px;
	font-size: 2.1rem;
	line-height: 1.6;
	border-bottom: 1px solid #e7e8e7;
	margin-bottom: 40px;
}

@media print, screen and (min-width: 768px) {
	.c-heading--primarySimple {
		margin-bottom: 60px;
		padding: 64px 47px;
		font-size: 3.2rem;
		line-height: 1.46875;
		text-align: center;
	}
}

.c-heading--primarySimple::after {
	display: none;
}

.c-heading--primarySimple > span {
	position: relative;
	display: inline-block;
	padding: 3px 15px;
	color: #eb6ea5;
	font-size: 1.8rem;
	line-height: 1.33333;
}

@media print, screen and (min-width: 768px) {
	.c-heading--primarySimple > span {
		height: 4rem;
		margin-left: 12px;
		padding: 10px 18px;
		font-size: 2rem;
		line-height: 1;
		vertical-align: 6px;
	}
}

.c-heading--primarySimple > span::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	border: 2px solid #eb6ea5;
	border-radius: 2.8rem;
}

@media print, screen and (min-width: 768px) {
	.c-heading--primarySimple > span::after {
		border-radius: 3.2rem;
	}
}

.c-heading--primarySimple--noBorder {
	border-bottom: none;
}

.c-heading--secondary {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 18px;
	text-align: center;
	font-size: 1.9rem;
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
	.c-heading--secondary {
		margin-bottom: 40px;
		padding-bottom: 21px;
		font-size: 2.9rem;
		line-height: 1.48276;
	}
}

.c-heading--secondary::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	border-radius: 1.5px;
	background-color: #eb6ea5;
}

.c-heading ~ .c-heading--secondary {
	margin-top: 80px;
}

@media print, screen and (min-width: 768px) {
	.c-heading ~ .c-heading--secondary {
		margin-top: 100px;
	}
}

[data-orderLists] {
	counter-reset: orderListTertiary;
}

.c-heading--tertiary {
	position: relative;
	margin-bottom: 20px;
	padding-left: 18px;
	font-size: 1.9rem;
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
	.c-heading--tertiary {
		margin-bottom: 30px;
		padding: 1px 0 2px 25px;
		font-size: 2.5rem;
		line-height: 1.4;
	}
}

.c-heading--tertiary::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	height: calc(100% - 4px);
	border-radius: 5px;
	background-color: #eb6ea5;
}

@media print, screen and (min-width: 768px) {
	.c-heading--tertiary::after {
		height: calc(100% - 6px);
	}
}

.c-heading--tertiary.c-heading--bg-pink {
	border-radius: 4px;
	padding: 4px 15px 5px 27px;
	background-color: #fbe2ed;
}

@media print, screen and (min-width: 768px) {
	.c-heading--tertiary.c-heading--bg-pink {
		padding: 6px 0 7px 35px;
	}
}

.c-heading--tertiary.c-heading--bg-pink::after {
	left: 9px;
	height: calc(100% - 16px);
}

@media print, screen and (min-width: 768px) {
	.c-heading--tertiary.c-heading--bg-pink::after {
		left: 10px;
	}
}

[data-orderLists] .c-heading--tertiaryNumberList {
	counter-increment: orderListTertiary;
	padding-left: 35px;
}

@media print, screen and (min-width: 768px) {
	[data-orderLists] .c-heading--tertiaryNumberList {
		padding-left: 40px;
	}
}

[data-orderLists] .c-heading--tertiaryNumberList::after {
	content: counter(orderListTertiary);
	top: 0;
	-webkit-transform: none;
	transform: none;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #eb6ea5;
	color: #fff;
	font-size: 2rem;
	line-height: 1.5;
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	[data-orderLists] .c-heading--tertiaryNumberList::after {
		top: 4px;
	}
}

[data-unOrderLists] .c-heading--tertiaryDotList {
	padding-left: 35px;
}

@media print, screen and (min-width: 768px) {
	[data-unOrderLists] .c-heading--tertiaryDotList {
		padding-left: 38px;
	}
}

[data-unOrderLists] .c-heading--tertiaryDotList::after {
	top: 11px;
	left: 10px;
	-webkit-transform: none;
	transform: none;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #eb6ea5;
}

@media print, screen and (min-width: 768px) {
	[data-unOrderLists] .c-heading--tertiaryDotList::after {
		top: 14px;
	}
}

.c-heading ~ .c-heading--tertiary {
	margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
	.c-heading ~ .c-heading--tertiary {
		margin-top: 60px;
	}
}

.c-heading--quaternary {
	margin-bottom: 10px;
	padding-top: 1px;
	padding-bottom: 2px;
	font-size: 1.7rem;
	line-height: 1.6;
}

.c-heading--quaternary.c-heading--bg-gray {
	border-radius: 4px;
	padding: 6px 12px 7px;
	background-color: #e7e8e7;
}

.c-heading--quaternary.c-heading--fc-pink {
	color: #eb6ea5;
}

[data-orderLists] .c-heading--quaternaryNumberList {
	counter-increment: orderListQuaternary;
	position: relative;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 32px;
}

[data-orderLists] .c-heading--quaternaryNumberList::after {
	content: counter(orderListQuaternary);
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 24px;
	height: 24px;
	border: 1px solid #eb6ea5;
	border-radius: 50%;
	color: #eb6ea5;
	font-size: 1.5rem;
	line-height: 1.46667;
	text-align: center;
}

[data-unOrderLists] .c-heading--quaternaryDotList {
	position: relative;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 32px;
}

[data-unOrderLists] .c-heading--quaternaryDotList::after {
	content: "";
	display: block;
	position: absolute;
	top: 17px;
	left: 8px;
	-webkit-transform: none;
	transform: none;
	width: 8px;
	height: 8px;
	border: 1px solid #eb6ea5;
	border-radius: 50%;
}

.c-heading ~ .c-heading--quaternary {
	margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
	.c-heading ~ .c-heading--quaternary {
		margin-top: 30px;
	}
}

.c-heading--quaternary + .c-heading--quaternary {
	margin-top: 10px;
}

/* リードコンテンツ
----------------------------------------------------------------- */
.c-lead {
	margin-top: 32px;
	margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
	.c-lead {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 0;
		margin-bottom: 50px;
		border: 2px solid #e7e8e7;
		border-radius: 20px;
		padding: 12px 70px 12px 100px;
		overflow: hidden;
	}
}

@media print, screen and (min-width: 768px) {
	.c-lead__texts {
		width: 48.6%;
	}
}

.c-lead__title {
	position: relative;
	margin-bottom: 24px;
	padding-left: 20px;
	font-size: 3rem;
	line-height: 1.2;
	font-weight: 500;
}

@media print, screen and (min-width: 768px) {
	.c-lead__title {
		margin-bottom: 16px;
		padding-left: 26px;
		font-size: 3.2rem;
		line-height: 1.2;
	}
}

.c-lead__title::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 2px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	height: 90%;
	border-radius: 5px;
	background-color: #eb6ea5;
}

@media print, screen and (min-width: 768px) {
	.c-lead__title::after {
		left: 0;
		height: 90%;
		margin-top: 3px;
	}
}

.c-lead__text {
	font-weight: 500;
}

@media print, screen and (min-width: 768px) {
	.c-lead__text {
		font-size: 1.7rem;
		line-height: 1.8;
	}
}

.c-lead__image {
	margin-top: 10px;
	overflow: hidden;
}

@media print, screen and (min-width: 768px) {
	.c-lead__image {
		width: 45%;
		margin-top: 0;
	}
}

@media screen and (max-width: 767px) {
	.c-lead--simple {
		margin-top: 0;
	}
}

@media print, screen and (min-width: 768px) {
	.c-lead--simple {
		border: none;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		margin-bottom: 0;
		padding: 0 3.84615% 0 8.54701%;
	}
}

.c-lead--simple .c-lead__texts {
	padding: 24px 0 0;
}

@media print, screen and (min-width: 768px) {
	.c-lead--simple .c-lead__texts {
		padding: 8.09756% 0 0;
		width: 350px;
	}
}

.c-lead--simple .c-lead__title {
	position: relative;
	padding-left: 0;
	font-weight: 500;
	font-size: 4.2rem;
	line-height: 1.47619;
}

@media print, screen and (min-width: 768px) {
	.c-lead--simple .c-lead__title {
		font-size: 6.76rem;
		line-height: 1.47929;
	}
}

.c-lead--simple .c-lead__title::after {
	display: none;
}

.c-lead--simple .c-lead__titleShoulder {
	font-size: 2.1rem;
	line-height: 1.47619;
}

@media print, screen and (min-width: 768px) {
	.c-lead--simple .c-lead__titleShoulder {
		font-size: 2.73rem;
		line-height: 1.50183;
	}
}

.c-lead--simple .c-lead__titleLabel {
	position: relative;
	display: inline-block;
	margin-left: 8px;
	padding: 3px 15px;
	color: #eb6ea5;
	font-size: 1.9rem;
	line-height: 1.47368;
	vertical-align: 7px;
}

@media print, screen and (min-width: 768px) {
	.c-lead--simple .c-lead__titleLabel {
		height: 5.6rem;
		margin-left: 20px;
		padding: 12px 25px;
		font-size: 3.2rem;
		line-height: 1;
		vertical-align: 12px;
	}
}

.c-lead--simple .c-lead__titleLabel::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	border: 2px solid #eb6ea5;
	border-radius: 2.8rem;
}

@media print, screen and (min-width: 768px) {
	.c-lead--simple .c-lead__titleLabel::after {
		border-radius: 3.2rem;
	}
}

.c-lead--simple .c-lead__text {
	position: relative;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: calc( 20px + ( 170 / 750 * 100% ));
	font-size: 1.3rem;
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
	.c-lead--simple .c-lead__text {
		margin-top: 3.12195%;
		padding-right: 0;
		width: 330px;
		font-size: 1.5rem;
		line-height: 1.6;
	}
}

.c-lead--simple .c-lead__text::after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: block;
	content: "";
	background: #e7e8e7;
	border-radius: 2px;
	width: 4px;
}

.c-lead--simple .c-lead__shoulderText {
	position: absolute;
	width: 7.2%;
	max-width: 28px;
	top: 0;
	right: 1.33333%;
}

@media print, screen and (min-width: 768px) {
	.c-lead--simple .c-lead__shoulderText {
		display: none;
	}
}

.c-lead--simple .c-lead__image {
	margin: 0 calc( 20px + ( 85 / 750 * 100% )) 0 0;
	padding: 20px 0 0;
}

@media print, screen and (min-width: 768px) {
	.c-lead--simple .c-lead__image {
		margin: 0 1.95122% 0 auto;
		padding: 3.90244% 0 0;
		width: 46.82927%;
	}
}

/* テキスト
----------------------------------------------------------------- */
.c-text {
	width: 100%;
}

.c-text--dotLists li {
	position: relative;
	padding-left: 1.5rem;
	font-weight: inherit;
}

.c-text--dotLists li::before {
	content: "・";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.c-text--bulletLists li {
	position: relative;
	padding-left: 1.5rem;
	font-weight: inherit;
}

.c-text--bulletLists li::before {
	content: "●";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.c-text--numberLists {
	counter-reset: number;
}

.c-text--numberLists > li {
	position: relative;
	padding-left: 3.2rem;
	counter-increment: number;
	font-weight: inherit;
}

.c-text--numberLists > li::before {
	content: counter(number) ".";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 2.2rem;
	height: 2.4rem;
	text-align: right;
}

.c-text--alphaLists {
	counter-reset: alpha;
}

.c-text--alphaLists > li {
	position: relative;
	padding-left: 2.5rem;
	counter-increment: alpha;
	font-weight: inherit;
}

.c-text--alphaLists > li::before {
	content: counter(alpha, lower-alpha) ".";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 2.2rem;
	height: 2.4rem;
	text-align: right;
}

@media print, screen and (min-width: 768px) {
	.c-text--indent {
		padding-left: 28px;
	}
}

/* 罫線
----------------------------------------------------------------- */
.c-rule {
	border: none;
	border-top: 1px solid #e7e8e7;
}

/* セット
----------------------------------------------------------------- */
.c-media--vertical .c-media__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c-media--vertical .c-media__item > a {
	color: #333;
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	.c-media--vertical .c-media__item > a:hover .c-media__texts {
		color: #eb6ea5;
	}
}

@media print, screen and (min-width: 768px) {
	.c-media--vertical .c-media__item > a:hover .c-media__image {
		-webkit-transform: scale(1.02963, 1.0479);
		transform: scale(1.02963, 1.0479);
	}
}

.c-media--vertical .c-media__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.c-media--vertical .c-media__texts {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding: 4px;
}

@media print, screen and (min-width: 768px) {
	.c-media--vertical .c-media__texts {
		padding: 0 10px;
		-webkit-transition: color 0.19s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: color 0.19s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

.c-media--vertical .c-media__title {
	margin-bottom: 8px;
}

@media print, screen and (min-width: 768px) {
	.c-media--vertical .c-media__title {
		margin-bottom: 14px;
	}
}

.c-media--vertical .c-media__title:last-child {
	margin-bottom: 0;
}

.c-media--vertical .c-media__text {
	font-size: 1.3rem;
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
	.c-media--vertical .c-media__text {
		font-size: 1.5rem;
		line-height: 1.6;
	}
}

.c-media--vertical .c-media__image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 10px;
	border: 2px solid #e7e8e7;
	border-radius: 10px;
	overflow: hidden;
}

@media print, screen and (min-width: 768px) {
	.c-media--vertical .c-media__image {
		margin-bottom: 18px;
		-webkit-transition: -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	}
}

.c-media--vertical .c-media__image:first-child {
	margin-bottom: 0;
}

.c-media--vertical .c-media__items {
	margin-top: -20px;
	margin-left: -15px;
}

@media print, screen and (min-width: 768px) {
	.c-media--vertical .c-media__items {
		margin-left: -30px;
	}
}

.c-media--vertical .c-media__item {
	width: calc((100% - (15px * 2)) / 2);
	margin-top: 20px;
	margin-left: 15px;
}

@media print, screen and (min-width: 768px) {
	.c-media--vertical .c-media__item {
		width: calc((100% - (30px * 4)) / 4 - 0.5px);
		margin-left: 30px;
	}
}

.c-media--vertical.c-media--2up .c-media__items {
	margin-top: -15px;
	margin-left: -15px;
}

@media print, screen and (min-width: 768px) {
	.c-media--vertical.c-media--2up .c-media__items {
		margin-top: -30px;
		margin-left: -30px;
	}
}

.c-media--vertical.c-media--2up .c-media__item {
	width: calc((100% - (15px * 2)) / 2);
	margin-top: 20px;
	margin-left: 15px;
}

@media print, screen and (min-width: 768px) {
	.c-media--vertical.c-media--2up .c-media__item {
		width: calc((100% - (30px * 2)) / 2 - 0.5px);
		margin-top: 30px;
		margin-left: 30px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-media--vertical.c-media--2up .c-media__item > a:hover .c-media__image {
		-webkit-transform: scale(1.02963, 1.05263);
		transform: scale(1.02963, 1.05263);
	}
}

.c-media--vertical.c-media--3up .c-media__items {
	margin-top: -15px;
	margin-left: -15px;
}

@media print, screen and (min-width: 768px) {
	.c-media--vertical.c-media--3up .c-media__items {
		margin-top: -30px;
		margin-left: -30px;
	}
}

.c-media--vertical.c-media--3up .c-media__item {
	width: calc((100% - (15px * 2)) / 2);
	margin-top: 20px;
	margin-left: 15px;
}

@media print, screen and (min-width: 768px) {
	.c-media--vertical.c-media--3up .c-media__item {
		width: calc((100% - (30px * 3)) / 3 - 0.5px);
		margin-top: 30px;
		margin-left: 30px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-media--vertical.c-media--3up .c-media__item > a:hover .c-media__image {
		-webkit-transform: scale(1.02963, 1.05263);
		transform: scale(1.02963, 1.05263);
	}
}

@media screen and (max-width: 767px) {
	.c-media--sp-horizontal.c-media .c-media__item {
		width: 100%;
	}
}

.c-media--sp-horizontal.c-media .c-media__title .c-icn {
	line-height: 1.3;
}

.c-media--sp-horizontal.c-media .c-media__text {
	font-size: 1.5rem;
	line-height: 1.6;
}

.c-media--horizontal {
	margin-bottom: 60px;
}

.c-media--horizontal:last-child {
	margin-bottom: 0;
}

.c-media--horizontal .c-media__item:not(:first-of-type) {
	margin-top: 60px;
}

.c-media--horizontal .c-media__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media print, screen and (min-width: 768px) {
	.c-media--horizontal .c-media__inner {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.c-media--horizontal .c-media__texts {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding: 0 10px;
}

@media print, screen and (min-width: 768px) {
	.c-media--horizontal .c-media__texts {
		padding-right: 0;
		padding-left: 0;
	}
}

.c-media--horizontal .c-media__texts b {
	font-weight: normal;
	color: #f03f24;
}

.c-media--horizontal .c-media__title {
	margin-bottom: 15px;
}

@media print, screen and (min-width: 768px) {
	.c-media--horizontal .c-media__title {
		margin-bottom: 32px;
	}
}

.c-media--horizontal .c-media__title:last-child {
	margin-bottom: 0;
}

.c-media--horizontal .c-media__text {
	position: relative;
	padding-left: 16px;
	font-size: 1.5rem;
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
	.c-media--horizontal .c-media__text {
		padding-left: 20px;
	}
}

.c-media--horizontal .c-media__text::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background-color: #e7e8e7;
}

.c-media--horizontal .c-media__note {
	margin-top: 10px;
	color: #888;
	font-size: 1.3rem;
	line-height: 1.6;
}

.c-media--horizontal .c-media__note:first-child {
	margin-top: 0;
}

@media print, screen and (min-width: 768px) {
	.c-media--horizontal .c-media__note {
		margin-top: 14px;
	}
}

.c-media--horizontal .c-media__image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 15px;
	border: 2px solid #e7e8e7;
	border-radius: 10px;
	overflow: hidden;
}

@media print, screen and (min-width: 768px) {
	.c-media--horizontal .c-media__image {
		width: calc(43.29897%);
		min-width: calc(43.29897%);
		margin-right: 40px;
		margin-bottom: 0;
	}
}

.c-media--horizontal .c-media__image:first-child {
	margin-bottom: 0;
}

.c-media--horizontal .c-media__button {
	margin-top: 19px;
}

@media print, screen and (min-width: 768px) {
	.c-media--horizontal .c-media__button {
		margin-top: 30px;
	}
}

.c-media--horizontal .c-media__button:first-child {
	margin-top: 0;
}

.c-media--horizontal .c-media__button a {
	color: inherit;
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	.c-media--horizontal .c-media__button a {
		display: inline-block;
	}
}

.c-media--horizontal .c-media__title {
	font-size: 1.7rem;
	line-height: 1.6;
	font-weight: 500;
}

@media print, screen and (min-width: 768px) {
	.c-media--horizontal .c-media__title {
		font-size: 2.1rem;
		line-height: 1.6;
	}
}

.c-media--list .c-media__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -20px;
}

@media print, screen and (min-width: 768px) {
	.c-media--list .c-media__items {
		margin-top: -30px;
		margin-left: -30px;
	}
}

.c-media--list .c-media__item {
	width: 100%;
	margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
	.c-media--list .c-media__item {
		margin-top: 30px;
		margin-left: 30px;
	}
}

.c-media--list .c-media__item > a {
	color: #333;
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	.c-media--list .c-media__item > a:hover .c-media__inner::before {
		-webkit-transform: translate(-50%, -50%) scale(1.02162, 1.03265);
		transform: translate(-50%, -50%) scale(1.02162, 1.03265);
		border-radius: 14px;
		-webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.06);
		box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.06);
	}
}

@media print, screen and (min-width: 768px) {
	.c-media--list .c-media__item > a:hover .c-media__title {
		color: #eb6ea5;
	}
}

.c-media--list .c-media__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	z-index: 1;
	padding: 10px;
}

.c-media--list .c-media__inner::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}

@media print, screen and (min-width: 768px) {
	.c-media--list .c-media__inner::before {
		-webkit-transition: border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	}
}

.c-media--list .c-media__texts {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding: 18px 10px;
}

@media print, screen and (min-width: 768px) {
	.c-media--list .c-media__texts {
		text-align: center;
	}
}

.c-media--list .c-media__texts:last-child {
	padding-top: 17px;
	padding-bottom: 17px;
}

.c-media--list .c-media__title {
	margin-bottom: 8px;
}

@media print, screen and (min-width: 768px) {
	.c-media--list .c-media__title {
		margin-bottom: 14px;
		-webkit-transition: color 0.3s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: color 0.3s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

.c-media--list .c-media__title:last-child {
	margin-bottom: 0;
}

.c-media--list .c-media__image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

@media print, screen and (min-width: 768px) {
	.c-media--list .c-media__image {
		height: 100%;
	}
}

@media print, screen and (min-width: 768px) {
	.c-media--list.c-media--2up .c-media__item {
		width: calc((100% - (30px * 2)) / 2 - 0.5px);
	}
}

.c-media--list.c-media--2up .c-media__item > a {
	color: #333;
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	.c-media--list.c-media--2up .c-media__item > a:hover .c-media__inner::before {
		-webkit-transform: translate(-50%, -50%) scale(1.01702, 1.02667);
		transform: translate(-50%, -50%) scale(1.01702, 1.02667);
	}
}

@media print, screen and (min-width: 768px) {
	.c-media--list.c-media--2up .c-media__inner {
		padding: 13px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-media--list.c-media--2up .c-media__texts {
		padding-top: 12px;
		padding-bottom: 12px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-media--list.c-media--2up .c-media__texts:last-child {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-media--list.c-media--2up .c-media__image {
		padding: 0 50px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-media--list.c-media--3up .c-media__item {
		width: calc((100% - (30px * 3)) / 3 - 0.5px);
	}
}

@media print, screen and (min-width: 768px) {
	.c-media--list.c-media--3up .c-media__inner {
		padding: 10px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-media--list.c-media--3up .c-media__texts {
		padding-top: 14px;
		padding-bottom: 8px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-media--list.c-media--3up .c-media__texts:last-child {
		padding-top: 28px;
		padding-bottom: 28px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-media--list .c-media__inner {
		height: 100%;
	}
}

.c-media--list .c-media__texts {
	padding: 0;
}

.c-media--list .c-media__title {
	padding: 18px 10px 0;
	margin-bottom: 24px;
}

@media print, screen and (min-width: 768px) {
	.c-media--list .c-media__title {
		margin-bottom: 34px;
	}
}

.c-media--list .c-media__title:last-child {
	padding-top: 12px;
	padding-bottom: 12px;
}

.c-media--list .c-media__text {
	border-radius: 5px;
	background-color: #f0f1f0;
	padding: 14px;
	text-align: left;
}

@media print, screen and (min-width: 768px) {
	.c-media--list .c-media__text {
		padding: 20px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-media--list.c-media--2up .c-media__texts {
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media print, screen and (min-width: 768px) {
	.c-media--list.c-media--2up .c-media__text {
		padding: 20px 65px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-media--border .c-media__item > a:hover .c-media__inner::before {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

.c-media--border .c-media__texts:last-child .c-media__title:last-child {
	padding-top: 0;
	padding-bottom: 0;
}

.c-media--border .c-media__inner::before {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 2px solid #e7e8e7;
}

/* テキストリンク
----------------------------------------------------------------- */
.c-linkGroup__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
	.c-linkGroup__items--column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.c-linkGroup__items--column .c-linkGroup__item {
	width: 100%;
}

.c-linkGroup__items--column .c-linkGroup__item:not(:first-of-type) {
	margin-top: 20px;
}

.c-linkGroup__item {
	font-size: 1.3rem;
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
	.c-linkGroup__item {
		font-size: 1.5rem;
		line-height: 1.46667;
	}
}

.c-linkGroup a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	color: #333;
	text-decoration: none;
	-webkit-transition: color 0.3s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	transition: color 0.3s cubic-bezier(0.2, 1.17, 0.4, 1.2);
}

.c-linkGroup a:hover {
	color: #eb6ea5;
}

.c-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	padding: 1px 0 1px 26px;
	font-size: 1.3rem;
	line-height: 1.6;
	font-weight: 500;
}

@media print, screen and (min-width: 768px) {
	.c-link {
		padding-top: 0;
		padding-bottom: 0;
		font-size: 1.5rem;
		line-height: 1.46667;
	}
}

.c-link .c-icn {
	position: absolute;
	top: 2px;
	left: 0;
	color: #eb6ea5;
}

.win7.trident .c-link .c-icn {
	top: -4px;
}

.c-link span {
	display: block;
	font-weight: inherit;
}

[target="_blank"] .c-link {
	position: relative;
}

[target="_blank"] .c-link::before {
	font-family: "iconfont";
	content: "";
	vertical-align: text-top;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	position: absolute;
	top: 2px;
	left: 0;
	color: #eb6ea5;
	font-size: 1.8rem;
	line-height: 1;
}

[href*=".pdf"] .c-link {
	position: relative;
}

[href*=".pdf"] .c-link::before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 18px;
	height: 18px;
	background-image: url(/global/assets/img/icon-pdf.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

/* ボタンリンク
----------------------------------------------------------------- */
.c-buttonGroup {
	position: relative;
}

@media print, screen and (min-width: 768px) {
	.c-buttonGroup__items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: -20px;
		margin-left: -30px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-buttonGroup__items--column {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: 0;
	}
}

@media print, screen and (min-width: 768px) {
	.c-buttonGroup__items--column .c-buttonGroup__item {
		margin-left: 0;
	}
}

.c-buttonGroup__items--inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -20px;
	margin-left: -10px;
}

@media print, screen and (min-width: 768px) {
	.c-buttonGroup__items--inline {
		margin-left: -20px;
	}
}

.c-buttonGroup__items--inline .c-buttonGroup__item {
	margin-left: 10px;
}

@media print, screen and (min-width: 768px) {
	.c-buttonGroup__items--inline .c-buttonGroup__item {
		margin-left: 20px;
	}
}

.c-buttonGroup__items--inline .c-button {
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
}

.c-buttonGroup__items--center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-buttonGroup__item {
	margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
	.c-buttonGroup__item {
		margin-left: 30px;
	}
}

.c-buttonGroup__item a {
	display: block;
	text-decoration: none;
}

.c-buttonGroup__items--4up {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -20px;
	margin-left: -15px;
}

.c-buttonGroup__items--4up .c-buttonGroup__item {
	width: calc( (100% - (15px * 2)) / 2);
	margin-top: 20px;
	margin-left: 15px;
}

@media print, screen and (min-width: 768px) {
	.c-buttonGroup__items--4up .c-buttonGroup__item {
		width: calc( (100% - (15px * 4)) / 4 - 0.5px);
	}
}

.c-buttonGroup--inPage .c-buttonGroup__items {
	border: 1px solid #eb6ea5;
	border-radius: 10px;
	overflow: hidden;
}

@media print, screen and (min-width: 768px) {
	.c-buttonGroup--inPage .c-buttonGroup__items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: -20px;
		margin-left: -30px;
		border: none;
		border-radius: 0;
		overflow: visible;
	}
}

.c-buttonGroup--inPage .c-buttonGroup__item {
	margin-top: 0;
}

@media print, screen and (min-width: 768px) {
	.c-buttonGroup--inPage .c-buttonGroup__item {
		width: calc( (100% - (30px * 3)) / 3 - 0.5px);
		margin-top: 20px;
		margin-left: 30px;
	}
}

.c-buttonGroup--inPage .c-buttonGroup__item + .c-buttonGroup__item {
	border-top: 1px solid #e7e8e7;
}

@media print, screen and (min-width: 768px) {
	.c-buttonGroup--inPage .c-buttonGroup__item + .c-buttonGroup__item {
		border-top: none;
	}
}

.c-buttonGroup--inPage .c-button {
	padding-left: 48px;
	text-align: left;
}

@media print, screen and (min-width: 768px) {
	.c-buttonGroup--inPage .c-button {
		text-align: center;
	}
}

.c-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	width: 100%;
	min-height: 50px;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.6;
	text-align: center;
	padding: 14px 20px 12px;
	font-weight: 500;
}

@media print, screen and (min-width: 768px) {
	.c-button {
		max-width: 100%;
		padding-top: 11.5px;
		padding-bottom: 11.5px;
		font-size: 1.7rem;
		line-height: 1.58824;
	}
}

.c-button::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border: 1px solid #eb6ea5;
	border-radius: 60px;
	background-color: #eb6ea5;
}

.c-button .c-icn {
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.c-button .c-icn-pdf::before {
	background-image: url(/global/assets/img/icon-pdf-fill.svg);
}

.c-button span + .c-icn {
	left: auto;
	right: 20px;
}

@media print, screen and (min-width: 768px) {
	a .c-button::before {
		-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	}
}

@media print, screen and (min-width: 768px) {
	a:hover .c-button::before {
		-webkit-transform: translate(-50%, -50%) scale(1.02222, 1.12);
		transform: translate(-50%, -50%) scale(1.02222, 1.12);
	}
}

.c-button--white {
	min-height: 40px;
	padding-top: 11px;
	padding-bottom: 9px;
	color: #eb6ea5;
	font-size: 1.3rem;
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
	.c-button--white {
		padding-top: 8px;
		padding-bottom: 8px;
		font-size: 1.5rem;
		line-height: 1.6;
	}
}

.c-button--white::before {
	background-color: #fff;
}

.c-button--white .c-icn-pdf::before {
	background-image: url(/global/assets/img/icon-pdf.svg);
}

.c-button--link {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	min-height: 50px;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #333;
	font-size: 1.5rem;
	line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
	.c-button--link {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-top: 13px;
		padding-bottom: 13px;
		font-size: 1.5rem;
		line-height: 1.6;
	}
}

.c-button--link::before {
	border-color: #fff;
	border-radius: 0;
	background-color: #fff;
}

@media print, screen and (min-width: 768px) {
	.c-button--link::before {
		border-color: #eb6ea5;
		border-radius: 60px;
	}
}

.c-button--link .c-icn {
	margin-right: 8px;
	color: #eb6ea5;
}

@media print, screen and (min-width: 768px) {
	.c-button--link .c-icn {
		width: 20px;
		height: 100%;
		margin-right: 0;
		overflow: hidden;
	}
}

@media print, screen and (min-width: 768px) {
	.c-button--link .c-icn::before {
		font-family: "iconfont";
		content: "";
		vertical-align: text-top;
		font-size: 1.5rem;
		line-height: 1;
		font-weight: 400;
		position: absolute;
		top: 0;
		font-size: inherit;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: top 0.4s cubic-bezier(0.175, 0.85, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.175, 0.85, 0.175, 1);
		transition: top 0.4s cubic-bezier(0.175, 0.85, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.175, 0.85, 0.175, 1);
		transition: top 0.4s cubic-bezier(0.175, 0.85, 0.175, 1), transform 0.4s cubic-bezier(0.175, 0.85, 0.175, 1);
		transition: top 0.4s cubic-bezier(0.175, 0.85, 0.175, 1), transform 0.4s cubic-bezier(0.175, 0.85, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.175, 0.85, 0.175, 1);
	}
}

@media print, screen and (min-width: 768px) {
	.c-button--link .c-icn::after {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: top 0.4s cubic-bezier(0.175, 0.85, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.175, 0.85, 0.175, 1);
		transition: top 0.4s cubic-bezier(0.175, 0.85, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.175, 0.85, 0.175, 1);
		transition: top 0.4s cubic-bezier(0.175, 0.85, 0.175, 1), transform 0.4s cubic-bezier(0.175, 0.85, 0.175, 1);
		transition: top 0.4s cubic-bezier(0.175, 0.85, 0.175, 1), transform 0.4s cubic-bezier(0.175, 0.85, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.175, 0.85, 0.175, 1);
	}
}

.c-button--link span {
	padding: 3px 0 2px;
}

@media print, screen and (min-width: 768px) {
	a:hover .c-button--link .c-icn::before {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media print, screen and (min-width: 768px) {
	a:hover .c-button--link .c-icn::after {
		top: 100%;
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
	}
}

@media print, screen and (min-width: 768px) {
	.c-button--sm {
		display: block;
		width: 230px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-button--md {
		display: block;
		width: 350px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-button--lg {
		display: block;
		width: 450px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-button--full {
		display: block;
		width: 100%;
	}
}

.c-button--link {
	font-weight: 500;
}

/* ニュース
----------------------------------------------------------------- */
.c-news {
	overflow: hidden;
}

.c-news__items {
	margin-top: -20px;
}

.c-news__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px;
}

.c-news__item > a {
	display: block;
	width: 100%;
	color: #333;
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	.c-news__item > a:hover .c-news__text {
		color: #eb6ea5;
	}
}

.c-news__date {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 8px;
	margin-bottom: 12px;
	color: #999;
	font-size: 1.3rem;
	line-height: 1.53846;
}

.c-news__tagItems {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -7px;
	margin-right: -10px;
	margin-bottom: 12px;
}

.c-news__tagItem {
	margin-top: 8px;
	margin-right: 10px;
	min-width: 90px;
	border-radius: 10px;
	padding: 0 10px 1px;
	background-color: #eb6ea5;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.54545;
	font-weight: 500;
	text-align: center;
}

.c-news__tagItem--gray {
	background-color: #e7e8e7;
	color: #333;
}

@media print, screen and (min-width: 768px) {
	.c-news__text {
		-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

[target="_blank"] .c-news__text {
	position: relative;
	padding-left: 28px;
}

[target="_blank"] .c-news__text::before {
	font-family: "iconfont";
	content: "";
	vertical-align: text-top;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	position: absolute;
	top: 3px;
	left: 0;
	color: #eb6ea5;
	font-size: 1.8rem;
	line-height: 1;
}

[href*=".pdf"] .c-news__text {
	position: relative;
	padding-left: 28px;
}

[href*=".pdf"] .c-news__text::before {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 18px;
	height: 18px;
	background-image: url(/global/assets/img/icon-pdf.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

@media print, screen and (min-width: 768px) {
	.c-news__items--2up {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: -40px;
		margin-left: -70px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-news__items--2up .c-news__item {
		width: calc((100% - (70px * 2)) / 2 - 0.5px);
		margin-top: 40px;
		margin-left: 70px;
	}
}

.c-news--border .c-news__items {
	border-bottom: 1px solid #e7e8e7;
	padding-bottom: 20px;
}

.c-news--border .c-news__item {
	border-top: 1px solid #e7e8e7;
	padding-top: 20px;
}

.c-news__date {
	font-weight: 500;
}

/* 画像＋文字リンク
----------------------------------------------------------------- */
.c-media--thumb .c-media__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c-media--thumb .c-media__item {
	width: 100%;
}

.c-media--thumb .c-media__item > a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.c-media--thumb .c-media__item > a[target="_blank"] {
	position: relative;
	z-index: 1;
}

.c-media--thumb .c-media__item > a[target="_blank"]::before {
	font-family: "iconfont";
	content: "";
	vertical-align: text-top;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 1;
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1;
}

.c-media--thumb .c-media__inner {
	position: relative;
}

.c-media--thumb .c-media__texts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	padding: 10px;
}

.c-media--thumb .c-media__title {
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.4;
	text-align: center;
}

.c-media--thumb .c-media__image {
	border-radius: 10px;
	overflow: hidden;
}

@media print, screen and (min-width: 768px) {
	.c-media--thumb .c-media__image {
		-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	}
}

.c-media--thumb .c-media__image::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.c-media--thumb.c-media--2up .c-media__items {
	margin-top: -20px;
}

@media print, screen and (min-width: 768px) {
	.c-media--thumb.c-media--2up .c-media__items {
		margin-top: -30px;
		margin-left: -30px;
	}
}

.c-media--thumb.c-media--2up .c-media__item {
	width: 100%;
	margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
	.c-media--thumb.c-media--2up .c-media__item {
		width: calc((100% - (30px * 2)) / 2 - 0.5px);
		margin-top: 30px;
		margin-left: 30px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-media--thumb.c-media--2up .c-media__item > a:hover .c-media__image {
		-webkit-transform: scale(1.01404, 1.025);
		transform: scale(1.01404, 1.025);
	}
}

.c-media--thumb.c-media--4up .c-media__items {
	margin-top: -15px;
	margin-left: -15px;
}

@media print, screen and (min-width: 768px) {
	.c-media--thumb.c-media--4up .c-media__items {
		margin-top: -30px;
		margin-left: -30px;
	}
}

.c-media--thumb.c-media--4up .c-media__item {
	width: calc((100% - (15px * 2)) / 2);
	margin-top: 15px;
	margin-left: 15px;
}

@media print, screen and (min-width: 768px) {
	.c-media--thumb.c-media--4up .c-media__item {
		width: calc((100% - (30px * 4)) / 4 - 0.5px);
		margin-top: 30px;
		margin-left: 30px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-media--thumb.c-media--4up .c-media__item > a:hover .c-media__image {
		-webkit-transform: scale(1.02963, 1.05263);
		transform: scale(1.02963, 1.05263);
	}
}

.c-media--thumb .c-media__title {
	font-weight: 500;
}

@media print, screen and (min-width: 768px) {
	.c-media--thumb .c-media__title {
		font-size: 1.9rem;
		line-height: 1.4;
	}
}

/* 画像のみ
----------------------------------------------------------------- */
.c-thumb {
	border: 2px solid #e7e8e7;
	border-radius: 10px;
	overflow: hidden;
}

.c-thumb:empty {
	display: none;
}

@media print, screen and (min-width: 768px) {
	.c-thumb--center {
		margin: 0 auto;
	}
}

@media print, screen and (min-width: 768px) {
	.c-thumb--lg {
		max-width: 770px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-thumb--md {
		max-width: 570px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-thumb--sm {
		max-width: 370px;
	}
}

/* 動画のみ
----------------------------------------------------------------- */
.c-video {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

.c-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 表
----------------------------------------------------------------- */
.c-table {
	width: 100%;
}

.c-table table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 1.3rem;
	line-height: 1.6;
	text-align: left;
}

@media print, screen and (min-width: 768px) {
	.c-table table {
		font-size: 1.5rem;
		line-height: 1.6;
	}
}

.c-table thead th {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #444;
	color: #fff;
}

@media print, screen and (min-width: 768px) {
	.c-table thead th {
		padding-top: 8px;
		padding-bottom: 8px;
	}
}

.c-table thead th + th {
	border-left: 1px solid #aaa;
}

.c-table thead th:last-child {
	border-right: 1px solid #444;
}

.c-table thead + tbody tr:first-child th,
.c-table thead + tbody tr:first-child td {
	border-top: none;
}

.c-table tbody th,
.c-table tbody td {
	padding-top: 10px;
	padding-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
	.c-table tbody th,
	.c-table tbody td {
		padding-top: 13px;
		padding-bottom: 13px;
	}
}

.c-table th,
.c-table td {
	vertical-align: middle;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.c-table.c-table--break table,
	.c-table.c-table--break tbody,
	.c-table.c-table--break tr,
	.c-table.c-table--break th,
	.c-table.c-table--break td {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.c-table.c-table--break table {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.c-table.c-table--break tbody {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.c-table.c-table--break tr:not(:first-child) th:first-child,
	.c-table.c-table--break tr:not(:first-child) td:first-child {
		border-top: none;
	}
}

@media screen and (max-width: 767px) {
	.c-table.c-table--break th:not(:first-child),
	.c-table.c-table--break td:not(:first-child) {
		border-top: none;
	}
}

@media screen and (max-width: 767px) {
	.c-table.c-table--break th {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.c-table.c-table--break td {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.c-table.c-table--scroll-sm, .c-table.c-table--scroll-md, .c-table.c-table--scroll-lg {
		width: auto;
		overflow: auto;
		overflow-x: scroll;
	}
}

@media screen and (max-width: 767px) {
	.c-table.c-table--scroll-sm::-webkit-scrollbar, .c-table.c-table--scroll-md::-webkit-scrollbar, .c-table.c-table--scroll-lg::-webkit-scrollbar {
		width: 5px;
		background: #e7e8e7;
	}
}

@media screen and (max-width: 767px) {
	.c-table.c-table--scroll-sm::-webkit-scrollbar:horizontal, .c-table.c-table--scroll-md::-webkit-scrollbar:horizontal, .c-table.c-table--scroll-lg::-webkit-scrollbar:horizontal {
		height: 5px;
		background: #e7e8e7;
	}
}

@media screen and (max-width: 767px) {
	.c-table.c-table--scroll-sm::-webkit-scrollbar-thumb, .c-table.c-table--scroll-md::-webkit-scrollbar-thumb, .c-table.c-table--scroll-lg::-webkit-scrollbar-thumb {
		border-radius: 2.5px;
		background: #eb6ea5;
	}
}

@media screen and (max-width: 767px) {
	.c-table.c-table--scroll-sm::-webkit-scrollbar-thumb:horizontal, .c-table.c-table--scroll-md::-webkit-scrollbar-thumb:horizontal, .c-table.c-table--scroll-lg::-webkit-scrollbar-thumb:horizontal {
		border-radius: 2.5px;
		background: #eb6ea5;
	}
}

@media screen and (max-width: 767px) {
	.c-table.c-table--scroll-sm .c-table__inner, .c-table.c-table--scroll-md .c-table__inner, .c-table.c-table--scroll-lg .c-table__inner {
		padding-bottom: 15px;
	}
}

@media screen and (max-width: 767px) {
	.c-table.c-table--scroll-sm .c-table__inner {
		min-width: 500px;
	}
}

@media screen and (max-width: 767px) {
	.c-table.c-table--scroll-md .c-table__inner {
		min-width: 750px;
	}
}

@media screen and (max-width: 767px) {
	.c-table.c-table--scroll-lg .c-table__inner {
		min-width: 1000px;
	}
}

@media screen and (max-width: 767px) {
	.c-table .c-table__inner {
		width: 100%;
	}
}

.c-table .c-table__accordion {
	padding: 0;
}

.c-table .c-table__accordion .c-table__outline {
	display: table;
	width: 100%;
}

.c-table .c-table__accordion .c-table__button {
	position: relative;
	color: #eb6ea5;
	font-size: 1.2rem;
	line-height: 1.6;
}

.c-table .c-table__accordion .c-table__button::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #eb6ea5;
}

.c-table .c-table__accordion .c-table__button--close {
	display: block;
	position: relative;
	margin: 10px auto 0;
	padding-left: 14px;
}

.c-table .c-table__accordion .c-table__button--close .c-icn {
	position: absolute;
	top: 4px;
	left: 0;
	font-size: inherit;
}

.c-table .c-table__accordion .c-table__detail {
	display: table;
	width: 100%;
	border-top: 1px solid #d3d4d3;
}

.c-table .c-table__accordion .c-table__cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 10px 20px;
}

.c-table .c-table__accordion .c-table__cell.c-table__cell--width80 {
	min-width: 80px;
}

.c-table .c-table__accordion .c-table__cell.c-table__cell--width60 {
	min-width: 60px;
}

.c-table .c-table__accordion .c-table__cell + .c-table__cell {
	border-left: 1px solid #d3d4d3;
}

.c-table .c-table__accordion.is-active .c-table__button--open {
	display: none;
}

.c-table tbody th,
.c-table tbody td {
	border: 1px solid #d3d4d3;
}

.c-table th {
	background-color: #f0f1f0;
	font-weight: 500;
}

/* 重要なお知らせ
----------------------------------------------------------------- */
.c-attention--header {
	padding: 20px;
	background-color: #f03f24;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.46154;
}

@media print, screen and (min-width: 768px) {
	.c-attention--header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		font-size: 1.3rem;
		line-height: 1.6;
	}
}

.c-attention--header .c-attention__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media print, screen and (min-width: 768px) {
	.c-attention--header .c-attention__head {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-right: 30px;
	}
}

.c-attention--header .c-attention__title {
	margin-right: 12px;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	padding-right: 12px;
}

@media print, screen and (min-width: 768px) {
	.c-attention--header .c-attention__title {
		margin-right: 20px;
		padding-right: 20px;
	}
}

.c-attention--header .c-attention__body {
	margin-top: 17px;
}

@media print, screen and (min-width: 768px) {
	.c-attention--header .c-attention__body {
		-ms-flex-negative: 1;
		flex-shrink: 1;
		margin-top: 0;
	}
}

.c-attention--header .c-attention__body a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.c-attention--header .c-attention__body a[target="_blank"] {
	position: relative;
	padding-left: 28px;
}

.c-attention--header .c-attention__body a[target="_blank"]::before {
	font-family: "iconfont";
	content: "";
	vertical-align: text-top;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	position: absolute;
	top: 2px;
	left: 0;
	font-size: 1.7rem;
	line-height: 1;
}

.c-attention--header .c-attention__body a[href*=".pdf"] {
	position: relative;
	padding-left: 28px;
}

.c-attention--header .c-attention__body a[href*=".pdf"]::before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 18px;
	height: 18px;
	background-image: url(/global/assets/img/icon-pdf.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.c-attention--header .c-attention__text {
	font-size: 1.3rem;
	line-height: 1.6;
	text-decoration: underline;
}

.c-attention--top {
	border: 3px solid #ffdf28;
	border-radius: 10px;
}

@media print, screen and (min-width: 768px) {
	.c-attention--top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		overflow: hidden;
	}
}

.c-attention--top .c-attention__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 8px 11px 11px 17px;
	background-color: #ffdf28;
}

@media print, screen and (min-width: 768px) {
	.c-attention--top .c-attention__head {
		padding-top: 18px;
		padding-bottom: 18px;
		-webkit-transition: padding 0s ease-in 0.25s;
		transition: padding 0s ease-in 0.25s;
	}
}

.c-attention--top .c-attention__head .c-attention__title {
	font-size: 1.5rem;
	line-height: 1.46667;
}

.c-attention--top .c-attention__head .c-attention__controller {
	padding: 2px 0 1px;
	font-size: 1.3rem;
	line-height: 1.46154;
}

.c-attention--top .c-attention__head .c-attention__controller .c-attention__button--open {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.c-attention--top .c-attention__head .c-attention__controller .c-attention__button--close {
	display: none;
}

.c-attention--top .c-attention__head .c-attention__controller .c-icn {
	margin-left: 4px;
	font-size: 1.6rem;
	line-height: 1.1875;
}

.c-attention--top .c-attention__body {
	padding: 18px 17px 23px;
	border-radius: 0 0 8px 8px;
	background-color: #fff;
}

@media print, screen and (min-width: 768px) {
	.c-attention--top .c-attention__body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		border-radius: 0;
		padding: 11px 17px 11px 19px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-attention--top .c-attention__body .c-attention__controller {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		font-size: 1.3rem;
		line-height: 1.46154;
	}
}

@media print, screen and (min-width: 768px) {
	.c-attention--top .c-attention__body .c-attention__controller .c-attention__button--open,
	.c-attention--top .c-attention__body .c-attention__controller .c-attention__button--close {
		border-radius: 18px;
		padding: 9px 16px 8px;
		background-color: #ffdf28;
		outline: none;
	}
}

@media print, screen and (min-width: 768px) {
	.c-attention--top .c-attention__body .c-attention__controller .c-attention__button--open {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: auto;
	}
}

@media print, screen and (min-width: 768px) {
	.c-attention--top .c-attention__body .c-attention__controller .c-attention__button--close {
		display: none;
	}
}

@media print, screen and (min-width: 768px) {
	.c-attention--top .c-attention__body .c-attention__controller .c-icn {
		margin-left: 4px;
		font-size: 1.6rem;
		line-height: 1.1875;
	}
}

@media print, screen and (min-width: 768px) {
	.c-attention--top .c-attention__detail {
		width: 100%;
		padding: 6px 20px 6px 0;
	}
}

.c-attention--top .c-attention__items {
	overflow: hidden;
	-webkit-transition: height 0.3s ease-out;
	transition: height 0.3s ease-out;
}

.c-attention--top .c-attention__items .c-attention__item {
	-webkit-transition: opacity 0.25s ease-out 0.25s, visibility 0.25s ease-out 0.25s;
	transition: opacity 0.25s ease-out 0.25s, visibility 0.25s ease-out 0.25s;
}

.c-attention--top .c-attention__items .c-attention__item:not(:first-of-type) {
	display: none;
	opacity: 0;
	visibility: hidden;
}

.c-attention--top .c-attention__items .c-attention__item + .c-attention__item {
	margin-top: 20px;
	border-top: 1px solid #e7e8e7;
	padding-top: 20px;
}

.c-attention--top .c-attention__item a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	color: #333;
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	.c-attention--top .c-attention__item a {
		-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

@media print, screen and (min-width: 768px) {
	.c-attention--top .c-attention__item a:hover {
		color: #eb6ea5;
	}
}

.c-attention--top a[href*=".pdf"] {
	position: relative;
	padding-left: 28px;
}

.c-attention--top a[href*=".pdf"]::before {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 18px;
	height: 18px;
	background-image: url(/global/assets/img/icon-pdf.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.c-attention--top.is-initialized .c-attention__items .c-attention__item:not(:first-of-type) {
	display: block;
}

@media print, screen and (min-width: 768px) {
	.c-attention--top.is-open {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		background-color: #fff;
	}
}

@media print, screen and (min-width: 768px) {
	.c-attention--top.is-open .c-attention__head {
		border-radius: 0 0 10px 0;
		padding-bottom: 21px;
		overflow: hidden;
		-webkit-transition: padding 0s ease-in 0s;
		transition: padding 0s ease-in 0s;
	}
}

.c-attention--top.is-open .c-attention__head .c-attention__controller .c-attention__button--open {
	display: none;
}

.c-attention--top.is-open .c-attention__head .c-attention__controller .c-attention__button--close {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media print, screen and (min-width: 768px) {
	.c-attention--top.is-open .c-attention__body .c-attention__controller {
		position: absolute;
		top: auto;
		right: auto;
		bottom: 19px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media print, screen and (min-width: 768px) {
	.c-attention--top.is-open .c-attention__body .c-attention__controller .c-attention__button--open {
		display: none;
	}
}

@media print, screen and (min-width: 768px) {
	.c-attention--top.is-open .c-attention__body .c-attention__controller .c-attention__button--close {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media print, screen and (min-width: 768px) {
	.c-attention--top.is-open .c-attention__detail {
		position: relative;
		padding-right: 0;
		padding-bottom: 82px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-attention--top.is-open .c-attention__detail::after {
		content: "";
		display: block;
		position: absolute;
		bottom: 62px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 100%;
		height: 1px;
		background-color: #e7e8e7;
	}
}

.c-attention--top.is-open .c-attention__items .c-attention__item:not(:first-of-type) {
	opacity: 1;
	visibility: visible;
}

.c-attention--top.is-noAccordion .c-attention__controller {
	display: none !important;
}

.c-attention--header {
	font-weight: 500;
}

.c-attention--top {
	background-color: #fff;
	-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}

@media print, screen and (min-width: 768px) {
	.c-attention--top .c-attention__head {
		min-width: 143px;
	}
}

.c-attention--top .c-attention__head .c-attention__title {
	font-weight: 500;
}

.c-attention--top .c-attention__head .c-attention__controller {
	font-weight: 500;
}

@media print, screen and (min-width: 768px) {
	.c-attention--top .c-attention__body .c-attention__controller {
		font-weight: 500;
	}
}

.c-attention-contents {
	padding: 20px;
	background-color: #f03f24;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.46154;
	font-weight: 500;
}

@media print, screen and (min-width: 768px) {
	.c-attention-contents {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		font-size: 1.3rem;
		line-height: 1.6;
	}
}

.c-attention-contents .c-attention-contents__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media print, screen and (min-width: 768px) {
	.c-attention-contents .c-attention-contents__head {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-right: 30px;
	}
}

.c-attention-contents .c-attention-contents__title {
	margin-right: 12px;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	padding-right: 12px;
}

@media print, screen and (min-width: 768px) {
	.c-attention-contents .c-attention-contents__title {
		margin-right: 20px;
		padding-right: 20px;
	}
}

.c-attention-contents .c-attention-contents__body {
	margin-top: 17px;
}

@media print, screen and (min-width: 768px) {
	.c-attention-contents .c-attention-contents__body {
		-ms-flex-negative: 1;
		flex-shrink: 1;
		margin-top: 0;
	}
}

.c-attention-contents .c-attention-contents__body a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.c-attention-contents .c-attention-contents__body a[target="_blank"] {
	position: relative;
	padding-left: 28px;
}

.c-attention-contents .c-attention-contents__body a[target="_blank"]::before {
	font-family: "iconfont";
	content: "";
	vertical-align: text-top;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	position: absolute;
	top: 2px;
	left: 0;
	font-size: 1.7rem;
	line-height: 1;
}

.c-attention-contents .c-attention-contents__body a[href*=".pdf"] {
	position: relative;
	padding-left: 28px;
}

.c-attention-contents .c-attention-contents__body a[href*=".pdf"]::before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 18px;
	height: 18px;
	background-image: url(/global/assets/img/icon-pdf.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.c-attention-contents .c-attention-contents__text {
	font-size: 1.3rem;
	line-height: 1.6;
	text-decoration: underline;
}

/* アコーディオン
----------------------------------------------------------------- */
.c-faq {
	padding-bottom: 1px;
}

@media print, screen and (min-width: 768px) {
	.c-faq {
		width: 100%;
	}
}

.c-faq__item {
	position: relative;
	margin-bottom: -1px;
}

@media print, screen and (min-width: 768px) {
	.c-faq__item {
		font-size: 1.7rem;
		line-height: 1.6;
	}
}

.c-faq__item::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #e7e8e7;
}

.c-faq__item.is-active {
	padding-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
	.c-faq__item.is-active {
		padding-bottom: 24px;
	}
}

.c-faq__question {
	position: relative;
	border-top: 1px solid #e7e8e7;
	padding: 12px 55px 12px 40px;
	cursor: pointer;
	-webkit-transition: padding .4s ease-out;
	transition: padding .4s ease-out;
}

@media print, screen and (min-width: 768px) {
	.c-faq__question {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 14px 56px 17px 56px;
	}
}

.c-faq__question::before {
	content: "Q";
	display: block;
	position: absolute;
	top: 11px;
	left: 10px;
	width: 16px;
	height: 27px;
	font-size: 2rem;
	line-height: 1.35;
	color: #eb6ea5;
	font-weight: 600;
}

@media print, screen and (min-width: 768px) {
	.c-faq__question::before {
		left: 16px;
		width: 19px;
		height: 33px;
		font-size: 2.4rem;
		line-height: 1.375;
	}
}

.c-faq__question::after {
	font-family: "iconfont";
	content: "";
	vertical-align: text-top;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	display: block;
	position: absolute;
	top: 15px;
	right: 10px;
	width: 20px;
	height: 20px;
	font-size: 2rem;
	line-height: 1;
	color: #eb6ea5;
}

@media print, screen and (min-width: 768px) {
	.c-faq__question::after {
		top: 19px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-faq__questionInner {
		margin-right: auto;
	}
}

.is-active .c-faq__question {
	padding-bottom: 20px;
}

.is-active .c-faq__question::after {
	font-family: "iconfont";
	content: "";
	vertical-align: text-top;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	font-size: 2rem;
	line-height: 1;
}

.c-faq__tag {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 90px;
	border-radius: 10px;
	padding: 0 10px 1px;
	background-color: #eb6ea5;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.54545;
	font-weight: 500;
	text-align: center;
	min-width: 150px;
	margin-top: 11px;
}

.c-faq__tag--gray {
	background-color: #e7e8e7;
	color: #333;
}

@media print, screen and (min-width: 768px) {
	.c-faq__tag {
		margin-top: 4.5px;
		margin-left: 26px;
	}
}

.c-faq__answer {
	display: none;
	position: relative;
	border-radius: 10px;
	padding-right: 15px;
	padding-left: 40px;
	background-color: rgba(231, 232, 231, 0.5);
}

@media print, screen and (min-width: 768px) {
	.c-faq__answer {
		padding-right: 24px;
		padding-left: 56px;
	}
}

.c-faq__answer::before {
	content: "A";
	display: block;
	position: absolute;
	top: 20px;
	left: 10px;
	width: 16px;
	height: 27px;
	font-size: 2rem;
	line-height: 1.35;
	color: #44a2de;
	font-weight: 600;
}

@media print, screen and (min-width: 768px) {
	.c-faq__answer::before {
		left: 16px;
		width: 19px;
		height: 33px;
		font-size: 2.4rem;
		line-height: 1.375;
	}
}

.c-faq__answerInner {
	padding-top: 20px;
	padding-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
	.c-faq__answerInner {
		padding-top: 23px;
		padding-bottom: 28px;
	}
}

.c-faq__item > a {
	color: #333;
	text-decoration: none;
}

.c-faq__item > a:hover {
	color: #eb6ea5;
}

.c-faq--blankList .c-faq__question::after {
	font-family: "iconfont";
	content: "";
	vertical-align: text-top;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	font-size: 2rem;
	line-height: 1;
}

.c-accordionlist {
	padding-bottom: 1px;
}

@media print, screen and (min-width: 768px) {
	.c-accordionlist {
		width: 100%;
	}
}

.c-accordionlist__item {
	position: relative;
	margin-bottom: -1px;
}

@media print, screen and (min-width: 768px) {
	.c-accordionlist__item {
		font-size: 1.7rem;
		line-height: 1.6;
	}
}

.c-accordionlist__item::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #e7e8e7;
}

.c-accordionlist__item.is-active {
	padding-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
	.c-accordionlist__item.is-active {
		padding-bottom: 24px;
	}
}

.c-accordionlist__question {
	position: relative;
	border-top: 1px solid #e7e8e7;
	padding: 12px 55px 12px 40px;
	cursor: pointer;
	-webkit-transition: padding .4s ease-out;
	transition: padding .4s ease-out;
}

@media print, screen and (min-width: 768px) {
	.c-accordionlist__question {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 14px 56px 17px 56px;
	}
}

.c-accordionlist__question::before {
	content: "Q";
	display: block;
	position: absolute;
	top: 11px;
	left: 10px;
	width: 16px;
	height: 27px;
	font-size: 2rem;
	line-height: 1.35;
	color: #eb6ea5;
	font-weight: 600;
}

@media print, screen and (min-width: 768px) {
	.c-accordionlist__question::before {
		left: 16px;
		width: 19px;
		height: 33px;
		font-size: 2.4rem;
		line-height: 1.375;
	}
}

.c-accordionlist__question::after {
	font-family: "iconfont";
	content: "";
	vertical-align: text-top;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	display: block;
	position: absolute;
	top: 15px;
	right: 10px;
	width: 20px;
	height: 20px;
	font-size: 2rem;
	line-height: 1;
	color: #eb6ea5;
}

@media print, screen and (min-width: 768px) {
	.c-accordionlist__question::after {
		top: 19px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-accordionlist__questionInner {
		margin-right: auto;
	}
}

.is-active .c-accordionlist__question {
	padding-bottom: 20px;
}

.is-active .c-accordionlist__question::after {
	font-family: "iconfont";
	content: "";
	vertical-align: text-top;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	font-size: 2rem;
	line-height: 1;
}

.c-accordionlist__tag {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 90px;
	border-radius: 10px;
	padding: 0 10px 1px;
	background-color: #eb6ea5;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.54545;
	font-weight: 500;
	text-align: center;
	min-width: 150px;
	margin-top: 11px;
}

.c-accordionlist__tag--gray {
	background-color: #e7e8e7;
	color: #333;
}

@media print, screen and (min-width: 768px) {
	.c-accordionlist__tag {
		margin-top: 4.5px;
		margin-left: 26px;
	}
}

.c-accordionlist__answer {
	display: none;
	position: relative;
	border-radius: 10px;
	padding-right: 15px;
	padding-left: 40px;
	background-color: rgba(231, 232, 231, 0.5);
}

@media print, screen and (min-width: 768px) {
	.c-accordionlist__answer {
		padding-right: 24px;
		padding-left: 56px;
	}
}

.c-accordionlist__answer::before {
	content: "A";
	display: block;
	position: absolute;
	top: 20px;
	left: 10px;
	width: 16px;
	height: 27px;
	font-size: 2rem;
	line-height: 1.35;
	color: #44a2de;
	font-weight: 600;
}

@media print, screen and (min-width: 768px) {
	.c-accordionlist__answer::before {
		left: 16px;
		width: 19px;
		height: 33px;
		font-size: 2.4rem;
		line-height: 1.375;
	}
}

.c-accordionlist__answerInner {
	padding-top: 20px;
	padding-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
	.c-accordionlist__answerInner {
		padding-top: 23px;
		padding-bottom: 28px;
	}
}

.c-accordionlist__item > a {
	color: #333;
	text-decoration: none;
}

.c-accordionlist__item > a:hover {
	color: #eb6ea5;
}

.c-accordionlist--blankList .c-faq__question::after {
	font-family: "iconfont";
	content: "";
	vertical-align: text-top;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	font-size: 2rem;
	line-height: 1;
}

.c-accordionlist__question {
	padding-left: 0;
}

.c-accordionlist__question::before {
	display: none;
}

.c-accordionlist__answer {
	background: none;
	padding-left: 0;
	padding-right: 0;
}

.c-accordionlist__answer::before {
	display: none;
}

@media screen and (max-width: 767px) {
	.c-accordionlist__answerInner {
		padding-top: 0;
	}
}

.c-accordionlist__answerInner .c-column__inner {
	padding: 0;
}

.c-accordion {
	width: 100%;
}

.c-accordion__content {
	position: relative;
	height: 810px;
	overflow: hidden;
	-webkit-transition: height 1s ease-in-out;
	transition: height 1s ease-in-out;
}

@media print, screen and (min-width: 768px) {
	.c-accordion__content {
		height: 337.5px;
		-webkit-transition-duration: 0.4s;
		transition-duration: 0.4s;
	}
}

.c-accordion__content::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
	background-image: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
	background-repeat: no-repeat;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.1s ease-out, visibility 0.1s ease-out;
	transition: opacity 0.1s ease-out, visibility 0.1s ease-out;
}

.is-active .c-accordion__content {
	height: 100%;
}

.is-active .c-accordion__content::after {
	opacity: 0;
	visibility: hidden;
}

.c-accordion__button {
	width: 100%;
	padding: 16px 10px;
	color: #eb6ea5;
	font-size: 1.9rem;
	line-height: 1.47368;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.1s ease-out, visibility 0.1s ease-out;
	transition: opacity 0.1s ease-out, visibility 0.1s ease-out;
	outline: none;
}

.c-accordion__button::after {
	font-family: "iconfont";
	content: "";
	vertical-align: text-top;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	margin-left: 10px;
	font-size: 2rem;
	line-height: 1.4;
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.c-accordion__text {
	font-weight: 700;
}

.is-active .c-accordion__button {
	opacity: 0;
	visibility: hidden;
}

/* ローカルナビ
----------------------------------------------------------------- */
.l-localNav {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

@media print, screen and (min-width: 768px) {
	.l-localNav {
		margin-bottom: 60px;
		padding-bottom: 0;
	}
}

.l-localNav::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: -20px;
	width: 100vw;
	height: 1px;
	background-color: #e7e8e7;
}

@media print, screen and (min-width: 768px) {
	.l-localNav::after {
		display: none;
	}
}

.l-localNav__item {
	display: inline;
	line-height: 2.4;
}

@media print, screen and (min-width: 768px) {
	.l-localNav__item {
		line-height: 2.66667;
	}
}

.l-localNav__item a {
	color: #eb6ea5;
	text-decoration: underline;
}

.l-localNav__item a:hover {
	color: #f199c0;
}

.l-localNav__item.is-active {
	pointer-events: none;
}

.l-localNav__item.is-active a {
	color: #888;
	text-decoration: none;
}

.l-localNav__item + .l-localNav__item {
	margin-left: 20px;
	border-left: 1px solid #e7e8e7;
	padding-left: 20px;
}

.l-localNav__inner {
	display: inline;
	font-size: 1.3rem;
	line-height: 1.46154;
}

@media print, screen and (min-width: 768px) {
	.l-localNav__inner {
		font-size: 1.5rem;
		line-height: 1.46667;
	}
}

.l-localNav__inner {
	font-weight: 500;
}

/* 検索エリア
----------------------------------------------------------------- */
.c-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 10px;
	padding: 6px;
	background-color: #eb6ea5;
}

@media print, screen and (min-width: 768px) {
	.c-search {
		padding: 8px;
	}
}

.c-search__text {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	border-radius: 2px;
}

@media print, screen and (min-width: 768px) {
	.c-search__text {
		border-radius: 3px;
	}
}

.c-search__text input {
	display: block;
	width: 100%;
	padding: 7px 14px;
}

.c-search__submit {
	position: relative;
	margin-left: 6px;
}

.c-search__submit::after {
	font-family: "iconfont";
	content: "";
	vertical-align: text-top;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 2.4rem;
	line-height: 1;
}

.c-search__submit input {
	position: relative;
	z-index: 1;
	text-indent: 100%;
	outline: none;
	font-size: 0;
}

.c-search__text {
	background-color: #fff;
}

.c-search__text input {
	font-size: 1.6rem;
	line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
	.c-search__text input {
		padding: 16px 20px;
	}
}

.c-search__submit::after {
	color: #fff;
}

@media print, screen and (min-width: 768px) {
	.c-search__submit::after {
		font-size: 3rem;
		line-height: 1;
	}
}

.c-search__submit input {
	width: 38px;
	height: 38px;
}

@media print, screen and (min-width: 768px) {
	.c-search__submit input {
		width: 56px;
		height: 56px;
	}
}

.c-search--gray {
	width: 100%;
	margin: 0 auto 0;
	padding: 8px;
	background-color: #e7e8e7;
}

@media print, screen and (min-width: 768px) {
	.c-search--gray {
		width: 770px;
	}
}

.c-search--gray .c-search__submit::after {
	color: #eb6ea5;
}

.c-search--gray .c-search__text {
	background-color: transparent;
}

.c-search--gray .c-search__text input {
	font-size: 1.7rem;
	line-height: 1.47059;
}

/* ページング
----------------------------------------------------------------- */
/* ダウンロード
----------------------------------------------------------------- */
.c-download {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 10px;
}

@media print, screen and (min-width: 768px) {
	.c-download {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.c-download .c-download__texts {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 100%;
}

@media print, screen and (min-width: 768px) {
	.c-download .c-download__texts {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: auto;
	}
}

.c-download .c-download__image {
	text-align: center;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

@media print, screen and (min-width: 768px) {
	.c-download .c-download__image {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

.c-download .c-download__image > a {
	display: block;
}

@media print, screen and (min-width: 768px) {
	.c-download--size-s {
		width: 100%;
		max-width: 600px;
	}
}

.c-download--size-s .c-download__text {
	font-size: 1.5rem;
	line-height: 1.6;
}

.c-download--size-s .c-download__note {
	margin-top: 3px;
	font-size: 1.1rem;
	line-height: 1.54545;
}

@media print, screen and (min-width: 768px) {
	.c-download--size-s .c-download__note {
		font-size: 1rem;
		line-height: 1.5;
	}
}

.c-download--size-s .c-download__image {
	width: 206px;
}

@media print, screen and (min-width: 768px) {
	.c-download--size-s .c-download__image {
		width: 186px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-download--size-l {
		width: 100%;
	}
}

.c-download--size-l .c-download__text {
	font-size: 1.5rem;
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
	.c-download--size-l .c-download__text {
		font-size: 2.1rem;
		line-height: 1.6;
	}
}

.c-download--size-l .c-download__note {
	margin-top: 3px;
	font-size: 1.1rem;
	line-height: 1.54545;
}

@media print, screen and (min-width: 768px) {
	.c-download--size-l .c-download__note {
		margin-top: 8px;
	}
}

.c-download--size-l .c-download__image {
	width: 254px;
}

@media print, screen and (min-width: 768px) {
	.c-download--size-l .c-download__image {
		width: 323px;
	}
}

.c-download--os1 {
	background-color: #ffeef6;
	border: 3px solid #eb6ea5;
}

.c-download--os1.c-download--size-s {
	padding: 17px 20px 20px;
}

@media print, screen and (min-width: 768px) {
	.c-download--os1.c-download--size-s {
		padding: 20px 40px 20px 30px;
	}
}

.c-download--os1.c-download--size-s .c-download__image {
	margin-bottom: 7px;
}

@media print, screen and (min-width: 768px) {
	.c-download--os1.c-download--size-s .c-download__image {
		margin-bottom: 0;
	}
}

.c-download--os1.c-download--size-l {
	padding: 36px 30px 30px;
}

@media print, screen and (min-width: 768px) {
	.c-download--os1.c-download--size-l {
		padding: 34px 74px 34px 70px;
	}
}

.c-download--os1.c-download--size-l .c-download__image {
	margin-bottom: 18px;
}

@media print, screen and (min-width: 768px) {
	.c-download--os1.c-download--size-l .c-download__image {
		margin-bottom: 0;
	}
}

.c-download--os2 {
	position: relative;
	background-color: #fff;
}

.c-download--os2::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	border: 2px solid #444;
	border-radius: 10px;
	width: 100%;
	height: 100%;
}

@media print, screen and (min-width: 768px) {
	.c-download--os2::before {
		-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	}
}

a:hover .c-download--os2::before {
	-webkit-transform: scale(1.01404, 1.025);
	transform: scale(1.01404, 1.025);
}

.c-download--os2.c-download--size-s {
	padding: 17px 20px 20px;
}

@media print, screen and (min-width: 768px) {
	.c-download--os2.c-download--size-s {
		padding: 20px 40px 20px 30px;
	}
}

.c-download--os2.c-download--size-s .c-download__image {
	margin-bottom: 7px;
}

@media print, screen and (min-width: 768px) {
	.c-download--os2.c-download--size-s .c-download__image {
		margin-bottom: 0;
	}
}

.c-download--os2.c-download--size-l {
	padding: 36px 30px 36px;
	min-height: 200px;
}

@media print, screen and (min-width: 768px) {
	.c-download--os2.c-download--size-l {
		padding: 34px 74px 34px 70px;
	}
}

@media screen and (max-width: 767px) {
	.c-download--os2.c-download--size-l .c-download__texts {
		margin-bottom: 24px;
	}
}

.c-download--os2.c-download--size-l .c-download__text {
	margin-bottom: 25px;
	font-size: 1.7rem;
	line-height: 1.52941;
	font-weight: 500;
	text-align: center;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

@media print, screen and (min-width: 768px) {
	.c-download--os2.c-download--size-l .c-download__text {
		margin-bottom: 0;
		font-size: 2.5rem;
		line-height: 1.6;
		text-align: left;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

.c-download--os2.c-download--size-l .c-download__image {
	width: 207px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

@media print, screen and (min-width: 768px) {
	.c-download--os2.c-download--size-l .c-download__image {
		width: 286px;
		text-align: left;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

.c-download--os2.c-download--size-l .c-download__image img {
	width: 207px;
}

@media print, screen and (min-width: 768px) {
	.c-download--os2.c-download--size-l .c-download__image img {
		width: 224px;
	}
}

/* フロー
----------------------------------------------------------------- */
.c-flow {
	background-color: #fafafa;
	border-radius: 10px;
	padding: 40px 20px;
}

@media screen and (max-width: 767px) {
	.c-flow {
		margin-left: -20px;
		margin-right: -20px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-flow {
		padding: 80px 8.54701% 80px;
	}
}

.c-flow__heading {
	font-size: 1.7rem;
	line-height: 1.47059;
	font-weight: 500;
	text-align: center;
	margin-bottom: 55px;
}

@media print, screen and (min-width: 768px) {
	.c-flow__heading {
		font-size: 1.9rem;
		line-height: 1.47368;
		margin-bottom: 60px;
	}
}

.c-flow__items {
	counter-reset: stepOrderBlock;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c-flow__item {
	width: 100%;
	padding: 0 45px 0;
	margin-bottom: 40px;
}

.c-flow__item:not(.c-flow__item--numSkip) .c-flow__inner::before {
	counter-increment: stepOrderBlock;
}

.c-flow__item.c-flow__item--numSkip .c-flow__inner::before {
	display: none;
}

.c-flow__item:last-child {
	margin-bottom: 0;
}

.c-flow__item:last-child .c-flow__inner {
	padding-bottom: 0;
}

.c-flow__item:last-child .c-flow__inner::after {
	display: none;
}

.c-flow__item--landscape {
	padding: 0 15px 0;
}

.c-flow__item--landscape .c-flow__inner::after {
	width: calc( 19 / 305 * 100%);
	height: calc( 28 / 305 * 100%);
}

.c-flow__inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 40px;
}

.c-flow__inner::before {
	content: counter(stepOrderBlock);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border-radius: 50%;
	background-color: #44a2de;
	width: 30px;
	height: 30px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	font-size: 2rem;
	line-height: 1.35;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.c-flow__inner::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	content: "";
	width: calc( 19 / 245 * 100%);
	height: calc( 28 / 245 * 100%);
	background: url(/global/assets/img/icn-arrow-gray.svg) no-repeat 50% 50%;
	background-size: contain;
	-webkit-transform: translateX(-45%) translateY(50%) rotate(90deg);
	transform: translateX(-45%) translateY(50%) rotate(90deg);
	z-index: 1;
}

.c-flow__texts {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-top: 20px;
}

.c-flow__image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.c-flow__imageInner {
	border: 2px solid #e7e8e7;
	border-radius: 10px;
	overflow: hidden;
}

@media print, screen and (min-width: 768px) {
	.c-flow--pc-horizontal .c-flow {
		padding-bottom: 40px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-flow--pc-horizontal .c-flow__body {
		margin: 0 auto;
		max-width: 770px;
	}
}

.c-flow--pc-horizontal .c-flow__body:only-child {
	padding-top: 10px;
}

@media print, screen and (min-width: 768px) {
	.c-flow--pc-horizontal .c-flow__item {
		border-bottom: 1px solid #e7e8e7;
		margin-bottom: 80px;
		padding: 0;
	}
}

.c-flow--pc-horizontal .c-flow__item:not(.c-flow__item--numSkip) .c-flow__inner::before {
	counter-increment: stepOrderBlock;
}

.c-flow--pc-horizontal .c-flow__item.c-flow__item--numSkip .c-flow__inner::before {
	display: none;
}

@media print, screen and (min-width: 768px) {
	.c-flow--pc-horizontal .c-flow__item:last-child {
		border-bottom: none;
		margin-bottom: 0;
	}
}

@media print, screen and (min-width: 768px) {
	.c-flow--pc-horizontal .c-flow__inner {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 0 0 80px 100px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-flow--pc-horizontal .c-flow__inner::before {
		width: 40px;
		height: 40px;
		font-size: 2rem;
		line-height: 1.9;
		-webkit-transform: none;
		transform: none;
	}
}

@media print, screen and (min-width: 768px) {
	.c-flow--pc-horizontal .c-flow__inner::after {
		background-color: #fafafa;
		width: calc( 19 / 770 * 100%);
		height: 70px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-flow--pc-horizontal .c-flow__texts {
		width: 55.22388%;
		margin-top: 0;
		margin-left: 30px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-flow--pc-horizontal .c-flow__image {
		width: 40.29851%;
		max-width: 270px;
	}
}

.c-flow--pc-horizontal .c-flow__item--landscape .c-flow__inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.c-flow--pc-horizontal .c-flow__item--landscape .c-flow__inner::after {
	width: calc( 19 / 770 * 100%);
}

@media print, screen and (min-width: 768px) {
	.c-flow--pc-horizontal .c-flow__item--landscape .c-flow__texts {
		margin-top: 30px;
		margin-left: 0;
	}
}

@media print, screen and (min-width: 768px) {
	.c-flow--pc-horizontal .c-flow__item--landscape .c-flow__image {
		width: 100%;
	}
}

.c-flow--pc-vertical {
	padding-bottom: 40px;
}

@media print, screen and (min-width: 768px) {
	.c-flow--pc-vertical {
		padding-bottom: 80px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-flow--pc-vertical .c-flow__body {
		margin: 0 auto 0 -43px;
	}
}

.c-flow--pc-vertical .c-flow__body:only-child {
	padding-top: 10px;
}

@media print, screen and (min-width: 768px) {
	.c-flow--pc-vertical .c-flow__items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media print, screen and (min-width: 768px) {
	.c-flow--pc-vertical .c-flow__item {
		padding: 0;
		margin-top: 60px;
		margin-bottom: 0;
		margin-left: 4.24482%;
		width: 20.7305%;
	}
	.c-flow--pc-vertical .c-flow__item:nth-of-type(-n + 4) {
		margin-top: 0;
	}
}

.c-flow--pc-vertical .c-flow__item:not(.c-flow__item--numSkip) .c-flow__image::before {
	counter-increment: stepOrderBlock;
}

.c-flow--pc-vertical .c-flow__item.c-flow__item--numSkip .c-flow__image::before {
	display: none;
}

.c-flow--pc-vertical .c-flow__item:last-child .c-flow__image::after {
	display: none;
}

@media print, screen and (min-width: 768px) {
	.c-flow--pc-vertical .c-flow__inner {
		padding-bottom: 0;
	}
}

@media print, screen and (min-width: 768px) {
	.c-flow--pc-vertical .c-flow__inner::before {
		display: none;
	}
}

@media print, screen and (min-width: 768px) {
	.c-flow--pc-vertical .c-flow__inner::after {
		display: none;
	}
}

@media print, screen and (min-width: 768px) {
	.c-flow--pc-vertical .c-flow__image {
		position: relative;
		min-height: 0%;
		overflow: visible;
	}
}

@media print, screen and (min-width: 768px) {
	.c-flow--pc-vertical .c-flow__image::before {
		content: counter(stepOrderBlock);
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		border-radius: 50%;
		background-color: #44a2de;
		width: 30px;
		height: 30px;
		color: #fff;
		font-weight: 700;
		text-align: center;
		font-size: 2rem;
		line-height: 1.35;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
}

@media print, screen and (min-width: 768px) {
	.c-flow--pc-vertical .c-flow__image::after {
		position: absolute;
		right: calc( -33 / 210 * 100%);
		top: 50%;
		display: block;
		content: "";
		width: calc( 19 / 210 * 100%);
		height: calc( 28 / 300 * 100%);
		background: url(/global/assets/img/icn-arrow-gray.svg) no-repeat;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 1;
	}
}

@media print, screen and (min-width: 768px) {
	.c-flow--pc-vertical .c-flow__item--landscape.c-flow__item {
		width: 45.70582%;
		max-width: 463px;
		padding-left: 35px;
		padding-right: 28px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-flow--pc-vertical .c-flow__item--landscape .c-flow__texts {
		margin-left: 0;
	}
}

@media print, screen and (min-width: 768px) {
	.c-flow--pc-vertical .c-flow__item--landscape .c-flow__image {
		margin: 5% 0;
		width: 100%;
	}
}

@media print, screen and (min-width: 768px) {
	.c-flow--pc-vertical .c-flow__item--landscape .c-flow__image::after {
		width: calc( 19 / 400 * 100%);
		height: calc( 28 / 260 * 100%);
	}
}

/* ステップ（大）
----------------------------------------------------------------- */
.c-megastep {
	margin-bottom: 60px;
}

@media print, screen and (min-width: 768px) {
	.c-megastep {
		margin-bottom: 80px;
	}
}

.c-megastep:last-child {
	margin-bottom: 0;
}

.c-megastep__steplistInner {
	border-bottom: 1px solid #e7e8e7;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

@media print, screen and (min-width: 768px) {
	.c-megastep__steplistInner {
		padding-bottom: 60px;
		margin-bottom: 80px;
	}
}

.c-megastep__steplist .c-buttonGroup__items {
	counter-reset: megasteplistOrderBlock;
}

.c-megastep__steplist .c-buttonGroup__item {
	counter-increment: megasteplistOrderBlock;
	margin-top: 0;
}

.c-megastep__steplist .c-button {
	font-size: 1.5rem;
	line-height: 1.8;
}

.c-megastep__steplistNum {
	color: #eb6ea5;
	margin-right: 10px;
}

.c-megastep__steplistNum::after {
	content: counter(megasteplistOrderBlock);
	display: inline;
}

.c-megastep__items {
	counter-reset: megastepOrderBlock;
}

.c-megastep__items + .c-megastep__items {
	margin-top: 0;
}

@media print, screen and (min-width: 768px) {
	.c-megastep__items + .c-megastep__items {
		margin-top: 204px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-megastep__items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.c-megastep__item {
	position: relative;
	counter-increment: megastepOrderBlock;
	counter-reset: megasteplistOrderBlockSub;
	width: 100%;
}

.c-megastep__item + .c-megastep__item::before {
	display: block;
	content: "";
	background: url(/assets/img/common/img-doubleArrow.svg) no-repeat center 0;
	background-size: auto 100%;
	margin: 0 auto;
	width: 40%;
	padding-top: 17.06667%;
	margin-bottom: 60px;
}

@media print, screen and (min-width: 768px) {
	.c-megastep__item + .c-megastep__item::before {
		width: 150px;
		padding-top: 64px;
		margin-bottom: 80px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-megastep__descriptionInner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: top;
		-ms-flex-align: top;
		align-items: top;
	}
}

.c-megastep__image {
	margin-bottom: 20px;
	overflow: hidden;
}

@media print, screen and (min-width: 768px) {
	.c-megastep__image {
		margin-bottom: 0;
		width: 470px;
		margin-right: 30px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-megastep__texts {
		width: 57.264957265%;
		max-width: 670px;
	}
}

.c-megastep__title {
	margin-bottom: 20px;
	font-size: 1.9rem;
	line-height: 1.47368;
	font-weight: 500;
}

@media print, screen and (min-width: 768px) {
	.c-megastep__title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 25px;
		font-size: 2.5rem;
		line-height: 1.4;
	}
}

.c-megastep__stepnum > span {
	display: inline-block;
	background-color: #eb6ea5;
	border-radius: 13px;
	margin-bottom: 10px;
	padding: 0 10px;
	color: #fff;
	font-size: 1.7rem;
	line-height: 1.52941;
	font-weight: 500;
}

.c-megastep__stepnum > span::after {
	content: counter(megastepOrderBlock);
	display: inline;
}

@media print, screen and (min-width: 768px) {
	.c-megastep__stepnum > span {
		border-radius: 20px;
		margin-right: 20px;
		margin-bottom: 0;
		padding: 0 16px;
		font-size: 2.4rem;
		line-height: 1.66667;
	}
}

@media print, screen and (min-width: 768px) {
	.c-megastep__stepname {
		width: 550px;
	}
}

.c-megastep__text {
	margin-bottom: 20px;
	font-size: 1.5rem;
	line-height: 1.8;
}

@media print, screen and (min-width: 768px) {
	.c-megastep__text {
		font-size: 1.7rem;
		line-height: 1.8;
	}
}

.c-megastep__note {
	color: #888;
	font-size: 1.3rem;
	line-height: 1.6;
}

.c-megastep__insideHeadingNumberList {
	counter-increment: megasteplistOrderBlockSub;
	position: relative;
	padding: 0 0 0 80px;
}

@media print, screen and (min-width: 768px) {
	.c-megastep__insideHeadingNumberList {
		padding: 0 0 0 90px;
		font-size: 1.7rem;
		line-height: 1.76471;
	}
}

.c-megastep__insideHeadingNumberList__insidenum {
	display: inline-block;
	-webkit-transform: none;
	transform: none;
	padding: 0 12px;
	width: auto;
	border-radius: 15px;
	background-color: #44a2de;
	color: #fff;
	font-weight: 500;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

@media print, screen and (min-width: 768px) {
	.c-megastep__insideHeadingNumberList__insidenum {
		top: 4px;
		height: 30px;
		font-size: 1.7rem;
		line-height: 1.76471;
	}
}

.c-megastep__insideHeadingNumberList__insidenum::after {
	content: counter(megasteplistOrderBlockSub);
	padding-left: .35em;
}

.c-megastep__flow {
	margin-bottom: 40px;
}

.c-megastep__item:last-child .c-megastep__flow {
	margin-bottom: 0;
}

.c-megastep__flow:not(:first-child) {
	margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
	.c-megastep__flow:not(:first-child) {
		margin-top: 60px;
	}
}

/* モーダル
----------------------------------------------------------------- */
.c-modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 20px 0;
	background-color: rgba(0, 0, 0, 0.6);
}

body.is-iphone.p-page-top .c-modal:not(.is-disable),
body.is-iphone[class^="p-page-about"] .c-modal:not(.is-disable),
body.is-iphone[class^="p-page-buy"] .c-modal:not(.is-disable),
body.is-iphone[class^="p-page-use"] .c-modal:not(.is-disable),
body.is-iphone[class^="p-page-charge"] .c-modal:not(.is-disable),
body.is-iphone[class^="p-page-procedure"] .c-modal:not(.is-disable),
body.is-iphone[class^="p-page-area"] .c-modal:not(.is-disable),
body.is-iphone[class^="p-page-faq"] .c-modal:not(.is-disable) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.c-modal__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	max-width: 1010px;
	margin: 0 auto;
	padding: 48px 20px;
}

.c-modal__body a {
	display: block;
}

.c-modal__body .c-image {
	border-radius: 10px;
	overflow: hidden;
}

.c-modal__close {
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	border-radius: 50%;
}

.c-modal__close span {
	display: block;
	color: transparent;
	width: 40px;
	height: 40px;
	font-size: 0;
}

.c-modal__close span::before, .c-modal__close span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 23px;
	height: 2px;
	background-color: #fff;
}

.c-modal__close span::before {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.c-modal__close span::after {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

/* S-1 ご注意ください
----------------------------------------------------------------- */
.c-notes {
	border: 3px solid #fbd326;
	border-radius: 10px;
	background-color: #fff;
	padding: 27px 14px;
}

@media print, screen and (min-width: 768px) {
	.c-notes {
		padding: 37px 47px;
	}
}

.c-notes__head {
	position: relative;
	margin-bottom: 20px;
	padding: 5px 0 6px 43px;
	font-size: 1.7rem;
	line-height: 1.47059;
}

@media print, screen and (min-width: 768px) {
	.c-notes__head {
		padding-top: 2px;
		padding-bottom: 3px;
		font-size: 2.1rem;
		line-height: 1.47619;
	}
}

.c-notes__head::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	background-image: url(/global/assets/img/icon-caution.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.c-notes__head {
	font-weight: 500;
}

.c-notes__head:last-child {
	margin-bottom: 0;
}

.c-notes--singleLine {
	padding: 14px;
}

@media print, screen and (min-width: 768px) {
	.c-notes--singleLine {
		padding: 16px 26px 18px;
	}
}

.c-notes--singleLine .c-notes__head {
	padding: 2px 0 3px 38px;
	font-size: 1.5rem;
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
	.c-notes--singleLine .c-notes__head {
		padding: 3px 0 4px 43px;
		font-size: 1.7rem;
		line-height: 1.6;
	}
}

.c-notes--singleLine .c-notes__head::before {
	width: 28px;
	height: 28px;
}

@media print, screen and (min-width: 768px) {
	.c-notes--singleLine .c-notes__head::before {
		width: 36px;
		height: 36px;
	}
}

/* S-2 チェック
----------------------------------------------------------------- */
.c-check {
	border: 3px solid #eb6ea5;
	border-radius: 10px;
	background-color: #fff;
}

@media print, screen and (min-width: 768px) {
	.c-check {
		position: relative;
	}
}

.c-check:first-child {
	margin-top: 0;
}

.c-check__head {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	z-index: 1;
	padding: 9px 53px 19px 77px;
	color: #eb6ea5;
	font-size: 2rem;
	line-height: 1.35;
	font-weight: 700;
	overflow: hidden;
}

@media print, screen and (min-width: 768px) {
	.c-check__head {
		position: absolute;
		top: 0;
		left: 0;
		padding: 9px 94px 25px 96px;
		font-size: 2.3rem;
		line-height: 1.3913;
	}
}

.c-check__head::before, .c-check__head::after {
	content: "";
	display: block;
	position: absolute;
}

.c-check__head::before {
	top: 0;
	left: 15px;
	width: 55px;
	height: 55px;
	background-image: url(/global/assets/webp/icn-robotFace-01.webp);
	background-repeat: no-repeat;
	background-size: contain;
}

@media print, screen and (min-width: 768px) {
	.c-check__head::before {
		width: 66px;
		height: 66px;
	}
}

.c-check__head::after {
	bottom: 10px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 200%;
	border-radius: 0 100px 100px 0;
	background-color: rgba(235, 110, 165, 0.15);
}

@media print, screen and (min-width: 768px) {
	.c-check__head::after {
		bottom: 13px;
	}
}

.c-check__head--face2::before {
	background-image: url(/global/assets/webp/icn-robotFace-02.webp);
}

.c-check__head--face3::before {
	background-image: url(/global/assets/webp/icn-robotFace-03.webp);
}

.c-check__head--face4::before {
	background-image: url(/global/assets/webp/icn-robotFace-04.webp);
}

.c-check__head--face5::before {
	background-image: url(/global/assets/webp/icn-robotFace-05.webp);
}

.c-check__head--face6::before {
	background-image: url(/global/assets/webp/icn-robotFace-06.webp);
}

.c-check__head--face7::before {
	background-image: url(/global/assets/webp/icn-robotFace-07.webp);
}

.c-check__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 10px 14px 27px;
}

@media print, screen and (min-width: 768px) {
	.c-check__body {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0;
	}
}

.c-check__texts {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding: 0 10px;
}

@media print, screen and (min-width: 768px) {
	.c-check__texts {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		min-width: 53.40206%;
		margin-top: 66px;
		padding: 17px 47px 33px;
	}
}

.c-check__texts:last-child {
	width: 100%;
}

.c-check__text--main {
	margin-bottom: 20px;
	font-size: 1.7rem;
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
	.c-check__text--main {
		font-size: 1.9rem;
		line-height: 1.6;
	}
}

.c-check__text--note {
	margin-top: 10px;
	color: #888;
	font-size: 1.3rem;
	line-height: 1.6;
}

.c-check__button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.c-check__button {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}
}

@media print, screen and (min-width: 768px) {
	.c-check__button {
		margin-top: 34px;
	}
}

.c-check__button a {
	color: inherit;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.c-check__button a {
		display: block;
		width: 100%;
	}
}

.c-check__image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
	.c-check__image {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		min-width: 46.18557%;
		margin-bottom: 0;
		padding: 35px 28px;
	}
}

.c-check__text--main {
	font-weight: 500;
}

.c-check--new {
	border-color: #44a2de;
	overflow: hidden;
}

.c-check--new .c-check__head {
	color: #44a2de;
}

.c-check--new .c-check__head::after {
	background-color: #e5f5ff;
}

.c-check--new .c-check__button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.c-check--new .c-button {
	color: #44a2de;
}

.c-check--new .c-button::before {
	border-color: #44a2de;
}

/* S-3 手順ブロック
----------------------------------------------------------------- */
.c-step--block {
	margin-bottom: 20px;
}

.c-step--block .c-step__items {
	counter-reset: stepOrderBlock;
}

.c-step--block .c-step__item {
	counter-increment: stepOrderBlock;
	position: relative;
}

.c-step--block .c-step__item::before {
	content: counter(stepOrderBlock);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	background-color: #eb6ea5;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.c-step--block .c-step__item:not(:first-of-type) {
	margin-top: 60px;
}

.c-step--block .c-step__item:last-of-type .c-step__inner::before, .c-step--block .c-step__item:last-of-type .c-step__inner::after {
	display: none;
}

.c-step--block .c-step__inner {
	position: relative;
	padding-left: 50px;
}

@media print, screen and (min-width: 768px) {
	.c-step--block .c-step__inner {
		padding-left: 80px;
	}
}

.c-step--block .c-step__inner::before, .c-step--block .c-step__inner::after {
	content: "";
	display: block;
	position: absolute;
	left: 4px;
	width: 20px;
}

@media print, screen and (min-width: 768px) {
	.c-step--block .c-step__inner::before, .c-step--block .c-step__inner::after {
		left: 11px;
	}
}

.c-step--block .c-step__inner::before {
	top: 40px;
	height: calc(100% - (40px + 12px - 40px));
	background-image: url(/global/assets/img/icn-dot-repeatY-gray.svg);
	background-repeat: repeat-y;
}

@media print, screen and (min-width: 768px) {
	.c-step--block .c-step__inner::before {
		top: 64px;
		height: calc(100% - (64px + 12px - 35px));
	}
}

.c-step--block .c-step__inner::after {
	bottom: -40px;
	height: 12px;
	background-image: url(/global/assets/img/icn-arrow-b-gray.svg);
	background-repeat: no-repeat;
}

@media print, screen and (min-width: 768px) {
	.c-step--block .c-step__inner::after {
		bottom: -35px;
	}
}

.c-step--block .c-step__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media print, screen and (min-width: 768px) {
	.c-step--block .c-step__main {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.c-step--block .c-step__texts {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.c-step--block .c-step__title {
	margin-bottom: 15px;
}

@media print, screen and (min-width: 768px) {
	.c-step--block .c-step__title {
		margin-bottom: 18px;
	}
}

.c-step--block .c-step__title:last-child {
	margin-bottom: 0;
}

.c-step--block .c-step__caption {
	margin-top: 10px;
	color: #888;
	font-size: 1.3rem;
	line-height: 1.6;
}

.c-step--block .c-step__caption:first-child {
	margin-top: 0;
}

.c-step--block .c-step__other {
	margin-top: 30px;
}

.c-step--block .c-step__other:first-child {
	margin-top: 0;
}

.c-step--block .c-step__sub {
	margin-top: 40px;
}

.c-step--block .c-step__image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 20px;
	border: 2px solid #e7e8e7;
	border-radius: 10px;
	overflow: hidden;
}

@media print, screen and (min-width: 768px) {
	.c-step--block .c-step__image {
		width: 340px;
		min-width: 340px;
		margin-bottom: 0;
		margin-right: 40px;
	}
}

.c-step--block .c-step__image:first-child {
	margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
	.c-step--block .c-step__image:first-child {
		margin-right: 0;
	}
}

.c-step--block .c-step__item::before {
	width: 28px;
	height: 28px;
	font-size: 1.9rem;
	line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
	.c-step--block .c-step__item::before {
		width: 42px;
		height: 42px;
		padding: 2px;
		font-size: 2.4rem;
		line-height: 1.5;
	}
}

.c-step--block .c-step__title {
	font-size: 1.7rem;
	line-height: 1.6;
	font-weight: 500;
}

@media print, screen and (min-width: 768px) {
	.c-step--block .c-step__title {
		font-size: 2.1rem;
		line-height: 1.6;
	}
}

/* S-4 手順リスト
----------------------------------------------------------------- */
.c-step--list {
	margin-bottom: 20px;
}

.c-step--list .c-step__items {
	counter-reset: stepOrderList;
}

.c-step--list .c-step__item {
	counter-increment: stepOrderList;
	position: relative;
	padding-left: 40px;
	font-size: 1.7rem;
	line-height: 1.6;
}

.c-step--list .c-step__item:not(:first-of-type) {
	margin-top: 20px;
}

.c-step--list .c-step__item::before {
	content: counter(stepOrderList);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #eb6ea5;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.c-step--list .c-step__item {
	font-weight: 500;
}

.c-step--list .c-step__item::before {
	font-size: 1.9rem;
	line-height: 1.4;
}

/* S-5 クレジットカードリンク
----------------------------------------------------------------- */
.c-creditLists {
	overflow: hidden;
}

.c-creditLists__items {
	margin-top: -20px;
}

@media print, screen and (min-width: 768px) {
	.c-creditLists__items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: -40px;
		margin-left: -3.26087%;
	}
}

.c-creditLists__item {
	margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
	.c-creditLists__item {
		width: 30%;
		margin-top: 40px;
		margin-left: 3.26087%;
	}
}

.c-creditLists__item a {
	color: #333;
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	.c-creditLists__item a {
		-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

@media print, screen and (min-width: 768px) {
	.c-creditLists__item a:hover {
		color: #eb6ea5;
	}
}

.c-creditLists__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media print, screen and (min-width: 768px) {
	.c-creditLists__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.c-creditLists__texts {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding-top: 4px;
}

.c-creditLists__image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 31.91489%;
	margin-right: 17px;
}

@media print, screen and (min-width: 768px) {
	.c-creditLists__image {
		width: 100%;
		margin-right: 0;
		padding: 0 26px;
		margin-bottom: 20px;
	}
}

.c-creditLists__image:first-child {
	margin-right: 0;
}

@media print, screen and (min-width: 768px) {
	.c-creditLists--4up .c-creditLists__items {
		margin-left: -3.26087%;
	}
}

@media print, screen and (min-width: 768px) {
	.c-creditLists--4up .c-creditLists__item {
		width: 21.73913%;
		margin-top: 40px;
		margin-left: 3.26087%;
	}
}

@media print, screen and (min-width: 768px) {
	.c-creditLists--4up .c-creditLists__image {
		margin-bottom: 12px;
	}
}

/* S-6 鉄道事業者リンクブロック
----------------------------------------------------------------- */
.c-businessList--train {
	margin-bottom: 40px;
}

@media print, screen and (min-width: 768px) {
	.c-businessList--train {
		margin-bottom: 60px;
	}
}

.c-businessList--train .c-businessList__item {
	border-bottom: 1px solid #e7e8e7;
	padding-bottom: 19px;
}

@media print, screen and (min-width: 768px) {
	.c-businessList--train .c-businessList__item {
		padding-bottom: 30px;
	}
}

.c-businessList--train .c-businessList__item:not(:first-of-type) {
	margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
	.c-businessList--train .c-businessList__item:not(:first-of-type) {
		margin-top: 30px;
	}
}

.c-businessList--train .c-businessList__inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto 1fr auto auto auto;
	grid-template-rows: auto 1fr auto auto auto;
}

@media print, screen and (min-width: 768px) {
	.c-businessList--train .c-businessList__inner {
		-ms-grid-columns: 250px auto;
		grid-template-columns: 250px auto;
		-ms-grid-rows: auto auto auto auto auto;
		grid-template-rows: auto auto auto auto auto;
	}
}

.c-businessList--train .c-businessList__name {
	-ms-grid-column: 2;
	grid-column: 2;
	-ms-grid-row: 1;
	grid-row: 1;
	margin-bottom: 4px;
	font-size: 1.5rem;
	line-height: 1.81333;
	font-weight: 500;
}

.c-businessList--train .c-businessList__name:nth-last-child(1), .c-businessList--train .c-businessList__name:nth-last-child(2) {
	margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
	.c-businessList--train .c-businessList__name {
		margin-bottom: 8px;
		font-size: 1.7rem;
		line-height: 1.6;
	}
}

.c-businessList--train .c-businessList__lineName {
	-ms-grid-column: 2;
	grid-column: 2;
	-ms-grid-row: 2;
	grid-row: 2;
	color: #eb6ea5;
	font-size: 1.3rem;
	line-height: 1.84615;
	font-weight: 500;
}

@media print, screen and (min-width: 768px) {
	.c-businessList--train .c-businessList__lineName {
		font-size: 1.5rem;
		line-height: 1.6;
	}
}

.c-businessList--train .c-businessList__lead {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1 / 3;
	-ms-grid-row: 3;
	grid-row: 3;
	margin-top: 20px;
}

.c-businessList--train .c-businessList__lead:first-child {
	margin-top: 0;
}

@media print, screen and (min-width: 768px) {
	.c-businessList--train .c-businessList__lead {
		-ms-grid-column: 2;
		grid-column: 2;
		margin-top: 8px;
	}
}

.c-businessList--train .c-businessList__text {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1 / 3;
	-ms-grid-row: 4;
	grid-row: 4;
	margin-top: 8px;
	font-size: 1.3rem;
	line-height: 1.6;
}

.c-businessList--train .c-businessList__text:first-child {
	margin-top: 0;
}

@media print, screen and (min-width: 768px) {
	.c-businessList--train .c-businessList__text {
		-ms-grid-column: 2;
		grid-column: 2;
	}
}

.c-businessList--train .c-businessList__link {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1 / 3;
	-ms-grid-row: 5;
	grid-row: 5;
	margin-top: 12px;
	text-align: right;
}

@media print, screen and (min-width: 768px) {
	.c-businessList--train .c-businessList__link {
		-ms-grid-column: 2;
		grid-column: 2;
		text-align: left;
	}
}

.c-businessList--train .c-businessList__link:first-child {
	margin-top: 0;
}

.c-businessList--train .c-businessList__link a {
	color: #333;
	text-decoration: none;
	-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
}

.c-businessList--train .c-businessList__link a:hover {
	color: #eb6ea5;
}

.c-businessList--train .c-businessList__image {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	grid-row: 1 / 3;
	margin-right: 20px;
	border-radius: 5px;
	overflow: hidden;
}

@media print, screen and (min-width: 768px) {
	.c-businessList--train .c-businessList__image {
		align-self: flex-start;
		-ms-grid-row: 1;
		grid-row: 1 / 6;
		-ms-grid-row-span: 5;
		border: none;
	}
}

@media print, screen and (min-width: 768px) {
	.c-businessList--train .c-businessList__image img {
		border-radius: 10px;
		overflow: hidden;
	}
}

/* S-7 バス事業者リンクブロック
----------------------------------------------------------------- */
.c-businessList--bus {
	margin-bottom: 40px;
}

@media print, screen and (min-width: 768px) {
	.c-businessList--bus {
		margin-bottom: 60px;
	}
}

.c-businessList--bus .c-businessList__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -30px;
	margin-left: -15px;
}

@media print, screen and (min-width: 768px) {
	.c-businessList--bus .c-businessList__items {
		margin-top: -70px;
		margin-left: -40px;
	}
}

.c-businessList--bus .c-businessList__item {
	width: calc( (100% - (15px * 2)) / 2);
	margin-top: 30px;
	margin-left: 15px;
}

@media print, screen and (min-width: 768px) {
	.c-businessList--bus .c-businessList__item {
		width: calc( (100% - (40px * 3)) / 3 - .5px);
		margin-top: 70px;
		margin-left: 40px;
	}
}

.c-businessList--bus .c-businessList__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.c-businessList--bus .c-businessList__name {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	font-weight: 500;
	margin-bottom: 5px;
}

@media print, screen and (min-width: 768px) {
	.c-businessList--bus .c-businessList__name {
		margin-bottom: 8px;
		font-size: 1.7rem;
		line-height: 1.6;
	}
}

.c-businessList--bus .c-businessList__name:last-child {
	margin-bottom: 0;
}

.c-businessList--bus .c-businessList__lead {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	margin-bottom: 7px;
	color: #eb6ea5;
	font-size: 1.3rem;
	line-height: 1.6;
	font-weight: 500;
}

@media print, screen and (min-width: 768px) {
	.c-businessList--bus .c-businessList__lead {
		margin-bottom: 10px;
	}
}

.c-businessList--bus .c-businessList__lead:last-child {
	margin-bottom: 0;
}

.c-businessList--bus .c-businessList__text {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
	margin-bottom: 5px;
	font-size: 1.1rem;
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
	.c-businessList--bus .c-businessList__text {
		font-size: 1.3rem;
		line-height: 1.6;
		margin-bottom: 12px;
	}
}

.c-businessList--bus .c-businessList__text:last-child {
	margin-bottom: 0;
}

.c-businessList--bus .c-businessList__link {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.c-businessList--bus .c-businessList__link a {
	color: #333;
	text-decoration: none;
	-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
}

.c-businessList--bus .c-businessList__link a:hover {
	color: #eb6ea5;
}

.c-businessList--bus .c-businessList__image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 9px;
	border-radius: 5px;
	overflow: hidden;
}

@media print, screen and (min-width: 768px) {
	.c-businessList--bus .c-businessList__image {
		margin-bottom: 16px;
		border-radius: 10px;
	}
}

.c-businessList--bus .c-businessList__image:first-child {
	margin-bottom: 0;
}

/* S-8 鉄道&バス事業者リストブロック
----------------------------------------------------------------- */
.c-businessList--list {
	margin-bottom: 40px;
}

.c-businessList--list .c-businessList__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -14px;
	margin-left: -15px;
}

@media print, screen and (min-width: 768px) {
	.c-businessList--list .c-businessList__items {
		margin-left: -30px;
	}
}

.c-businessList--list .c-businessList__item {
	width: calc((100% - (15px * 2)) / 2);
	margin-top: 14px;
	margin-left: 15px;
	border-bottom: 1px solid #e7e8e7;
	padding-bottom: 16px;
	line-height: 1;
}

@media print, screen and (min-width: 768px) {
	.c-businessList--list .c-businessList__item {
		width: calc((100% - (30px * 3)) / 3 - .5px);
		margin-left: 30px;
	}
}

.c-businessList--list .c-businessList__link a {
	color: #333;
	text-decoration: none;
	-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
}

.c-businessList--list .c-businessList__link a:hover {
	color: #eb6ea5;
}

/* S-9 Adobe Reader
----------------------------------------------------------------- */
.c-adobeReader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 30px;
	background-color: #e7e8e7;
}

@media print, screen and (min-width: 768px) {
	.c-adobeReader {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 28px 40px;
	}
}

.c-adobeReader__texts {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	color: #888;
	font-size: 1.3rem;
	line-height: 1.8;
}

.c-adobeReader__texts a {
	text-decoration: none;
}

.c-adobeReader__texts a[target="_blank"]::after {
	font-family: "iconfont";
	content: "";
	vertical-align: text-top;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 1px 4px 1px 3px;
	font-size: 1.7rem;
	line-height: 1;
}

.c-adobeReader__texts a span {
	text-decoration: underline;
}

.c-adobeReader__image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	display: block;
	width: 158px;
	min-width: 158px;
	margin: 0 auto 30px;
}

@media print, screen and (min-width: 768px) {
	.c-adobeReader__image {
		margin-right: 32px;
		margin-bottom: 0;
	}
}

/* S-10 ご用意いただくもの
----------------------------------------------------------------- */
.c-prepare {
	border: 3px solid #44a2de;
	border-radius: 8px;
	background-color: #fff;
}

.c-prepare__head {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	z-index: 1;
	padding: 4px 20px 8px 14px;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.6;
	font-weight: 500;
	overflow: hidden;
}

@media print, screen and (min-width: 768px) {
	.c-prepare__head {
		padding-top: 4px;
		padding-bottom: 10px;
	}
}

.c-prepare__head::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 200%;
	border-radius: 0 100px 100px 0;
	background-color: #44a2de;
}

.c-prepare__body {
	padding: 20px 14px 30px;
}

@media print, screen and (min-width: 768px) {
	.c-prepare__body {
		padding: 22px 27px 27px;
	}
}

.c-prepare__title {
	margin-bottom: 10px;
	font-size: 1.7rem;
	line-height: 1.6;
	font-weight: 500;
}

.c-prepare__title:last-child {
	margin-bottom: 0;
}

.c-prepare__lists + .c-prepare__lists {
	margin-top: 16px;
}

.c-prepare__listTitle {
	position: relative;
	margin-bottom: 9px;
	padding-left: 22px;
	font-weight: 500;
}

.c-prepare__listTitle::before {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #44a2de;
}

.c-prepare__listTitle:last-child {
	margin-bottom: 0;
}

/* ==========================================================================
	Project
========================================================================== */
/*-----------------------------------------------------------------
 日本語トップ
-----------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
	.p-page-top .l-header {
		margin-bottom: 50px;
	}
}

.p-page-top .l-header::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 95px;
	background-image: url(/assets/img/top/bg-top-mainvisual-01-sp.svg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .l-header::before {
		height: 200px;
		background-image: url(/assets/img/top/bg-top-mainvisual-01-pc.svg);
		background-size: 1585px 229px;
		background-position: 50% -30px;
	}
}

.p-page-top .c-section--heading {
	margin-bottom: 0;
	padding-bottom: 0;
}

.p-page-top .c-section--heading::before {
	bottom: 0;
	left: 0;
	height: 138px;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .c-section--heading::before {
		height: 100px;
	}
}

.p-page-top .c-section--heading::after {
	bottom: 135px;
	left: 0;
	height: 100%;
	background-image: url(/assets/webp/common/bg-city-01-sp.webp);
	background-size: 100% auto;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .c-section--heading::after {
		bottom: 95px;
		background-image: url(/assets/webp/common/bg-city-01-pc.webp);
		background-size: 1440px 160px;
	}
}

.p-page-top .c-section--heading .c-section__anime {
	margin-bottom: 0;
	padding-bottom: 0;
}

@-webkit-keyframes topBusAnimeSP {
	0% {
		-webkit-transform: translateX(-10.4%);
		transform: translateX(-10.4%);
	}
	12% {
		-webkit-transform: translateX(-10.4%);
		transform: translateX(-10.4%);
	}
	53% {
		-webkit-transform: translateX(45.6%);
		transform: translateX(45.6%);
	}
	65% {
		-webkit-transform: translateX(45.6%);
		transform: translateX(45.6%);
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@keyframes topBusAnimeSP {
	0% {
		-webkit-transform: translateX(-10.4%);
		transform: translateX(-10.4%);
	}
	12% {
		-webkit-transform: translateX(-10.4%);
		transform: translateX(-10.4%);
	}
	53% {
		-webkit-transform: translateX(45.6%);
		transform: translateX(45.6%);
	}
	65% {
		-webkit-transform: translateX(45.6%);
		transform: translateX(45.6%);
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@-webkit-keyframes topBusAnimePC {
	0% {
		-webkit-transform: translateX(-10.4%) translateY(0);
		transform: translateX(-10.4%) translateY(0);
	}
	17.64706% {
		-webkit-transform: translateX(-10.4%) translateY(0);
		transform: translateX(-10.4%) translateY(0);
	}
	61.76471% {
		-webkit-transform: translateX(54.30588%) translateY(0);
		transform: translateX(54.30588%) translateY(0);
	}
	73.52941% {
		-webkit-transform: translateX(54.30588%) translateY(0);
		transform: translateX(54.30588%) translateY(0);
	}
	100% {
		-webkit-transform: translateX(100%) translateY(0);
		transform: translateX(100%) translateY(0);
	}
}

@keyframes topBusAnimePC {
	0% {
		-webkit-transform: translateX(-10.4%) translateY(0);
		transform: translateX(-10.4%) translateY(0);
	}
	17.64706% {
		-webkit-transform: translateX(-10.4%) translateY(0);
		transform: translateX(-10.4%) translateY(0);
	}
	61.76471% {
		-webkit-transform: translateX(54.30588%) translateY(0);
		transform: translateX(54.30588%) translateY(0);
	}
	73.52941% {
		-webkit-transform: translateX(54.30588%) translateY(0);
		transform: translateX(54.30588%) translateY(0);
	}
	100% {
		-webkit-transform: translateX(100%) translateY(0);
		transform: translateX(100%) translateY(0);
	}
}

@-webkit-keyframes topTrainAnimeSP {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	12% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	56% {
		-webkit-transform: translateX(-25.86667%);
		transform: translateX(-25.86667%);
	}
	72% {
		-webkit-transform: translateX(-25.86667%);
		transform: translateX(-25.86667%);
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@keyframes topTrainAnimeSP {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	12% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	56% {
		-webkit-transform: translateX(-25.86667%);
		transform: translateX(-25.86667%);
	}
	72% {
		-webkit-transform: translateX(-25.86667%);
		transform: translateX(-25.86667%);
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@-webkit-keyframes topTrainAnimePC {
	0% {
		-webkit-transform: translateX(100%) translateZ(0);
		transform: translateX(100%) translateZ(0);
	}
	11.76471% {
		-webkit-transform: translateX(100%) translateZ(0);
		transform: translateX(100%) translateZ(0);
	}
	57.35294% {
		-webkit-transform: translateX(-25.86667%) translateZ(0);
		transform: translateX(-25.86667%) translateZ(0);
	}
	63.23529% {
		-webkit-transform: translateX(-25.86667%) translateZ(0);
		transform: translateX(-25.86667%) translateZ(0);
	}
	100% {
		-webkit-transform: translateX(100%) translateZ(0);
		transform: translateX(100%) translateZ(0);
	}
}

@keyframes topTrainAnimePC {
	0% {
		-webkit-transform: translateX(100%) translateZ(0);
		transform: translateX(100%) translateZ(0);
	}
	11.76471% {
		-webkit-transform: translateX(100%) translateZ(0);
		transform: translateX(100%) translateZ(0);
	}
	57.35294% {
		-webkit-transform: translateX(-25.86667%) translateZ(0);
		transform: translateX(-25.86667%) translateZ(0);
	}
	63.23529% {
		-webkit-transform: translateX(-25.86667%) translateZ(0);
		transform: translateX(-25.86667%) translateZ(0);
	}
	100% {
		-webkit-transform: translateX(100%) translateZ(0);
		transform: translateX(100%) translateZ(0);
	}
}

.p-page-top .c-section--heading .c-section__anime::before {
	bottom: 128px;
	-webkit-animation: topBusAnimeSP 25s linear 0s infinite;
	animation: topBusAnimeSP 25s linear 0s infinite;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .c-section--heading .c-section__anime::before {
		bottom: 88px;
		-webkit-animation: topBusAnimePC 34s linear 0s infinite;
		animation: topBusAnimePC 34s linear 0s infinite;
	}
}

.p-page-top .c-section--heading .c-section__anime::after {
	bottom: 122px;
	-webkit-animation: topTrainAnimeSP 25s linear 0s infinite;
	animation: topTrainAnimeSP 25s linear 0s infinite;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .c-section--heading .c-section__anime::after {
		bottom: 82px;
		-webkit-animation: topTrainAnimePC 34s linear 0s infinite;
		animation: topTrainAnimePC 34s linear 0s infinite;
	}
}

.p-page-top .c-section--heading.c-section--carousel {
	min-height: 0;
}

.p-page-top .c-section--heading.c-section--carousel::before {
	height: 38px;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .c-section--heading.c-section--carousel::before {
		height: 42px;
	}
}

.p-page-top .c-section--heading.c-section--carousel::after {
	bottom: 35px;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .c-section--heading.c-section--carousel::after {
		bottom: 37px;
		background-size: 1440px 160px;
	}
}

.p-page-top .c-section--heading.c-section--carousel .c-section__anime::before {
	bottom: 28px;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .c-section--heading.c-section--carousel .c-section__anime::before {
		bottom: 30px;
	}
}

.p-page-top .c-section--heading.c-section--carousel .c-section__anime::after {
	bottom: 22px;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .c-section--heading.c-section--carousel .c-section__anime::after {
		bottom: 24px;
	}
}

.p-page-top .p-mainvisual {
	position: relative;
	z-index: 1;
}

.p-page-top .p-mainvisual--search {
	margin-bottom: 44px;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-mainvisual--search {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 35px;
	}
}

.p-page-top .p-mainvisual--search .p-mainvisual__texts {
	padding-top: 23px;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-mainvisual--search .p-mainvisual__texts {
		padding-top: 20px;
	}
}

.p-page-top .p-mainvisual--search .p-mainvisual__title {
	position: relative;
	width: 230px;
	margin: 0 auto 20px;
	padding-top: 99px;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-mainvisual--search .p-mainvisual__title {
		width: 354px;
		margin-bottom: 19px;
		padding-top: 151.25px;
	}
}

.trident .p-page-top .p-mainvisual--search .p-mainvisual__title {
	width: 203px;
	margin: 0 auto 29px;
}

@media print, screen and (min-width: 768px) {
	.trident .p-page-top .p-mainvisual--search .p-mainvisual__title {
		width: 290px;
		margin-bottom: 36px;
		padding-top: 0;
	}
}

.p-page-top .p-mainvisual--search .p-mainvisual__title span {
	display: none;
}

.p-page-top .p-mainvisual--search .p-mainvisual__title svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.p-page-top .p-mainvisual--search .p-mainvisual__search {
	padding-right: 20px;
	padding-left: 20px;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-mainvisual--search .p-mainvisual__search {
		width: 570px;
		margin: 0 auto;
		padding-right: 0;
		padding-left: 0;
	}
}

.p-page-top .p-mainvisual--search .p-mainvisual__image {
	position: relative;
	width: 160px;
	margin: 26px auto 0;
	padding-top: 180px;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-mainvisual--search .p-mainvisual__image {
		width: 100%;
		margin: 30px 0 0;
		opacity: 0;
		-webkit-transition: opacity .1s ease-out;
		transition: opacity .1s ease-out;
	}
}

.p-page-top .p-mainvisual--search .p-mainvisual__image img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 160px;
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-mainvisual--search .p-mainvisual__image img:nth-of-type(1) {
		margin-left: 10.08547%;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-mainvisual--search .p-mainvisual__image img:nth-of-type(2) {
		margin-left: 32.99145%;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-mainvisual--search .p-mainvisual__image img:nth-of-type(3) {
		margin-left: 57.52137%;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-mainvisual--search .p-mainvisual__image img:nth-of-type(4) {
		margin-left: 78.46154%;
	}
}

@-webkit-keyframes robotRotationPC {
	0% {
		-webkit-transform: scale(0.8) translateZ(0);
		transform: scale(0.8) translateZ(0);
		opacity: 0;
	}
	.5% {
		opacity: 1;
	}
	1% {
		-webkit-transform: scale(1.1) translateZ(0);
		transform: scale(1.1) translateZ(0);
	}
	2% {
		-webkit-transform: scale(1) translateZ(0);
		transform: scale(1) translateZ(0);
	}
	98% {
		-webkit-transform: scale(1) translateZ(0);
		transform: scale(1) translateZ(0);
	}
	99% {
		-webkit-transform: scale(1.1) translateZ(0);
		transform: scale(1.1) translateZ(0);
	}
	99.5% {
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0.8) translateZ(0);
		transform: scale(0.8) translateZ(0);
		opacity: 0;
	}
}

@keyframes robotRotationPC {
	0% {
		-webkit-transform: scale(0.8) translateZ(0);
		transform: scale(0.8) translateZ(0);
		opacity: 0;
	}
	.5% {
		opacity: 1;
	}
	1% {
		-webkit-transform: scale(1.1) translateZ(0);
		transform: scale(1.1) translateZ(0);
	}
	2% {
		-webkit-transform: scale(1) translateZ(0);
		transform: scale(1) translateZ(0);
	}
	98% {
		-webkit-transform: scale(1) translateZ(0);
		transform: scale(1) translateZ(0);
	}
	99% {
		-webkit-transform: scale(1.1) translateZ(0);
		transform: scale(1.1) translateZ(0);
	}
	99.5% {
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0.8) translateZ(0);
		transform: scale(0.8) translateZ(0);
		opacity: 0;
	}
}

.p-page-top .p-mainvisual--search .p-mainvisual__image.is-active01 {
	opacity: 1;
}

.p-page-top .p-mainvisual--search .p-mainvisual__image.is-active01 img:nth-of-type(1) {
	-webkit-animation: robotRotationPC 10s;
	animation: robotRotationPC 10s;
}

.p-page-top .p-mainvisual--search .p-mainvisual__image.is-active02 {
	opacity: 1;
}

.p-page-top .p-mainvisual--search .p-mainvisual__image.is-active02 img:nth-of-type(2) {
	-webkit-animation: robotRotationPC 10s;
	animation: robotRotationPC 10s;
}

.p-page-top .p-mainvisual--search .p-mainvisual__image.is-active03 {
	opacity: 1;
}

.p-page-top .p-mainvisual--search .p-mainvisual__image.is-active03 img:nth-of-type(3) {
	-webkit-animation: robotRotationPC 10s;
	animation: robotRotationPC 10s;
}

.p-page-top .p-mainvisual--search .p-mainvisual__image.is-active04 {
	opacity: 1;
}

.p-page-top .p-mainvisual--search .p-mainvisual__image.is-active04 img:nth-of-type(4) {
	-webkit-animation: robotRotationPC 10s;
	animation: robotRotationPC 10s;
}

.p-page-top .p-mainvisual--carousel {
	padding-bottom: 110px;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-mainvisual--carousel {
		max-width: 1264px;
		margin-right: auto;
		padding-bottom: 150px;
		margin-left: auto;
		padding-right: 47px;
		padding-left: 47px;
	}
}

.p-page-top .p-mainvisual--carousel .p-mainvisual__inner {
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
	overflow: hidden;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-mainvisual--carousel .p-mainvisual__inner {
		padding-right: 0;
		padding-left: 0;
	}
}

.p-page-top .p-mainvisual--carousel .p-mainvisual__inner:only-child {
	padding-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-mainvisual--carousel .p-mainvisual__inner:only-child {
		padding-bottom: 44px;
	}
}

.p-page-top .p-mainvisual--carousel .p-mainvisual__items {
	border: 3px solid #eb6ea5;
	border-radius: 20px;
	overflow: hidden;
	z-index: 1;
}

.p-page-top .p-mainvisual--carousel .p-mainvisual__items .p-mainvisual__item:not(:first-of-type) {
	display: none;
}

.p-page-top .p-mainvisual--carousel .p-mainvisual__items.slick-initialized .p-mainvisual__item:not(:first-of-type) {
	display: block;
}

.p-page-top .p-mainvisual--carousel .p-mainvisual__button--prev,
.p-page-top .p-mainvisual--carousel .p-mainvisual__button--next {
	position: absolute;
	top: 50%;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	font-size: 0;
	outline: none;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-mainvisual--carousel .p-mainvisual__button--prev,
	.p-page-top .p-mainvisual--carousel .p-mainvisual__button--next {
		width: 84px;
		height: 84px;
	}
}

.p-page-top .p-mainvisual--carousel .p-mainvisual__button--prev::after,
.p-page-top .p-mainvisual--carousel .p-mainvisual__button--next::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #444;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-mainvisual--carousel .p-mainvisual__button--prev::after,
	.p-page-top .p-mainvisual--carousel .p-mainvisual__button--next::after {
		-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-mainvisual--carousel .p-mainvisual__button--prev:hover::after,
	.p-page-top .p-mainvisual--carousel .p-mainvisual__button--next:hover::after {
		-webkit-transform: scale(1.09524);
		transform: scale(1.09524);
	}
}

.p-page-top .p-mainvisual--carousel .p-mainvisual__button--prev .c-icn,
.p-page-top .p-mainvisual--carousel .p-mainvisual__button--next .c-icn {
	font-size: 2rem;
	line-height: 1;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-mainvisual--carousel .p-mainvisual__button--prev .c-icn,
	.p-page-top .p-mainvisual--carousel .p-mainvisual__button--next .c-icn {
		font-size: 2.8rem;
		line-height: 1;
	}
}

.p-page-top .p-mainvisual--carousel .p-mainvisual__button--prev {
	left: -30px;
	padding-right: 10px;
	text-align: right;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-mainvisual--carousel .p-mainvisual__button--prev {
		left: -42px;
		padding-right: 14px;
	}
}

.p-page-top .p-mainvisual--carousel .p-mainvisual__button--prev::after {
	right: 0;
}

.p-page-top .p-mainvisual--carousel .p-mainvisual__button--next {
	right: -30px;
	padding-left: 10px;
	text-align: left;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-mainvisual--carousel .p-mainvisual__button--next {
		right: -42px;
		padding-left: 14px;
	}
}

.p-page-top .p-mainvisual--carousel .p-mainvisual__button--next::after {
	left: 0;
}

.p-page-top .p-mainvisual--carousel .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 23px;
	margin-left: -8px;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-mainvisual--carousel .slick-dots {
		margin-left: -12px;
	}
}

.p-page-top .p-mainvisual--carousel .slick-dots li {
	margin-left: 8px;
	font-size: 0;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-mainvisual--carousel .slick-dots li {
		margin-left: 12px;
	}
}

.p-page-top .p-mainvisual--carousel .slick-dots li.slick-active button {
	background-color: #eb6ea5;
}

.p-page-top .p-mainvisual--carousel .slick-dots li button {
	border-radius: 50%;
	padding: 7px;
	background-color: #999;
	outline: none;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-mainvisual--carousel .slick-dots li button {
		padding: 10px;
	}
}

.p-page-top .p-top-attention {
	margin-bottom: 20px;
}

.p-page-top .p-top-media {
	margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-top-media {
		margin-bottom: 30px;
	}
}

.p-page-top .p-top-media a {
	color: #333;
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-top-media a:hover .p-top-media__inner::before {
		-webkit-transform: translate(-50%, -50%) scale(1.00684, 1.025);
		transform: translate(-50%, -50%) scale(1.00684, 1.025);
		border-radius: 14px;
		-webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.06);
		box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.06);
	}
}

.p-page-top .p-top-media__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	z-index: 1;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-top-media__inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.p-page-top .p-top-media__inner::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-top-media__inner::before {
		-webkit-transition: border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	}
}

.p-page-top .p-top-media__texts {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding: 48px 30px 36px;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-top-media__texts {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 45.29915%;
		padding-top: 20px;
		padding-bottom: 20px;
		-webkit-font-smoothing: antialiased;
		-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	}
}

.p-page-top .p-top-media__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 18px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 2.1rem;
	line-height: 1.47619;
	font-weight: 500;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-top-media__title {
		margin-bottom: 13px;
	}
}

.p-page-top .p-top-media__title img {
	width: 144px;
	margin-right: 6px;
	margin-bottom: 3px;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-top-media__title img {
		width: 160px;
		margin-right: 9px;
		margin-bottom: 4px;
	}
}

.p-page-top .p-top-media__button {
	margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-top-media__button {
		margin-top: 30px;
	}
}

.p-page-top .p-top-media__image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-top-media__image {
		width: 54.70085%;
		border-radius: 0;
		-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-top-media__image img {
		border-radius: 10px 0 0 10px;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-top-media--newService2 .p-top-media__title {
		margin-bottom: 0;
		width: 354px;
		min-height: 0%;
		margin-top: 8px;
	}
}

.p-page-top .p-top-media--newService2 .p-top-media__title img {
	margin: 0 auto;
	width: 100%;
	max-width: 266px;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-top-media--newService2 .p-top-media__title img {
		max-width: 320px;
	}
}

@media screen and (max-width: 767px) {
	.p-page-top .p-top-media--newService2 .p-top-media__texts {
		padding-top: 16px;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-top-media--newService2 .p-top-media__texts {
		padding-right: 60px;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-top-media--newService2 .p-top-media__button {
		margin-top: 33px;
	}
}

.p-page-top .p-top-media--newService2-and .p-top-media__title img {
	margin: 0 auto;
	width: 100%;
	max-width: 240px;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-top-media--newService2-and .p-top-media__title img {
		padding-top: 14px;
		max-width: 300px;
	}
}

@media screen and (max-width: 767px) {
	.p-page-top .p-top-media--newService2-and .p-top-media__texts {
		padding-top: 34px;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-top-media--newService2-and .p-top-media__button {
		margin-top: 41px;
	}
}

.p-page-top .p-top-media--newService .p-top-media__inner {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-top-media--newService .p-top-media__title {
		margin-bottom: 0;
		width: 270px;
		min-height: 0%;
	}
}

.p-page-top .p-top-media--newService .p-top-media__title img {
	margin: 0 auto;
	width: 100%;
	max-width: 375px;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-top-media--newService .p-top-media__title img {
		width: 198px;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-top-media--newService .p-top-media__button {
		width: 270px;
	}
}

.p-page-top .p-top-media--newService .p-top-media__button .c-button {
	width: 100% !important;
}

.p-page-top .p-top-media--newService .p-top-media__texts {
	padding-top: 22px;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-top-media--newService .p-top-media__texts {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 66px 0 46px;
		width: 36.75214%;
	}
}

.p-page-top .p-top-media--newService .p-top-media__image {
	padding: 48px 30px 0px;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-top-media--newService .p-top-media__image {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 60px 30px 60px 76px;
		width: 63.24786%;
	}
}

.p-page-top .p-top-media--newService .p-top-media__image .p-top-media--newService__lead {
	display: block;
	margin: 0 auto 30px;
	max-width: 375px;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-top-media--newService .p-top-media__image .p-top-media--newService__lead {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin: 0;
		width: 70.97792%;
		max-width: none;
	}
}

.p-page-top .p-top-media--newService .p-top-media__image .p-top-media--newService__robot {
	display: block;
	margin: 0 auto;
	width: 130px;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-top-media--newService .p-top-media__image .p-top-media--newService__robot {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin: 0 35px 0 0;
		width: 22.87066%;
	}
}

.p-page-top .p-top-banner {
	margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-top-banner {
		margin-bottom: 30px;
	}
}

.p-page-top .p-top-banner a {
	color: #333;
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-top-banner a:hover .p-top-banner__inner::before {
		-webkit-transform: translate(-50%, -50%) scale(1.00684, 1.025);
		transform: translate(-50%, -50%) scale(1.00684, 1.025);
		border-radius: 14px;
		-webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.06);
		box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.06);
	}
}

.p-page-top .p-top-banner__inner {
	position: relative;
}

.p-page-top .p-top-banner__inner::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: #eb6ea5;
	-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-top-banner__inner::before {
		-webkit-transition: border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	}
}

.p-page-top .p-top-banner__image {
	overflow: hidden;
	border-radius: 10px;
}

.p-page-top .p-top-sns {
	margin-top: -40px;
	margin-bottom: -8px;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-top-sns {
		margin-top: -48px;
		margin-bottom: -18px;
	}
}

.p-page-top .p-top-sns__item {
	max-width: 335px;
	margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-top-sns__item {
		max-width: 570px;
	}
}

.p-page-top .p-top-sns__item a {
	display: block;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-top-sns__item a:hover .p-top-sns__image {
		-webkit-transform: scale(1.01754, 1.01737);
		transform: scale(1.01754, 1.01737);
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-top-sns__image {
		position: relative;
		width: 100%;
		padding-top: 17.36842%;
		-webkit-transition: -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-top-sns__image img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-top-news {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.p-page-top .p-top-news__category {
	margin-bottom: 30px;
	padding-top: 1px;
	padding-bottom: 2px;
	font-size: 1.7rem;
	line-height: 1.6;
	font-weight: 500;
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-top-news__category {
		width: 22.22222%;
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
		text-align: left;
	}
}

.p-page-top .p-top-news__toList {
	margin-top: 8px;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-top-news__toList {
		margin-top: 3px;
	}
}

.p-page-top .p-top-news__toList a {
	color: #333;
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-top-news__toList a {
		-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-top-news__toList a:hover {
		color: #eb6ea5;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-top-news__toList .c-link {
		font-size: 1.3rem;
		line-height: 1.6;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-top-news__detail {
		width: 77.77778%;
	}
}

.p-page-top .p-top-news + .p-top-news {
	margin-top: 35px;
	border-top: 1px solid #e7e8e7;
	padding-top: 30px;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-top-news + .p-top-news {
		margin-top: 45px;
		padding-top: 40px;
	}
}

.p-page-top .p-select {
	margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-select {
		margin-bottom: 30px;
	}
}

.p-page-top .p-select .p-select__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -20px;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-select .p-select__items {
		margin-top: -30px;
		margin-left: -30px;
	}
}

.p-page-top .p-select .p-select__items .p-select__item {
	width: 100%;
	margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-select .p-select__items .p-select__item {
		margin-top: 30px;
		margin-left: 30px;
	}
}

.p-page-top .p-select .p-select__items .p-select__item > a {
	color: #333;
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-select .p-select__items .p-select__item > a:hover .p-select__inner::before {
		-webkit-transform: translate(-50%, -50%) scale(1.02162, 1.03265);
		transform: translate(-50%, -50%) scale(1.02162, 1.03265);
		border-radius: 14px;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-select .p-select__items .p-select__item > a:hover .p-select__title {
		color: #eb6ea5;
	}
}

.p-page-top .p-select .p-select__items .p-select__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	z-index: 1;
	padding: 10px;
}

.p-page-top .p-select .p-select__items .p-select__inner::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border: 2px solid #e7e8e7;
	border-radius: 10px;
	background-color: #fff;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-select .p-select__items .p-select__inner::before {
		-webkit-transition: border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	}
}

.p-page-top .p-select .p-select__items .p-select__texts {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding: 18px 10px;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-select .p-select__items .p-select__texts {
		text-align: center;
	}
}

.p-page-top .p-select .p-select__items .p-select__texts:last-child {
	padding-top: 17px;
	padding-bottom: 17px;
}

.p-page-top .p-select .p-select__items .p-select__title {
	margin-bottom: 8px;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-select .p-select__items .p-select__title {
		margin-bottom: 14px;
		-webkit-transition: color 0.3s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: color 0.3s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

.p-page-top .p-select .p-select__items .p-select__title:last-child {
	margin-bottom: 0;
}

.p-page-top .p-select .p-select__items .p-select__image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-select .p-select__items .p-select__image {
		height: 100%;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-select .p-select__items.p-select--2up .p-select__item {
		width: calc((100% - (30px * 2)) / 2 - 0.5px);
	}
}

.p-page-top .p-select .p-select__items.p-select--2up .p-select__item > a {
	color: #333;
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-select .p-select__items.p-select--2up .p-select__item > a:hover .p-select__inner::before {
		-webkit-transform: translate(-50%, -50%) scale(1.01702, 1.02667);
		transform: translate(-50%, -50%) scale(1.01702, 1.02667);
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-select .p-select__items.p-select--2up .p-select__inner {
		padding: 13px;
	}
}

.p-page-top .p-select .p-select__items.p-select--2up .p-select__texts {
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-select .p-select__items.p-select--2up .p-select__texts {
		padding-top: 12px;
		padding-bottom: 12px;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-select .p-select__items.p-select--2up .p-select__texts:last-child {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-select .p-select__items.p-select--2up .p-select__image {
		padding: 0 50px;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-select .p-select__items.p-select--3up .p-select__item {
		width: calc((100% - (30px * 3)) / 3 - 0.5px);
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-select .p-select__items.p-select--3up .p-select__inner {
		padding: 10px;
	}
}

.p-page-top .p-select .p-select__items.p-select--3up .p-select__texts {
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-select .p-select__items.p-select--3up .p-select__texts {
		padding-top: 14px;
		padding-bottom: 8px;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-select .p-select__items.p-select--3up .p-select__texts:last-child {
		padding-top: 28px;
		padding-bottom: 28px;
	}
}

.p-page-top .p-select .p-select-btn {
	margin-top: 20px;
}

.p-page-top .p-select .p-select-btn__inner {
	padding: 26px 10px 29px;
	background-color: #f0f1f0;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-select .p-select-btn__inner {
		padding-top: 36px;
	}
}

.p-page-top .p-select .p-select-btn__text {
	margin-bottom: 12px;
	font-size: 1.3rem;
	line-height: 1.6;
	font-weight: 500;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-select .p-select-btn__text {
		margin-bottom: 21px;
		font-size: 1.5rem;
		line-height: 1.6;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-select .p-select-btn--and .p-select-btn__inner {
		padding-bottom: 45px;
	}
}

.p-page-top .p-select .p-select-btn--and .p-select-btn__link {
	width: 50.75%;
	margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-select .p-select-btn--and .p-select-btn__link {
		width: 37.19%;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-select .p-select-btn--app .p-select-btn__inner {
		padding-bottom: 40px;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-select .p-select-btn--app .p-select-btn__text {
		margin-bottom: 16px;
	}
}

.p-page-top .p-select .p-select-btn--app .p-select-btn__link {
	width: 47.76%;
	margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
	.p-page-top .p-select .p-select-btn--app .p-select-btn__link {
		width: 35.09%;
	}
}

.p-page-top .p-select .p-select-btn .p-select-note {
	margin-top: 12px;
	text-align: center;
}

/*-----------------------------------------------------------------
 PASMOとは
-----------------------------------------------------------------*/
.p-page-about .p-banner {
	border-radius: 10px;
	-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
	background: #eb6ea5;
}

@media print, screen and (min-width: 768px) {
	.p-page-about .p-banner {
		-webkit-transition: border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	}
}

.p-page-about .p-banner:hover {
	-webkit-transform: scale(1.00684, 1.025);
	transform: scale(1.00684, 1.025);
	-webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.06);
}

/*-----------------------------------------------------------------
 特徴
-----------------------------------------------------------------*/
.p-page-about-feature .c-section__inner {
	margin-bottom: 80px;
}

.p-page-about-feature .p-aboutFeature-main {
	position: relative;
	margin-bottom: 40px;
	border: 6px solid #e7e8e7;
	border-radius: 10px;
	padding: 128px 24px 34px;
}

@media print, screen and (min-width: 768px) {
	.p-page-about-feature .p-aboutFeature-main {
		margin-top: 20px;
		margin-bottom: 80px;
		border-width: 8px;
		border-radius: 16px;
		padding-top: 92px;
		padding-bottom: 46px;
	}
}

.p-page-about-feature .p-aboutFeature-main__texts {
	color: #000;
	font-size: 1.5rem;
	line-height: 1.8;
}

@media print, screen and (min-width: 768px) {
	.p-page-about-feature .p-aboutFeature-main__texts {
		font-size: 1.7rem;
		line-height: 1.8;
		text-align: center;
	}
}

.p-page-about-feature .p-aboutFeature-main__texts p + p {
	margin-top: 2.7rem;
}

.p-page-about-feature .p-aboutFeature-main__image {
	position: absolute;
	top: -174px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 282px;
	margin-bottom: 12px;
}

@media print, screen and (min-width: 768px) {
	.p-page-about-feature .p-aboutFeature-main__image {
		top: -270px;
		margin-left: -30px;
		width: 100.61856%;
	}
}

/*-----------------------------------------------------------------
 交通系ICカードの相互利用
-----------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
	.p-page-about-sharing .p-availableArea {
		position: relative;
	}
}

.p-page-about-sharing .p-availableArea__character {
	margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
	.p-page-about-sharing .p-availableArea__character {
		position: absolute;
		top: 0;
		left: 36px;
		width: 400px;
		height: 350px;
		margin-bottom: 0;
	}
}

.p-page-about-sharing .p-availableArea__lists {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto auto;
	grid-template-columns: auto auto;
	-ms-grid-rows: auto auto auto auto auto;
	grid-template-rows: auto auto auto auto auto;
}

@media print, screen and (min-width: 768px) {
	.p-page-about-sharing .p-availableArea__lists {
		-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		-ms-grid-rows: auto auto auto auto;
		grid-template-rows: auto auto auto auto;
	}
}

.p-page-about-sharing .p-availableArea__list {
	border: 2px solid #e7e8e7;
	border-radius: 10px;
}

@media print, screen and (min-width: 768px) {
	.p-page-about-sharing .p-availableArea__list {
		border: none;
		border-radius: 0;
	}
}

.p-page-about-sharing .p-availableArea__list:not(:first-of-type) {
	margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
	.p-page-about-sharing .p-availableArea__list:not(:first-of-type) {
		margin-top: 0;
	}
}

.p-page-about-sharing .p-availableArea__list:nth-of-type(1) {
	-ms-grid-column: 1;
	grid-column: 1 / 3;
	-ms-grid-column-span: 2;
	-ms-grid-row: 1;
	grid-row: 1;
}

@media print, screen and (min-width: 768px) {
	.p-page-about-sharing .p-availableArea__list:nth-of-type(1) {
		grid-column: 4 / 7;
		-ms-grid-column: 4;
		-ms-grid-column-span: 3;
		grid-row: 1 / 2;
		-ms-grid-row: 1;
		margin-top: 32px;
		margin-bottom: 20px;
		margin-left: 20px;
	}
}

.p-page-about-sharing .p-availableArea__list:nth-of-type(2) {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 2;
	grid-row: 2;
}

@media print, screen and (min-width: 768px) {
	.p-page-about-sharing .p-availableArea__list:nth-of-type(2) {
		grid-column: 4 / 7;
		-ms-grid-column: 4;
		-ms-grid-column-span: 3;
		grid-row: 2;
		-ms-grid-row: 2;
		margin-bottom: 60px;
		margin-left: 20px;
	}
}

.p-page-about-sharing .p-availableArea__list:nth-of-type(3) {
	-ms-grid-column: 2;
	grid-column: 2;
	-ms-grid-row: 2;
	grid-row: 2;
}

@media print, screen and (min-width: 768px) {
	.p-page-about-sharing .p-availableArea__list:nth-of-type(3) {
		grid-column: 1 / 3;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-row: 3;
		-ms-grid-row: 3;
		margin-right: 15px;
		margin-bottom: 20px;
	}
}

.p-page-about-sharing .p-availableArea__list:nth-of-type(4) {
	-ms-grid-column: 1;
	grid-column: 1 / 3;
	-ms-grid-column-span: 2;
	-ms-grid-row: 3;
	grid-row: 3;
}

@media print, screen and (min-width: 768px) {
	.p-page-about-sharing .p-availableArea__list:nth-of-type(4) {
		grid-column: 1 / 3;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-row: 4;
		-ms-grid-row: 4;
		margin-right: 15px;
	}
}

.p-page-about-sharing .p-availableArea__list:nth-of-type(5) {
	-ms-grid-column: 1;
	grid-column: 1 / 3;
	-ms-grid-column-span: 2;
	-ms-grid-row: 4;
	grid-row: 4;
}

@media print, screen and (min-width: 768px) {
	.p-page-about-sharing .p-availableArea__list:nth-of-type(5) {
		grid-column: 3 / 5;
		-ms-grid-column: 3;
		-ms-grid-column-span: 2;
		grid-row: 3 / 5;
		-ms-grid-row: 3;
		-ms-grid-row-span: 2;
		margin-right: 15px;
		margin-left: 15px;
	}
}

.p-page-about-sharing .p-availableArea__list:nth-of-type(6) {
	-ms-grid-column: 1;
	grid-column: 1 / 3;
	-ms-grid-column-span: 2;
	-ms-grid-row: 5;
	grid-row: 5;
}

@media print, screen and (min-width: 768px) {
	.p-page-about-sharing .p-availableArea__list:nth-of-type(6) {
		grid-column: 5 / 7;
		-ms-grid-column: 5;
		-ms-grid-column-span: 2;
		grid-row: 3 / 5;
		-ms-grid-row: 3;
		-ms-grid-row-span: 2;
		margin-left: 15px;
	}
}

.p-page-about-sharing .p-availableArea__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -20px;
	margin-left: -15px;
	padding: 18px 0 13px;
}

@media print, screen and (min-width: 768px) {
	.p-page-about-sharing .p-availableArea__items {
		margin-top: 0;
		margin-left: 0;
		border: 2px solid #e7e8e7;
		border-radius: 10px;
		padding: 18px;
	}
}

.p-page-about-sharing .p-availableArea__item {
	width: 45.66474%;
	margin-top: 20px;
	margin-left: 4.33526%;
}

@media print, screen and (min-width: 768px) {
	.p-page-about-sharing .p-availableArea__item {
		width: 100%;
		margin-top: 0;
		margin-left: 0;
	}
}

.p-page-about-sharing .p-availableArea__item:not(:first-of-type) {
	margin-top: 20px;
}

.p-page-about-sharing .p-availableArea__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #333;
	text-decoration: none;
}

.p-page-about-sharing .p-availableArea__item a[target="_blank"] .c-link::before {
	font-weight: normal;
}

@media print, screen and (min-width: 768px) {
	.p-page-about-sharing .p-availableArea__item a:hover .p-availableArea__link {
		color: #eb6ea5;
	}
}

.p-page-about-sharing .p-availableArea__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media print, screen and (min-width: 768px) {
	.p-page-about-sharing .p-availableArea__inner {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.p-page-about-sharing .p-availableArea__texts {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

@media print, screen and (min-width: 768px) {
	.p-page-about-sharing .p-availableArea__texts {
		width: calc(100% - (100px + 12px));
	}
}

.p-page-about-sharing .p-availableArea__icon {
	width: 100px;
	margin-bottom: 10px;
	margin-left: 22px;
}

.p-page-about-sharing .p-availableArea__link {
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.p-page-about-sharing .p-availableArea__link {
		-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

.p-page-about-sharing .p-availableArea__link .c-icn {
	font-size: 1.6rem;
	line-height: 1.25;
	font-weight: 400;
}

.p-page-about-sharing .p-availableArea__link span {
	display: block;
}

.p-page-about-sharing .p-availableArea__image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 10px;
	padding: 0 30px;
}

@media print, screen and (min-width: 768px) {
	.p-page-about-sharing .p-availableArea__image {
		width: 100px;
		margin-right: 12px;
		margin-bottom: 0;
		padding: 0;
	}
}

.p-page-about-sharing .p-availableArea__list--pasmo {
	border-color: #eb6ea5;
	background-color: #ffeef6;
}

.p-page-about-sharing .p-availableArea__list--pasmo .p-availableArea__items {
	margin-left: 0;
}

@media print, screen and (min-width: 768px) {
	.p-page-about-sharing .p-availableArea__list--pasmo .p-availableArea__items {
		border-color: #eb6ea5;
		padding: 28px 38px;
	}
}

.p-page-about-sharing .p-availableArea__list--pasmo .p-availableArea__item {
	width: 100%;
	margin-left: 0;
}

@media print, screen and (min-width: 768px) {
	.p-page-about-sharing .p-availableArea__list--pasmo .p-availableArea__item a:hover .p-availableArea__link {
		color: #eb6ea5;
		opacity: .8;
	}
}

.p-page-about-sharing .p-availableArea__list--pasmo .p-availableArea__inner {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.p-page-about-sharing .p-availableArea__list--pasmo .p-availableArea__texts {
	width: 54.98489%;
	min-width: 54.98489%;
}

@media print, screen and (min-width: 768px) {
	.p-page-about-sharing .p-availableArea__list--pasmo .p-availableArea__icon {
		width: 130px;
	}
}

.p-page-about-sharing .p-availableArea__list--pasmo .p-availableArea__link {
	color: #333;
	text-align: left;
}

@media print, screen and (min-width: 768px) {
	.p-page-about-sharing .p-availableArea__list--pasmo .p-availableArea__link {
		-webkit-transition: opacity 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: opacity 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

.p-page-about-sharing .p-availableArea__list--pasmo .p-availableArea__link .c-icn {
	color: #eb6ea5;
}

.p-page-about-sharing .p-availableArea__list--pasmo .p-availableArea__image {
	padding-right: 23px;
}

@media print, screen and (min-width: 768px) {
	.p-page-about-sharing .p-availableArea__list--pasmo .p-availableArea__image {
		width: 140px;
		min-width: 140px;
		margin-right: 24px;
		padding-right: 0;
	}
}

.p-page-about-sharing .p-availableArea__list--suica {
	margin-right: 7.5px;
}

@media print, screen and (min-width: 768px) {
	.p-page-about-sharing .p-availableArea__list--suica {
		margin-right: 0;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-about-sharing .p-availableArea__list--suica .p-availableArea__texts {
		width: calc(100% - (140px + 22px));
	}
}

.p-page-about-sharing .p-availableArea__list--suica .p-availableArea__items {
	margin-left: 0;
}

@media print, screen and (min-width: 768px) {
	.p-page-about-sharing .p-availableArea__list--suica .p-availableArea__items {
		padding: 28px 38px;
	}
}

.p-page-about-sharing .p-availableArea__list--suica .p-availableArea__item {
	width: 100%;
	margin-left: 0;
}

@media print, screen and (min-width: 768px) {
	.p-page-about-sharing .p-availableArea__list--suica .p-availableArea__image {
		width: 140px;
		margin-right: 22px;
	}
}

.p-page-about-sharing .p-availableArea__list--hokkaido {
	margin-left: 7.5px;
}

@media print, screen and (min-width: 768px) {
	.p-page-about-sharing .p-availableArea__list--hokkaido {
		margin-left: 0;
	}
}

.p-page-about-sharing .p-availableArea__list--hokkaido .p-availableArea__items {
	margin-left: 0;
}

.p-page-about-sharing .p-availableArea__list--hokkaido .p-availableArea__item {
	width: 100%;
	margin-left: 0;
}

/*-----------------------------------------------------------------
 残額履歴の確認
-----------------------------------------------------------------*/
.p-page-about-service-history .p-definition dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-page-about-service-history .p-definition dt {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 6em;
	font-weight: 500;
}

/*-----------------------------------------------------------------
 PASMOを購入する
-----------------------------------------------------------------*/
.p-page-buy .p-banner {
	border-radius: 10px;
	-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
	background: #eb6ea5;
}

@media print, screen and (min-width: 768px) {
	.p-page-buy .p-banner {
		-webkit-transition: border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	}
}

.p-page-buy .p-banner:hover {
	-webkit-transform: scale(1.00684, 1.025);
	transform: scale(1.00684, 1.025);
	-webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.06);
}

/*-----------------------------------------------------------------
 PASMOを使う
-----------------------------------------------------------------*/
.p-page-use .p-banner {
	border-radius: 10px;
	-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
	background: #eb6ea5;
}

@media print, screen and (min-width: 768px) {
	.p-page-use .p-banner {
		-webkit-transition: border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	}
}

.p-page-use .p-banner:hover {
	-webkit-transform: scale(1.00684, 1.025);
	transform: scale(1.00684, 1.025);
	-webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.06);
}

/*-----------------------------------------------------------------
 バス利用サービス
-----------------------------------------------------------------*/
.p-page-use-bus-service .p-inlineImage {
	width: auto;
	height: 26px;
	margin: 0 3px -2px;
	vertical-align: text-bottom;
}

/*-----------------------------------------------------------------
 バス利用サービス 取扱事業者一覧
-----------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.p-page-use-bus-companylist .c-column__item + .c-column__item {
		margin-top: 0;
	}
}

/*-----------------------------------------------------------------
 PASMOにチャージする
-----------------------------------------------------------------*/
.p-page-charge .p-banner {
	border-radius: 10px;
	-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
	background: #eb6ea5;
}

@media print, screen and (min-width: 768px) {
	.p-page-charge .p-banner {
		-webkit-transition: border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	}
}

.p-page-charge .p-banner:hover {
	-webkit-transform: scale(1.00684, 1.025);
	transform: scale(1.00684, 1.025);
	-webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.06);
}

/*-----------------------------------------------------------------
 PASMOオートチャージサービス
-----------------------------------------------------------------*/
.p-page-charge-autocharge .p-howtoApplyButtonGroup__inner {
	width: 100%;
}

@media print, screen and (min-width: 768px) {
	.p-page-charge-autocharge .p-howtoApplyButtonGroup__inner {
		max-width: 1264px;
		margin-right: auto;
		margin-left: auto;
	}
}

.p-page-charge-autocharge .p-howtoApplyButtonGroup__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-page-charge-autocharge .p-howtoApplyButtonGroup__item {
	width: 47.5%;
}

.p-page-charge-autocharge .p-howtoApplyButtonGroup__item a {
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.p-page-charge-autocharge .p-howtoApplyButtonGroup .c-button {
		padding: 15px;
		font-size: 1.3rem;
		line-height: 1.6;
	}
}

/*-----------------------------------------------------------------
 各種手続き
-----------------------------------------------------------------*/
.p-page-procedure .p-banner {
	border-radius: 10px;
	-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
	background: #eb6ea5;
}

@media print, screen and (min-width: 768px) {
	.p-page-procedure .p-banner {
		-webkit-transition: border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	}
}

.p-page-procedure .p-banner:hover {
	-webkit-transform: scale(1.00684, 1.025);
	transform: scale(1.00684, 1.025);
	-webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.06);
}

@media print, screen and (min-width: 768px) {
	.p-page-news-detail .p-article, .p-page-pressrelease-detail .p-article, .p-page-event-detail .p-article {
		position: relative;
		z-index: 2;
		max-width: 1264px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 47px;
		padding-left: 47px;
	}
}

.p-page-news-detail .p-article__inner, .p-page-pressrelease-detail .p-article__inner, .p-page-event-detail .p-article__inner {
	padding: 0 20px;
}

@media print, screen and (min-width: 768px) {
	.p-page-news-detail .p-article__inner, .p-page-pressrelease-detail .p-article__inner, .p-page-event-detail .p-article__inner {
		padding-right: 8.54701%;
		padding-left: 8.54701%;
	}
}

.p-page-news-detail .p-article__header, .p-page-pressrelease-detail .p-article__header, .p-page-event-detail .p-article__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 40px;
	padding-bottom: 16px;
	-webkit-box-shadow: inset 0 -1px 0 0 #e7e8e7;
	box-shadow: inset 0 -1px 0 0 #e7e8e7;
	font-size: 1.3rem;
	line-height: 1.46154;
}

@media print, screen and (min-width: 768px) {
	.p-page-news-detail .p-article__header, .p-page-pressrelease-detail .p-article__header, .p-page-event-detail .p-article__header {
		margin-bottom: 50px;
		padding-bottom: 15px;
		font-size: 1.5rem;
		line-height: 1.46667;
	}
}

.p-page-news-detail .p-article__headerTitle, .p-page-pressrelease-detail .p-article__headerTitle, .p-page-event-detail .p-article__headerTitle {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 100%;
	font-size: 1.9rem;
	line-height: 1.6;
	font-weight: 500;
}

@media print, screen and (min-width: 768px) {
	.p-page-news-detail .p-article__headerTitle, .p-page-pressrelease-detail .p-article__headerTitle, .p-page-event-detail .p-article__headerTitle {
		font-size: 3.4rem;
		line-height: 1.6;
	}
}

.p-page-news-detail .p-article__headerCategory, .p-page-pressrelease-detail .p-article__headerCategory, .p-page-event-detail .p-article__headerCategory {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 14px;
	border-radius: 20px;
	padding: 0 16px 1px;
	background-color: #eb6ea5;
	color: #fff;
	font-weight: 500;
}

.p-page-news-detail .p-article__headerDate, .p-page-pressrelease-detail .p-article__headerDate, .p-page-event-detail .p-article__headerDate {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	width: 100%;
	margin-top: 14px;
	text-align: right;
}

.p-page-news-detail .p-article__footer, .p-page-pressrelease-detail .p-article__footer, .p-page-event-detail .p-article__footer {
	margin-top: 40px;
	padding-top: 10px;
	-webkit-box-shadow: inset 0 1px 0 0 #e7e8e7;
	box-shadow: inset 0 1px 0 0 #e7e8e7;
}

@media print, screen and (min-width: 768px) {
	.p-page-news-detail .p-article__footer, .p-page-pressrelease-detail .p-article__footer, .p-page-event-detail .p-article__footer {
		margin-top: 60px;
		padding-top: 40px;
	}
}

/*-----------------------------------------------------------------
 お知らせ 詳細
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
 プレスリリース 詳細
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
 活動報告 詳細
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
 会社概要
-----------------------------------------------------------------*/
.p-page-corporate-overview .l-main.u-color--bg-gray {
	background-color: transparent !important;
}

.p-page-corporate-overview .c-table th {
	vertical-align: text-top;
}

.p-page-corporate-overview .js-accordion__content {
	display: none;
}

.p-page-corporate-overview .p-corporateAccordion {
	position: relative;
	padding-bottom: 1.3em;
}

.p-page-corporate-overview .p-corporateAccordion__button {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #eb6ea5;
	outline: none;
}

.p-page-corporate-overview .p-corporateAccordion.is-active {
	padding-bottom: 1em;
}

@media screen and (max-width: 767px) {
	.p-page-corporate-overview .c-column__item + .c-column__item {
		margin-top: 0;
	}
}

/*-----------------------------------------------------------------
 PASMOの誕生と歴史
-----------------------------------------------------------------*/
.p-page-corporate-history .l-main.u-color--bg-gray {
	background-color: transparent !important;
}

@media print, screen and (min-width: 768px) {
	.p-page-corporate-history .p-cardHistory__reason {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.p-page-corporate-history .p-cardHistory__reason .p-cardHistory__inner {
	border: 5px solid #e7e8e7;
	border-radius: 10px;
	padding: 25px 15px 15px;
}

@media print, screen and (min-width: 768px) {
	.p-page-corporate-history .p-cardHistory__reason .p-cardHistory__inner {
		border-width: 8px;
		padding: 32px 22px 22px;
	}
}

.p-page-corporate-history .p-cardHistory__reason .p-cardHistory__inner + .p-cardHistory__inner {
	margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
	.p-page-corporate-history .p-cardHistory__reason .p-cardHistory__inner + .p-cardHistory__inner {
		margin-top: 0;
		margin-left: 30px;
	}
}

.p-page-corporate-history .p-cardHistory__reason .p-cardHistory__title {
	font-weight: 500;
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.p-page-corporate-history .p-cardHistory__reason .p-cardHistory__title {
		font-size: 1.9rem;
		line-height: 1.6;
	}
}

.p-page-corporate-history .p-cardHistory__reason .p-cardHistory__image {
	margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
	.p-page-corporate-history .p-cardHistory__reason .p-cardHistory__image {
		margin-top: 22px;
		padding: 0 50px;
	}
}

.p-page-corporate-history .p-cardHistory__reason .p-cardHistory__image:first-child {
	margin-top: 0;
}

.p-page-corporate-history .p-cardHistory__result {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	margin-top: 20px;
	padding-top: 70px;
}

@media print, screen and (min-width: 768px) {
	.p-page-corporate-history .p-cardHistory__result {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-top: 30px;
		padding-top: 106px;
	}
}

.p-page-corporate-history .p-cardHistory__result::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 58px;
	height: 48px;
	background-image: url(/assets/img/common/icn-stepArrow-b-gray.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

@media print, screen and (min-width: 768px) {
	.p-page-corporate-history .p-cardHistory__result::before {
		width: 88px;
		height: 72px;
	}
}

.p-page-corporate-history .p-cardHistory__result .p-cardHistory__texts {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

@media print, screen and (min-width: 768px) {
	.p-page-corporate-history .p-cardHistory__result .p-cardHistory__texts {
		max-width: 470px;
		padding-top: 21px;
	}
}

.p-page-corporate-history .p-cardHistory__result .p-cardHistory__icon {
	width: 193px;
	margin: 0 auto 20px;
}

@media print, screen and (min-width: 768px) {
	.p-page-corporate-history .p-cardHistory__result .p-cardHistory__icon {
		width: 276px;
		margin: 0 0 30px;
	}
}

.p-page-corporate-history .p-cardHistory__result .p-cardHistory__lead {
	margin-bottom: 20px;
	color: #eb6ea5;
	font-size: 1.9rem;
	line-height: 1.47368;
	font-weight: 500;
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.p-page-corporate-history .p-cardHistory__result .p-cardHistory__lead {
		margin-bottom: 8px;
		text-align: left;
	}
}

.p-page-corporate-history .p-cardHistory__result .p-cardHistory__text {
	font-size: 1.7rem;
	line-height: 1.6;
	font-weight: 500;
}

.p-page-corporate-history .p-cardHistory__result .p-cardHistory__image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 23px;
	padding: 0 68px;
}

@media print, screen and (min-width: 768px) {
	.p-page-corporate-history .p-cardHistory__result .p-cardHistory__image {
		width: 346px;
		margin-right: 52px;
		padding: 0;
	}
}

.p-page-corporate-history .p-cardHistory__result .p-cardHistory__image:first-child {
	margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
	.p-page-corporate-history .p-cardHistory__result .p-cardHistory__image:first-child {
		margin-right: 0;
	}
}

.p-page-corporate-history .p-history-table-wrap .c-column__inner {
	padding-right: 0;
	padding-left: 0;
}

@media screen and (max-width: 767px) {
	.p-page-corporate-history .p-history-table-wrap .c-column__item + .c-column__item {
		margin-top: -1px;
	}
}

/*-----------------------------------------------------------------
 内部統制
-----------------------------------------------------------------*/
[class*="p-page-corporate-policy"] .l-main.u-color--bg-gray {
	background-color: transparent !important;
}

/*-----------------------------------------------------------------
 サイト内検索結果
-----------------------------------------------------------------*/
.p-page-search:lang(ja) .l-main {
	background-color: transparent !important;
}

.p-page-search:lang(ja) .l-main .mf_finder_container {
	padding: 0 20px;
}

@media print, screen and (min-width: 768px) {
	.p-page-search:lang(ja) .l-main .mf_finder_container {
		max-width: 1264px;
		margin: 0 auto 80px;
		padding-right: 47px;
		padding-left: 47px;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-search:lang(ja) .l-main .p-searchBox {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 970px;
		margin: 0 auto;
	}
}

.p-page-search:lang(ja) .l-main .p-searchBox__title {
	margin-bottom: 14px;
	font-size: 1.5rem;
	line-height: 1.46667;
	font-weight: 500;
}

@media print, screen and (min-width: 768px) {
	.p-page-search:lang(ja) .l-main .p-searchBox__title {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20.61856%;
		margin-bottom: 0;
		padding-top: 14px;
		padding-bottom: 14px;
	}
}

.p-page-search:lang(ja) .l-main .mf_finder_searchBox {
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
}

.p-page-search:lang(ja) .l-main .mf_finder_searchBox_suggest_items {
	background-color: #fff;
}

.p-page-search:lang(ja) .l-main .mf_finder_searchBox_suggest_item {
	background-color: #f2f2f2;
}

.p-page-search:lang(ja) .l-main .mf_finder_searchBox_suggest_item > a {
	color: #000;
}

.p-page-search:lang(ja) .l-main .mf_finder_searchBox_suggest_item_hover, .p-page-search:lang(ja) .l-main .mf_finder_searchBox_suggest_item_cur {
	background-color: #fff;
}

@media print, screen and (min-width: 768px) {
	.p-page-search:lang(ja) .l-main .mf_finder_searchBox {
		width: 100%;
		margin-bottom: 0;
	}
}

.p-page-search:lang(ja) .l-main .mf_finder_searchBox.mf_finder_searchBox_useSelects .mf_finder_searchBox_selects {
	display: none;
}

.p-page-search:lang(ja) .l-main .mf_finder_searchBox_items {
	position: relative;
	z-index: 1;
	padding: 0;
}

.p-page-search:lang(ja) .l-main .mf_finder_searchBox_items::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	border-radius: 25px;
	-webkit-box-shadow: inset 0 0 0 1px #d3d4d3;
	box-shadow: inset 0 0 0 1px #d3d4d3;
}

.p-page-search:lang(ja) .l-main .mf_finder_searchBox_query_wrap input {
	min-height: 50px;
	padding: 0 10px 0 20px;
	border: none;
	font-size: 1.6rem;
	line-height: 1.375;
	outline: none;
}

@media print, screen and (min-width: 768px) {
	.p-page-search:lang(ja) .l-main .mf_finder_searchBox_query_wrap input {
		padding-left: 30px;
	}
}

.p-page-search:lang(ja) .l-main .mf_finder_searchBox_submit {
	position: relative;
	z-index: 1;
	height: 50px;
	border-radius: 25px;
	padding: 14px 30px;
	background-color: transparent;
	line-height: 1;
}

@media print, screen and (min-width: 768px) {
	.p-page-search:lang(ja) .l-main .mf_finder_searchBox_submit {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.p-page-search:lang(ja) .l-main .mf_finder_searchBox_submit::before {
	font-family: "iconfont";
	content: "";
	vertical-align: text-top;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	font-size: 2rem;
	line-height: 1;
	vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
	.p-page-search:lang(ja) .l-main .mf_finder_searchBox_submit::before {
		margin-left: 0;
	}
}

.p-page-search:lang(ja) .l-main .mf_finder_searchBox_submit::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border-radius: 25px;
	background-color: #eb6ea5;
}

@media print, screen and (min-width: 768px) {
	.p-page-search:lang(ja) .l-main .mf_finder_searchBox_submit::after {
		-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	}
}

.p-page-search:lang(ja) .l-main .mf_finder_searchBox_submit span {
	display: none;
}

@media print, screen and (min-width: 768px) {
	.p-page-search:lang(ja) .l-main .mf_finder_searchBox_submit:hover::after {
		-webkit-transform: translate(-50%, -50%) scale(1.075, 1.12);
		transform: translate(-50%, -50%) scale(1.075, 1.12);
	}
}

.p-page-search:lang(ja) .l-main .mf_finder_relatedkeywords {
	padding-left: 0;
	padding-bottom: 0;
	background-color: transparent;
}

@media print, screen and (min-width: 768px) {
	.p-page-search:lang(ja) .l-main .mf_finder_relatedkeywords {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 970px;
		margin: 30px auto 0;
	}
}

.p-page-search:lang(ja) .l-main .mf_finder_relatedkeywords_head {
	margin-bottom: 14px;
	padding: 0;
}

@media print, screen and (min-width: 768px) {
	.p-page-search:lang(ja) .l-main .mf_finder_relatedkeywords_head {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20.61856%;
	}
}

.p-page-search:lang(ja) .l-main .mf_finder_relatedkeywords_head::before {
	font-size: 1.5rem;
	line-height: 1.46667;
	font-weight: 500;
}

.p-page-search:lang(ja) .l-main .mf_finder_relatedkeywords_items {
	margin-left: 0;
	margin-right: -20px;
	margin-bottom: -14px;
}

.p-page-search:lang(ja) .l-main .mf_finder_relatedkeywords_item {
	margin-right: 20px;
	margin-bottom: 14px;
}

.p-page-search:lang(ja) .l-main .mf_finder_relatedkeywords_item span::before {
	display: none;
}

.p-page-search:lang(ja) .l-main .mf_finder_relatedkeywords_item_link {
	padding: 0;
	color: #eb6ea5;
	font-size: 1.5rem;
	line-height: 1.46667;
	text-decoration: underline;
}

@media print, screen and (min-width: 768px) {
	.p-page-search:lang(ja) .l-main .mf_finder_relatedkeywords_item_link {
		-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

.p-page-search:lang(ja) .l-main .mf_finder_relatedkeywords_item_link:hover {
	background-color: transparent;
}

@media print, screen and (min-width: 768px) {
	.p-page-search:lang(ja) .l-main .mf_finder_relatedkeywords_item_link:hover {
		color: #f199c0;
	}
}

.p-page-search:lang(ja) .l-main .str-results-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin-top: 40px;
	border-top: 1px solid #e7e8e7;
	padding-top: 40px;
}

@media print, screen and (min-width: 768px) {
	.p-page-search:lang(ja) .l-main .str-results-container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 60px;
		padding-top: 60px;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-search:lang(ja) .l-main .results_container {
		width: 72.64957%;
	}
}

.p-page-search:lang(ja) .l-main .mf_finder_msk_wrapper {
	margin-bottom: 10px;
}

.p-page-search:lang(ja) .l-main .mf_finder_msk {
	margin: 0;
}

.p-page-search:lang(ja) .l-main .mf_finder_msk_item::before, .p-page-search:lang(ja) .l-main .mf_finder_msk_item::after {
	color: #888;
	font-size: 1.5rem;
	line-height: 1.86667;
	font-weight: 500;
}

.p-page-search:lang(ja) .l-main .mf_finder_msk_item .router-link-active {
	font-size: 1.9rem;
	line-height: 1.47368;
	font-weight: 500;
}

.p-page-search:lang(ja) .l-main .mf_finder_organic_header_wrapper {
	display: block;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 30px;
}

.p-page-search:lang(ja) .l-main .mf_finder_organic_header_wrapper .mf_finder_organic_header {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.p-page-search:lang(ja) .l-main .mf_finder_organic_header_wrapper .mf_finder_organic_nums {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-page-search:lang(ja) .l-main .mf_finder_organic_header_wrapper .mf_finder_organic_range {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.p-page-search:lang(ja) .l-main .mf_finder_organic_header_wrapper .mf_finder_organic_range_from {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	color: #eb6ea5;
	font-size: 1.9rem;
	line-height: 1.47368;
	font-weight: 500;
}

.p-page-search:lang(ja) .l-main .mf_finder_organic_header_wrapper .mf_finder_organic_range_from::before {
	margin-left: .25rem;
}

.p-page-search:lang(ja) .l-main .mf_finder_organic_header_wrapper .mf_finder_organic_range_from::after {
	margin-left: .25rem;
	color: #888;
	font-size: 1.5rem;
	line-height: 1.86667;
	font-weight: 500;
	vertical-align: text-bottom;
}

.p-page-search:lang(ja) .l-main .mf_finder_organic_header_wrapper .mf_finder_organic_range_to {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	color: #eb6ea5;
	font-size: 1.9rem;
	line-height: 1.47368;
	font-weight: 500;
}

.p-page-search:lang(ja) .l-main .mf_finder_organic_header_wrapper .mf_finder_organic_range_to::before {
	margin-left: .25rem;
}

.p-page-search:lang(ja) .l-main .mf_finder_organic_header_wrapper .mf_finder_organic_range_to::after {
	margin-left: .25rem;
	color: #888;
	font-size: 1.5rem;
	line-height: 1.86667;
	font-weight: 500;
}

.p-page-search:lang(ja) .l-main .mf_finder_organic_header_wrapper .mf_finder_organic_total {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	float: none;
}

.p-page-search:lang(ja) .l-main .mf_finder_organic_header_wrapper .mf_finder_organic_total::before {
	display: none;
}

.p-page-search:lang(ja) .l-main .mf_finder_organic_header_wrapper .mf_finder_organic_total::after {
	margin-left: .25rem;
	color: #888;
	font-size: 1.5rem;
	line-height: 1.86667;
	font-weight: 500;
}

.p-page-search:lang(ja) .l-main .mf_finder_organic_header_wrapper .mf_finder_organic_total span {
	color: #eb6ea5;
	font-size: 1.9rem;
	line-height: 1.47368;
	font-weight: 500;
}

.p-page-search:lang(ja) .l-main .mf_finder_organic_header_wrapper .mf_finder_query {
	margin-bottom: 5px;
	color: #eb6ea5;
	font-size: 1.9rem;
	line-height: 1.47368;
	font-weight: 500;
}

.p-page-search:lang(ja) .l-main .mf_finder_organic_header_wrapper .mf_finder_query::before {
	display: none;
}

.p-page-search:lang(ja) .l-main .mf_finder_organic_header_wrapper .mf_finder_query::after {
	content: "の検索結果";
	margin-left: 4px;
	color: #888;
	font-size: 1.5rem;
	line-height: 1.86667;
	font-weight: 500;
}

.p-page-search:lang(ja) .l-main .mf_finder_organic_docs {
	margin-top: 0;
}

.p-page-search:lang(ja) .l-main .mf_finder_organic_doc {
	margin-top: 30px;
	border-top: none;
	border-bottom: 1px solid #e7e8e7;
	padding: 0 0 30px;
}

.p-page-search:lang(ja) .l-main .mf_finder_organic_doc:first-child {
	margin-top: 0;
	border-top: none;
}

.p-page-search:lang(ja) .l-main .mf_finder_organic_doc .mf_finder_organic_doc_img_wrapper {
	display: none;
}

.p-page-search:lang(ja) .l-main .mf_finder_organic_doc .mf_finder_organic_doc_img_wrapper .mf_finder_organic_doc_img {
	margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
	.p-page-search:lang(ja) .l-main .mf_finder_organic_doc .mf_finder_organic_doc_img_wrapper .mf_finder_organic_doc_img {
		border: 1px solid #e7e8e7;
		border-radius: 10px;
		overflow: hidden;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-search:lang(ja) .l-main .mf_finder_organic_doc .mf_finder_organic_doc_img_wrapper .mf_finder_organic_doc_img img {
		width: 100%;
		max-width: 100%;
		max-height: none;
		border: none;
	}
}

.p-page-search:lang(ja) .l-main .mf_finder_organic_doc .mf_finder_organic_doc_img_wrapper .mf_finder_organic_doc_zoom {
	display: none;
}

.p-page-search:lang(ja) .l-main .mf_finder_organic_doc .mf_finder_organic_doc_contents_wrapper {
	margin-left: 0;
}

.p-page-search:lang(ja) .l-main .mf_finder_organic_doc .mf_finder_organic_doc_title_wrapper {
	margin-bottom: 14px;
	color: #eb6ea5;
}

@media print, screen and (min-width: 768px) {
	.p-page-search:lang(ja) .l-main .mf_finder_organic_doc .mf_finder_organic_doc_title_wrapper {
		-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-search:lang(ja) .l-main .mf_finder_organic_doc .mf_finder_organic_doc_title_wrapper:hover {
		color: #f199c0;
	}
}

.p-page-search:lang(ja) .l-main .mf_finder_organic_doc .mf_finder_organic_doc_title {
	font-size: 1.7rem;
	line-height: 1.6;
	font-weight: 500;
}

.p-page-search:lang(ja) .l-main .mf_finder_organic_doc .mf_finder_mark {
	background-color: #fbf37e;
}

.p-page-search:lang(ja) .l-main .mf_finder_organic_doc .mf_finder_organic_doc_body {
	height: auto;
	font-size: 1.5rem;
	line-height: 1.6;
}

.p-page-search:lang(ja) .l-main .mf_finder_organic_doc .mf_finder_organic_doc_url_wrapper {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-top: 20px;
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	.p-page-search:lang(ja) .l-main .mf_finder_organic_doc .mf_finder_organic_doc_url_wrapper {
		-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-search:lang(ja) .l-main .mf_finder_organic_doc .mf_finder_organic_doc_url_wrapper:hover {
		color: #f199c0;
	}
}

.p-page-search:lang(ja) .l-main .mf_finder_organic_doc .mf_finder_organic_doc_url {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 0;
	color: inherit;
	font-size: 1.3rem;
	line-height: 1.46154;
}

.p-page-search:lang(ja) .l-main .mf_finder_organic_doc .mf_finder_organic_doc_url::before {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 10px;
	border-radius: 10px;
	padding: 2px 14px 1px 14px;
	background-color: #e7e8e7;
	color: #333;
	font-size: 1.1rem;
	line-height: 1.54545;
	font-weight: 500;
}

.p-page-search:lang(ja) .l-main .mf_finder_organic_doc .mf_finder_organic_doc_url:hover {
	text-decoration: none;
}

.p-page-search:lang(ja) .l-main .mf_finder_organic_doc .mf_finder_organic_doc_url span {
	padding-top: 1px;
	text-decoration: underline;
	word-break: break-all;
}

.p-page-search:lang(ja) .l-main .mf_finder_organic_pager_wrapper {
	margin: 30px -20px 0;
}

@media print, screen and (min-width: 768px) {
	.p-page-search:lang(ja) .l-main .mf_finder_organic_pager_wrapper {
		margin: 40px 0 0;
	}
}

.p-page-search:lang(ja) .l-main .mf_finder_organic_pager {
	margin-bottom: 0;
}

.p-page-search:lang(ja) .l-main .mf_finder_pager_items {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 100%;
	max-width: 420px;
}

@media print, screen and (min-width: 768px) {
	.p-page-search:lang(ja) .l-main .mf_finder_pager_items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		max-width: none;
		margin: 0 -4px;
	}
}

.p-page-search:lang(ja) .l-main .mf_finder_pager_items li {
	line-height: 1;
}

@media print, screen and (min-width: 768px) {
	.p-page-search:lang(ja) .l-main .mf_finder_pager_items li {
		margin: 0 4px;
	}
}

.p-page-search:lang(ja) .l-main .mf_finder_pager_items li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	padding: 5px 3px 5px;
	background-color: transparent;
	color: #333;
}

@media print, screen and (min-width: 768px) {
	.p-page-search:lang(ja) .l-main .mf_finder_pager_items li a {
		width: 50px;
		height: 50px;
		padding: 12px 5px 13px;
	}
}

.p-page-search:lang(ja) .l-main .mf_finder_pager_items li a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border: 2px solid #e7e8e7;
	border-radius: 50%;
	background-color: #fff;
}

@media print, screen and (min-width: 768px) {
	.p-page-search:lang(ja) .l-main .mf_finder_pager_items li a::after {
		-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-search:lang(ja) .l-main .mf_finder_pager_items li a:hover::after {
		-webkit-transform: translate(-50%, -50%) scale(1.12, 1.12);
		transform: translate(-50%, -50%) scale(1.12, 1.12);
	}
}

.p-page-search:lang(ja) .l-main .mf_finder_pager_items li span {
	display: block;
	font-size: 1.5rem;
	line-height: 1.6;
	font-weight: 700;
}

.p-page-search:lang(ja) .l-main .mf_finder_pager_items .mf_finder_pager_item_current {
	padding: 0;
}

.p-page-search:lang(ja) .l-main .mf_finder_pager_items .mf_finder_pager_item_current span {
	display: block;
	width: 35px;
	min-width: 35px;
	height: 35px;
	border: 1px solid #ffd1e5;
	border-radius: 50%;
	padding: 4px 3px 5px;
	background-color: #ffd1e5;
	color: #eb6ea5;
}

@media print, screen and (min-width: 768px) {
	.p-page-search:lang(ja) .l-main .mf_finder_pager_items .mf_finder_pager_item_current span {
		width: 50px;
		min-width: 50px;
		height: 50px;
		padding: 11px 5px 13px;
	}
}

.p-page-search:lang(ja) .l-main .mf_finder_pager_items .mf_finder_pager_item_first span {
	display: block;
	width: auto;
	padding: 5px 0;
	font-size: 0;
	line-height: 1;
}

.p-page-search:lang(ja) .l-main .mf_finder_pager_items .mf_finder_pager_item_first span::before {
	font-family: "iconfont";
	content: "";
	vertical-align: text-top;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1;
}

.p-page-search:lang(ja) .l-main .mf_finder_pager_items .mf_finder_pager_item_prev span,
.p-page-search:lang(ja) .l-main .mf_finder_pager_items .mf_finder_pager_item_next span {
	display: block;
	width: auto;
	padding: 5px 0;
	font-size: 0;
	line-height: 1;
}

.p-page-search:lang(ja) .l-main .mf_finder_pager_items .mf_finder_pager_item_prev span::before {
	font-family: "iconfont";
	content: "";
	vertical-align: text-top;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1;
}

.p-page-search:lang(ja) .l-main .mf_finder_pager_items .mf_finder_pager_item_next span::before {
	font-family: "iconfont";
	content: "";
	vertical-align: text-top;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1;
}

.p-page-search:lang(ja) .l-main .mf_finder_logo {
	display: none;
}

.p-page-search:lang(ja) .l-main .refine-search-container {
	margin-top: 60px;
}

@media print, screen and (min-width: 768px) {
	.p-page-search:lang(ja) .l-main .refine-search-container {
		width: 23.07692%;
		margin-top: 0;
	}
}

.p-page-search:lang(ja) .l-main .mf_finder_drilldown {
	border-radius: 10px;
	padding: 30px;
	-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}

.p-page-search:lang(ja) .l-main .mf_finder_drilldown_head {
	display: none;
}

.p-page-search:lang(ja) .l-main .mf_finder_drilldown_items {
	margin: 0;
}

.p-page-search:lang(ja) .l-main .mf_finder_drilldown_item {
	padding: 0;
}

.p-page-search:lang(ja) .l-main .mf_finder_drilldown_item + .mf_finder_drilldown_item {
	margin-top: 10px;
}

.p-page-search:lang(ja) .l-main .mf_finder_drilldown_item.mf_finder_drilldown_item_selected .mf_finder_drilldown_item_link {
	padding-right: 15px;
	padding-left: 15px;
	background-color: #fbe2ed;
}

.p-page-search:lang(ja) .l-main .mf_finder_drilldown_item_bullet {
	display: none;
}

.p-page-search:lang(ja) .l-main .mf_finder_drilldown_item_link {
	display: block;
	width: auto;
	min-height: 0;
	border-radius: 5px;
	padding: 6px 0;
	background-color: #fff;
}

@media print, screen and (min-width: 768px) {
	.p-page-search:lang(ja) .l-main .mf_finder_drilldown_item_link {
		-webkit-transition: padding 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), background-color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: padding 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), background-color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-search:lang(ja) .l-main .mf_finder_drilldown_item_link:hover {
		padding-right: 15px;
		padding-left: 15px;
		background-color: #fbe2ed;
	}
}

.p-page-search:lang(ja) .l-main .mf_finder_drilldown_item_link .mf_finder_drilldown_item_title {
	color: #333;
	font-size: 1.5rem;
	line-height: 1.53333;
	font-weight: 500;
}

.p-page-search:lang(ja) .l-main .mf_finder_drilldown_item_link .mf_finder_drilldown_item_count {
	margin-left: 12px;
	padding: 0;
	background-color: transparent;
	color: #eb6ea5;
	font-size: 1.5rem;
	line-height: 1.53333;
	font-weight: 500;
}

.p-page-search:lang(ja) .l-main .mf_finder_drilldown_item_link .mf_finder_drilldown_item_count::before {
	content: "(";
}

.p-page-search:lang(ja) .l-main .mf_finder_drilldown_item_link .mf_finder_drilldown_item_count::after {
	content: ")";
}

.p-page-search:lang(ja) .l-main .mf_finder_drilldown_reset {
	margin-top: 25px;
	padding-right: 0;
}

.p-page-search:lang(ja) .l-main .mf_finder_drilldown_reset a {
	border: none;
	padding: 0;
	color: #eb6ea5;
	font-size: 1.5rem;
	line-height: 1.53333;
}

@media print, screen and (min-width: 768px) {
	.p-page-search:lang(ja) .l-main .mf_finder_drilldown_reset a {
		-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-search:lang(ja) .l-main .mf_finder_drilldown_reset a:hover {
		color: #f199c0;
	}
}

.p-page-search:lang(ja) .l-main.mf_finder_noquery .mf_finder_query {
	display: none;
}

/*-----------------------------------------------------------------
 お問い合わせ
-----------------------------------------------------------------*/
.p-page-contact .l-main {
	padding-bottom: 80px;
}

@media print, screen and (min-width: 768px) {
	.p-page-contact .l-main {
		padding-bottom: 100px;
	}
}

.p-page-contact .l-footer {
	margin-top: 0;
}

[class^="p-page-condition"] .c-text--numberLists {
	counter-reset: number 1;
}

[class^="p-page-condition"] .c-text > .c-heading--quaternary.c-heading--fc-pink + .c-heading--quaternary {
	margin-bottom: 0;
}

[class^="p-page-condition"] .c-text > .c-heading--quaternary {
	margin-bottom: 0;
}

[class^="p-page-condition"] .c-text + br {
	display: none;
}

[class^="p-page-condition"] .c-text > .c-heading--quaternary.c-heading--fc-pink + .c-heading--quaternary + .c-text + br {
	display: none;
}

[class^="p-page-condition"] .p-thumb {
	border: 2px solid #e7e8e7;
	border-radius: 10px;
	overflow: hidden;
	border-radius: 0;
	border: none;
	text-indent: 0;
}

[class^="p-page-condition"] .p-thumb:empty {
	display: none;
}

@media print, screen and (min-width: 768px) {
	[class^="p-page-condition"] .p-thumb--center {
		margin: 0 auto;
	}
}

@media print, screen and (min-width: 768px) {
	[class^="p-page-condition"] .p-thumb--lg {
		max-width: 770px;
	}
}

@media print, screen and (min-width: 768px) {
	[class^="p-page-condition"] .p-thumb--md {
		max-width: 570px;
	}
}

@media print, screen and (min-width: 768px) {
	[class^="p-page-condition"] .p-thumb--sm {
		max-width: 370px;
	}
}

[class^="p-page-condition"] .p-thumb img {
	width: auto;
}

[class^="p-page-condition"] .p-thumb:empty {
	display: none;
}

@media print, screen and (min-width: 768px) {
	[class^="p-page-condition"] .p-thumb--center {
		margin: 0 auto;
	}
}

@media print, screen and (min-width: 768px) {
	[class^="p-page-condition"] .p-thumb--lg {
		max-width: 960px;
	}
}

@media print, screen and (min-width: 768px) {
	[class^="p-page-condition"] .p-thumb--md {
		max-width: 570px;
	}
}

[class^="p-page-condition"] .p-thumb--sm {
	max-width: 140px;
}

@media print, screen and (min-width: 768px) {
	[class^="p-page-condition"] .p-thumb--sm {
		max-width: 200px;
	}
}

[class^="p-page-condition"] .p-thumb--icon {
	max-width: 64px;
}

@media print, screen and (min-width: 768px) {
	[class^="p-page-condition"] .p-thumb--icon {
		max-width: 89px;
	}
}

/*-----------------------------------------------------------------
 サイトのご利用条件
-----------------------------------------------------------------*/
.p-page-term .l-main.u-color--bg-gray {
	background-color: transparent !important;
}

.p-page-term .c-text > .c-heading--quaternary.c-heading--fc-pink + .c-heading--quaternary {
	margin-bottom: 0;
}

.p-page-term .c-text > .c-heading--quaternary {
	margin-bottom: 0;
}

.p-page-term .c-text + br {
	display: none;
}

.p-page-term .c-text > .c-heading--quaternary.c-heading--fc-pink + .c-heading--quaternary + .c-text + br {
	display: none;
}

/*-----------------------------------------------------------------
 サイトマップ
-----------------------------------------------------------------*/
.p-page-sitemap .l-main.u-color--bg-gray {
	background-color: transparent !important;
}

@media print, screen and (min-width: 768px) {
	.p-page-sitemap .p-sitemap__items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-top: -60px;
		margin-left: -4.87805%;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-sitemap .p-sitemap__item {
		width: 28.45528%;
		margin-top: 60px;
		margin-left: 4.87805%;
	}
}

.p-page-sitemap .p-sitemap__item:not(:first-of-type) {
	margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
	.p-page-sitemap .p-sitemap__item:not(:first-of-type) {
		margin-top: 60px;
	}
}

.p-page-sitemap .p-sitemap__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 23px;
	border-bottom: 1px solid #e7e8e7;
	padding-bottom: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.9rem;
	line-height: 1.6;
	font-weight: 700;
}

.p-page-sitemap .p-sitemap__head a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #333;
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	.p-page-sitemap .p-sitemap__head a {
		-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-sitemap .p-sitemap__head a:hover {
		color: #eb6ea5;
	}
}

.p-page-sitemap .p-sitemap__head .c-icn {
	margin-left: 10px;
	color: #eb6ea5;
	font-size: 2rem;
	line-height: 1.52;
}

@media screen and (max-width: 767px) {
	.p-page-sitemap .p-sitemap__body:first-child {
		margin-top: 60px;
		border-top: 1px solid #e7e8e7;
		padding-top: 40px;
	}
}

.p-page-sitemap .p-sitemap__lists {
	margin-top: 10px;
}

.p-page-sitemap .p-sitemap__lists:first-child {
	margin-top: 0;
}

.p-page-sitemap .p-sitemap__list {
	font-size: 1.5rem;
	line-height: 1.6;
}

.p-page-sitemap .p-sitemap__list + .p-sitemap__list {
	margin-top: 10px;
}

.p-page-sitemap .p-sitemap__list .p-sitemap__list .c-link {
	padding-left: 2rem;
}

.p-page-sitemap .p-sitemap__list .p-sitemap__list .c-link .c-icn-arrow-r {
	margin-left: -.25rem;
	color: #eb6ea5;
	font-size: 1.4rem;
	line-height: 1.67857;
}

@media print, screen and (min-width: 768px) {
	.p-page-sitemap .p-sitemap__list .p-sitemap__list .c-link .c-icn-arrow-r {
		font-size: 1.4rem;
		line-height: 1.57143;
	}
}

.p-page-sitemap .p-sitemap__list a {
	color: #333;
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	.p-page-sitemap .p-sitemap__list a {
		-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-sitemap .p-sitemap__list a:hover {
		color: #eb6ea5;
	}
}

.p-page-sitemap .p-sitemap__list .p-sitemap__lists {
	padding-left: 2em;
}

.p-page-sitemap .p-sitemap .c-link {
	font-size: 1.5rem;
	line-height: 1.6;
	padding-left: 3rem;
}

.p-page-sitemap .p-sitemap .c-link .c-icn {
	font-size: 2rem;
	line-height: 1.2;
}

@media print, screen and (min-width: 768px) {
	.p-page-sitemap .p-sitemap__item--about {
		width: 100%;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-sitemap .p-sitemap__item--about .p-sitemap__body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-sitemap .p-sitemap__item--about .p-sitemap__body > .p-sitemap__lists {
		width: 350px;
	}
}

/*-----------------------------------------------------------------
 お困りの方に
-----------------------------------------------------------------*/
.p-page-faq .p-definition dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-page-faq .p-definition dt {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 6em;
	font-weight: 500;
}

.p-page-faq .p-notes {
	padding: 15px;
	border: none;
	background: #fff8d3;
}

@media print, screen and (min-width: 768px) {
	.p-page-faq .p-notes {
		padding: 20px;
	}
}

.p-page-faq .p-notes .c-notes__head {
	margin-bottom: 6px;
	padding-left: 32px;
	font-size: 1.5rem;
	line-height: 1;
}

@media print, screen and (min-width: 768px) {
	.p-page-faq .p-notes .c-notes__head {
		margin-bottom: 10px;
		font-size: 1.7rem;
		line-height: 1;
	}
}

.p-page-faq .p-notes .c-notes__head::before {
	width: 26px;
	height: 26px;
}

.p-page-faq .p-table-colgroup-sp-none {
	display: none !important;
}

@media print, screen and (min-width: 768px) {
	.p-page-faq .p-table-colgroup-sp-none {
		display: table-column-group !important;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-faq .p-table-colgroup-pc-none {
		display: none !important;
	}
}

/*-----------------------------------------------------------------
 エラーページ
-----------------------------------------------------------------*/
.p-page-error .l-main {
	padding-bottom: 80px;
}

@media print, screen and (min-width: 768px) {
	.p-page-error .l-main {
		padding-bottom: 100px;
	}
}

.p-page-error .l-footer {
	margin-top: 0;
}

.p-page-error .c-section--heading {
	min-height: 271px;
	margin-bottom: -8px;
	padding-bottom: 24%;
}

@media print, screen and (min-width: 768px) {
	.p-page-error .c-section--heading {
		min-height: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}
}

.p-page-error .c-section--heading::before {
	height: 32px;
}

@media print, screen and (min-width: 768px) {
	.p-page-error .c-section--heading::before {
		height: 41px;
	}
}

.p-page-error .c-section--heading::after {
	bottom: 29px;
}

@media print, screen and (min-width: 768px) {
	.p-page-error .c-section--heading::after {
		bottom: 36px;
	}
}

.p-page-error .c-section__anime {
	min-height: 271px;
	margin-bottom: -24%;
	padding-bottom: 24%;
}

@media print, screen and (min-width: 768px) {
	.p-page-error .c-section__anime {
		min-height: 291px;
		margin-bottom: 0;
		padding-bottom: 116px;
	}
}

.p-page-error .c-section__anime::before {
	bottom: 25px;
}

@media print, screen and (min-width: 768px) {
	.p-page-error .c-section__anime::before {
		bottom: 30px;
	}
}

.p-page-error .c-section__anime::after {
	bottom: 19px;
}

@media print, screen and (min-width: 768px) {
	.p-page-error .c-section__anime::after {
		bottom: 24px;
	}
}

.p-page-error .p-error {
	position: relative;
	padding-top: 66px;
}

@media print, screen and (min-width: 768px) {
	.p-page-error .p-error {
		padding-top: 59px;
	}
}

.p-page-error .p-error__image {
	position: absolute;
	top: -158px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 74px;
}

@media print, screen and (min-width: 768px) {
	.p-page-error .p-error__image {
		width: 83px;
		top: -180px;
	}
}

/* ==========================================================================
	Utility
========================================================================== */
.u-sp-none {
	display: none !important;
}

@media print, screen and (min-width: 768px) {
	.u-sp-none {
		display: block !important;
	}
}

@media print, screen and (min-width: 768px) {
	br.u-sp-none {
		display: inline !important;
	}
}

@media print, screen and (min-width: 768px) {
	.u-pc-none {
		display: none !important;
	}
}

.u-margin--none {
	margin-bottom: 0 !important;
}

.u-margin--xxs {
	margin-bottom: 10px !important;
}

@media print, screen and (min-width: 768px) {
	.u-margin--xxs {
		margin-bottom: 10px !important;
	}
}

.u-margin--xs {
	margin-bottom: 20px !important;
}

@media print, screen and (min-width: 768px) {
	.u-margin--xs {
		margin-bottom: 30px !important;
	}
}

.u-margin--sm {
	margin-bottom: 30px !important;
}

@media print, screen and (min-width: 768px) {
	.u-margin--sm {
		margin-bottom: 40px !important;
	}
}

.u-margin--md {
	margin-bottom: 40px !important;
}

@media print, screen and (min-width: 768px) {
	.u-margin--md {
		margin-bottom: 60px !important;
	}
}

.u-margin--lg {
	margin-bottom: 60px !important;
}

@media print, screen and (min-width: 768px) {
	.u-margin--lg {
		margin-bottom: 80px !important;
	}
}

.u-margin--xl {
	margin-bottom: 80px !important;
}

@media print, screen and (min-width: 768px) {
	.u-margin--xl {
		margin-bottom: 100px !important;
	}
}

.u-collappse {
	padding-right: 0;
	padding-left: 0;
}

.u-shadow--none {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.u-shadow--before-none::before {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.u-icn--co-normal::before {
	color: #333 !important;
}

.u-icn--co-note::before {
	color: #888 !important;
}

.u-icn--co-caution::before {
	color: #f03f24 !important;
}

.u-icn--co-pink::before {
	color: #eb6ea5 !important;
}

.u-icn--co-pinkPale::before {
	color: #f199c0 !important;
}

@media print, screen and (min-width: 768px) {
	.u-text--pc-al-left {
		text-align: left !important;
	}
}

@media print, screen and (min-width: 768px) {
	.u-text--pc-al-center {
		text-align: center !important;
	}
}

@media print, screen and (min-width: 768px) {
	.u-text--pc-al-right {
		text-align: right !important;
	}
}

.u-text--al-left {
	text-align: left !important;
}

.u-text--al-center {
	text-align: center !important;
}

.u-text--al-right {
	text-align: right !important;
}

.u-text--co-normal {
	color: #333 !important;
}

.u-text--co-note {
	color: #888 !important;
}

.u-text--co-caution {
	color: #f03f24 !important;
}

.u-text--co-pink {
	color: #eb6ea5 !important;
}

.u-text--co-pinkPale {
	color: #f199c0 !important;
}

.u-text--underline {
	text-decoration: underline;
}

.u-text--fs40 {
	font-size: 4rem;
}

.u-text--fs21 {
	font-size: 2.1rem;
}

.u-text--fs19 {
	font-size: 1.9rem;
}

.u-text--fs17 {
	font-size: 1.7rem;
}

.u-text--fs15 {
	font-size: 1.5rem;
}

.u-text--fs13 {
	font-size: 1.3rem;
}

.u-text--fs11 {
	font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
	.u-text--sp-fs19 {
		font-size: 1.9rem;
	}
}

@media screen and (max-width: 767px) {
	.u-text--sp-fs17 {
		font-size: 1.7rem;
	}
}

@media screen and (max-width: 767px) {
	.u-text--sp-fs15 {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 767px) {
	.u-text--sp-fs13 {
		font-size: 1.3rem;
	}
}

@media print, screen and (min-width: 768px) {
	.u-text--pc-fs29 {
		font-size: 2.9rem;
	}
}

@media print, screen and (min-width: 768px) {
	.u-text--pc-fs19 {
		font-size: 1.9rem;
	}
}

@media print, screen and (min-width: 768px) {
	.u-text--pc-fs17 {
		font-size: 1.7rem;
	}
}

@media print, screen and (min-width: 768px) {
	.u-text--pc-fs15 {
		font-size: 1.5rem;
	}
}

@media print, screen and (min-width: 768px) {
	.u-text--pc-fs13 {
		font-size: 1.3rem;
	}
}

.u-text--in1em {
	text-indent: -1em;
	padding-left: 1em;
}

.u-text--in1emh {
	text-indent: -1.5em;
	padding-left: 1.5em;
}

.u-text--in2em {
	text-indent: -2em;
	padding-left: 2em;
}

.u-text--lhFit {
	line-height: 1;
}

.u-text--lh20 {
	line-height: 2.08rem;
}

.u-text--lh22 {
	line-height: 2.2rem;
}

.u-text--lh23 {
	line-height: 2.34rem;
}

.u-text--lh27 {
	line-height: 2.7rem;
}

.u-text--lh30 {
	line-height: 3.06rem;
}

.u-text--lh33 {
	line-height: 3.36rem;
}

@media screen and (max-width: 767px) {
	.u-text--sp-lh17 {
		line-height: 1.76rem;
	}
}

@media screen and (max-width: 767px) {
	.u-text--sp-lh20 {
		line-height: 2.08rem;
	}
}

@media screen and (max-width: 767px) {
	.u-text--sp-lh22 {
		line-height: 2.2rem;
	}
}

@media screen and (max-width: 767px) {
	.u-text--sp-lh25 {
		line-height: 2.5rem;
	}
	.u-text--sp-lh25 .c-icn {
		line-height: 2.5rem;
	}
}

@media screen and (max-width: 767px) {
	.u-text--sp-lh27 {
		line-height: 2.7rem;
	}
	.u-text--sp-lh27 .c-icn {
		line-height: 2.7rem;
	}
}

@media print, screen and (min-width: 768px) {
	.u-text--pc-lh19 {
		line-height: 1.9rem;
	}
	.u-text--pc-lh19 .c-icn {
		line-height: 1.9rem;
	}
}

@media print, screen and (min-width: 768px) {
	.u-text--pc-lh25 {
		line-height: 2.5rem;
	}
	.u-text--pc-lh25 .c-icn {
		line-height: 2.5rem;
	}
}

@media print, screen and (min-width: 768px) {
	.u-text--pc-lh27 {
		line-height: 2.7rem;
	}
	.u-text--pc-lh27 .c-icn {
		line-height: 2.7rem;
	}
}

@media print, screen and (min-width: 768px) {
	.u-text--pc-lh28 {
		line-height: 2.8rem;
	}
	.u-text--pc-lh28 .c-icn {
		line-height: 2.8rem;
	}
}

@media print, screen and (min-width: 768px) {
	.u-text--pc-lh30 {
		line-height: 3.06rem;
	}
	.u-text--pc-lh30 .c-icn {
		line-height: 3.06rem;
	}
}

.u-text--we-medium {
	font-weight: 500;
}

.u-text--we-normal {
	font-weight: 400;
}

.u-color--bg-white {
	background-color: #fff !important;
}

.u-color--bg-gray {
	background-color: #f0f1f0 !important;
}

.u-color--bg-pinkPale {
	background-color: #ffeef6 !important;
}

@media print, screen and (min-width: 768px) {
	.u-image--pc-width813 {
		display: block;
		width: 813px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media print, screen and (min-width: 768px) {
	.u-image--pc-width600 {
		display: block;
		width: 600px;
		margin-right: auto;
		margin-left: auto;
	}
}

.u-image--variableWidth {
	display: block;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}

.u-image--widthAuto-left {
	display: block;
	width: auto;
}

.u-image--noBorder {
	border: none !important;
}

.u-image--bd3-pink {
	border: 3px solid #eb6ea5;
}

.u-image--noBorderRadius {
	border-radius: 0;
}

.u-wrap--border {
	border: 6px solid #e7e8e7;
	border-radius: 10px;
	padding: 34px;
}

@media screen and (max-width: 767px) {
	.u-wrap--border {
		padding: 24px;
	}
}

@media print, screen and (min-width: 768px) {
	.u-wrap--pc-width970 {
		display: block;
		width: 100%;
		max-width: 970px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media print, screen and (min-width: 768px) {
	.u-wrap--pc-width800 {
		display: block;
		width: 800px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media print, screen and (min-width: 768px) {
	.u-wrap--pc-width570 {
		display: block;
		width: 570px;
		margin-right: auto;
		margin-left: auto;
	}
}
