@charset "UTF-8";
html {
	overflow-y: scroll;
}

html, body, div, span, object, iframe, picture,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, main, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 100%;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6,
strong,
b,
th {
	font-weight: normal;
}

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

ol, ul, li {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: 100%;
	vertical-align: baseline;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: 500;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

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

input,
select {
	vertical-align: middle;
}

img,
object,
embed {
	vertical-align: top;
}

@font-face {
	src: url("../fonts/NotoSansJP-Regular.otf") format("opentype");
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
}

@font-face {
	src: url("../fonts/NotoSansJP-Medium.otf") format("opentype");
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
}

@font-face {
	src: url("../fonts/NotoSansJP-Bold.otf") format("opentype");
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
}

@font-face {
	src: url("../fonts/KiwiMaru-Medium.ttf") format("truetype");
	font-family: 'Kiwi Maru';
	font-style: normal;
	font-weight: 500;
}

@font-face {
	src: url("../fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
	font-family: 'Inter';
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
}

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

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

html.is-nav-active {
	z-index: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	min-width: 940px;
	background: #f2f2f2;
	color: #4c4c4c;
	font-family: "Noto Sans", "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	line-height: 2;
	text-size-adjust: 100%;
	overflow-wrap: break-word;
}

label,
input,
textarea,
select,
button {
	border: none;
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button {
	overflow: visible;
}

a {
	outline: none;
	color: #226699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a[href^="tel:"] {
	cursor: default;
}

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

strong,
em,
b {
	font-weight: bold;
}

em {
	font-style: normal;
}

button {
	-webkit-appearance: none;
	appearance: none;
	padding: 0;
	border: none;
	outline: none;
	background-color: transparent;
	cursor: pointer;
}

select {
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	background: transparent;
	cursor: pointer;
}

b {
	font-weight: bold;
}

sup,
sub {
	font-size: 0.75em;
	vertical-align: text-top;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: bottom;
}

.l-page {
	max-width: 1200px;
	margin: 0 auto;
	background-color: #ffffff;
}

.l-header {
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
}

.l-footer {
	padding: 30px 0 20px;
	border-top: 1px solid #dddddd;
}

.l-contents {
	padding-top: 145px;
	word-break: break-all;
}

.l-category-header {
	position: relative;
}

.l-breadcrumb {
	position: relative;
}

.l-category-header .l-breadcrumb {
	z-index: 1;
	position: absolute;
	width: 100%;
}

.l-breadcrumb::before {
	display: block;
	position: absolute;
	top: -105px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100vw;
	min-width: 1366px;
	height: 210px;
	min-height: 210px;
	transform: skewY(-3.77deg);
	background-color: #37bef0;
	content: "";
}

.l-category-header .l-breadcrumb::before {
	display: none;
}

.l-page-header {
	position: relative;
	margin-bottom: 60px;
}

.l-page-content {
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
}

.l-maincontainer {
	position: relative;
	margin: 0 auto;
}

.page-sitemap .l-main,
.page-home .l-main {
	padding-bottom: 110px;
}

.page-company-business .l-main,
.page-technology .l-main {
	padding-bottom: 140px;
}

.page-works .l-main {
	padding-bottom: 130px;
}

.page-system .l-main,
.page-information .l-main {
	padding-bottom: 140px;
}

.page-download .l-main {
	padding-bottom: 140px;
}

.page-inquiry .l-main {
	padding-bottom: 120px;
}

.page-partner .l-main,
.page-company .l-main {
	padding-bottom: 120px;
}

.l-main.p-company-top-main {
	padding-bottom: 120px;
}

.l-main.p-technology-top-main {
	padding-bottom: 120px;
}

.l-main.p-works-top-main {
	margin-bottom: 120px;
	padding-bottom: 80px;
}

.l-side {
	flex-basis: 280px;
	order: 1;
	padding-top: 110px;
	padding-right: 58px;
}

.l-side--category-top {
	padding-top: 0;
}

.c-inner {
	width: 940px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}

.c-inner--no-mb {
	margin-bottom: 0;
}

.c-inner-wide {
	width: 100%;
	min-width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}

.c-link {
	text-decoration: underline;
}

.c-link[target="_blank"]::after {
	display: inline-block;
	width: 18px;
	height: 14.5px;
	margin-top: 0.5em;
	margin-left: 10px;
	background: url(/seisaku/chosakuken/kaizoku/assets/images/common/icon_blank.png) no-repeat left center;
	background-size: contain;
	vertical-align: top;
	content: '';
}

.c-disc-list__item {
	position: relative;
	padding-left: 1em;
}

.c-disc-list__item::before {
	position: absolute;
	top: 0;
	left: 0;
	color: #4c4c4c;
	content: "・";
}

.c-disc-list--center {
	display: table;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}

.c-note-list--center {
	display: table;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}

.c-note-list--right {
	display: table;
	width: auto;
	margin-left: auto;
}

.c-note-list__item {
	position: relative;
	padding-left: 1em;
}

.c-note-list__item::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\203B";
}

.c-note-list--asterisk .c-note-list__item::before {
	content: "\FF0A";
}

.c-order-list {
	counter-reset: order;
}

.c-order-list__item {
	position: relative;
	padding-left: 1.65em;
}

.c-order-list__item::before {
	position: absolute;
	top: 0;
	left: 0;
	content: counter(order) ".";
	counter-increment: order;
}

.c-data-attr-list__item {
	position: relative;
}

.c-data-attr-list__item::before {
	position: absolute;
	top: 0;
	left: 0;
	content: attr(data-num);
}

.c-data-attr-list--circle-num .c-data-attr-list__item {
	padding-left: 1.15em;
}

.c-data-attr-list--circle-num .c-data-attr-list__item::before {
	width: 1em;
	height: 1em;
}

.c-data-attr-list--brackets .c-data-attr-list__item {
	padding-left: 2em;
}

.c-data-attr-list--brackets .c-data-attr-list__item::before {
	width: 2em;
	height: 1em;
}

.c-data-attr-list--half-brackets .c-data-attr-list__item {
	padding-left: 1.25em;
}

.c-data-attr-list--half-brackets .c-data-attr-list__item::before {
	width: 1.25em;
	height: 1em;
}

.c-data-attr-list--note-num .c-data-attr-list__item {
	padding-left: 2.75em;
}

.c-data-attr-list--note-num .c-data-attr-list__item::before {
	width: 2.75em;
	height: 1em;
}

.c-data-attr-list--asterisk-num .c-data-attr-list__item {
	padding-left: 1.5em;
}

.c-data-attr-list--asterisk-num .c-data-attr-list__item::before {
	width: 1.5em;
	height: 1em;
}

.c-num-list {
	counter-reset: number;
}

.c-num-list__item {
	padding-left: 2.5em;
	text-indent: -2.25em;
	counter-increment: number;
}

.c-num-list__item > * {
	text-indent: 0;
}

.c-num-list__item::before {
	margin-right: 0.25em;
}

.c-num-list > *.c-num-list__item:nth-of-type(-n+9)::before {
	content: " (" counter(number) ")";
}

.c-num-list > *.c-num-list__item:nth-of-type(n+10)::before {
	content: "(" counter(number) ")";
}

.c-num-list__inner {
	text-indent: 0;
}

.c-inline-list__item {
	display: inline-block;
	margin-right: 1em;
}

.c-indices-list {
	counter-reset: number;
}

.c-indices-list__item {
	position: relative;
	padding-left: 1.5em;
}

.c-indices-list__item::before {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.05em 0.25em;
	font-size: 1.5rem;
	content: counter(number);
	counter-increment: number;
}

.c-indices-list__item::after {
	display: block;
	position: absolute;
	top: 1em;
	left: 0;
	width: 1em;
	height: 1em;
	transform: translateY(-50%);
	border: 1px solid #4c4c4c;
	border-radius: 50%;
	content: '';
}

.c-roman-list {
	counter-reset: number;
}

.c-roman-list__item {
	position: relative;
	padding-left: 1.65em;
}

.c-roman-list__item::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "(" counter(number, lower-roman) ")";
	counter-increment: number;
}

.c-checkbox,
.c-radio {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 1.3;
	vertical-align: middle;
	cursor: pointer;
}

.c-checkbox input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	position: absolute;
	opacity: 0;
}

