html {
	font-size: 16px;
}

body {
	color: #333;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", serif;
	line-height: 1.5;
}

body.active {
	height: 100%;
	overflow: hidden;
}

/* link */

/* ============================================ */

a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.term-of-use {
    padding: 1em;
    line-height: 1.5;
}

.term-of-use a {
    text-decoration: underline;
}

.term-of-use h2, .term-of-use p {
    margin-bottom: 1em;
}

/* img */

/* ============================================ */

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

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
	border-style: solid;
	border-width: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
	line-height: 1.15; /* 1 */
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */

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

ol ol {
    list-style-type: lower-roman;
}


/* Lists (definition) */

/* ============================================ */

dd {
	margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	border-top-width: 1px;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box; /* 1 */
	clear: both;
	color: inherit;
	height: 0; /* 1 */
	margin: 0;
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none; /* 1 */
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border-radius: 0;
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
	text-transform: inherit; /* 2 */
	vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type=button],
[type=reset],
[type=submit] {
	cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
	cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
	margin: 0;
	min-width: 0;
	padding: 0;
}

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * Correct the outline style in Safari.
 */

[type=search] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */

[type=number] {
	-moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
	cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
	outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
	border-collapse: collapse;
	border-color: inherit; /* 1 */
}

caption {
	text-align: left;
}

td,
th {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

.c-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 1300px;
	padding-left: 60px;
	padding-right: 60px;
	width: 100%;
}

.c-btn {
	background: #333;
	color: #fff;
	display: block;
	font-size: 20px;
	padding: 0.5rem 0;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
    max-width: 22.5rem;
    margin: 0 auto;
}

.c-btn-secondary {
	display: inline-block;
	font-size: 20px;
}

.c-link {
	padding-left: 24px;
	position: relative;
}

