@charset 'UTF-8';
/* =====================================================
* Base
* ================================================== */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: sans-serif;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	margin: 0.67em 0;
	font-size: 2em;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search] {
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* -----------------------------------------------------
 * Init
 * -------------------------------------------------- */

*,
*:before,
*:after {
	box-sizing: border-box;
}

/* normalize overwrite */

html {
	position: relative;
	min-height: 100%;
	font-family: 'Roboto', 'Noto Sans JP', serif;
	font-size: 62.5%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #f4f5f8;
	color: #555353;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ol {
	margin: 0;
	padding: 0;
}

dl {
	margin: 0;
}

dd {
	margin-left: 0;
}

figure {
	margin: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

button {
	padding: 0;
	border-style: none;
}

p {
	margin: 0;
}

em {
	font-style: normal;
}

/* =====================================================
* State
* ================================================== */

/* =====================================================
 * Module
 * ================================================== */

/* -----------------------------------------------------
 * Display
 * -------------------------------------------------- */

.u-show-br-sp {
	display: none;
}

.u-show-br-pc {
	display: none;
}

/* -----------------------------------------------------
 * Text
 * -------------------------------------------------- */

/* font-family
---------------------------------------- */

.u-font-en {
	font-family: 'Roboto', 'Noto Sans JP', serif !important;
}

.u-font-ja {
	font-family: 'Roboto', 'Noto Sans JP', serif !important;
}

/* text-align
---------------------------------------- */

.u-al-left {
	text-align: left !important;
}

.u-al-center {
	text-align: center !important;
}

.u-al-right {
	text-align: right !important;
}

/* writing-mode
---------------------------------------- */

.u-wm-rl {
	-ms-writing-mode: tb-rl !important;
	-webkit-writing-mode: vertical-rl !important;
	writing-mode: vertical-rl !important;
}

/* -----------------------------------------------------
 * c-favorite
 * -------------------------------------------------- */

.c-favorite {
	width: 108px;
	margin: 0 0 0 10px;
}

.c-favorite button {
	padding: 12px 10px;
	border: 1px solid #b5bcd0;
	border-radius: 8px;
	background-color: #fff;
}

.c-favorite button span {
	font-size: 1.2rem;
	font-weight: 400;
}

.c-favorite img {
	display: block;
	width: 24px;
	height: 23px;
	margin: 0 auto;
}

.c-favorite .favorite-button-hide {
	display: none;
}

/* -----------------------------------------------------
 * c-label
 * -------------------------------------------------- */

.c-label {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 11px;
	background-color: #009cf0;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
}

/* -----------------------------------------------------
 * c-link-more
 * -------------------------------------------------- */

.c-link-more {
	position: absolute;
	top: 5px;
	right: 0;
	text-align: right;
}

.c-link-more a {
	display: flex;
	position: relative;
	align-items: center;
	padding: 0 16px 0 0;
	color: #0053bc;
	font-size: 1.4rem;
	font-weight: 500;
	transition: opacity 0.2s ease;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.c-link-more a::after {
	content: '';
	position: absolute;
	right: 0;
	width: 12px;
	height: 10px;
	background-color: transparent;
	background-image: url(../img/common/ico_triangles_arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

/* -----------------------------------------------------
 * p-panel
 * -------------------------------------------------- */

.c-panel {
	margin: 24px 0;
	border: 1px solid transparent;
}

.c-panel-heading {
	position: relative;
	padding: 8px 52px;
	font-weight: 700;
}

.c-panel-heading::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	width: 22px;
	height: 20px;
	background-color: transparent;
	background-image: url(../img/detail/ico_warning.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.c-panel-body {
	padding: 16px 20px;
	font-weight: 400;
	line-height: 1.75;
}

.c-panel.warning {
	border-color: #fadce3;
}

.c-panel.warning .c-panel-heading {
	background-color: #fadce3;
	color: #b4001c;
}

.c-panel.warning .c-panel-heading::before {
	width: 22px;
	height: 20px;
	background-image: url(../img/detail/ico_warning.svg);
}

.c-panel.warning .c-panel-body {
	background-color: #fff2f5;
}

.c-panel.point {
	border-color: #ffdfad;
}

.c-panel.point .c-panel-heading {
	background-color: #ffdfad;
	color: #d65b00;
}

.c-panel.point .c-panel-heading::before {
	width: 14px;
	height: 20px;
	background-image: url(../img/detail/ico_point.svg);
}

.c-panel.point .c-panel-body {
	background-color: #fff7eb;
}

.c-panel.reference {
	border-color: #d3eae2;
}

.c-panel.reference .c-panel-heading {
	background-color: #d3eae2;
	color: #078157;
}

.c-panel.reference .c-panel-heading::before {
	width: 14px;
	height: 20px;
	background-image: url(../img/detail/ico_reference.svg);
}

.c-panel.reference .c-panel-body {
	background-color: #f0f8f8;
}

/* -----------------------------------------------------
 * c-section-title
 * -------------------------------------------------- */

.c-section-title {
	display: flex;
	position: relative;
	align-items: center;
	padding: 0 0 0 32px;
	font-size: 2rem;
	font-weight: 700;
}

.c-section-title::before {
	content: '';
	position: absolute;
	left: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.c-section-title.news {
	padding: 0 0 0 24px;
	font-size: 1.6rem;
}

.c-section-title.news::before {
	width: 16px;
	height: 18px;
	background-image: url(../img/common/ico_news.svg);
}

.c-section-title.popular {
	padding: 0 0 0 26px;
}

.c-section-title.popular::before {
	width: 18px;
	height: 23px;
	background-image: url(../img/common/ico_popular_articles.svg);
}

.c-section-title.favorite::before {
	width: 24px;
	height: 23px;
	background-image: url(../img/common/ico_favorite.svg);
}

.c-section-title.toc::before {
	width: 24px;
	height: 16px;
	background-image: url(../img/common/ico_toc.svg);
	-webkit-filter: invert(88%) sepia(8%) saturate(608%) hue-rotate(190deg) brightness(86%) contrast(88%);
	filter: invert(88%) sepia(8%) saturate(608%) hue-rotate(190deg) brightness(86%) contrast(88%);
}

.c-section-title.results {
	padding: 0 0 0 26px;
}

.c-section-title.results::before {
	width: 24px;
	height: 24px;
	background-image: url(../img/common/ico_search.svg);
}

.c-section-title.related::before {
	width: 20px;
	height: 20px;
	background-image: url(../img/common/ico_related.svg);
}

/* -----------------------------------------------------
 * c-select
 * -------------------------------------------------- */

.c-select {
	display: flex;
	align-items: center;
	gap: 8px;
}

.c-select .c-select-user {
	display: flex;
	position: relative;
	align-items: center;
	padding: 0 0 0 24px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.7142857143;
}

.c-select .c-select-user::before {
	content: '';
	position: absolute;
	left: 0;
	width: 16px;
	height: 18px;
	background-color: transparent;
	background-image: url(../img/common/ico_user.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.c-select .c-select-targets {
	display: inline-block;
	position: relative;
	top: 0;
	overflow: hidden;
	vertical-align: middle;
}

.c-select .c-select-targets:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 3;
	top: 50%;
	right: 14px;
	width: 5px;
	height: 9px;
	margin: -4px 0 0;
	background-color: transparent;
	background-image: url(../img/common/ico_arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	pointer-events: none;
	-webkit-filter: invert(33%) sepia(16%) saturate(9%) hue-rotate(316deg) brightness(93%) contrast(96%);
	filter: invert(33%) sepia(16%) saturate(9%) hue-rotate(316deg) brightness(93%) contrast(96%);
}

.c-select .c-select-targets select {
	min-width: 160px;
	height: 40px;
	padding: 0 0 0 16px;
	border: 1px solid #b5bcd0;
	border-radius: 8px;
	background-color: #fff;
	font-size: 1.4rem;
	font-weight: 400;
	-webkit-appearance: none;
	appearance: none;
}

/* -----------------------------------------------------
 * c-tag
 * -------------------------------------------------- */

.c-tags {
	display: flex;
	align-items: center;
	gap: 8px;
}

.c-tag {
	display: inline-block;
	padding: 3px 16px;
	border: 1px solid #fff;
	border-radius: 17px;
	background-color: transparent;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
}

.c-tag.tag-01 {
	border-color: #ea7f01;
	color: #ea7f01;
}

.c-tag.tag-02 {
	border-color: #58ba7e;
	color: #58ba7e;
}

.c-tag.tag-03 {
	border-color: #f48bbb;
	color: #f48bbb;
}

/* -----------------------------------------------------
 * p-detail
 * -------------------------------------------------- */

.p-detail-content {
	padding: 32px 40px 40px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.p-detail-content-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 -40px;
	padding: 0 40px 32px;
	border-bottom: 1px solid #b5bcd0;
}

.p-detail-content-header h1 {
	font-size: 3.2rem;
	font-weight: 700;
}

.p-detail-content-tag {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 24px 0 0;
	font-size: 1.4rem;
	font-weight: 400;
	gap: 8px;
}

.p-detail-content-body {
	margin: 48px 0 0;
}

.p-detail-content-body h2 {
	margin: 56px 0 24px;
	padding: 12px 16px;
	background-color: #e7ebf4;
	font-size: 2.2rem;
	font-weight: 700;
}

.p-detail-content-body h3 {
	position: relative;
	margin: 40px 0 24px;
	padding: 3px 0 12px 20px;
	border-bottom: 1px solid #e4e8f0;
	font-size: 2rem;
	font-weight: 700;
}

.p-detail-content-body h3::before,
.p-detail-content-body h3::after {
	content: '';
	position: absolute;
	top: 0;
	background-color: #b5bcd0;
}

.p-detail-content-body h3::before {
	left: 0;
	width: 5px;
	height: 36px;
	border-radius: 3px;
}

.p-detail-content-body h3::after {
	left: 8px;
	width: 2px;
	height: 36px;
	border-radius: 2px;
}

.p-detail-content-body h4 {
	display: flex;
	position: relative;
	align-items: center;
	margin: 32px 0 24px;
	padding: 0 0 0 18px;
	font-size: 1.8rem;
	font-weight: 700;
}

.p-detail-content-body h4::before {
	content: '';
	position: absolute;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 2px;
	background-color: #b5bcd0;
}

.p-detail-content-body h5 {
	margin: 32px 0 24px;
	font-size: 1.7rem;
	font-weight: 700;
}

.p-detail-content-body p {
	margin: 24px 0;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.75;
}

.p-detail-content-body p a {
	color: #0053bc;
	transition: opacity 0.2s ease;
}

.p-detail-content-body figure {
	margin: 24px 0;
}

.p-detail-content-body figure img {
	display: block;
	width: 100%;
}

.p-detail-content-body figure figcaption {
	margin: 0.5em 0 0;
	font-size: 1.4rem;
	font-weight: 400;
}

.p-detail-content-body ul {
	display: flex;
	flex-direction: column;
	margin: 24px 0;
	padding: 0 0 0 2em;
	gap: 8px;
}

.p-detail-content-body ul li {
	position: relative;
	padding: 0 0 0 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.75;
}

.p-detail-content-body ul li::before {
	content: '';
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #b5bcd0;
}

.p-detail-content-body ol {
	display: flex;
	flex-direction: column;
	margin: 24px 0;
	padding: 0 0 0 3em;
	gap: 8px;
}

.p-detail-content-body ol li {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.75;
}

.p-detail-content-body table {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	margin: 24px 0;
}

.p-detail-content-body table td,
.p-detail-content-body table th {
	padding: 12px 16px;
	border: 1px solid #b5bcd0;
}

.p-detail-content-body table th {
	background: #e4e8f0;
}

.p-detail-content-body-btn-list ul {
	display: flex;
	flex-direction: column;
	margin: 0;
	gap: 8px;
}

.p-detail-content-body-btn-list ul li {
	padding: 0;
	border: 1px solid #e4e8f0;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.p-detail-content-body-btn-list ul li::before {
	display: none;
}

.p-detail-content-body-btn-list-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 16px;
	transition: opacity 0.2s ease;
	gap: 16px;
}

.p-detail-content-body-btn-list-title {
	font-weight: 700;
}

.p-detail-content-body-btn-list-tags {
	margin: 0 0 0 auto;
}

.p-detail-content-body-btn-list-arrow.color-01 svg path {
	stroke: #00a7a7;
}

.p-detail-pagination {
	margin: 24px 0 0;
}

.p-detail-pagination-prev a,
.p-detail-pagination-next a {
	display: inline-block;
	padding: 12px 16px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	transition: opacity 0.2s ease;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.p-detail-pagination-prev a span,
.p-detail-pagination-next a span {
	display: flex;
	position: relative;
	align-items: center;
	font-weight: 700;
}

.p-detail-pagination-prev a span::before,
.p-detail-pagination-next a span::before {
	content: '';
	position: absolute;
	width: 7px;
	height: 11px;
	background-color: transparent;
	background-image: url(../img/common/ico_arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	-webkit-filter: invert(29%) sepia(10%) saturate(4%) hue-rotate(121deg) brightness(104%) contrast(87%);
	filter: invert(29%) sepia(10%) saturate(4%) hue-rotate(121deg) brightness(104%) contrast(87%);
}

.p-detail-pagination-prev {
	float: left;
}

.p-detail-pagination-prev a span {
	padding: 0 0 0 45px;
}

.p-detail-pagination-prev a span::before {
	left: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.p-detail-pagination-next {
	float: right;
}

.p-detail-pagination-next a span {
	padding: 0 45px 0 0;
}

.p-detail-pagination-next a span::before {
	right: 0;
}

.p-detail-afb {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 96px 0 0;
	padding: 32px 40px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.p-detail-afb h2 {
	font-size: 1.8rem;
	font-weight: 700;
}

.p-detail-afb-select {
	display: flex;
	align-items: center;
	gap: 8px;
}

.p-detail-afb-select a {
	display: inline-block;
	width: 110px;
	padding: 6px 28px;
	border-radius: 8px;
	background-color: #555353;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	transition: opacity 0.2s ease;
}

.p-detail-afb .comment-respond {
	width: 100%;
	margin: 16px 0 0;
}

.p-detail-afb .comment-respond button[type=submit] {
	display: inline-block;
	box-sizing: border-box;
	width: 110px;
	margin: 0;
	margin: 8px 0 0;
	padding: 0;
	padding: 6px 28px;
	border: 0;
	border-radius: 0;
	border-radius: 8px;
	background: none transparent;
	background-color: #555353;
	background-clip: padding-box;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	color: inherit;
	color: #fff;
	font-size: inherit;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	transition: opacity 0.2s ease;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.p-detail-afb .comment-respond button[type=submit]::-ms-clear {
	display: none;
}

.p-detail-afb .comment-respond button[type=submit]::-ms-reveal {
	display: none;
}

.p-detail-afb .comment-respond button[type=submit]::-ms-expand {
	display: none;
}

.p-detail-afb .comment-form textarea {
	resize: none;
	display: block;
	width: 100%;
	height: 100px;
	padding: 16px;
	border: 1px solid #b5bcd0;
	border-radius: 8px;
	background-color: #fff;
	text-align: left;
}

.p-detail-afb .comment-form textarea::-webkit-input-placeholder {
	color: #b5bcd0;
}

.p-detail-afb .comment-form textarea:-ms-input-placeholder {
	color: #b5bcd0;
}

.p-detail-afb .comment-form textarea::-ms-input-placeholder {
	color: #b5bcd0;
}

.p-detail-afb .comment-form textarea::placeholder {
	color: #b5bcd0;
}

/* -----------------------------------------------------
 * p-header
 * -------------------------------------------------- */

.p-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
}

.p-header .logo {
	padding: 0 0 0 20px;
	pointer-events: auto;
}

.p-header .logo a {
	display: block;
	overflow: hidden;
	width: 188px;
	margin: auto;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: contain;
	transition: opacity 0.2s ease;
}

.p-header-title {
	flex: 1;
}

.p-header-text {
	margin: 0 0 0 20px;
	padding: 3px 0 3px 20px;
	border-left: 1px solid #c9cdd9;
	font-weight: 700;
}

.p-header .p-header-nav-list {
	display: flex;
	align-items: center;
	gap: 24px;
}

.p-header .p-header-nav-item a {
	display: flex;
	position: relative;
	align-items: center;
	padding: 0 0 0 24px;
	transition: opacity 0.2s ease;
}

.p-header .p-header-nav-item a::before {
	content: '';
	position: absolute;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.p-header .p-header-nav-item a span {
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1;
}

.p-header .p-header-nav-item a.favorite::before {
	left: 0;
	width: 16px;
	height: 15px;
	background-image: url(../img/common/ico_favorite.svg);
}

.p-header .p-header-nav-item a.news::before {
	left: 0;
	width: 16px;
	height: 18px;
	background-image: url(../img/common/ico_news.svg);
}

.p-header .p-header-nav-item a.contact {
	height: 60px;
	max-height: 60px;
	padding: 23px 16px 23px 40px;
	background-color: #555353;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
}

.p-header .p-header-nav-item a.contact::before {
	left: 16px;
	width: 16px;
	height: 13px;
	background-image: url(../img/common/ico_contact.svg);
}

/* -----------------------------------------------------
 * p-manualivefeel
 * -------------------------------------------------- */

.p-manualivefeel {
	position: fixed;
	right: 20px;
	bottom: 20px;
	transition: bottom 0.2s ease-in-out;
}

.p-manualivefeel.is-fixed {
	bottom: 80px;
}

.p-manualivefeel .manualiveFeel {
	display: inline-block;
	width: 120px;
	border-radius: 50%;
	box-shadow: 0 7px 14px rgba(0, 0, 0, 0.3);
}

.p-manualivefeel .manualiveFeel img {
	display: block;
	transition: -webkit-filter 0.2s ease-in-out;
	transition: filter 0.2s ease-in-out;
	transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
}

.p-manualivefeel .manualiveFeel:hover img {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
}

.p-manualivefeel-inner {
	text-align: center;
}

.p-manualivefeel-head {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.p-manualivefeel-logo {
	display: block;
}

.p-manualivefeel-logo span {
	display: block;
	overflow: hidden;
	width: 426px;
	height: 0;
	margin: 0 auto;
	padding: 76px 0 0;
	background-color: transparent;
	background-image: url(/img/common/logo_manualive_feel.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	white-space: nowrap;
}

.p-manualivefeel-text {
	margin: 16px 0 0;
	font-size: 1.8rem;
	font-weight: 500;
}

.p-manualivefeel-message {
	position: absolute;
	width: 91.6666666667%;
	text-align: left;
}

.p-manualivefeel-message p {
	font-size: 1.6rem;
	font-weight: 400;
	text-align: left;
}

.p-manualivefeel-message.you {
	top: 34px;
	right: 40px;
	text-align: right;
}

.p-manualivefeel-message.you span {
	display: inline-block;
	padding: 13px 24px;
	border: 1px solid #c9cdd9;
	border-radius: 30px;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.p-manualivefeel-message.manualivefeel {
	top: 87px;
	left: 40px;
}

.p-manualivefeel-message.manualivefeel img {
	width: 43px;
}

.p-manualivefeel-message.manualivefeel p {
	margin: 8px 0 0;
}

.p-manualivefeel-message.manualivefeel em {
	display: block;
	margin: 16px 0 4px;
	color: #b5bcd0;
	font-size: 1.4rem;
	font-weight: 400;
}

.p-manualivefeel-message-answer-head {
	display: flex;
	align-items: center;
	margin: 0 0 16px;
	padding: 0 0 8px;
	border-bottom: 1px solid #c9cdd9;
	gap: 5px;
}

.p-manualivefeel-message-answer-head img {
	flex: 0 0 43px;
}

.p-manualivefeel-message-answer-head p {
	flex: 1;
}

.p-manualivefeel-message-answer-foot {
	margin: 24px 0;
	padding: 16px 0 0;
	border-top: 1px solid #c9cdd9;
}

.p-manualivefeel-message-answer-foot-enqbox {
	display: flex;
	align-items: center;
	margin: 24px 0 0;
	gap: 4px;
}

.p-manualivefeel-message-answer-foot-enqbox-text {
	color: #b5bcd0;
	font-size: 1.3rem;
	font-weight: 400;
}

.p-manualivefeel-message-answer-foot-enqbox-list {
	display: flex;
	align-items: center;
	gap: 4px;
}

.p-manualivefeel-message-answer-foot-enqbox-list li input[type=radio] {
	position: absolute;
	-webkit-appearance: none;
	appearance: none;
}

.p-manualivefeel-message-answer-foot-enqbox-list li label {
	cursor: pointer;
	display: inline-block;
	width: 60px;
	height: 24px;
	padding: 2px 0 3px;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	color: #555353;
	font-size: 1.3rem;
	font-weight: 400;
	text-align: center;
	transition: 0.5s;
}

.p-manualivefeel-message.loading.you {
	top: auto;
	bottom: 155px;
}

.p-manualivefeel-message.loading.manualivefeel {
	top: auto;
	bottom: 100px;
}

.p-manualivefeel-message.loading.manualivefeel img {
	width: 85px;
}

.p-manualivefeel-messagebox {
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 95.8333333333%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-manualivefeel-messagebox-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	padding: 0 24px 0 18px;
	border: 1px solid #c9cdd9;
	border-radius: 8px;
	background-color: #fff;
}

.p-manualivefeel-messagebox-wrap input::-webkit-input-placeholder {
	color: #b5bcd0;
}

.p-manualivefeel-messagebox-wrap input:-ms-input-placeholder {
	color: #b5bcd0;
}

.p-manualivefeel-messagebox-wrap input::-ms-input-placeholder {
	color: #b5bcd0;
}

.p-manualivefeel-messagebox-wrap input::placeholder {
	color: #b5bcd0;
}

.p-manualivefeel-messagebox-input {
	outline: none;
	width: 100%;
	height: 100%;
	border: none;
	background-color: #fff;
	color: #555353;
}

.p-manualivefeel-messagebox-send {
	outline: none;
	cursor: pointer;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: 100%;
	border: none;
	background-color: transparent;
	transition: all 0.3s;
}

.p-manualivefeel-messagebox-send::after {
	content: '';
	position: absolute;
	right: 0;
	width: 26px;
	height: 26px;
	background-color: transparent;
	background-image: url(../img/common/ico_send.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	transition: opacity 0.2s ease-in-out;
}

.p-manualivefeel-messagebox-send:hover::after {
	opacity: 0.7;
}

.modaal-close {
	cursor: pointer;
	position: fixed;
	top: auto;
	right: 20px;
	bottom: 27px;
	width: 120px;
	height: 120px;
	border-radius: 0;
	background: transparent;
	opacity: 1;
	color: transparent;
	transition: all 0.2s ease-in-out;
}

.modaal-close::before {
	display: none;
}

.modaal-close::after {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 120px;
	border-radius: 0;
	background: transparent;
	background-color: transparent;
	background-image: url(../img/common/ico_manualive_feel_close_pc.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	transition: -webkit-filter 0.2s ease-in-out;
	transition: filter 0.2s ease-in-out;
	transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.modaal-close:focus,
.modaal-close:hover {
	background: transparent url(../img/common/ico_manualive_feel_close_pc.webp) no-repeat center center/contain;
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
}

.modaal-close:focus::before,
.modaal-close:focus::after,
.modaal-close:hover::before,
.modaal-close:hover::after {
	background: transparent;
}

.modaal-overlay {
	background-color: rgba(0, 0, 0, 0.4) !important;
	background-image: linear-gradient(50deg, rgba(0, 255, 255, 0.26), rgba(56, 98, 238, 0.26) 10%, rgba(121, 37, 219, 0.26) 30%, rgba(207, 102, 232, 0.26) 50%, rgba(255, 234, 193, 0.26)) !important;
	-webkit-animation: Grad 16s infinite alternate;
	animation: Grad 16s infinite alternate;
}

@-webkit-keyframes Grad {
	0% {
		-webkit-filter: hue-rotate(0deg);
		filter: hue-rotate(0deg);
	}

	100% {
		-webkit-filter: hue-rotate(360deg);
		filter: hue-rotate(360deg);
	}
}

@keyframes Grad {
	0% {
		-webkit-filter: hue-rotate(0deg);
		filter: hue-rotate(0deg);
	}

	100% {
		-webkit-filter: hue-rotate(360deg);
		filter: hue-rotate(360deg);
	}
}

.modaal-container {
	cursor: auto;
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 960px;
	margin: auto;
	border-radius: 8px;
	background: #f4f5f8;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
	color: #555353;
	text-align: left;
}

.modaal-content-container {
	height: auto;
	min-height: 690px;
	max-height: 100%;
	padding: 20px;
}

/* -----------------------------------------------------
 * p-mod-btn-list
 * -------------------------------------------------- */

.p-mod-btn-list {
	margin: 16px 0 0;
}

.p-mod-btn-list ul {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.p-mod-btn-list ul li {
	padding: 8px 12px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.p-mod-btn-list-mod-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: opacity 0.2s ease;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.p-mod-btn-list-title {
	margin: 8px 0 0 8px;
	font-size: 1.6rem;
	font-weight: 700;
}

.p-mod-btn-list-icon-arr.introduction svg path {
	stroke: #009cf0;
}

.p-mod-btn-list-icon-arr.color-01 svg path {
	stroke: #00a7a7;
}

.p-mod-btn-list-icon-arr.color-02 svg path {
	stroke: #e88f01;
}

.p-mod-btn-list-icon-arr.color-03 svg path {
	stroke: #e565ae;
}

/* -----------------------------------------------------
 * p-mod-manual
 * -------------------------------------------------- */

.p-mod-manual {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.p-mod-manual-list {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.p-mod-manual-list:nth-of-type(4n + 1) .p-mod-manual-item-link {
	background-color: #009cf0;
}

.p-mod-manual-list:nth-of-type(4n + 2) .p-mod-manual-item-link {
	background-color: #00a7a7;
}

.p-mod-manual-list:nth-of-type(4n + 3) .p-mod-manual-item-link {
	background-color: #e88f01;
}

.p-mod-manual-list:nth-of-type(4n) .p-mod-manual-item-link {
	background-color: #e565ae;
}

.p-mod-manual-item-link {
	padding: 18px 16px 18px 10px;
	border-radius: 8px;
	background-color: #555353;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	transition: opacity 0.2s ease;
}

.p-mod-manual-item-link a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
}

.p-mod-manual-item-title {
	color: #fff;
	font-weight: 700;
}

.p-mod-manual-item-tags {
	margin: 0 0 0 auto;
}

.p-mod-manual-item-arrow {
	display: flex;
	align-items: center;
}

.p-mod-manual-item-arrow svg path {
	stroke: #fff;
}

.p-mod-manual-item-child {
	display: flex;
	flex-direction: column;
	margin: 4px 0 0;
	gap: 4px;
}

.p-mod-manual-item-child-item-link {
	padding: 8px 16px 7px 10px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	transition: opacity 0.2s ease;
}

.p-mod-manual-item-child-item-link a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
}

.p-mod-manual-item-child-item-title {
	margin: 8px 0 0 8px;
	font-weight: 700;
}

.p-mod-manual-item-child-item-tags {
	margin: 0 0 0 auto;
}

.p-mod-manual-item-child-item-arrow.introduction svg path {
	stroke: #009cf0;
}

.p-mod-manual-item-child-item-arrow.color-01 svg path {
	stroke: #00a7a7;
}

.p-mod-manual-item-child-item-arrow.color-02 svg path {
	stroke: #e88f01;
}

.p-mod-manual-item-child-item-arrow.color-03 svg path {
	stroke: #e565ae;
}

/* -----------------------------------------------------
 * p-news
 * -------------------------------------------------- */

.p-news {
	margin: 8px 0 0;
}

.p-news-list {
	display: flex;
	flex-direction: column;
	padding: 16px 24px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	gap: 8px;
}

.p-news-item {
	display: flex;
	align-items: flex-start;
	padding: 0 8px 8px 0;
	gap: 16px;
}

.p-news-item:not(:last-child) {
	border-bottom: 1px solid #c9cdd9;
}

.p-news-item:last-child {
	padding: 0 8px 0 0;
}

.p-news-item-date {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
}

.p-news-item-title {
	display: block;
	position: relative;
	width: 100%;
}

.p-news-item-title a {
	display: block;
	padding: 0 16px 0 0;
	color: #0053bc;
	font-size: 1.3rem;
	font-weight: 500;
	transition: opacity 0.2s ease;
}

.p-news-item-title a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 12px;
	height: 10px;
	background-color: transparent;
	background-image: url(../img/common/ico_triangles_arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* -----------------------------------------------------
 * p-related
 * -------------------------------------------------- */

.p-related {
	margin: 48px 0 0;
}

.p-related .yarpp-related {
	margin: 16px 0 0;
}

.p-related-list {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

/* -----------------------------------------------------
 * p-results
 * -------------------------------------------------- */

.p-results {
	margin: 16px 0 0;
}

.p-results-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.p-results-item-link {
	padding: 8px 16px 8px 8px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	transition: opacity 0.2s ease;
}

.p-results-item-link a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
}

.p-results-item-body {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	max-width: 100%;
	gap: 8px;
}

.p-results-item-breadcrumbs {
	display: inline-block;
	position: relative;
	margin: 0 0 0 0.5em;
	padding: 0 0 0 11px;
	color: #b5bcd0;
	font-size: 1.1rem;
	font-weight: 500;
}

.p-results-item-breadcrumbs::before {
	content: '';
	position: absolute;
	top: 45%;
	left: 0;
	width: 4px;
	height: 8px;
	background-color: transparent;
	background-image: url(../img/common/ico_breadcrumbs.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-results-item-title {
	margin: 8px 0 0 8px;
	font-size: 1.6rem;
	font-weight: 700;
}

.p-results-item-text {
	display: block;
	display: -webkit-box;
	overflow: hidden;
	width: 100%;
	min-width: 0;
	margin: 0 0 8px 8px;
	font-size: 1.4rem;
	font-weight: 400;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.p-results-item-arrow svg path {
	stroke: #555353;
}

.p-results-item-arrow.introduction svg path {
	stroke: #009cf0;
}

.p-results-item-arrow.color-02 svg path {
	stroke: #e88f01;
}

/* -----------------------------------------------------
 * p-search
 * -------------------------------------------------- */

.l-search .p-search-input form {
	display: grid;
	grid-template-columns: auto 64px;
}

.l-search .p-search-input .p-search-input-box {
	display: block;
	position: relative;
	width: 100%;
}

.l-search .p-search-input .p-search-input-box-icon {
	position: absolute;
	top: 50%;
	left: 8px;
	width: 16px;
	height: 16px;
	margin: -8px 0 0;
}

.l-search .p-search-input .p-search-input-box input[type=search] {
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 0 8px 0 32px;
	border-top: 1px solid #c9cdd9;
	border-right: none;
	border-bottom: 1px solid #c9cdd9;
	border-left: 1px solid #c9cdd9;
	border-radius: 8px 0 0 8px;
	background-color: #fff;
}

.l-search .p-search-input .p-search-input-box input[type=search]:-ms-input-placeholder {
	color: #b5bcd0;
}

.l-search .p-search-input .p-search-input-box input[type=search]:placeholder-shown {
	color: #b5bcd0;
}

.l-search .p-search-input .p-search-input-box input[type=search]::-webkit-input-placeholder {
	color: #b5bcd0;
}

.l-search .p-search-input .p-search-input-box input[type=search]:-moz-placeholder {
	opacity: 1;
	color: #b5bcd0;
}

.l-search .p-search-input .p-search-input-box input[type=search]::-moz-placeholder {
	opacity: 1;
	color: #b5bcd0;
}

.l-search .p-search-input .p-search-input-box input[type=search]:-ms-input-placeholder {
	color: #b5bcd0;
}

.l-search .p-search-input-submit {
	box-sizing: border-box;
	width: 64px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	border-radius: 0 8px 8px 0;
	background: none transparent;
	background-color: #555353;
	background-clip: padding-box;
	color: inherit;
	color: #fff;
	font-size: inherit;
	font-size: 1.6rem;
	vertical-align: middle;
	transition: opacity 0.2s ease;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.l-search .p-search-input-submit::-ms-clear {
	display: none;
}

.l-search .p-search-input-submit::-ms-reveal {
	display: none;
}

.l-search .p-search-input-submit::-ms-expand {
	display: none;
}

.l-search .p-search-suggest {
	display: flex;
	margin: 8px 0 0;
}

.l-search .p-search-suggest-title {
	font-size: 1.2rem;
	font-weight: 500;
}

.l-search .p-search-suggest-list {
	display: block;
	flex: 1;
}

.l-search .p-search-suggest-list li {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 500;
	vertical-align: top;
}

.l-search .p-search-suggest-list li:before {
	content: '／';
	margin: 0 5px;
}

.l-search .p-search-suggest-list li:first-child:before {
	display: none;
}

.l-search .p-search-suggest-list li a {
	color: #0053bc;
	transition: opacity 0.2s ease;
}

/* -----------------------------------------------------
 * p-sidenav
 * -------------------------------------------------- */

.p-sidenav {
	display: flex;
	overflow: auto;
	flex-direction: column;
	height: 100%;
	padding: 0 0 40px;
	gap: 8px;
}

.p-sidenav-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.p-sidenav-list:nth-of-type(4n + 3) .p-sidenav-item-link {
	background-color: #009cf0;
}

.p-sidenav-list:nth-of-type(4n + 3) .p-sidenav-item-link.is-current a {
	background-color: #e2f0f8;
	color: #009cf0;
}

.p-sidenav-list:nth-of-type(4n + 3) .p-sidenav-item-link.is-current a::before,
.p-sidenav-list:nth-of-type(4n + 3) .p-sidenav-item-link.is-current a::after {
	-webkit-filter: invert(45%) sepia(94%) saturate(2334%) hue-rotate(173deg) brightness(96%) contrast(105%);
	filter: invert(45%) sepia(94%) saturate(2334%) hue-rotate(173deg) brightness(96%) contrast(105%);
}

.p-sidenav-list:nth-of-type(4n + 3) .p-sidenav-item-link a {
	padding: 8px 28px 8px 16px;
}

.p-sidenav-list:nth-of-type(4n + 3) .p-sidenav-item-link a::before {
	display: none;
}

.p-sidenav-list:nth-of-type(4n + 3) .p-sidenav-item-link a:hover {
	background-color: #e2f0f8;
	color: #009cf0;
}

.p-sidenav-list:nth-of-type(4n + 3) .p-sidenav-item-link a:hover::before,
.p-sidenav-list:nth-of-type(4n + 3) .p-sidenav-item-link a:hover::after {
	-webkit-filter: invert(45%) sepia(94%) saturate(2334%) hue-rotate(173deg) brightness(96%) contrast(105%);
	filter: invert(45%) sepia(94%) saturate(2334%) hue-rotate(173deg) brightness(96%) contrast(105%);
}

.p-sidenav-list:nth-of-type(4n + 3) .p-sidenav-item-child-item-link.is-current a {
	background-color: #e2f0f8;
	color: #009cf0;
}

.p-sidenav-list:nth-of-type(4n + 3) .p-sidenav-item-child-item-link.is-current a::before {
	background-color: #009cf0;
}

.p-sidenav-list:nth-of-type(4n + 3) .p-sidenav-item-child-item-link.is-current a::after {
	-webkit-filter: invert(45%) sepia(94%) saturate(2334%) hue-rotate(173deg) brightness(96%) contrast(105%);
	filter: invert(45%) sepia(94%) saturate(2334%) hue-rotate(173deg) brightness(96%) contrast(105%);
}

.p-sidenav-list:nth-of-type(4n + 3) .p-sidenav-item-child-item-link a:hover {
	background-color: #e2f0f8;
	color: #009cf0;
}

.p-sidenav-list:nth-of-type(4n + 3) .p-sidenav-item-child-item-link a::before {
	background-color: #009cf0;
}

.p-sidenav-list:nth-of-type(4n + 3) .p-sidenav-item-child-item-link a::after {
	-webkit-filter: invert(45%) sepia(94%) saturate(2334%) hue-rotate(173deg) brightness(96%) contrast(105%);
	filter: invert(45%) sepia(94%) saturate(2334%) hue-rotate(173deg) brightness(96%) contrast(105%);
}

.p-sidenav-list:nth-of-type(4n + 3) .p-sidenav-item-child-item-link.grandchild.is-current {
	background-color: #e2f0f8;
	color: #009cf0;
}

.p-sidenav-list:nth-of-type(4n + 3) .p-sidenav-item-child-item-link.grandchild.is-current::before {
	background-color: #009cf0;
}

.p-sidenav-list:nth-of-type(4n + 3) .p-sidenav-item-child-item-link.grandchild.is-current::after {
	-webkit-filter: invert(45%) sepia(94%) saturate(2334%) hue-rotate(173deg) brightness(96%) contrast(105%);
	filter: invert(45%) sepia(94%) saturate(2334%) hue-rotate(173deg) brightness(96%) contrast(105%);
}

.p-sidenav-list:nth-of-type(4n + 3) .p-sidenav-item-child-item-link.grandchild:hover {
	background-color: #e2f0f8;
	color: #009cf0;
}

.p-sidenav-list:nth-of-type(4n + 3) .p-sidenav-item-child-item-link.grandchild::before {
	background-color: #009cf0;
}

.p-sidenav-list:nth-of-type(4n + 3) .p-sidenav-item-child-item-link.grandchild::after {
	-webkit-filter: invert(45%) sepia(94%) saturate(2334%) hue-rotate(173deg) brightness(96%) contrast(105%);
	filter: invert(45%) sepia(94%) saturate(2334%) hue-rotate(173deg) brightness(96%) contrast(105%);
}

.p-sidenav-list:nth-of-type(4n + 3) .p-sidenav-item-grandchild-item-link.is-current a {
	background-color: #e2f0f8;
	color: #009cf0;
}

.p-sidenav-list:nth-of-type(4n + 3) .p-sidenav-item-grandchild-item-link.is-current a::after {
	-webkit-filter: invert(45%) sepia(94%) saturate(2334%) hue-rotate(173deg) brightness(96%) contrast(105%);
	filter: invert(45%) sepia(94%) saturate(2334%) hue-rotate(173deg) brightness(96%) contrast(105%);
}

.p-sidenav-list:nth-of-type(4n + 3) .p-sidenav-item-grandchild-item-link a:hover {
	background-color: #e2f0f8;
	color: #009cf0;
}

.p-sidenav-list:nth-of-type(4n + 3) .p-sidenav-item-grandchild-item-link a::after {
	-webkit-filter: invert(45%) sepia(94%) saturate(2334%) hue-rotate(173deg) brightness(96%) contrast(105%);
	filter: invert(45%) sepia(94%) saturate(2334%) hue-rotate(173deg) brightness(96%) contrast(105%);
}

.p-sidenav-list:nth-of-type(4n + 4) .p-sidenav-item-link {
	background-color: #00a7a7;
}

.p-sidenav-list:nth-of-type(4n + 4) .p-sidenav-item-link.is-current a {
	background-color: #dff0f0;
	color: #00a7a7;
}

.p-sidenav-list:nth-of-type(4n + 4) .p-sidenav-item-link.is-current a::before,
.p-sidenav-list:nth-of-type(4n + 4) .p-sidenav-item-link.is-current a::after {
	-webkit-filter: invert(45%) sepia(53%) saturate(2324%) hue-rotate(147deg) brightness(92%) contrast(100%);
	filter: invert(45%) sepia(53%) saturate(2324%) hue-rotate(147deg) brightness(92%) contrast(100%);
}

.p-sidenav-list:nth-of-type(4n + 4) .p-sidenav-item-link a {
	padding: 8px 28px 8px 16px;
}

.p-sidenav-list:nth-of-type(4n + 4) .p-sidenav-item-link a::before {
	display: none;
}

.p-sidenav-list:nth-of-type(4n + 4) .p-sidenav-item-link a:hover {
	background-color: #dff0f0;
	color: #00a7a7;
}

.p-sidenav-list:nth-of-type(4n + 4) .p-sidenav-item-link a:hover::before,
.p-sidenav-list:nth-of-type(4n + 4) .p-sidenav-item-link a:hover::after {
	-webkit-filter: invert(45%) sepia(53%) saturate(2324%) hue-rotate(147deg) brightness(92%) contrast(100%);
	filter: invert(45%) sepia(53%) saturate(2324%) hue-rotate(147deg) brightness(92%) contrast(100%);
}

.p-sidenav-list:nth-of-type(4n + 4) .p-sidenav-item-child-item-link.is-current a {
	background-color: #dff0f0;
	color: #00a7a7;
}

.p-sidenav-list:nth-of-type(4n + 4) .p-sidenav-item-child-item-link.is-current a::before {
	background-color: #00a7a7;
}

.p-sidenav-list:nth-of-type(4n + 4) .p-sidenav-item-child-item-link.is-current a::after {
	-webkit-filter: invert(45%) sepia(53%) saturate(2324%) hue-rotate(147deg) brightness(92%) contrast(100%);
	filter: invert(45%) sepia(53%) saturate(2324%) hue-rotate(147deg) brightness(92%) contrast(100%);
}

.p-sidenav-list:nth-of-type(4n + 4) .p-sidenav-item-child-item-link a:hover {
	background-color: #dff0f0;
	color: #00a7a7;
}

.p-sidenav-list:nth-of-type(4n + 4) .p-sidenav-item-child-item-link a::before {
	background-color: #00a7a7;
}

.p-sidenav-list:nth-of-type(4n + 4) .p-sidenav-item-child-item-link a::after {
	-webkit-filter: invert(45%) sepia(53%) saturate(2324%) hue-rotate(147deg) brightness(92%) contrast(100%);
	filter: invert(45%) sepia(53%) saturate(2324%) hue-rotate(147deg) brightness(92%) contrast(100%);
}

.p-sidenav-list:nth-of-type(4n + 4) .p-sidenav-item-child-item-link.grandchild.is-current {
	background-color: #dff0f0;
	color: #00a7a7;
}

.p-sidenav-list:nth-of-type(4n + 4) .p-sidenav-item-child-item-link.grandchild.is-current::before {
	background-color: #00a7a7;
}

.p-sidenav-list:nth-of-type(4n + 4) .p-sidenav-item-child-item-link.grandchild.is-current::after {
	-webkit-filter: invert(45%) sepia(53%) saturate(2324%) hue-rotate(147deg) brightness(92%) contrast(100%);
	filter: invert(45%) sepia(53%) saturate(2324%) hue-rotate(147deg) brightness(92%) contrast(100%);
}

.p-sidenav-list:nth-of-type(4n + 4) .p-sidenav-item-child-item-link.grandchild:hover {
	background-color: #dff0f0;
	color: #00a7a7;
}

.p-sidenav-list:nth-of-type(4n + 4) .p-sidenav-item-child-item-link.grandchild::before {
	background-color: #00a7a7;
}

.p-sidenav-list:nth-of-type(4n + 4) .p-sidenav-item-child-item-link.grandchild::after {
	-webkit-filter: invert(45%) sepia(53%) saturate(2324%) hue-rotate(147deg) brightness(92%) contrast(100%);
	filter: invert(45%) sepia(53%) saturate(2324%) hue-rotate(147deg) brightness(92%) contrast(100%);
}

.p-sidenav-list:nth-of-type(4n + 4) .p-sidenav-item-grandchild-item-link.is-current a {
	background-color: #dff0f0;
	color: #00a7a7;
}

.p-sidenav-list:nth-of-type(4n + 4) .p-sidenav-item-grandchild-item-link.is-current a::after {
	-webkit-filter: invert(45%) sepia(53%) saturate(2324%) hue-rotate(147deg) brightness(92%) contrast(100%);
	filter: invert(45%) sepia(53%) saturate(2324%) hue-rotate(147deg) brightness(92%) contrast(100%);
}

.p-sidenav-list:nth-of-type(4n + 4) .p-sidenav-item-grandchild-item-link a:hover {
	background-color: #dff0f0;
	color: #00a7a7;
}

.p-sidenav-list:nth-of-type(4n + 4) .p-sidenav-item-grandchild-item-link a::after {
	-webkit-filter: invert(45%) sepia(53%) saturate(2324%) hue-rotate(147deg) brightness(92%) contrast(100%);
	filter: invert(45%) sepia(53%) saturate(2324%) hue-rotate(147deg) brightness(92%) contrast(100%);
}

.p-sidenav-list:nth-of-type(4n + 5) .p-sidenav-item-link {
	background-color: #e88f01;
}

.p-sidenav-list:nth-of-type(4n + 5) .p-sidenav-item-link.is-current a {
	background-color: #fcecd2;
	color: #e88f01;
}

.p-sidenav-list:nth-of-type(4n + 5) .p-sidenav-item-link.is-current a::before,
.p-sidenav-list:nth-of-type(4n + 5) .p-sidenav-item-link.is-current a::after {
	-webkit-filter: invert(49%) sepia(99%) saturate(502%) hue-rotate(1deg) brightness(100%) contrast(101%);
	filter: invert(49%) sepia(99%) saturate(502%) hue-rotate(1deg) brightness(100%) contrast(101%);
}

.p-sidenav-list:nth-of-type(4n + 5) .p-sidenav-item-link a {
	padding: 8px 28px 8px 16px;
}

.p-sidenav-list:nth-of-type(4n + 5) .p-sidenav-item-link a::before {
	display: none;
}

.p-sidenav-list:nth-of-type(4n + 5) .p-sidenav-item-link a:hover {
	background-color: #fcecd2;
	color: #e88f01;
}

.p-sidenav-list:nth-of-type(4n + 5) .p-sidenav-item-link a:hover::before,
.p-sidenav-list:nth-of-type(4n + 5) .p-sidenav-item-link a:hover::after {
	-webkit-filter: invert(49%) sepia(99%) saturate(502%) hue-rotate(1deg) brightness(100%) contrast(101%);
	filter: invert(49%) sepia(99%) saturate(502%) hue-rotate(1deg) brightness(100%) contrast(101%);
}

.p-sidenav-list:nth-of-type(4n + 5) .p-sidenav-item-child-item-link.is-current a {
	background-color: #fcecd2;
	color: #e88f01;
}

.p-sidenav-list:nth-of-type(4n + 5) .p-sidenav-item-child-item-link.is-current a::before {
	background-color: #e88f01;
}

.p-sidenav-list:nth-of-type(4n + 5) .p-sidenav-item-child-item-link.is-current a::after {
	-webkit-filter: invert(49%) sepia(99%) saturate(502%) hue-rotate(1deg) brightness(100%) contrast(101%);
	filter: invert(49%) sepia(99%) saturate(502%) hue-rotate(1deg) brightness(100%) contrast(101%);
}

.p-sidenav-list:nth-of-type(4n + 5) .p-sidenav-item-child-item-link a:hover {
	background-color: #fcecd2;
	color: #e88f01;
}

.p-sidenav-list:nth-of-type(4n + 5) .p-sidenav-item-child-item-link a::before {
	background-color: #e88f01;
}

.p-sidenav-list:nth-of-type(4n + 5) .p-sidenav-item-child-item-link a::after {
	-webkit-filter: invert(49%) sepia(99%) saturate(502%) hue-rotate(1deg) brightness(100%) contrast(101%);
	filter: invert(49%) sepia(99%) saturate(502%) hue-rotate(1deg) brightness(100%) contrast(101%);
}

.p-sidenav-list:nth-of-type(4n + 5) .p-sidenav-item-child-item-link.grandchild.is-current {
	background-color: #fcecd2;
	color: #e88f01;
}

.p-sidenav-list:nth-of-type(4n + 5) .p-sidenav-item-child-item-link.grandchild.is-current::before {
	background-color: #e88f01;
}

.p-sidenav-list:nth-of-type(4n + 5) .p-sidenav-item-child-item-link.grandchild.is-current::after {
	-webkit-filter: invert(49%) sepia(99%) saturate(502%) hue-rotate(1deg) brightness(100%) contrast(101%);
	filter: invert(49%) sepia(99%) saturate(502%) hue-rotate(1deg) brightness(100%) contrast(101%);
}

.p-sidenav-list:nth-of-type(4n + 5) .p-sidenav-item-child-item-link.grandchild:hover {
	background-color: #fcecd2;
	color: #e88f01;
}

.p-sidenav-list:nth-of-type(4n + 5) .p-sidenav-item-child-item-link.grandchild::before {
	background-color: #e88f01;
}

.p-sidenav-list:nth-of-type(4n + 5) .p-sidenav-item-child-item-link.grandchild::after {
	-webkit-filter: invert(49%) sepia(99%) saturate(502%) hue-rotate(1deg) brightness(100%) contrast(101%);
	filter: invert(49%) sepia(99%) saturate(502%) hue-rotate(1deg) brightness(100%) contrast(101%);
}

.p-sidenav-list:nth-of-type(4n + 5) .p-sidenav-item-grandchild-item-link.is-current a {
	background-color: #fcecd2;
	color: #e88f01;
}

.p-sidenav-list:nth-of-type(4n + 5) .p-sidenav-item-grandchild-item-link.is-current a::after {
	-webkit-filter: invert(49%) sepia(99%) saturate(502%) hue-rotate(1deg) brightness(100%) contrast(101%);
	filter: invert(49%) sepia(99%) saturate(502%) hue-rotate(1deg) brightness(100%) contrast(101%);
}

.p-sidenav-list:nth-of-type(4n + 5) .p-sidenav-item-grandchild-item-link a:hover {
	background-color: #fcecd2;
	color: #e88f01;
}

.p-sidenav-list:nth-of-type(4n + 5) .p-sidenav-item-grandchild-item-link a::after {
	-webkit-filter: invert(49%) sepia(99%) saturate(502%) hue-rotate(1deg) brightness(100%) contrast(101%);
	filter: invert(49%) sepia(99%) saturate(502%) hue-rotate(1deg) brightness(100%) contrast(101%);
}

.p-sidenav-list:nth-of-type(4n + 6) .p-sidenav-item-link {
	background-color: #e565ae;
}

.p-sidenav-list:nth-of-type(4n + 6) .p-sidenav-item-link.is-current a {
	background-color: #f7e9f1;
	color: #e565ae;
}

.p-sidenav-list:nth-of-type(4n + 6) .p-sidenav-item-link.is-current a::before,
.p-sidenav-list:nth-of-type(4n + 6) .p-sidenav-item-link.is-current a::after {
	-webkit-filter: invert(76%) sepia(76%) saturate(4147%) hue-rotate(291deg) brightness(95%) contrast(89%);
	filter: invert(76%) sepia(76%) saturate(4147%) hue-rotate(291deg) brightness(95%) contrast(89%);
}

.p-sidenav-list:nth-of-type(4n + 6) .p-sidenav-item-link a {
	padding: 8px 28px 8px 16px;
}

.p-sidenav-list:nth-of-type(4n + 6) .p-sidenav-item-link a::before {
	display: none;
}

.p-sidenav-list:nth-of-type(4n + 6) .p-sidenav-item-link a:hover {
	background-color: #f7e9f1;
	color: #e565ae;
}

.p-sidenav-list:nth-of-type(4n + 6) .p-sidenav-item-link a:hover::before,
.p-sidenav-list:nth-of-type(4n + 6) .p-sidenav-item-link a:hover::after {
	-webkit-filter: invert(76%) sepia(76%) saturate(4147%) hue-rotate(291deg) brightness(95%) contrast(89%);
	filter: invert(76%) sepia(76%) saturate(4147%) hue-rotate(291deg) brightness(95%) contrast(89%);
}

.p-sidenav-list:nth-of-type(4n + 6) .p-sidenav-item-child-item-link.is-current a {
	background-color: #f7e9f1;
	color: #e565ae;
}

.p-sidenav-list:nth-of-type(4n + 6) .p-sidenav-item-child-item-link.is-current a::before {
	background-color: #e565ae;
}

.p-sidenav-list:nth-of-type(4n + 6) .p-sidenav-item-child-item-link.is-current a::after {
	-webkit-filter: invert(76%) sepia(76%) saturate(4147%) hue-rotate(291deg) brightness(95%) contrast(89%);
	filter: invert(76%) sepia(76%) saturate(4147%) hue-rotate(291deg) brightness(95%) contrast(89%);
}

.p-sidenav-list:nth-of-type(4n + 6) .p-sidenav-item-child-item-link a:hover {
	background-color: #f7e9f1;
	color: #e565ae;
}

.p-sidenav-list:nth-of-type(4n + 6) .p-sidenav-item-child-item-link a::before {
	background-color: #e565ae;
}

.p-sidenav-list:nth-of-type(4n + 6) .p-sidenav-item-child-item-link a::after {
	-webkit-filter: invert(76%) sepia(76%) saturate(4147%) hue-rotate(291deg) brightness(95%) contrast(89%);
	filter: invert(76%) sepia(76%) saturate(4147%) hue-rotate(291deg) brightness(95%) contrast(89%);
}

.p-sidenav-list:nth-of-type(4n + 6) .p-sidenav-item-child-item-link.grandchild.is-current {
	background-color: #f7e9f1;
	color: #e565ae;
}

.p-sidenav-list:nth-of-type(4n + 6) .p-sidenav-item-child-item-link.grandchild.is-current::before {
	background-color: #e565ae;
}

.p-sidenav-list:nth-of-type(4n + 6) .p-sidenav-item-child-item-link.grandchild.is-current::after {
	-webkit-filter: invert(76%) sepia(76%) saturate(4147%) hue-rotate(291deg) brightness(95%) contrast(89%);
	filter: invert(76%) sepia(76%) saturate(4147%) hue-rotate(291deg) brightness(95%) contrast(89%);
}

.p-sidenav-list:nth-of-type(4n + 6) .p-sidenav-item-child-item-link.grandchild:hover {
	background-color: #f7e9f1;
	color: #e565ae;
}

.p-sidenav-list:nth-of-type(4n + 6) .p-sidenav-item-child-item-link.grandchild::before {
	background-color: #e565ae;
}

.p-sidenav-list:nth-of-type(4n + 6) .p-sidenav-item-child-item-link.grandchild::after {
	-webkit-filter: invert(76%) sepia(76%) saturate(4147%) hue-rotate(291deg) brightness(95%) contrast(89%);
	filter: invert(76%) sepia(76%) saturate(4147%) hue-rotate(291deg) brightness(95%) contrast(89%);
}

.p-sidenav-list:nth-of-type(4n + 6) .p-sidenav-item-grandchild-item-link.is-current a {
	background-color: #f7e9f1;
	color: #e565ae;
}

.p-sidenav-list:nth-of-type(4n + 6) .p-sidenav-item-grandchild-item-link.is-current a::after {
	-webkit-filter: invert(76%) sepia(76%) saturate(4147%) hue-rotate(291deg) brightness(95%) contrast(89%);
	filter: invert(76%) sepia(76%) saturate(4147%) hue-rotate(291deg) brightness(95%) contrast(89%);
}

.p-sidenav-list:nth-of-type(4n + 6) .p-sidenav-item-grandchild-item-link a:hover {
	background-color: #f7e9f1;
	color: #e565ae;
}

.p-sidenav-list:nth-of-type(4n + 6) .p-sidenav-item-grandchild-item-link a::after {
	-webkit-filter: invert(76%) sepia(76%) saturate(4147%) hue-rotate(291deg) brightness(95%) contrast(89%);
	filter: invert(76%) sepia(76%) saturate(4147%) hue-rotate(291deg) brightness(95%) contrast(89%);
}

.p-sidenav-item-link {
	border-radius: 8px;
	background-color: #e4e8f0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.p-sidenav-item-link.is-current {
	box-shadow: none;
}

.p-sidenav-item-link a {
	display: flex;
	position: relative;
	align-items: center;
	min-height: 60px;
	max-height: 60px;
	padding: 8px 28px 8px 40px;
	border-radius: 8px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.p-sidenav-item-link a::before,
.p-sidenav-item-link a::after {
	content: '';
	position: absolute;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	transition: all 0.2s ease-in-out;
	-webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(142deg) brightness(106%) contrast(102%);
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(142deg) brightness(106%) contrast(102%);
}

.p-sidenav-item-link a::before {
	left: 16px;
}

.p-sidenav-item-link a::after {
	right: 8px;
	width: 16px;
	height: 16px;
	background-image: url(../img/common/ico_circle_arrow.svg);
}

.p-sidenav-item.home .p-sidenav-item-link {
	background-color: #555353;
}

.p-sidenav-item.home .p-sidenav-item-link.is-current a {
	background-color: #e4e8f0;
	color: #555353;
}

.p-sidenav-item.home .p-sidenav-item-link.is-current a::before,
.p-sidenav-item.home .p-sidenav-item-link.is-current a::after {
	-webkit-filter: invert(30%) sepia(3%) saturate(14%) hue-rotate(19deg) brightness(93%) contrast(80%);
	filter: invert(30%) sepia(3%) saturate(14%) hue-rotate(19deg) brightness(93%) contrast(80%);
}

.p-sidenav-item.home .p-sidenav-item-link a::before {
	width: 16px;
	height: 18px;
	background-image: url(../img/common/ico_home.svg);
}

.p-sidenav-item.home .p-sidenav-item-link a:hover {
	background-color: #e4e8f0;
	color: #555353;
}

.p-sidenav-item.home .p-sidenav-item-link a:hover::before,
.p-sidenav-item.home .p-sidenav-item-link a:hover::after {
	-webkit-filter: invert(30%) sepia(3%) saturate(14%) hue-rotate(19deg) brightness(93%) contrast(80%);
	filter: invert(30%) sepia(3%) saturate(14%) hue-rotate(19deg) brightness(93%) contrast(80%);
}

.p-sidenav-item.toc .p-sidenav-item-link {
	background-color: #806ece;
}

.p-sidenav-item.toc .p-sidenav-item-link.is-current a {
	background-color: #ebeaf5;
	color: #806ece;
}

.p-sidenav-item.toc .p-sidenav-item-link.is-current a::before,
.p-sidenav-item.toc .p-sidenav-item-link.is-current a::after {
	-webkit-filter: invert(69%) sepia(44%) saturate(6843%) hue-rotate(219deg) brightness(85%) contrast(87%);
	filter: invert(69%) sepia(44%) saturate(6843%) hue-rotate(219deg) brightness(85%) contrast(87%);
}

.p-sidenav-item.toc .p-sidenav-item-link a::before {
	width: 16px;
	height: 11px;
	background-image: url(../img/common/ico_toc.svg);
}

.p-sidenav-item.toc .p-sidenav-item-link a:hover {
	background-color: #ebeaf5;
	color: #806ece;
}

.p-sidenav-item.toc .p-sidenav-item-link a:hover::before,
.p-sidenav-item.toc .p-sidenav-item-link a:hover::after {
	-webkit-filter: invert(69%) sepia(44%) saturate(6843%) hue-rotate(219deg) brightness(85%) contrast(87%);
	filter: invert(69%) sepia(44%) saturate(6843%) hue-rotate(219deg) brightness(85%) contrast(87%);
}

.p-sidenav-item-child {
	display: flex;
	flex-direction: column;
	margin: 4px 0 0;
	gap: 4px;
}

.p-sidenav-item-child-item.is-opened .p-sidenav-item-grandchild {
	grid-template-rows: 1fr;
}

.p-sidenav-item-child-item.is-opened .p-sidenav-item-grandchild-item {
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.p-sidenav-item-child-item.is-opened .p-sidenav-item-child-item-link.grandchild {
	border-bottom-color: #f4f5f8;
	border-radius: 8px 8px 0 0;
	box-shadow: none;
}

.p-sidenav-item-child-item.is-opened .p-sidenav-item-child-item-link.grandchild::after {
	background-image: url(../img/common/ico_accordion_close.svg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.p-sidenav-item-child-item-link {
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.p-sidenav-item-child-item-link a {
	display: flex;
	position: relative;
	align-items: center;
	min-height: 52px;
	max-height: 52px;
	padding: 16px 30px 16px 20px;
	border-radius: 8px;
	color: #555353;
	font-size: 1.4rem;
	font-weight: 700;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.p-sidenav-item-child-item-link a::before,
.p-sidenav-item-child-item-link a::after {
	content: '';
	position: absolute;
}

.p-sidenav-item-child-item-link a::before {
	left: 8px;
	width: 4px;
	height: 36px;
	border-radius: 2px;
}

.p-sidenav-item-child-item-link a::after {
	right: 16px;
	width: 5px;
	height: 10px;
	background-color: transparent;
	background-image: url(../img/common/ico_arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.p-sidenav-item-child-item-link.grandchild {
	display: flex;
	position: relative;
	align-items: center;
	width: 100%;
	min-height: 52px;
	max-height: 52px;
	border-bottom: 1px solid transparent;
	color: #555353;
	font-size: 1.4rem;
	font-weight: 700;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.p-sidenav-item-child-item-link.grandchild::before,
.p-sidenav-item-child-item-link.grandchild::after {
	content: '';
	position: absolute;
}

.p-sidenav-item-child-item-link.grandchild::after {
	right: 16px;
	width: 13px;
	height: 13px;
	background-color: transparent;
	background-image: url(../img/common/ico_accordion_open.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.p-sidenav-item-child-item-link.grandchild a::after {
	display: none;
}

.p-sidenav-item-grandchild {
	display: grid;
	transition: grid-template-rows 0.5s ease;
	transition: grid-template-rows 0.5s ease, -ms-grid-rows 0.5s ease;
	grid-template-rows: 0fr;
}

.p-sidenav-item-grandchild-inner {
	overflow: hidden;
}

.p-sidenav-item-grandchild-item:not(:first-child) .p-sidenav-item-grandchild-item-link {
	border-radius: 0 0 8px 8px;
}

.p-sidenav-item-grandchild-item:not(:first-child) .p-sidenav-item-grandchild-item-link a {
	border-radius: 0 0 8px 8px;
}

.p-sidenav-item-grandchild-item:not(:last-child) {
	border-bottom: 1px solid #f4f5f8;
}

.p-sidenav-item-grandchild-item-link {
	background-color: #fff;
}

.p-sidenav-item-grandchild-item-link a {
	display: flex;
	position: relative;
	align-items: center;
	min-height: 52px;
	max-height: 52px;
	padding: 14px 30px 14px 20px;
	color: #555353;
	font-size: 1.4rem;
	font-weight: 700;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.p-sidenav-item-grandchild-item-link a::after {
	content: '';
	position: absolute;
	right: 16px;
	width: 5px;
	height: 10px;
	background-color: transparent;
	background-color: transparent;
	background-image: url(../img/common/ico_triangles_arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

/* -----------------------------------------------------
 * p-toc
 * -------------------------------------------------- */

.p-toc-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.p-toc {
	margin: 8px 0 0;
}

/* -----------------------------------------------------
 * sp-header-menu
 * -------------------------------------------------- */

.sp-header-menu {
	position: fixed;
	z-index: 20;
	top: 50px;
	width: 100%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.5);
}

.sp-header-menu.is-opened .sp-header-menu-content {
	height: 100vh;
	height: 100dvh;
	margin: 16px 0 0;
	padding: 0 0 16px;
	grid-template-rows: 1fr;
}

.sp-header-menu.is-opened .sp-header-menu-button {
	background-color: #e4e8f0;
	color: #555353;
}

.sp-header-menu.is-opened .sp-header-menu-button::before,
.sp-header-menu.is-opened .sp-header-menu-button::after {
	-webkit-filter: invert(30%) sepia(11%) saturate(21%) hue-rotate(341deg) brightness(101%) contrast(89%);
	filter: invert(30%) sepia(11%) saturate(21%) hue-rotate(341deg) brightness(101%) contrast(89%);
}

.sp-header-menu.is-opened .sp-header-menu-button::after {
	background-image: url(../img/common/ico_accordion_close.svg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sp-header-menu-inner {
	padding: 0 15px;
}

.sp-header-menu-button {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 13px 0;
	background-color: #555353;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
}

.sp-header-menu-button::before,
.sp-header-menu-button::after {
	content: '';
	position: absolute;
	-webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(74deg) brightness(102%) contrast(104%);
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(74deg) brightness(102%) contrast(104%);
}

.sp-header-menu-button::before {
	left: 15px;
	width: 18px;
	height: 12px;
	background-color: transparent;
	background-image: url(../img/common/ico_menu.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.sp-header-menu-button::after {
	right: 15px;
	width: 12px;
	height: 12px;
	background-color: transparent;
	background-image: url(../img/common/ico_accordion_open.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.sp-header-menu-content {
	display: grid;
	margin: 0;
	padding: 0;
	transition: all 0.5s ease;
	grid-template-rows: 0fr;
}

.sp-header-menu-content-inner {
	overflow: hidden;
	max-height: 86vh;
	padding: 0 15px;
}

/* =====================================================
 * Layout
 * ================================================== */

/* -----------------------------------------------------
 * footer
 * -------------------------------------------------- */

.l-footer {
	padding: 20px 0;
	background-color: #555353;
	color: #fff;
}

.l-footer-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
}

.l-footer-link {
	font-size: 1.4rem;
	font-weight: 500;
	transition: opacity 0.2s ease;
}

.l-footer-copyright {
	font-size: 1.4rem;
	font-weight: 400;
}

/* -----------------------------------------------------
 * header
 * -------------------------------------------------- */

.l-header {
	position: fixed;
	z-index: 20;
	top: 0;
	width: 100%;
	height: 60px;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* -----------------------------------------------------
 * layout
 * -------------------------------------------------- */

body {
	display: flex;
	flex-direction: column;
}

.l-wrapper {
	display: flex;
	position: relative;
	flex-direction: column;
	min-height: 100vh;
}

.l-main {
	flex-grow: 1;
	min-width: 320px;
	background-color: #f4f5f8;
}

.l-content {
    display: grid;
    margin: 80px 0;
    padding: 0 40px 0 20px;
    grid-template-columns: 285px 1fr 1fr;
    grid-template-rows: repeat(3, auto);
    grid-template-areas:
        'l-sidenav l-search l-search'
        'l-sidenav l-popular l-favorite'
        'l-sidenav . .';
    gap: 40px;
}

.l-sidenav {
	grid-area: l-sidenav;
}

.l-search {
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	grid-area: l-search;
}

.l-search-inner {
	margin: 0 auto;
	padding: 24px;
}

.l-news {
	grid-area: l-news;
}

.l-news-inner {
	position: relative;
}

.l-popular {
	grid-area: l-popular;
}

.l-favorite {
	grid-area: l-favorite;
}

.l-favorite-inner {
	position: relative;
}

.l-content-page {
	display: grid;
	margin: 80px 0 175px;
	padding: 0 40px 0 20px;
	grid-template-columns: 285px 1fr;
	grid-template-rows: 120px 20px auto;
	grid-template-areas: 'l-sidenav l-search' 'l-sidenav l-breadcrumbs' 'l-sidenav l-section';
	gap: 24px 40px;
}

.l-breadcrumbs {
	grid-area: l-breadcrumbs;
}

.l-breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.l-breadcrumbs ol li {
	display: flex;
	position: relative;
	align-items: center;
	font-size: 1.2rem;
	font-weight: 500;
	gap: 8px;
}

.l-breadcrumbs ol li:before {
	content: '';
	display: block;
	width: 6px;
	height: 12px;
	background-color: transparent;
	background-image: url(../img/common/ico_breadcrumbs.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.l-breadcrumbs ol li:first-child:before {
	display: none;
}

.l-breadcrumbs ol li a {
	color: #0053bc;
	transition: opacity 0.2s ease;
}

.l-section {
	grid-area: l-section;
}

.l-section-inner {
	width: 1440px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

@media screen and (min-width: 1060px) {
	.u-hide-pc {
		display: none !important;
	}

	.u-show-pc {
		display: block !important;
	}

	.u-show-br-pc {
		display: inline-block !important;
	}

	.l-search .p-search-suggest-list {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
}

@media screen and (max-width: 1059px) {
	.c-favorite {
		margin: 8px 0 0 auto;
		text-align: right;
	}

	.p-detail-content {
		padding: 24px;
	}

	.p-detail-content-header {
		display: block;
		height: auto;
		margin: 0 -20px;
		padding: 0 20px 24px;
	}

	.p-detail-content-header h1 {
		font-size: 2.8rem;
	}

	.p-detail-content-body {
		margin: 24px 0 0;
	}

	.p-detail-content-body h2 {
		margin: 24px 0;
		font-size: 2rem;
	}

	.p-detail-content-body h3 {
		margin: 24px 0;
		font-size: 1.8rem;
	}

	.p-detail-content-body h4 {
		margin: 24px 0;
		font-size: 1.8rem;
	}

	.p-detail-content-body h5 {
		margin: 24px 0;
		font-size: 1.6rem;
	}

	.p-detail-content-body-btn-list-btn {
		display: grid;
		grid-template-columns: repeat(2, auto);
		gap: 8px;
	}

	.p-detail-content-body-btn-list-title {
		grid-column: 1/2;
		grid-row: 1/2;
	}

	.p-detail-content-body-btn-list-tags {
		flex-wrap: wrap;
		grid-column: 1/2;
		grid-row: 2/3;
	}

	.p-detail-content-body-btn-list-arrow {
		grid-column: 2/3;
		grid-row: 1/3;
	}

	.p-detail-pagination-prev a span {
		padding: 0 0 0 20px;
	}

	.p-detail-pagination-next a span {
		padding: 0 20px 0 0;
	}

	.p-detail-afb {
		padding: 24px;
	}

	.p-detail-afb-select {
		margin: 8px 0 0;
	}

	.p-header .logo a {
		width: 30px;
		padding: 29px 0 0;
		background-image: url(../img/common/logo_sp.svg);
	}

	.p-manualivefeel-message-area {
		overflow-y: auto;
	}

	.p-manualivefeel-message-area.loading {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}

	.p-manualivefeel-message {
		position: static;
		width: 100%;
		margin: 0 0 16px;
	}

	.p-mod-manual-item-link a {
		display: grid;
		grid-template-columns: repeat(2, auto);
		gap: 8px;
	}

	.p-mod-manual-item-title {
		grid-column: 1/2;
		grid-row: 1/2;
	}

	.p-mod-manual-item-tags {
		margin: 0;
		grid-column: 1/2;
		grid-row: 2/3;
	}

	.p-mod-manual-item-arrow {
		grid-column: 2/3;
		grid-row: 1/3;
	}

	.p-mod-manual-item-child-item-link a {
		display: grid;
		grid-template-columns: repeat(2, auto);
		gap: 8px;
	}

	.p-mod-manual-item-child-item-title {
		grid-column: 1/2;
		grid-row: 1/2;
	}

	.p-mod-manual-item-child-item-tags {
		margin: 0 0 0 8px;
		grid-column: 1/2;
		grid-row: 2/3;
	}

	.p-mod-manual-item-child-item-arrow {
		grid-column: 2/3;
		grid-row: 1/3;
	}

	.l-search .p-search-suggest {
		flex-direction: column;
		gap: 8px;
	}
}

@media screen and (max-width: 767px) {
	.u-hide-sp {
		display: none !important;
	}

	.u-show-sp {
		display: block !important;
	}

	.u-show-br-sp {
		display: inline-block !important;
	}

	.c-panel-body {
		font-size: 1.4rem;
	}

	.p-detail-content-body p {
		font-size: 1.4rem;
	}

	.p-detail-content-body figure figcaption {
		font-size: 1.2rem;
	}

	.p-detail-content-body ul li {
		font-size: 1.4rem;
	}

	.p-detail-content-body ol li {
		font-size: 1.4rem;
	}

	.p-detail-content-body table td,
  .p-detail-content-body table th {
		font-size: 1.4rem;
	}

	.p-detail-pagination-prev a span,
  .p-detail-pagination-next a span {
		font-size: 1.4rem;
	}

	.p-detail-afb h2 {
		font-size: 1.6rem;
	}

	.p-detail-afb-select a {
		font-size: 1.4rem;
	}

	.p-detail-afb .comment-respond button[type=submit] {
		font-size: 1.4rem;
	}

	.p-detail-afb .comment-form textarea {
		font-size: 1.4rem;
	}

	.p-header {
		height: 50px;
	}

	.p-header .logo {
		padding: 0;
	}

	.p-header-text {
		margin: 0 0 0 10px;
		padding: 3px 0 3px 10px;
		font-size: 1.4rem;
	}

	.p-header .p-header-nav-list {
		gap: 16px;
	}

	.p-header .p-header-nav-item a {
		padding: 0 0 0 16px;
	}

	.p-header .p-header-nav-item a.favorite::before {
		top: -8px;
	}

	.p-header .p-header-nav-item a.contact {
		width: 40px;
		height: 40px;
		max-height: 40px;
		padding: 13px 12px;
		border-radius: 50%;
	}

	.p-header .p-header-nav-item a.contact::before {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.p-manualivefeel.is-fixed {
		bottom: 95px;
	}

	.p-manualivefeel .manualiveFeel {
		width: 60px;
	}

	.p-manualivefeel-logo span {
		width: 213px;
		padding: 38px 0 0;
	}

	.p-manualivefeel-text {
		font-size: 1.4rem;
	}

	.p-manualivefeel-message-area {
		height: 380px;
	}

	.p-manualivefeel-message p {
		font-size: 1.4rem;
	}

	.p-manualivefeel-message.you {
		right: 20px;
	}

	.p-manualivefeel-message.you span {
		font-size: 1.4rem;
	}

	.p-manualivefeel-message.manualivefeel {
		left: 20px;
	}

	.p-manualivefeel-message-answer-foot-enqbox {
		flex-direction: column;
		align-items: flex-start;
	}

	.p-manualivefeel-message.loading.you {
		bottom: 170px;
	}

	.p-manualivefeel-messagebox-wrap {
		width: 95%;
		height: 52px;
		margin: 0 auto;
		padding: 0 16px;
	}

	.p-manualivefeel-messagebox-wrap input {
		font-size: 1.4rem;
	}

	.modaal-close {
		bottom: 27px;
		width: 60px;
		height: 60px;
	}

	.modaal-close::after {
		width: 60px;
		height: 60px;
		background-image: url(../img/common/ico_manualive_feel_close_sp.webp);
	}

	.modaal-close:focus,
  .modaal-close:hover {
		background-image: url(../img/common/ico_manualive_feel_close_sp.webp);
	}

	.modaal-content-container {
		min-height: 500px;
	}

	.p-news-list {
		gap: 16px;
	}

	.p-news-item {
		flex-direction: column;
		padding: 0 0 16px 0;
		gap: 8px;
	}

	.l-search .p-search-input .p-search-input-box input[type=search] {
		font-size: 1.4rem;
	}

	.p-toc-head {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}

	.p-toc {
		margin: 16px 0 0;
	}

	.l-footer-inner {
		flex-direction: column;
		gap: 8px;
	}

	.l-header {
		height: 50px;
	}

	.l-header-inner {
		padding: 0 15px;
	}

    .l-content {
        margin: 120px 0 90px;
        padding: 0 15px;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, auto);
        grid-template-areas:
        'l-search'
        'l-popular'
        'l-favorite';
        gap: 32px;
    }

	.l-content-page {
		margin: 120px 0 90px;
		padding: 0 15px;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(3, auto);
		grid-template-areas: 'l-search' 'l-breadcrumbs' 'l-section';
		gap: 24px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1059px) {
	.u-hide-md {
		display: none !important;
	}

	.p-manualivefeel-message-area {
		height: 570px;
	}

	.p-sidenav-item-child-item-link a {
		padding: 16px 18px 16px 20px;
	}

	.l-content {
		margin: 80px 0 140px;
		grid-template-columns: 210px 1fr;
		grid-template-areas: 'l-sidenav l-search' 'l-sidenav l-news' 'l-sidenav l-popular' 'l-sidenav l-favorite' 'l-sidenav .';
		gap: 24px;
	}

	.l-content-page {
		grid-template-columns: 210px 1fr;
		grid-template-rows: repeat(3, auto);
		gap: 24px;
	}

	.l-content-page.search-results {
		grid-template-rows: 160px 20px auto;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	body {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

@media (hover: hover) {
	.c-link-more a:hover {
		opacity: 0.7;
	}

	.p-detail-content-body p a:hover {
		opacity: 0.7;
	}

	.p-detail-content-body-btn-list-btn:hover {
		opacity: 0.7;
	}

	.p-detail-pagination-prev a:hover,
  .p-detail-pagination-next a:hover {
		opacity: 0.7;
	}

	.p-detail-afb-select a:hover {
		opacity: 0.7;
	}

	.p-detail-afb .comment-respond button[type=submit]:hover {
		opacity: 0.7;
	}

	.p-header .logo a:hover {
		opacity: 0.7;
	}

	.p-header .p-header-nav-item a:hover {
		opacity: 0.7;
	}

	.p-mod-btn-list-mod-btn:hover {
		opacity: 0.7;
	}

	.p-mod-manual-item-link:hover {
		opacity: 0.7;
	}

	.p-mod-manual-item-child-item-link:hover {
		opacity: 0.7;
	}

	.p-news-item-title a:hover {
		opacity: 0.7;
	}

	.p-results-item-link:hover {
		opacity: 0.7;
	}

	.l-search .p-search-input-submit:hover {
		opacity: 0.7;
	}

	.l-search .p-search-suggest-list li a:hover {
		opacity: 0.7;
	}

	.l-footer-link:hover {
		opacity: 0.7;
	}

	.l-breadcrumbs ol li a:hover {
		opacity: 0.7;
	}
}

@media screen and (max-height: 1000px) {
	.modaal-inner-wrapper {
		padding-top: 0;
		padding-bottom: 60px;
		padding-inline: 20px;
	}
}