.c-checkbox input[type="checkbox"] + .c-checkbox__text {
	display: inline-block;
	z-index: 1;
	position: relative;
	min-height: 20px;
	padding-left: 28px;
	vertical-align: middle;
}

.c-checkbox input[type="checkbox"] + .c-checkbox__text::before, .c-checkbox input[type="checkbox"] + .c-checkbox__text::after {
	display: block;
	position: absolute;
	content: "";
}

.c-checkbox input[type="checkbox"] + .c-checkbox__text::before {
	z-index: 2;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #aaaaaa;
	border-radius: 3px;
	background: #ffffff;
}

.c-checkbox input[type="checkbox"] + .c-checkbox__text::after {
	z-index: 3;
	top: 2px;
	left: 5px;
	width: 10px;
	height: 10px;
}

.c-checkbox input[type="checkbox"]:checked + .c-checkbox__text::before {
	border-color: #aaaaaa;
}

.c-checkbox input[type="checkbox"]:checked + .c-checkbox__text::after {
	transform: rotate(45deg);
	border-width: 0 3px 3px 0;
	border-style: solid;
	border-color: #aaaaaa;
}

.c-radio input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	position: absolute;
	opacity: 0;
}

.c-radio input[type="radio"] + .c-radio__text {
	display: inline-block;
	z-index: 1;
	position: relative;
	min-height: 20px;
	padding-left: 28px;
	vertical-align: middle;
}

.c-radio input[type="radio"] + .c-radio__text::before, .c-radio input[type="radio"] + .c-radio__text::after {
	display: block;
	position: absolute;
	content: "";
}

.c-radio input[type="radio"] + .c-radio__text::before {
	z-index: 2;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #808080;
	border-radius: 50%;
	background: #ffffff;
}

.c-radio input[type="radio"] + .c-radio__text::after {
	z-index: 3;
	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
}

.c-radio input[type="radio"]:checked + .c-radio__text::before {
	border-color: #808080;
}

.c-radio input[type="radio"]:checked + .c-radio__text::after {
	border-radius: 50%;
	background: #808080;
}

.c-textbox,
.c-textarea,
.c-select {
	color: #4c4c4c;
}

.c-textbox:focus,
.c-textarea:focus,
.c-select:focus {
	outline: none;
}

.c-textbox {
	width: 100%;
	height: 50px;
	padding: 14px 18px;
	border: 1px solid #808080;
	border-radius: 5px;
	background: #ffffff;
}

.c-textbox::placeholder {
	color: #999999;
}

.c-form-notes {
	color: #eb5e65;
}

.p-header {
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #dddddd;
	background-color: #ffffff;
}

.p-header .c-inner-wide {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.p-header__logo {
	display: flex;
	align-items: center;
	height: 100%;
}

.p-header a {
	transition: opacity 0.2s ease-out;
}

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

.p-header__logo-bunkachou {
	width: 143px;
}

.p-header__logo-portal {
	width: 204px;
	margin-left: 20px;
}

.p-header-sp__header {
	display: flex;
	position: relative;
	flex-basis: 362px;
	align-items: center;
	justify-content: space-between;
	height: 70px;
	padding-right: 25px;
}

.p-header__btn {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	position: absolute;
	right: 0;
	width: 22px;
	height: 22px;
	overflow: hidden;
	cursor: pointer;
}

.p-header__btn_line {
	box-sizing: border-box;
	display: inline-block;
	position: absolute;
	right: 0;
	width: 22px;
	height: 2px;
	border-radius: 2px;
	background-color: #4d4d4d;
}

.p-header__btn_line:nth-of-type(1) {
	bottom: 20px;
}

.p-header__btn_line:nth-of-type(2) {
	bottom: 10px;
}

.p-header__btn_line:nth-of-type(3) {
	bottom: 0;
}

.is-open .p-header__btn_line {
	display: none;
}

.is-open.p-header__btn::before,
.is-open.p-header__btn::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 22px;
	background: #4d4d4d;
	content: "";
}

.is-open.p-header__btn::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.is-open.p-header__btn::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.p-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding-right: 80px;
}

.p-footer__copyright {
	font-size: 1.1rem;
	line-height: 1.5;
}

.p-footer-info-list {
	font-size: 1.4rem;
	line-height: 1.857;
}

.p-gnav__main {
	flex: 1;
	height: 100%;
}

.p-gnav__sub {
	display: flex;
	flex-basis: 130px;
	justify-content: flex-end;
}

.p-gnav-list {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.467;
}

.p-gnav-list__item {
	height: 110%;
	text-align: center;
}

.p-gnav-link {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding-left: 31px;
	color: #4c4c4c;
	transition: opacity 0.2s ease-out;
}

.p-gnav-link:hover {
	opacity: 0.7;
}

.p-gnav-link:hover {
	text-decoration: none;
}

.p-gnav-link::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 18px;
	transform: translateY(-50%);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
}

.p-gnav-link--01::before {
	background-image: url(/seisaku/chosakuken/kaizoku/assets/images/common/icon_01.png);
}

.p-gnav-link--02::before {
	background-image: url(/seisaku/chosakuken/kaizoku/assets/images/common/icon_02.png);
}

.p-gnav-link--03::before {
	background-image: url(/seisaku/chosakuken/kaizoku/assets/images/common/icon_03.png);
}

.p-gnav-link--04::before {
	background-image: url(/seisaku/chosakuken/kaizoku/assets/images/common/icon_04.png);
}

.p-gnav-link--05::before {
	background-image: url(/seisaku/chosakuken/kaizoku/assets/images/common/icon_05.png);
}

.p-gnav-btn + .p-gnav-btn {
	margin-left: 8px;
	padding-left: 9px;
	border-left: 1px solid #dddddd;
}

.p-gnav-btn-link {
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 4px;
	background-position-x: center;
	background-repeat: no-repeat;
	background-size: 24px auto;
	color: #4c4c4c;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.214;
	text-align: center;
	white-space: nowrap;
	transition: opacity 0.2s ease-out;
}

.p-gnav-btn-link:hover {
	opacity: 0.7;
}

.p-gnav-btn-link--faq {
	padding-top: 29px;
	background-image: url(/seisaku/chosakuken/kaizoku/assets/images/common/icon_faq.png);
	background-position-y: 0;
}

.p-gnav-btn-link--contact {
	padding-top: calc(29px + 0.75em);
	background-image: url(/seisaku/chosakuken/kaizoku/assets/images/common/icon_contact.png);
	background-position-y: 1px;
}

.is-nav-active {
	overflow: hidden;
}

.p-breadcrumb {
	position: relative;
	min-height: 96px;
	padding-top: 20px;
}

.p-breadcrumb-list {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.3rem;
}

.p-breadcrumb-list__item {
	color: #ffffff;
}

.p-breadcrumb-list__item a {
	display: block;
	position: relative;
	margin-right: 29px;
	color: #4c4c4c;
}

.p-breadcrumb-list__item a:hover {
	text-decoration: underline;
}