.c-link::before {
	aspect-ratio: 16/13;
	background-image: url(/img/icon-link.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: auto;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1rem;
}

.c-btn:disabled,
.c-btn-disabled {
	background: #eee;
	pointer-events: none;
}

.c-btn-secondary:disabled,
.c-disabled {
	color: #999;
	pointer-events: none;
}

.c-table-data a:hover {
    text-decoration: underline;
}

.c-table-data .btn {
    white-space: nowrap;
}

.c-footer {
    margin-top: 3em;
	border-top: 0.0625rem solid #333;
}

.footer-bottom {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-bottom: 2.5rem;
	padding-top: 1.5625rem;
}

.c-copyright {
	font-size: 12px;
}

.c-footer-bottom-nav {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.c-footer-bottom-link {
	display: inline-block;
	font-size: 12px;
	padding-right: 0.5rem;
}

.c-footer-bottom-item:last-child > .c-footer-bottom-link {
	padding-right: 0;
}

.c-footer-bottom-item:nth-child(n+2) > .c-footer-bottom-link {
	border-left: 0.0625rem solid #333;
	padding-left: 0.5rem;
}

.footer-top {
	margin-top: 25px;
}

.c-footer-top-nav {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.c-footer-top-item + .c-footer-top-item {
	margin-left: 36px;
}

.c-footer-top-link {
	font-size: 14px;
}

.c-hamburger-open {
	height: 16px;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	visibility: visible;
	width: 16px;
}

.c-hamburger-open.is-active {
	opacity: 0;
	visibility: hidden;
}

.c-hamburger-close {
	height: 16px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 16px;
}

.c-hamburger-close.is-active {
	opacity: 1;
	visibility: visible;
}

.c-hamburger-icon {
	cursor: pointer;
	height: 1rem;
	position: absolute;
	right: 2rem;
	top: 0.8125rem;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 1rem;
	z-index: 201;
}

.c-hamburger-content {
	background: rgba(0, 0, 0, 0.9);
	height: 100%;
	left: 0;
	opacity: 0;
	padding-left: 6%;
	padding-right: 6%;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 100%;
	z-index: 200;
}

.c-hamburger-content.is-active {
	opacity: 1;
	visibility: visible;
}

.c-hamburger-list {
	padding-top: 3.25rem;
}

.c-hamburger-item + .c-hamburger-item {
	margin-top: 2.5rem;
}

.c-hamburger-link {
	color: #fff;
}

.c-header-top {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0.3125rem;
	padding-top: 2.5rem;
}

.c-header-kitaishihon {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.c-header-logo1 {
	aspect-ratio: 137/103;
	display: block;
	height: auto;
	width: 8.5625rem;
}

.c-header-logo2 {
	aspect-ratio: 312/64;
	display: block;
	height: auto;
	padding-bottom: 1.1875rem;
	width: 19.5rem;
}

.c-header-logo-ks {
	display: block;
	height: auto;
	width: 22.0rem;
	margin-right: 20px;
}

.c-logo-small {
	aspect-ratio: 226/47;
	display: block;
	height: auto;
	padding-bottom: 0.875rem;
	width: 14.125rem;
}

.c-header-nav {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #212121;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 2.875rem;
}

.c-page-nav,
.c-sns-nav {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.c-sns-nav {
	margin-left: auto;
}

.c-nav-item {
	padding: 0 1rem;
	position: relative;
}

.c-nav-item::before {
	background: #fff;
	content: "";
	height: 21px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1px;
}

.c-nav-item2 {
	padding-left: 3px;
	padding-right: 16px;
}

.c-nav-item2 img {
	aspect-ratio: 24/24;
	height: auto;
	width: 1.5rem;
}

.c-nav-item:first-child::before {
	display: none;
}

.c-nav {
	color: #fff;
	font-size: 14px;
}

.is-current {
	font-weight: bold;
}

.is-large {
	font-size: 20px !important;
	font-weight: bold;
}

.c-header-top-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: 40px;
	margin-top: 0.8125rem;
}

.c-top-nav-link {
	display: inline-block;
	font-size: 14px;
	padding-right: 1.125rem;
	text-decoration: underline;
}

.c-top-nav:last-child > .c-top-nav-link {
	padding-right: 0;
}

.c-top-nav:nth-child(n+2) > .c-top-nav-link {
	border-left: 0.0625rem solid #333;
	padding-left: 1rem;
}

.c-icon-search {
	padding-left: 1rem;
	position: relative;
}

.c-icon-search::before {
	aspect-ratio: 10/15;
	background-image: url(/img/icon-search.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: auto;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.625rem;
}

.c-breadcrumb {
	margin-top: 68px;
}

.c-breadcrumb-link {
	font-size: 12px;
	padding-right: 18px;
	position: relative;
}

.c-breadcrumb-link:not(:first-child) {
	padding-left: 14px;
}

.c-breadcrumb-link:not(:last-child)::after {
	content: ">";
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.c-container-body {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.login-container {
	-webkit-box-align: start;
	-webkit-align-items: start;
	    -ms-flex-align: start;
	        align-items: start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
}

.login-container.col_2::after {
	border-left: 0.0625rem dashed #999;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 1px;
}

.login-container-left,
.login-container-right {
	-webkit-box-align: start;
	-webkit-align-items: start;
	    -ms-flex-align: start;
	        align-items: start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 25rem;
	padding: 0 20px;
	width: 100%;
}

.login-container-right {
	padding-bottom: 0.5rem;
}

.c-form-title {
	font-size: 20px;
	font-weight: bold;
	padding-left: 2.375rem;
}

.c-icon-edit {
	position: relative;
}

.c-icon-edit::before {
	aspect-ratio: 30/30;
	background-image: url(/img/icon-edit.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: auto;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.875rem;
}

.c-icon-lock {
	padding-left: 1.875rem;
	position: relative;
}

.c-icon-lock::before {
	aspect-ratio: 22/30;
	background-image: url(/img/icon-lock.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: auto;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.375rem;
}

.c-icon-mail {
	position: relative;
}

.c-icon-mail::before {
	aspect-ratio: 30/23;
	background-image: url(/img/icon-mail.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: auto;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.875rem;
}

.c-input-btn {
	width: 100%;
}

.c-input-btn-container {
	margin-top: 2rem;
	text-align: center;
}

.c-input-group {
	margin-top: 1.5rem;
}

.c-input-label {
	margin-bottom: 0.25rem;
}

input[type=text]::-moz-placeholder, input[type=radio]::-moz-placeholder, input[type=checkbox]::-moz-placeholder, select::-moz-placeholder {
	color: #999;
}

input[type=text]::-webkit-input-placeholder, input[type=radio]::-webkit-input-placeholder, input[type=checkbox]::-webkit-input-placeholder, select::-webkit-input-placeholder {
	color: #999;
}

input[type=text]:-ms-input-placeholder, input[type=radio]:-ms-input-placeholder, input[type=checkbox]:-ms-input-placeholder, select:-ms-input-placeholder {
	color: #999;
}

input[type=text]::-ms-input-placeholder, input[type=radio]::-ms-input-placeholder, input[type=checkbox]::-ms-input-placeholder, select::-ms-input-placeholder {
	color: #999;
}

input[type=text]::placeholder,
input[type=radio]::placeholder,
input[type=checkbox]::placeholder,
select::placeholder {
	color: #999;
}

.c-input {
	background: #fff;
	border: 0.0625rem solid #999;
	border-radius: 0.25rem;
	padding: 0.375rem 1.125rem;
	width: 100%;
}

.c-input,
.c-input-textarea {
    font-size: 19px;
}

.c-checkbox-container {
	display: block;
	margin-top: 2rem;
}

.c-checkbox {
	display: block;
}

.c-checkbox-label {
	cursor: pointer;
	display: inline-block;
	font-size: 19px;
    color: #000;
	padding-left: 1.25rem;
	padding-right: 4px;
	position: relative;
}

.c-checkbox-label::before {
	aspect-ratio: 12/12;
	border: 0.0625em solid #999;
	border-radius: 0.125em;
	content: "";
	height: auto;
	left: 0;
	position: absolute;
	top: 0.5em;
	width: 0.75em;
}

.c-checkbox-label::after {
	aspect-ratio: 14/12;
	background-image: url(/img/icon-check.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: none;
	height: auto;
	left: 0.125em;
	position: absolute;
	top: 0.3em;
	width: 0.875em;
}

.c-table-checkbox {
	left: 50%;
	position: absolute;
	top: 19%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.c-table-checkbox .c-checkbox-label {
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding-left: 1rem;
	position: relative;
}

.c-table-checkbox .c-checkbox-label::before {
	aspect-ratio: 12/12;
	border: 0.0625rem solid #999;
	border-radius: 0.125rem;
	content: "";
	height: auto;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 0.75rem;
}

.c-table-checkbox .c-checkbox-label::after {
	aspect-ratio: 14/12;
	background-image: url(/img/icon-check.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: none;
	height: auto;
	left: 0.25rem;
	position: absolute;
	top: -0.5rem;
	width: 0.875rem;
}

.c-checkbox-input:checked + .c-checkbox-label::after {
	display: block;
}

.c-required-container {
	margin-top: 1rem;
}

.c-required {
	color: #B93030;
	font-size: 18px;
	font-weight: bold;
}

.c-note-content {
	margin-top: 2.25rem;
}

.c-icon-arrow-right {
	padding-right: 1.375rem;
	position: relative;
}

.c-icon-arrow-right::before {
	aspect-ratio: 14/14;
	background-image: url(/img/icon-arrow-r.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: auto;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.875rem;
}

.login-first {
	width: 100%;
}

.login-pass {
	width: 100%;
    margin-bottom: 4.5rem;
}

.login-mail {
	width: 100%;
}

.mail-note {
	margin-top: 2rem;
}

.c-parts-container {
	margin-top: 64px;
}

.section-title {
	border-left: 4px solid #D34A75;
	font-size: 20px;
	font-weight: bold;
	padding-left: 16px;
    margin-bottom: 1em;
}

.section-answer {
    font-size: 18px;
}

.title-h2 {
	font-size: 32px;
    font-weight: bold;
}

.title-h3 {
	font-size: 16px;
	font-weight: bold;
}

.c-row-table,
.c-column-table {
	border-collapse: collapse;
	table-layout: fixed;
}

.c-row:nth-child(2n) .c-table-data {
	background: #eee;
}

.c-row-table-title {
	background: #555;
	border: 0.0625rem solid #999;
	color: #fff;
	padding: 1em;
}

.c-column-table-title {
	background: #555;
	border: 0.0625rem solid #999;
	color: #fff;
	padding: 1em .3em;
}

.c-row-table-title {
	text-align: left;
}

.c-column-table-title {
	text-align: center;
}

.c-table-data {
	border: 0.0625rem solid #999;
	padding: 18px 12px;
}

.c-row-small {
	position: relative;
}

.c-td-number {
	text-align: right;
}

.c-dt-sum {
	background: #fff;
	border: none;
	color: #333;
	font-weight: bold;
	text-align: right;
}

.c-column-small {
	position: relative;
}

.c-parts-container-btn {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.c-parts-btn-left,
.c-parts-btn-right {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 23.75rem;
	padding: 0 10px;
	width: 100%;
}

.form-wrapper {
	margin: 0 auto;
	max-width: 1100px;
	padding-bottom: 66px;
	width: 100%;
}

.c-parts-form {
	margin-top: 64px;
}



.c-form-label {
	font-weight: bold;
}

.c-input-textarea {
	border: 0.0625rem solid #999;
	border-radius: 0.25rem;
	min-height: 100px;
	padding: 0.375rem 1.125rem;
	width: 100%;
}

.c-input:disabled,
.c-input-textarea:disabled {
    color: #999;
	background: #f3f3f3 !important;
	pointer-events: none;
}

.c-radio-label {
	cursor: pointer;
	display: inline-block;
	font-size: 19px;
    color: #000;
	padding-left: 1.25rem;
	padding-right: 4px;
	position: relative;
}

.c-radio-label::before {
	border: 0.0625rem solid #999;
	border-radius: 50%;
	content: "";
	height: 12px;
	left: 0;
	position: absolute;
	top: 0.5em;
	width: 12px;
}

.c-radio-label::after {
	background: #333;
	border-radius: 50%;
	content: "";
	display: none;
	height: 6px;
	left: 0.1875rem;
	position: absolute;
	top: calc(0.5em + 3px);
	width: 6px;
}

.c-radio-input:checked + .c-radio-label::after {
	display: block;
}

.c-radio-input:disabled + .c-radio-label::before {
	background: #eee;
}

.c-radio-input:disabled + .c-radio-label::after {
	background: #999;
}

.c-checkbox-input:disabled + .c-checkbox-label::before {
	background: #eee;
}

.c-checkbox-input:disabled + .c-checkbox-label::after {
	opacity: 0.7;
}

.c-select {
	background: #fff;
	border: 0.0625rem solid #999;
	border-radius: 4px;
	font-size: 19px;
    color: #000;
	padding: 3px 16px;
	position: relative;
	width: 100%;
}

.c-select::before {
	background: #333;
	border-radius: 0 4px 4px 0;
	content: "";
	height: 38px;
	pointer-events: none;
	position: absolute;
	right: -1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 38px;
}

.c-select::after {
	color: #fff;
	content: "▼";
	font-size: 17px;
	pointer-events: none;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.c-select select {
	width: 100%;
}

.c-select-disabled {
	background: #eee;
	color: #999;
}

.c-select-disabled.c-select::before {
	background: #999;
}

.c-input-error.c-input,
.c-input-error.c-input-textarea,
.c-input-error + .c-radio-label::before,
.c-input-error + .c-checkbox-label::before,
.c-input-error.c-select {
	border: 0.0625rem solid #D0334C !important;
}

.c-input-error.c-select::before {
	background: #D0334C;
}

.c-other {
	width: 100%;
}

.c-other-input {
	border: 0.0625rem solid #999;
	border-radius: 4px;
	display: block;
	font-size: 14px;
	margin-left: 18px;
	margin-top: 3px;
	padding: 3px 16px;
	width: 450px;
}

.c-other-input:disabled {
	background: #eee;
	pointer-events: none;
}

.input-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.input-wrapper.col_1 .c-radio,
.input-wrapper.col_1 .c-checkbox {
	width: 100%;
}

.input-wrapper.col_2 .c-radio,
.input-wrapper.col_2 .c-checkbox {
	width: 50%;
}

.input-wrapper.col_3 .c-radio,
.input-wrapper.col_3 .c-checkbox {
	width: 33.3333333333%;
}

.input-wrapper.col_4 .c-radio,
.input-wrapper.col_4 .c-checkbox {
	width: 25%;
}

.input-wrapper.col_5 .c-radio,
.input-wrapper.col_5 .c-checkbox {
    width: 20%;
}

.c-radio,
.c-checkbox {
	margin-top: 16px;
}

.form-container {
	overflow-x: auto;
}

.c-form-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.c-form-item:nth-child(2n) .c-form-input {
	background: #eee;
}

.c-input-title-content,
.c-form-title-content {
	background: #555;
	border: 0.0625rem solid #999;
	min-width: 280px;
	padding: 10px 12px;
	position: relative;
}

.c-form-title-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.c-form-item .c-input {
	padding-left: 8px;
	padding-right: 8px;
}

.c-form-item .c-select {
	padding-left: 8px;
	padding-right: 8px;
}

.c-input-title {
	color: #fff;
	font-weight: normal;
}

.input-required {
	margin-top: 8px;
}

.c-icon-required {
	background: #B93030;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	padding: 2px 8px;
}

.c-form-input {
	border-bottom: 0.0625rem solid #999;
	border-right: 0.0625rem solid #999;
	border-top: 0.0625rem solid #999;
	margin-bottom: 0;
	padding: 15px 16px;
	width: 620px;
}

.c-input-name {
	width: 29.82%;
}

.c-input-name + .c-input-name {
	margin-left: 16px;
}

.c-form-select {
	width: 240px;
}

.c-radio-input,
.c-checkbox-input {
	display: none;
}

.c-page-title {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 0.0625rem solid #333;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 2.5rem;
	padding-bottom: 1.5rem;
}

.c-page-title-main {
	display: inline-block;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.1470588235;
}

.c-page-title-sub {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	padding-left: 1.5rem;
}

.u-hidden-pc {
	display: none;
}

.u-hidden-sp {
	display: block;
}

.c-parts-result {
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
}

.c-parts-result p {
    margin-bottom: 2em;
}

.card.border-accent {
    border-color: #d34a75;
}
.card.border-accent .card-header {
    color: white;
    background-color: #d34a75;
    border-bottom: #d34a75;
}

.description {
    font-size: 19px;
    color: #000;
}

.pie th,
.pie td,
.bar th,
.bar td {
    font-size: 12px;
    padding: 6px 12px;
}

.form-list .c-input-title {
    font-size: 20px;
}

.form-list .c-required-container {
    margin-top: 0;
}

@media (hover: hover) {

a:hover {
	opacity: 0.8;
}

.c-btn:hover {
	background: -webkit-gradient(linear, left top, right top, from(rgb(211, 74, 117)), to(rgb(81, 109, 158)));
	background: linear-gradient(90deg, rgb(211, 74, 117) 0%, rgb(81, 109, 158) 100%);
}

.c-btn-secondary:hover {
	color: #D34A75;
}

.c-link:hover {
	color: #D34A75;
}

.c-footer-bottom-link:hover {
	color: #D34A75;
}

.c-icon-arrow-right:hover {
	color: #D34A75;
}

}

@media screen and (max-width: 768px) {

a {
	opacity: 1;
	opacity: initial;
}

.c-inner {
	max-width: 46.125rem;
	padding-left: 15px;
	padding-right: 15px;
}

.c-btn {
	width: 100%;
}

.footer-bottom {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}

.c-copyright {
	display: inline-block;
	margin-top: 2rem;
	text-align: left;
}

.c-footer-bottom-nav {
	display: block;
}

.c-footer-bottom-link {
	padding-right: 0;
}

.c-footer-bottom-item:nth-child(n+2) > .c-footer-bottom-link {
	border-left: none;
	margin-top: 1rem;
	padding-left: 0;
}

.c-footer-top-nav {
	display: block;
}

.c-footer-top-item + .c-footer-top-item {
	margin-left: 0;
	margin-top: 8px;
}

.c-header-top {
	margin-bottom: 0.1875rem;
	padding-top: 0.75rem;
}

.c-header-logo1 {
	aspect-ratio: 51/37;
	width: 3.1875rem;
}

.c-header-logo2 {
	aspect-ratio: 154/30;
	padding-bottom: 8px;
	width: 154px;
}

.c-header-logo-ks {
	display: block;
	height: auto;
	width: 8.50rem;
	margin-right: 10px;
}

.c-logo-small {
	aspect-ratio: 96/19;
	padding-bottom: 0;
	width: 6rem;
}

.c-header-nav {
	height: 1.875rem;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.c-sns-nav {
	display: none;
}

.c-nav {
	font-size: 12px;
}

.c-header-top-nav {
	display: none;
}

.c-top-nav-link {
	padding-right: 0;
}

.c-top-nav:nth-child(n+2) > .c-top-nav-link {
	border-left: none;
	margin-top: 1rem;
	padding-left: 0;
}

.login-container {
	display: block;
}

.login-container::after {
	border-left: none;
}

.login-container-left,
.login-container-right {
	margin: 0 auto;
	max-width: 23.4375rem;
	padding: 0;
}

.login-container-left {
	width: 100%;
}

.login-container-right {
	margin-top: 2.5rem;
}

.login-container.col_2::after {
    border: none;
}

.c-input-btn-container {
	margin-left: auto;
	margin-right: auto;
}

.login-mail {
	margin-top: 2.5rem;
}

.c-parts-container-btn {
	display: block;
}

.c-other-input {
	display: block;
	width: calc(100% - 18px);
}

.input-wrapper.col_1 .c-radio,
.input-wrapper.col_1 .c-checkbox {
	width: 100%;
}

.input-wrapper.col_2 .c-radio,
.input-wrapper.col_2 .c-checkbox {
	width: 100%;
}

.input-wrapper.col_3 .c-radio,
.input-wrapper.col_3 .c-checkbox {
	width: 100%;
}

.input-wrapper.col_4 .c-radio,
.input-wrapper.col_4 .c-checkbox {
	width: 100%;
}

.input-wrapper.col_5 .c-radio,
.input-wrapper.col_5 .c-checkbox {
    width: 100%;
}

.c-form-item {
	display: block;
}

.c-form-item:nth-child(2n) .c-form-input {
	background: #fff;
}

.c-form-item .c-form-title-content {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #fff;
	border: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-width: 100%;
	padding: 0;
    justify-content: flex-start;
}

.c-form-item .c-form-title-content .c-input-title {
	color: #333;
}

.form-required {
	margin-left: 8px;
	position: static;
}

.c-form-input {
	border: none;
	padding-left: 0;
	padding-right: 0;
	padding-top: 8px;
	width: 100%;
}

.c-input-name + .c-input-name {
	margin-left: 0;
}

.c-input-name {
	width: 48%;
}

.name-container {
    display: flex;
    justify-content: space-between;
}

.c-form-select {
	width: 100%;
}

.u-hidden-pc {
	display: block;
}

.u-hidden-sp {
	display: none;
}

.c-parts-result p br {
    display: none;
}
}

