@charset "UTF-8";
@import"https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}
/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}
/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong {
	font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}
/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}
/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button, input, optgroup, select, textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button, input {
	/* 1 */
	overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button, select {
	/* 1 */
	text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}
/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}
/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}
/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}
/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}
@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium")
}
:root {
	font-size: 62.5%;
	height: 100%
}
*, :before, :after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
::-moz-selection {
	background-color: #fdeded
}
::selection {
	background-color: #fdeded
}
::-webkit-input-placeholder {
	opacity: 1;
	color: #98a0a6
}
::-moz-placeholder {
	opacity: 1;
	color: #98a0a6
}
:-ms-input-placeholder {
	opacity: 1;
	color: #98a0a6
}
::-ms-input-placeholder {
	opacity: 1;
	color: #98a0a6
}
::placeholder {
	opacity: 1;
	color: #98a0a6
}
figure {
	display: block
}
img {
	display: block;
	height: auto
}
p {
	font-size: calc((26*640px)/750)
}
@media screen and (max-width:640px) {
	p {
		font-size: calc(26/750*100vw)
	}
}
p em {
	font-style: normal;
	font-weight: 700
}
p small {
	font-size: calc((22*640px)/750)
}
@media screen and (max-width:640px) {
	p small {
		font-size: calc(22/750*100vw)
	}
}
[data-text=list] p {
	margin-top: calc(20/750*100vw)!important
}
@media screen and (max-width:640px) {
	[data-text=list] p {
		margin-top: calc(20/750*100vw)!important
	}
}
[data-text=list] p:not(:first-child) {
	margin-top: calc((32*640px)/750)!important
}
@media screen and (max-width:640px) {
	[data-text=list] p:not(:first-child) {
		margin-top: calc(32/750*100vw)!important
	}
}
p[data-style=purple] {
	color: #7989c5;
	font-weight: 700;
	margin-top: calc((20*640px)/750)!important
}
@media screen and (max-width:640px) {
	p[data-style=purple] {
		margin-top: calc(20/750*100vw)!important
	}
}
em {
	font-style: normal;
	font-weight: 700
}
[data-margin='20'] {
	margin-top: calc((20*640px)/750)!important
}
@media screen and (max-width:640px) {
	[data-margin='20'] {
		margin-top: calc(20/750*100vw)!important
	}
}
[data-margin='30'] {
	margin-top: calc((30*640px)/750)!important
}
@media screen and (max-width:640px) {
	[data-margin='30'] {
		margin-top: calc(30/750*100vw)!important
	}
}
[data-margin='50'] {
	margin-top: calc((50*640px)/750)!important
}
@media screen and (max-width:640px) {
	[data-margin='50'] {
		margin-top: calc(50/750*100vw)!important
	}
}
[data-margin='-40'] {
	margin-top: calc((-40*640px)/750)!important
}
@media screen and (max-width:640px) {
	[data-margin='-40'] {
		margin-top: calc(-40/750*100vw)!important
	}
}
[data-color=primary] {
	color: #4f4bf9
}
[data-color=blue] {
	color: #007bdf
}
[data-color=dark-blue] {
	color: #7989c5
}
[data-color=gray] {
	color: #98a0a6
}
[data-color=warning] {
	color: #f05000!important
}
[data-bg=red] {
	background-color: #c03!important
}
[data-border=none] {
	border: none!important;
	border-radius: 0!important
}
[data-icon] {
	position: relative;
	display: inline-block;
	line-height: 1;
	font-size: 0;
	min-width: calc((60*640px)/750);
	margin-top: calc((-10*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon] {
		min-width: calc(60/750*100vw);
		margin-top: calc(-10/750*100vw)!important
	}
}
[data-icon]:before {
	content: '';
	position: absolute;
	display: block;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 2
}
[data-icon]:after {
	z-index: 1
}
[data-icon=camera]:before {
	background-image: url(../img/icon-camera.png);
	width: calc((40*640px)/750);
	height: calc((30*640px)/750);
	top: calc((-23*640px)/750);
	left: calc((10*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=camera]:before {
		width: calc(40/750*100vw);
		height: calc(30/750*100vw);
		top: calc(-23/750*100vw);
		left: calc(10/750*100vw)
	}
}
[data-icon=camera]:after {
	content: '';
	position: absolute;
	display: block;
	background: #000;
	width: calc((44*640px)/750);
	height: calc((30*640px)/750);
	top: calc((-23*640px)/750);
	left: calc((8*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=camera]:after {
		width: calc(44/750*100vw);
		height: calc(30/750*100vw);
		top: calc(-23/750*100vw);
		left: calc(8/750*100vw)
	}
}
[data-icon=camera-02]:before {
	background-image: url(../img/icon-photo.png);
	border-radius: calc((10*640px)/750);
	width: calc((40*640px)/750);
	height: calc((40*640px)/750);
	top: calc((-28*640px)/750);
	left: calc((9*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=camera-02]:before {
		border-radius: calc(10/750*100vw);
		width: calc(40/750*100vw);
		height: calc(40/750*100vw);
		top: calc(-28/750*100vw);
		left: calc(9/750*100vw)
	}
}
[data-icon=camera-03]:before {
	background-image: url(../img/icon-camera.png);
	width: calc((40*640px)/750);
	height: calc((30*640px)/750);
	top: calc((-23*640px)/750);
	left: calc((10*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=camera-03]:before {
		width: calc(40/750*100vw);
		height: calc(30/750*100vw);
		top: calc(-23/750*100vw);
		left: calc(10/750*100vw)
	}
}
[data-icon=camera-03]:after {
	content: '';
	position: absolute;
	display: block;
	background: #4f4bf9;
	border-radius: calc((10*640px)/750);
	width: calc((44*640px)/750);
	height: calc((30*640px)/750);
	top: calc((-23*640px)/750);
	left: calc((8*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=camera-03]:after {
		border-radius: calc(10/750*100vw);
		width: calc(44/750*100vw);
		height: calc(30/750*100vw);
		top: calc(-23/750*100vw);
		left: calc(8/750*100vw)
	}
}
[data-icon=arrow-left]:before {
	background-image: url(../img/icon-arrow-left.png);
	width: calc((40*640px)/750);
	height: calc((30*640px)/750);
	top: calc((-23*640px)/750);
	left: calc((10*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=arrow-left]:before {
		width: calc(40/750*100vw);
		height: calc(30/750*100vw);
		top: calc(-23/750*100vw);
		left: calc(10/750*100vw)
	}
}
[data-icon=capability]:before {
	background-image: url(../img/icon-capability.png);
	width: calc((42*640px)/750);
	height: calc((32*640px)/750);
	top: calc((-24*640px)/750);
	left: calc((11*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=capability]:before {
		width: calc(42/750*100vw);
		height: calc(32/750*100vw);
		top: calc(-24/750*100vw);
		left: calc(11/750*100vw)
	}
}
[data-icon=star] {
	text-align: center;
	color: #4f4bf9;
	vertical-align: bottom;
	font-size: calc((34*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=star] {
		font-size: calc(34/750*100vw)
	}
}
[data-icon=star]:before {
	content: none
}
[data-icon=square] {
	text-align: center;
	color: #f05000;
	vertical-align: bottom;
	font-size: calc((34*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=square] {
		font-size: calc(34/750*100vw)
	}
}
[data-icon=add-contact]:before {
	background-image: url(../img/icon-add-contact.png);
	width: calc((44*640px)/750);
	height: calc((30*640px)/750);
	top: calc((-24*640px)/750);
	left: calc((9*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=add-contact]:before {
		width: calc(44/750*100vw);
		height: calc(30/750*100vw);
		top: calc(-24/750*100vw);
		left: calc(9/750*100vw)
	}
}
[data-icon=add]:before {
	background-image: url(../img/icon-add.png);
	width: calc((30*640px)/750);
	height: calc((30*640px)/750);
	top: calc((-24*640px)/750);
	left: calc((16*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=add]:before {
		width: calc(30/750*100vw);
		height: calc(30/750*100vw);
		top: calc(-24/750*100vw);
		left: calc(16/750*100vw)
	}
}
[data-icon=add-02]:before {
	background-image: url(../img/icon-add-02.png);
	width: calc((50*640px)/750);
	height: calc((34*640px)/750);
	top: calc((-25*640px)/750);
	left: calc((6*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=add-02]:before {
		width: calc(50/750*100vw);
		height: calc(34/750*100vw);
		top: calc(-25/750*100vw);
		left: calc(6/750*100vw)
	}
}
[data-icon=search]:before {
	background-image: url(../img/icon-search.png);
	width: calc((42*640px)/750);
	height: calc((30*640px)/750);
	top: calc((-24*640px)/750);
	left: calc((8*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=search]:before {
		width: calc(42/750*100vw);
		height: calc(30/750*100vw);
		top: calc(-24/750*100vw);
		left: calc(8/750*100vw)
	}
}
[data-icon=search-02]:before {
	background-image: url(../img/icon-search-white.png);
	width: calc((36*640px)/750);
	height: calc((30*640px)/750);
	top: calc((-23*640px)/750);
	left: calc((12*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=search-02]:before {
		width: calc(36/750*100vw);
		height: calc(30/750*100vw);
		top: calc(-23/750*100vw);
		left: calc(12/750*100vw)
	}
}
[data-icon=search-02]:after {
	content: '';
	position: absolute;
	display: block;
	background: #4f4bf9;
	border-radius: calc((10*640px)/750);
	width: calc((40*640px)/750);
	height: calc((30*640px)/750);
	top: calc((-23*640px)/750);
	left: calc((10*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=search-02]:after {
		border-radius: calc(10/750*100vw);
		width: calc(40/750*100vw);
		height: calc(30/750*100vw);
		top: calc(-23/750*100vw);
		left: calc(10/750*100vw)
	}
}
[data-icon=call]:before {
	background-image: url(../img/icon-call.png);
	width: calc((44*640px)/750);
	height: calc((30*640px)/750);
	top: calc((-23*640px)/750);
	left: calc((8*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=call]:before {
		width: calc(44/750*100vw);
		height: calc(30/750*100vw);
		top: calc(-23/750*100vw);
		left: calc(8/750*100vw)
	}
}
[data-icon=call-02]:before {
	background-image: url(../img/icon-call-white.png);
	width: calc((30*640px)/750);
	height: calc((33*640px)/750);
	top: calc((-25*640px)/750);
	left: calc((15*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=call-02]:before {
		width: calc(30/750*100vw);
		height: calc(33/750*100vw);
		top: calc(-25/750*100vw);
		left: calc(15/750*100vw)
	}
}
[data-icon=call-02]:after {
	content: '';
	position: absolute;
	display: block;
	background: #4f4bf9;
	border-radius: calc(50/100*100%);
	width: calc((40*640px)/750);
	height: calc((40*640px)/750);
	top: calc((-29*640px)/750);
	left: calc((10*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=call-02]:after {
		width: calc(40/750*100vw);
		height: calc(40/750*100vw);
		top: calc(-29/750*100vw);
		left: calc(10/750*100vw)
	}
}
[data-icon=sms]:before {
	background-image: url(../img/icon-sms-blue.png);
	width: calc((46*640px)/750);
	height: calc((33*640px)/750);
	top: calc((-24*640px)/750);
	left: calc((7*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=sms]:before {
		width: calc(46/750*100vw);
		height: calc(33/750*100vw);
		top: calc(-24/750*100vw);
		left: calc(7/750*100vw)
	}
}
[data-icon=menu]:before {
	background-image: url(../img/icon-menu.png);
	width: calc((46*640px)/750);
	height: calc((33*640px)/750);
	top: calc((-24*640px)/750);
	left: calc((7*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=menu]:before {
		width: calc(46/750*100vw);
		height: calc(33/750*100vw);
		top: calc(-24/750*100vw);
		left: calc(7/750*100vw)
	}
}
[data-icon=menu-02]:before {
	background-image: url(../img/icon-menu-white.png);
	width: calc((46*640px)/750);
	height: calc((31*640px)/750);
	top: calc((-24*640px)/750);
	left: calc((7*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=menu-02]:before {
		width: calc(46/750*100vw);
		height: calc(31/750*100vw);
		top: calc(-24/750*100vw);
		left: calc(7/750*100vw)
	}
}
[data-icon=menu-02]:after {
	content: '';
	position: absolute;
	display: block;
	background: #4f4bf9;
	border-radius: calc((10*640px)/750);
	width: calc((40*640px)/750);
	height: calc((40*640px)/750);
	top: calc((-29*640px)/750);
	left: calc((10*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=menu-02]:after {
		border-radius: calc(10/750*100vw);
		width: calc(40/750*100vw);
		height: calc(40/750*100vw);
		top: calc(-29/750*100vw);
		left: calc(10/750*100vw)
	}
}
[data-icon=edit]:before {
	background-image: url(../img/icon-edit.png);
	width: calc((42*640px)/750);
	height: calc((31*640px)/750);
	top: calc((-24*640px)/750);
	left: calc((10*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=edit]:before {
		width: calc(42/750*100vw);
		height: calc(31/750*100vw);
		top: calc(-24/750*100vw);
		left: calc(10/750*100vw)
	}
}
[data-icon=edit]:after {
	content: '';
	position: absolute;
	display: block;
	background: #4f4bf9;
	border-radius: calc((10*640px)/750);
	width: calc((40*640px)/750);
	height: calc((40*640px)/750);
	top: calc((-29*640px)/750);
	left: calc((10*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=edit]:after {
		border-radius: calc(10/750*100vw);
		width: calc(40/750*100vw);
		height: calc(40/750*100vw);
		top: calc(-29/750*100vw);
		left: calc(10/750*100vw)
	}
}
[data-icon=edit-02]:before {
	background-image: url(../img/icon-edit-02.png);
	width: calc((42*640px)/750);
	height: calc((31*640px)/750);
	top: calc((-24*640px)/750);
	left: calc((10*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=edit-02]:before {
		width: calc(42/750*100vw);
		height: calc(31/750*100vw);
		top: calc(-24/750*100vw);
		left: calc(10/750*100vw)
	}
}
[data-icon=edit-02]:after {
	content: '';
	position: absolute;
	display: block;
	background: #4f4bf9;
	border-radius: calc((10*640px)/750);
	width: calc((40*640px)/750);
	height: calc((40*640px)/750);
	top: calc((-29*640px)/750);
	left: calc((10*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=edit-02]:after {
		border-radius: calc(10/750*100vw);
		width: calc(40/750*100vw);
		height: calc(40/750*100vw);
		top: calc(-29/750*100vw);
		left: calc(10/750*100vw)
	}
}
[data-icon=message]:before {
	background-image: url(../img/icon-message.png);
	width: calc((30*640px)/750);
	height: calc((33*640px)/750);
	top: calc((-25*640px)/750);
	left: calc((15*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=message]:before {
		width: calc(30/750*100vw);
		height: calc(33/750*100vw);
		top: calc(-25/750*100vw);
		left: calc(15/750*100vw)
	}
}
[data-icon=message]:after {
	content: '';
	position: absolute;
	display: block;
	background: #4f4bf9;
	border-radius: calc(50/100*100%);
	width: calc((40*640px)/750);
	height: calc((40*640px)/750);
	top: calc((-29*640px)/750);
	left: calc((10*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=message]:after {
		width: calc(40/750*100vw);
		height: calc(40/750*100vw);
		top: calc(-29/750*100vw);
		left: calc(10/750*100vw)
	}
}
[data-icon=message-02]:before {
	background-image: url(../img/icon-message-02.png);
	width: calc((36*640px)/750);
	height: calc((36*640px)/750);
	top: calc((-25*640px)/750);
	left: calc((13*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=message-02]:before {
		width: calc(36/750*100vw);
		height: calc(36/750*100vw);
		top: calc(-25/750*100vw);
		left: calc(13/750*100vw)
	}
}
[data-icon=notification-off]:before {
	background-image: url(../img/icon-notification-off.png);
	border-radius: calc((10*640px)/750);
	width: calc((40*640px)/750);
	height: calc((40*640px)/750);
	top: calc((-28*640px)/750);
	left: calc((11*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=notification-off]:before {
		border-radius: calc(10/750*100vw);
		width: calc(40/750*100vw);
		height: calc(40/750*100vw);
		top: calc(-28/750*100vw);
		left: calc(11/750*100vw)
	}
}
[data-icon=pin]:before {
	background-image: url(../img/icon-pin.png);
	border-radius: calc((10*640px)/750);
	width: calc((40*640px)/750);
	height: calc((40*640px)/750);
	top: calc((-28*640px)/750);
	left: calc((11*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=pin]:before {
		border-radius: calc(10/750*100vw);
		width: calc(40/750*100vw);
		height: calc(40/750*100vw);
		top: calc(-28/750*100vw);
		left: calc(11/750*100vw)
	}
}
[data-icon=delete]:before {
	background-image: url(../img/icon-delete.png);
	border-radius: calc((10*640px)/750);
	width: calc((40*640px)/750);
	height: calc((40*640px)/750);
	top: calc((-28*640px)/750);
	left: calc((11*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=delete]:before {
		border-radius: calc(10/750*100vw);
		width: calc(40/750*100vw);
		height: calc(40/750*100vw);
		top: calc(-28/750*100vw);
		left: calc(11/750*100vw)
	}
}
[data-icon=delete-02]:before {
	background-image: url(../img/icon-delete-02.png);
	border-radius: calc((10*640px)/750);
	width: calc((40*640px)/750);
	height: calc((40*640px)/750);
	top: calc((-28*640px)/750);
	left: calc((11*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=delete-02]:before {
		border-radius: calc(10/750*100vw);
		width: calc(40/750*100vw);
		height: calc(40/750*100vw);
		top: calc(-28/750*100vw);
		left: calc(11/750*100vw)
	}
}
[data-icon=delete-03]:before {
	background-image: url(../img/icon-delete-03.png);
	width: calc((34*640px)/750);
	height: calc((34*640px)/750);
	top: calc((-26*640px)/750);
	left: calc((14*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=delete-03]:before {
		width: calc(34/750*100vw);
		height: calc(34/750*100vw);
		top: calc(-26/750*100vw);
		left: calc(14/750*100vw)
	}
}
[data-icon=delete-03]:after {
	content: '';
	position: absolute;
	display: block;
	background: #4f4bf9;
	border-radius: calc((10*640px)/750);
	width: calc((38*640px)/750);
	height: calc((38*640px)/750);
	top: calc((-27*640px)/750);
	left: calc((12*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=delete-03]:after {
		border-radius: calc(10/750*100vw);
		width: calc(38/750*100vw);
		height: calc(38/750*100vw);
		top: calc(-27/750*100vw);
		left: calc(12/750*100vw)
	}
}
[data-icon=block]:before {
	background-image: url(../img/icon-block.png);
	border-radius: calc((10*640px)/750);
	width: calc((40*640px)/750);
	height: calc((40*640px)/750);
	top: calc((-28*640px)/750);
	left: calc((11*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=block]:before {
		border-radius: calc(10/750*100vw);
		width: calc(40/750*100vw);
		height: calc(40/750*100vw);
		top: calc(-28/750*100vw);
		left: calc(11/750*100vw)
	}
}
[data-icon=hidden]:before {
	background-image: url(../img/icon-hidden.png);
	border-radius: calc((10*640px)/750);
	width: calc((40*640px)/750);
	height: calc((40*640px)/750);
	top: calc((-28*640px)/750);
	left: calc((11*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=hidden]:before {
		border-radius: calc(10/750*100vw);
		width: calc(40/750*100vw);
		height: calc(40/750*100vw);
		top: calc(-28/750*100vw);
		left: calc(11/750*100vw)
	}
}
[data-icon=certified]:before {
	background-image: url(../img/icon-certified.png);
	border-radius: calc((10*640px)/750);
	width: calc((40*640px)/750);
	height: calc((40*640px)/750);
	top: calc((-28*640px)/750);
	left: calc((9*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=certified]:before {
		border-radius: calc(10/750*100vw);
		width: calc(40/750*100vw);
		height: calc(40/750*100vw);
		top: calc(-28/750*100vw);
		left: calc(9/750*100vw)
	}
}
[data-icon=share]:before {
	background-image: url(../img/icon-share.png);
	border-radius: calc((10*640px)/750);
	width: calc((40*640px)/750);
	height: calc((40*640px)/750);
	top: calc((-28*640px)/750);
	left: calc((9*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=share]:before {
		border-radius: calc(10/750*100vw);
		width: calc(40/750*100vw);
		height: calc(40/750*100vw);
		top: calc(-28/750*100vw);
		left: calc(9/750*100vw)
	}
}
[data-icon=share-02]:before {
	background-image: url(../img/icon-share-02.png);
	width: calc((34*640px)/750);
	height: calc((34*640px)/750);
	top: calc((-26*640px)/750);
	left: calc((14*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=share-02]:before {
		width: calc(34/750*100vw);
		height: calc(34/750*100vw);
		top: calc(-26/750*100vw);
		left: calc(14/750*100vw)
	}
}
[data-icon=share-02]:after {
	content: '';
	position: absolute;
	display: block;
	background: #4f4bf9;
	border-radius: calc((10*640px)/750);
	width: calc((38*640px)/750);
	height: calc((38*640px)/750);
	top: calc((-27*640px)/750);
	left: calc((12*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=share-02]:after {
		border-radius: calc(10/750*100vw);
		width: calc(38/750*100vw);
		height: calc(38/750*100vw);
		top: calc(-27/750*100vw);
		left: calc(12/750*100vw)
	}
}
[data-icon=send]:before {
	background-image: url(../img/icon-send.png);
	width: calc((36*640px)/750);
	height: calc((34*640px)/750);
	top: calc((-25*640px)/750);
	left: calc((13*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=send]:before {
		width: calc(36/750*100vw);
		height: calc(34/750*100vw);
		top: calc(-25/750*100vw);
		left: calc(13/750*100vw)
	}
}
[data-icon=send]:after {
	content: '';
	position: absolute;
	display: block;
	background: #4f4bf9;
	border-radius: calc((10*640px)/750);
	width: calc((38*640px)/750);
	height: calc((38*640px)/750);
	top: calc((-27*640px)/750);
	left: calc((10*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=send]:after {
		border-radius: calc(10/750*100vw);
		width: calc(38/750*100vw);
		height: calc(38/750*100vw);
		top: calc(-27/750*100vw);
		left: calc(10/750*100vw)
	}
}
[data-icon=send-02]:before {
	background-image: url(../img/icon-send.png);
	width: calc((36*640px)/750);
	height: calc((34*640px)/750);
	top: calc((-25*640px)/750);
	left: calc((13*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=send-02]:before {
		width: calc(36/750*100vw);
		height: calc(34/750*100vw);
		top: calc(-25/750*100vw);
		left: calc(13/750*100vw)
	}
}
[data-icon=send-02]:after {
	content: '';
	position: absolute;
	display: block;
	background: #000;
	border-radius: calc((10*640px)/750);
	width: calc((38*640px)/750);
	height: calc((38*640px)/750);
	top: calc((-27*640px)/750);
	left: calc((10*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=send-02]:after {
		border-radius: calc(10/750*100vw);
		width: calc(38/750*100vw);
		height: calc(38/750*100vw);
		top: calc(-27/750*100vw);
		left: calc(10/750*100vw)
	}
}
/* send-03 watch対応 202406 */
[data-icon=send-03]:before {
	background-image: url(../img/icon-send.png);
	width: calc((36*640px)/750);
	height: calc((34*640px)/750);
	top: calc((-25*640px)/750);
	left: calc((13*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=send-03]:before {
		width: calc(36/750*100vw);
		height: calc(34/750*100vw);
		top: calc(-25/750*100vw);
		left: calc(13/750*100vw)
	}
}
[data-icon=send-03]:after {
	content: '';
	position: absolute;
	display: block;
	background: #A78EEB;
	border-radius: calc((10*640px)/750);
	width: calc((38*640px)/750);
	height: calc((38*640px)/750);
	top: calc((-27*640px)/750);
	left: calc((10*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=send-03]:after {
		border-radius: calc(10/750*100vw);
		width: calc(38/750*100vw);
		height: calc(38/750*100vw);
		top: calc(-27/750*100vw);
		left: calc(10/750*100vw)
	}
}


[data-icon=send-audio]:before {
	background-image: url(../img/icon-send-audio.png);
	border-radius: calc((10*640px)/750);
	width: calc((36*640px)/750);
	height: calc((36*640px)/750);
	top: calc((-26*640px)/750);
	left: calc((13*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=send-audio]:before {
		border-radius: calc(10/750*100vw);
		width: calc(36/750*100vw);
		height: calc(36/750*100vw);
		top: calc(-26/750*100vw);
		left: calc(13/750*100vw)
	}
}
[data-icon=gallery]:before {
	background-image: url(../img/icon-gallery.png);
	border-radius: calc((10*640px)/750);
	width: calc((40*640px)/750);
	height: calc((40*640px)/750);
	top: calc((-28*640px)/750);
	left: calc((11*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=gallery]:before {
		border-radius: calc(10/750*100vw);
		width: calc(40/750*100vw);
		height: calc(40/750*100vw);
		top: calc(-28/750*100vw);
		left: calc(11/750*100vw)
	}
}
[data-icon=gallery-02]:before {
	background-image: url(../img/icon-gallery-white.png);
	width: calc((54*640px)/750);
	height: calc((40*640px)/750);
	top: calc((-28*640px)/750);
	left: calc((5*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=gallery-02]:before {
		border-radius: calc(10/750*100vw);
		width: calc(54/750*100vw);
		height: calc(40/750*100vw);
		top: calc(-28/750*100vw);
		left: calc(5/750*100vw)
	}
}
[data-icon=stamp]:before {
	background-image: url(../img/icon-sticker.png);
	border-radius: calc((10*640px)/750);
	width: calc((40*640px)/750);
	height: calc((40*640px)/750);
	top: calc((-28*640px)/750);
	left: calc((9*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=stamp]:before {
		border-radius: calc(10/750*100vw);
		width: calc(40/750*100vw);
		height: calc(40/750*100vw);
		top: calc(-28/750*100vw);
		left: calc(9/750*100vw)
	}
}
[data-icon=voice]:before {
	background-image: url(../img/icon-voice.png);
	border-radius: calc((10*640px)/750);
	width: calc((40*640px)/750);
	height: calc((40*640px)/750);
	top: calc((-28*640px)/750);
	left: calc((9*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=voice]:before {
		border-radius: calc(10/750*100vw);
		width: calc(40/750*100vw);
		height: calc(40/750*100vw);
		top: calc(-28/750*100vw);
		left: calc(9/750*100vw)
	}
}
[data-icon=record]:before {
	background-image: url(../img/icon-record.png);
	border-radius: calc((10*640px)/750);
	width: calc((40*640px)/750);
	height: calc((40*640px)/750);
	top: calc((-28*640px)/750);
	left: calc((10*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=record]:before {
		border-radius: calc(10/750*100vw);
		width: calc(40/750*100vw);
		height: calc(40/750*100vw);
		top: calc(-28/750*100vw);
		left: calc(10/750*100vw)
	}
}
[data-icon=retake]:before {
	background-image: url(../img/icon-retake.png);
	border-radius: calc((10*640px)/750);
	width: calc((40*640px)/750);
	height: calc((40*640px)/750);
	top: calc((-28*640px)/750);
	left: calc((9*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=retake]:before {
		border-radius: calc(10/750*100vw);
		width: calc(40/750*100vw);
		height: calc(40/750*100vw);
		top: calc(-28/750*100vw);
		left: calc(9/750*100vw)
	}
}
[data-icon=stop]:before {
	background-image: url(../img/icon-stop.png);
	border-radius: calc((10*640px)/750);
	width: calc((40*640px)/750);
	height: calc((40*640px)/750);
	top: calc((-28*640px)/750);
	left: calc((9*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=stop]:before {
		border-radius: calc(10/750*100vw);
		width: calc(40/750*100vw);
		height: calc(40/750*100vw);
		top: calc(-28/750*100vw);
		left: calc(9/750*100vw)
	}
}
[data-icon=map]:before {
	background-image: url(../img/icon-location.png);
	border-radius: calc((10*640px)/750);
	width: calc((40*640px)/750);
	height: calc((40*640px)/750);
	top: calc((-28*640px)/750);
	left: calc((9*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=map]:before {
		border-radius: calc(10/750*100vw);
		width: calc(40/750*100vw);
		height: calc(40/750*100vw);
		top: calc(-28/750*100vw);
		left: calc(9/750*100vw)
	}
}
[data-icon=more]:before {
	background-image: url(../img/icon-more.png);
	border-radius: calc((10*640px)/750);
	width: calc((40*640px)/750);
	height: calc((40*640px)/750);
	top: calc((-28*640px)/750);
	left: calc((9*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=more]:before {
		border-radius: calc(10/750*100vw);
		width: calc(40/750*100vw);
		height: calc(40/750*100vw);
		top: calc(-28/750*100vw);
		left: calc(9/750*100vw)
	}
}
[data-icon=more-02]:before {
	background-image: url(../img/icon-more-02.png);
	width: calc((50*640px)/750);
	height: calc((40*640px)/750);
	top: calc((-28*640px)/750);
	left: calc((6*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=more-02]:before {
		border-radius: calc(10/750*100vw);
		width: calc(50/750*100vw);
		height: calc(40/750*100vw);
		top: calc(-28/750*100vw);
		left: calc(6/750*100vw)
	}
}
[data-icon=send-server]:before {
	background-image: url(../img/icon-send-server.png);
	border-radius: calc((10*640px)/750);
	width: calc((40*640px)/750);
	height: calc((40*640px)/750);
	top: calc((-28*640px)/750);
	left: calc((9*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=send-server]:before {
		border-radius: calc(10/750*100vw);
		width: calc(40/750*100vw);
		height: calc(40/750*100vw);
		top: calc(-28/750*100vw);
		left: calc(9/750*100vw)
	}
}
[data-icon=delivered]:before {
	background-image: url(../img/icon-delivered.png);
	border-radius: calc((10*640px)/750);
	width: calc((40*640px)/750);
	height: calc((40*640px)/750);
	top: calc((-28*640px)/750);
	left: calc((9*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=delivered]:before {
		border-radius: calc(10/750*100vw);
		width: calc(40/750*100vw);
		height: calc(40/750*100vw);
		top: calc(-28/750*100vw);
		left: calc(9/750*100vw)
	}
}
[data-icon=seen]:before{
	background-image:url(../img/icon-seen.png);
	border-radius:calc((10*640px)/750);
	width:calc((40*640px)/750);
	height:calc((40*640px)/750);
	top:calc((-28*640px)/750);
	left:calc((9*640px)/750)
}
@media screen and (max-width:640px){
	[data-icon=seen]:before{
		border-radius:calc(10/750*100vw);
		width:calc(40/750*100vw);
		height:calc(40/750*100vw);
		top:calc(-28/750*100vw);
		left:calc(9/750*100vw)}
	}

[data-icon=seen02]:before{
	background-image:url(../img/icon-seen02.png);
	border-radius:calc((10*640px)/750);
	width:calc((90*640px)/750);
	height:calc((40*640px)/750);
	top:calc((-28*640px)/750);
	left:calc((3*640px)/750)
}
@media screen and (max-width:640px){
	[data-icon=seen02]:before{
		border-radius:calc(10/750*100vw);
		width:calc(90/750*100vw);
		height:calc(40/750*100vw);
		top:calc(-28/750*100vw);
		left:calc(3/750*100vw)}
}
[data-icon=imgdelivered]:before {
	background-image: url(../img/icon-imgdelivered.png);
	border-radius: calc((10*640px)/750);
	width: calc((40*640px)/750);
	height: calc((40*640px)/750);
	top: calc((-28*640px)/750);
	left: calc((14*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=imgdelivered]:before {
		border-radius: calc(10/750*100vw);
		width: calc(40/750*100vw);
		height: calc(40/750*100vw);
		top: calc(-28/750*100vw);
		left: calc(14/750*100vw)
	}
}
[data-icon=failed]:before {
	background-image: url(../img/icon-failed.png);
	border-radius: calc((10*640px)/750);
	width: calc((40*640px)/750);
	height: calc((40*640px)/750);
	top: calc((-28*640px)/750);
	left: calc((9*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=failed]:before {
		border-radius: calc(10/750*100vw);
		width: calc(40/750*100vw);
		height: calc(40/750*100vw);
		top: calc(-28/750*100vw);
		left: calc(9/750*100vw)
	}
}
/* keyboard watch対応 202406 */
[data-icon=keyboard]:before {
	background-image: url(../img/icon-keyboard.png);
	border-radius: calc((10*640px)/750);
	width: calc((40*640px)/750);
	height: calc((40*640px)/750);
	top: calc((-28*640px)/750);
	left: calc((9*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=keyboard]:before {
		border-radius: calc(10/750*100vw);
		width: calc(40/750*100vw);
		height: calc(40/750*100vw);
		top: calc(-28/750*100vw);
		left: calc(9/750*100vw)
	}
}
/* Voiceアイコン watch対応 202406 */
[data-icon=mic]:before {
	background-image: url(../img/icon-mic.png);
	border-radius: calc((10*640px)/750);
	width: calc((40*640px)/750);
	height: calc((40*640px)/750);
	top: calc((-28*640px)/750);
	left: calc((9*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=mic]:before {
		border-radius: calc(10/750*100vw);
		width: calc(40/750*100vw);
		height: calc(40/750*100vw);
		top: calc(-28/750*100vw);
		left: calc(9/750*100vw)
	}
}
/* 位置情報アイコン watch対応 202410 */
[data-icon=map_w]:before {
	background-image: url(../img/icon-map_w.png);
	border-radius: calc((10*640px)/750);
	width: calc((40*640px)/750);
	height: calc((40*640px)/750);
	top: calc((-28*640px)/750);
	left: calc((9*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=map_w]:before {
		border-radius: calc(10/750*100vw);
		width: calc(40/750*100vw);
		height: calc(40/750*100vw);
		top: calc(-28/750*100vw);
		left: calc(9/750*100vw)
	}
}

[data-icon=return]:before {
	background-image: url(../img/icon-open.png);
	border-radius: calc((10*640px)/750);
	width: calc((50*640px)/750);
	height: calc((34*640px)/750);
	top: calc((-27*640px)/750);
	left: calc((6*640px)/750);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
@media screen and (max-width:640px) {
	[data-icon=return]:before {
		border-radius: calc(10/750*100vw);
		width: calc(50/750*100vw);
		height: calc(34/750*100vw);
		top: calc(-27/750*100vw);
		left: calc(6/750*100vw)
	}
}
[data-icon=open]:before {
	background-image: url(../img/icon-open.png);
	border-radius: calc((10*640px)/750);
	width: calc((50*640px)/750);
	height: calc((34*640px)/750);
	top: calc((-27*640px)/750);
	left: calc((6*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=open]:before {
		border-radius: calc(10/750*100vw);
		width: calc(50/750*100vw);
		height: calc(34/750*100vw);
		top: calc(-27/750*100vw);
		left: calc(6/750*100vw)
	}
}
[data-icon=open-02]:before {
	background-image: url(../img/icon-open-02.png);
	border-radius: calc((10*640px)/750);
	width: calc((40*640px)/750);
	height: calc((34*640px)/750);
	top: calc((-26*640px)/750);
	left: calc((11*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=open-02]:before {
		border-radius: calc(10/750*100vw);
		width: calc(40/750*100vw);
		height: calc(34/750*100vw);
		top: calc(-26/750*100vw);
		left: calc(11/750*100vw)
	}
}
[data-icon=sketch]:before {
	background-image: url(../img/icon-sketch.png);
	border-radius: calc((10*640px)/750);
	width: calc((50*640px)/750);
	height: calc((34*640px)/750);
	top: calc((-27*640px)/750);
	left: calc((6*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=sketch]:before {
		border-radius: calc(10/750*100vw);
		width: calc(50/750*100vw);
		height: calc(34/750*100vw);
		top: calc(-27/750*100vw);
		left: calc(6/750*100vw)
	}
}
[data-icon=check]:before {
	background-image: url(../img/icon-check.png);
	border-radius: calc((10*640px)/750);
	width: calc((46*640px)/750);
	height: calc((34*640px)/750);
	top: calc((-24*640px)/750);
	left: calc((7*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=check]:before {
		border-radius: calc(10/750*100vw);
		width: calc(46/750*100vw);
		height: calc(34/750*100vw);
		top: calc(-24/750*100vw);
		left: calc(7/750*100vw)
	}
}
[data-icon=check]:after {
	content: '';
	position: absolute;
	display: block;
	background: #000;
	border-radius: calc((10*640px)/750);
	width: calc((38*640px)/750);
	height: calc((38*640px)/750);
	top: calc((-27*640px)/750);
	left: calc((11*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=check]:after {
		border-radius: calc(10/750*100vw);
		width: calc(38/750*100vw);
		height: calc(38/750*100vw);
		top: calc(-27/750*100vw);
		left: calc(11/750*100vw)
	}
}
[data-icon=trimming]:before {
	background-image: url(../img/icon-trimming.png);
	border-radius: calc((10*640px)/750);
	width: calc((46*640px)/750);
	height: calc((34*640px)/750);
	top: calc((-25*640px)/750);
	left: calc((7*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=trimming]:before {
		border-radius: calc(10/750*100vw);
		width: calc(46/750*100vw);
		height: calc(34/750*100vw);
		top: calc(-25/750*100vw);
		left: calc(7/750*100vw)
	}
}
[data-icon=trimming]:after {
	content: '';
	background: #000;
	position: absolute;
	display: block;
	border-radius: calc((10*640px)/750);
	width: calc((38*640px)/750);
	height: calc((38*640px)/750);
	top: calc((-27*640px)/750);
	left: calc((11*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=trimming]:after {
		border-radius: calc(10/750*100vw);
		width: calc(38/750*100vw);
		height: calc(38/750*100vw);
		top: calc(-27/750*100vw);
		left: calc(11/750*100vw)
	}
}
[data-icon=filters]:before {
	background-image: url(../img/icon-filters.png);
	border-radius: calc((10*640px)/750);
	width: calc((46*640px)/750);
	height: calc((34*640px)/750);
	top: calc((-25*640px)/750);
	left: calc((7*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=filters]:before {
		border-radius: calc(10/750*100vw);
		width: calc(46/750*100vw);
		height: calc(34/750*100vw);
		top: calc(-25/750*100vw);
		left: calc(7/750*100vw)
	}
}
[data-icon=filters]:after {
	content: '';
	position: absolute;
	display: block;
	background: #000;
	border-radius: calc((10*640px)/750);
	width: calc((38*640px)/750);
	height: calc((38*640px)/750);
	top: calc((-27*640px)/750);
	left: calc((11*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=filters]:after {
		border-radius: calc(10/750*100vw);
		width: calc(38/750*100vw);
		height: calc(38/750*100vw);
		top: calc(-27/750*100vw);
		left: calc(11/750*100vw)
	}
}
[data-icon=stickdrag-03]:before {
	background-image: url(../img/icon-stickdrag-02.png);
	border-radius: calc((10*640px)/750);
	width: calc((50*640px)/750);
	height: calc((34*640px)/750);
	top: calc((-27*640px)/750);
	left: calc((6*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=stickdrag-03]:before {
		border-radius: calc(10/750*100vw);
		width: calc(50/750*100vw);
		height: calc(34/750*100vw);
		top: calc(-27/750*100vw);
		left: calc(6/750*100vw)
	}
}
[data-icon=stickdrag]:before {
	background-image: url(../img/icon-stickdrag.png);
	border-radius: calc((10*640px)/750);
	width: calc((50*640px)/750);
	height: calc((34*640px)/750);
	top: calc((-27*640px)/750);
	left: calc((6*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=stickdrag]:before {
		border-radius: calc(10/750*100vw);
		width: calc(50/750*100vw);
		height: calc(34/750*100vw);
		top: calc(-27/750*100vw);
		left: calc(6/750*100vw)
	}
}
[data-icon=stickdrag-02]:before {
	background-image: url(../img/icon-asread-02.png);
	width: calc((43*640px)/750);
	height: calc((37*640px)/750);
	top: calc((-26*640px)/750);
	left: calc((9*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=stickdrag-02]:before {
		width: calc(43/750*100vw);
		height: calc(37/750*100vw);
		top: calc(-26/750*100vw);
		left: calc(9/750*100vw)
	}
}
[data-icon=stickdrag-02]:after {
	content: '';
	position: absolute;
	display: block;
	background: #4f4bf9;
	border-radius: calc((10*640px)/750);
	width: calc((38*640px)/750);
	height: calc((38*640px)/750);
	top: calc((-27*640px)/750);
	left: calc((12*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=stickdrag-02]:after {
		border-radius: calc(10/750*100vw);
		width: calc(38/750*100vw);
		height: calc(38/750*100vw);
		top: calc(-27/750*100vw);
		left: calc(12/750*100vw)
	}
}
[data-icon=category]:before {
	background-image: url(../img/icon-category.png);
	width: calc((32*640px)/750);
	height: calc((32*640px)/750);
	top: calc((-24*640px)/750);
	left: calc((14*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=category]:before {
		width: calc(32/750*100vw);
		height: calc(32/750*100vw);
		top: calc(-24/750*100vw);
		left: calc(14/750*100vw)
	}
}
[data-icon=category]:after {
	content: '';
	position: absolute;
	display: block;
	background: #4f4bf9;
	border-radius: calc((10*640px)/750);
	width: calc((40*640px)/750);
	height: calc((40*640px)/750);
	top: calc((-29*640px)/750);
	left: calc((10*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=category]:after {
		border-radius: calc(10/750*100vw);
		width: calc(40/750*100vw);
		height: calc(40/750*100vw);
		top: calc(-29/750*100vw);
		left: calc(10/750*100vw)
	}
}
[data-icon=new]:before {
	background-image: url(../img/icon-new.png);
	border-radius: calc((10*640px)/750);
	width: calc((54*640px)/750);
	height: calc((35*640px)/750);
	top: calc((-25*640px)/750);
	left: calc((3*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=new]:before {
		border-radius: calc(10/750*100vw);
		width: calc(54/750*100vw);
		height: calc(35/750*100vw);
		top: calc(-25/750*100vw);
		left: calc(3/750*100vw)
	}
}
[data-icon=asread]:before {
	background-image: url(../img/icon-asread.png);
	width: calc((48*640px)/750);
	height: calc((37*640px)/750);
	top: calc((-26*640px)/750);
	left: calc((7*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=asread]:before {
		width: calc(48/750*100vw);
		height: calc(37/750*100vw);
		top: calc(-26/750*100vw);
		left: calc(7/750*100vw)
	}
}
[data-icon=asread]:after {
	content: '';
	position: absolute;
	display: block;
	background: #4f4bf9;
	border-radius: calc((10*640px)/750);
	width: calc((38*640px)/750);
	height: calc((38*640px)/750);
	top: calc((-27*640px)/750);
	left: calc((12*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=asread]:after {
		border-radius: calc(10/750*100vw);
		width: calc(38/750*100vw);
		height: calc(38/750*100vw);
		top: calc(-27/750*100vw);
		left: calc(12/750*100vw)
	}
}
[data-icon=mystick]:before {
	background-image: url(../img/icon-mystick.png);
	width: calc((36*640px)/750);
	height: calc((36*640px)/750);
	top: calc((-26*640px)/750);
	left: calc((13*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=mystick]:before {
		width: calc(36/750*100vw);
		height: calc(36/750*100vw);
		top: calc(-26/750*100vw);
		left: calc(13/750*100vw)
	}
}
[data-icon=mystick]:after {
	content: '';
	position: absolute;
	display: block;
	background: #4f4bf9;
	border-radius: calc((10*640px)/750);
	width: calc((38*640px)/750);
	height: calc((38*640px)/750);
	top: calc((-27*640px)/750);
	left: calc((12*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=mystick]:after {
		border-radius: calc(10/750*100vw);
		width: calc(38/750*100vw);
		height: calc(38/750*100vw);
		top: calc(-27/750*100vw);
		left: calc(12/750*100vw)
	}
}
[data-icon=store]:before {
	background-image: url(../img/icon-store.png);
	width: calc((36*640px)/750);
	height: calc((36*640px)/750);
	top: calc((-26*640px)/750);
	left: calc((13*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=store]:before {
		width: calc(36/750*100vw);
		height: calc(36/750*100vw);
		top: calc(-26/750*100vw);
		left: calc(13/750*100vw)
	}
}
[data-icon=store]:after {
	content: '';
	position: absolute;
	display: block;
	background: #4f4bf9;
	border-radius: calc((10*640px)/750);
	width: calc((38*640px)/750);
	height: calc((38*640px)/750);
	top: calc((-27*640px)/750);
	left: calc((12*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=store]:after {
		border-radius: calc(10/750*100vw);
		width: calc(38/750*100vw);
		height: calc(38/750*100vw);
		top: calc(-27/750*100vw);
		left: calc(12/750*100vw)
	}
}
[data-icon=store-02]:before {
	background-image: url(../img/icon-store-02.png);
	width: calc((36*640px)/750);
	height: calc((36*640px)/750);
	top: calc((-26*640px)/750);
	left: calc((13*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=store-02]:before {
		width: calc(36/750*100vw);
		height: calc(36/750*100vw);
		top: calc(-26/750*100vw);
		left: calc(13/750*100vw)
	}
}
[data-icon=store-02]:after {
	content: '';
	position: absolute;
	display: block;
	background: #4f4bf9;
	border-radius: calc((10*640px)/750);
	width: calc((38*640px)/750);
	height: calc((38*640px)/750);
	top: calc((-27*640px)/750);
	left: calc((12*640px)/750)
}
@media screen and (max-width:640px) {
	[data-icon=store-02]:after {
		border-radius: calc(10/750*100vw);
		width: calc(38/750*100vw);
		height: calc(38/750*100vw);
		top: calc(-27/750*100vw);
		left: calc(12/750*100vw)
	}
}
body {
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif ;
	font-size: 1.6rem;
	line-height: 1.7;
	letter-spacing: 0;
	word-break: break-all;
	margin: 0;
	padding: 0
}
.c-container {
	width: 100%;
	max-width: 640px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fdeded;
	margin: 0 auto;
	-webkit-filter: drop-shadow(2px 2px 10px rgba(74, 72, 91, .16));
	filter: drop-shadow(2px 2px 10px rgba(74, 72, 91, .16));
	min-height: 100vh;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	min-height: 100svh
}
.c-header {
	position: relative;
	padding: calc((60*640px)/750) calc((30 * 640px) / 750);
	z-index: 1
}
@media screen and (max-width:640px) {
	.c-header {
		padding: calc(60/750*100vw) calc(30 / 750 * 100vw)
	}
}
[data-page=info] .c-header, [data-page=news] .c-header, [data-page=maintenance] .c-header, [data-page=faq] .c-header, [data-page=howto] .c-header {
	padding-bottom: calc((138*640px)/750)
}
@media screen and (max-width:640px) {
	[data-page=info] .c-header, [data-page=news] .c-header, [data-page=maintenance] .c-header, [data-page=faq] .c-header, [data-page=howto] .c-header {
		padding-bottom: calc(138/750*100vw)
	}
}
.c-header[data-bg=max]:before {
	background-size: 100% 100%!important
}
.c-header:before {
	content: '';
	position: absolute;
	display: block;
	background: url(../img/bg-gradation.png) no-repeat bottom center/100% auto;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1
}
@media screen and (max-width:640px) {
	.c-header:before {
		background-size: 100% auto
	}
}
.c-header__body {
	margin: 0 auto
}
.c-header__site-name {
	margin: 0
}
.c-header__site-name h1, .c-header__site-name div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	margin: 0 auto
}
.c-header__site-name h1 a, .c-header__site-name div a {
	display: inline-block;
	text-decoration: none;
	width: calc((380*640px)/750);
}

.c-header__site-name p{
	color: #fff;
	font-size: 3em;
	font-weight: bold;
}

@media screen and (max-width:640px) {
	.c-header__site-name h1 a, .c-header__site-name div a {
		width: calc(380/750*100vw)
	}
}
.c-header__site-name h1 img, .c-header__site-name div img {
	width: calc((380*640px)/750);
	margin: 0 auto
}
@media screen and (max-width:640px) {
	.c-header__site-name h1 img, .c-header__site-name div img {
		width: calc(380/750*100vw)
	}
}
.c-footer {
	margin-top: auto
}
.c-footer__body {
	color: #fff;
	background: #CC0033;
	margin: calc((60*640px)/750) auto 0;
	padding: calc((36*640px)/750) calc((30 * 640px) / 750) calc((30 * 640px) / 750)
}
@media screen and (max-width:640px) {
	.c-footer__body {
		margin-top: calc(60/750*100vw);
		padding: calc(36/750*100vw) calc(30 / 750 * 100vw) calc(30 / 750 * 100vw)
	}
}
.c-footer__links {
	text-align: center;
	line-height: calc((33*640px)/750)
}
@media screen and (max-width:640px) {
	.c-footer__links {
		line-height: calc(33/750*100vw)
	}
}
.c-footer__links a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid;
	font-size: calc((22*640px)/750);
	-webkit-transition: opacity .4s;
	transition: opacity .4s
}
@media screen and (max-width:640px) {
	.c-footer__links a {
		font-size: calc(22/750*100vw)
	}
}
@media screen and (min-width:640px) {
	.c-footer__links a:hover {
		opacity: .7
	}
}
.c-footer__copyright {
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: calc((22*640px)/750);
	margin-top: calc((25*640px)/750)
}
@media screen and (max-width:640px) {
	.c-footer__copyright {
		margin-top: calc(25/750*100vw)
	}
}
.c-footer__copyright p {
	margin: 0;
	font-size: calc((22*640px)/750)
}
@media screen and (max-width:640px) {
	.c-footer__copyright p {
		font-size: calc(22/750*100vw)
	}
}
.c-nav-global {
	position: sticky;
	margin: calc((-77*640px)/750) calc((30 * 640px) / 750) 0;
	top: 0;
	-webkit-filter: drop-shadow(2px 2px 10px rgba(74, 72, 91, .16));
	filter: drop-shadow(2px 2px 10px rgba(74, 72, 91, .16));
	z-index: 99
}
@media screen and (max-width:640px) {
	.c-nav-global {
		margin: calc(-77/750*100vw) calc(30 / 750 * 100vw) 0
	}
}
.c-nav-global__body {
	background-color: #fff;
	border-radius: calc((50*640px)/750)
}
@media screen and (max-width:640px) {
	.c-nav-global__body {
		border-radius: calc(50/750*100vw)
	}
}
.c-nav-global__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
	padding: 0
}
.c-nav-global__item {
	position: relative;
	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;
	text-align: center;
	list-style-type: none;
	border: 2px solid #fff;
	border-radius: calc((50*640px)/750);
	font-size: calc((34*640px)/750);
	min-width: calc((218*640px)/750);
	min-height: calc((100*640px)/750)
}
@media screen and (max-width:640px) {
	.c-nav-global__item {
		border-radius: calc(50/750*100vw);
		font-size: calc(34/750*100vw);
		min-width: calc(218/750*100vw);
		min-height: calc(100/750*100vw)
	}
}
.c-nav-global__item[data-current=true] {
	background-color: #4f4bf9
}
.c-nav-global__item[data-current=true] a, .c-nav-global__item[data-current=true] span {
	color: #fff;
	font-size: 3em;
}
.c-nav-global__item a, .c-nav-global__item span {
	color: #98a0a6;
	text-decoration: none;
	font-weight: 700;
	-webkit-transition: color .4s;
	transition: color .4s
}
@media screen and (min-width:640px) {
	.c-nav-global__item a:hover {
		color: #4f4bf9
	}
}
.c-main {
	position: relative;
	width: 100%;
	margin: calc((40*640px)/750) auto 0;
	padding: 0 calc((30*640px)/750);
	z-index: 2
}
@media screen and (max-width:640px) {
	.c-main {
		margin: calc(40/750*100vw) auto 0;
		padding: 0 calc(30/750*100vw)
	}
}
[data-page=news] .c-main, [data-page=maintenance] .c-main {
	margin-top: calc((-77*640px)/750)
}
@media screen and (max-width:640px) {
	[data-page=news] .c-main, [data-page=maintenance] .c-main {
		margin-top: calc(-77/750*100vw)
	}
}
.c-title-page h1 {
	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;
	text-align: center;
	color: #4f4bf9;
	font-size: calc((46*640px)/750);
	margin: 0
}
@media screen and (max-width:640px) {
	.c-title-page h1 {
		font-size: calc(46/750*100vw)
	}
}
.c-title-page p {
	text-align: center;
	line-height: calc((40*640px)/750);
	font-size: calc((26*640px)/750);
	margin: calc((22*640px)/750) 0 0
}
@media screen and (max-width:640px) {
	.c-title-page p {
		line-height: calc(40/750*100vw);
		font-size: calc(26/750*100vw);
		margin: calc(22/750*100vw) 0 0
	}
}
.c-title-page p small {
	line-height: calc((36*640px)/750)
}
@media screen and (max-width:640px) {
	.c-title-page p small {
		line-height: calc(36/750*100vw)
	}
}
[data-page=howto] .c-title-page h1:before, [data-page=howto] .c-title-page h1:after {
	content: '';
	display: block;
	background: url(../img/icon-guide.svg) no-repeat center/100% auto;
	width: calc((24*640px)/750);
	height: calc((36*640px)/750);
	margin: 0 calc((21*640px)/750)
}
@media screen and (max-width:640px) {
	[data-page=howto] .c-title-page h1:before, [data-page=howto] .c-title-page h1:after {
		width: calc(24/750*100vw);
		height: calc(36/750*100vw);
		margin: 0 calc(21/750*100vw)
	}
}
[data-page=faq] .c-title-page h1:before, [data-page=faq] .c-title-page h1:after {
	content: '';
	display: block;
	background: url(../img/icon-faq.svg) no-repeat center/100% auto;
	width: calc((35*640px)/750);
	height: calc((38*640px)/750);
	margin: calc((6*640px)/750) calc((22 * 640px) / 750) 0
}
@media screen and (max-width:640px) {
	[data-page=faq] .c-title-page h1:before, [data-page=faq] .c-title-page h1:after {
		width: calc(35/750*100vw);
		height: calc(38/750*100vw);
		margin: calc(6/750*100vw) calc(22 / 750 * 100vw) 0
	}
}
.c-btn {
	margin-top: calc((50*640px)/750)
}
.c-btn button, .c-btn a {
	position: relative;
	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;
	text-align: center;
	color: #000;
	text-decoration: none;
	background-color: #fff;
	border-radius: calc((80*640px)/750);
	font-size: calc((32*640px)/750);
	font-weight: 700;
	min-height: calc((160*640px)/750);
	-webkit-filter: drop-shadow(2px 2px 10px rgba(74, 72, 91, .16));
	filter: drop-shadow(2px 2px 10px rgba(74, 72, 91, .16));
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
	z-index: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
@media screen and (max-width:640px) {
	.c-btn button, .c-btn a {
		font-size: calc(32/750*100vw);
		min-height: calc(160/750*100vw)
	}
}
.c-btn button:not(:first-child), .c-btn a:not(:first-child) {
	margin-top: calc((40*640px)/750)
}
@media screen and (max-width:640px) {
	.c-btn button:not(:first-child), .c-btn a:not(:first-child) {
		margin-top: calc(40/750*100vw)
	}
}
@media screen and (min-width:640px) {
	.c-btn button:hover, .c-btn a:hover {
		opacity: .6
	}
}
.c-btn button:after, .c-btn a:after {
	content: '';
	position: absolute;
	background: url(../img/icon-btn.svg) no-repeat center/100% auto;
	width: calc((36*640px)/750);
	height: calc((36*640px)/750);
	right: calc((77*640px)/750)
}
@media screen and (max-width:640px) {
	.c-btn button:after, .c-btn a:after {
		width: calc(36/750*100vw);
		height: calc(36/750*100vw);
		right: calc(77/750*100vw)
	}
}
.c-btn button[data-btn=tips]:before, .c-btn a[data-btn=tips]:before {
	content: '';
	position: absolute;
	background: url(../img/icon-tips.svg) no-repeat center/100% auto;
	width: calc((56*640px)/750);
	height: calc((60*640px)/750);
	left: calc((71*640px)/750)
}
@media screen and (max-width:640px) {
	.c-btn button[data-btn=tips]:before, .c-btn a[data-btn=tips]:before {
		width: calc(56/750*100vw);
		height: calc(60/750*100vw);
		left: calc(71/750*100vw)
	}
}
.c-btn button[data-btn=phishing]:before, .c-btn a[data-btn=phishing]:before {
	content: '';
	position: absolute;
	background: url(../img/icon-phishing.svg) no-repeat center/100% auto;
	width: calc((78*640px)/750);
	height: calc((74*640px)/750);
	left: calc((52*640px)/750);
	top: calc(50% - calc((41*640px)/750))
}
@media screen and (max-width:640px) {
	.c-btn button[data-btn=phishing]:before, .c-btn a[data-btn=phishing]:before {
		width: calc(78/750*100vw);
		height: calc(74/750*100vw);
		left: calc(52/750*100vw);
		top: calc(50% - (41/750*100vw))
	}
}
.c-btn button[data-btn=inherit]:before, .c-btn a[data-btn=inherit]:before {
	content: '';
	position: absolute;
	background: url(../img/icon-inherit.svg) no-repeat center/100% auto;
	width: calc((58*640px)/750);
	height: calc((56*640px)/750);
	left: calc((58*640px)/750);
	top: calc(50% - calc((28*640px)/750))
}
@media screen and (max-width:640px) {
	.c-btn button[data-btn=inherit]:before, .c-btn a[data-btn=inherit]:before {
		width: calc(58/750*100vw);
		height: calc(56/750*100vw);
		left: calc(58/750*100vw);
		top: calc(50% - (28/750*100vw))
	}
}
.c-btn button[data-btn=column]:before, .c-btn a[data-btn=column]:before {
	content: '';
	position: absolute;
	background: url(../img/icon-column.svg) no-repeat center/100% auto;
	width: calc((54*640px)/750);
	height: calc((72*640px)/750);
	left: calc((68*640px)/750);
	top: calc(50% - calc((41*640px)/750))
}
@media screen and (max-width:640px) {
	.c-btn button[data-btn=column]:before, .c-btn a[data-btn=column]:before {
		width: calc(54/750*100vw);
		height: calc(72/750*100vw);
		left: calc(68/750*100vw);
		top: calc(50% - (41/750*100vw))
	}
}
.c-btn button[data-btn=column]:after, .c-btn a[data-btn=column]:after {
	background-image: url(../img/icon-window.svg);
	width: calc((44*640px)/750);
	height: calc((44*640px)/750);
	right: calc((73*640px)/750)
}
@media screen and (max-width:640px) {
	.c-btn button[data-btn=column]:after, .c-btn a[data-btn=column]:after {
		width: calc(44/750*100vw);
		height: calc(44/750*100vw);
		right: calc(73/750*100vw)
	}
}
.c-btn button[data-btn=robot]:before, .c-btn a[data-btn=robot]:before {
	content: '';
	position: absolute;
	background: url(../img/icon-robot.svg) no-repeat center/100% auto;
	width: calc((60*640px)/750);
	height: calc((72*640px)/750);
	left: calc((66*640px)/750);
	top: calc(50% - calc((41*640px)/750))
}
@media screen and (max-width:640px) {
	.c-btn button[data-btn=robot]:before, .c-btn a[data-btn=robot]:before {
		width: calc(60/750*100vw);
		height: calc(72/750*100vw);
		left: calc(66/750*100vw);
		top: calc(50% - (41/750*100vw))
	}
}
.c-btn button[data-btn=robot]:after, .c-btn a[data-btn=robot]:after {
	background-image: url(../img/icon-window.svg);
	width: calc((44*640px)/750);
	height: calc((44*640px)/750);
	right: calc((73*640px)/750)
}
@media screen and (max-width:640px) {
	.c-btn button[data-btn=robot]:after, .c-btn a[data-btn=robot]:after {
		width: calc(44/750*100vw);
		height: calc(44/750*100vw);
		right: calc(73/750*100vw)
	}
}
.c-btn button[data-btn=home]:after, .c-btn a[data-btn=home]:after {
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
	right: auto;
	left: calc((77*640px)/750)
}
@media screen and (max-width:640px) {
	.c-btn button[data-btn=home]:after, .c-btn a[data-btn=home]:after {
		left: calc(77/750*100vw)
	}
}
.c-btn button[data-btn=search], .c-btn a[data-btn=search] {
	position: relative;
	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;
	text-decoration: none;
	color: #000;
	background-color: #fff;
	font-weight: 700;
	min-height: auto;
	margin: 0 auto;
	-webkit-filter: drop-shadow(2px 2px 10px rgba(74, 72, 91, .16));
	filter: drop-shadow(2px 2px 10px rgba(74, 72, 91, .16));
	font-size: calc((32*640px)/750);
	border-radius: calc((50*640px)/750);
	width: calc((600*640px)/750);
	height: calc((100*640px)/750);
	-webkit-transition: color .4s;
	transition: color .4s
}
@media screen and (max-width:640px) {
	.c-btn button[data-btn=search], .c-btn a[data-btn=search] {
		font-size: calc(32/750*100vw);
		border-radius: calc(50/750*100vw);
		width: calc(600/750*100vw);
		height: calc(100/750*100vw)
	}
}
@media screen and (min-width:640px) {
	.c-btn button[data-btn=search]:hover, .c-btn a[data-btn=search]:hover {
		color: #4f4bf9;
		opacity: 1
	}
}
.c-btn button[data-btn=search]:after, .c-btn a[data-btn=search]:after {
	content: '';
	position: absolute;
	background: url(../img/icon-btn.svg) no-repeat center/100% auto;
	width: calc((36*640px)/750);
	height: calc((36*640px)/750);
	right: calc((67*640px)/750);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}
@media screen and (max-width:640px) {
	.c-btn button[data-btn=search]:after, .c-btn a[data-btn=search]:after {
		width: calc(36/750*100vw);
		height: calc(36/750*100vw);
		right: calc(67/750*100vw)
	}
}
.c-btn button span, .c-btn a span {
	position: relative
}
.c-btn button span[data-btn=new]:after, .c-btn a span[data-btn=new]:after {
	content: '';
	position: absolute;
	background: url(../img/icon-new.svg) no-repeat center/100% auto;
	width: calc((43*640px)/750);
	height: calc((34*640px)/750);
	right: calc((-35*640px)/750);
	top: calc((-16*640px)/750)
}
@media screen and (max-width:640px) {
	.c-btn button span[data-btn=new]:after, .c-btn a span[data-btn=new]:after {
		width: calc(43/750*100vw);
		height: calc(34/750*100vw);
		right: calc(-35/750*100vw);
		top: calc(-16/750*100vw)
	}
}
@media screen and (max-width:640px) {
	.c-btn {
		margin-top: calc(50/750*100vw)
	}
}
.c-banner {
	text-align: center;
	margin: calc((52*640px)/750) auto 0;
	padding: 0 calc((45*640px)/750)
}
@media screen and (max-width:640px) {
	.c-banner {
		margin: calc(52/750*100vw) auto 0;
		padding: 0 calc(45/750*100vw)
	}
}
.c-banner a {
	-webkit-transition: opacity .4s;
	transition: opacity .4s
}
@media screen and (min-width:640px) {
	.c-banner a:hover {
		opacity: .7
	}
}
.c-banner a img {
	width: 100%;
	height: auto
}
.c-floating {
	position: fixed;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .4s, visibility .4s;
	transition: opacity .4s, visibility .4s;
	bottom: calc((30*640px)/750)
}
@media screen and (max-width:640px) {
	.c-floating {
		bottom: calc(30/750*100vw)
	}
}
.c-floating[data-display=true] {
	opacity: 1;
	visibility: visible
}
.c-floating .c-btn {
	margin: 0
}
.c-ad {
	margin: calc((40*640px)/750) auto 0;
	padding: 0 calc((45*640px)/750)
}
@media screen and (max-width:640px) {
	.c-ad {
		margin: calc(40/750*100vw) auto 0;
		padding: 0 calc(45/750*100vw)
	}
}
@media screen and (max-width:374px) {
	.c-ad {
		width: 100vw;
		margin-left: calc(-30/750*100vw);
		padding: 0
	}
}
@media screen and (max-width:374px) {
	.c-ad__body {
		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;
		min-width: 300px;
		margin: 0 auto
	}
}
.c-sms {
	margin: calc((40*640px)/750) calc((48 * 640px) / 750) 0
}
@media screen and (max-width:640px) {
	.c-sms {
		margin: calc(40/750*100vw) calc(48 / 750 * 100vw) 0
	}
}
.c-sms p {
	line-height: calc((38*640px)/750);
	color: #4f4bf9;
	font-size: calc((24*640px)/750);
	font-weight: 700;
	margin: 0
}
@media screen and (max-width:640px) {
	.c-sms p {
		line-height: calc(38/750*100vw);
		font-size: calc(24/750*100vw)
	}
}
.c-accident {
	margin: calc((41*640px)/750) 0 calc((-20 * 640px) / 750)
}
@media screen and (max-width:640px) {
	.c-accident {
		margin: calc(41/750*100vw) 0 calc(-20 / 750 * 100vw)
	}
}
.c-accident__body {
	position: relative;
	background-color: #fffefa;
	line-height: calc((38*640px)/750);
	border-radius: calc((20*640px)/750);
	padding: calc((30*640px)/750) calc((27 * 640px) / 750) calc((30 * 640px) / 750) calc((89 * 640px) / 750)
}
@media screen and (max-width:640px) {
	.c-accident__body {
		line-height: calc(38/750*100vw);
		border-radius: calc(20/750*100vw);
		padding: calc(30/750*100vw) calc(27 / 750 * 100vw) calc(30 / 750 * 100vw) calc(89 / 750 * 100vw)
	}
}
.c-accident__body:before {
	content: '';
	position: absolute;
	background: url(../img/icon-accident.svg) no-repeat center/100% auto;
	width: calc((32*640px)/750);
	height: calc((29*640px)/750);
	top: calc((38*640px)/750);
	left: calc((40*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accident__body:before {
		width: calc(32/750*100vw);
		height: calc(29/750*100vw);
		top: calc(38/750*100vw);
		left: calc(40/750*100vw)
	}
}
.c-accident__body p {
	display: inline;
	letter-spacing: .05em;
	font-size: calc((28*640px)/750);
	margin: 0
}
@media screen and (max-width:640px) {
	.c-accident__body p {
		font-size: calc(28/750*100vw)
	}
}
.c-accident__body p a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #ecc466;
	-webkit-transition: opacity .4s;
	transition: opacity .4s
}
@media screen and (min-width:640px) {
	.c-accident__body p a:hover {
		opacity: .6
	}
}
.c-news-list {
	background-color: #fff;
	border-radius: calc((20*640px)/750);
	padding: calc((62*640px)/750) 0 0;
	-webkit-filter: drop-shadow(2px 2px 10px rgba(74, 72, 91, .16));
	filter: drop-shadow(2px 2px 10px rgba(74, 72, 91, .16));
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
@media screen and (max-width:640px) {
	.c-news-list {
		border-radius: calc(20/750*100vw);
		padding: calc(62/750*100vw) 0 0
	}
}
[data-page=info] .c-news-list {
	padding: calc((22*640px)/750) 0 0
}
@media screen and (max-width:640px) {
	[data-page=info] .c-news-list {
		padding: calc(22/750*100vw) 0 0
	}
}
.c-news-list h1 {
	text-align: center;
	color: #4f4bf9;
	font-weight: 700;
	margin: 0 auto;
	font-size: calc((46*640px)/750);
	margin-bottom: calc((10*640px)/750);
	padding: 0 calc((20*640px)/750)
}
@media screen and (max-width:640px) {
	.c-news-list h1 {
		font-size: calc(46/750*100vw);
		margin-bottom: calc(10/750*100vw);
		padding: 0 calc(20/750*100vw)
	}
}
.c-news-list__list {
	margin: 0;
	padding: 0 calc((45*640px)/750) calc((60 * 640px) / 750)
}
@media screen and (max-width:640px) {
	.c-news-list__list {
		padding: 0 calc(45/750*100vw) calc(60 / 750 * 100vw)
	}
}
.c-news-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	list-style-type: none;
	border-bottom: 1px solid #e1e4e6;
	padding: calc((20*640px)/750) 0 calc((36 * 640px) / 750)
}
@media screen and (max-width:640px) {
	.c-news-list__item {
		padding: calc(20/750*100vw) 0 calc(36 / 750 * 100vw)
	}
}
[data-page=info] .c-news-list__item {
	padding: calc((20*640px)/750) 0 calc((34 * 640px) / 750)
}
@media screen and (max-width:640px) {
	[data-page=info] .c-news-list__item {
		padding: calc(20/750*100vw) 0 calc(34 / 750 * 100vw)
	}
}
.c-news-list__item[data-display=none] {
	display: none
}
.c-news-list__item[data-display=block] {
	opacity: 0;
	visibility: hidden;
	-webkit-animation: moreOpen .4s ease .2s 1 forwards;
	animation: moreOpen .4s ease .2s 1 forwards
}
.c-news-list__item[data-open=true] .c-news-list__tag-news~*, .c-news-list__item[data-open=true] .c-news-list__tag-important~* {
	display: block
}
.c-news-list__item[data-open=true] .c-news-list__tag-news~* *, .c-news-list__item[data-open=true] .c-news-list__tag-important~* * {
	display: block
}
.c-news-list__date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	color: #504bf9;
	font-size: calc((22*640px)/750);
	width: calc((104*640px)/750);
	padding-top: calc((5*640px)/750)
}
@media screen and (max-width:640px) {
	.c-news-list__date {
		font-size: calc(22/750*100vw);
		width: calc(104/750*100vw);
		padding-top: calc(5/750*100vw)
	}
}
[data-page=info] .c-news-list__date {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: calc((9*640px)/750)
}
@media screen and (max-width:640px) {
	[data-page=info] .c-news-list__date {
		padding-top: calc(9/750*100vw)
	}
}
.c-news-list__date-body {
	display: inline-block;
	text-align: center
}
.c-news-list__date span {
	display: block;
	line-height: 1;
	font-size: calc((48*640px)/750);
	margin-top: calc((2*640px)/750)
}
@media screen and (max-width:640px) {
	.c-news-list__date span {
		font-size: calc(48/750*100vw);
		margin-top: calc(2/750*100vw)
	}
}
.c-news-list__text {
	width: calc(100% - calc((104*640px)/750))
}
@media screen and (max-width:640px) {
	.c-news-list__text {
		width: calc(100% - (104/750*100vw))
	}
}
[data-page=info] .c-news-list__text a, [data-page=info] .c-news-list__text p {
	line-height: calc((37*640px)/750);
	font-size: calc((30*640px)/750)
}
@media screen and (max-width:640px) {
	[data-page=info] .c-news-list__text a, [data-page=info] .c-news-list__text p {
		line-height: calc(37/750*100vw);
		font-size: calc(30/750*100vw)
	}
}
[data-page=news] .c-news-list__text h2 {
	line-height: calc((42*640px)/750);
	font-size: calc((28*640px)/750);
	margin: calc((40*640px)/750) 0 0
}
@media screen and (max-width:640px) {
	[data-page=news] .c-news-list__text h2 {
		line-height: calc(42/750*100vw);
		font-size: calc(28/750*100vw);
		margin: calc(40/750*100vw) 0 0
	}
}
[data-page=news] .c-news-list__text h3 {
	line-height: calc((40*640px)/750);
	font-size: calc((28*640px)/750);
	margin: calc((30*640px)/750) 0 0
}
@media screen and (max-width:640px) {
	[data-page=news] .c-news-list__text h3 {
		line-height: calc(40/750*100vw);
		font-size: calc(28/750*100vw);
		margin: calc(30/750*100vw) 0 0
	}
}
[data-page=news] .c-news-list__text p {
	margin-top: calc((20*640px)/750)
}
@media screen and (max-width:640px) {
	[data-page=news] .c-news-list__text p {
		margin-top: calc(20/750*100vw)
	}
}
[data-page=news] .c-news-list__text p a {
	display: inline!important;
	color: #504bf9;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
    position: relative
}
[data-page=news] .c-news-list__text p a.blank-window:after {
    content: '';
    position: relative;
    display: inline-block;
    background: url(../img/icon-window.svg) no-repeat center / 100% auto;
    width: calc((24* 640px) / 750);
    height: calc((24* 640px) / 750);
    margin-left: calc((10* 640px) / 750);
    top: calc((4* 640px) / 750);
}
@media screen and (max-width:640px) {
    [data-page=news] .c-news-list__text p a.blank-window:after {
        width: calc(24 / 750* 100vw);
        height: calc(24 / 750* 100vw);
        right: 0;
        top: 0; 
    }
}
@media screen and (min-width:640px) {
	[data-page=news] .c-news-list__text p a:hover {
		opacity: .7
	}
}
[data-page=news] .c-news-list__text ol, [data-page=news] .c-news-list__text ul {
	margin: 0;
	padding: 0;
	margin-top: calc((10*640px)/750)
}
@media screen and (max-width:640px) {
	[data-page=news] .c-news-list__text ol, [data-page=news] .c-news-list__text ul {
		margin-top: calc(10/750*100vw)
	}
}
[data-page=news] .c-news-list__text ol li, [data-page=news] .c-news-list__text ul li {
	position: relative;
	list-style-type: none;
	line-height: calc((36*640px)/750);
	font-size: calc((26*640px)/750)
}
@media screen and (max-width:640px) {
	[data-page=news] .c-news-list__text ol li, [data-page=news] .c-news-list__text ul li {
		line-height: calc(36/750*100vw);
		font-size: calc(26/750*100vw)
	}
}
[data-page=news] .c-news-list__text ol li:before, [data-page=news] .c-news-list__text ul li:before {
	position: absolute;
	display: block;
	word-break: keep-all
}
[data-page=news] .c-news-list__text ol {
	counter-reset: listnum
}
[data-page=news] .c-news-list__text ol li {
	padding-left: calc((26*640px)/750)
}
@media screen and (max-width:640px) {
	[data-page=news] .c-news-list__text ol li {
		padding-left: calc(26/750*100vw)
	}
}
[data-page=news] .c-news-list__text ol li:not(:first-child) {
	margin-top: calc((11*640px)/750)
}
@media screen and (max-width:640px) {
	[data-page=news] .c-news-list__text ol li:not(:first-child) {
		margin-top: calc(11/750*100vw)
	}
}
[data-page=news] .c-news-list__text ol li:before {
	counter-increment: listnum;
	content: counter(listnum) ".";
	color: #4f4bf9;
	font-weight: 700;
	right: calc(100% - calc((26*640px)/750))
}
@media screen and (max-width:640px) {
	[data-page=news] .c-news-list__text ol li:before {
		right: calc(100% - (26/750*100vw))
	}
}
[data-page=news] .c-news-list__text ul li {
	padding-left: calc((30*640px)/750)
}
@media screen and (max-width:640px) {
	[data-page=news] .c-news-list__text ul li {
		padding-left: calc(30/750*100vw)
	}
}
[data-page=news] .c-news-list__text ul li:not(:first-child) {
	margin-top: calc((18*640px)/750)
}
@media screen and (max-width:640px) {
	[data-page=news] .c-news-list__text ul li:not(:first-child) {
		margin-top: calc(18/750*100vw)
	}
}
[data-page=news] .c-news-list__text ul li:before {
	content: '';
	background-color: #4f4bf9;
	border-radius: calc(50/100*100%);
	width: calc((10*640px)/750);
	height: calc((10*640px)/750);
	margin-top: calc((14*640px)/750);
	left: 0
}
@media screen and (max-width:640px) {
	[data-page=news] .c-news-list__text ul li:before {
		width: calc(10/750*100vw);
		height: calc(10/750*100vw);
		margin-top: calc(14/750*100vw)
	}
}
[data-page=news] .c-news-list__text figure {
	margin: calc((20*640px)/750) 0 0
}
@media screen and (max-width:640px) {
	[data-page=news] .c-news-list__text figure {
		margin-top: calc(20/750*100vw)
	}
}
[data-page=news] .c-news-list__text figure img {
	width: 100%
}
[data-page=news] .c-news-list__text figure figcaption {
	font-size: calc((22*640px)/750)
}
@media screen and (max-width:640px) {
	[data-page=news] .c-news-list__text figure figcaption {
		font-size: calc(22/750*100vw)
	}
}
.c-news-list__text a, .c-news-list__text p {
	position: relative;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	color: #000;
	font-size: calc((26*640px)/750);
	line-height: calc((40*640px)/750)
}
@media screen and (max-width:640px) {
	.c-news-list__text a, .c-news-list__text p {
		font-size: calc(26/750*100vw);
		line-height: calc(40/750*100vw)
	}
}
.c-news-list__text a[data-target=blank], .c-news-list__text p[data-target=blank] {
	padding-right: calc((88*640px)/750)
}
@media screen and (max-width:640px) {
	.c-news-list__text a[data-target=blank], .c-news-list__text p[data-target=blank] {
		padding-right: calc(88/750*100vw)
	}
}
.c-news-list__text a[data-target=blank]:after, .c-news-list__text p[data-target=blank]:after {
	content: '';
	position: absolute;
	display: block;
	background: url(../img/icon-window.svg) no-repeat center/100% auto;
	width: calc((30*640px)/750);
	height: calc((30*640px)/750);
	right: calc((20*640px)/750);
	top: 1px
}
@media screen and (max-width:640px) {
	.c-news-list__text a[data-target=blank]:after, .c-news-list__text p[data-target=blank]:after {
		width: calc(30/750*100vw);
		height: calc(30/750*100vw);
		right: calc(20/750*100vw);
		top: calc(1/750*100vw)
	}
}
.c-news-list__text a+a, .c-news-list__text a+p, .c-news-list__text p+a, .c-news-list__text p+p {
	margin-top: calc((4*640px)/750)
}
@media screen and (max-width:640px) {
	.c-news-list__text a+a, .c-news-list__text a+p, .c-news-list__text p+a, .c-news-list__text p+p {
		margin-top: calc(4/750*100vw)
	}
}
.c-news-list__text a {
	-webkit-transition: color .4s;
	transition: color .4s
}
@media screen and (min-width:640px) {
	.c-news-list__text a:hover {
		color: #4f4bf9
	}
}
.c-news-list__text p {
	margin: 0
}
.c-news-list__text .c-news-list__tag-news+* {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2
}
.c-news-list__text>:nth-child(n+3) {
	display: none
}
.c-news-list__tag-important, .c-news-list__tag-news {
	position: relative;
	display: inline-block;
	line-height: 1;
	border: 1px solid;
	border-radius: calc((20*640px)/750);
	font-size: calc((26*640px)/750);
	margin-bottom: calc((13*640px)/750);
	padding: calc((5*640px)/750) calc((18 * 640px) / 750) calc((5 * 640px) / 750) calc((30 * 640px) / 750)
}
@media screen and (max-width:640px) {
	.c-news-list__tag-important, .c-news-list__tag-news {
		border-radius: calc(20/750*100vw);
		font-size: calc(26/750*100vw);
		margin-bottom: calc(10/750*100vw);
		padding: calc(5/750*100vw) calc(18 / 750 * 100vw) calc(5 / 750 * 100vw) calc(30 / 750 * 100vw)
	}
}
[data-page=info] .c-news-list__tag-important, [data-page=info] .c-news-list__tag-news {
	margin-bottom: calc((13*640px)/750)
}
@media screen and (max-width:640px) {
	[data-page=info] .c-news-list__tag-important, [data-page=info] .c-news-list__tag-news {
		margin-bottom: calc(13/750*100vw)
	}
}
[data-page=news] .c-news-list__tag-important+h2, [data-page=news] .c-news-list__tag-news+h2 {
	margin-top: 0;
    font-weight: normal;
}
.c-news-list__tag-important:before, .c-news-list__tag-news:before {
	content: '';
	position: absolute;
	display: block;
	border-radius: 50%;
	width: calc((8*640px)/750);
	height: calc((8*640px)/750);
	top: calc((14*640px)/750);
	left: calc((14*640px)/750)
}
@media screen and (max-width:640px) {
	.c-news-list__tag-important:before, .c-news-list__tag-news:before {
		width: calc(8/750*100vw);
		height: calc(8/750*100vw);
		top: calc(14/750*100vw);
		left: calc(14/750*100vw)
	}
}
.c-news-list__tag-important {
	color: #ee702c;
	border-color: #ee702c
}
.c-news-list__tag-important:before {
	background-color: #ee702c
}
.c-news-list__tag-news {
	color: #47a0f2;
	border-color: #47a0f2
}
.c-news-list__tag-news:before {
	background-color: #47a0f2
}
.c-news-list__btn-accordion {
	width: 100%;
	display: none;
	margin-top: calc((20*640px)/750)
}
@media screen and (max-width:640px) {
	.c-news-list__btn-accordion {
		margin-top: calc(20/750*100vw)
	}
}
.c-news-list__btn-accordion[data-display=block] {
	display: block
}
.c-news-list__btn-accordion button {
	display: block;
	text-decoration: underline;
	border: none;
	background: none;
	color: #4f4bf9;
	margin: 0 auto;
	cursor: pointer;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
	font-size: calc((22*640px)/750)
}
@media screen and (max-width:640px) {
	.c-news-list__btn-accordion button {
		font-size: calc(22/750*100vw)
	}
}
@media screen and (min-width:640px) {
	.c-news-list__btn-accordion button:hover {
		opacity: .6
	}
}
.c-news-list__btn-more {
	margin-top: calc((-60*640px)/750)
}
@media screen and (max-width:640px) {
	.c-news-list__btn-more {
		margin-top: calc(-60/750*100vw)
	}
}
.c-news-list__btn-more[data-display=none] {
	display: none
}
.c-news-list__btn-more button {
	position: relative;
	display: block;
	color: #fff;
	background-color: #7989c5;
	border: none;
	font-weight: 700;
	width: 100%;
	cursor: pointer;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
	font-size: calc((28*640px)/750);
	padding: calc((38*640px)/750) calc((40 * 640px) / 750) calc((50 * 640px) / 750)
}
@media screen and (max-width:640px) {
	.c-news-list__btn-more button {
		font-size: calc(28/750*100vw);
		padding: calc(38/750*100vw) calc(40 / 750 * 100vw) calc(50 / 750 * 100vw)
	}
}
@media screen and (min-width:640px) {
	.c-news-list__btn-more button:hover {
		opacity: .6
	}
}
.c-news-list__btn-more button:after {
	content: '';
	position: absolute;
	display: block;
	background: url(../img/icon-arrow.png) no-repeat center/100% auto;
	width: calc((22*640px)/750);
	height: calc((12*640px)/750);
	left: calc(50% - calc((11*640px)/750));
	bottom: calc((32*640px)/750)
}
@media screen and (max-width:640px) {
	.c-news-list__btn-more button:after {
		width: calc(22/750*100vw);
		height: calc(12/750*100vw);
		left: calc(50% - (11/750*100vw));
		bottom: calc(32/750*100vw)
	}
}
.c-news-list__btn-link {
	margin-top: calc((-60*640px)/750)
}
@media screen and (max-width:640px) {
	.c-news-list__btn-link {
		margin-top: calc(-60/750*100vw)
	}
}
.c-news-list__btn-link a {
	position: relative;
	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;
	color: #4f4bf9;
	text-decoration: none;
	font-weight: 700;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
	font-size: calc((32*640px)/750);
	padding: calc((34*640px)/750) calc((94 * 640px) / 750) calc((34 * 640px) / 750) calc((40 * 640px) / 750)
}
@media screen and (max-width:640px) {
	.c-news-list__btn-link a {
		font-size: calc(32/750*100vw);
		padding: calc(34/750*100vw) calc(94 / 750 * 100vw) calc(34 / 750 * 100vw) calc(40 / 750 * 100vw)
	}
}
@media screen and (min-width:640px) {
	.c-news-list__btn-link a:hover {
		opacity: .6
	}
}
.c-news-list__btn-link a:after {
	content: '';
	position: absolute;
	background: url(../img/icon-btn.svg) no-repeat center/100% auto;
	width: calc((36*640px)/750);
	height: calc((36*640px)/750);
	right: calc((224*640px)/750)
}
@media screen and (max-width:640px) {
	.c-news-list__btn-link a:after {
		width: calc(36/750*100vw);
		height: calc(36/750*100vw);
		right: calc(224/750*100vw)
	}
}
@-webkit-keyframes moreOpen {
	0% {
		opacity: 0;
		visibility: hidden
	}
	100% {
		opacity: 1;
		visibility: visible
	}
}
@keyframes moreOpen {
	0% {
		opacity: 0;
		visibility: hidden
	}
	100% {
		opacity: 1;
		visibility: visible
	}
}
.c-example-list {
	background-color: #fff;
	border-radius: calc((20*640px)/750);
	margin-top: calc((32*640px)/750);
	padding: calc((40*640px)/750) calc((25 * 640px) / 750) calc((60 * 640px) / 750);
	-webkit-filter: drop-shadow(2px 2px 10px rgba(74, 72, 91, .16));
	filter: drop-shadow(2px 2px 10px rgba(74, 72, 91, .16))
}
@media screen and (max-width:640px) {
	.c-example-list {
		border-radius: calc(20/750*100vw);
		margin-top: calc(32/750*100vw);
		padding: calc(40/750*100vw) calc(25 / 750 * 100vw) calc(60 / 750 * 100vw)
	}
}
.c-example-list ul {
	counter-reset: counter;
	margin: 0;
	padding: 0
}
.c-example-list ul li {
	list-style-type: none
}
.c-example-list ul li em {
	font-style: italic;
	font-weight: 400;
	padding-right: calc((3*640px)/750)
}
@media screen and (max-width:640px) {
	.c-example-list ul li em {
		padding-right: calc(3/750*100vw)
	}
}
.c-example-list p {
	line-height: calc((36*640px)/750);
	margin: calc((10*640px)/750) 0 0
}
@media screen and (max-width:640px) {
	.c-example-list p {
		line-height: calc(36/750*100vw);
		margin: calc(10/750*100vw) 0 0
	}
}
.c-example-list p[data-style=underline] {
	text-decoration: underline;
	text-underline-offset: calc((6*640px)/750)
}
@media screen and (max-width:640px) {
	.c-example-list p[data-style=underline] {
		text-underline-offset: calc(6/750*100vw)
	}
}
.c-example-list__title {
	position: relative;
	background-color: #f5f7fa;
	border-radius: calc((20*640px)/750);
	font-size: calc((26*640px)/750);
	padding: calc((99*640px)/750) calc((30 * 640px) / 750) calc((40 * 640px) / 750)
}
@media screen and (max-width:640px) {
	.c-example-list__title {
		border-radius: calc(20/750*100vw);
		font-size: calc(26/750*100vw);
		padding: calc(99/750*100vw) calc(30 / 750 * 100vw) calc(40 / 750 * 100vw)
	}
}
.c-example-list__title:before {
	counter-increment: counter;
	content: "例" counter(counter);
	position: absolute;
	color: #fff;
	background-color: #7989c5;
	border-radius: 0 calc((24*640px)/750) calc((24 * 640px) / 750) 0;
	font-size: calc((26*640px)/750);
	padding: calc((2*640px)/750) calc((34 * 640px) / 750) calc((2 * 640px) / 750) calc((30 * 640px) / 750);
	top: calc((40*640px)/750);
	left: 0
}
@media screen and (max-width:640px) {
	.c-example-list__title:before {
		border-radius: 0 calc(24/750*100vw) calc(24 / 750 * 100vw) 0;
		font-size: calc(26/750*100vw);
		padding: calc(2/750*100vw) calc(34 / 750 * 100vw) calc(2 / 750 * 100vw) calc(30 / 750 * 100vw);
		top: calc(40/750*100vw)
	}
}
.c-example-list__title em {
	color: #007bdf;
	font-weight: 700
}
.c-example-list__detail {
	position: relative;
	padding: calc((12*640px)/750) calc((18 * 640px) / 750) calc((60 * 640px) / 750) calc((48 * 640px) / 750)
}
@media screen and (max-width:640px) {
	.c-example-list__detail {
		padding: calc(12/750*100vw) calc(18 / 750 * 100vw) calc(60 / 750 * 100vw) calc(48 / 750 * 100vw)
	}
}
.c-example-list__detail:before {
	content: '\21D2';
	position: absolute;
	color: #4f4bf9;
	font-size: calc((26*640px)/750);
	top: calc((18*640px)/750);
	left: calc((20*640px)/750)
}
@media screen and (max-width:640px) {
	.c-example-list__detail:before {
		font-size: calc(26/750*100vw);
		top: calc(18/750*100vw);
		left: calc(20/750*100vw)
	}
}
.c-example-list__other {
	margin: calc((-20*640px)/750) calc((20 * 640px) / 750) 0
}
@media screen and (max-width:640px) {
	.c-example-list__other {
		margin: calc(-20/750*100vw) calc(20 / 750 * 100vw) 0
	}
}
.c-example-list__other p {
	position: relative;
	margin-top: calc((30*640px)/750);
	padding-left: calc((28*640px)/750)
}
@media screen and (max-width:640px) {
	.c-example-list__other p {
		margin-top: calc(30/750*100vw);
		padding-left: calc(28/750*100vw)
	}
}
.c-example-list__other p:before {
	content: '';
	position: absolute;
	display: block;
	background-color: #4f4bf9;
	left: 0;
	border-radius: calc((5*640px)/750);
	width: calc((10*640px)/750);
	height: calc((26*640px)/750);
	top: calc((10*640px)/750)
}
@media screen and (max-width:640px) {
	.c-example-list__other p:before {
		border-radius: calc(5/750*100vw);
		width: calc(10/750*100vw);
		height: calc(26/750*100vw);
		top: calc(10/750*100vw)
	}
}
.c-example-list__other a {
	color: #4f4bf9
}
.c-example-list__other a[data-target=blank] {
	position: relative
}
.c-example-list__other a[data-target=blank]:after {
	content: '';
	position: relative;
	display: inline-block;
	background: url(../img/icon-window.svg) no-repeat center/100% auto;
	width: calc((30*640px)/750);
	height: calc((30*640px)/750);
	margin-left: calc((12*640px)/750);
	margin-right: calc((12*640px)/750);
	top: calc((4*640px)/750)
}
@media screen and (max-width:640px) {
	.c-example-list__other a[data-target=blank]:after {
		width: calc(30/750*100vw);
		height: calc(30/750*100vw);
		margin-left: calc(12/750*100vw);
		margin-right: calc(12/750*100vw);
		top: calc(4/750*100vw)
	}
}
.c-accordion[data-display=none] {
	display: none
}
.c-accordion+.c-accordion {
	margin-top: calc((54*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion+.c-accordion {
		margin-top: calc(54/750*100vw)
	}
}
.c-accordion+.c-guide__title {
	margin-top: calc((65*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion+.c-guide__title {
		margin-top: calc(65/750*100vw)
	}
}
.c-accordion__body {
	background-color: #fff;
	border-radius: calc((20*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion__body {
		border-radius: calc(20/750*100vw)
	}
}
.c-accordion h2, .c-accordion h3 {
	position: relative;
	font-size: calc((32*640px)/750);
	color: #4f4bf9;
	margin: 0 calc((20*640px)/750) calc((3 * 640px) / 750)
}
@media screen and (max-width:640px) {
	.c-accordion h2, .c-accordion h3 {
		font-size: calc(32/750*100vw);
		margin: 0 calc(20/750*100vw) calc(3 / 750 * 100vw)
	}
}
.c-accordion h2:before, .c-accordion h3:before {
	content: '';
	position: absolute;
	display: block;
	background-color: #4f4bf9;
	border-radius: 0 calc((16*640px)/750) calc((16 * 640px) / 750) 0;
	width: calc((26*640px)/750);
	height: calc((32*640px)/750);
	top: calc((11*640px)/750);
	left: calc((-45*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion h2:before, .c-accordion h3:before {
		border-radius: 0 calc(16/750*100vw) calc(16 / 750 * 100vw) 0;
		width: calc(26/750*100vw);
		height: calc(32/750*100vw);
		top: calc(11/750*100vw);
		left: calc(-45/750*100vw)
	}
}
.c-accordion table {
	border-collapse: collapse;
	overflow: hidden;
	border-radius: calc((10*640px)/750);
	width: 100%;
	margin: calc((38*640px)/750) 0 0
}
@media screen and (max-width:640px) {
	.c-accordion table {
		border-radius: calc(10/750*100vw);
		margin: calc(38/750*100vw) 0 0
	}
}
.c-accordion table thead {
	background-color: #7989c5
}
.c-accordion table thead th {
	position: relative;
	text-align: center;
	color: #fff;
	font-weight: 700;
	line-height: calc((24*640px)/750);
	font-size: calc((26*640px)/750);
	padding: calc((18*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion table thead th {
		line-height: calc(24/750*100vw);
		font-size: calc(26/750*100vw);
		padding: calc(18/750*100vw)
	}
}
.c-accordion table thead th:not(:first-child) {
	border-left: 1px solid #e4e9f1
}
.c-accordion table thead th small {
	font-weight: 400;
	font-size: calc((18*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion table thead th small {
		font-size: calc(18/750*100vw)
	}
}
.c-accordion table thead th[data-table=sms], .c-accordion table thead th[data-table=plus-message] {
	padding: calc((18*640px)/750) calc((18 * 640px) / 750) calc((80 * 640px) / 750)
}
@media screen and (max-width:640px) {
	.c-accordion table thead th[data-table=sms], .c-accordion table thead th[data-table=plus-message] {
		padding: calc(18/750*100vw) calc(18 / 750 * 100vw) calc(80 / 750 * 100vw)
	}
}
.c-accordion table thead th[data-table=sms]:after, .c-accordion table thead th[data-table=plus-message]:after {
	content: '';
	position: absolute;
	display: block;
	bottom: calc((20*640px)/750);
	left: calc(50% - calc((20*640px)/750))
}
@media screen and (max-width:640px) {
	.c-accordion table thead th[data-table=sms]:after, .c-accordion table thead th[data-table=plus-message]:after {
		bottom: calc(20/750*100vw);
		left: calc(50% - (20/750*100vw))
	}
}
.c-accordion table thead th[data-table=sms]:after {
	background: url(../img/icon-sms.png) no-repeat center/100% auto;
	width: calc((40*640px)/750);
	height: calc((41*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion table thead th[data-table=sms]:after {
		width: calc(40/750*100vw);
		height: calc(41/750*100vw)
	}
}
.c-accordion table thead th[data-table=plus-message]:after {
	border: 1px solid #fff;
	background: url(../img/icon-plusmessage.svg) no-repeat center/100% auto;
	border-radius: calc((11*640px)/750);
	width: calc((44*640px)/750);
	height: calc((44*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion table thead th[data-table=plus-message]:after {
		border-radius: calc(11/750*100vw);
		width: calc(44/750*100vw);
		height: calc(44/750*100vw)
	}
}
.c-accordion table tbody tr:nth-child(even) {
	background-color: #f5f7fa
}
.c-accordion table tbody tr:only-child {
	background-color: #f5f7fa
}
.c-accordion table tbody th {
	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;
	line-height: calc((30*640px)/750);
	font-size: calc((26*640px)/750);
	width: calc((80*640px)/750);
	height: calc((220*640px)/750);
	padding: calc((10*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion table tbody th {
		line-height: calc(30/750*100vw);
		font-size: calc(26/750*100vw);
		width: calc(80/750*100vw);
		height: calc(220/750*100vw);
		padding: calc(10/750*100vw)
	}
}
.c-accordion table tbody th>span {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	text-align: left;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	word-break: keep-all
}
.c-accordion table tbody th _:lang(x)+_:-webkit-full-screen-document, .c-accordion table tbody th>span {
	margin-right: calc((22*640px)/750);
	margin-left: 0
}
@media screen and (max-width:640px) {
	.c-accordion table tbody th _:lang(x)+_:-webkit-full-screen-document, .c-accordion table tbody th>span {
		margin-right: calc(22/750*100vw)
	}
}
.c-accordion table tbody th[data-th=alphabet]>span {
	-webkit-writing-mode: initial;
	-ms-writing-mode: initial;
	writing-mode: initial;
	text-align: center
}
.c-accordion table tbody th[data-th=alphabet] _:lang(x)+_:-webkit-full-screen-document, .c-accordion table tbody th[data-th=alphabet]>span {
	margin-right: 0
}
.c-accordion table tbody th[data-width='110'] {
	width: calc((110*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion table tbody th[data-width='110'] {
		width: calc(110/750*100vw)
	}
}
.c-accordion table tbody td {
	position: relative;
	text-align: center;
	border-left: 1px solid #e4e9f1;
	font-weight: 700;
	width: calc((260*640px)/750);
	font-size: calc((26*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion table tbody td {
		width: calc(260/750*100vw);
		font-size: calc(26/750*100vw)
	}
}
.c-accordion table tbody td span {
	position: relative;
	display: block;
	font-size: 0;
	margin: 0 auto;
	width: calc((50*640px)/750);
	height: calc((50*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion table tbody td span {
		width: calc(50/750*100vw);
		height: calc(50/750*100vw)
	}
}
.c-accordion table tbody td span[data-shape=circle]:before {
	content: '';
	display: block;
	border: 3px solid #7989c5;
	border-radius: calc((50*640px)/750);
	width: calc((50*640px)/750);
	height: calc((50*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion table tbody td span[data-shape=circle]:before {
		border-radius: calc(50/100*100%);
		width: calc(50/750*100vw);
		height: calc(50/750*100vw)
	}
}
.c-accordion table tbody td span[data-shape=cross]:before, .c-accordion table tbody td span[data-shape=cross]:after {
	content: '';
	position: absolute;
	display: block;
	background-color: #98a0a6;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: calc((3*640px)/750);
	width: calc((50*640px)/750);
	height: calc((6*640px)/750);
	top: calc((22*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion table tbody td span[data-shape=cross]:before, .c-accordion table tbody td span[data-shape=cross]:after {
		border-radius: calc(3/750*100vw);
		width: calc(50/750*100vw);
		height: calc(6/750*100vw);
		top: calc(22/750*100vw);
		left: 0
	}
}
.c-accordion table tbody td span[data-shape=cross]:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.c-accordion table tbody td span+p {
	position: absolute;
	color: #000;
	letter-spacing: -.05em;
	line-height: calc((24*640px)/750);
	font-size: calc((20*640px)/750);
	width: 100%
}
@media screen and (max-width:640px) {
	.c-accordion table tbody td span+p {
		line-height: calc(24/750*100vw);
		font-size: calc(20/750*100vw)
	}
}
.c-accordion table tbody td p small {
	font-weight: 400;
	font-size: calc((20*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion table tbody td p small {
		font-size: calc(20/750*100vw)
	}
}
.c-accordion table tbody td[data-color=primary] span:before {
	border-color: #4f4bf9
}
.c-accordion table tbody td[data-color=primary] span+p {
	color: #4f4bf9
}
.c-accordion table tbody td[data-color=dark-blue] span:before {
	border-color: #7989c5
}
.c-accordion table tbody td[data-color=gray] span:before {
	border-color: #98a0a6
}
.c-accordion table+p {
	margin: calc((31*640px)/750) 0 0
}
@media screen and (max-width:640px) {
	.c-accordion table+p {
		margin: calc(31/750*100vw) 0 0
	}
}
.c-accordion a {
	color: #4f4bf9
}
.c-accordion a[data-link=img] {
	display: block;
	margin: 0 auto;
	width: calc((360*640px)/750);
	margin-top: calc((40*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion a[data-link=img] {
		width: calc(360/750*100vw);
		margin-top: calc(40/750*100vw)
	}
}
.c-accordion a[data-link='img'][data-target='blank']:after {
	content: none
}
.c-accordion a[data-link=img] img {
	width: 100%
}
.c-accordion a[data-link=img]+p {
	margin-top: calc((50*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion a[data-link=img]+p {
		margin-top: calc(50/750*100vw)
	}
}
.c-accordion a[data-target=blank] {
	position: relative
}
.c-accordion a[data-target=blank]:after {
	content: '';
	position: relative;
	display: inline-block;
	background: url(../img/icon-window.svg) no-repeat center/100% auto;
	width: calc((30*640px)/750);
	height: calc((30*640px)/750);
	margin-left: calc((22*640px)/750);
	top: calc((4*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion a[data-target=blank]:after {
		width: calc(30/750*100vw);
		height: calc(30/750*100vw);
		margin-left: calc(22/750*100vw);
		top: calc(4/750*100vw)
	}
}
.c-accordion figure {
	margin: 0;
	margin-top: calc((34*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion figure {
		margin-top: calc(34/750*100vw)
	}
}
.c-accordion figure img {
	width: 100%
}
.c-accordion figure+p {
	margin-top: calc((32*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion figure+p {
		margin-top: calc(32/750*100vw)
	}
}
.c-accordion ol, .c-accordion ul {
	margin: 0;
	padding: 0;
	margin-top: calc((20*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion ol, .c-accordion ul {
		margin-top: calc(20/750*100vw)
	}
}
.c-accordion ol li, .c-accordion ul li {
	position: relative;
	list-style-type: none;
	line-height: calc((36*640px)/750);
	font-size: calc((26*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion ol li, .c-accordion ul li {
		line-height: calc(36/750*100vw);
		font-size: calc(26/750*100vw)
	}
}
.c-accordion ol li:before, .c-accordion ul li:before {
	position: absolute;
	display: block
}
.c-accordion ol {
	counter-reset: listnum
}
.c-accordion ol>li {
	padding-left: calc((26*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion ol>li {
		padding-left: calc(26/750*100vw)
	}
}
.c-accordion ol>li:not(:first-child) {
	margin-top: calc((30*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion ol>li:not(:first-child) {
		margin-top: calc(30/750*100vw)
	}
}
.c-accordion ol>li:before {
	counter-increment: listnum;
	content: counter(listnum) ".";
	color: #4f4bf9;
	font-weight: 700;
	right: calc(100% - calc((26*640px)/750));
	word-break: keep-all
}
@media screen and (max-width:640px) {
	.c-accordion ol>li:before {
		right: calc(100% - (26/750*100vw))
	}
}
.c-accordion ol[data-list=alphabet] li {
	counter-increment: count-alphabet
}
.c-accordion ol[data-list=alphabet] li:before {
	counter-increment: listnum;
	content: counter(count-alphabet, lower-alpha) ".";
	color: #000;
	font-weight: 400
}
.c-accordion ul li {
	padding-left: calc((30*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion ul li {
		padding-left: calc(30/750*100vw)
	}
}
.c-accordion ul li:not(:first-child) {
	margin-top: calc((18*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion ul li:not(:first-child) {
		margin-top: calc(18/750*100vw)
	}
}
.c-accordion ul li:before {
	content: '';
	background-color: #4f4bf9;
	border-radius: calc(50/100*100%);
	width: calc((10*640px)/750);
	height: calc((10*640px)/750);
	margin-top: calc((14*640px)/750);
	left: 0
}
@media screen and (max-width:640px) {
	.c-accordion ul li:before {
		width: calc(10/750*100vw);
		height: calc(10/750*100vw);
		margin-top: calc(14/750*100vw)
	}
}
.c-accordion__list+h3 {
	margin-top: calc((50*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion__list+h3 {
		margin-top: calc(50/750*100vw)
	}
}
.c-accordion__item {
	position: relative
}
.c-accordion__item:after {
	content: '';
	position: absolute;
	display: block;
	background-color: #e1e4e6;
	height: 1px;
	bottom: 0;
	z-index: 1;
	width: calc(100% - calc((40*640px)/750));
	left: calc((20*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion__item:after {
		width: calc(100% - (40/750*100vw));
		left: calc(20/750*100vw)
	}
}
.c-accordion__item.is-opened .c-accordion__summary-inner:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.c-accordion__item[data-highlight=true] .c-accordion__summary:before {
	content: '';
	position: absolute;
	background-color: #fff2f2;
	width: calc(100% + calc((50*640px)/750));
	height: 100%;
	top: 0;
	left: calc((-25*640px)/750);
	z-index: -1
}
@media screen and (max-width:640px) {
	.c-accordion__item[data-highlight=true] .c-accordion__summary:before {
		width: calc(100% + (50/750*100vw));
		left: calc(-25/750*100vw)
	}
}
.c-accordion__summary {
	position: relative;
	display: block;
	z-index: 1;
	padding: 0 calc((20*640px)/750);
	cursor: pointer
}
@media screen and (max-width:640px) {
	.c-accordion__summary {
		padding: 0 calc(20/750*100vw)
	}
}
.c-accordion__summary::-webkit-details-marker {
	display: none
}
.c-accordion__summary-inner {
	display: block;
	line-height: calc((32*640px)/750);
	font-size: calc((28*640px)/750);
	padding: calc((34*640px)/750) calc((72 * 640px) / 750) calc((34 * 640px) / 750) 0;
	font-weight: 700
}
@media screen and (max-width:640px) {
	.c-accordion__summary-inner {
		line-height: calc(32/750*100vw);
		font-size: calc(28/750*100vw);
		padding: calc(34/750*100vw) calc(72 / 750 * 100vw) calc(34 / 750 * 100vw) 0
	}
}
.c-accordion__summary-inner:before, .c-accordion__summary-inner:after {
	content: '';
	position: absolute;
	display: block;
	background-color: #4f4bf9;
	border-radius: calc((3*640px)/750);
	width: calc((30*640px)/750);
	height: calc((6*640px)/750);
	margin-left: calc((6*640px)/750);
	-ms-flex-negative: 0;
	flex-shrink: 0;
	top: calc(50% - calc((3*640px)/750));
	right: calc((50*640px)/750);
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
	z-index: 2
}
@media screen and (max-width:640px) {
	.c-accordion__summary-inner:before, .c-accordion__summary-inner:after {
		border-radius: calc(3/750*100vw);
		width: calc(30/750*100vw);
		height: calc(6/750*100vw);
		margin-left: calc(6/750*100vw);
		top: calc(50% - (3/750*100vw));
		right: calc(50/750*100vw)
	}
}
.c-accordion__summary-inner:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
.c-accordion__summary-inner>span {
	color: #4f4bf9
}
.c-accordion__content {
	overflow: hidden;
	padding: 0 calc((20*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion__content {
		padding: 0 calc(20/750*100vw)
	}
}
.c-accordion__content-inner {
	padding: calc((6*640px)/750) 0 calc((40 * 640px) / 750)
}
@media screen and (max-width:640px) {
	.c-accordion__content-inner {
		padding: calc(6/750*100vw) 0 calc(40 / 750 * 100vw)
	}
}
.c-accordion__content-inner :first-child {
	margin-top: 0!important
}
.c-accordion__content-inner p {
	line-height: calc((36*640px)/750);
	margin: calc((10*640px)/750) auto 0
}
@media screen and (max-width:640px) {
	.c-accordion__content-inner p {
		line-height: calc(36/750*100vw);
		margin: calc(10/750*100vw) auto 0
	}
}
.c-accordion__content-inner>p[data-style=purple] {
	margin-top: calc((50*640px)/750)!important
}
@media screen and (max-width:640px) {
	.c-accordion__content-inner>p[data-style=purple] {
		margin-top: calc(50/750*100vw)!important
	}
}
.c-accordion__content-inner>p:first-child {
	margin-top: 0!important
}
.c-accordion__content-inner>ul>li:not(:first-child) {
	margin-top: calc((24*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion__content-inner>ul>li:not(:first-child) {
		margin-top: calc(24/750*100vw)
	}
}
.c-accordion__content-inner>ul>li:before {
	left: 0
}
.c-accordion__content-inner figure {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: calc((38*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion__content-inner figure {
		margin-top: calc(38/750*100vw)
	}
}
.c-accordion__content-inner figure img {
	border: 1px solid #e6eaf0;
	border-radius: calc((20*640px)/750);
	width: calc(50% - calc((10*640px)/750))
}
@media screen and (max-width:640px) {
	.c-accordion__content-inner figure img {
		border-radius: calc(20/750*100vw);
		width: calc(50% - (10/750*100vw))
	}
}
.c-accordion__content-inner figure img[data-width=max] {
	width: 100%
}
.c-accordion__content-inner figure img:nth-child(2n) {
	margin-left: calc((20*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion__content-inner figure img:nth-child(2n) {
		margin-left: calc(20/750*100vw)
	}
}
.c-accordion__content-inner figure img:nth-child(n+3) {
	margin-top: calc((20*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion__content-inner figure img:nth-child(n+3) {
		margin-top: calc(20/750*100vw)
	}
}
.c-accordion__content-inner>h4 {
	display: inline-block;
	color: #fff;
	background-color: #7989c5;
	font-weight: 400;
	font-size: calc((26*640px)/750);
	border-radius: 0 calc((24*640px)/750) calc((24 * 640px) / 750) 0;
	margin-top: calc((38*640px)/750);
	margin-bottom: calc((10*640px)/750);
	padding: calc((2*640px)/750) calc((30 * 640px) / 750) calc((2 * 640px) / 750) calc((20 * 640px) / 750)
}
@media screen and (max-width:640px) {
	.c-accordion__content-inner>h4 {
		font-size: calc(26/750*100vw);
		border-radius: 0 calc(24/750*100vw) calc(24 / 750 * 100vw) 0;
		margin-top: calc(38/750*100vw);
		margin-bottom: calc(10/750*100vw);
		padding: calc(2/750*100vw) calc(30 / 750 * 100vw) calc(2 / 750 * 100vw) calc(20 / 750 * 100vw)
	}
}
.c-accordion__content-inner-bg {
	background-color: #f5f7fa;
	border-radius: calc((20*640px)/750);
	width: calc(100% + calc((40*640px)/750));
	margin-top: calc((50*640px)/750);
	margin-left: calc((-20*640px)/750);
	padding: calc((32*640px)/750) calc((30 * 640px) / 750) calc((30 * 640px) / 750)
}
@media screen and (max-width:640px) {
	.c-accordion__content-inner-bg {
		border-radius: calc(20/750*100vw);
		width: calc(100% + (40/750*100vw));
		margin-top: calc(50/750*100vw);
		margin-left: calc(-20/750*100vw);
		padding: calc(32/750*100vw) calc(30 / 750 * 100vw) calc(30 / 750 * 100vw)
	}
}
.c-accordion__content-inner-bg>h4 {
	display: inline-block;
	color: #fff;
	background-color: #7989c5;
	font-weight: 400;
	font-size: calc((26*640px)/750);
	border-radius: 0 calc((24*640px)/750) calc((24 * 640px) / 750) 0;
	margin-top: calc((38*640px)/750);
	margin-left: calc((-30*640px)/750);
	margin-bottom: calc((10*640px)/750);
	padding: calc((2*640px)/750) calc((40 * 640px) / 750) calc((2 * 640px) / 750) calc((30 * 640px) / 750)
}
@media screen and (max-width:640px) {
	.c-accordion__content-inner-bg>h4 {
		font-size: calc(26/750*100vw);
		border-radius: 0 calc(24/750*100vw) calc(24 / 750 * 100vw) 0;
		margin-top: calc(38/750*100vw);
		margin-left: calc(-30/750*100vw);
		margin-bottom: calc(10/750*100vw);
		padding: calc(2/750*100vw) calc(40 / 750 * 100vw) calc(2 / 750 * 100vw) calc(30 / 750 * 100vw)
	}
}
.c-accordion__content-inner-connection {
	margin-top: calc((34*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion__content-inner-connection {
		margin-top: calc(34/750*100vw)
	}
}
.c-accordion__content-inner-connection h4 {
	position: relative;
	font-weight: 400;
	font-size: calc((26*640px)/750);
	padding-left: calc((40*640px)/750);
	margin: 0
}
@media screen and (max-width:640px) {
	.c-accordion__content-inner-connection h4 {
		font-size: calc(26/750*100vw);
		padding-left: calc(40/750*100vw)
	}
}
.c-accordion__content-inner-connection h4:before {
	content: '';
	position: absolute;
	display: block;
	background-color: #4f4bf9;
	height: 1px;
	left: 0;
	width: calc((20*640px)/750);
	top: calc((22*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion__content-inner-connection h4:before {
		width: calc(20/750*100vw);
		top: calc(22/750*100vw)
	}
}
.c-accordion__content-inner-connection h4+p {
	margin-top: calc((12*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion__content-inner-connection h4+p {
		margin-top: calc(12/750*100vw)
	}
}
.c-accordion__content-inner-connection p {
	margin-top: calc((30*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion__content-inner-connection p {
		margin-top: calc(30/750*100vw)
	}
}
.c-accordion__content-inner-connection a {
	color: #4f4bf9
}
.c-accordion__content-note {
	margin-top: calc((30*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion__content-note {
		margin-top: calc(30/750*100vw)
	}
}
.c-accordion__content-note p {
	color: #007bdf;
	margin-top: calc((20*640px)/750);
	padding-left: calc((24*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion__content-note p {
		margin-top: calc(20/750*100vw);
		padding-left: calc(24/750*100vw)
	}
}
.c-accordion__content-note p:before {
	content: '！';
	font-weight: 700;
	margin-left: calc((-25*640px)/750)
}
@media screen and (max-width:640px) {
	.c-accordion__content-note p:before {
		margin-left: calc(-25/750*100vw)
	}
}
.c-accordion__content span[data-color=highlight] {
	background-color: #ffe57b
}
.c-text-link {
	text-align: right;
	font-size: calc((30*640px)/750);
	font-weight: 700;
	margin-top: calc((40*640px)/750)
}
@media screen and (max-width:640px) {
	.c-text-link {
		font-size: calc(30/750*100vw);
		margin-top: calc(40/750*100vw)
	}
}
.c-text-link a {
	position: relative;
	color: #4f4bf9;
	-webkit-transition: opacity .4s;
	transition: opacity .4s
}
.c-text-link a[data-target=blank] {
	padding-right: calc((95*640px)/750)
}
@media screen and (max-width:640px) {
	.c-text-link a[data-target=blank] {
		padding-right: calc(95/750*100vw)
	}
}
.c-text-link a[data-target=blank]:after {
	content: '';
	position: absolute;
	display: block;
	background: url(../img/icon-window.svg) no-repeat center/100% auto;
	width: calc((30*640px)/750);
	height: calc((30*640px)/750);
	right: calc((45*640px)/750);
	top: calc((4*640px)/750)
}
@media screen and (max-width:640px) {
	.c-text-link a[data-target=blank]:after {
		width: calc(30/750*100vw);
		height: calc(30/750*100vw);
		right: calc(45/750*100vw);
		top: calc(4/750*100vw)
	}
}
@media screen and (min-width:640px) {
	.c-text-link a:hover {
		opacity: .7
	}
}
.c-search {
	position: relative;
	margin-bottom: calc((64*640px)/750);
	padding: 0 calc((20*640px)/750) calc((60 * 640px) / 750)
}
@media screen and (max-width:640px) {
	.c-search {
		margin-bottom: calc(64/750*100vw);
		padding: 0 calc(20/750*100vw) calc(60 / 750 * 100vw)
	}
}
.c-search:before {
	content: '';
	position: absolute;
	display: block;
	background-color: #4f4bf9;
	height: 1px;
	bottom: 0;
	width: calc(100% - calc((40*640px)/750));
	left: calc((20*640px)/750);
	z-index: 1
}
@media screen and (max-width:640px) {
	.c-search:before {
		width: calc(100% - (40/750*100vw));
		left: calc(20/750*100vw)
	}
}
.c-search__list {
	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;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	margin: 0;
	padding: 0
}
.c-search__list li {
	list-style-type: none;
	width: calc((280*640px)/750)
}
@media screen and (max-width:640px) {
	.c-search__list li {
		width: calc(280/750*100vw)
	}
}
.c-search__list li:nth-child(n+3) {
	margin-top: calc((50*640px)/750)
}
@media screen and (max-width:640px) {
	.c-search__list li:nth-child(n+3) {
		margin-top: calc(50/750*100vw)
	}
}
.c-search__list li a {
	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;
	text-align: center;
	text-decoration: none;
	color: #7989c5;
	font-weight: 700;
	border: 1px solid #c6cee9;
	border-radius: calc((35*640px)/750);
	font-size: calc((26*640px)/750);
	background-color: #fff;
	min-height: calc((50*640px)/750)
}
@media screen and (max-width:640px) {
	.c-search__list li a {
		border-radius: calc(35/750*100vw);
		font-size: calc(26/750*100vw);
		min-height: calc(50/750*100vw)
	}
}
.c-search__list li a[data-current=true] {
	color: #4f4bf9;
	border-color: #4f4bf9;
	background-color: #fdeded;
	min-height: calc((70*640px)/750)
}
@media screen and (max-width:640px) {
	.c-search__list li a[data-current=true] {
		min-height: calc(70/750*100vw)
	}
}
.c-search__input {
	position: relative;
	margin-top: calc((60*640px)/750)
}
@media screen and (max-width:640px) {
	.c-search__input {
		margin-top: calc(60/750*100vw)
	}
}
.c-search__input input[data-input=search] {
	position: relative;
	border: 1px solid #fff;
	background-color: #f5f7fa;
	border-radius: calc((40*640px)/750);
	font-size: calc((32*640px)/750);
	width: 100%;
	margin: 0;
	padding: calc((22*640px)/750) calc((40 * 640px) / 750);
	max-height: calc((84*640px)/750);
	-webkit-box-shadow: inset calc(2/750*100vw) calc(2 / 750 * 100vw) calc(14 / 750 * 100vw) rgba(10, 41, 57, .1), inset calc(-2/750*100vw) calc(-2 / 750 * 100vw) calc(14 / 750 * 100vw) rgba(10, 41, 57, .1);
	box-shadow: inset calc(2/750*100vw) calc(2 / 750 * 100vw) calc(14 / 750 * 100vw) rgba(10, 41, 57, .1), inset calc(-2/750*100vw) calc(-2 / 750 * 100vw) calc(14 / 750 * 100vw) rgba(10, 41, 57, .1);
	z-index: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
@media screen and (max-width:640px) {
	.c-search__input input[data-input=search] {
		border-radius: calc(40/750*100vw);
		font-size: calc(32/750*100vw);
		padding: calc(22/750*100vw) calc(40 / 750 * 100vw);
		max-height: calc(84/750*100vw)
	}
}
.c-search__input input[data-input=search]:focus {
	border: 1px solid #4f4bf9;
	outline: 0
}
.c-search__input input[data-input=clear] {
	position: absolute;
	border: none;
	background: url(../img/icon-clear.png) no-repeat center/100% auto;
	font-size: 0;
	width: calc((40*640px)/750);
	height: calc((40*640px)/750);
	margin: 0;
	padding: 0;
	top: calc((20*640px)/750);
	right: calc((20*640px)/750);
	z-index: 2;
	cursor: pointer
}
@media screen and (max-width:640px) {
	.c-search__input input[data-input=clear] {
		width: calc(40/750*100vw);
		height: calc(40/750*100vw);
		top: calc(20/750*100vw);
		right: calc(20/750*100vw)
	}
}
.c-guide {
	background-color: #fff;
	border-radius: calc((20*640px)/750);
	margin-top: calc((40*640px)/750);
	padding: calc((61*640px)/750) calc((25 * 640px) / 750);
	-webkit-filter: drop-shadow(2px 2px 10px rgba(74, 72, 91, .16));
	filter: drop-shadow(2px 2px 10px rgba(74, 72, 91, .16));
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
@media screen and (max-width:640px) {
	.c-guide {
		border-radius: calc(20/750*100vw);
		margin-top: calc(40/750*100vw);
		padding: calc(61/750*100vw) calc(25 / 750 * 100vw)
	}
}
.c-guide__title {
	margin-bottom: calc((34*640px)/750)
}
@media screen and (max-width:640px) {
	.c-guide__title {
		margin-bottom: calc(34/750*100vw)
	}
}
.c-guide__title h2 {
	text-align: center;
	font-weight: 700;
	font-size: calc((40*640px)/750);
	margin: 0 auto
}
@media screen and (max-width:640px) {
	.c-guide__title h2 {
		font-size: calc(40/750*100vw)
	}
}





.c-guide__deviceinfo {
	margin-bottom: calc((35*640px)/750)
}
@media screen and (max-width:640px) {
	.c-guide__deviceinfo {
		margin-bottom: calc(35/750*100vw)
	}
}
.c-guide__deviceinfo h2 {
	text-align: left;
	font-weight: 700;
	font-size: calc((35*640px)/750);
	margin: 0 auto
}
@media screen and (max-width:640px) {
	.c-guide__deviceinfo h2 {
		font-size: calc(35/750*100vw)
	}
}









.c-guide__anchor-link a {
	position: relative;
	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;
	text-decoration: none;
	color: #000;
	background-color: #fff;
	font-weight: 700;
	font-size: calc((32*640px)/750);
	border-radius: calc((50*640px)/750);
	width: calc((600*640px)/750);
	height: calc((100*640px)/750);
	margin: 0 auto;
	-webkit-filter: drop-shadow(2px 2px 10px rgba(74, 72, 91, .16));
	filter: drop-shadow(2px 2px 10px rgba(74, 72, 91, .16))
}
@media screen and (max-width:640px) {
	.c-guide__anchor-link a {
		font-size: calc(32/750*100vw);
		border-radius: calc(50/750*100vw);
		width: calc(600/750*100vw);
		height: calc(100/750*100vw)
	}
}
.c-guide__anchor-link a:after {
	content: '';
	position: absolute;
	background: url(../img/icon-btn.svg) no-repeat center/100% auto;
	width: calc((36*640px)/750);
	height: calc((36*640px)/750);
	right: calc((77*640px)/750)
}
@media screen and (max-width:640px) {
	.c-guide__anchor-link a:after {
		width: calc(36/750*100vw);
		height: calc(36/750*100vw);
		right: calc(77/750*100vw);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}
}
.c-inherit {
	margin: calc((40*640px)/750) auto 0
}
@media screen and (max-width:640px) {
	.c-inherit {
		margin: calc(40/750*100vw) auto 0
	}
}
.c-inherit__title h2 {
	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;
	text-align: center;
	color: #4f4bf9;
	font-size: calc((46*640px)/750);
	margin: 0
}
@media screen and (max-width:640px) {
	.c-inherit__title h2 {
		font-size: calc(46/750*100vw)
	}
}
.c-inherit__title h2:before, .c-inherit__title h2:after {
	content: '';
	display: block;
	background: url(../img/icon-inherit.svg) no-repeat center/100% auto;
	width: calc((42*640px)/750);
	height: calc((40*640px)/750);
	margin: 0 calc((22*640px)/750)
}
@media screen and (max-width:640px) {
	.c-inherit__title h2:before, .c-inherit__title h2:after {
		width: calc(42/750*100vw);
		height: calc(40/750*100vw);
		margin: 0 calc(22/750*100vw)
	}
}
.c-inherit__title p {
	text-align: center;
	font-size: calc((26*640px)/750);
	line-height: calc((40*640px)/750);
	margin: calc((18*640px)/750) 0 0
}
@media screen and (max-width:640px) {
	.c-inherit__title p {
		font-size: calc(26/750*100vw);
		line-height: calc(40/750*100vw);
		margin: calc(18/750*100vw) 0 0
	}
}
.c-inherit__details {
	background-color: #fff;
	border-radius: calc((20*640px)/750);
	padding: calc((69*640px)/750) calc((25 * 640px) / 750);
	-webkit-filter: drop-shadow(2px 2px 10px rgba(74, 72, 91, .16));
	filter: drop-shadow(2px 2px 10px rgba(74, 72, 91, .16));
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
@media screen and (max-width:640px) {
	.c-inherit__details {
		border-radius: calc(20/750*100vw);
		padding: calc(69/750*100vw) calc(25 / 750 * 100vw)
	}
}
.c-tips {
	background-color: #fff;
	border-radius: calc((20*640px)/750);
	margin-top: calc((50*640px)/750);
	padding: calc((70*640px)/750) calc((25 * 640px) / 750) calc((60 * 640px) / 750);
	-webkit-filter: drop-shadow(2px 2px 10px rgba(74, 72, 91, .16));
	filter: drop-shadow(2px 2px 10px rgba(74, 72, 91, .16));
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
@media screen and (max-width:640px) {
	.c-tips {
		border-radius: calc(20/750*100vw);
		margin-top: calc(50/750*100vw);
		padding: calc(70/750*100vw) calc(25 / 750 * 100vw) calc(60 / 750 * 100vw)
	}
}
.c-maintenance {
	text-align: center;
	background-color: #fff;
	border-radius: calc((20*640px)/750);
	padding: calc((62*640px)/750) calc((30 * 640px) / 750) calc((74 * 640px) / 750);
	-webkit-filter: drop-shadow(2px 2px 10px rgba(74, 72, 91, .16));
	filter: drop-shadow(2px 2px 10px rgba(74, 72, 91, .16));
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
@media screen and (max-width:640px) {
	.c-maintenance {
		border-radius: calc(20/750*100vw);
		padding: calc(62/750*100vw) calc(30 / 750 * 100vw) calc(74 / 750 * 100vw)
	}
}
.c-maintenance h1 {
	color: #cc0033;
	font-size: calc((46*640px)/750);
	margin: 0
}
@media screen and (max-width:640px) {
	.c-maintenance h1 {
		font-size: calc(46/750*100vw)
	}
}
.c-maintenance p {
	margin: 0
}
.c-maintenance p+p {
	margin-top: calc((14*640px)/750)
}
@media screen and (max-width:640px) {
	.c-maintenance p+p {
		margin-top: calc(14/750*100vw)
	}
}
.c-maintenance__text {
	margin-top: calc((30*640px)/750)
}
@media screen and (max-width:640px) {
	.c-maintenance__text {
		margin-top: calc(30/750*100vw)
	}
}
.c-maintenance__text p {
	line-height: calc((44*640px)/750);
	font-size: calc((28*640px)/750)
}
@media screen and (max-width:640px) {
	.c-maintenance__text p {
		line-height: calc(44/750*100vw);
		font-size: calc(28/750*100vw)
	}
}
.c-maintenance__link {
	margin-top: calc((48*640px)/750)
}
@media screen and (max-width:640px) {
	.c-maintenance__link {
		margin-top: calc(48/750*100vw)
	}
}
.c-maintenance__link p {
	line-height: calc((38*640px)/750);
	font-size: calc((24*640px)/750)
}
@media screen and (max-width:640px) {
	.c-maintenance__link p {
		line-height: calc(38/750*100vw);
		font-size: calc(24/750*100vw)
	}
}
.c-maintenance__text a {
	color: #4f4bf9;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}
.c-maintenance__text a[data-target=blank] {
	position: relative
}
.c-maintenance__text a[data-target=blank]:after {
	content: '';
	position: relative;
	display: inline-block;
	background: url(../img/icon-window.svg) no-repeat center/100% auto;
	width: calc((24*640px)/750);
	height: calc((24*640px)/750);
	margin-right: calc((8* 640px) / 750);
    top: calc((2* 640px) / 750);
    right: calc((-8* 640px) / 750);
}
.c-maintenance__link a {
	color: #cc0033;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}
.c-maintenance__link a[data-target=blank] {
	position: relative
}
.c-maintenance__link a[data-target=blank]:after {
	content: '';
	position: relative;
	display: inline-block;
	background: url(../img/icon-window.svg) no-repeat center/100% auto;
	width: calc((24*640px)/750);
	height: calc((24*640px)/750);
	margin-right: calc((2*640px)/750);
	top: calc((2*640px)/750)
}
@media screen and (max-width:640px) {
    .c-maintenance__text a[data-target=blank]:after {
		width: calc(24/750*100vw);
		height: calc(24/750*100vw);
		margin-right: calc(8/750*100vw);
		top: calc(2/750*100vw);
        right: calc(-8/750*100vw);
	}
	.c-maintenance__link a[data-target=blank]:after {
		width: calc(24/750*100vw);
		height: calc(24/750*100vw);
		margin-right: calc(2/750*100vw);
		top: calc(2/750*100vw)
	}
}
@media screen and (min-width:640px) {
    .c-maintenance__text a:hover {
		opacity: .7
	}
	.c-maintenance__link a:hover {
		opacity: .7
	}
}
/* PeppermillFaqAll/PeppermillHelpAll watch対応 202406 */
#PeppermillFaqAll { display: none; }
#PeppermillHelpAll { display: none; }
.tx_center {
  text-align: center;
}
.terminal_tab {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0 calc((20* 640px) / 750) calc((50* 640px) / 750);
}
#kids_tab,#peppermill_tab {
  display:flex;
  align-items: center;
  justify-content: center;
  width: 48%;
  height: calc((80* 640px) / 750);
  font-size: calc((26*640px)/750) !important;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
}
#kids_tab {
  border-radius: calc((35*640px)/750) calc((35*640px)/750) 0 calc((35*640px)/750);
  background-color: #4e4af9;
}
#peppermill_tab {
  border-radius: calc((35*640px)/750) calc((35*640px)/750) calc((35*640px)/750) 0;
  background-color: #d0cedf;
}
@media screen and (max-width:640px) {
  .terminal_tab {
    padding: 0 calc(20/750*100vw) calc(50/750*100vw);
  }
  #kids_tab,#peppermill_tab {
    height: calc(80/750*100vw);
    font-size: calc(26/750*100vw) !important;
  }
  #kids_tab {
    border-radius: calc(35/750*100vw) calc(35/750*100vw) 0 calc(35/750*100vw) ;
  }
  #peppermill_tab {
    border-radius: calc(35/750*100vw) calc(35/750*100vw) calc(35/750*100vw) 0;
  }
}