.p-breadcrumb-list__item a::after {
	display: block;
	position: absolute;
	top: 50%;
	right: -17px;
	width: 5px;
	height: 5px;
	margin-top: -2.5px;
	transform: rotate(-45deg);
	border-right: 1px solid #4c4c4c;
	border-bottom: 1px solid #4c4c4c;
	content: '';
}

.p-pagetop {
	display: none;
	z-index: 10;
	position: -webkit-sticky;
	position: sticky;
	bottom: 90px;
	left: 0;
	width: 50px;
	height: 50px;
	margin-right: 30px;
	margin-left: auto;
	overflow: hidden;
	background: url(/seisaku/chosakuken/kaizoku/assets/images/common/pagetop.png) no-repeat left bottom;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
	cursor: pointer;
	transition: opacity 0.3s ease-in;
	transition: opacity 0.2s ease-out;
}

.p-pagetop:hover {
	opacity: 0.7;
}

.p-teachingMaterials-waitingMessage {
	margin: 10% 0;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

.p-teachingMaterials__flame {
	margin-top: 8%;
	margin-bottom: 15%;
	padding: 45px 5%;
	border: 1px solid #dddddd;
	border-radius: 20px;
}

.p-teachingMaterials__flame__theme {
	margin-bottom: 10%;
}

.p-teachingMaterials__flame .p-btn {
	position: relative;
	width: 365px;
	margin: 0 auto;
}

.p-teachingMaterials__category {
	width: 240px;
	height: 50px;
	margin: 0 auto 20px;
	margin-top: -70px;
	border-radius: 25px;
	background-color: #808080;
	text-align: center;
}

.p-teachingMaterials__category-text {
	padding-top: 10px;
	color: #f7f7f7;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.556;
}

.p-teachingMaterials__attachment .p-btn__link {
	padding-right: calc(30px + 20px + 5px);
	padding-left: calc(5px + 20px + 5px);
}

.p-teachingMaterials__group {
	padding: 3%;
}

.p-teachingMaterials__movie {
	position: relative;
	width: 90%;
	height: 0;
	margin: 0 auto;
	/*アスペクト比 16:9の場合の縦幅*/
	padding-bottom: 56.25%;
	overflow: hidden;
}

.p-teachingMaterials__movie__theme {
	padding-top: 5%;
}

.p-teachingMaterials__movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.p-teachingMaterials-section__title {
	margin-bottom: 30px;
	padding-top: 15px;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.273;
}

.p-teachingMaterials-section__explanation {
	padding-bottom: 2%;
}

.u-alternate {
	clip: rect(1px, 1px, 1px, 1px);
	display: inline;
	z-index: -9999;
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	font-size: 0;
}

.u-onepiece {
	display: inline-block;
}

.p-page-header {
	text-align: center;
}

.p-page-header__inner {
	display: inline-block;
}

.p-page-header__row {
	display: flex;
	align-items: center;
	justify-content: center;
}

.p-page-header__img {
	margin: 0 auto;
}

.p-page-header__text {
	padding-left: 24px;
	text-align-last: left;
}

.p-page-header__title {
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 0.875;
}

.p-page-header--05 .p-page-header__row {
	margin-left: 200px;
}

.p-page-header--01 .p-page-header__img {
	width: 217px;
}

.p-page-header--02 .p-page-header__img {
	width: 199px;
}

.p-page-header--03 .p-page-header__img {
	width: 199px;
}

.p-page-header--04 .p-page-header__img {
	width: 120.5px;
}

.p-page-header--05 .p-page-header__img {
	width: 120.5px;
}

.p-page-header--mv {
	display: flex;
}

.p-page-header__speechBubble {
	position: relative;
	bottom: 20px;
	margin-left: 6em;
	padding: 25px 23px 25px 33px;
	border: solid 2px #808080;
	border-radius: 60px;
	background: #ffffff;
	box-shadow: 5px 5px #e5e5e5;
}

.p-page-header__speechBubble::before {
	position: absolute;
	top: 75px;
	bottom: 0;
	left: -60px;
	width: 13px;
	height: 12px;
	border: solid 2px #808080;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 3px 3px #e5e5e5;
	content: "";
}

.p-page-header__speechBubble::after {
	position: absolute;
	top: 60px;
	bottom: 3px;
	left: -40px;
	width: 25px;
	height: 22px;
	border: solid 2px #808080;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 4px 4px #e5e5e5;
	content: "";
}

.p-page-header__speechBubble p {
	margin: 0;
	padding: 0 10px;
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 25px;
}

.p-label-new {
	color: #eb5e65;
}

.p-label-new.is-before {
	margin-right: 1em;
}

.p-label-new.is-after {
	margin-left: 1em;
}

.p-strong-line {
	font-weight: 700;
	text-decoration: underline;
}

.p-page-lead-box {
	position: relative;
	margin: 50px auto;
	padding: 45px 50px;
	border-radius: 20px;
	background-color: #f2f2f2;
}

.p-page-lead-box::before, .p-page-lead-box::after {
	display: inline-block;
	position: absolute;
	width: 40px;
	height: 40px;
	content: '';
}

.p-page-lead-box::before {
	top: 0;
	left: 0;
	border-top: solid 2px #eb5e65;
	border-left: solid 2px #eb5e65;
	border-radius: 20px 0;
}

.p-page-lead-box::after {
	right: 0;
	bottom: 0;
	border-right: solid 2px #eb5e65;
	border-bottom: solid 2px #eb5e65;
	border-radius: 20px 0;
}

.p-top-lead .p-page-lead-box {
	letter-spacing: 0.07em;
}

.p-indent {
	text-indent: 1em;
}

.p-btn {
	position: relative;
	width: 430px;
	margin: 0 auto;
}

.p-btn + .p-btn {
	margin-top: 20px;
}

.p-btn__link {
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
	min-height: 80px;
	padding-right: calc(20px + 20px + 5px);
	padding-left: calc(20px + 20px + 5px);
	border: 2px solid #808080;
	border-radius: 10px;
	background-color: #fffbcc;
	box-shadow: 5px 5px #e5e5e5;
	color: #4c4c4c;
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.529;
	transition: opacity 0.2s ease-out;
}

.p-btn__link:hover {
	opacity: 0.7;
}

.p-btn__link:hover {
	text-decoration: none;
}

.p-btn__link::after {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
}

.p-btn__link[target="_blank"] {
	text-decoration: none;
}

.p-btn__link[target="_blank"]::after {
	display: block;
	right: 20px;
	margin: 0;
}

.p-btn__link--pdf::after {
	display: block;
	position: absolute;
	right: 20px;
	width: 20px;
	height: 26px;
	background-image: url(/seisaku/chosakuken/kaizoku/assets/images/common/icon_pdf.png);
	content: "";
}

.p-btn__link--word::after {
	display: block;
	position: absolute;
	right: 20px;
	width: 20px;
	height: 26.5px;
	background-image: url(/seisaku/chosakuken/kaizoku/assets/images/common/icon_word.png);
	content: "";
}

.p-btn__link--arrow {
	padding-right: 40px;
	background-position-y: center;
	background-repeat: no-repeat;
}

.p-btn__link--arrow::after {
	display: block;
	position: absolute;
	right: 15px;
	width: 22px;
	height: 22px;
	background-image: url(/seisaku/chosakuken/kaizoku/assets/images/common/icon_link.png);
	content: "";
}

.p-btn__link--faq {
	padding-right: 56px;
	padding-left: 56px;
	background-color: #f2f2f2;
	background-image: url(/seisaku/chosakuken/kaizoku/assets/images/common/icon_faq.png);
	background-position-x: 19px;
	background-size: 36px auto;
}

.p-btn__link--contact {
	padding-right: 54px;
	padding-left: 54px;
	background-color: #f2f2f2;
	background-image: url(/seisaku/chosakuken/kaizoku/assets/images/common/icon_contact.png);
	background-position-x: 17px;
	background-size: 36px auto;
}

.p-btn__link--comic {
	margin-inline: auto;
	position: relative;
	justify-content: center;
	width: 100%;
	max-width: 280px;
	padding-right: 56px;
	padding-left: 56px;
	background-color: #f2f2f2;
	background-image: url(/seisaku/chosakuken/kaizoku/assets/images/common/icon_comic.png);
	background-position-x: 19px;
	background-size: 36px auto;
}

.p-btn__search {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding-left: 45px;
	border: 2px solid #808080;
	border-radius: 10px;
	background-color: #fffbcc;
	box-shadow: 5px 5px #e5e5e5;
	color: #4c4c4c;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.75;
	transition: opacity 0.2s ease-out;
}

.p-btn__search:hover {
	opacity: 0.7;
}

.p-btn__search:hover {
	text-decoration: none;
}

.p-btn__search::after {
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	background: url(/seisaku/chosakuken/kaizoku/assets/images/faq/icon_zoom.png) no-repeat center center;
	background-size: contain;
	content: "";
}

.p-btn--faq {
	width: 280px;
	height: 80px;
}

.p-btn--comic {
	width: 280px;
	height: 80px;
}

.p-btn--bunchan {
	margin-bottom: 58px;
}

.p-btn--bunchan::after {
	display: block;
	position: absolute;
	top: 50%;
	right: calc(-116.5px - 10px);
	width: 116.5px;
	height: 116.5px;
	transform: translateY(-50%);
	background: url(/seisaku/chosakuken/kaizoku/assets/images/singai_gide/image_bunchan.png) no-repeat 0 0;
	background-size: contain;
	content: "";
}

.p-btn--disabled {
	background-color: #cccccc;
	opacity: 0.7;
	transition: all 0.3s;
}

.p-btn--disabled.is-enabled {
	background-color: #fffbcc;
	opacity: 1;
}

.p-btn-invalid {
	position: relative;
}

.p-btn-title {
	display: block;
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.556;
	text-align: center;
}

.p-section--contact .p-btn-title {
	font-size: 2.3rem;
}

.p-btn-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -30px;
}

.p-btn-list__item {
	margin-bottom: 35px;
}

.p-section {
	margin-top: 50px;
}

.p-section--border {
	padding-top: 50px;
	border-top: 1px solid #dddddd;
}

.p-section__title {
	position: relative;
	margin-bottom: 30px;
	padding-top: 34px;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.273;
}

.p-section__title::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 2px;
	background-color: #808080;
	content: "";
}

.p-section__title[data-num] {
	padding-left: calc(1em + 5px);
}

.p-section__title[data-num]::after {
	display: block;
	position: absolute;
	top: 34px;
	left: 0;
	content: attr(data-num) ".";
}

.p-section__title--plain {
	padding-top: 0;
	text-align: center;
}

.p-section__title--plain::before {
	display: none;
}

.p-section__title--faq {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 60px;
	padding-top: 0;
	border-radius: 10px;
	background: #dddddd;
	text-align: center;
}

.p-section__title--faq::before {
	display: none;
}

.p-section__title-text {
	display: table;
	position: relative;
	width: auto;
}

.p-section__title-text::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
}

.p-section__title-text--faq {
	padding-left: calc(36px + 5px);
}

.p-section__title-text--faq::before {
	width: 36px;
	height: 36px;
	background-image: url(/seisaku/chosakuken/kaizoku/assets/images/common/icon_faq.png);
}

.p-section__title-text--contact {
	padding-left: calc(36px + 5px);
}

.p-section__title-text--contact::before {
	width: 36px;
	height: 36px;
	background-image: url(/seisaku/chosakuken/kaizoku/assets/images/common/icon_contact.png);
}

.p-section__content p {
	line-height: 1.625;
}

.p-section-link-list {
	margin-top: 30px;
}

.p-section-link-list__item {
	color: #226699;
}

.p-section-link-list__item + .p-section-link-list__item {
	margin-top: 14px;
}

.p-section-link-list a {
	display: inline-block;
	min-height: 26.5px;
	transition: opacity 0.2s ease-out;
}

.p-section-link-list a:hover {
	opacity: 0.7;
}

.p-section-link-list a::after {
	display: inline-block;
	margin-left: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	content: "";
}

.p-section-link-list a[href$=".docx"]::after, .p-section-link-list a[href$=".doc"]::after {
	width: 20px;
	height: 26.5px;
	background-image: url(/seisaku/chosakuken/kaizoku/assets/images/common/icon_word.png);
}

.p-section-link-list a[href$=".pdf"]::after {
	width: 20px;
	height: 26px;
	background-image: url(/seisaku/chosakuken/kaizoku/assets/images/common/icon_pdf.png);
}

.p-character-info {
	padding-top: 30px;
	padding-bottom: 14px;
	font-size: 1.4rem;
	line-height: 1.857;
}

.p-title--faq {
	width: 240px;
	height: 50px;
	margin: 0 auto 20px;
	border-radius: 25px;
	background-color: #808080;
	text-align: center;
}

.is-pickup .p-title--faq {
	display: none;
}

.p-title--faq .p-title--faq-text {
	padding-top: 10px;
	color: #f7f7f7;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.556;
}

.p-faq-group {
	margin-bottom: 45px;
}

.p-section--contact .p-faq-group {
	border-bottom: 1px solid #dddddd;
}

.p-faq {
	margin-bottom: 48px;
	border-bottom: 1px solid #dddddd;
}

.p-section--contact .p-faq {
	margin-bottom: 0;
	border-bottom: none;
}

.p-section--contact .p-faq__header {
	display: none;
}

.p-faq__content {
	border-top: 1px solid #dddddd;
}

.p-section--contact .p-faq__content {
	display: none;
}

.p-section--contact .p-faq__content.is-pickup {
	display: block;
}

.p-question {
	position: relative;
	padding: 29px 70px;
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.882;
	cursor: pointer;
}

.p-question::before {
	display: block;
	position: absolute;
	top: 30px;
	left: 30px;
	width: 21px;
	height: 34px;
	background: url(/seisaku/chosakuken/kaizoku/assets/images/faq/icon_question.png) no-repeat 0 0;
	background-size: contain;
	content: "";
}

.p-question::after {
	display: block;
	position: absolute;
	top: 40px;
	right: 20px;
	width: 22px;
	height: 12px;
	background: url(/seisaku/chosakuken/kaizoku/assets/images/faq/faq_open.png) no-repeat 0 0;
	background-size: contain;
	content: "";
}

.p-question.is-open::after {
	background: url(/seisaku/chosakuken/kaizoku/assets/images/faq/faq_close.png) no-repeat 0 0;
	background-size: contain;
}

.p-answer {
	display: none;
	position: relative;
	margin-bottom: 30px;
	padding: 30px 70px;
	border-bottom: 1px solid #dddddd;
	border-radius: 10px;
	background-color: #f2f2f2;
}

.p-answer::before {
	display: block;
	position: absolute;
	top: 30px;
	left: 30px;
	width: 32px;
	height: 38.5px;
	background: url(/seisaku/chosakuken/kaizoku/assets/images/faq/icon_answer.png) no-repeat 0 0;
	background-size: contain;
	content: "";
}

.p-answer p:not(:first-child) {
	padding-top: 1em;
}

.p-answer__division {
	padding-top: 1em;
}

.p-answer .p-reference-note {
	display: flex;
	padding-top: 1em;
}

.p-answer .p-reference-note__title {
	flex-shrink: 0;
}

.p-answer .p-reference-note__data {
	min-width: 0;
}

.p-agree {
	padding: 28px;
	border: 1px solid #dddddd;
	border-radius: 10px;
}

.p-agree__inner {
	height: 275px;
	padding-right: 5px;
	overflow-y: auto;
}

.p-agree__title {
	margin-bottom: 1em;
	font-size: 1.7rem;
	font-weight: 500;
	text-align: center;
}

.p-notes .p-agree__list {
	margin-top: 1em;
}

.p-agree__list > *:not(:last-child) {
	margin-bottom: 1em;
}

.p-agree__list .p-arrow {
	position: relative;
	padding-left: 1em;
}

.p-agree__list .p-arrow::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\02192";
}

.p-form-agree {
	margin-top: 50px;
}

.p-form-agree__check {
	display: block;
	margin-bottom: 25px;
	text-align: center;
}

.p-form-agree__notes {
	margin-top: 40px;
	text-align: center;
}

.p-notes {
	margin-bottom: 45px;
	padding: 20px;
}

.p-notes__header {
	position: relative;
}

.p-notes__header::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 22px;
	height: 12px;
	transform: translateY(-50%);
	background: url(/seisaku/chosakuken/kaizoku/assets/images/faq/faq_close.png) no-repeat 0 0;
	background-size: contain;
	content: "";
}

.p-notes__header.is-closed::after {
	background: url(/seisaku/chosakuken/kaizoku/assets/images/faq/faq_open.png) no-repeat 0 0;
	background-size: contain;
}

.p-notes__title {
	margin-bottom: 0;
	cursor: pointer;
}

.p-notes__content {
	height: auto;
	min-height: 100px;
	margin-top: 1em;
	transition: all 0.3s;
}

.p-notes__content.is-closed {
	height: 0;
	min-height: 0;
	margin-top: 0;
	overflow: hidden;
}

.p-notes__content.is-closed .p-agree__inner {
	display: none;
}

.p-search-box {
	margin-bottom: 55px;
	padding: 40px 50px;
	border: 2px solid #808080;
	border-radius: 20px;
}

.p-search-box__group + .p-search-box__group {
	margin-top: 30px;
	padding-top: 25px;
	border-top: 1px solid #dddddd;
}

.p-search-box__title {
	margin-bottom: 15px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.556;
	text-align: center;
}

.p-search-box__lead {
	margin-bottom: 15px;
	font-size: 1.6rem;
	line-height: 1.625;
	text-align: center;
}

.p-search-unit {
	display: flex;
	justify-content: space-between;
	width: 590px;
	margin: 0 auto;
}

.p-search-unit__input {
	flex: 1;
	padding-right: 10px;
}

.p-search-unit__btn {
	flex-basis: 100px;
	width: auto;
}

.p-radio-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: -5px;
}

.p-radio-list__item {
	margin: 0 9px 5px;
}

.p-search-result {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-bottom: 60px;
}

.p-search-result.is-hide {
	display: none;
}

.p-search-result__data-text {
	min-width: 0;
	padding: 0 10px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.4;
}

.p-search-result__data-count {
	flex-shrink: 0;
	padding: 0 10px;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1;
}

.p-search-result__data-count small {
	padding: 0 5px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.75;
}

.p-search-result__category, .p-search-result__keyword {
	display: block;
}

.laymic_root {
	z-index: 101;
}

.p-comic {
	position: relative;
	margin: 55px auto;
	padding: 0 86px 50px 50px;
	border: 2px solid #808080;
	border-radius: 20px;
	background-color: #fffbcc;
}

.p-comic__header {
	position: relative;
	margin-bottom: 24px;
}

.p-comic__catch {
	position: absolute;
	top: -2px;
	left: 50%;
	width: -webkit-fit-content;
	width: fit-content;
	margin: 0 auto;
	padding: 0 45px 0;
	transform: translate(-50%, -50%);
	background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #fffbcc 50%, #fffbcc 100%);
	color: #eb525f;
	font-family: "Kiwi Maru", sans-serif;
	font-size: 2.6rem;
	line-height: 1.077;
}

.p-comic__catch::before, .p-comic__catch::after {
	display: block;
	position: absolute;
	top: 0;
	width: 21px;
	height: 23px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}

.p-comic__catch::before {
	left: 17px;
	background-image: url(/seisaku/chosakuken/kaizoku/assets/images/contact/deco_l.png);
}

.p-comic__catch::after {
	right: 17px;
	background-image: url(/seisaku/chosakuken/kaizoku/assets/images/contact/deco_r.png);
}

.p-comic__catch-en-text {
	font-family: "Inter", sans-serif;
	font-size: 2.8rem;
}

.p-comic__title-block {
	margin-inline: auto;
	padding-top: 31px;
}

.p-comic__title {
	gap: 6px;
	display: grid;
	grid-template-columns: repeat(7, 45px);
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
	font-family: "Kiwi Maru", sans-serif;
	font-size: 3.289rem;
	font-weight: 500;
	line-height: 1.615;
}

.p-comic__title-text {
	-webkit-text-stroke: 1px #4c4c4c;
	display: grid;
	place-content: center;
	width: 45px;
	height: 45px;
	border-radius: 4px;
	background: #4c4c4c;
	color: #ffffff;
	line-height: 1;
}

.p-comic__title-text--strong {
	background: #fc979d;
}

.p-comic__author {
	width: -webkit-fit-content;
	width: fit-content;
	margin-left: auto;
	font-family: "Kiwi Maru", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.4;
}

.p-comic__content {
	gap: 25px;
	display: grid;
	grid-template-columns: 400px 1fr;
	grid-template-rows: auto 1fr;
}

.p-comic__text {
	font-size: 1.6rem;
	line-height: 2;
}

.p-comic__img {
	grid-column: 2 / 3;
	grid-row: 1 / 3;
	justify-self: end;
}

.p-top-mv {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 26px 26px 26px 57px;
	border: 2px solid #808080;
	border-radius: 20px;
	background-color: #fc979d;
	text-align: center;
}

.p-top-mv__logo-title {
	flex: 1;
}

.p-top-mv__logo {
	width: 438px;
	margin-bottom: 23px;
}

.p-top-mv__title {
	width: 438px;
	margin-left: -24px;
	font-family: "Kiwi Maru", sans-serif;
	font-weight: 500;
}

.p-top-mv__title-text {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.p-top-mv__title-text--row01 {
	font-size: 2.5rem;
	letter-spacing: -0.15em;
	line-height: 1.68;
}

.p-top-mv__title-text--row02 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 2.6rem;
	line-height: 1.615;
}

.p-top-mv__title-text--row03 {
	font-size: 2.7rem;
	line-height: 1.556;
}

.p-top-mv__title-text-block {
	display: block;
	line-height: 1;
}

.p-top-mv__title-text-char {
	display: block;
	flex-grow: 0;
	flex-shrink: 0;
	border-radius: 4px;
	line-height: 1;
}

.p-top-mv__title-text--row01 .p-top-mv__title-text-char {
	flex-basis: 29px;
	margin: 5px 1.5px 0;
	padding: 1px 0 4px;
	background: #4d4d4d;
	color: #ffffff;
	font-size: 2.4rem;
	letter-spacing: 0;
}

.p-top-mv__title-text--row01 .p-top-mv__title-text-char--1st {
	margin-left: 4px;
}

.p-top-mv__title-text--row02 .p-top-mv__title-text-char {
	flex-basis: 35px;
	margin: 5px 2.5px 0;
	padding: 3px 0 5px;
	background: #ffffff;
	color: #4c4c4c;
}

.p-top-mv__img {
	flex-basis: 323px;
}

.p-top-header {
	margin-bottom: 40px;
	padding: 10px;
	border-radius: 20px;
	background-color: #fc979d;
}

.p-top-mv {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 26px 26px 26px 57px;
	border: 2px solid #808080;
	border-radius: 20px;
	background-color: #fc979d;
	text-align: center;
}

.p-top-mv__logo-title {
	flex: 1;
}

.p-top-mv__logo {
	width: 438px;
	margin-bottom: 23px;
}

.p-top-mv__title {
	width: 438px;
	margin-left: -24px;
	font-family: "Kiwi Maru", sans-serif;
	font-weight: 500;
}

.p-top-mv__title-text {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.p-top-mv__title-text--row01 {
	font-size: 2.5rem;
	letter-spacing: -0.15em;
	line-height: 1.68;
}

.p-top-mv__title-text--row02 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 2.6rem;
	line-height: 1.615;
}

.p-top-mv__title-text--row03 {
	font-size: 2.7rem;
	line-height: 1.556;
}

.p-top-mv__title-text-block {
	display: block;
	line-height: 1;
}

.p-top-mv__title-text-char {
	display: block;
	flex-grow: 0;
	flex-shrink: 0;
	border-radius: 4px;
	line-height: 1;
}

.p-top-mv__title-text--row01 .p-top-mv__title-text-char {
	flex-basis: 29px;
	margin: 5px 1.5px 0;
	padding: 1px 0 4px;
	background: #4d4d4d;
	color: #ffffff;
	font-size: 2.4rem;
	letter-spacing: 0;
}

.p-top-mv__title-text--row01 .p-top-mv__title-text-char--1st {
	margin-left: 4px;
}

.p-top-mv__title-text--row02 .p-top-mv__title-text-char {
	flex-basis: 35px;
	margin: 5px 2.5px 0;
	padding: 3px 0 5px;
	background: #ffffff;
	color: #4c4c4c;
}

.p-top-mv__img {
	flex-basis: 323px;
}

.p-top-lead {
	margin-bottom: 50px;
}

.p-top-nav {
	display: flex;
	justify-content: space-between;
}

.p-top-nav__item {
	position: relative;
	width: 174px;
	padding: 0 5px;
}

.p-top-nav__text {
	padding-top: 18px;
}

.p-top-nav__box {
	z-index: 1;
	position: relative;
	width: 100%;
	height: 270px;
	border: 2px solid #808080;
	border-radius: 20px;
	background: url(/seisaku/chosakuken/kaizoku/assets/images/common/icon_link.png) no-repeat right 15px bottom 15px #fffbcc;
	background-size: 22px auto;
	box-shadow: 5px 5px #e5e5e5;
	text-align: center;
	transition: opacity 0.2s ease-out;
}

.p-top-nav__box:hover {
	opacity: 0.7;
}

.p-top-nav__box::before, .p-top-nav__box::after {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	content: "";
}

.p-top-nav__box::before {
	z-index: 3;
	top: calc(32px * -0.5);
	width: 43px;
	height: 32px;
	background: no-repeat;
	background-position: center center;
	background-size: contain;
}

.p-top-nav__box--01::before {
	background-image: url(/seisaku/chosakuken/kaizoku/assets/images/common/icon_01.png);
}

.p-top-nav__box--02::before {
	background-image: url(/seisaku/chosakuken/kaizoku/assets/images/common/icon_02.png);
}

.p-top-nav__box--03::before {
	background-image: url(/seisaku/chosakuken/kaizoku/assets/images/common/icon_03.png);
}

.p-top-nav__box--04::before {
	background-image: url(/seisaku/chosakuken/kaizoku/assets/images/common/icon_04.png);
}

.p-top-nav__box--05::before {
	background-image: url(/seisaku/chosakuken/kaizoku/assets/images/common/icon_05.png);
}

.p-top-nav__box::after {
	z-index: 2;
	top: -2px;
	width: 80px;
	height: 2px;
	background: #ffffff;
}

.p-top-nav__box-content {
	z-index: 1;
	position: relative;
	padding-top: 35px;
}

.p-top-nav__title {
	margin-bottom: 22px;
	color: #4c4c4c;
	font-size: 1.9rem;
	line-height: 1.273;
}

.p-top-nav__img {
	margin: 0 auto;
}

.p-top-nav__text {
	padding-top: 18px;
	line-height: 1.625;
}

.p-top-nav__link {
	display: block;
	width: 100%;
	color: #4c4c4c;
}

.p-top-nav__link:hover {
	text-decoration: none;
}

.p-top-nav__box--04 .p-top-nav__title {
	padding-top: 15px;
}

.p-top-nav__box--01 .p-top-nav__img {
	width: 140px;
	margin-top: 40px;
}

.p-top-nav__box--02 .p-top-nav__img {
	width: 120px;
}

.p-top-nav__box--03 .p-top-nav__img {
	width: 120px;
}

.p-top-nav__box--04 .p-top-nav__img {
	width: 110px;
	margin-top: 40px;
}

.p-top-nav__box--05 .p-top-nav__img {
	width: 110px;
}

.p-top-faq {
	position: relative;
	margin-top: 90px;
	padding: 45px 45px 48px;
	border: 2px solid #808080;
	border-radius: 20px;
}

.p-top-faq__title {
	display: flex;
	position: absolute;
	top: -38px;
	left: 50%;
	align-items: center;
	justify-content: center;
	height: 76px;
	padding: 0 20px 0 100px;
	transform: translateX(-50%);
	background-color: #ffffff;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.182;
}

.p-top-faq__title::before {
	display: block;
	position: absolute;
	top: -13px;
	left: 15px;
	width: 76px;
	height: 76px;
	background: url(/seisaku/chosakuken/kaizoku/assets/images/common/image_bunchan.png) no-repeat center center;
	background-size: contain;
	content: "";
}

.p-top-faq__title br {
	display: none;
}

.p-top-faq__text {
	display: table;
	width: auto;
	margin: 0 auto 30px;
	line-height: 1.625;
}

.p-top-faq-btn-list {
	display: flex;
	justify-content: center;
}

.p-top-faq-btn-list__item {
	margin: 0 13px;
}

.p-top-related {
	padding: 35px 0 55px;
	background: #e5e5e5;
}

.p-top-related__title {
	margin-bottom: 25px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.444;
	text-align: center;
}

.p-top-related__banner {
	overflow: hidden;
}

.p-top-related + .p-character-info {
	padding-top: 20px;
}

.p-top-banner-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -20px calc((100% - 200px * 4) / 8 * -1) 0;
}

.p-top-banner-list__item {
	width: 200px;
	margin: 20px calc((100% - 200px * 4) / 8) 0;
}

.p-top-banner-link {
	display: block;
	width: 100%;
	height: 100%;
}

.p-top-banner-link__img {
	transition: opacity 0.2s ease-out;
}

.p-top-banner-link__img:hover {
	opacity: 0.7;
}

.p-top-banner-link__text {
	margin-top: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}

.p-top-to-contact {
	gap: 13px;
	display: grid;
	grid-template-columns: 408px 89px;
	grid-template-rows: auto;
	align-items: center;
	justify-content: center;
	margin-top: 35px;
}

.p-top-to-contact__btn .p-btn__link {
	width: 408px;
	height: 128px;
	padding: 5px 52px 5px 97px;
	background-image: url(/seisaku/chosakuken/kaizoku/assets/images/common/icon_contact.png);
	background-position-x: 35px;
	background-size: 43px auto;
}

.p-top-to-contact__btn .p-btn__link--arrow::after {
	right: 52px;
}

.p-top-to-contact__btn-text {
	display: block;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.182;
	text-align: center;
}

.p-top-to-contact__btn-text small {
	display: block;
	margin-bottom: 10px;
	font-size: 1.5rem;
	line-height: 1.4;
}

.p-top-to-contact__img img {
	max-width: 89px;
}

@media screen and (min-width: 769px) {
	body {
		min-width: 940px;
	}
	.l-category-header {
		height: 462px;
	}
	.l-category-header .l-breadcrumb {
		left: 50%;
		transform: translateX(-50%);
	}
	.l-maincontainer--2col {
		display: flex;
		justify-content: space-between;
	}
	.l-maincontainer--2col .l-main {
		flex: 1;
		order: 2;
	}
	.p-gnav {
		display: flex !important;
		flex: 1;
		align-items: center;
		justify-content: space-between;
		height: 100%;
		padding-left: 5px;
	}
	.p-gnav-list {
		margin-left: 5px;
	}
	.p-gnav-list__item {
		margin-right: 1.66667vw;
	}
	.p-gnav-link:hover::after, .p-gnav-link.is-current::after {
		display: block;
		position: absolute;
		bottom: 17px;
		left: 0;
		width: 100%;
		height: 3px;
		border-bottom: 3px solid #eb5e65;
		border-radius: 1.5px;
		content: "";
	}
	.p-gnav-btn-link:hover {
		text-decoration: none;
	}
	.u-pc-hidden {
		display: none;
	}
	.p-notes__content .p-agree__inner {
		height: auto;
		min-height: auto;
	}
}

@media screen and (max-width: 1180px) {
	body {
		min-width: 940px;
	}
}

@media screen and (max-width: 1080px) {
	body {
		min-width: 940px;
	}
	.p-header__logo-portal {
		margin-left: 16px;
	}
	.p-gnav-list {
		font-size: 1.3rem;
		line-height: 1.538;
	}
	.p-gnav-list__item {
		margin-right: 10px;
	}
	.p-gnav-link {
		padding-left: 25px;
	}
	.p-gnav-link::before {
		width: 18px;
		height: 13.5px;
	}
	.p-gnav-btn-link {
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 768px) {
	body {
		min-width: 320px;
	}
	.l-header {
		height: 70px;
	}
	.l-contents {
		padding-top: 115px;
	}
	.l-category-header {
		height: calc(35vw + 93px);
	}
	.l-breadcrumb::before {
		top: -72px;
		min-width: 375px;
		height: 117px;
		min-height: 117px;
		transform: skewY(-187deg);
	}
	.l-breadcrumb > .c-inner {
		padding-right: 12px;
		padding-left: 12px;
	}
	.l-page-header {
		margin-bottom: 30px;
	}
	.l-maincontainer {
		display: block;
		width: 100%;
	}
	.page-sitemap .l-main,
	.page-home .l-main {
		padding-bottom: 50px;
	}
	.page-company-business .l-main,
	.page-technology .l-main {
		padding-bottom: 50px;
	}
	.page-works .l-main {
		padding-bottom: 50px;
	}
	.page-system .l-main,
	.page-information .l-main {
		padding-bottom: 60px;
	}
	.page-download .l-main {
		padding-bottom: 30px;
	}
	.page-inquiry .l-main {
		padding-bottom: 60px;
	}
	.page-partner .l-main,
	.page-company .l-main {
		padding-bottom: 50px;
	}
	.l-main.p-company-top-main {
		padding-bottom: 40px;
	}
	.l-main.p-technology-top-main {
		padding-bottom: 120px;
	}
	.l-main.p-works-top-main {
		margin-bottom: 60px;
		padding-bottom: 40px;
	}
	.l-side {
		display: none;
	}
	.c-inner {
		width: 100%;
	}
	.c-inner-wide {
		min-width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
	.c-textbox,
	.c-textarea,
	.c-select {
		font-size: 1.6rem;
	}
	.p-header .c-inner-wide {
		display: block;
		width: 100%;
		min-width: 320px;
		height: auto;
	}
	.p-header a:hover {
		opacity: 1;
	}
	.p-header__logo-bunkachou {
		flex-shrink: 0;
		width: 94px;
		height: 29px;
	}
	.p-header__logo-portal {
		flex-shrink: 0;
		width: 162px;
		height: 54px;
		margin-left: 8px;
	}
	.p-header-sp__header {
		flex-basis: auto;
	}
	.p-footer {
		display: block;
		padding-right: 35px;
	}
	.p-footer__copyright {
		margin-top: 10px;
	}
	.p-footer-info-list {
		line-height: 1.5;
	}
	.p-footer-info-list__item {
		margin-bottom: 5px;
	}
	.p-gnav {
		display: none;
		position: fixed;
		top: 70px;
		left: 0;
		width: 100%;
		padding: 17px 5px 0;
		background-color: #ffffff;
	}
	.p-gnav__sub {
		flex-basis: auto;
		justify-content: center;
		padding: 29px 28px 53px;
	}
	.p-gnav-list {
		display: block;
	}
	.p-gnav-list__item {
		border-bottom: 1px solid #dddddd;
	}
	.p-gnav-link:hover {
		opacity: 1;
	}
	.p-gnav-link {
		align-items: flex-start;
		height: 70px;
		padding: 5px 40px;
		font-size: 1.6rem;
		text-align: left;
	}
	.p-gnav-link::after {
		display: block;
		position: absolute;
		top: 50%;
		right: 10px;
		width: 22px;
		height: 22px;
		transform: translateY(-50%);
		background: url(/seisaku/chosakuken/kaizoku/assets/images/common/icon_link.png) no-repeat 0 0;
		background-size: contain;
		content: "";
	}
	.p-gnav-btn {
		padding-right: 9px;
		border-right: 1px solid #dddddd;
	}
	.p-gnav-btn + .p-gnav-btn {
		margin-left: 0;
		padding-right: 0;
		border-right: none;
		border-left: none;
	}
	.p-gnav-btn-link:hover {
		opacity: 1;
	}
	.p-gnav-btn-link {
		font-size: 1.6rem;
		line-height: 1.375;
	}
	.p-gnav-btn-link--contact {
		padding-top: 29px;
	}
	.p-overlay {
		display: none;
		z-index: 98;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #999999;
		opacity: 0.4;
	}
	.p-breadcrumb {
		min-height: 55px;
		padding-top: 6px;
	}
	.p-breadcrumb-list {
		-webkit-overflow-scrolling: touch;
		flex-wrap: nowrap;
		padding-bottom: 10px;
		overflow-x: auto;
		font-size: 1.1rem;
	}
	.p-breadcrumb-list__item {
		white-space: nowrap;
	}
	.p-breadcrumb-list__item a {
		margin-right: 21px;
	}
	.p-breadcrumb-list__item a::after {
		right: -13px;
	}
	.p-pagetop:hover {
		opacity: 1;
	}
	.p-pagetop {
		bottom: 30px;
		width: 45px;
		height: 45px;
		margin-right: 15px;
	}
	.p-teachingMaterials-waitingMessage {
		font-size: 0.9em;
	}
	.p-teachingMaterials__flame .p-btn {
		width: auto;
	}
	.p-teachingMaterials__movie__theme {
		padding-top: 10%;
	}
	.p-teachingMaterials-section__explanation {
		padding-bottom: 10%;
	}
	.u-sp-hidden {
		display: none;
	}
	.p-page-header__row {
		display: block;
	}
	.p-page-header__text {
		margin-top: 30px;
		padding-left: 0;
		text-align: center;
	}
	.p-page-header__title {
		line-height: 1.313;
	}
	.p-page-header--05 .p-page-header__row {
		margin-left: 0;
	}
	.p-page-header--04 .p-page-header__text,
	.p-page-header--05 .p-page-header__text {
		text-align-last: center;
	}
	.p-page-header__speechBubble {
		top: 15px;
		margin: 0;
		padding: 15px;
	}
	.p-page-header__speechBubble::before {
		display: none;
	}
	.p-page-header__speechBubble::after {
		display: none;
	}
	.p-btn {
		width: 100%;
	}
	.p-btn__link:hover {
		opacity: 1;
	}
	.p-btn__link {
		justify-content: flex-start;
		text-align: left;
	}
	.p-btn__link--comic {
		justify-content: center;
	}
	.p-btn__search:hover {
		opacity: 1;
	}
	.p-btn__search {
		justify-content: flex-start;
		text-align: left;
	}
	.p-btn--bunchan {
		width: calc(100% - 116.5px);
		margin-right: 0;
		margin-left: 0;
	}
	.p-section--contact .p-btn-title {
		font-size: 1.8rem;
	}
	.p-btn-list {
		display: block;
	}
	.p-section-link-list a:hover {
		opacity: 1;
	}
	.p-answer .p-reference-note {
		display: block;
	}
	.p-agree {
		padding: 14px;
	}
	.p-form-agree {
		margin-top: 30px;
	}
	.p-form-agree__notes {
		margin-top: 20px;
	}
	.p-search-box {
		padding: 20px 25px;
	}
	.p-search-unit {
		width: 100%;
	}
	.p-comic {
		padding: 0 30px 45px;
	}
	.p-comic__catch {
		white-space: nowrap;
	}
	.p-comic__title {
		grid-template-columns: repeat(auto-fill, 45px);
		width: 100%;
		max-width: 351px;
	}
	.p-comic__content {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}
	.p-comic__text {
		grid-row: 2 / 3;
	}
	.p-comic__img {
		grid-column: 1 / 2;
		grid-row: 1 / 2;
		justify-self: center;
	}
	.p-comic__btn {
		grid-row: 3 / 4;
	}
	.p-top-mv {
		display: block;
		padding: 15px;
	}
	.p-top-mv__logo {
		width: auto;
		margin-bottom: 20px;
	}
	.p-top-mv__logo img {
		width: 100%;
		max-width: 438px;
	}
	.p-top-mv__title {
		width: auto;
		max-width: 438px;
		margin: 0 auto;
	}
	.p-top-mv__title-text--row01 {
		flex-wrap: wrap;
	}
	.p-top-mv__title-text--row02 {
		flex-wrap: wrap;
	}
	.p-top-mv__img {
		padding-top: 30px;
	}
	.p-top-mv__img img {
		width: 100%;
		max-width: 323px;
	}
	.p-top-mv {
		display: block;
		padding: 15px;
	}
	.p-top-mv__logo {
		width: auto;
		margin-bottom: 20px;
	}
	.p-top-mv__logo img {
		width: 100%;
		max-width: 438px;
	}
	.p-top-mv__title {
		width: auto;
		max-width: 438px;
		margin: 0 auto;
	}
	.p-top-mv__title-text--row01 {
		flex-wrap: wrap;
	}
	.p-top-mv__title-text--row02 {
		flex-wrap: wrap;
	}
	.p-top-mv__img {
		padding-top: 30px;
	}
	.p-top-mv__img img {
		width: 100%;
		max-width: 323px;
	}
	.p-top-nav {
		flex-wrap: wrap;
		justify-content: center;
	}
	.p-top-nav__item {
		margin: 0 11px;
	}
	.p-top-nav__item:not(:last-child) {
		margin-bottom: 36px;
	}
	.p-top-nav__box:hover {
		opacity: 1;
	}
	.p-top-faq {
		padding: 45px 20px 20px;
	}
	.p-top-faq-btn-list {
		flex-wrap: wrap;
		margin-top: -20px;
	}
	.p-top-faq-btn-list__item {
		margin-top: 20px;
	}
	.p-top-faq-btn-list .p-btn {
		min-width: 260px;
	}
	.p-top-banner-list {
		margin-right: -10px;
		margin-left: -10px;
	}
	.p-top-banner-list__item {
		margin-top: 10px;
		margin-right: 10px;
		margin-left: 10px;
	}
	.p-top-banner-link__img:hover {
		opacity: 1;
	}
	.p-top-to-contact {
		grid-template-columns: minmax(200px, 408px) 89px;
	}
	.p-top-to-contact__btn .p-btn__link {
		justify-content: center;
		width: 100%;
		padding-right: 32px;
		padding-left: 53px;
		background-position-x: 10px;
	}
	.p-top-to-contact__btn .p-btn__link--arrow::after {
		right: 10px;
	}
}

@media screen and (max-width: 667px) {
	body {
		min-width: 320px;
	}
	.p-top-faq__title {
		padding-right: 10px;
		padding-left: 60px;
	}
	.p-top-faq__title::before {
		top: -5px;
		left: 0;
		width: 60px;
		height: 60px;
	}
}

@media screen and (max-width: 568px) {
	body {
		min-width: 320px;
	}
	.p-btn--bunchan {
		width: calc(100% - 77.6667px);
	}
	.p-btn--bunchan::after {
		right: calc(-77.6667px - 10px);
		width: 77.6667px;
		height: 77.6667px;
	}
	.p-top-to-contact {
		grid-template-columns: 1fr;
	}
	.p-top-to-contact__img {
		justify-self: center;
	}
}

@media screen and (max-width: 480px) {
	body {
		min-width: 320px;
	}
	.p-search-box__lead {
		display: table;
		width: auto;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
	}
	.p-search-unit {
		display: block;
	}
	.p-search-unit__input {
		padding-right: 0;
	}
	.p-search-unit__btn {
		width: 100px;
		height: 50px;
		margin-top: 10px;
	}
	.p-radio-list {
		justify-content: flex-start;
	}
	.p-search-result {
		display: block;
	}
	.p-search-result__data-count {
		text-align: center;
	}
	.p-top-mv__title-text--row02 {
		max-width: 200px;
		margin-right: auto;
		margin-left: auto;
	}
	.p-top-mv__title-text--row02 {
		max-width: 200px;
		margin-right: auto;
		margin-left: auto;
	}
	.p-top-faq__title {
		min-width: 260px;
		font-size: 2rem;
	}
	.p-top-faq__title br {
		display: inline;
	}
}

@media screen and (-webkit-max-device-pixel-ratio: 1) {
	img {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		image-rendering: -webkit-optimize-contrast;
	}
}

@media screen and (max-width: 375px) {
	.l-category-header {
		height: 57.6vw;
	}
	.u-sp-design-hidden {
		display: none;
	}
}

@media screen and (max-width: 374px) {
	.l-main.p-company-top-main {
		padding-bottom: 80px;
	}
}

@media screen and (min-width: 1361px) {
	.l-main.p-works-top-main {
		padding-bottom: 5.85652vw;
	}
}

@media screen and (min-width: 1200px) {
	.p-gnav-list__item {
		margin-right: 24px;
	}
}

@media screen and (max-width: 1160px) {
	.p-gnav-link br {
		display: none;
	}
}

@media (hover: none), screen and (max-width: 768px) {
	.u-touch-hidden {
		display: none;
	}
}

@media (hover: hover), screen and (min-width: 769px) {
	.u-mouse-hidden {
		display: none;
	}
}

@media screen and (max-width: 414px) {
	.p-top-mv__title-text--row01 {
		max-width: 200px;
	}
	.p-top-mv__title-text--row01 {
		max-width: 200px;
	}
}
