@charset "UTF-8";
/*! tailwindcss v2.2.16 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
	box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}
/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
	margin: 0;
}
/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}
/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}
/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}
/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
	font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}
/**
Add the correct font size in all browsers.
*/
small {
	font-size: 80%;
}
/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}
/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
	text-transform: none;
}
/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}
/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
	box-shadow: none;
}
/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
	padding: 0;
}
/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
	vertical-align: baseline;
}
/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}
/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}
/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}
/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
	display: list-item;
}
/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
fieldset {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}
/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */
body {
  font-family: inherit;
  line-height: inherit;
}
/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px;
}
/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role="button"] {
  cursor: pointer;
}
/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
:-moz-focusring {
	outline: auto;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */
a {
  color: inherit;
  text-decoration: inherit;
}
/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
video {
  max-width: 100%;
  height: auto;
}
/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}
*, ::before, ::after{
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	border-radius: 0px;
	padding-top: 0.5rem;
	padding-right: 0.75rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-shadow: 0 0 #0000;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
	border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
	color: #6b7280;
	opacity: 1;
}
input::placeholder,textarea::placeholder{
	color: #6b7280;
	opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
	padding: 0;
}
::-webkit-date-and-time-value{
	min-height: 1.5em;
}
select{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
}
[multiple]{
	background-image: initial;
	background-position: initial;
	background-repeat: unset;
	background-size: initial;
	padding-right: 0.75rem;
	-webkit-print-color-adjust: unset;
	        color-adjust: unset;
}
[type='checkbox'],[type='radio']{
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	padding: 0;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
	color: #2563eb;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	--tw-shadow: 0 0 #0000;
}
[type='checkbox']{
	border-radius: 0px;
}
[type='radio']{
	border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 2px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
[type='checkbox']:checked{
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked{
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
	border-color: transparent;
	background-color: currentColor;
}
[type='checkbox']:indeterminate{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
	border-color: transparent;
	background-color: currentColor;
}
[type='file']{
	background: unset;
	border-color: inherit;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-size: unset;
	line-height: inherit;
}
[type='file']:focus{
	outline: 1px auto -webkit-focus-ring-color;
}
.container{
	width: 100%;
}
@media (min-width: 640px){
	.container{
		max-width: 640px;
	}
}
@media (min-width: 768px){
	.container{
		max-width: 768px;
	}
}
@media (min-width: 1024px){
	.container{
		max-width: 1024px;
	}
}
@media (min-width: 1280px){
	.container{
		max-width: 1280px;
	}
}
@media (min-width: 1536px){
	.container{
		max-width: 1536px;
	}
}
.prose{
	color: #374151;
	max-width: 65ch;
}
.prose [class~="lead"]{
	color: #4b5563;
	font-size: 1.25em;
	line-height: 1.6;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
.prose a{
	color: #111827;
	text-decoration: underline;
	font-weight: 500;
}
.prose strong{
	color: #111827;
	font-weight: 600;
}
.prose ol[type="A"]{
	--list-counter-style: upper-alpha;
}
.prose ol[type="a"]{
	--list-counter-style: lower-alpha;
}
.prose ol[type="A" s]{
	--list-counter-style: upper-alpha;
}
.prose ol[type="a" s]{
	--list-counter-style: lower-alpha;
}
.prose ol[type="I"]{
	--list-counter-style: upper-roman;
}
.prose ol[type="i"]{
	--list-counter-style: lower-roman;
}
.prose ol[type="I" s]{
	--list-counter-style: upper-roman;
}
.prose ol[type="i" s]{
	--list-counter-style: lower-roman;
}
.prose ol[type="1"]{
	--list-counter-style: decimal;
}
.prose ol > li{
	position: relative;
	padding-left: 1.75em;
}
.prose ol > li::before{
	content: counter(list-item, var(--list-counter-style, decimal)) ".";
	position: absolute;
	font-weight: 400;
	color: #6b7280;
	left: 0;
}
.prose ul > li{
	position: relative;
	padding-left: 1.75em;
}
.prose ul > li::before{
	content: "";
	position: absolute;
	background-color: #d1d5db;
	border-radius: 50%;
	width: 0.375em;
	height: 0.375em;
	top: calc(0.875em - 0.1875em);
	left: 0.25em;
}
.prose hr{
	border-color: #e5e7eb;
	border-top-width: 1px;
	margin-top: 3em;
	margin-bottom: 3em;
}
.prose blockquote{
	font-weight: 500;
	font-style: italic;
	color: #111827;
	border-left-width: 0.25rem;
	border-left-color: #e5e7eb;
	quotes: "\201C""\201D""\2018""\2019";
	margin-top: 1.6em;
	margin-bottom: 1.6em;
	padding-left: 1em;
}
.prose blockquote p:first-of-type::before{
	content: open-quote;
}
.prose blockquote p:last-of-type::after{
	content: close-quote;
}
.prose h1{
	color: #111827;
	font-weight: 800;
	font-size: 2.25em;
	margin-top: 0;
	margin-bottom: 0.8888889em;
	line-height: 1.1111111;
}
.prose h2{
	color: #111827;
	font-weight: 700;
	font-size: 1.5em;
	margin-top: 2em;
	margin-bottom: 1em;
	line-height: 1.3333333;
}
.prose h3{
	color: #111827;
	font-weight: 600;
	font-size: 1.25em;
	margin-top: 1.6em;
	margin-bottom: 0.6em;
	line-height: 1.6;
}
.prose h4{
	color: #111827;
	font-weight: 600;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	line-height: 1.5;
}
.prose figure figcaption{
	color: #6b7280;
	font-size: 0.875em;
	line-height: 1.4285714;
	margin-top: 0.8571429em;
}
.prose code{
	color: #111827;
	font-weight: 600;
	font-size: 0.875em;
}
.prose code::before{
	content: "`";
}
.prose code::after{
	content: "`";
}
.prose a code{
	color: #111827;
}
.prose pre{
	color: #e5e7eb;
	background-color: #1f2937;
	overflow-x: auto;
	font-size: 0.875em;
	line-height: 1.7142857;
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
	border-radius: 0.375rem;
	padding-top: 0.8571429em;
	padding-right: 1.1428571em;
	padding-bottom: 0.8571429em;
	padding-left: 1.1428571em;
}
.prose pre code{
	background-color: transparent;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-weight: 400;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
}
.prose pre code::before{
	content: none;
}
.prose pre code::after{
	content: none;
}
.prose table{
	width: 100%;
	table-layout: auto;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 0.875em;
	line-height: 1.7142857;
}
.prose thead{
	color: #111827;
	font-weight: 600;
	border-bottom-width: 1px;
	border-bottom-color: #d1d5db;
}
.prose thead th{
	vertical-align: bottom;
	padding-right: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-left: 0.5714286em;
}
.prose tbody tr{
	border-bottom-width: 1px;
	border-bottom-color: #e5e7eb;
}
.prose tbody tr:last-child{
	border-bottom-width: 0;
}
.prose tbody td{
	vertical-align: top;
	padding-top: 0.5714286em;
	padding-right: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-left: 0.5714286em;
}
.prose{
	font-size: 1rem;
	line-height: 1.75;
}
.prose p{
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose img{
	margin-top: 2em;
	margin-bottom: 2em;
}
.prose video{
	margin-top: 2em;
	margin-bottom: 2em;
}
.prose figure{
	margin-top: 2em;
	margin-bottom: 2em;
}
.prose figure > *{
	margin-top: 0;
	margin-bottom: 0;
}
.prose h2 code{
	font-size: 0.875em;
}
.prose h3 code{
	font-size: 0.9em;
}
.prose ol{
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose ul{
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose li{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.prose > ul > li p{
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.prose > ul > li > *:first-child{
	margin-top: 1.25em;
}
.prose > ul > li > *:last-child{
	margin-bottom: 1.25em;
}
.prose > ol > li > *:first-child{
	margin-top: 1.25em;
}
.prose > ol > li > *:last-child{
	margin-bottom: 1.25em;
}
.prose ul ul, .prose ul ol, .prose ol ul, .prose ol ol{
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.prose hr + *{
	margin-top: 0;
}
.prose h2 + *{
	margin-top: 0;
}
.prose h3 + *{
	margin-top: 0;
}
.prose h4 + *{
	margin-top: 0;
}
.prose thead th:first-child{
	padding-left: 0;
}
.prose thead th:last-child{
	padding-right: 0;
}
.prose tbody td:first-child{
	padding-left: 0;
}
.prose tbody td:last-child{
	padding-right: 0;
}
.prose > :first-child{
	margin-top: 0;
}
.prose > :last-child{
	margin-bottom: 0;
}
.visible{
	visibility: visible;
}
.fixed{
	position: fixed;
}
.absolute{
	position: absolute;
}
.relative{
	position: relative;
}
.inset-0{
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.left-0{
	left: 0px;
}
.right-0{
	right: 0px;
}
.top-0{
	top: 0px;
}
.z-0{
	z-index: 0;
}
.z-50{
	z-index: 50;
}
.col-span-6{
	grid-column: span 6 / span 6;
}
.mx-auto{
	margin-left: auto;
	margin-right: auto;
}
.ml-3{
	margin-left: 0.75rem;
}
.-ml-px{
	margin-left: -1px;
}
.mt-5{
	margin-top: 1.25rem;
}
.mt-6{
	margin-top: 1.5rem;
}
.-mr-1{
	margin-right: -0.25rem;
}
.mt-3{
	margin-top: 0.75rem;
}
.mt-2{
	margin-top: 0.5rem;
}
.mt-4{
	margin-top: 1rem;
}
.mt-1{
	margin-top: 0.25rem;
}
.ml-2{
	margin-left: 0.5rem;
}
.mb-6{
	margin-bottom: 1.5rem;
}
.mr-2{
	margin-right: 0.5rem;
}
.mt-8{
	margin-top: 2rem;
}
.ml-4{
	margin-left: 1rem;
}
.ml-12{
	margin-left: 3rem;
}
.ml-1{
	margin-left: 0.25rem;
}
.-mr-0\.5{
	margin-right: -0.125rem;
}
.-mr-0{
	margin-right: 0px;
}
.-mr-2{
	margin-right: -0.5rem;
}
.mr-3{
	margin-right: 0.75rem;
}
.mt-10{
	margin-top: 2.5rem;
}
.ml-6{
	margin-left: 1.5rem;
}
.mb-4{
	margin-bottom: 1rem;
}
.mb-3{
	margin-bottom: 0.75rem;
}
.-mt-px{
	margin-top: -1px;
}
.block{
	display: block;
}
.inline-block{
	display: inline-block;
}
.inline{
	display: inline;
}
.flex{
	display: flex;
}
.inline-flex{
	display: inline-flex;
}
.table{
	display: table;
}
.grid{
	display: grid;
}
.contents{
	display: contents;
}
.hidden{
	display: none;
}
.h-5{
	height: 1.25rem;
}
.h-16{
	height: 4rem;
}
.h-12{
	height: 3rem;
}
.h-6{
	height: 1.5rem;
}
.h-8{
	height: 2rem;
}
.h-4{
	height: 1rem;
}
.h-9{
	height: 2.25rem;
}
.h-10{
	height: 2.5rem;
}
.h-20{
	height: 5rem;
}
.min-h-screen{
	min-height: 100vh;
}
.w-5{
	width: 1.25rem;
}
.w-16{
	width: 4rem;
}
.w-full{
	width: 100%;
}
.w-0{
	width: 0px;
}
.w-12{
	width: 3rem;
}
.w-6{
	width: 1.5rem;
}
.w-3\/4{
	width: 75%;
}
.w-48{
	width: 12rem;
}
.w-auto{
	width: auto;
}
.w-8{
	width: 2rem;
}
.w-4{
	width: 1rem;
}
.w-60{
	width: 15rem;
}
.w-10{
	width: 2.5rem;
}
.w-20{
	width: 5rem;
}
.min-w-0{
	min-width: 0px;
}
.max-w-screen-xl{
	max-width: 1280px;
}
.max-w-7xl{
	max-width: 80rem;
}
.max-w-xl{
	max-width: 36rem;
}
.max-w-6xl{
	max-width: 72rem;
}
.flex-1{
	flex: 1 1 0%;
}
.flex-shrink-0{
	flex-shrink: 0;
}
.border-collapse{
	border-collapse: collapse;
}
.origin-top-left{
	transform-origin: top left;
}
.origin-top{
	transform-origin: top;
}
.origin-top-right{
	transform-origin: top right;
}
.translate-y-4{
	--tw-translate-y: 1rem;
	transform: var(--tw-transform);
}
.translate-y-0{
	--tw-translate-y: 0px;
	transform: var(--tw-transform);
}
.scale-95{
	--tw-scale-x: .95;
	--tw-scale-y: .95;
	transform: var(--tw-transform);
}
.scale-100{
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: var(--tw-transform);
}
.transform{
	transform: var(--tw-transform);
}
.cursor-default{
	cursor: default;
}
.cursor-pointer{
	cursor: pointer;
}
.list-inside{
	list-style-position: inside;
}
.list-disc{
	list-style-type: disc;
}
.grid-cols-6{
	grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-1{
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col{
	flex-direction: column;
}
.flex-wrap{
	flex-wrap: wrap;
}
.items-center{
	align-items: center;
}
.justify-end{
	justify-content: flex-end;
}
.justify-center{
	justify-content: center;
}
.justify-between{
	justify-content: space-between;
}
.gap-6{
	gap: 1.5rem;
}
.gap-4{
	gap: 1rem;
}
.gap-1{
	gap: 0.25rem;
}
.space-x-8 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(2rem * var(--tw-space-x-reverse));
	margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
	overflow: hidden;
}
.overflow-y-auto{
	overflow-y: auto;
}
.overflow-y-hidden{
	overflow-y: hidden;
}
.truncate{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.break-all{
	word-break: break-all;
}
.rounded-md{
	border-radius: 0.375rem;
}
.rounded-lg{
	border-radius: 0.5rem;
}
.rounded{
	border-radius: 0.25rem;
}
.rounded-full{
	border-radius: 9999px;
}
.rounded-l-md{
	border-top-left-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
}
.rounded-r-md{
	border-top-right-radius: 0.375rem;
	border-bottom-right-radius: 0.375rem;
}
.rounded-t-none{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.rounded-b-none{
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.border{
	border-width: 1px;
}
.border-2{
	border-width: 2px;
}
.border-b-2{
	border-bottom-width: 2px;
}
.border-l-4{
	border-left-width: 4px;
}
.border-t{
	border-top-width: 1px;
}
.border-b{
	border-bottom-width: 1px;
}
.border-r{
	border-right-width: 1px;
}
.border-gray-300{
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.border-transparent{
	border-color: transparent;
}
.border-indigo-400{
	--tw-border-opacity: 1;
	border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}
.border-gray-200{
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.border-gray-100{
	--tw-border-opacity: 1;
	border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}
.border-gray-400{
	--tw-border-opacity: 1;
	border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}
.bg-white{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-gray-100{
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.bg-indigo-500{
	--tw-bg-opacity: 1;
	background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}
.bg-red-700{
	--tw-bg-opacity: 1;
	background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}
.bg-gray-500{
	--tw-bg-opacity: 1;
	background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}
.bg-indigo-600{
	--tw-bg-opacity: 1;
	background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}
.bg-red-600{
	--tw-bg-opacity: 1;
	background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
.bg-red-100{
	--tw-bg-opacity: 1;
	background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}
.bg-gray-50{
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
.bg-indigo-50{
	--tw-bg-opacity: 1;
	background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}
.bg-gray-200{
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.bg-opacity-25{
	--tw-bg-opacity: 0.25;
}
.bg-cover{
	background-size: cover;
}
.bg-center{
	background-position: center;
}
.bg-no-repeat{
	background-repeat: no-repeat;
}
.object-cover{
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-2{
	padding: 0.5rem;
}
.p-6{
	padding: 1.5rem;
}
.px-4{
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-2{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.px-2{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-5{
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.px-6{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-4{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.px-3{
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.py-1{
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.py-3{
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.py-6{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.px-1{
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.py-8{
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.py-12{
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.py-10{
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.pt-6{
	padding-top: 1.5rem;
}
.pt-5{
	padding-top: 1.25rem;
}
.pb-4{
	padding-bottom: 1rem;
}
.pt-1{
	padding-top: 0.25rem;
}
.pl-3{
	padding-left: 0.75rem;
}
.pr-4{
	padding-right: 1rem;
}
.pt-2{
	padding-top: 0.5rem;
}
.pb-3{
	padding-bottom: 0.75rem;
}
.pt-4{
	padding-top: 1rem;
}
.pb-1{
	padding-bottom: 0.25rem;
}
.pt-8{
	padding-top: 2rem;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.font-sans{
	font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-mono{
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-sm{
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-xs{
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-lg{
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-base{
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-2xl{
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-xl{
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.font-medium{
	font-weight: 500;
}
.font-semibold{
	font-weight: 600;
}
.uppercase{
	text-transform: uppercase;
}
.italic{
	font-style: italic;
}
.leading-5{
	line-height: 1.25rem;
}
.leading-7{
	line-height: 1.75rem;
}
.leading-tight{
	line-height: 1.25;
}
.leading-4{
	line-height: 1rem;
}
.tracking-widest{
	letter-spacing: 0.1em;
}
.tracking-wider{
	letter-spacing: 0.05em;
}
.text-gray-500{
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.text-gray-700{
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.text-gray-600{
	--tw-text-opacity: 1;
	color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.text-white{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-indigo-600{
	--tw-text-opacity: 1;
	color: rgba(79, 70, 229, var(--tw-text-opacity));
}
.text-red-600{
	--tw-text-opacity: 1;
	color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.text-gray-900{
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.text-indigo-700{
	--tw-text-opacity: 1;
	color: rgba(67, 56, 202, var(--tw-text-opacity));
}
.text-green-400{
	--tw-text-opacity: 1;
	color: rgba(52, 211, 153, var(--tw-text-opacity));
}
.text-gray-400{
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.text-indigo-500{
	--tw-text-opacity: 1;
	color: rgba(99, 102, 241, var(--tw-text-opacity));
}
.text-gray-800{
	--tw-text-opacity: 1;
	color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.text-red-500{
	--tw-text-opacity: 1;
	color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.text-green-600{
	--tw-text-opacity: 1;
	color: rgba(5, 150, 105, var(--tw-text-opacity));
}
.text-green-500{
	--tw-text-opacity: 1;
	color: rgba(16, 185, 129, var(--tw-text-opacity));
}
.text-gray-200{
	--tw-text-opacity: 1;
	color: rgba(229, 231, 235, var(--tw-text-opacity));
}
.text-gray-300{
	--tw-text-opacity: 1;
	color: rgba(209, 213, 219, var(--tw-text-opacity));
}
.underline{
	text-decoration: underline;
}
.antialiased{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.opacity-0{
	opacity: 0;
}
.opacity-100{
	opacity: 1;
}
.opacity-75{
	opacity: 0.75;
}
.opacity-50{
	opacity: 0.5;
}
.shadow-sm{
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow{
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring-1{
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-gray-300{
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}
.ring-black{
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}
.ring-opacity-5{
	--tw-ring-opacity: 0.05;
}
.filter{
	filter: var(--tw-filter);
}
.transition{
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-all{
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.duration-150{
	transition-duration: 150ms;
}
.duration-200{
	transition-duration: 200ms;
}
.duration-75{
	transition-duration: 75ms;
}
.duration-300{
	transition-duration: 300ms;
}
.ease-in-out{
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in{
	transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
/*-------------------
  ブレイクポイント
--------------------*/
/*-------------------
  カラー
--------------------*/
.forMIN {
  display: none !important;
}
@media screen and (max-width: 480px) {
  .forMIN {
    display: block !important;
  }
  .forMIN.inline {
    display: inline !important;
  }
}

.forSE {
  display: none !important;
}
@media screen and (max-width: 374px) {
  .forSE {
    display: block !important;
  }
}

.forSEi {
  display: none !important;
}
@media screen and (max-width: 374px) {
  .forSEi {
    display: inline !important;
  }
}

.nonSP {
  display: none !important;
}
@media all and (min-width: 768px) {
  .nonSP {
    display: block !important;
  }
}

.nonSPi {
  display: none !important;
}
@media all and (min-width: 768px) {
  .nonSPi {
    display: inline !important;
  }
}

.forSP {
  display: none !important;
}
@media all and (max-width: 767px) {
  .forSP {
    display: block !important;
  }
}

.forSPi {
  display: none !important;
}
@media all and (max-width: 767px) {
  .forSPi {
    display: inline !important;
  }
}

.forTB {
  display: none !important;
}
@media all and (max-width: 1024px) {
  .forTB {
    display: block !important;
  }
}

.forTBi {
  display: none !important;
}
@media all and (max-width: 1024px) {
  .forTBi {
    display: inline !important;
  }
}

.forPC {
  display: none !important;
}
@media all and (min-width: 1025px) {
  .forPC {
    display: block !important;
  }
}

.forPCi {
  display: none !important;
}
@media all and (min-width: 1025px) {
  .forPCi {
    display: inline !important;
  }
}

.nonPC {
  display: block !important;
}
@media all and (min-width: 1025px) {
  .nonPC {
    display: none !important;
  }
}

.nonPCi {
  display: inline !important;
}
@media all and (min-width: 1025px) {
  .nonPCi {
    display: none !important;
  }
}

.futura {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

html, body, div, span, object, iframe,
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, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 100%;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

address {
  font-style: normal;
}

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/*矢印消す*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -webkit-text-fill-color: #002958;
}

/*
input, select {
    vertical-align:middle;
    -webkit-appearance: none;
}
*/
.data_block {
  display: block;
}

.data_block + .data_block {
  margin-top: 0.5em;
}

.inline-block {
  display: inline-block;
}
.inline-block.addMgn {
  margin: 5px;
}

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

/*--------------------------
共通
--------------------------*/
body {
  background: #F4F4F4;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
}
@media all and (min-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media all and (min-width: 1025px) {
  body {
    font-size: 16px;
  }
}

img {
  width: 100%;
}

.is_hide {
  display: none !important;
}

.bold {
  font-weight: bold;
}

.inline {
  display: inline !important;
  width: auto !important;
}

.inline_block {
  display: inline-block;
  width: auto !important;
}

.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.align_left {
  text-align: left;
}

@media all and (min-width: 1025px) {
  .align_center_pc {
    text-align: center;
  }
  .align_right_pc {
    text-align: right;
  }
  .pc_flex {
    display: flex;
  }
  .pc_flex.is_between {
    justify-content: space-between;
  }
  .pc_flex.is_center {
    justify-content: center;
  }
}

.noMgnT {
  margin-top: 0 !important;
}

.noMgnB {
  margin-bottom: 0 !important;
}

.noPdgT {
  padding-top: 0 !important;
}

.noPdgB {
  padding-bottom: 0 !important;
}

.no_disp {
  display: none;
}

.underline {
  text-decoration: underline;
}
@media all and (min-width: 1025px) {
  .underline {
    transition: all 0.3s;
  }
  .underline:hover {
    color: #16426E;
    text-decoration: underline;
  }
  body.staff .underline:hover {
    color: #2BA2A7;
  }
  body.examinee .underline:hover {
    color: #35B29A;
  }
}

/*--------------------------
色
--------------------------*/
.color_darkblue {
  color: #16426E;
}

.color_red {
  color: #e63146;
}

.bg_white {
  background-color: #fff;
}

.bg_lightgray {
  background-color: #f0f0f0;
}

/*--------------------------
bootstrap reset
--------------------------*/
a:hover, a:focus {
  text-decoration: none;
}

.form-control:focus {
  box-shadow: none;
}

/*--------------------------
レイアウト
--------------------------*/
.layout {
  padding-top: 60px;
}
@media all and (max-width: 767px) {
  .layout {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media all and (min-width: 768px) {
  .layout {
    padding-top: 60px;
  }
  .layout .side {
    width: 250px;
    position: fixed;
    z-index: 1;
  }
}
.layout .contents {
  position: relative;
  display: block;
  background-color: #F4F4F4;
}
@media all and (min-width: 768px) {
  .layout .contents {
    padding-left: 250px;
    width: 100%;
    min-height: calc(100vh - 60px);
    box-sizing: border-box;
  }
}

/*--------------------------
レイアウト・サイドメニュー
--------------------------*/
.side {
  color: #fff;
}
@media all and (min-width: 768px) {
  .side {
    padding-bottom: 100px;
  }
}

body.admin .side {
  background: #0762AE;
}

body.staff .side {
  background: #2BA2A7;
}

body.examinee .side {
  background: #35B29A;
}

/*--------------------------
コンテナ
--------------------------*/
.container {
  padding: 20px;
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: 100% !important;
  max-width: 100% !important;
  background: #fff;
  border-radius: 5px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
}
@media all and (min-width: 768px) {
  .container {
    padding: 40px;
  }
}

/*--------------------------
BOX
--------------------------*/
.box_border {
  padding: 30px 20px;
  border: 1px solid #D5D5D5;
  box-sizing: border-box;
}
@media all and (min-width: 768px) {
  .box_border {
    padding: 30px 50px;
  }
  .box_border {
    padding: 40px;
  }
}

/*--------------------------
送信中画面
--------------------------*/
#sending {
  display: flex;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 11000;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
#sending.is_hide {
  display: none;
}
#sending img {
  width: 46px;
  height: 46px;
}
#sending p {
  font-size: 1.2em;
  margin-top: 10px;
}

/*--------------------------
ヘッダー
--------------------------*/
.header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 60px;
  padding: 20px 0;
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
}
.header .head_person_icon {
  width: 12px;
  height: 14px;
  margin-right: 10px;
}
@media all and (min-width: 768px) {
  .header {
    height: 60px;
    padding: 13px 0;
  }
}

.h_logo img {
  height: 18.88px;
}
.h_logo a {
  display: block;
}
@media all and (min-width: 768px) {
  .h_logo {
    max-width: 210px;
  }
  .h_logo img {
    height: 22.37px;
  }
}

@media all and (max-width: 767px) {
  .sp_menu {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 60px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
    border-top: 1px solid #E4E4E4;
  }
  body.examinee .sp_menu {
    background: #35B29A;
  }
  body.examinee .sp_menu .text-gray-800,
body.examinee .sp_menu .text-gray-600 {
    color: #fff !important;
  }
  body.examinee .sp_menu .hover\:text-gray-800 {
    color: #fff !important;
  }
  body.examinee .sp_menu .hover\:bg-gray-50:hover {
    background: transparent !important;
  }
  body.examinee .sp_menu .hover\:border-gray-300:hover {
    border-color: transparent !important;
  }
  body.staff .sp_menu {
    background: #2BA2A7;
  }
  body.staff .sp_menu .text-gray-800,
body.staff .sp_menu .text-gray-600 {
    color: #fff !important;
  }
  body.staff .sp_menu .hover\:text-gray-800 {
    color: #fff !important;
  }
  body.staff .sp_menu .hover\:bg-gray-50:hover {
    background: transparent !important;
  }
  body.staff .sp_menu .hover\:border-gray-300:hover {
    border-color: transparent !important;
  }
}

@media all and (min-width: 768px) {
  #pc_menu {
    display: block !important;
    visibility: visible !important;
  }
}

@media all and (max-width: 767px) {
  body.staff #header button {
    background: #2BA2A7;
  }
  body.examinee #header button {
    background: #35B29A;
  }
}

/*--------------------------
メニューボタン
--------------------------*/
#btnMenu {
  border-radius: 0;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  position: fixed;
}
#btnMenu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 22px;
  left: 19px;
  background: #fff;
  opacity: 1;
  right: 0;
}
#btnMenu span:nth-child(1) {
  top: 22px;
}
#btnMenu span:nth-child(2) {
  top: 30px;
}
#btnMenu span:nth-child(3) {
  top: 38px;
  width: 18px;
}

.hamburger.staff #btnMenu {
  background-color: #2BA2A7;
}

.hamburger.examinee #btnMenu {
  background-color: #35B29A;
}

/*--------------------------
メイン
--------------------------*/
#main {
  min-height: calc(100vh - 377px);
}
@media all and (min-width: 768px) {
  #main {
    min-height: calc(100vh - 305px);
  }
}
@media all and (min-width: 1025px) {
  #main {
    min-height: calc(100vh - 325px);
  }
}

#page_menu + #main {
  min-height: calc(100vh - 377px);
}
@media all and (min-width: 768px) {
  #page_menu + #main {
    min-height: calc(100vh - 422px);
  }
}
@media all and (min-width: 1025px) {
  #page_menu + #main {
    min-height: calc(100vh - 442px);
  }
}

/*--------------------------
メニュー
--------------------------*/
#menu a,
#sp_app_menu a {
  padding: 25px 30px 25px 70px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
#menu a span,
#sp_app_menu a span {
  display: block;
  line-height: 1.2;
}
#menu a.has_icon,
#sp_app_menu a.has_icon {
  padding-left: 30px;
  font-weight: bold;
}
#menu a.has_icon .icon,
#sp_app_menu a.has_icon .icon {
  width: 23px;
  height: 23px;
}
#menu a.has_icon .caption,
#sp_app_menu a.has_icon .caption {
  width: calc(100% - 43px);
}
#menu .menu_child a,
#sp_app_menu .menu_child a {
  padding: 15px 30px 15px 70px;
}
#menu .has_child::after,
#sp_app_menu .has_child::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 30px;
  top: calc(50% - 8px);
  transform: rotate(45deg);
  z-index: 1;
  transition: all 0.3s;
}
#menu .has_child + .menu_child,
#sp_app_menu .has_child + .menu_child {
  display: none;
}
#menu .has_child.expand::after,
#sp_app_menu .has_child.expand::after {
  transform: rotate(-135deg);
  top: calc(50% - 4px);
}
#menu .has_child.expand + .menu_child,
#sp_app_menu .has_child.expand + .menu_child {
  display: block;
}
@media all and (min-width: 768px) {
  #menu,
#sp_app_menu {
    overflow-y: scroll;
    height: calc(100vh - 130px);
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
  }
}
@media all and (min-width: 1025px) {
  #menu a,
#sp_app_menu a {
    transition: all 0.3s;
  }
  #menu a:hover,
#sp_app_menu a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}

#sp_app_menu {
  padding-top: 10px;
  border-top: 1px solid;
}
#sp_app_menu a {
  padding: 10px 30px 10px 70px;
}
#sp_app_menu a.has_icon .icon {
  width: 18px;
  height: 18px;
}
#sp_app_menu .menu_child a {
  padding: 8px 30px 8px 70px;
}

body.examinee #sp_app_menu {
  background: #35B29A;
  border-top-color: #57c5b0;
}

body.staff #sp_app_menu {
  background: #2BA2A7;
  border-top-color: #32c0c6;
  padding-bottom: 30px;
}

#menu_infomation a {
  color: #fff;
}
@media all and (max-width: 767px) {
  #menu_infomation {
    padding: 30px 0;
    display: flex;
    justify-content: center;
  }
  #menu_infomation a {
    font-size: 11px;
    display: inline-block;
    padding: 10px;
    line-height: 1.3;
    text-align: center;
  }
}
@media all and (min-width: 768px) {
  #menu_infomation {
    margin-top: auto;
  }
  #menu_infomation a {
    padding: 10px 25px;
    font-size: 13px;
    display: block;
    color: #dadada;
  }
}
@media all and (min-width: 1025px) {
  #menu_infomation a {
    transition: all 0.3s;
  }
  #menu_infomation a:hover {
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
  }
}

#go_home {
  display: none;
}
@media all and (min-width: 768px) {
  #go_home {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 250px;
    height: 70px;
    padding: 25px 60px 25px 30px;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.2em;
    text-align: center;
    transition: all 0.3s;
  }
  #go_home .icon {
    width: 20px;
    height: 20px;
  }
  #go_home .caption {
    width: calc(100% - 43px);
  }
}
@media all and (min-width: 1025px) {
  #go_home:hover {
    letter-spacing: 0.5em;
    background: rgba(0, 0, 0, 0.6);
  }
}

/*--------------------------
ログイン画面
--------------------------*/
.card_inner {
  padding: 20px 0;
  margin: 0 4%;
}
@media all and (min-width: 768px) {
  .card_inner {
    padding: 40px 0;
    margin: 0;
  }
}

.card_custom {
  padding-top: 40px;
  padding-bottom: 40px;
}

.login_logo {
  max-width: 260px;
}

.login_sub_title {
  font-size: 18px;
  font-weight: bold;
  color: #0762AE;
  letter-spacing: 0.1em;
  margin-top: 20px;
}

/*--------------------------
ページ：インナー
--------------------------*/
.page_inner {
  padding: 30px 4% 60px;
  box-sizing: border-box;
}
@media all and (min-width: 768px) {
  .page_inner {
    padding: 40px 50px;
  }
}
@media all and (min-width: 1025px) {
  .page_inner {
    padding: 70px 70px;
  }
}
.page_inner.noPdgT {
  padding-top: 0 !important;
}

/*--------------------------
ページ：ヘッダー
--------------------------*/
#page_header {
  padding: 30px 4%;
  box-sizing: border-box;
}
#page_header h1 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
}
#page_header .page_header_right {
  margin-top: 1em;
}
@media all and (max-width: 767px) {
  #page_header {
    background: #0762AE;
    color: #fff;
    text-align: center;
  }
}
@media all and (min-width: 768px) {
  #page_header {
    padding: 40px;
    border-bottom: 2px solid #E4E4E4;
  }
  #page_header h1 {
    font-size: 30px;
    letter-spacing: 0.2em;
    color: #002958;
  }
}
@media all and (min-width: 1025px) {
  #page_header {
    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #page_header .page_header_right {
    margin-top: 0;
  }
}

@media all and (max-width: 767px) {
  body.staff #page_header {
    background: #2BA2A7;
  }
}
@media all and (min-width: 768px) {
  body.staff #page_header h1 {
    color: #000;
  }
}

@media all and (max-width: 767px) {
  body.examinee #page_header {
    background: #35B29A;
  }
}
@media all and (min-width: 768px) {
  body.examinee #page_header h1 {
    color: #000;
  }
}

/*--------------------------
ページ：メニュー
--------------------------*/
#page_menu,
#page_switch {
  padding: 30px 4%;
}
#page_menu ul,
#page_switch ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
#page_menu ul li,
#page_switch ul li {
  margin: 0 10px 10px 0;
}
@media all and (min-width: 768px) {
  #page_menu,
#page_switch {
    padding: 40px 50px;
  }
  #page_menu ul,
#page_switch ul {
    margin-bottom: -20px;
  }
  #page_menu ul li,
#page_switch ul li {
    margin: 0 20px 20px 0;
  }
}
@media all and (min-width: 1025px) {
  #page_menu,
#page_switch {
    padding: 40px 70px;
  }
}

#page_switch {
  border-bottom: 1px solid #E4E4E4;
}
#page_switch .links {
  margin-bottom: 0;
}
#page_switch .links li {
  position: relative;
}
#page_switch .links li a {
  display: inline-block;
  color: #0762AE;
  letter-spacing: 0.05em;
  padding-bottom: 5px;
}
#page_switch .links li a.current {
  font-weight: bold;
}
#page_switch .links li a.current::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 100%;
  background: #0762AE;
}
@media all and (min-width: 768px) {
  #page_switch .links li {
    margin: 0 30px 0 0;
  }
  #page_switch .links li a.current::after {
    bottom: -40px;
    height: 3px;
  }
}

/*--------------------------
ページパーツ
--------------------------*/
.btn_action {
  display: inline-block;
  border-width: 1px;
  font-size: 13px;
  cursor: pointer;
  padding: 0.75em;
  min-width: 80px;
  text-align: center;
  white-space: nowrap;
  border-radius: 4px;
  transition: all 0.3s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.btn_action.is_disabled {
  background: #989898 !important;
  border-color: #989898 !important;
}
.btn_action.is_disabled:hover {
  background: #989898 !important;
  border-color: #989898 !important;
  color: #fff !important;
  cursor: not-allowed;
}
@media all and (min-width: 768px) {
  .btn_action {
    font-size: 15px;
    min-width: 120px;
  }
}

body.admin .btn_action {
  background-color: #0762AE;
  color: #fff;
  border-color: #0762AE;
}
@media all and (min-width: 1025px) {
  body.admin .btn_action:hover {
    background: #fff;
    color: #0762AE;
  }
}

body.staff .btn_action {
  background-color: #2BA2A7;
  color: #fff;
  border-color: #2BA2A7;
}
@media all and (min-width: 1025px) {
  body.staff .btn_action:hover {
    background: #fff;
    color: #2BA2A7;
  }
}

body.examinee .btn_action {
  background-color: #35B29A;
  color: #fff;
  border-color: #35B29A;
}
@media all and (min-width: 1025px) {
  body.examinee .btn_action:hover {
    background: #fff;
    color: #35B29A;
  }
}
body.examinee .btn_action.highlight {
  background-color: #E63146;
  border-color: #E63146;
}
@media all and (min-width: 1025px) {
  body.examinee .btn_action.highlight:hover {
    background: #fff;
    color: #E63146;
  }
}

/*--------------------------
ボタン
--------------------------*/
.btn_wrap {
  margin-top: 30px;
  text-align: center;
}

.button {
  display: inline-block;
  padding: 1em 2em;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  min-width: 200px;
  border-radius: 4px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s;
}
@media all and (min-width: 1025px) {
  .button:hover {
    opacity: 0.8;
  }
}
.button.orange {
  background: #F78C00 !important;
  margin: 10px 0 30px;
}
@media all and (min-width: 1025px) {
  .button.orange {
    margin: 20px 0 50px;
  }
}

#pageEntryCreate .button.orange {
  margin-bottom: 0;
}

body.admin .button {
  background: #0762AE;
}

body.staff .button {
  background: #2BA2A7;
}
@media all and (min-width: 1025px) {
  body.staff .button:hover {
    color: #fff;
    background: rgba(43, 162, 167, 0.8);
  }
}

body.examinee .button {
  background: #35B29A;
}
@media all and (min-width: 1025px) {
  body.examinee .button {
    cursor: pointer;
  }
  body.examinee .button:hover {
    color: #fff;
    background: rgba(53, 178, 154, 0.8);
  }
}

/*--------------------------
フォームパーツ
--------------------------*/
input[type=submit],
input[type=button],
button {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  background-color: #0762AE;
  border: none;
  box-sizing: border-box;
  text-align: center;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus,
button::focus {
  outline-offset: -2px;
}

body.admin .form_actions input[type=submit],
body.admin .form_actions input[type=button],
body.admin .form_actions button {
  background-color: #0762AE;
}
body.admin .form_actions input[type=submit].is_cancel,
body.admin .form_actions input[type=button].is_cancel,
body.admin .form_actions button.is_cancel {
  background-color: #A8A8A8;
  text-align: center;
}

body.staff .form_actions input[type=submit],
body.staff .form_actions input[type=button],
body.staff .form_actions button {
  background-color: #2BA2A7;
}
body.staff .form_actions input[type=submit].is_cancel,
body.staff .form_actions input[type=button].is_cancel,
body.staff .form_actions button.is_cancel {
  background-color: #A8A8A8;
  text-align: center;
}

body.examinee .form_actions input[type=submit],
body.examinee .form_actions input[type=button],
body.examinee .form_actions button {
  background-color: #35B29A;
}
body.examinee .form_actions input[type=submit].is_cancel,
body.examinee .form_actions input[type=button].is_cancel,
body.examinee .form_actions button.is_cancel {
  background-color: #A8A8A8;
  text-align: center;
}

input:focus, select:focus, textarea:focus {
  outline: 0px transparent solid;
}

[type=text],
[type=email],
[type=url],
[type=password],
[type=number],
[type=date],
[type=time],
[type=datetime-local],
[type=month],
[type=search],
[type=tel],
[type=time],
[type=week],
[multiple],
textarea,
select {
  font-size: 16px;
  color: #000;
  padding: 0.75em 1em;
  background-color: #fff;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  max-width: 100%;
}

@-moz-document url-prefix() {
  .fields [type=text],
.fields [type=email],
.fields [type=url],
.fields [type=password],
.fields [type=number],
.fields [type=date],
.fields [type=time],
.fields [type=datetime-local],
.fields [type=month],
.fields [type=search],
.fields [type=tel],
.fields [type=time],
.fields [type=week],
.fields [multiple],
.fields textarea,
.fields select {
    padding: 0.7em 1em;
  }
}
select {
  background-image: url(../img/common/select_box_arrow.svg);
  background-size: 13px 7px;
  background-position: right 1rem center;
  padding-right: 40px;
}

input[type=number] {
  text-align: right;
}

input, label, textarea {
  vertical-align: middle;
}

input[type=submit],
input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  color: #fff;
  font-weight: bold;
  padding: 1em 0;
  text-align: center;
}

input::-moz-placeholder {
  color: #dcdcdc;
  color: #dcdcdc;
}

input::placeholder {
  color: #dcdcdc;
  color: #dcdcdc;
}

textarea::-moz-placeholder {
  color: #dcdcdc;
}

textarea::placeholder {
  color: #dcdcdc;
}

input:-ms-input-placeholder {
  color: #dcdcdc;
}

input[type=text], input[type=email] {
  font-size: 16px;
}
input[type=text].mwidth, input[type=email].mwidth {
  width: 100%;
  box-sizing: border-box;
}
input[type=text]:focus, input[type=email]:focus {
  background: #fff;
}

input::-webkit-calendar-picker-indicator {
  display: none;
}

textarea {
  border: 1px solid #E4E4E4;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}
textarea:focus {
  background: #fff;
}

.dateWrap,
.datetimeWrap {
  display: inline-block;
  position: relative;
  border: 1px solid #E4E4E4;
  background: #fff;
  border-radius: 4px;
}
.dateWrap::after,
.datetimeWrap::after {
  content: "";
  position: absolute;
  width: 29px;
  height: 30px;
  z-index: 1;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.dateWrap input,
.datetimeWrap input {
  position: relative;
  z-index: 2;
  background: transparent;
  border: none;
}
.dateWrap input:focus,
.datetimeWrap input:focus {
  background: transparent;
}

.dateWrap {
  width: 100%;
  max-width: 200px;
}
.dateWrap input {
  width: 100%;
}
.dateWrap::after {
  background: url(../img/common/icon_date.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

.datetimeWrap {
  max-width: 220px;
}
.datetimeWrap::after {
  background: url(../img/common/icon_datetime.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

/**********ラジオボタンとチェックボックス***********/
Form input[type=radio], Form input[type=checkbox] {
  display: none;
}
Form label {
  position: relative;
}
Form label input[type=radio] + span,
Form label input[type=checkbox] + span {
  margin-left: 0;
  padding-left: 2rem;
}
Form label input[type=radio] + span::before,
Form label input[type=checkbox] + span::before {
  content: "";
  display: block;
  border: 1px solid #999;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: calc(50% - 13px);
  width: 26px;
  height: 26px;
}
Form label input[type=radio] + span::before {
  border-radius: 1000px;
}
Form label input[type=radio] + span::after,
Form label input[type=checkbox] + span::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
}
Form label input[type=radio] + span::after {
  border-radius: 1000px;
  background: #0762AE;
  width: 13px;
  height: 13px;
  left: 4px;
  top: calc(50% - 6.5px);
}
Form label input[type=checkbox] + span::after {
  border-right: 3px solid #0762AE;
  border-bottom: 3px solid #0762AE;
  width: 9px;
  height: 15px;
  left: 9px;
  top: calc(50% - 10px);
  opacity: 0;
  transform: rotate(45deg);
}
Form label input[type=radio]:checked + span::after,
Form label input[type=checkbox]:checked + span::after {
  opacity: 1;
}

form input[type=checkbox],
form input[type=radio] {
  vertical-align: baseline;
}
form .is-checkradio[type=radio],
form .is-checkradio[type=checkbox] {
  outline: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-block;
  position: absolute;
  opacity: 0;
}
form .is-checkradio[type=radio] + label,
form .is-checkradio[type=checkbox] + label {
  position: relative;
  display: initial;
  cursor: pointer;
  vertical-align: middle;
  margin: 0.5em;
  padding: 0.3rem 0.5rem 0.3rem 0;
  border-radius: 3px;
  font-weight: bold;
  color: #16426E;
  line-height: 1.5rem;
  padding-left: 2rem;
}
form .is-checkradio[type=radio] + label:first-of-type,
form .is-checkradio[type=checkbox] + label:first-of-type {
  margin-left: 0;
}
form .is-checkradio[type=radio] + label::before,
form .is-checkradio[type=checkbox] + label::before {
  position: absolute;
  left: 0;
  top: 0rem;
  content: "";
  border: 0.1rem solid #EAEAEA;
  background-color: #fff;
  transition: all 0.3s;
}
form .is-checkradio[type=radio] + label::after,
form .is-checkradio[type=checkbox] + label::after {
  position: absolute;
  display: none;
  content: "";
  top: 0rem;
  transition: all 0.3s;
}
form .is-checkradio[type=radio] + label::before {
  border-radius: 50%;
}
form .is-checkradio[type=radio] + label::after {
  border-radius: 50%;
  background: #16426E;
  left: 0;
  transform: scale(0.5);
}
form .is-checkradio[type=radio] + label::before,
form .is-checkradio[type=radio] + label::after {
  width: 1.5rem;
  height: 1.5rem;
  top: calc(50% - 0.75em);
}
form .is-checkradio[type=checkbox] + label::before,
form .is-checkradio[type=checkbox] + label::after {
  width: 1.5rem;
  height: 1.5rem;
  top: calc(50% - 0.75em);
}
form .is-checkradio[type=checkbox] + label::before {
  border-radius: 3px;
}
form .is-checkradio[type=checkbox] + label::after {
  width: 0.375rem;
  height: 0.6rem;
  top: 0.405rem;
  left: 0.6rem;
  box-sizing: border-box;
  transform: translateY(0rem) rotate(45deg);
  border-width: 0.1rem;
  border-style: solid;
  border-color: #16426E;
  border-top: 0;
  border-left: 0;
}
form .is-checkradio[type=radio]:checked + label::before,
form .is-checkradio[type=checkbox]:checked + label::before {
  border: 0.1rem solid #EAEAEA;
}
form .is-checkradio[type=radio]:checked + label::after,
form .is-checkradio[type=checkbox]:checked + label::after {
  display: inline-block;
}
form .radio_buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
form .radio_buttons .radio, form .radio_buttons .checkbox {
  margin: 0 10px 10px 0;
  padding-left: 0;
}
@media all and (min-width: 768px) {
  form .radio_buttons {
    margin-bottom: -15px;
  }
  form .radio_buttons .radio, form .radio_buttons .checkbox {
    margin: 0 20px 15px 0;
  }
}
@media all and (max-width: 767px) {
  form .is-checkradio[type=radio] + label::before,
form .is-checkradio[type=radio] + label::after {
    width: 20px;
    height: 20px;
  }
}
@media all and (min-width: 1025px) {
  form .is-checkradio[type=radio]:hover:not([disabled]) + label::before,
form .is-checkradio[type=checkbox]:hover:not([disabled]) + label::before {
    border-color: #16426E !important;
  }
}

body.staff form .is-checkradio[type=radio] + label,
body.staff form .is-checkradio[type=checkbox] + label,
body.examinee form .is-checkradio[type=radio] + label,
body.examinee form .is-checkradio[type=checkbox] + label {
  color: #000;
}
body.staff form .is-checkradio[type=radio] + label::after,
body.examinee form .is-checkradio[type=radio] + label::after {
  background: #000;
}
body.staff form .is-checkradio[type=checkbox] + label::after,
body.examinee form .is-checkradio[type=checkbox] + label::after {
  border-color: #000;
}
@media all and (min-width: 1025px) {
  body.staff form .is-checkradio[type=radio]:hover:not([disabled]) + label::before,
body.staff form .is-checkradio[type=checkbox]:hover:not([disabled]) + label::before,
body.examinee form .is-checkradio[type=radio]:hover:not([disabled]) + label::before,
body.examinee form .is-checkradio[type=checkbox]:hover:not([disabled]) + label::before {
    border-color: #000 !important;
  }
}

.req:after {
  content: "*";
  color: #E63146;
  font-weight: bold;
}

.warning_text {
  margin-bottom: 1em;
  line-height: 1.8;
  color: #E63146;
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .warning_text {
    margin-bottom: 30px;
  }
}
@media all and (min-width: 1025px) {
  .warning_text {
    margin-bottom: 40px;
  }
}

.password_wrap {
  position: relative;
  display: inline-block;
}
.password_wrap input[type=password] {
  padding-right: 40px;
  box-sizing: border-box;
  max-width: 200px;
}
.password_wrap .password_switch {
  position: absolute;
  right: 10px;
  width: 30px;
  height: 20px;
  top: calc(50% - 10px);
  background: url(../img/common/icon_pwd_show.svg) no-repeat;
  background-size: 20px 16px;
  background-position: center center;
  z-index: 1;
  transition: all 0.3s;
}
.password_wrap.show .password_switch {
  background: url(../img/common/icon_pwd.svg) no-repeat;
  background-size: 20px 13px;
  background-position: center center;
}

.nice-select-wrap {
  height: 48px;
}
.nice-select-wrap .nice-select {
  height: 48px;
  line-height: 46px;
  min-width: 110px;
  padding-top: 0;
  padding-bottom: 0;
}
.nice-select-wrap .nice-select .list {
  max-height: 220px;
  min-width: 110px;
  overflow-y: scroll;
}

@media all and (min-width: 1025px) {
  .masterForm .nice-select-wrap .nice-select {
    font-size: 16px;
  }
}

.card_btn {
  background-color: #0762AE;
}

body.staff .card_btn {
  background-color: #2BA2A7;
}

body.examinee .card_btn {
  background-color: #35B29A;
}

/*--------------------------
ファイルアップロード
--------------------------*/
.file-cta,
.file-name {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-color: #D0D0D0;
  border-radius: 3px;
  box-shadow: none;
  display: inline-flex;
  font-size: inherit;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
}
@media all and (min-width: 768px) {
  .file-cta,
.file-name {
    border-color: #D0D0D0;
    line-height: 20px;
    padding-bottom: 9px;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 9px;
    vertical-align: middle;
    height: auto;
  }
}

.file-cta {
  border-right-width: 0;
  font-weight: normal;
}

.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}

.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
  font-weight: normal;
}

.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
}

.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.file .preview {
  display: block;
  margin-bottom: 1em;
  max-width: 200px;
  position: relative;
  z-index: 2;
}
.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -5px;
}
@media all and (min-width: 768px) {
  .file.has-name .file-name {
    max-width: calc(100% - 5em);
    min-width: 10em;
    overflow: hidden;
    text-align: inherit;
    text-overflow: ellipsis;
    height: 2.5rem;
  }
}
/*--------------------------
一覧画面＋ブートストラップ上書き
--------------------------*/
#grid-header input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  display: inline !important;
}

#tableLoader {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(14, 78, 131, 0.9);
  z-index: 100;
}
#tableLoader .tableLoading {
  display: inline-block;
  position: absolute;
  width: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
#tableLoader .tableLoading img {
  width: 100px;
}

body.admin #tableLoader {
  background: rgba(14, 78, 131, 0.9);
}

body.staff #tableLoader {
  background: rgba(43, 162, 167, 0.9);
}

.grid-wrap {
  width: 100%;
  min-height: 400px;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  font-size: 12px;
}
.grid-wrap .actionBar {
  padding-left: 0;
  padding-right: 0;
}
.grid-wrap .thumb_wrap {
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin: 0 auto;
}
.grid-wrap .thumb_wrap img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 50px;
  height: 50px;
}
@media all and (min-width: 768px) {
  .grid-wrap {
    font-size: 14px;
  }
}

.bootgrid-table th > .column-header-anchor {
  color: #23426B;
}
.bootgrid-table th > .column-header-anchor > .text {
  margin: 0;
}

.bootgrid-header .actionBar .btn-group > .btn-group .dropdown-menu {
  max-height: 250px;
  overflow-y: auto;
}

.table > thead > tr > th {
  border-color: #002958;
  border-width: 1px;
}

.table > tbody > tr > td {
  padding: 15px 8px;
  color: #002958;
}
.table > tbody > tr > td a {
  color: #002958;
}
@media all and (min-width: 768px) {
  .table > tbody > tr > td {
    padding: 20px 8px;
  }
}
@media all and (min-width: 1025px) {
  .table > tbody > tr > td a {
    transition: all 0.3s;
  }
  .table > tbody > tr > td a:hover {
    color: #000000;
  }
}

.table > tbody > tr > td.actions {
  padding: 5px 8px;
}
@media all and (min-width: 768px) {
  .table > tbody > tr > td.actions {
    padding: 10px 8px;
  }
}

.actionBtnSet {
  display: flex;
}
.actionBtnSet li {
  margin-right: 10px;
}
.actionBtnSet li a {
  width: 38px;
  height: 38px;
  display: block;
  border: 1px solid transparent;
  border-radius: 19px;
}
.actionBtnSet li a.is_jyukenhyo {
  width: 100px;
}
.actionBtnSet li a img {
  width: 100%;
}
.actionBtnSet li:last-child {
  margin-right: 0;
}
@media all and (min-width: 1025px) {
  .actionBtnSet li a {
    transition: all 0.3s;
  }
  .actionBtnSet li a:hover {
    border-color: #002958;
  }
}

.grid-wrap .tooltip .tooltip-inner {
  background-color: #000;
  color: #fff;
}
.grid-wrap .thead .select-cell input[type=checkbox] {
  display: block !important;
}
.grid-wrap .select_table_tbody tr .select-cell {
  position: relative;
}
.grid-wrap .select_table_tbody tr.active .select-cell::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  background: url(../img/common/icon_check_circle.svg) no-repeat;
  z-index: 1;
}

@media all and (min-width: 1025px) {
  body.staff .actionBtnSet li a:hover {
    border-color: #2BA2A7;
  }
  body.examinee .actionBtnSet li a:hover {
    border-color: #35B29A;
  }
}

#grid-footer .col-sm-6 {
  width: 100%;
  padding: 0;
}
@media all and (min-width: 1025px) {
  #grid-footer .col-sm-6 {
    width: 50%;
  }
  #grid-footer .col-sm-6.infoBar {
    line-height: 36px;
  }
}
#grid-footer .pagination > li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
#grid-footer .pagination > li a, #grid-footer .pagination > li span {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  padding: 0;
  box-sizing: border-box;
  background-color: #F4F4F4;
  color: #16426E !important;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  border: none;
  min-width: auto;
}
#grid-footer .pagination > li.active a, #grid-footer .pagination > li.active span {
  background-color: #16426E;
  color: #fff !important;
}
@media all and (min-width: 1025px) {
  #grid-footer .pagination > li a {
    transition: all 0.3s;
  }
  #grid-footer .pagination > li a:hover {
    background-color: #16426E;
    color: #fff !important;
  }
}

body.staff .bootgrid-table th > .column-header-anchor,
body.examinee .bootgrid-table th > .column-header-anchor {
  color: #212121;
}
body.staff .selector .selector_caption,
body.examinee .selector .selector_caption {
  color: #212121;
}
body.staff .table > tbody > tr > td,
body.examinee .table > tbody > tr > td {
  color: #212121;
}
body.staff .table > tbody > tr > td a,
body.examinee .table > tbody > tr > td a {
  color: inherit;
}

body.staff #grid-footer .pagination > li a, body.staff #grid-footer .pagination > li span {
  color: #2BA2A7 !important;
}
body.staff #grid-footer .pagination > li.active a, body.staff #grid-footer .pagination > li.active span {
  background-color: #2BA2A7;
  color: #fff !important;
}
@media all and (min-width: 1025px) {
  body.staff #grid-footer .pagination > li a {
    transition: all 0.3s;
  }
  body.staff #grid-footer .pagination > li a:hover {
    background-color: #2BA2A7;
    color: #fff !important;
  }
}

body.examinee #grid-footer .pagination > li a, body.examinee #grid-footer .pagination > li span {
  color: #35B29A !important;
}
body.examinee #grid-footer .pagination > li.active a, body.examinee #grid-footer .pagination > li.active span {
  background-color: #35B29A;
  color: #fff !important;
}
@media all and (min-width: 1025px) {
  body.examinee #grid-footer .pagination > li a {
    transition: all 0.3s;
  }
  body.examinee #grid-footer .pagination > li a:hover {
    background-color: #35B29A;
    color: #fff !important;
  }
}

#pagePlaceIndex .grid-wrap .actions .btn-group:first-child,
#pageEventIndex .grid-wrap .actions .btn-group:first-child {
  display: none;
}
#pagePlaceIndex .grid-wrap .actions .btn-group:last-child > .btn:first-child,
#pageEventIndex .grid-wrap .actions .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/*--------------------------
一覧画面絞り込み
--------------------------*/
.selector .selector_caption {
  font-weight: bold;
  margin-bottom: 10px;
  max-width: 200px;
  color: #16426E;
}
.selector .selector_value {
  max-width: 200px;
}

/*--------------------------
フォームレイアウト
--------------------------*/
.field.mgnT {
  margin-top: 5px;
}

/*--------------------------
フィールドレイアウト
--------------------------*/
.fields > li .pc_line > span {
  margin-right: 1em;
}
.fields > li .pc_line + .pc_line {
  margin-top: 1em;
}
.fields > li + li {
  margin-top: 30px;
}
.fields > li.add_border_top {
  padding-top: 30px;
  border-top: 1px solid #C0D0DD;
}
.fields .data_label {
  display: block;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
}
.fields .data_value {
  display: block;
  line-height: 1.5;
}
.fields .data_value iframe {
  width: 100%;
  height: 75vw;
  max-height: 450px;
  border: 1px solid #D5D5D5 !important;
}
.fields .sub_data_label {
  display: block;
}
.fields #access_info_ifr {
  max-height: none !important;
}
@media all and (max-width: 767px) {
  .fields .data_value {
    margin-top: 1em;
  }
  .fields .data_value + .data_label {
    margin-top: 30px;
  }
  .fields .cols .col + .col {
    margin-top: 30px;
  }
}
@media all and (min-width: 768px) {
  .fields > li {
    display: flex;
  }
  .fields > li + li {
    margin-top: 40px;
  }
  .fields > li.add_border_top {
    padding-top: 40px;
  }
  .fields .data_label {
    display: inline-block;
    width: 130px;
    vertical-align: top;
  }
  .fields .data_label.is_tb_top {
    margin-bottom: auto;
  }
  .fields .data_value {
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 130px);
  }
  .fields .data_value + .data_label {
    margin-left: 50px;
  }
  .fields .data_value.maxW {
    width: calc(100% - 130px);
  }
  .fields .data_value.maxW iframe {
    width: 100%;
    height: 30vw;
  }
  .fields .cols {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .fields .cols .col {
    width: 50%;
    max-width: 500px;
  }
  .fields .cols.is_tb_row {
    flex-direction: column;
    align-items: flex-start;
  }
  .fields .cols.is_tb_row .col {
    width: 100%;
  }
  .fields .cols.is_tb_row .col + .col {
    margin-top: 40px;
  }
  .fields .cols.is_pc_row {
    flex-direction: column;
    align-items: flex-start;
  }
  .fields .cols.is_pc_row .col {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .fields .cols.is_pc_row .col + .col {
    margin-top: 40px;
  }
}
@media all and (min-width: 1025px) {
  .fields > li .pc_line > span {
    min-width: 100px;
  }
  .fields .data_label {
    width: 180px;
  }
  .fields .data_label.is_pc_top {
    margin-bottom: auto;
  }
  .fields .data_value {
    max-width: calc(100% - 185px);
  }
  .fields .data_value.maxW {
    width: calc(100% - 185px);
    max-width: 1000px;
  }
  .fields .sub_data_label {
    display: inline-block;
  }
  .fields .sub_data_label span {
    margin-right: 40px;
  }
  .fields .cols.is_tb_row {
    flex-direction: row;
  }
  .fields .cols.is_tb_row .col {
    width: 46%;
  }
  .fields .cols.is_tb_row .col + .col {
    margin: 0 0 0 4%;
  }
}
@media all and (min-width: 1281px) {
  .fields .cols.is_pc_row {
    flex-direction: row;
    align-items: center;
    /* ブラウザ拡幅で氏名や性別を横並びにする場合
    .col{
        width: 46%;
        &+.col {
            margin:0 0 0 4%;
        }
    }
    */
  }
}

body.admin .fields .data_label {
  color: #16426E;
}

body.staff .fields > li.add_border_top {
  border-color: #D1D1D1;
}

body.examinee .fields > li.add_border_top {
  border-color: #D1D1D1;
}

@-moz-document url-prefix() {
  .masterForm input[type=text] {
    max-width: 200px;
  }
}
.masterForm input.w100 {
  width: 100%;
  max-width: 800px;
}
.masterForm input.max300 {
  max-width: 300px;
}
.masterForm input.char_2 {
  width: 48px;
  padding: 0.75em;
}
.masterForm input.char_4 {
  width: 62px;
  padding: 0.75em;
}
_::-webkit-full-page-media, _:future, :root .masterForm input.char_4 {
  padding: 0.75em 0.5em;
}

.masterForm .fields .inline + .data_value {
  display: inline;
}
.masterForm .pc_inline_block + .pc_inline_block {
  margin-top: 30px;
}
.masterForm .address .city,
.masterForm .address .build {
  margin-top: 30px;
}
@media all and (min-width: 768px) {
  .masterForm .fields {
    max-width: 980px;
  }
  .masterForm .fields > li {
    display: flex;
    align-items: center;
  }
  .masterForm .fields > li > .data_value {
    width: calc(100% - 130px);
  }
  .masterForm .fields .inline {
    line-height: 50px;
  }
  .masterForm .fields .pc_inline_block .data_label {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .masterForm .fields .pc_inline_block .data_value {
    width: 100%;
    max-width: 100%;
  }
  .masterForm .fields .city {
    width: 100%;
    margin: 40px 0 0 0 !important;
  }
  .masterForm .fields .build {
    width: 100%;
    margin: 40px 0 0 0 !important;
  }
  .masterForm .address {
    margin-top: 20px;
  }
  .masterForm .address .city,
.masterForm .address .build {
    margin-top: 20px !important;
  }
}
@media all and (min-width: 1025px) {
  .masterForm .fields li > .data_value {
    width: calc(100% - 180px);
  }
  .masterForm .fields .city {
    width: calc(100% - 145px);
    margin: 0 0 0 30px !important;
  }
  .masterForm .fields .build {
    width: 100%;
  }
  .masterForm .pc_line .inline {
    line-height: 50px;
  }
  .masterForm .pc_line .pc_inline_block {
    display: inline-block;
    vertical-align: top;
  }
  .masterForm .pc_line .pc_inline_block + .pc_inline_block {
    margin: 0 0 0 30px;
  }
}

.history {
  text-align: right;
  margin-top: 30px;
  color: #868686;
  font-size: 0.8em;
  line-height: 1.5;
}
.history .data_value, .history .data_label {
  margin-right: 1em;
  display: inline-block;
}
@media all and (min-width: 768px) {
  .history {
    margin-top: 50px;
  }
}

/*--------------------------
フォームアクションレイアウト
--------------------------*/
#page_footer {
  width: 100%;
  background-color: #fff;
  padding: 40px 4%;
  box-sizing: border-box;
}

.form_actions {
  display: flex;
  justify-content: center;
}
.form_actions .control {
  width: 48%;
  max-width: 200px;
}
.form_actions .control + .control {
  margin-left: 4%;
}

.f_action {
  display: inline-block;
  white-space: nowrap;
  height: 38px;
  line-height: 1;
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  color: #fff !important;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.f_action.is_cancel {
  background-color: #A8A8A8 !important;
}
@media all and (min-width: 768px) {
  .f_action {
    height: 50px;
    padding: 17px 10px;
    font-size: 16px;
  }
}
@media all and (min-width: 1025px) {
  .f_action {
    transition: all 0.3s;
  }
  .f_action:hover {
    opacity: 0.8;
    box-shadow: 0 0 0 0;
  }
}

body.admin .f_action {
  background: #0762AE;
}

body.staff .f_action {
  background: #2BA2A7;
}

body.examinee .f_action {
  background: #35B29A;
}

/*--------------------------
CRUD(詳細ページ)エラーメッセージ
--------------------------*/
.error_message {
  background-color: #E63146;
  padding: 30px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}
@media all and (min-width: 768px) {
  .error_message {
    padding: 40px;
  }
}
@media all and (min-width: 1025px) {
  .error_message {
    padding: 40px 70px;
  }
}
.error_message .error_header {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}
.error_message .error_header .icon {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
.error_message .error_header .icon img {
  width: 100%;
}
@media all and (min-width: 768px) {
  .error_message .error_header {
    font-size: 20px;
  }
}
.error_message .error_body {
  margin-top: 1em;
  display: inline-block;
}
.error_message .error_body ul {
  text-align: left;
}
.error_message .error_body ul li {
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
.error_message .error_body ul li::before {
  content: "・";
}
@media all and (min-width: 768px) {
  .error_message .error_body {
    margin-top: 30px;
  }
  .error_message .error_body ul li {
    font-size: 15px;
    line-height: 2em;
  }
}

@media all and (min-width: 1025px) {
  .error_message + .page_inner.noPdgT {
    padding-top: 70px !important;
  }
}

.error_message + .message_setting {
  padding-top: 40px;
}
@media all and (min-width: 1025px) {
  .error_message + .message_setting {
    padding-top: 70px;
  }
}

/*--------------------------
エラーページ
--------------------------*/
.runtime_error .btn_wrap {
  margin-top: 30px;
}
.runtime_error .go_list {
  background-color: #E63146;
  border: 1px solid #fff;
  display: inline-block;
  white-space: nowrap;
  height: 38px;
  line-height: 1;
  width: 100%;
  max-width: 200px;
  padding: 12px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
}
@media all and (min-width: 768px) {
  .runtime_error .btn_wrap {
    margin-top: 40px;
  }
  .runtime_error .go_list {
    height: 50px;
    width: 200px;
    padding: 17px 10px;
    font-size: 16px;
  }
}
/*--------------------------
フラッシュメッセージ
--------------------------*/
.flash_message {
  padding: 30px 4%;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
  background-color: #3DB1E1;
  position: relative;
  top: -2px;
}
.flash_message .message {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}
.flash_message .message span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
.flash_message .message .icon {
  width: 24px;
  height: 24px;
  margin-right: 20px;
}
.flash_message .message .icon img {
  width: 100%;
}
@media all and (min-width: 768px) {
  .flash_message {
    padding: 40px;
  }
  .flash_message .message span {
    font-size: 20px;
  }
  .flash_message .message .icon {
    width: 30px;
    height: 30px;
    margin-right: 25px;
  }
}

body.staff .flash_message {
  background-color: #00d2d5;
}

body.examinee .flash_message {
  background-color: #11cc3a;
}

/*--------------------------
モーダル
--------------------------*/
.remodal-wrapper {
  padding: 25px;
}
.remodal {
  max-width: 620px;
  padding: 60px 40px;
}
.remodal #modal_title, .remodal .modal_title {
  color: #0762AE;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 1.3em;
  text-align: center;
  letter-spacing: 0.05em;
}
.remodal input[type=text].w100 {
  width: 100%;
}
.remodal #modal_comment, .remodal .modal_comment {
  color: #0762AE;
  line-height: 1.8;
  margin-bottom: 20px;
}
.remodal .remodal-confirm,
.remodal .remodal-cancel {
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0.8em 1em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.remodal .remodal-cancel {
  background: #A8A8A8;
  margin-rith: 20px;
}
.remodal .remodal-confirm {
  background: #0762AE;
}
.remodal .remodal-close {
  left: auto;
  right: -21px;
  top: -21px;
  background: #0762AE;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  transition: all 0.3s;
}
.remodal .remodal-close:before {
  color: #fff;
  font-size: 26px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  transition: all 0.3s;
}
@media all and (min-width: 768px) {
  .remodal .remodal-cancel {
    margin-right: 20px;
  }
}
@media all and (max-width: 1024px) {
  .remodal .remodal-cancel:hover,
.remodal .remodal-cancel:focus {
    background: #A8A8A8;
  }
  .remodal .remodal-confirm:hover,
.remodal .remodal-confirm:focus,
.remodal .remodal-confirm:active {
    background: #0762AE;
  }
}
@media all and (min-width: 1025px) {
  .remodal .remodal-confirm,
.remodal .remodal-cancel {
    padding: 17px 0;
    min-width: 200px;
    transition: all 0.3s;
  }
  .remodal .remodal-confirm:hover,
.remodal .remodal-confirm:focus,
.remodal .remodal-confirm:active {
    background: #284b6a;
  }
  .remodal .remodal-cancel:hover,
.remodal .remodal-cancel:focus,
.remodal .remodal-cancel:active {
    background: #284b6a;
  }
  .remodal .remodal-close:hover::before {
    transform: rotate(90deg);
  }
}

body.examinee .remodal .remodal-close {
  background: #35B29A;
}
body.examinee .remodal #modal_title, body.examinee .remodal .modal_title {
  color: #35B29A;
}
body.examinee .remodal #modal_comment, body.examinee .remodal .modal_comment {
  color: #35B29A;
}
body.examinee .remodal .remodal-confirm {
  background: #35B29A;
}
@media all and (max-width: 1024px) {
  body.examinee .remodal .remodal-confirm:hover, body.examinee .remodal .remodal-confirm:focus {
    background: #35B29A;
  }
}
@media all and (min-width: 1025px) {
  body.examinee .remodal .remodal-confirm:hover,
body.examinee .remodal .remodal-confirm:focus,
body.examinee .remodal .remodal-confirm:active,
body.examinee .remodal .remodal-cancel:hover,
body.examinee .remodal .remodal-cancel:focus,
body.examinee .remodal .remodal-cancel:active {
    background: #1A987F;
  }
}

body.staff .remodal .remodal-close {
  background: #2BA2A7;
}
body.staff .remodal #modal_title, body.staff .remodal .modal_title {
  color: #2BA2A7;
}
body.staff .remodal #modal_comment, body.staff .remodal .modal_comment {
  color: #2BA2A7;
}
body.staff .remodal .remodal-confirm {
  background: #2BA2A7;
}
@media all and (max-width: 1024px) {
  body.staff .remodal .remodal-confirm:hover,
body.staff .remodal .remodal-confirm:active,
body.staff .remodal .remodal-confirm:focus {
    background: #2BA2A7;
  }
}
@media all and (min-width: 1025px) {
  body.staff .remodal .remodal-confirm:hover,
body.staff .remodal .remodal-confirm:focus,
body.staff .remodal .remodal-confirm:active,
body.staff .remodal .remodal-cancel:hover,
body.staff .remodal .remodal-cancel:focus,
body.staff .remodal .remodal-cancel:active {
    background: #259094;
  }
}

/*--------------------------
金額表示(税抜き、消費税、税込金額)
--------------------------*/
.price_box + .price_box {
  margin-top: 30px;
}
.price_box.is_hide + .price_box {
  margin-top: 0;
}
.price_box .price_cat {
  font-weight: bold;
}
.price_box .price_detail_box {
  margin-top: 20px;
}
.price_box .price_detail_box .price_kbn {
  font-weight: bold;
  color: #16426E;
}
.price_box .prices {
  margin: 20px 0 0 30px;
  display: flex;
  flex-wrap: wrap;
}
.price_box .prices li {
  width: 50%;
  max-width: 170px;
  margin-bottom: 20px;
}
.price_box .prices li input[type=number] {
  width: 120px;
  text-align: right;
}
.price_box .prices li .price_label {
  font-weight: bold;
  color: #16426E;
}
.price_box .prices li:last-of-type {
  width: 100%;
  max-width: 100%;
}
.price_box .prices li:last-of-type .price_label {
  margin-right: 20px;
}
.price_box .prices li:last-of-type .price_label,
.price_box .prices li:last-of-type .price_value {
  display: inline-block;
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .price_box .prices {
    margin: 20px 0 0 0;
  }
  .price_box .prices li:last-of-type {
    margin-bottom: 0;
  }
}
@media all and (min-width: 1025px) {
  .price_box .prices li:last-of-type {
    width: 100px;
  }
  .price_box .prices li:last-of-type .price_value {
    padding: 11px 0;
    text-align: right;
    width: 100%;
  }
}
@media all and (min-width: 1281px) {
  .price_box .price_detail_box {
    display: flex;
    align-items: center;
  }
  .price_box .price_kbn {
    width: 25%;
    padding-top: 20px;
  }
  .price_box .prices {
    width: 75%;
    justify-content: space-between;
    margin-top: 0;
  }
  .price_box .prices li {
    margin-bottom: 0;
    width: 40%;
    max-width: none;
  }
  .price_box .prices li:last-of-type {
    width: 20%;
    text-align: right;
  }
}

@media all and (min-width: 768px) {
  #pageItemCreate .price_box .prices,
#pageItemEdit .price_box .prices {
    margin-top: 0;
  }
}
@media all and (min-width: 1025px) {
  #pageItemCreate .price_box .prices li,
#pageItemEdit .price_box .prices li {
    margin-bottom: 0;
  }
}
#pageItemCreate input[name=stock],
#pageItemCreate input[name=order_limit],
#pageItemEdit input[name=stock],
#pageItemEdit input[name=order_limit] {
  width: 120px;
}

/*--------------------------
プロフィール画面
--------------------------*/
#pageProfile.staff input[type=submit], #pageProfile.staff input[type=button], #pageProfile.staff button {
  background: #2BA2A7;
}

#pageProfile.examinee input[type=submit], #pageProfile.examinee input[type=button], #pageProfile.examinee button {
  background: #35B29A;
}

/*--------------------------
資格マスタ
--------------------------*/
#pageCertShow .basic_table thead th,
#pageCertCreate .basic_table thead th,
#pageCertEdit .basic_table thead th {
  font-weight: bold;
  color: #002958;
}
#pageCertShow .basic_table tbody .bt-content span,
#pageCertCreate .basic_table tbody .bt-content span,
#pageCertEdit .basic_table tbody .bt-content span {
  display: inline-block;
}
#pageCertShow .basic_table tbody .bt-content span.tag,
#pageCertCreate .basic_table tbody .bt-content span.tag,
#pageCertEdit .basic_table tbody .bt-content span.tag {
  width: 40px;
}
#pageCertShow .basic_table tbody .bt-content span.price,
#pageCertCreate .basic_table tbody .bt-content span.price,
#pageCertEdit .basic_table tbody .bt-content span.price {
  width: 120px;
  text-align: right;
}
#pageCertShow .basic_table tbody td,
#pageCertCreate .basic_table tbody td,
#pageCertEdit .basic_table tbody td {
  line-height: 1.8;
}
@media all and (max-width: 767px) {
  #pageCertShow .basic_table.bt,
#pageCertCreate .basic_table.bt,
#pageCertEdit .basic_table.bt {
    margin-left: 30px;
  }
}
@media all and (max-width: 1024px) {
  #pageCertShow .basic_table tbody td,
#pageCertCreate .basic_table tbody td,
#pageCertEdit .basic_table tbody td {
    margin-top: 1em;
  }
  #pageCertShow .basic_table tbody td::before,
#pageCertCreate .basic_table tbody td::before,
#pageCertEdit .basic_table tbody td::before {
    color: #002958;
  }
  #pageCertShow .basic_table tbody tr:nth-of-type(1) td:nth-of-type(1),
#pageCertCreate .basic_table tbody tr:nth-of-type(1) td:nth-of-type(1),
#pageCertEdit .basic_table tbody tr:nth-of-type(1) td:nth-of-type(1) {
    margin-top: 0;
  }
  #pageCertShow .basic_table tbody tr td:nth-of-type(1),
#pageCertCreate .basic_table tbody tr td:nth-of-type(1),
#pageCertEdit .basic_table tbody tr td:nth-of-type(1) {
    font-weight: bold;
  }
}
@media all and (min-width: 768px) {
  #pageCertShow .basic_table,
#pageCertCreate .basic_table,
#pageCertEdit .basic_table {
    width: 100%;
  }
  #pageCertShow .basic_table tbody td::before,
#pageCertCreate .basic_table tbody td::before,
#pageCertEdit .basic_table tbody td::before {
    width: 140px;
  }
}
@media all and (min-width: 1025px) {
  #pageCertShow .basic_table,
#pageCertCreate .basic_table,
#pageCertEdit .basic_table {
    width: 100%;
    max-width: 520px;
  }
  #pageCertShow .basic_table thead th:nth-of-type(1),
#pageCertCreate .basic_table thead th:nth-of-type(1),
#pageCertEdit .basic_table thead th:nth-of-type(1) {
    width: 120px;
  }
  #pageCertShow .basic_table thead th:nth-of-type(2),
#pageCertCreate .basic_table thead th:nth-of-type(2),
#pageCertEdit .basic_table thead th:nth-of-type(2) {
    width: calc(50% - 60px);
  }
  #pageCertShow .basic_table thead th:nth-of-type(3),
#pageCertCreate .basic_table thead th:nth-of-type(3),
#pageCertEdit .basic_table thead th:nth-of-type(3) {
    width: calc(50% - 60px);
  }
  #pageCertShow .basic_table tbody tr td,
#pageCertCreate .basic_table tbody tr td,
#pageCertEdit .basic_table tbody tr td {
    padding-top: 20px;
  }
  #pageCertShow .basic_table tbody .bt-content span.tag,
#pageCertCreate .basic_table tbody .bt-content span.tag,
#pageCertEdit .basic_table tbody .bt-content span.tag {
    width: 60px;
  }
  #pageCertShow .basic_table tbody .bt-content span.price,
#pageCertCreate .basic_table tbody .bt-content span.price,
#pageCertEdit .basic_table tbody .bt-content span.price {
    width: 90px;
  }
}
@media all and (min-width: 768px) {
  #pageCertShow .prices .data_value,
#pageCertCreate .prices .data_value,
#pageCertEdit .prices .data_value {
    width: 100%;
  }
}
#pageCertShow .incentive .conditions,
#pageCertCreate .incentive .conditions,
#pageCertEdit .incentive .conditions {
  margin-top: 30px;
}
#pageCertShow .incentive .conditions.is_hide + .conditions,
#pageCertCreate .incentive .conditions.is_hide + .conditions,
#pageCertEdit .incentive .conditions.is_hide + .conditions {
  margin-top: 0;
}
#pageCertShow .incentive .conditions .condition,
#pageCertCreate .incentive .conditions .condition,
#pageCertEdit .incentive .conditions .condition {
  display: flex;
  align-items: center;
}
#pageCertShow .incentive .conditions .condition + .condition,
#pageCertCreate .incentive .conditions .condition + .condition,
#pageCertEdit .incentive .conditions .condition + .condition {
  margin-top: 1em;
}
#pageCertShow .incentive .conditions .condition .dt,
#pageCertCreate .incentive .conditions .condition .dt,
#pageCertEdit .incentive .conditions .condition .dt {
  width: 110px;
  padding-right: 20px;
  box-sizing: border-box;
}
#pageCertShow .incentive .conditions .condition .dd,
#pageCertCreate .incentive .conditions .condition .dd,
#pageCertEdit .incentive .conditions .condition .dd {
  width: calc(100% - 110px);
}
@-moz-document url-prefix() {
  #pageCertShow .incentive input[type=number],
#pageCertCreate .incentive input[type=number],
#pageCertEdit .incentive input[type=number] {
    width: 80px;
  }
}
@media all and (max-width: 767px) {
  #pageCertShow .incentive .conditions .condition,
#pageCertCreate .incentive .conditions .condition,
#pageCertEdit .incentive .conditions .condition {
    margin-left: 30px;
  }
}
@media all and (min-width: 768px) {
  #pageCertShow .incentive .conditions,
#pageCertCreate .incentive .conditions,
#pageCertEdit .incentive .conditions {
    margin-top: 0px;
  }
  #pageCertShow .incentive .conditions + .conditions,
#pageCertCreate .incentive .conditions + .conditions,
#pageCertEdit .incentive .conditions + .conditions {
    margin-top: 30px;
  }
}
@media all and (max-width: 1024px) {
  #pageCertShow .incentive .conditions .condition:first-of-type .dt,
#pageCertCreate .incentive .conditions .condition:first-of-type .dt,
#pageCertEdit .incentive .conditions .condition:first-of-type .dt {
    display: none;
  }
}
@media all and (min-width: 1025px) {
  #pageCertShow .incentive .conditions,
#pageCertCreate .incentive .conditions,
#pageCertEdit .incentive .conditions {
    display: flex;
    flex-wrap: wrap;
  }
  #pageCertShow .incentive .conditions .condition,
#pageCertCreate .incentive .conditions .condition,
#pageCertEdit .incentive .conditions .condition {
    display: block;
  }
  #pageCertShow .incentive .conditions .condition .dt, #pageCertShow .incentive .conditions .condition .dd,
#pageCertCreate .incentive .conditions .condition .dt,
#pageCertCreate .incentive .conditions .condition .dd,
#pageCertEdit .incentive .conditions .condition .dt,
#pageCertEdit .incentive .conditions .condition .dd {
    width: 100%;
  }
  #pageCertShow .incentive .conditions .condition .dt,
#pageCertCreate .incentive .conditions .condition .dt,
#pageCertEdit .incentive .conditions .condition .dt {
    margin-bottom: 10px;
  }
  #pageCertShow .incentive .conditions .condition:nth-of-type(1),
#pageCertCreate .incentive .conditions .condition:nth-of-type(1),
#pageCertEdit .incentive .conditions .condition:nth-of-type(1) {
    width: 100%;
  }
  #pageCertShow .incentive .conditions .condition:nth-of-type(1) .dt,
#pageCertCreate .incentive .conditions .condition:nth-of-type(1) .dt,
#pageCertEdit .incentive .conditions .condition:nth-of-type(1) .dt {
    display: none;
  }
  #pageCertShow .incentive .conditions .condition:nth-of-type(1) .dd,
#pageCertCreate .incentive .conditions .condition:nth-of-type(1) .dd,
#pageCertEdit .incentive .conditions .condition:nth-of-type(1) .dd {
    width: 100%;
  }
  #pageCertShow .incentive .conditions .condition:nth-of-type(2),
#pageCertCreate .incentive .conditions .condition:nth-of-type(2),
#pageCertEdit .incentive .conditions .condition:nth-of-type(2) {
    width: 40%;
  }
  #pageCertShow .incentive .conditions .condition:nth-of-type(3), #pageCertShow .incentive .conditions .condition:nth-of-type(4),
#pageCertCreate .incentive .conditions .condition:nth-of-type(3),
#pageCertCreate .incentive .conditions .condition:nth-of-type(4),
#pageCertEdit .incentive .conditions .condition:nth-of-type(3),
#pageCertEdit .incentive .conditions .condition:nth-of-type(4) {
    width: 30%;
  }
}
@media all and (min-width: 1281px) {
  #pageCertShow .incentive .conditions,
#pageCertCreate .incentive .conditions,
#pageCertEdit .incentive .conditions {
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  #pageCertShow .incentive .conditions .condition + .condition,
#pageCertCreate .incentive .conditions .condition + .condition,
#pageCertEdit .incentive .conditions .condition + .condition {
    margin-top: 0;
  }
  #pageCertShow .incentive .conditions .condition:nth-of-type(1),
#pageCertCreate .incentive .conditions .condition:nth-of-type(1),
#pageCertEdit .incentive .conditions .condition:nth-of-type(1) {
    width: 25%;
    max-width: none;
  }
  #pageCertShow .incentive .conditions .condition:nth-of-type(2),
#pageCertCreate .incentive .conditions .condition:nth-of-type(2),
#pageCertEdit .incentive .conditions .condition:nth-of-type(2) {
    width: 35%;
  }
  #pageCertShow .incentive .conditions .condition:nth-of-type(2) .dd,
#pageCertCreate .incentive .conditions .condition:nth-of-type(2) .dd,
#pageCertEdit .incentive .conditions .condition:nth-of-type(2) .dd {
    height: 50px;
  }
  #pageCertShow .incentive .conditions .condition:nth-of-type(3), #pageCertShow .incentive .conditions .condition:nth-of-type(4),
#pageCertCreate .incentive .conditions .condition:nth-of-type(3),
#pageCertCreate .incentive .conditions .condition:nth-of-type(4),
#pageCertEdit .incentive .conditions .condition:nth-of-type(3),
#pageCertEdit .incentive .conditions .condition:nth-of-type(4) {
    width: 160px;
    width: 20%;
  }
}
#pageCertShow .exam_times .conditions,
#pageCertCreate .exam_times .conditions,
#pageCertEdit .exam_times .conditions {
  margin-top: 30px;
}
#pageCertShow .exam_times .conditions.is_hide + .conditions,
#pageCertCreate .exam_times .conditions.is_hide + .conditions,
#pageCertEdit .exam_times .conditions.is_hide + .conditions {
  margin-top: 0;
}
#pageCertShow .exam_times .conditions .condition,
#pageCertCreate .exam_times .conditions .condition,
#pageCertEdit .exam_times .conditions .condition {
  display: flex;
  align-items: center;
}
#pageCertShow .exam_times .conditions .condition + .condition,
#pageCertCreate .exam_times .conditions .condition + .condition,
#pageCertEdit .exam_times .conditions .condition + .condition {
  margin-top: 1em;
}
#pageCertShow .exam_times .conditions .condition .dt,
#pageCertCreate .exam_times .conditions .condition .dt,
#pageCertEdit .exam_times .conditions .condition .dt {
  width: 110px;
  padding-right: 20px;
  box-sizing: border-box;
}
#pageCertShow .exam_times .conditions .condition .dd,
#pageCertCreate .exam_times .conditions .condition .dd,
#pageCertEdit .exam_times .conditions .condition .dd {
  width: calc(100% - 110px);
}
#pageCertShow .exam_times .radio_buttons label,
#pageCertCreate .exam_times .radio_buttons label,
#pageCertEdit .exam_times .radio_buttons label {
  white-space: nowrap;
}
@media all and (max-width: 767px) {
  #pageCertShow .exam_times .conditions .condition,
#pageCertCreate .exam_times .conditions .condition,
#pageCertEdit .exam_times .conditions .condition {
    margin-left: 30px;
  }
}
@media all and (min-width: 768px) {
  #pageCertShow .exam_times .conditions,
#pageCertCreate .exam_times .conditions,
#pageCertEdit .exam_times .conditions {
    margin-top: 0px;
  }
  #pageCertShow .exam_times .conditions + .conditions,
#pageCertCreate .exam_times .conditions + .conditions,
#pageCertEdit .exam_times .conditions + .conditions {
    margin-top: 30px;
  }
}
@media all and (max-width: 1024px) {
  #pageCertShow .exam_times .conditions,
#pageCertCreate .exam_times .conditions,
#pageCertEdit .exam_times .conditions {
    display: flex;
    flex-direction: column;
  }
  #pageCertShow .exam_times .conditions .condition:first-of-type .dt,
#pageCertCreate .exam_times .conditions .condition:first-of-type .dt,
#pageCertEdit .exam_times .conditions .condition:first-of-type .dt {
    display: none;
  }
  #pageCertShow .exam_times .conditions .condition:nth-child(4),
#pageCertCreate .exam_times .conditions .condition:nth-child(4),
#pageCertEdit .exam_times .conditions .condition:nth-child(4) {
    order: 1;
    width: 100%;
  }
  #pageCertShow .exam_times .conditions .condition:nth-child(2), #pageCertShow .exam_times .conditions .condition:nth-child(3),
#pageCertCreate .exam_times .conditions .condition:nth-child(2),
#pageCertCreate .exam_times .conditions .condition:nth-child(3),
#pageCertEdit .exam_times .conditions .condition:nth-child(2),
#pageCertEdit .exam_times .conditions .condition:nth-child(3) {
    order: 2;
  }
}
@media all and (min-width: 1025px) {
  #pageCertShow .exam_times .conditions,
#pageCertCreate .exam_times .conditions,
#pageCertEdit .exam_times .conditions {
    display: flex;
    flex-wrap: wrap;
  }
  #pageCertShow .exam_times .conditions .condition,
#pageCertCreate .exam_times .conditions .condition,
#pageCertEdit .exam_times .conditions .condition {
    display: block;
  }
  #pageCertShow .exam_times .conditions .condition .dt, #pageCertShow .exam_times .conditions .condition .dd,
#pageCertCreate .exam_times .conditions .condition .dt,
#pageCertCreate .exam_times .conditions .condition .dd,
#pageCertEdit .exam_times .conditions .condition .dt,
#pageCertEdit .exam_times .conditions .condition .dd {
    width: 100%;
  }
  #pageCertShow .exam_times .conditions .condition .dt,
#pageCertCreate .exam_times .conditions .condition .dt,
#pageCertEdit .exam_times .conditions .condition .dt {
    margin-bottom: 10px;
  }
  #pageCertShow .exam_times .conditions .condition:nth-of-type(1),
#pageCertCreate .exam_times .conditions .condition:nth-of-type(1),
#pageCertEdit .exam_times .conditions .condition:nth-of-type(1) {
    width: 100%;
  }
  #pageCertShow .exam_times .conditions .condition:nth-of-type(1) .dt,
#pageCertCreate .exam_times .conditions .condition:nth-of-type(1) .dt,
#pageCertEdit .exam_times .conditions .condition:nth-of-type(1) .dt {
    display: none;
  }
  #pageCertShow .exam_times .conditions .condition:nth-of-type(1) .dd,
#pageCertCreate .exam_times .conditions .condition:nth-of-type(1) .dd,
#pageCertEdit .exam_times .conditions .condition:nth-of-type(1) .dd {
    width: 100%;
  }
  #pageCertShow .exam_times .conditions .condition:nth-of-type(2), #pageCertShow .exam_times .conditions .condition:nth-of-type(3),
#pageCertCreate .exam_times .conditions .condition:nth-of-type(2),
#pageCertCreate .exam_times .conditions .condition:nth-of-type(3),
#pageCertEdit .exam_times .conditions .condition:nth-of-type(2),
#pageCertEdit .exam_times .conditions .condition:nth-of-type(3) {
    width: 170px;
  }
  #pageCertShow .exam_times .conditions .condition:nth-child(4),
#pageCertCreate .exam_times .conditions .condition:nth-child(4),
#pageCertEdit .exam_times .conditions .condition:nth-child(4) {
    order: 1;
    width: 100%;
  }
  #pageCertShow .exam_times .conditions .condition:nth-child(2), #pageCertShow .exam_times .conditions .condition:nth-child(3),
#pageCertCreate .exam_times .conditions .condition:nth-child(2),
#pageCertCreate .exam_times .conditions .condition:nth-child(3),
#pageCertEdit .exam_times .conditions .condition:nth-child(2),
#pageCertEdit .exam_times .conditions .condition:nth-child(3) {
    order: 2;
  }
}
#pageCertShow .scores,
#pageCertCreate .scores,
#pageCertEdit .scores {
  display: flex;
}
#pageCertShow .scores .score,
#pageCertCreate .scores .score,
#pageCertEdit .scores .score {
  width: 50%;
  max-width: 170px;
}
@-moz-document url-prefix() {
  #pageCertShow .scores input[type=number],
#pageCertCreate .scores input[type=number],
#pageCertEdit .scores input[type=number] {
    width: 80px;
  }
}
@media all and (max-width: 767px) {
  #pageCertShow .scores,
#pageCertCreate .scores,
#pageCertEdit .scores {
    margin-left: 30px;
  }
}
@media all and (min-width: 1281px) {
  #pageCertShow .scores .score,
#pageCertCreate .scores .score,
#pageCertEdit .scores .score {
    width: 25%;
    max-width: none;
  }
}

#pageCertShow .scores {
  display: block;
}
#pageCertShow .scores span {
  display: inline-block;
  min-width: 70px;
}

/*--------------------------
開催情報
--------------------------*/
#pageEventShow .places p + p {
  margin-top: 1em;
}
#pageEventShow .places .place_num {
  display: inline-block;
  background: #16426E;
  color: #fff;
  font-weight: bold;
  padding: 0.2em 1em;
}

@-moz-document url-prefix() {
  #pageEventCreate .fields input[type=number],
#pageEventEdit .fields input[type=number] {
    width: 80px;
  }
}

/*--------------------------
会場マスタ
--------------------------*/
#pagePlaceCreate .capacities .box_capa,
#pagePlaceEdit .capacities .box_capa,
#pagePlaceShow .capacities .box_capa {
  display: flex;
  align-items: center;
}
#pagePlaceCreate .capacities .box_capa.label span,
#pagePlaceEdit .capacities .box_capa.label span,
#pagePlaceShow .capacities .box_capa.label span {
  font-weight: bold;
  color: #16426E;
}
#pagePlaceCreate .capacities .box_capa.label span:nth-of-type(n+2),
#pagePlaceEdit .capacities .box_capa.label span:nth-of-type(n+2),
#pagePlaceShow .capacities .box_capa.label span:nth-of-type(n+2) {
  text-align: center;
}
#pagePlaceCreate .capacities .box_capa.data,
#pagePlaceEdit .capacities .box_capa.data,
#pagePlaceShow .capacities .box_capa.data {
  margin-top: 1em;
}
#pagePlaceCreate .capacities .box_capa span,
#pagePlaceEdit .capacities .box_capa span,
#pagePlaceShow .capacities .box_capa span {
  display: inline-block;
  width: 100px;
}
#pagePlaceCreate .capacities .box_capa span:first-child,
#pagePlaceEdit .capacities .box_capa span:first-child,
#pagePlaceShow .capacities .box_capa span:first-child {
  font-weight: bold;
}
_::-webkit-full-page-media, _:future, :root #pagePlaceCreate .capacities .box_capa span:nth-of-type(n+2),
:root #pagePlaceEdit .capacities .box_capa span:nth-of-type(n+2),
:root #pagePlaceShow .capacities .box_capa span:nth-of-type(n+2) {
  width: 120px;
}

@-moz-document url-prefix() {
  #pagePlaceCreate .fields input[type=number],
#pagePlaceEdit .fields input[type=number],
#pagePlaceShow .fields input[type=number] {
    width: 70px;
  }
}

#pagePlaceShow .capacities .box_capa.label span:nth-of-type(n+2), #pagePlaceShow .capacities .box_capa.data span:nth-of-type(n+2) {
  text-align: right;
}

/*--------------------------
商品マスタ
--------------------------*/
@media all and (min-width: 1025px) {
  #pageItemShow .prices .data_value {
    width: calc(100% - 180px);
  }
}
#pageItemShow .basic_table thead th {
  font-weight: bold;
  color: #002958;
}
#pageItemShow .basic_table tbody .bt-content span {
  display: inline-block;
}
#pageItemShow .basic_table tbody .bt-content span.tag {
  width: 40px;
}
#pageItemShow .basic_table tbody .bt-content span.price {
  width: 120px;
  text-align: right;
}
#pageItemShow .basic_table tbody td {
  line-height: 1.8;
}
@media all and (max-width: 767px) {
  #pageItemShow .basic_table.bt {
    margin-left: 30px;
  }
}
@media all and (max-width: 1024px) {
  #pageItemShow .basic_table tbody td {
    margin-top: 1em;
  }
  #pageItemShow .basic_table tbody td::before {
    color: #002958;
  }
  #pageItemShow .basic_table tbody tr:nth-of-type(1) td:nth-of-type(1) {
    margin-top: 0;
  }
  #pageItemShow .basic_table tbody tr td:nth-of-type(1) {
    font-weight: bold;
  }
}
@media all and (min-width: 768px) {
  #pageItemShow .basic_table {
    width: 100%;
  }
  #pageItemShow .basic_table tbody td::before {
    width: 140px;
  }
}
@media all and (min-width: 1025px) {
  #pageItemShow .basic_table {
    width: 100%;
    max-width: 570px;
  }
  #pageItemShow .basic_table thead th {
    width: 33.3%;
  }
  #pageItemShow .basic_table tbody tr td {
    padding-top: 20px;
  }
  #pageItemShow .basic_table tbody .bt-content span.tag {
    width: 60px;
  }
  #pageItemShow .basic_table tbody .bt-content span.price {
    width: 90px;
  }
}
#pageItemShow .thumb_wrap {
  max-width: 150px;
}

/*--------------------------
アカウント
--------------------------*/
#pageUserEdit .radio_buttons {
  max-width: 500px;
}

/*--------------------------
アカウント作成
--------------------------*/
#pageRegisterPre1 label,
#pageRegisterPre2 label,
#pageRegister label,
#pageLogin label {
  font-weight: bold;
}
#pageRegisterPre1 .data_label,
#pageRegisterPre2 .data_label,
#pageRegister .data_label,
#pageLogin .data_label {
  margin-bottom: 0.25em;
}
#pageRegisterPre1 .card_btn,
#pageRegisterPre2 .card_btn,
#pageRegister .card_btn,
#pageLogin .card_btn {
  min-width: 100px;
  justify-content: center;
}
#pageRegisterPre1 .card_btn.is_cancel,
#pageRegisterPre2 .card_btn.is_cancel,
#pageRegister .card_btn.is_cancel,
#pageLogin .card_btn.is_cancel {
  background: #A8A8A8;
}
#pageRegisterPre1 .fieldset_wrap,
#pageRegisterPre2 .fieldset_wrap,
#pageRegister .fieldset_wrap,
#pageLogin .fieldset_wrap {
  margin-bottom: 40px;
  text-align: center;
}
#pageRegisterPre1 .fieldset_wrap fieldset + fieldset,
#pageRegisterPre2 .fieldset_wrap fieldset + fieldset,
#pageRegister .fieldset_wrap fieldset + fieldset,
#pageLogin .fieldset_wrap fieldset + fieldset {
  margin-top: 20px;
}
#pageRegisterPre1 .fieldset_wrap .radio_buttons,
#pageRegisterPre2 .fieldset_wrap .radio_buttons,
#pageRegister .fieldset_wrap .radio_buttons,
#pageLogin .fieldset_wrap .radio_buttons {
  justify-content: center;
}
#pageRegisterPre1 .reg_err_message,
#pageRegisterPre2 .reg_err_message,
#pageRegister .reg_err_message,
#pageLogin .reg_err_message {
  margin-bottom: 20px;
}

#pageRegisterPre1 .login_logo,
#pageRegisterPre2 .login_logo {
  width: 206px;
}

#pageRegister .form_value {
  margin-top: 0.25em;
  font-size: 14px;
  color: #002958;
}
#pageRegister .form_value + .label {
  margin-top: 1em;
}
#pageRegister label {
  margin-bottom: 0.25em;
}
#pageRegister .reg_reset_wrap {
  padding: 25px 0;
}

#pageRegisterPre1 #agree_btn {
  text-align: center;
}
#pageRegisterPre1 #agree_btn label {
  display: inline-block;
  font-size: 13px;
  line-height: 30px;
  margin: 0;
}
#pageRegisterPre1 #agree_btn a {
  text-decoration: underline;
}
#pageRegisterPre1 #agree_btn input[type=checkbox] {
  display: inline-block;
  border: solid 1px #999999;
  width: 30px;
  height: 30px;
  margin: 0 20px 0 0;
  vertical-align: middle;
  color: #ffffff;
}
#pageRegisterPre1 #agree_btn input[type=checkbox]:checked {
  outline: none;
  box-shadow: none;
  color: #35B29A;
}
#pageRegisterPre1 #agree_btn input[type=checkbox]:focus {
  outline: none;
  box-shadow: none;
}
@media all and (min-width: 768px) {
  #pageRegisterPre1 #agree_btn label {
    cursor: pointer;
    font-size: 14px;
    line-height: 40px;
  }
  #pageRegisterPre1 #agree_btn input[type=checkbox] {
    cursor: pointer;
    width: 40px;
    height: 40px;
  }
}

/*--------------------------
法人情報
--------------------------*/
#pageCorpShow #pw.is_default .visible,
#pageCorpEdit #pw.is_default .visible {
  display: none;
}
#pageCorpShow #pw.is_visible .default,
#pageCorpEdit #pw.is_visible .default {
  display: none;
}
@-moz-document url-prefix() {
  #pageCorpShow input[name=emp_num],
#pageCorpEdit input[name=emp_num] {
    width: 100px;
  }
  #pageCorpShow input[name=zipcode],
#pageCorpShow input[name=delivary_zipcode],
#pageCorpEdit input[name=zipcode],
#pageCorpEdit input[name=delivary_zipcode] {
    width: 120px;
  }
}

#pageCorpIndex #grid .image {
  width: 20px;
  margin: 0 auto;
}

#pageCorpShow .template {
  max-width: 1000px;
  margin-bottom: 40px;
  display: none;
}
#pageCorpShow .template.is_visible {
  display: block;
}
#pageCorpShow .template .template_title {
  display: flex;
  justify-content: space-between;
}
#pageCorpShow .template .template_title span {
  color: #16426E;
  font-weight: bold;
  display: inline-block;
}
#pageCorpShow .template .template_title #btn_copy {
  background: #16426E;
  color: #fff;
  display: inline-block;
  padding: 0.5em;
}
#pageCorpShow .template .template_body {
  position: relative;
  padding: 4%;
  background: #f0f0f0;
  line-height: 1.8;
}
#pageCorpShow .template .template_body .copy_alert {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
}

/*--------------------------
マイページ
--------------------------*/
#pageMyPage #information,
#pageMyPage #recent {
  margin-top: 30px;
}
#pageMyPage #information .info_title,
#pageMyPage #recent .info_title {
  font-weight: bold;
  font-size: 18px;
}
#pageMyPage #information .info_wrap,
#pageMyPage #recent .info_wrap {
  line-height: 1.85;
}
#pageMyPage #information .infos li,
#pageMyPage #recent .infos li {
  border-bottom: 1px solid #D1D1D1;
  padding: 1em 0;
}
#pageMyPage #information .infos li .date,
#pageMyPage #recent .infos li .date {
  color: #2BA2A7;
  font-size: 12px;
}
#pageMyPage #information .infos a,
#pageMyPage #recent .infos a {
  color: #2BA2A7;
  font-weight: bold;
  text-decoration: underline;
}
#pageMyPage #information .infos a.add_left_mgn,
#pageMyPage #recent .infos a.add_left_mgn {
  margin-left: 20px;
}
#pageMyPage #information .no_info,
#pageMyPage #recent .no_info {
  background: #fff;
  padding: 30px 20px;
  border-radius: 5px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
}
#pageMyPage #information .no_info .icon,
#pageMyPage #recent .no_info .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
}
#pageMyPage #information .no_info .no_info_discripton,
#pageMyPage #recent .no_info .no_info_discripton {
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
}
@media all and (max-width: 767px) {
  #pageMyPage #information .info_title,
#pageMyPage #recent .info_title {
    padding-bottom: 1em;
    border-bottom: 1px solid #314D72;
  }
}
@media all and (min-width: 768px) {
  #pageMyPage #information,
#pageMyPage #recent {
    margin-top: 0;
  }
  #pageMyPage #information .info_title,
#pageMyPage #recent .info_title {
    font-size: 24px;
  }
  #pageMyPage #information .info_wrap,
#pageMyPage #recent .info_wrap {
    margin-top: 30px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
    padding: 40px;
    box-sizing: border-box;
  }
  #pageMyPage #information .infos li,
#pageMyPage #recent .infos li {
    border-bottom: none;
    padding: 0;
    margin-bottom: 20px;
  }
  #pageMyPage #information .infos li:last-of-type,
#pageMyPage #recent .infos li:last-of-type {
    margin-bottom: 0;
  }
  #pageMyPage #information .infos li .date,
#pageMyPage #recent .infos li .date {
    font-size: 16px;
  }
}
@media all and (min-width: 1025px) {
  #pageMyPage #information .infos li,
#pageMyPage #recent .infos li {
    display: flex;
    justify-content: space-between;
  }
  #pageMyPage #information .infos li .date,
#pageMyPage #recent .infos li .date {
    width: 120px;
  }
  #pageMyPage #information .infos li .title,
#pageMyPage #recent .infos li .title {
    width: calc(100% - 120px);
  }
  #pageMyPage #information .infos li a,
#pageMyPage #recent .infos li a {
    color: #2BA2A7;
    font-weight: bold;
    text-decoration: underline;
  }
  #pageMyPage #information .infos li a.add_left_mgn,
#pageMyPage #recent .infos li a.add_left_mgn {
    margin-left: 20px;
  }
}
#pageMyPage #recent {
  margin-top: 50px;
}
@media all and (min-width: 768px) {
  #pageMyPage #recent {
    margin-top: 60px;
  }
  #pageMyPage #recent .info_wrap {
    padding: 20px 40px;
  }
}
@media all and (min-width: 1281px) {
  #pageMyPage #recent .basic_table tbody tr {
    border-bottom: none;
  }
}
#pageMyPage #profile {
  margin-top: 60px;
}
#pageMyPage #profile .accordion {
  border-radius: 5px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
#pageMyPage #profile .accordion .ac_title {
  position: relative;
  background: #2BA2A7;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 22px;
  box-sizing: border-box;
}
#pageMyPage #profile .accordion .ac_title::after {
  content: "";
  position: absolute;
  border-width: 8px 9px 0 9px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  right: 22px;
  top: calc(50% - 4px);
}
#pageMyPage #profile .accordion .ac_content {
  background: #fff;
  padding: 30px 20px;
  box-sizing: border-box;
}
#pageMyPage #profile .prof_title {
  font-size: 15px;
  font-weight: bold;
  color: #2BA2A7;
  margin: 40px 0 30px;
}
#pageMyPage #profile .no_data {
  text-align: center;
}
@media all and (min-width: 768px) {
  #pageMyPage #profile {
    margin-top: 70px;
  }
  #pageMyPage #profile .accordion::after {
    right: 30px;
  }
  #pageMyPage #profile .accordion .ac_title {
    padding: 20px 30px;
    font-size: 20px;
  }
  #pageMyPage #profile .accordion .ac_content {
    padding: 50px 40px;
  }
  #pageMyPage #profile .prof_title {
    margin: 60px 0 40px;
    font-size: 18px;
  }
}
@media all and (min-width: 1025px) {
  #pageMyPage #profile .accordion .ac_content {
    padding: 60px 55px;
  }
  #pageMyPage #profile .prof_title {
    font-size: 20px;
    margin: 80px 0 50px;
  }
}

#pageMyPage.examinee #information .infos li .date {
  color: #1A9880;
}
#pageMyPage.examinee #information .infos li a {
  color: #2BA2A7;
}
#pageMyPage.examinee #profile .accordion .ac_title {
  background: #35B29A;
}
#pageMyPage.examinee #profile .prof_title {
  color: #2BA2A7;
}

/*--------------------------
申請フロー
--------------------------*/
#sinsei_flow {
  margin-bottom: 30px;
}
#sinsei_flow li {
  position: relative;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#sinsei_flow li span {
  display: block;
}
#sinsei_flow li .title {
  padding: 0.8em;
}
#sinsei_flow li .step {
  padding: 0.5em 0.8em;
  background: #aaaaaa;
  color: #fff;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  font-weight: 600;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#sinsei_flow li:not(:last-child)::after {
  content: "";
  position: absolute;
}
#sinsei_flow li.is_active:nth-of-type(1) .step {
  background: rgba(42, 143, 124, 0.6);
}
#sinsei_flow li.is_active:nth-of-type(2) .step {
  background: rgba(42, 143, 124, 0.7);
}
#sinsei_flow li.is_active:nth-of-type(3) .step {
  background: rgba(42, 143, 124, 0.8);
}
#sinsei_flow li.is_active:nth-of-type(4) .step {
  background: rgba(42, 143, 124, 0.9);
}
#sinsei_flow li.is_active:nth-of-type(5) .step {
  background: #2a8f7c;
}
@media all and (max-width: 767px) {
  #sinsei_flow li {
    margin-bottom: 30px;
  }
  #sinsei_flow li:not(:last-child)::after {
    bottom: -20px;
    left: calc(50% - 10px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #cccccc transparent transparent transparent;
  }
  #sinsei_flow li.is_active::after {
    border-top-color: #35B29A;
  }
}
@media all and (min-width: 768px) {
  #sinsei_flow {
    margin-bottom: 40px;
  }
  #sinsei_flow ul {
    display: flex;
    justify-content: space-between;
  }
  #sinsei_flow ul li {
    width: 16%;
    font-size: 0.9em;
  }
  #sinsei_flow ul li .title {
    padding: 0.8em 0.5em;
  }
  #sinsei_flow ul li .step {
    padding: 0.5em;
  }
  #sinsei_flow ul li:not(:last-child) {
    margin-right: 4%;
  }
  #sinsei_flow ul li:not(:last-child)::after {
    width: 0;
    top: calc(50% - 8px);
    left: 112%;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #cccccc;
  }
  #sinsei_flow ul li.is_active::after {
    border-left-color: #35B29A;
  }
}
@media all and (min-width: 1025px) {
  #sinsei_flow {
    margin-bottom: 60px;
  }
  #sinsei_flow ul li .title {
    padding: 1em 0.8em;
  }
  #sinsei_flow ul li .step {
    padding: 0.8em;
  }
  #sinsei_flow ul li:not(:last-child)::after {
    left: 113%;
  }
}

/*--------------------------
受験申込み
--------------------------*/
#pageEntryIndex #agree .scroll_wrap {
  margin: 40px 0;
  padding: 30px 0px;
  border: 1px solid #dddddd;
  background: #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
}
#pageEntryIndex #agree .scroll_wrap .scroll {
  height: calc(100vh - 300px);
  overflow-y: scroll;
  padding: 0 4%;
  line-height: 2;
}
#pageEntryIndex #agree .agree_title {
  margin: 40px 0 1rem;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.5;
}
#pageEntryIndex #agree .text {
  font-size: 0.9em;
  padding-left: 2rem;
  text-indent: -2rem;
}
#pageEntryIndex #agree .indent {
  text-indent: 0;
  padding-left: 2em;
}
@media all and (min-width: 768px) {
  #pageEntryIndex #agree .scroll_wrap {
    margin: 60px 0;
    padding: 40px 0px;
  }
  #pageEntryIndex #agree .scroll_wrap .scroll {
    height: calc(100vh - 400px);
    max-height: 500px;
  }
  #pageEntryIndex #agree .scroll_wrap {
    margin: 60px 0;
    padding: 40px 0px;
  }
}

/*--------------------------
受験申込み(個人情報入力)
--------------------------*/
#pageEntryCreate #birthday .nice-select-wrap,
#pageEntryEdit #birthday .nice-select-wrap {
  min-width: auto;
}
#pageEntryCreate #birthday .nice-select-wrap .nice-select,
#pageEntryEdit #birthday .nice-select-wrap .nice-select {
  min-width: auto;
}
#pageEntryCreate #birthday label,
#pageEntryEdit #birthday label {
  margin: 0 5px;
}
@media all and (min-width: 1025px) {
  #pageEntryCreate #birthday .nice-select-wrap .nice-select,
#pageEntryEdit #birthday .nice-select-wrap .nice-select {
    padding-left: 10px;
  }
}
@media all and (min-width: 768px) {
  #pageEntryCreate .file.has-name .file-name,
#pageEntryEdit .file.has-name .file-name {
    max-width: 100%;
  }
}
@media screen and (min-width: 767px) and (max-width: 800px) {
  #pageEntryCreate .file-cta, #pageEntryCreate .file-name,
#pageEntryEdit .file-cta,
#pageEntryEdit .file-name {
    font-size: 0.85em;
  }
}

#upload_info {
  border: 1px solid #35B29A;
  background: #fff;
  font-size: 12px;
  width: 100%;
}
#upload_info .accordion.is_open .ac_title::before {
  transform: rotate(-135deg);
  top: 20px;
}
#upload_info .ac_title {
  font-size: 15px;
  position: relative;
  padding: 15px 20px 15px 40px;
  box-sizing: border-box;
  color: #35B29A;
  font-weight: bold;
}
#upload_info .ac_title::before {
  content: "";
  transition: all 0.3s;
  display: block;
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  left: 15px;
  top: 15px;
  border-right: 2px solid #35B29A;
  border-bottom: 2px solid #35B29A;
  transform: rotate(45deg);
}
#upload_info .ac_content {
  padding: 20px 20px 30px 40px;
}
#upload_info .ac_content .mid {
  font-size: 1.1em;
}
#upload_info .ac_content .list_num li,
#upload_info .ac_content .list_kome li,
#upload_info .ac_content .list_batsu li {
  line-height: 1.5;
}
#upload_info .ac_content .list_num {
  list-style-type: decimal;
  margin-top: 30px;
  padding-left: 20px;
}
#upload_info .ac_content .list_num li {
  list-style-type: decimal;
  margin-top: 0.5em;
}
#upload_info .ac_content .list_kome {
  margin-top: 20px;
}
#upload_info .ac_content .list_kome li {
  color: #FD253E;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 0.5em;
}
#upload_info .ac_content .list_batsu li {
  padding-left: 2em;
  text-indent: -2em;
}
#upload_info .ac_content .list_batsu li + li {
  margin-top: 0.5em;
}
#upload_info .ac_content .list_batsu li::before {
  content: "×　";
}
#upload_info .ac_content .sample_wrap .sample_item {
  margin-top: 30px;
  display: flex;
}
#upload_info .ac_content .sample_wrap .sample_item.sample_ok .sample_title {
  color: #35B29A;
}
#upload_info .ac_content .sample_wrap .sample_item.sample_ng .sample_title {
  color: #FD253E;
}
#upload_info .ac_content .sample_wrap .sample_title {
  line-height: 1em;
  font-size: 36px;
  width: 70px;
  font-weight: bold;
}
#upload_info .ac_content .sample_wrap .sample_body {
  width: calc(100% - 70px);
}
#upload_info .ac_content .sample_wrap .sample_body .image {
  width: 123px;
  text-align: center;
}
#upload_info .ac_content .sample_wrap .sample_body .image .caption {
  color: #35B29A;
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
}
#upload_info .ac_content .btn_wrap {
  margin-left: -20px;
}
@media all and (min-width: 768px) {
  #upload_info {
    font-size: 13px;
  }
  #upload_info .file-name {
    font-size: 0.85em;
  }
}
@media all and (min-width: 1025px) {
  #upload_info {
    font-size: 14px;
  }
  #upload_info .accordion.is_open .ac_title::before {
    top: 27px;
  }
  #upload_info .ac_title {
    font-size: 20px;
    padding: 20px 20px 20px 50px;
  }
  #upload_info .ac_title::before {
    left: 20px;
    top: 22px;
  }
  #upload_info .ac_content {
    padding: 20px 50px 50px 50px;
  }
  #upload_info .ac_content .btn_wrap {
    margin-left: 0;
    margin-top: 50px;
  }
  #upload_info .sample_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 750px;
  }
  #upload_info .sample_wrap .sample_ok {
    width: 205px;
  }
  #upload_info .sample_wrap .sample_ng {
    width: calc(100% - 250px);
  }
}
@media all and (min-width: 1281px) {
  #upload_info .sample_wrap .sample_ng {
    width: 450px;
  }
}

#entry_info {
  border: 1px solid #0762AE;
  background: #fff;
  width: 100%;
  margin-bottom: 40px;
}
#entry_info .accordion.is_open .ac_title::before {
  transform: rotate(-135deg);
  top: 20px;
}
#entry_info .ac_title {
  font-size: 15px;
  position: relative;
  padding: 15px 20px 15px 40px;
  box-sizing: border-box;
  color: #0762AE;
  font-weight: bold;
}
#entry_info .ac_title::before {
  content: "";
  transition: all 0.3s;
  display: block;
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  left: 15px;
  top: 15px;
  border-right: 2px solid #0762AE;
  border-bottom: 2px solid #0762AE;
  transform: rotate(45deg);
}
#entry_info .ac_content {
  padding: 20px 20px 30px 40px;
}
@media all and (min-width: 1025px) {
  #entry_info .accordion.is_open .ac_title::before {
    top: 27px;
  }
  #entry_info .ac_title {
    font-size: 20px;
    padding: 20px 20px 20px 50px;
  }
  #entry_info .ac_title::before {
    left: 20px;
    top: 22px;
  }
  #entry_info .ac_content {
    padding: 20px 50px 50px 50px;
  }
  #entry_info .ac_content .btn_wrap {
    margin-left: 0;
    margin-top: 50px;
  }
}

/*--------------------------
受験申込み(確認画面)
--------------------------*/
#pageEntryConfirm img.preview {
  width: 100px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#pageEntryConfirm .photo {
  max-width: 200px;
}

/*--------------------------
定員オーバー
--------------------------*/
#pageEntryCapaOver .sorry_title {
  color: #35B29A;
  text-align: center;
  margin-bottom: 40px;
}
#pageEntryCapaOver .sorry_title span {
  display: block;
  text-align: center;
}
#pageEntryCapaOver .sorry_title .eng {
  font-size: 24px;
  font-weight: bold;
}
#pageEntryCapaOver .sorry_title .ja {
  font-weight: bold;
  margin-top: 20px;
  font-size: 1.2em;
  color: #e63146;
}
@media all and (min-width: 768px) {
  #pageEntryCapaOver .sorry_title {
    margin-bottom: 60px;
  }
  #pageEntryCapaOver .sorry_title .eng {
    font-size: 38px;
  }
}
@media all and (min-width: 1025px) {
  #pageEntryCapaOver .sorry_title .eng {
    font-size: 42px;
  }
}
#pageEntryCapaOver .body .btn_wrap {
  margin-top: 40px;
}
#pageEntryCapaOver .body .btn_wrap .button {
  padding: 1em;
  min-width: 40%;
}
#pageEntryCapaOver .body .btn_wrap .button.is_cancel {
  background: #A8A8A8 !important;
}
#pageEntryCapaOver .body .btn_wrap .button + .button {
  margin-left: 20px;
}
#pageEntryCapaOver .body .text {
  line-height: 1.8;
}
@media all and (min-width: 768px) {
  #pageEntryCapaOver .body .btn_wrap {
    margin-top: 60px;
  }
  #pageEntryCapaOver .body .btn_wrap .button {
    min-width: 200px;
  }
}
@media all and (min-width: 1025px) {
  #pageEntryCapaOver .body .btn_wrap .button + .button {
    margin-left: 30px;
  }
}

/*--------------------------
受験申込み(完了画面)
--------------------------*/
#pageEntryThanks .thanks_title,
#pageCarrierSend .thanks_title {
  color: #35B29A;
  text-align: center;
  margin-bottom: 40px;
}
#pageEntryThanks .thanks_title span,
#pageCarrierSend .thanks_title span {
  display: block;
  text-align: center;
}
#pageEntryThanks .thanks_title .eng,
#pageCarrierSend .thanks_title .eng {
  font-size: 24px;
  font-weight: bold;
}
#pageEntryThanks .thanks_title .ja,
#pageCarrierSend .thanks_title .ja {
  font-weight: bold;
  margin-top: 20px;
  font-size: 1.2em;
}
@media all and (min-width: 768px) {
  #pageEntryThanks .thanks_title .eng,
#pageCarrierSend .thanks_title .eng {
    font-size: 38px;
  }
}
@media all and (min-width: 1025px) {
  #pageEntryThanks .thanks_title .eng,
#pageCarrierSend .thanks_title .eng {
    font-size: 42px;
  }
}
#pageEntryThanks .pay_detail,
#pageCarrierSend .pay_detail {
  max-width: 400px;
  margin: 40px auto;
}
#pageEntryThanks .pay_detail dl,
#pageCarrierSend .pay_detail dl {
  display: flex;
}
#pageEntryThanks .pay_detail dl + dl,
#pageCarrierSend .pay_detail dl + dl {
  margin-top: 3px;
}
#pageEntryThanks .pay_detail dl dt,
#pageCarrierSend .pay_detail dl dt {
  color: #fff;
  font-weight: bold;
  padding: 0.8em;
  width: 100px;
  background: rgba(53, 178, 154, 0.7);
}
#pageEntryThanks .pay_detail dl dd,
#pageCarrierSend .pay_detail dl dd {
  padding: 0.8em;
  width: calc(100% - 100px);
}
@media all and (min-width: 768px) {
  #pageEntryThanks .pay_detail,
#pageCarrierSend .pay_detail {
    margin: 60px auto;
  }
  #pageEntryThanks .pay_detail dl dt,
#pageCarrierSend .pay_detail dl dt {
    width: 140px;
  }
  #pageEntryThanks .pay_detail dl dd,
#pageCarrierSend .pay_detail dl dd {
    width: calc(100% - 140px);
  }
}
#pageEntryThanks .body .text,
#pageCarrierSend .body .text {
  margin-top: 1em;
  line-height: 1.8;
}

#pageCarrierSend .thanks_title {
  color: #2BA2A7;
}

/*--------------------------
受験申込履歴
個人マイページ
--------------------------*/
#pageEntryHistory .basic_table,
#pageMyPage .basic_table,
#pageUserShow .basic_table {
  width: 100%;
}
#pageEntryHistory .basic_table th, #pageEntryHistory .basic_table td,
#pageMyPage .basic_table th,
#pageMyPage .basic_table td,
#pageUserShow .basic_table th,
#pageUserShow .basic_table td {
  padding: 1em 0.5em;
}
#pageEntryHistory .basic_table thead tr,
#pageMyPage .basic_table thead tr,
#pageUserShow .basic_table thead tr {
  border-bottom: 2px solid #707070;
}
#pageEntryHistory .basic_table thead th:last-child,
#pageMyPage .basic_table thead th:last-child,
#pageUserShow .basic_table thead th:last-child {
  width: 100px;
}
#pageEntryHistory .basic_table tbody td,
#pageMyPage .basic_table tbody td,
#pageUserShow .basic_table tbody td {
  line-height: 1.5;
  vertical-align: middle;
}
#pageEntryHistory .basic_table tbody tr,
#pageMyPage .basic_table tbody tr,
#pageUserShow .basic_table tbody tr {
  border-bottom: 1px dashed #B5B5B5;
}
#pageEntryHistory .basic_table .actionBtnSet,
#pageMyPage .basic_table .actionBtnSet,
#pageUserShow .basic_table .actionBtnSet {
  justify-content: center;
}
#pageEntryHistory .basic_table .actionBtnSet li,
#pageMyPage .basic_table .actionBtnSet li,
#pageUserShow .basic_table .actionBtnSet li {
  margin: 0 5px;
}
#pageEntryHistory .basic_table.bt tbody tr,
#pageMyPage .basic_table.bt tbody tr,
#pageUserShow .basic_table.bt tbody tr {
  padding: 15px 0;
  border-bottom: 1px solid #B5B5B5;
  display: block;
}
#pageEntryHistory .basic_table.bt tbody tr:first-child,
#pageMyPage .basic_table.bt tbody tr:first-child,
#pageUserShow .basic_table.bt tbody tr:first-child {
  border-top: 1px solid #B5B5B5;
}
#pageEntryHistory .basic_table.bt tbody td,
#pageMyPage .basic_table.bt tbody td,
#pageUserShow .basic_table.bt tbody td {
  line-height: 2.2;
  padding: 0;
}
#pageEntryHistory .basic_table.bt tbody td:last-child::before,
#pageMyPage .basic_table.bt tbody td:last-child::before,
#pageUserShow .basic_table.bt tbody td:last-child::before {
  line-height: 40px;
}
@media all and (min-width: 768px) {
  #pageEntryHistory .basic_table.bt tbody tr,
#pageMyPage .basic_table.bt tbody tr,
#pageUserShow .basic_table.bt tbody tr {
    padding: 20px 0;
  }
}
#pageEntryHistory .basic_table:not(.bt),
#pageMyPage .basic_table:not(.bt),
#pageUserShow .basic_table:not(.bt) {
  text-align: center;
}
#pageEntryHistory .basic_table:not(.bt) th,
#pageMyPage .basic_table:not(.bt) th,
#pageUserShow .basic_table:not(.bt) th {
  text-align: inherit;
}
#pageEntryHistory .basic_table.addYugu tbody tr,
#pageMyPage .basic_table.addYugu tbody tr,
#pageUserShow .basic_table.addYugu tbody tr {
  border-bottom: none;
}
#pageEntryHistory .basic_table.addYugu tbody tr.yugu,
#pageMyPage .basic_table.addYugu tbody tr.yugu,
#pageUserShow .basic_table.addYugu tbody tr.yugu {
  border-top: 1px dotted #cdcdcd;
  border-bottom: 1px solid #B5B5B5;
}
#pageEntryHistory .basic_table.addYugu tbody tr.yugu th, #pageEntryHistory .basic_table.addYugu tbody tr.yugu td,
#pageMyPage .basic_table.addYugu tbody tr.yugu th,
#pageMyPage .basic_table.addYugu tbody tr.yugu td,
#pageUserShow .basic_table.addYugu tbody tr.yugu th,
#pageUserShow .basic_table.addYugu tbody tr.yugu td {
  padding: 0.4em 0.5em;
  text-align: right;
}
@media all and (min-width: 768px) {
  #pageEntryHistory .basic_table.addYugu tbody tr.yugu th, #pageEntryHistory .basic_table.addYugu tbody tr.yugu td,
#pageMyPage .basic_table.addYugu tbody tr.yugu th,
#pageMyPage .basic_table.addYugu tbody tr.yugu td,
#pageUserShow .basic_table.addYugu tbody tr.yugu th,
#pageUserShow .basic_table.addYugu tbody tr.yugu td {
    font-size: 0.84em;
  }
}

#pageMyPage .basic_table.bt tbody td:last-child::before {
  line-height: 2.2;
}
#pageMyPage .basic_table:not(.bt) thead th:last-child {
  width: 130px;
}

#pageUserShow .section_title {
  font-weight: bold;
  font-size: 1.1em;
  color: #0762AE;
}
#pageUserShow .section_title h2 {
  display: block;
  padding: 0.2em 0 0.2em 0.5em;
  border-left: 5px solid #0762AE;
  color: #0762AE;
}

#pageUserShow.staff .section_title {
  color: #2BA2A7;
}
#pageUserShow.staff .section_title h2 {
  border-left-color: #2BA2A7;
  color: #2BA2A7;
}

/*--------------------------
受験申込詳細表示
--------------------------*/
#pageEntryShow .section_title,
#pageEntryEdit .section_title,
#pageCarrierEdit .section_title,
#pageCarrierConfirm .section_title {
  font-weight: bold;
  font-size: 1.1em;
  color: #35B29A;
}
#pageEntryShow .section_title h2,
#pageEntryEdit .section_title h2,
#pageCarrierEdit .section_title h2,
#pageCarrierConfirm .section_title h2 {
  display: block;
  padding: 0.2em 0 0.2em 0.5em;
  border-left: 5px solid #1A987F;
  color: #1A987F;
}
#pageEntryShow .entry_photo_grid,
#pageEntryEdit .entry_photo_grid,
#pageCarrierEdit .entry_photo_grid,
#pageCarrierConfirm .entry_photo_grid {
  display: flex;
}
@media all and (max-width: 1024px) {
  #pageEntryShow .entry_photo_grid,
#pageEntryEdit .entry_photo_grid,
#pageCarrierEdit .entry_photo_grid,
#pageCarrierConfirm .entry_photo_grid {
    flex-direction: column-reverse;
    width: 100%;
  }
  #pageEntryShow .entry_photo_grid .photo,
#pageEntryEdit .entry_photo_grid .photo,
#pageCarrierEdit .entry_photo_grid .photo,
#pageCarrierConfirm .entry_photo_grid .photo {
    margin: 20px auto 0;
    max-width: 200px;
    text-align: center;
  }
  #pageEntryShow .entry_photo_grid .photo .caption,
#pageEntryEdit .entry_photo_grid .photo .caption,
#pageCarrierEdit .entry_photo_grid .photo .caption,
#pageCarrierConfirm .entry_photo_grid .photo .caption {
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
  }
  #pageEntryShow .entry_photo_grid .texts,
#pageEntryEdit .entry_photo_grid .texts,
#pageCarrierEdit .entry_photo_grid .texts,
#pageCarrierConfirm .entry_photo_grid .texts {
    width: 100%;
  }
}
@media all and (min-width: 1025px) {
  #pageEntryShow .entry_photo_grid,
#pageEntryEdit .entry_photo_grid,
#pageCarrierEdit .entry_photo_grid,
#pageCarrierConfirm .entry_photo_grid {
    justify-content: space-between;
    width: 100%;
  }
  #pageEntryShow .entry_photo_grid .photo,
#pageEntryEdit .entry_photo_grid .photo,
#pageCarrierEdit .entry_photo_grid .photo,
#pageCarrierConfirm .entry_photo_grid .photo {
    width: 200px;
  }
  #pageEntryShow .entry_photo_grid .photo .caption,
#pageEntryEdit .entry_photo_grid .photo .caption,
#pageCarrierEdit .entry_photo_grid .photo .caption,
#pageCarrierConfirm .entry_photo_grid .photo .caption {
    display: none;
  }
  #pageEntryShow .entry_photo_grid .texts,
#pageEntryEdit .entry_photo_grid .texts,
#pageCarrierEdit .entry_photo_grid .texts,
#pageCarrierConfirm .entry_photo_grid .texts {
    width: calc(95% - 230px);
  }
}
#pageEntryShow .carrier_show,
#pageEntryEdit .carrier_show,
#pageCarrierEdit .carrier_show,
#pageCarrierConfirm .carrier_show {
  background: #fff;
  width: 100%;
  margin-top: 20px;
}
#pageEntryShow .carrier_show.bt,
#pageEntryEdit .carrier_show.bt,
#pageCarrierEdit .carrier_show.bt,
#pageCarrierConfirm .carrier_show.bt {
  border: 1px solid #E4E4E4;
}
#pageEntryShow .carrier_show.bt tr,
#pageEntryEdit .carrier_show.bt tr,
#pageCarrierEdit .carrier_show.bt tr,
#pageCarrierConfirm .carrier_show.bt tr {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #E4E4E4;
}
#pageEntryShow .carrier_show.bt tr:last-child,
#pageEntryEdit .carrier_show.bt tr:last-child,
#pageCarrierEdit .carrier_show.bt tr:last-child,
#pageCarrierConfirm .carrier_show.bt tr:last-child {
  border-bottom: none;
}
#pageEntryShow .carrier_show.bt tr td,
#pageEntryEdit .carrier_show.bt tr td,
#pageCarrierEdit .carrier_show.bt tr td,
#pageCarrierConfirm .carrier_show.bt tr td {
  display: flex;
  align-items: center;
}
#pageEntryShow .carrier_show.bt tr td:nth-of-type(1),
#pageEntryEdit .carrier_show.bt tr td:nth-of-type(1),
#pageCarrierEdit .carrier_show.bt tr td:nth-of-type(1),
#pageCarrierConfirm .carrier_show.bt tr td:nth-of-type(1) {
  font-weight: bold;
}
#pageEntryShow .carrier_show.bt tr td::before,
#pageEntryEdit .carrier_show.bt tr td::before,
#pageCarrierEdit .carrier_show.bt tr td::before,
#pageCarrierConfirm .carrier_show.bt tr td::before {
  min-width: 9em !important;
  color: #8D8D8D;
  padding-left: 20px;
}
#pageEntryShow .carrier_show.bt tr td + td,
#pageEntryEdit .carrier_show.bt tr td + td,
#pageCarrierEdit .carrier_show.bt tr td + td,
#pageCarrierConfirm .carrier_show.bt tr td + td {
  margin-top: 20px;
}
#pageEntryShow .carrier_show:not(.bt),
#pageEntryEdit .carrier_show:not(.bt),
#pageCarrierEdit .carrier_show:not(.bt),
#pageCarrierConfirm .carrier_show:not(.bt) {
  max-width: 1000px;
}
#pageEntryShow .carrier_show:not(.bt) thead,
#pageEntryEdit .carrier_show:not(.bt) thead,
#pageCarrierEdit .carrier_show:not(.bt) thead,
#pageCarrierConfirm .carrier_show:not(.bt) thead {
  font-size: 14px;
  background: #8D8D8D;
  color: #fff;
}
#pageEntryShow .carrier_show:not(.bt) thead tr,
#pageEntryEdit .carrier_show:not(.bt) thead tr,
#pageCarrierEdit .carrier_show:not(.bt) thead tr,
#pageCarrierConfirm .carrier_show:not(.bt) thead tr {
  border-bottom: 1px solid #E4E4E4;
}
#pageEntryShow .carrier_show:not(.bt) thead tr th,
#pageEntryEdit .carrier_show:not(.bt) thead tr th,
#pageCarrierEdit .carrier_show:not(.bt) thead tr th,
#pageCarrierConfirm .carrier_show:not(.bt) thead tr th {
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border-right: 1px solid #E4e4e4;
}
#pageEntryShow .carrier_show:not(.bt) thead tr th:nth-of-type(1),
#pageEntryEdit .carrier_show:not(.bt) thead tr th:nth-of-type(1),
#pageCarrierEdit .carrier_show:not(.bt) thead tr th:nth-of-type(1),
#pageCarrierConfirm .carrier_show:not(.bt) thead tr th:nth-of-type(1) {
  width: calc(100% - 420px);
}
_::-webkit-full-page-media, _:future, :root #pageEntryShow .carrier_show:not(.bt) thead tr th:nth-of-type(1),
:root #pageEntryEdit .carrier_show:not(.bt) thead tr th:nth-of-type(1),
:root #pageCarrierEdit .carrier_show:not(.bt) thead tr th:nth-of-type(1),
:root #pageCarrierConfirm .carrier_show:not(.bt) thead tr th:nth-of-type(1) {
  width: 30%;
}

#pageEntryShow .carrier_show:not(.bt) thead tr th:nth-of-type(2),
#pageEntryEdit .carrier_show:not(.bt) thead tr th:nth-of-type(2),
#pageCarrierEdit .carrier_show:not(.bt) thead tr th:nth-of-type(2),
#pageCarrierConfirm .carrier_show:not(.bt) thead tr th:nth-of-type(2) {
  width: 220px;
}
#pageEntryShow .carrier_show:not(.bt) thead tr th:nth-of-type(3),
#pageEntryEdit .carrier_show:not(.bt) thead tr th:nth-of-type(3),
#pageCarrierEdit .carrier_show:not(.bt) thead tr th:nth-of-type(3),
#pageCarrierConfirm .carrier_show:not(.bt) thead tr th:nth-of-type(3) {
  width: 180px;
}
#pageEntryShow .carrier_show:not(.bt) thead tr th:nth-of-type(4),
#pageEntryEdit .carrier_show:not(.bt) thead tr th:nth-of-type(4),
#pageCarrierEdit .carrier_show:not(.bt) thead tr th:nth-of-type(4),
#pageCarrierConfirm .carrier_show:not(.bt) thead tr th:nth-of-type(4) {
  width: 100px;
}
#pageEntryShow .carrier_show:not(.bt) tbody,
#pageEntryEdit .carrier_show:not(.bt) tbody,
#pageCarrierEdit .carrier_show:not(.bt) tbody,
#pageCarrierConfirm .carrier_show:not(.bt) tbody {
  font-size: 13px;
  border: 1px solid #E4E4E4;
}
#pageEntryShow .carrier_show:not(.bt) tbody tr,
#pageEntryEdit .carrier_show:not(.bt) tbody tr,
#pageCarrierEdit .carrier_show:not(.bt) tbody tr,
#pageCarrierConfirm .carrier_show:not(.bt) tbody tr {
  border: solid #E4E4E4;
  border-width: 0 1px 1px 0;
}
#pageEntryShow .carrier_show:not(.bt) tbody tr td,
#pageEntryEdit .carrier_show:not(.bt) tbody tr td,
#pageCarrierEdit .carrier_show:not(.bt) tbody tr td,
#pageCarrierConfirm .carrier_show:not(.bt) tbody tr td {
  text-align: center;
  padding: 15px;
  border: solid #E4E4E4;
  border-width: 0 1px 1px 0;
}
#pageEntryShow .carrier_show:not(.bt) tbody tr td input[type=text], #pageEntryShow .carrier_show:not(.bt) tbody tr td input[type=number],
#pageEntryEdit .carrier_show:not(.bt) tbody tr td input[type=text],
#pageEntryEdit .carrier_show:not(.bt) tbody tr td input[type=number],
#pageCarrierEdit .carrier_show:not(.bt) tbody tr td input[type=text],
#pageCarrierEdit .carrier_show:not(.bt) tbody tr td input[type=number],
#pageCarrierConfirm .carrier_show:not(.bt) tbody tr td input[type=text],
#pageCarrierConfirm .carrier_show:not(.bt) tbody tr td input[type=number] {
  padding: 0.4em 0.7em;
}
#pageEntryShow .carrier_show:not(.bt) tbody tr td:nth-of-type(1),
#pageEntryEdit .carrier_show:not(.bt) tbody tr td:nth-of-type(1),
#pageCarrierEdit .carrier_show:not(.bt) tbody tr td:nth-of-type(1),
#pageCarrierConfirm .carrier_show:not(.bt) tbody tr td:nth-of-type(1) {
  text-align: left;
  max-width: 50%;
}
#pageEntryShow .carrier_show:not(.bt) .nice-select-wrap,
#pageEntryEdit .carrier_show:not(.bt) .nice-select-wrap,
#pageCarrierEdit .carrier_show:not(.bt) .nice-select-wrap,
#pageCarrierConfirm .carrier_show:not(.bt) .nice-select-wrap {
  height: auto;
}
#pageEntryShow .carrier_show:not(.bt) .nice-select-wrap .nice-select,
#pageEntryEdit .carrier_show:not(.bt) .nice-select-wrap .nice-select,
#pageCarrierEdit .carrier_show:not(.bt) .nice-select-wrap .nice-select,
#pageCarrierConfirm .carrier_show:not(.bt) .nice-select-wrap .nice-select {
  line-height: 40px;
  height: 40px;
  float: none;
}
#pageEntryShow .box_total,
#pageEntryEdit .box_total,
#pageCarrierEdit .box_total,
#pageCarrierConfirm .box_total {
  border: solid #E4E4E4;
  border-width: 0 1px 1px 1px;
}
#pageEntryShow .box_total dt, #pageEntryShow .box_total dd,
#pageEntryEdit .box_total dt,
#pageEntryEdit .box_total dd,
#pageCarrierEdit .box_total dt,
#pageCarrierEdit .box_total dd,
#pageCarrierConfirm .box_total dt,
#pageCarrierConfirm .box_total dd {
  padding: 15px 8px;
  text-align: center;
}
#pageEntryShow .box_total dt,
#pageEntryEdit .box_total dt,
#pageCarrierEdit .box_total dt,
#pageCarrierConfirm .box_total dt {
  background: #35B29A;
  color: #fff;
}
#pageEntryShow .box_total dd,
#pageEntryEdit .box_total dd,
#pageCarrierEdit .box_total dd,
#pageCarrierConfirm .box_total dd {
  background: #fff;
  font-size: 1.1em;
}
#pageEntryShow .box_total dd #all,
#pageEntryEdit .box_total dd #all,
#pageCarrierEdit .box_total dd #all,
#pageCarrierConfirm .box_total dd #all {
  color: #FD253E;
  font-weight: bold;
}
@media all and (min-width: 1025px) {
  #pageEntryShow .box_total,
#pageEntryEdit .box_total,
#pageCarrierEdit .box_total,
#pageCarrierConfirm .box_total {
    display: table;
    width: 100%;
    max-width: 1000px;
  }
  #pageEntryShow .box_total dt, #pageEntryShow .box_total dd,
#pageEntryEdit .box_total dt,
#pageEntryEdit .box_total dd,
#pageCarrierEdit .box_total dt,
#pageCarrierEdit .box_total dd,
#pageCarrierConfirm .box_total dt,
#pageCarrierConfirm .box_total dd {
    display: table-cell;
    width: 50%;
    padding: 15px;
    vertical-align: middle;
  }
  #pageEntryShow .box_total dt,
#pageEntryEdit .box_total dt,
#pageCarrierEdit .box_total dt,
#pageCarrierConfirm .box_total dt {
    font-size: 14px;
  }
}

#pageEntryShow .fields .data_value {
  overflow-wrap: break-word;
}
@media all and (min-width: 768px) {
  #pageEntryShow .fields .data_value {
    width: calc(100% - 130px);
  }
}
@media all and (min-width: 1025px) {
  #pageEntryShow .fields .data_value {
    width: calc(100% - 185px);
  }
}

#pageEntryShow.staff .section_title h2,
#pageEntryEdit.staff .section_title h2,
#pageCarrierConfirm.staff .section_title h2 {
  color: #248c93;
  border-left-color: #248c93;
}
#pageEntryShow.staff .box_total dt,
#pageEntryEdit.staff .box_total dt,
#pageCarrierConfirm.staff .box_total dt {
  background: #2BA2A7;
}

#pageEntryShow.admin .section_title h2,
#pageEntryEdit.admin .section_title h2,
#pageCarrierConfirm.admin .section_title h2 {
  color: #0762AE;
  border-left-color: #0762AE;
}
#pageEntryShow.admin .box_total dt,
#pageEntryEdit.admin .box_total dt,
#pageCarrierConfirm.admin .box_total dt {
  background: #0762AE;
}

#show_id {
  text-align: right;
  color: #dddddd;
  font-size: 0.8em;
}

/*--------------------------
実務経験入力
--------------------------*/
#pageCarrierEdit .basic_table,
#pageEntryEdit .basic_table {
  width: 100%;
}
#pageCarrierEdit .basic_table em,
#pageEntryEdit .basic_table em {
  font-style: normal;
  margin: 0 5px;
}
#pageCarrierEdit .basic_table .btn_clear,
#pageEntryEdit .basic_table .btn_clear {
  display: inline-block;
  border-radius: 20px;
  border: 1px solid transparent;
}
#pageCarrierEdit .basic_table .btn_clear img,
#pageEntryEdit .basic_table .btn_clear img {
  width: 40px;
  height: 40px;
}
#pageCarrierEdit .basic_table.bt tr,
#pageEntryEdit .basic_table.bt tr {
  display: block;
  padding: 20px 0;
  border-bottom: 1px dashed #B5B5B5;
}
#pageCarrierEdit .basic_table.bt tr td,
#pageEntryEdit .basic_table.bt tr td {
  display: flex;
  align-items: center;
}
#pageCarrierEdit .basic_table.bt tr td:nth-of-type(1),
#pageEntryEdit .basic_table.bt tr td:nth-of-type(1) {
  color: #2BA2A7;
}
#pageCarrierEdit .basic_table.bt tr td + td,
#pageEntryEdit .basic_table.bt tr td + td {
  margin-top: 20px;
}
#pageCarrierEdit .basic_table:not(.bt),
#pageEntryEdit .basic_table:not(.bt) {
  font-size: 0.95em;
}
_::-webkit-full-page-media, _:future, :root #pageCarrierEdit .basic_table:not(.bt),
:root #pageEntryEdit .basic_table:not(.bt) {
  font-size: 0.95em;
}

#pageCarrierEdit .basic_table:not(.bt) thead tr,
#pageEntryEdit .basic_table:not(.bt) thead tr {
  border-bottom: 1px solid #707070;
}
#pageCarrierEdit .basic_table:not(.bt) thead tr th,
#pageEntryEdit .basic_table:not(.bt) thead tr th {
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
#pageCarrierEdit .basic_table:not(.bt) thead tr th:nth-of-type(1),
#pageEntryEdit .basic_table:not(.bt) thead tr th:nth-of-type(1) {
  width: 50px;
}
#pageCarrierEdit .basic_table:not(.bt) tbody tr,
#pageEntryEdit .basic_table:not(.bt) tbody tr {
  border-bottom: 1px dashed #B5B5B5;
}
#pageCarrierEdit .basic_table:not(.bt) tbody tr td,
#pageEntryEdit .basic_table:not(.bt) tbody tr td {
  text-align: center;
  padding: 20px 5px;
  vertical-align: middle;
  max-width: 200px;
}
#pageCarrierEdit .basic_table:not(.bt) tbody tr td input[type=text],
#pageCarrierEdit .basic_table:not(.bt) tbody tr td input[type=number],
#pageEntryEdit .basic_table:not(.bt) tbody tr td input[type=text],
#pageEntryEdit .basic_table:not(.bt) tbody tr td input[type=number] {
  padding: 0.4em 0.7em;
}
_::-webkit-full-page-media, _:future, :root #pageCarrierEdit .basic_table:not(.bt) tbody tr td input[name^=carrier_from_year_],
:root #pageCarrierEdit .basic_table:not(.bt) tbody tr td input[name^=carrier_to_year_],
:root #pageEntryEdit .basic_table:not(.bt) tbody tr td input[name^=carrier_from_year_],
:root #pageEntryEdit .basic_table:not(.bt) tbody tr td input[name^=carrier_to_year_] {
  width: 4.2em;
}

_::-webkit-full-page-media, _:future, :root #pageCarrierEdit .basic_table:not(.bt) tbody tr td input[name^=carrier_from_month_],
:root #pageCarrierEdit .basic_table:not(.bt) tbody tr td input[name^=carrier_to_month_],
:root #pageEntryEdit .basic_table:not(.bt) tbody tr td input[name^=carrier_from_month_],
:root #pageEntryEdit .basic_table:not(.bt) tbody tr td input[name^=carrier_to_month_] {
  width: 2.8em;
}

_::-webkit-full-page-media, _:future, :root #pageCarrierEdit .basic_table:not(.bt) tbody tr td em,
:root #pageEntryEdit .basic_table:not(.bt) tbody tr td em {
  margin: 0 0 0 3px;
}

#pageCarrierEdit .basic_table:not(.bt) .nice-select-wrap,
#pageEntryEdit .basic_table:not(.bt) .nice-select-wrap {
  height: auto;
}
#pageCarrierEdit .basic_table:not(.bt) .nice-select-wrap .nice-select,
#pageEntryEdit .basic_table:not(.bt) .nice-select-wrap .nice-select {
  line-height: 40px;
  height: 40px;
  float: none;
}
@media all and (min-width: 1025px) {
  #pageCarrierEdit .basic_table:not(.bt) .btn_clear,
#pageEntryEdit .basic_table:not(.bt) .btn_clear {
    transition: all 0.3s;
  }
  #pageCarrierEdit .basic_table:not(.bt) .btn_clear:hover,
#pageEntryEdit .basic_table:not(.bt) .btn_clear:hover {
    border: 1px solid #2BA2A7;
  }
}

#pageEntryEdit .basic_table.bt tr td:nth-of-type(1) {
  color: #0762AE;
}

@-moz-document url-prefix() {
  #pageCarrierEdit input[name^=carrier_place],
#pageEntryEdit input[name^=carrier_place] {
    padding: 5px 10px;
  }
  #pageCarrierEdit input[name^=carrier_from_year],
#pageCarrierEdit input[name^=carrier_to_year],
#pageEntryEdit input[name^=carrier_from_year],
#pageEntryEdit input[name^=carrier_to_year] {
    width: 4.5em;
    padding: 5px 10px;
  }
  #pageCarrierEdit input[name^=carrier_from_month],
#pageCarrierEdit input[name^=carrier_to_month],
#pageEntryEdit input[name^=carrier_from_month],
#pageEntryEdit input[name^=carrier_to_month] {
    width: 3em;
    padding: 5px 10px;
  }
  #pageCarrierEdit .basic_table:not(.bt) tbody tr td input[type=text], #pageCarrierEdit .basic_table:not(.bt) tbody tr td input[type=number],
#pageEntryEdit .basic_table:not(.bt) tbody tr td input[type=text],
#pageEntryEdit .basic_table:not(.bt) tbody tr td input[type=number] {
    padding: 3px 10px;
  }
  #pageCarrierEdit .basic_table:not(.bt) input[name^=carrier_place],
#pageEntryEdit .basic_table:not(.bt) input[name^=carrier_place] {
    max-width: 11em;
  }
  #pageCarrierEdit .basic_table:not(.bt) input[name^=carrier_from_year],
#pageCarrierEdit .basic_table:not(.bt) input[name^=carrier_to_year],
#pageEntryEdit .basic_table:not(.bt) input[name^=carrier_from_year],
#pageEntryEdit .basic_table:not(.bt) input[name^=carrier_to_year] {
    width: 4em;
  }
  #pageCarrierEdit .basic_table:not(.bt) input[name^=carrier_from_month],
#pageCarrierEdit .basic_table:not(.bt) input[name^=carrier_to_month],
#pageEntryEdit .basic_table:not(.bt) input[name^=carrier_from_month],
#pageEntryEdit .basic_table:not(.bt) input[name^=carrier_to_month] {
    width: 2.8em;
  }
}
/*--------------------------
処理状況
--------------------------*/
.flow_status li {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 120px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  padding: 45px 12px 20px;
  margin: 0 10px 20px;
  box-sizing: border-box;
}
.flow_status li .flow_title {
  background: #ababab;
  padding: 8px 12px;
  width: 100%;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  top: 0;
  left: 0;
}
.flow_status li .flow_dt {
  text-align: center;
  font-size: 13px;
  color: #989898;
}
.flow_status li .flow_text {
  margin-top: 1em;
  text-align: center;
  color: #1A987F;
  font-weight: bold;
}
.flow_status li.is_finish .flow_title {
  background: #35B29A;
}
.flow_status li:not(.is_finish) .flow_dt {
  visibility: hidden;
}
.flow_status li:not(.is_finish) .flow_text {
  color: #ababab;
}

body.staff .flow_status li.is_finish .flow_title {
  background: #2BA2A7;
}
body.staff .flow_status li.is_finish .flow_text {
  color: #2BA2A7;
}

body.admin .flow_status li.is_finish .flow_title {
  background: #0762AE;
}
body.admin .flow_status li.is_finish .flow_text {
  color: #0762AE;
}

/*--------------------------
タスク
--------------------------*/
#pageTask .card_btn {
  min-width: 90px;
  text-align: center;
}
#pageTask .task_title {
  background: #fff;
  border-left: 12px solid #2BA2A7;
  padding: 10px 15px;
  font-weight: bold;
  color: #000;
  margin: 0 0 30px;
  max-width: 1000px;
}
@media all and (min-width: 768px) {
  #pageTask .task_title {
    margin: 0 0 30px;
  }
}
@media all and (min-width: 1025px) {
  #pageTask .task_title {
    border-left-width: 17px;
    padding: 17px 30px;
    letter-spacing: 0.05em;
    margin: 0 0 40px;
  }
}
#pageTask .warning_text {
  font-weight: normal;
  font-size: 0.9em;
}
#pageTask .tasks {
  background: #fff;
  width: 100%;
  margin-top: 20px;
}
#pageTask .tasks.bt {
  border: 1px solid #E4E4E4;
}
#pageTask .tasks.bt tr {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #E4E4E4;
}
#pageTask .tasks.bt tr:last-child {
  border-bottom: none;
}
#pageTask .tasks.bt tr td {
  display: flex;
  align-items: center;
}
#pageTask .tasks.bt tr td:nth-of-type(1) {
  font-weight: bold;
}
#pageTask .tasks.bt tr td::before {
  min-width: 9em !important;
  color: #8D8D8D;
  padding-left: 20px;
}
#pageTask .tasks.bt tr td + td {
  margin-top: 20px;
}
#pageTask .tasks.bt .forPCi {
  display: none !important;
}
#pageTask .tasks:not(.bt) {
  max-width: 1000px;
}
#pageTask .tasks:not(.bt) thead {
  font-size: 14px;
  background: #8D8D8D;
  color: #fff;
}
#pageTask .tasks:not(.bt) thead tr {
  border-bottom: 1px solid #E4E4E4;
}
#pageTask .tasks:not(.bt) thead tr th {
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border-right: 1px solid #E4e4e4;
}
#pageTask .tasks:not(.bt).require thead tr th:nth-of-type(1) {
  width: 10%;
}
#pageTask .tasks:not(.bt).require thead tr th:nth-of-type(2) {
  width: 2%;
}
#pageTask .tasks:not(.bt).require thead tr th:nth-of-type(3) {
  width: 13%;
}
#pageTask .tasks:not(.bt).require thead tr th:nth-of-type(4) {
  width: 25%;
}
#pageTask .tasks:not(.bt).require thead tr th:nth-of-type(5) {
  width: 10%;
}
#pageTask .tasks:not(.bt).require thead tr th:nth-of-type(6) {
  width: 10%;
}
#pageTask .tasks:not(.bt).require thead tr th:nth-of-type(7) {
  width: 15%;
}
#pageTask .tasks:not(.bt).require thead tr th:nth-of-type(8) {
  width: 15%;
}
#pageTask .tasks:not(.bt).payment .paytype {
  display: block;
  font-size: 0.9em;
  white-space: nowrap;
}
#pageTask .tasks:not(.bt).payment thead tr th:nth-of-type(1) {
  width: 10%;
}
#pageTask .tasks:not(.bt).payment thead tr th:nth-of-type(2) {
  width: 17%;
}
#pageTask .tasks:not(.bt).payment thead tr th:nth-of-type(3) {
  width: 20%;
}
#pageTask .tasks:not(.bt).payment thead tr th:nth-of-type(4) {
  width: 15%;
}
#pageTask .tasks:not(.bt).payment thead tr th:nth-of-type(5) {
  width: 8%;
}
#pageTask .tasks:not(.bt).payment thead tr th:nth-of-type(6) {
  width: 15%;
}
#pageTask .tasks:not(.bt).payment thead tr th:nth-of-type(7) {
  width: 15%;
}
#pageTask .tasks:not(.bt).reject thead tr th:nth-of-type(1) {
  width: 10%;
}
#pageTask .tasks:not(.bt).reject thead tr th:nth-of-type(2) {
  width: 15%;
}
#pageTask .tasks:not(.bt).reject thead tr th:nth-of-type(3) {
  width: 15%;
}
#pageTask .tasks:not(.bt).reject thead tr th:nth-of-type(4) {
  width: 40%;
}
#pageTask .tasks:not(.bt).reject thead tr th:nth-of-type(5) {
  width: 20%;
}
#pageTask .tasks:not(.bt) tbody {
  font-size: 13px;
  border: 1px solid #E4E4E4;
}
#pageTask .tasks:not(.bt) tbody tr {
  border: solid #E4E4E4;
  border-width: 0 1px 1px 0;
}
#pageTask .tasks:not(.bt) tbody tr td {
  text-align: center;
  padding: 15px;
  border: solid #E4E4E4;
  border-width: 0 1px 1px 0;
  vertical-align: middle;
  line-height: 1.2;
}
#pageTask .tasks:not(.bt) tbody tr td input[type=text], #pageTask .tasks:not(.bt) tbody tr td input[type=number] {
  padding: 0.4em 0.7em;
}
#pageTask .tasks:not(.bt) tbody tr td:nth-of-type(1) {
  text-align: left;
  max-width: 50%;
}
#pageTask .tasks:not(.bt) .nice-select-wrap {
  height: auto;
}
#pageTask .tasks:not(.bt) .nice-select-wrap .nice-select {
  line-height: 40px;
  height: 40px;
  float: none;
}
#pageTask .tasks + .task_title {
  margin-top: 40px;
}
@media all and (min-width: 768px) {
  #pageTask .tasks + .task_title {
    margin-top: 60px;
  }
}
@media all and (min-width: 1025px) {
  #pageTask .tasks + .task_title {
    margin-top: 80px;
  }
}

.no_task {
  padding: 40px 20px;
  font-weight: bold;
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
}
.no_task span {
  display: inline-block;
}
.no_task .icon {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
@media all and (min-width: 768px) {
  .no_task {
    padding: 50px 20px;
  }
  .no_task .icon {
    width: 30px;
    height: 30px;
    margin-right: 20px;
  }
}

#pageTask.admin .task_title {
  border-left-color: #0762AE;
}
#pageTask.admin .no_task {
  max-width: 1000px;
}
#pageTask.admin .no_task + .task_title {
  margin-top: 40px;
}
@media all and (min-width: 768px) {
  #pageTask.admin .no_task + .task_title {
    margin-top: 50px;
  }
}
@media all and (min-width: 1025px) {
  #pageTask.admin .no_task + .task_title {
    margin-top: 60px;
  }
}

/*--------------------------
規約関連
--------------------------*/
#pageUserGuide .article,
#pageUserCommerce .article,
#pageUserPrivacy .article {
  display: block;
  max-width: 860px;
}
#pageUserGuide .article + .article,
#pageUserCommerce .article + .article,
#pageUserPrivacy .article + .article {
  margin-top: 60px;
}
#pageUserGuide .article .big_title,
#pageUserCommerce .article .big_title,
#pageUserPrivacy .article .big_title {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  padding: 0.8em 0;
  font-size: 1.2em;
  color: #707070;
}
#pageUserGuide .article p, #pageUserGuide .article li, #pageUserGuide .article table,
#pageUserCommerce .article p,
#pageUserCommerce .article li,
#pageUserCommerce .article table,
#pageUserPrivacy .article p,
#pageUserPrivacy .article li,
#pageUserPrivacy .article table {
  font-size: 0.9em;
}
#pageUserGuide .article .sec,
#pageUserCommerce .article .sec,
#pageUserPrivacy .article .sec {
  margin-top: 30px;
}
@media all and (min-width: 768px) {
  #pageUserGuide .article .sec,
#pageUserCommerce .article .sec,
#pageUserPrivacy .article .sec {
    margin-top: 40px;
  }
}
#pageUserGuide .article .sec.noMgnT,
#pageUserCommerce .article .sec.noMgnT,
#pageUserPrivacy .article .sec.noMgnT {
  margin-top: 0;
}
#pageUserGuide .article .sec .article_title,
#pageUserCommerce .article .sec .article_title,
#pageUserPrivacy .article .sec .article_title {
  color: #000;
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 1em;
}
#pageUserGuide .article .sec p,
#pageUserCommerce .article .sec p,
#pageUserPrivacy .article .sec p {
  line-height: 2;
}
#pageUserGuide .article .list_bar > li,
#pageUserCommerce .article .list_bar > li,
#pageUserPrivacy .article .list_bar > li {
  padding-left: 15px;
  position: relative;
  line-height: 2;
}
#pageUserGuide .article .list_bar > li::before,
#pageUserCommerce .article .list_bar > li::before,
#pageUserPrivacy .article .list_bar > li::before {
  content: "";
  width: 5px;
  height: 1px;
  display: inline-block;
  position: absolute;
  background: #4D4D4D;
  top: 0.9em;
  left: 0;
}
#pageUserGuide .article .list_kome,
#pageUserCommerce .article .list_kome,
#pageUserPrivacy .article .list_kome {
  margin-top: 25px;
}
#pageUserGuide .article .list_kome > li,
#pageUserCommerce .article .list_kome > li,
#pageUserPrivacy .article .list_kome > li {
  padding-left: 15px;
  position: relative;
  line-height: 1.5;
  font-size: 0.8rem;
  color: #707070;
}
#pageUserGuide .article .list_kome > li::before,
#pageUserCommerce .article .list_kome > li::before,
#pageUserPrivacy .article .list_kome > li::before {
  content: "※";
  font-size: inherit;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
#pageUserGuide .article .table_blue,
#pageUserCommerce .article .table_blue,
#pageUserPrivacy .article .table_blue {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #d4d4d4;
  line-height: 2;
}
#pageUserGuide .article .table_blue font-size th, #pageUserGuide .article .table_blue td,
#pageUserCommerce .article .table_blue font-size th,
#pageUserCommerce .article .table_blue td,
#pageUserPrivacy .article .table_blue font-size th,
#pageUserPrivacy .article .table_blue td {
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #d4d4d4;
}
#pageUserGuide .article .table_blue th,
#pageUserCommerce .article .table_blue th,
#pageUserPrivacy .article .table_blue th {
  color: #fff;
  background: #1A987F;
  font-weight: bold;
  border-bottom: 1px solid #d4d4d4;
  vertical-align: middle;
  padding: 10px;
}

#pageUserGuide .article {
  margin-top: 30px;
}
#pageUserGuide .article + .article {
  margin-top: 60px;
}
#pageUserGuide .guide_flow .texts {
  border-radius: 10px;
  border: 1px solid #cdcdcd;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#pageUserGuide .guide_flow .texts .article_title {
  text-align: center;
  color: #fff;
  background: #2F6A9B;
  padding: 10px 20px;
  margin: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#pageUserGuide .guide_flow .texts .text {
  background: #fff;
  padding: 20px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media all and (max-width: 767px) {
  #pageUserGuide .guide_flow .texts + .texts {
    margin-top: 40px;
    position: relative;
  }
  #pageUserGuide .guide_flow .texts + .texts::before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../img/common/icon_arrow_down.svg) no-repeat;
    background-size: contain;
    background-position: center;
    top: -30px;
    left: calc(50% - 10px);
  }
}
@media all and (min-width: 768px) {
  #pageUserGuide .guide_flow {
    display: flex;
    justify-content: space-between;
  }
  #pageUserGuide .guide_flow .texts {
    width: calc((100% - 120px) / 3);
  }
  #pageUserGuide .guide_flow .texts + .texts {
    margin-left: 60px;
    position: relative;
  }
  #pageUserGuide .guide_flow .texts + .texts::before {
    content: "";
    display: block;
    position: absolute;
    width: 34px;
    height: 34px;
    background: url(../img/common/icon_arrow_right.svg) no-repeat;
    background-size: contain;
    background-position: center;
    top: calc(50% - 17px);
    left: -45px;
  }
}

#pageUserGuide.admin .table_blue th,
#pageUserCommerce.admin .table_blue th,
#pageUserPrivacy.admin .table_blue th {
  background: #002958;
}

/*--------------------------
管理者ダッシュボード
--------------------------*/
#pageAdminBoard .dashboard_title {
  margin-top: 40px;
  color: #000;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 30px;
}
#pageAdminBoard .dashboard_title .min {
  font-size: 0.9rem;
  font-weight: normal;
  display: block;
  margin-top: 10px;
}
#pageAdminBoard .box_white {
  background: #fff;
  border-radius: 5px;
  box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.16);
  padding: 8% 8%;
}
#pageAdminBoard .box_white + .box_white {
  margin-top: 20px;
}
#pageAdminBoard .task_nums {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#pageAdminBoard .task_nums li {
  width: 46%;
  margin-bottom: 30px;
}
#pageAdminBoard .task_nums li:nth-of-type(n+3) {
  margin-bottom: 0;
}
#pageAdminBoard .card {
  position: relative;
  background: #0762AE;
  text-align: center;
  color: #fff;
  padding: 30px 20px 20px 20px;
  border-radius: 10px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
}
#pageAdminBoard .card .icon {
  position: absolute;
  right: -14px;
  top: -14px;
  display: block;
  width: 28px;
  height: 28px;
}
#pageAdminBoard .card .icon img {
  width: 100%;
}
#pageAdminBoard .card .card_header {
  font-weight: bold;
  margin-bottom: 10px;
}
#pageAdminBoard .card .count {
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#pageAdminBoard .card .btn_detail {
  margin-top: 10px;
  display: inline-block;
  padding: 10px 13px;
  background: #fff;
  color: #0762AE;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#pageAdminBoard .event_name {
  font-weight: bold;
  font-size: 1.2em;
  color: #0762AE;
  margin-bottom: 1em;
  line-height: 1.5;
}
#pageAdminBoard .event_name .min {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: normal;
}
#pageAdminBoard .text {
  line-height: 1.2;
  color: #002958;
  display: inline-block;
  margin-right: 20px;
}
#pageAdminBoard .text.mid {
  font-size: 1.1;
}
#pageAdminBoard .text .num {
  color: #FD253E;
  font-size: 2.5em;
  display: inline-block;
  margin: 0 10px;
}
@media all and (max-width: 1024px) {
  #pageAdminBoard .cols .col + .col {
    margin-top: 20px;
  }
}
@media all and (min-width: 768px) {
  #pageAdminBoard .dashboard_title {
    margin-top: 60px;
  }
  #pageAdminBoard .box_white + .box_white {
    margin-top: 30px;
  }
}
@media all and (min-width: 1025px) {
  #pageAdminBoard .dashboard_title {
    margin-top: 80px;
  }
  #pageAdminBoard .dashboard_title .min {
    display: inline-block;
    margin-left: 20px;
  }
  #pageAdminBoard .box_white {
    padding: 40px;
    max-width: 960px;
  }
  #pageAdminBoard .box_white.box_white {
    margin-top: 40px;
  }
  #pageAdminBoard .task_nums {
    flex-wrap: nowrap;
  }
  #pageAdminBoard .task_nums li {
    width: 22%;
    margin-bottom: 0;
  }
  #pageAdminBoard .card {
    padding: 30px 2% 20px 2%;
  }
  #pageAdminBoard .card .icon {
    width: 34px;
    height: 34px;
    right: -17px;
    top: -17px;
  }
  #pageAdminBoard .card .card_header {
    margin-bottom: 20px;
  }
  #pageAdminBoard .card .btn_detail {
    margin-top: 20px;
    transition: all 0.3s;
  }
  #pageAdminBoard .card .btn_detail:hover {
    background: #002958;
    color: #fff;
    box-shadow: none;
  }
  #pageAdminBoard .cols {
    display: flex;
    justify-content: space-between;
  }
  #pageAdminBoard .cols .col:nth-of-type(1) {
    width: calc(100% - 140px);
  }
  #pageAdminBoard .cols .col:nth-of-type(2) {
    width: 120px;
  }
  #pageAdminBoard .text {
    display: block;
    margin-right: 0;
  }
  #pageAdminBoard .text + .text {
    margin-top: 10px;
  }
}
@media all and (min-width: 1281px) {
  #pageAdminBoard .task_nums_wrap {
    padding: 40px;
  }
  #pageAdminBoard .card {
    padding: 30px 30px 25px 30px;
  }
}

/*--------------------------
インポート
--------------------------*/
#pageResultSetting .section_title {
  margin: 40px 0 30px;
  font-size: 1.1em;
  font-weight: bold;
  border-bottom: 1px solid #C0D0DD;
  padding-bottom: 10px;
  color: #0762AE;
}
#pageResultSetting #skip + label {
  white-space: nowrap;
}
#pageResultSetting .remodal .text {
  line-height: 1.5;
  text-align: left;
  display: inline-block;
}
#pageResultSetting .import_target {
  margin: 40px 0;
  font-weight: bold;
  color: #16426E;
  padding: 20px;
  background: #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
  text-align: center;
  border-radius: 4px;
  line-height: 1.8;
  font-size: 0.9rem;
}
#pageResultSetting .result_table {
  background: #fff;
  width: 100%;
  margin-top: 20px;
}
#pageResultSetting .result_table tr {
  border: 1px solid #E4E4E4;
}
#pageResultSetting .result_table tr:nth-of-type(1) {
  background: #8D8D8D;
  color: #fff;
  font-weight: bold;
}
#pageResultSetting .result_table td {
  border-left: 1px solid #E4E4E4;
  padding: 0.5em;
  text-align: center;
  vertical-align: middle;
}
#pageResultSetting .import_errors li {
  font-weight: bold;
  color: #E63146;
  line-height: 1.5;
}
#pageResultSetting .import_errors li + li {
  margin-top: 1em;
}

.result_color_1 {
  color: #fd253e;
  font-weight: bold;
}

.result_color_2, .result_color_3 {
  color: #fd733f;
  font-weight: bold;
}

.result_color_9 {
  font-weight: bold;
}

.remarks {
  margin-top: 30px;
  font-size: 0.9rem;
  color: #8d8d8d;
}

/*--------------------------
試験結果
--------------------------*/
#pageResultList .scroll {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 20px;
}
#pageResultList .result_table {
  background: #fff;
  width: 100%;
  font-size: 0.9rem;
  border: 1px solid #E4E4E4;
}
#pageResultList .result_table tr {
  border-top: 1px solid #E4E4E4;
}
#pageResultList .result_table tr.border_top_thick {
  border-top: 3px double #9f9f9f;
}
#pageResultList .result_table td, #pageResultList .result_table th {
  border-left: 1px solid #E4E4E4;
  padding: 0.5em;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
#pageResultList .result_table .group_key {
  background: #4b4b4b;
}
#pageResultList .result_table thead {
  background: #8D8D8D;
  color: #fff;
  font-weight: bold;
}
#pageResultList .remodal .text {
  line-height: 1.5;
  text-align: left;
  display: inline-block;
}

/*--------------------------
メッセージ送信
--------------------------*/
.message_setting .section_title {
  margin: 40px 0 30px;
  font-size: 1.1em;
  font-weight: bold;
  border-bottom: 1px solid #C0D0DD;
  padding-bottom: 10px;
  color: #0762AE;
}
.message_setting .counter {
  display: inline-block;
  position: absolute;
  font-weight: bold;
  color: #e63146;
  font-size: 0.9em;
}

body[id^=pageMsg] .remodal .text {
  line-height: 1.8;
}
body[id^=pageMsg] .ecrips {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body[id^=pageMsg] .no_ecrips {
  overflow: visible !important;
  white-space: break-spaces !important;
}

/*--------------------------
否決・差戻しメッセージ
--------------------------*/
.box_reject {
  padding: 20px;
  background: #fce6e6;
  border: 1px solid #FD253E;
  border-radius: 6px;
  margin-bottom: 40px;
  max-width: 1000px;
  word-wrap: break-word;
}
.box_reject .reject_title {
  font-weight: bold;
  font-size: 1.15em;
  margin-bottom: 1em;
  line-height: 24px;
  color: #E63F46;
}
.box_reject .reject_title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 24px;
  margin-right: 5px;
  background: url(../img/common/no_task.svg) no-repeat;
  background-size: contain;
  background-position: center center;
}
.box_reject .reject_message {
  line-height: 1.5;
}

/*--------------------------
スライダー設定
--------------------------*/
#pageConfigSlider .error_message {
  position: sticky;
  top: 59px;
  z-index: 3;
}
#pageConfigSlider .section_title {
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  padding: 0.2em 0 0.2em 0.5em;
  border-left: 5px solid #0762AE;
  border-left-color: #0762AE;
  color: #0762AE;
  margin-bottom: 30px;
}
@media all and (min-width: 768px) {
  #pageConfigSlider .section_title {
    margin-bottom: 40px;
  }
}
#pageConfigSlider .sliders,
#pageConfigSlider .new_slider {
  max-width: 980px;
}
#pageConfigSlider .new_slider {
  background: #efefef;
  padding: 30px 4%;
  box-sizing: border-box;
}
@media all and (min-width: 768px) {
  #pageConfigSlider .new_slider {
    padding: 40px;
  }
}
@media all and (min-width: 1025px) {
  #pageConfigSlider .new_slider {
    padding: 50px 40px;
  }
}
#pageConfigSlider .sliders li.slider {
  border-bottom: 1px dashed #C0D0DD;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media all and (min-width: 768px) {
  #pageConfigSlider .sliders li.slider {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
#pageConfigSlider .card_actions {
  margin-top: 30px;
}
@media all and (min-width: 768px) {
  #pageConfigSlider .card_actions {
    margin-top: 40px;
  }
}
#pageConfigSlider .file.has-name {
  overflow: hidden;
}
#pageConfigSlider input[type=number] {
  width: 80px;
  text-align: right;
}
#pageConfigSlider .add_left_mgn {
  margin-left: 20px;
}
#pageConfigSlider .file .preview {
  max-width: 400px;
  margin-top: 1em;
}
#pageConfigSlider .file .preview img {
  max-width: 400px;
  max-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}

/*--------------------------
氏名（カナ）・生年月日入力モーダル
--------------------------*/
#kanabirth_modal .modal_bg {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(43, 46, 56, 0.9);
}
#kanabirth_modal .modal_cont {
  position: fixed;
  z-index: 10000;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
  width: 90%;
  max-width: 400px;
}
@media all and (min-width: 768px) {
  #kanabirth_modal .modal_cont {
    padding: 50px;
    width: 80%;
    max-width: 700px;
  }
}
#kanabirth_modal .modal_cont h2 {
  color: #2BA2A7;
  font-size: 19px;
  line-height: 1.4;
  margin-bottom: 26px;
  text-align: center;
  font-weight: bold;
}
@media all and (min-width: 768px) {
  #kanabirth_modal .modal_cont h2 {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
#kanabirth_modal .modal_cont p {
  line-height: 1.5;
}
#kanabirth_modal .modal_cont form {
  margin-top: 30px;
}
@media all and (min-width: 768px) {
  #kanabirth_modal .modal_cont form {
    margin-top: 40px;
  }
}
#kanabirth_modal .modal_cont form .form_cont .form_row {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 768px) {
  #kanabirth_modal .modal_cont form .form_cont .form_row {
    margin-bottom: 10px;
    flex-direction: row;
    align-items: center;
  }
}
#kanabirth_modal .modal_cont form .form_cont .form_row label {
  margin-bottom: 5px;
}
@media all and (min-width: 768px) {
  #kanabirth_modal .modal_cont form .form_cont .form_row label {
    margin: 0;
    width: 140px;
  }
}
#kanabirth_modal .modal_cont form .form_cont .form_row input {
  line-height: 1.5rem;
}
@media all and (min-width: 768px) {
  #kanabirth_modal .modal_cont form .form_cont .form_row input {
    width: calc(100% - 140px);
  }
}
#kanabirth_modal .modal_cont form .form_btn {
  margin-top: 20px;
  text-align: center;
}
@media all and (min-width: 768px) {
  #kanabirth_modal .modal_cont form .form_btn {
    margin-top: 30px;
  }
}

/*--------------------------
3Dセキュアエラー
--------------------------*/
.alert-secure {
  color: #d42d40;
  font-weight: 600;
  background-color: #f4dbdb;
  padding: 16px;
  border-radius: 3px;
}
.alert-secure.cart {
  margin: 40px 0 20px;
}
.alert-secure.entry {
  margin: 0 0 20px 0;
}

/*--------------------------
プライバシーポリシー同意ボタン
--------------------------*/
#pageEntryShow #agree_btn {
  margin-top: 30px;
  text-align: center;
}
#pageEntryShow #agree_btn label {
  display: inline-block;
  font-size: 13px;
  line-height: 30px;
  margin: 0;
}
#pageEntryShow #agree_btn a {
  text-decoration: underline;
}
#pageEntryShow #agree_btn input[type=checkbox] {
  display: inline-block;
  border: none;
  width: 30px;
  height: 30px;
  margin: 0 20px 0 0;
  vertical-align: middle;
  color: #ffffff;
}
#pageEntryShow #agree_btn input[type=checkbox]:checked {
  outline: none;
  box-shadow: none;
  color: #35B29A;
}
#pageEntryShow #agree_btn input[type=checkbox]:focus {
  outline: none;
  box-shadow: none;
}
@media all and (min-width: 768px) {
  #pageEntryShow #agree_btn {
    margin-top: 45px;
  }
  #pageEntryShow #agree_btn label {
    cursor: pointer;
    font-size: 14px;
    line-height: 40px;
  }
  #pageEntryShow #agree_btn input[type=checkbox] {
    cursor: pointer;
    width: 40px;
    height: 40px;
  }
}

/*-------------------
  ブレイクポイント
--------------------*/
/*-------------------
  カラー
--------------------*/
.forMIN {
  display: none !important;
}
@media screen and (max-width: 480px) {
  .forMIN {
    display: block !important;
  }
  .forMIN.inline {
    display: inline !important;
  }
}

.forSE {
  display: none !important;
}
@media screen and (max-width: 374px) {
  .forSE {
    display: block !important;
  }
}

.forSEi {
  display: none !important;
}
@media screen and (max-width: 374px) {
  .forSEi {
    display: inline !important;
  }
}

.nonSP {
  display: none !important;
}
@media all and (min-width: 768px) {
  .nonSP {
    display: block !important;
  }
}

.nonSPi {
  display: none !important;
}
@media all and (min-width: 768px) {
  .nonSPi {
    display: inline !important;
  }
}

.forSP {
  display: none !important;
}
@media all and (max-width: 767px) {
  .forSP {
    display: block !important;
  }
}

.forSPi {
  display: none !important;
}
@media all and (max-width: 767px) {
  .forSPi {
    display: inline !important;
  }
}

.forTB {
  display: none !important;
}
@media all and (max-width: 1024px) {
  .forTB {
    display: block !important;
  }
}

.forTBi {
  display: none !important;
}
@media all and (max-width: 1024px) {
  .forTBi {
    display: inline !important;
  }
}

.forPC {
  display: none !important;
}
@media all and (min-width: 1025px) {
  .forPC {
    display: block !important;
  }
}

.forPCi {
  display: none !important;
}
@media all and (min-width: 1025px) {
  .forPCi {
    display: inline !important;
  }
}

.nonPC {
  display: block !important;
}
@media all and (min-width: 1025px) {
  .nonPC {
    display: none !important;
  }
}

.nonPCi {
  display: inline !important;
}
@media all and (min-width: 1025px) {
  .nonPCi {
    display: none !important;
  }
}

.futura {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

html, body, div, span, object, iframe,
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, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 100%;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

address {
  font-style: normal;
}

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/*矢印消す*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -webkit-text-fill-color: #002958;
}

/*
input, select {
    vertical-align:middle;
    -webkit-appearance: none;
}
*/
.data_block {
  display: block;
}

.data_block + .data_block {
  margin-top: 0.5em;
}

.inline-block {
  display: inline-block;
}
.inline-block.addMgn {
  margin: 5px;
}

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

/*--------------------------
pageItem
--------------------------*/
#pageItemList #item_list,
#pageItemList #soryo_view {
  display: none;
}

#pageItemList #app .side,
#pageItemCart #app .side,
#pageItemConfirm #app .side,
#pageItemOrder #app .side,
#pageHistory #app .side {
  z-index: 5;
}
#pageItemList .page_inner,
#pageItemCart .page_inner,
#pageItemConfirm .page_inner,
#pageItemOrder .page_inner,
#pageHistory .page_inner {
  position: relative;
  padding-bottom: 100px;
}
@media all and (min-width: 1025px) {
  #pageItemList .page_inner,
#pageItemCart .page_inner,
#pageItemConfirm .page_inner,
#pageItemOrder .page_inner,
#pageHistory .page_inner {
    padding-bottom: 180px;
  }
}
#pageItemList #page_menu,
#pageItemCart #page_menu,
#pageItemConfirm #page_menu,
#pageItemOrder #page_menu,
#pageHistory #page_menu {
  padding-bottom: 35px;
}
@media all and (min-width: 1025px) {
  #pageItemList #page_menu,
#pageItemCart #page_menu,
#pageItemConfirm #page_menu,
#pageItemOrder #page_menu,
#pageHistory #page_menu {
    padding-bottom: 70px;
  }
}
#pageItemList #page_menu h2,
#pageItemList .block_title,
#pageItemCart #page_menu h2,
#pageItemCart .block_title,
#pageItemConfirm #page_menu h2,
#pageItemConfirm .block_title,
#pageItemOrder #page_menu h2,
#pageItemOrder .block_title,
#pageHistory #page_menu h2,
#pageHistory .block_title {
  color: #35B29A;
  font-size: 15px;
  font-weight: bold;
}
@media all and (min-width: 1025px) {
  #pageItemList #page_menu h2,
#pageItemList .block_title,
#pageItemCart #page_menu h2,
#pageItemCart .block_title,
#pageItemConfirm #page_menu h2,
#pageItemConfirm .block_title,
#pageItemOrder #page_menu h2,
#pageItemOrder .block_title,
#pageHistory #page_menu h2,
#pageHistory .block_title {
    font-size: 18px;
  }
}
#pageItemList #page_menu h2,
#pageItemCart #page_menu h2,
#pageItemConfirm #page_menu h2,
#pageItemOrder #page_menu h2,
#pageHistory #page_menu h2 {
  margin-bottom: 15px;
}
@media all and (min-width: 1025px) {
  #pageItemList #page_menu h2,
#pageItemCart #page_menu h2,
#pageItemConfirm #page_menu h2,
#pageItemOrder #page_menu h2,
#pageHistory #page_menu h2 {
    margin-bottom: 20px;
  }
}
#pageItemList .block_title,
#pageItemCart .block_title,
#pageItemConfirm .block_title,
#pageItemOrder .block_title,
#pageHistory .block_title {
  padding-bottom: 0.6em;
  border-bottom: solid 1px #35B29A;
}
@media all and (min-width: 1025px) {
  #pageItemList .block_title,
#pageItemCart .block_title,
#pageItemConfirm .block_title,
#pageItemOrder .block_title,
#pageHistory .block_title {
    padding-bottom: 0.7em;
  }
}
#pageItemList #page_menu .btn_action,
#pageItemCart #page_menu .btn_action,
#pageItemConfirm #page_menu .btn_action,
#pageItemOrder #page_menu .btn_action,
#pageHistory #page_menu .btn_action {
  box-shadow: none;
  border-radius: 0;
  color: #ffffff;
  background: #8D8D8D;
  transition: all 0.3s;
}
#pageItemList #page_menu .btn_action:hover, #pageItemList #page_menu .btn_action.active,
#pageItemCart #page_menu .btn_action:hover,
#pageItemCart #page_menu .btn_action.active,
#pageItemConfirm #page_menu .btn_action:hover,
#pageItemConfirm #page_menu .btn_action.active,
#pageItemOrder #page_menu .btn_action:hover,
#pageItemOrder #page_menu .btn_action.active,
#pageHistory #page_menu .btn_action:hover,
#pageHistory #page_menu .btn_action.active {
  background: #35B29A;
}
#pageItemList #page_menu .btn_action.active,
#pageItemCart #page_menu .btn_action.active,
#pageItemConfirm #page_menu .btn_action.active,
#pageItemOrder #page_menu .btn_action.active,
#pageHistory #page_menu .btn_action.active {
  cursor: default;
}
#pageItemList #item_list > li,
#pageItemCart #item_list > li,
#pageItemConfirm #item_list > li,
#pageItemOrder #item_list > li,
#pageHistory #item_list > li {
  color: #212121;
  padding: 40px 0;
  border-bottom: solid 1px #D1D1D1;
}
#pageItemList #item_list > li .item_title,
#pageItemCart #item_list > li .item_title,
#pageItemConfirm #item_list > li .item_title,
#pageItemOrder #item_list > li .item_title,
#pageHistory #item_list > li .item_title {
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
}
#pageItemList #item_list > li .image_wrap,
#pageItemCart #item_list > li .image_wrap,
#pageItemConfirm #item_list > li .image_wrap,
#pageItemOrder #item_list > li .image_wrap,
#pageHistory #item_list > li .image_wrap {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#pageItemList #item_list > li .image_wrap .img,
#pageItemCart #item_list > li .image_wrap .img,
#pageItemConfirm #item_list > li .image_wrap .img,
#pageItemOrder #item_list > li .image_wrap .img,
#pageHistory #item_list > li .image_wrap .img {
  width: 32%;
}
#pageItemList #item_list > li .image_wrap .detail,
#pageItemCart #item_list > li .image_wrap .detail,
#pageItemConfirm #item_list > li .image_wrap .detail,
#pageItemOrder #item_list > li .image_wrap .detail,
#pageHistory #item_list > li .image_wrap .detail {
  width: 61%;
}
#pageItemList #item_list > li .image_wrap .text,
#pageItemCart #item_list > li .image_wrap .text,
#pageItemConfirm #item_list > li .image_wrap .text,
#pageItemOrder #item_list > li .image_wrap .text,
#pageHistory #item_list > li .image_wrap .text {
  font-size: 11px;
  line-height: 2.18;
}
#pageItemList #item_list > li .price_wrap,
#pageItemCart #item_list > li .price_wrap,
#pageItemConfirm #item_list > li .price_wrap,
#pageItemOrder #item_list > li .price_wrap,
#pageHistory #item_list > li .price_wrap {
  position: relative;
  margin-top: 28px;
}
#pageItemList #item_list > li .price,
#pageItemCart #item_list > li .price,
#pageItemConfirm #item_list > li .price,
#pageItemOrder #item_list > li .price,
#pageHistory #item_list > li .price {
  display: block;
  margin-top: 28px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: bold;
  text-align: right;
}
#pageItemList #item_list > li .price em,
#pageItemCart #item_list > li .price em,
#pageItemConfirm #item_list > li .price em,
#pageItemOrder #item_list > li .price em,
#pageHistory #item_list > li .price em {
  display: inline-block;
  margin-right: 0.05em;
  font-size: 24px;
  font-style: normal;
}
#pageItemList #item_list > li .cart_wrap,
#pageItemCart #item_list > li .cart_wrap,
#pageItemConfirm #item_list > li .cart_wrap,
#pageItemOrder #item_list > li .cart_wrap,
#pageHistory #item_list > li .cart_wrap {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
#pageItemList #item_list > li .cart_wrap .dropdown,
#pageItemCart #item_list > li .cart_wrap .dropdown,
#pageItemConfirm #item_list > li .cart_wrap .dropdown,
#pageItemOrder #item_list > li .cart_wrap .dropdown,
#pageHistory #item_list > li .cart_wrap .dropdown {
  position: relative;
  width: 106px;
  padding-left: 38px;
}
#pageItemList #item_list > li .cart_wrap .dropdown .pull_title,
#pageItemCart #item_list > li .cart_wrap .dropdown .pull_title,
#pageItemConfirm #item_list > li .cart_wrap .dropdown .pull_title,
#pageItemOrder #item_list > li .cart_wrap .dropdown .pull_title,
#pageHistory #item_list > li .cart_wrap .dropdown .pull_title {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5em;
  font-size: 13px;
  line-height: 1.1;
  font-weight: bold;
}
#pageItemList #item_list > li .cart_wrap .dropdown .btn,
#pageItemCart #item_list > li .cart_wrap .dropdown .btn,
#pageItemConfirm #item_list > li .cart_wrap .dropdown .btn,
#pageItemOrder #item_list > li .cart_wrap .dropdown .btn,
#pageHistory #item_list > li .cart_wrap .dropdown .btn {
  height: 50px;
}
#pageItemList #item_list > li .cart_wrap .dropdown .btn .caret,
#pageItemCart #item_list > li .cart_wrap .dropdown .btn .caret,
#pageItemConfirm #item_list > li .cart_wrap .dropdown .btn .caret,
#pageItemOrder #item_list > li .cart_wrap .dropdown .btn .caret,
#pageHistory #item_list > li .cart_wrap .dropdown .btn .caret {
  margin-left: 6px;
  border-top-color: #35B29A;
}
#pageItemList #item_list > li .cart_wrap .btn_action,
#pageItemCart #item_list > li .cart_wrap .btn_action,
#pageItemConfirm #item_list > li .cart_wrap .btn_action,
#pageItemOrder #item_list > li .cart_wrap .btn_action,
#pageHistory #item_list > li .cart_wrap .btn_action {
  flex: 1;
  display: block;
  color: #ffffff;
  background: #35B29A;
  height: 50px;
  line-height: 50px;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  max-width: 260px;
}
@media all and (min-width: 768px) {
  #pageItemList #item_list > li,
#pageItemCart #item_list > li,
#pageItemConfirm #item_list > li,
#pageItemOrder #item_list > li,
#pageHistory #item_list > li {
    padding: 32px 0 40px;
  }
  #pageItemList #item_list > li .item_title,
#pageItemCart #item_list > li .item_title,
#pageItemConfirm #item_list > li .item_title,
#pageItemOrder #item_list > li .item_title,
#pageHistory #item_list > li .item_title {
    font-size: 18px;
  }
  #pageItemList #item_list > li .image_wrap .text,
#pageItemCart #item_list > li .image_wrap .text,
#pageItemConfirm #item_list > li .image_wrap .text,
#pageItemOrder #item_list > li .image_wrap .text,
#pageHistory #item_list > li .image_wrap .text {
    font-size: 14px;
  }
}
@media all and (min-width: 1025px) {
  #pageItemList #item_list > li,
#pageItemCart #item_list > li,
#pageItemConfirm #item_list > li,
#pageItemOrder #item_list > li,
#pageHistory #item_list > li {
    min-height: 110px;
    position: relative;
    padding-right: 280px;
    min-height: 180px;
  }
  #pageItemList #item_list > li .image_wrap,
#pageItemCart #item_list > li .image_wrap,
#pageItemConfirm #item_list > li .image_wrap,
#pageItemOrder #item_list > li .image_wrap,
#pageHistory #item_list > li .image_wrap {
    margin-top: 0;
  }
  #pageItemList #item_list > li .image_wrap .img,
#pageItemCart #item_list > li .image_wrap .img,
#pageItemConfirm #item_list > li .image_wrap .img,
#pageItemOrder #item_list > li .image_wrap .img,
#pageHistory #item_list > li .image_wrap .img {
    width: 114px;
    margin-right: 40px;
  }
  #pageItemList #item_list > li .image_wrap .detail,
#pageItemCart #item_list > li .image_wrap .detail,
#pageItemConfirm #item_list > li .image_wrap .detail,
#pageItemOrder #item_list > li .image_wrap .detail,
#pageHistory #item_list > li .image_wrap .detail {
    flex: 1;
  }
  #pageItemList #item_list > li .image_wrap .text,
#pageItemCart #item_list > li .image_wrap .text,
#pageItemConfirm #item_list > li .image_wrap .text,
#pageItemOrder #item_list > li .image_wrap .text,
#pageHistory #item_list > li .image_wrap .text {
    margin-top: 20px;
    line-height: 1.857;
  }
  #pageItemList #item_list > li .price_wrap,
#pageItemCart #item_list > li .price_wrap,
#pageItemConfirm #item_list > li .price_wrap,
#pageItemOrder #item_list > li .price_wrap,
#pageHistory #item_list > li .price_wrap {
    margin-top: 0;
    position: absolute;
    bottom: 40px;
    right: 0;
  }
  #pageItemList #item_list > li .price_wrap .dropdown,
#pageItemCart #item_list > li .price_wrap .dropdown,
#pageItemConfirm #item_list > li .price_wrap .dropdown,
#pageItemOrder #item_list > li .price_wrap .dropdown,
#pageHistory #item_list > li .price_wrap .dropdown {
    width: 60px;
    padding-left: 0;
  }
  #pageItemList #item_list > li .price_wrap .dropdown .pull_title,
#pageItemCart #item_list > li .price_wrap .dropdown .pull_title,
#pageItemConfirm #item_list > li .price_wrap .dropdown .pull_title,
#pageItemOrder #item_list > li .price_wrap .dropdown .pull_title,
#pageHistory #item_list > li .price_wrap .dropdown .pull_title {
    top: 0;
    margin: -1.4em 0 0 3px;
  }
  #pageItemList #item_list > li .price_wrap .dropdown .btn,
#pageItemCart #item_list > li .price_wrap .dropdown .btn,
#pageItemConfirm #item_list > li .price_wrap .dropdown .btn,
#pageItemOrder #item_list > li .price_wrap .dropdown .btn,
#pageHistory #item_list > li .price_wrap .dropdown .btn {
    height: 50px;
  }
  #pageItemList #item_list > li .price_wrap .dropdown .btn .caret,
#pageItemCart #item_list > li .price_wrap .dropdown .btn .caret,
#pageItemConfirm #item_list > li .price_wrap .dropdown .btn .caret,
#pageItemOrder #item_list > li .price_wrap .dropdown .btn .caret,
#pageHistory #item_list > li .price_wrap .dropdown .btn .caret {
    margin-left: 6px;
    border-top-color: #35B29A;
  }
  #pageItemList #item_list > li .price,
#pageItemCart #item_list > li .price,
#pageItemConfirm #item_list > li .price,
#pageItemOrder #item_list > li .price,
#pageHistory #item_list > li .price {
    margin-top: 0;
  }
  #pageItemList #item_list > li .cart_wrap,
#pageItemCart #item_list > li .cart_wrap,
#pageItemConfirm #item_list > li .cart_wrap,
#pageItemOrder #item_list > li .cart_wrap,
#pageHistory #item_list > li .cart_wrap {
    margin-top: 30px;
  }
  #pageItemList #item_list > li .cart_wrap .btn_action,
#pageItemCart #item_list > li .cart_wrap .btn_action,
#pageItemConfirm #item_list > li .cart_wrap .btn_action,
#pageItemOrder #item_list > li .cart_wrap .btn_action,
#pageHistory #item_list > li .cart_wrap .btn_action {
    border: solid 1px #35B29A;
    margin-left: 10px;
    box-sizing: border-box;
    transition: all 0.3s;
  }
  #pageItemList #item_list > li .cart_wrap .btn_action:hover,
#pageItemCart #item_list > li .cart_wrap .btn_action:hover,
#pageItemConfirm #item_list > li .cart_wrap .btn_action:hover,
#pageItemOrder #item_list > li .cart_wrap .btn_action:hover,
#pageHistory #item_list > li .cart_wrap .btn_action:hover {
    color: #35B29A;
    background: #ffffff;
  }
}
#pageItemList #item_list > li.sold_out .img span, #pageItemList #item_list > li.failure .img span,
#pageItemCart #item_list > li.sold_out .img span,
#pageItemCart #item_list > li.failure .img span,
#pageItemConfirm #item_list > li.sold_out .img span,
#pageItemConfirm #item_list > li.failure .img span,
#pageItemOrder #item_list > li.sold_out .img span,
#pageItemOrder #item_list > li.failure .img span,
#pageHistory #item_list > li.sold_out .img span,
#pageHistory #item_list > li.failure .img span {
  display: block;
  position: relative;
}
#pageItemList #item_list > li.sold_out .img span::before, #pageItemList #item_list > li.failure .img span::before,
#pageItemCart #item_list > li.sold_out .img span::before,
#pageItemCart #item_list > li.failure .img span::before,
#pageItemConfirm #item_list > li.sold_out .img span::before,
#pageItemConfirm #item_list > li.failure .img span::before,
#pageItemOrder #item_list > li.sold_out .img span::before,
#pageItemOrder #item_list > li.failure .img span::before,
#pageHistory #item_list > li.sold_out .img span::before,
#pageHistory #item_list > li.failure .img span::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.7);
}
#pageItemList #item_list > li.sold_out .img span::after, #pageItemList #item_list > li.failure .img span::after,
#pageItemCart #item_list > li.sold_out .img span::after,
#pageItemCart #item_list > li.failure .img span::after,
#pageItemConfirm #item_list > li.sold_out .img span::after,
#pageItemConfirm #item_list > li.failure .img span::after,
#pageItemOrder #item_list > li.sold_out .img span::after,
#pageItemOrder #item_list > li.failure .img span::after,
#pageHistory #item_list > li.sold_out .img span::after,
#pageHistory #item_list > li.failure .img span::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1.2em;
  margin-top: -0.6em;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  display: block;
  content: "SOLD OUT";
  z-index: 2;
}
#pageItemList #item_list > li.sold_out .price_wrap::before, #pageItemList #item_list > li.failure .price_wrap::before,
#pageItemCart #item_list > li.sold_out .price_wrap::before,
#pageItemCart #item_list > li.failure .price_wrap::before,
#pageItemConfirm #item_list > li.sold_out .price_wrap::before,
#pageItemConfirm #item_list > li.failure .price_wrap::before,
#pageItemOrder #item_list > li.sold_out .price_wrap::before,
#pageItemOrder #item_list > li.failure .price_wrap::before,
#pageHistory #item_list > li.sold_out .price_wrap::before,
#pageHistory #item_list > li.failure .price_wrap::before {
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  z-index: 2;
  display: block;
  content: "";
  background: rgba(244, 244, 244, 0.7);
}
#pageItemList #item_list > li.failure .img span::before, #pageItemList #item_list > li.failure .img span::after,
#pageItemCart #item_list > li.failure .img span::before,
#pageItemCart #item_list > li.failure .img span::after,
#pageItemConfirm #item_list > li.failure .img span::before,
#pageItemConfirm #item_list > li.failure .img span::after,
#pageItemOrder #item_list > li.failure .img span::before,
#pageItemOrder #item_list > li.failure .img span::after,
#pageHistory #item_list > li.failure .img span::before,
#pageHistory #item_list > li.failure .img span::after {
  display: none;
}
#pageItemList #order_bar,
#pageItemCart #order_bar,
#pageItemConfirm #order_bar,
#pageItemOrder #order_bar,
#pageHistory #order_bar {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 60px;
  background: #434343;
  overflow: hidden;
  z-index: 2;
  text-align: right;
}
#pageItemList #order_bar .wrap,
#pageItemCart #order_bar .wrap,
#pageItemConfirm #order_bar .wrap,
#pageItemOrder #order_bar .wrap,
#pageHistory #order_bar .wrap {
  position: relative;
  height: 100%;
  padding-left: 100px;
  color: #ffffff;
  text-align: left;
}
#pageItemList #order_bar .count,
#pageItemCart #order_bar .count,
#pageItemConfirm #order_bar .count,
#pageItemOrder #order_bar .count,
#pageHistory #order_bar .count {
  position: absolute;
  top: 10px;
  left: 4%;
}
#pageItemList #order_bar .count h2,
#pageItemCart #order_bar .count h2,
#pageItemConfirm #order_bar .count h2,
#pageItemOrder #order_bar .count h2,
#pageHistory #order_bar .count h2 {
  font-size: 11px;
  line-height: 1.5;
}
#pageItemList #order_bar .count .num,
#pageItemCart #order_bar .count .num,
#pageItemConfirm #order_bar .count .num,
#pageItemOrder #order_bar .count .num,
#pageHistory #order_bar .count .num {
  font-size: 13px;
}
#pageItemList #order_bar .count .num em,
#pageItemCart #order_bar .count .num em,
#pageItemConfirm #order_bar .count .num em,
#pageItemOrder #order_bar .count .num em,
#pageHistory #order_bar .count .num em {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
}
#pageItemList #order_bar .total,
#pageItemCart #order_bar .total,
#pageItemConfirm #order_bar .total,
#pageItemOrder #order_bar .total,
#pageHistory #order_bar .total {
  padding-top: 9px;
}
#pageItemList #order_bar .total h2,
#pageItemCart #order_bar .total h2,
#pageItemConfirm #order_bar .total h2,
#pageItemOrder #order_bar .total h2,
#pageHistory #order_bar .total h2 {
  font-size: 11px;
  line-height: 1.5;
}
#pageItemList #order_bar .total .num,
#pageItemCart #order_bar .total .num,
#pageItemConfirm #order_bar .total .num,
#pageItemOrder #order_bar .total .num,
#pageHistory #order_bar .total .num {
  margin-top: 2px;
  color: #FFFF00;
  font-size: 13px;
}
#pageItemList #order_bar .total .num em,
#pageItemCart #order_bar .total .num em,
#pageItemConfirm #order_bar .total .num em,
#pageItemOrder #order_bar .total .num em,
#pageHistory #order_bar .total .num em {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
}
#pageItemList #order_bar input,
#pageItemCart #order_bar input,
#pageItemConfirm #order_bar input,
#pageItemOrder #order_bar input,
#pageHistory #order_bar input {
  display: block;
  position: absolute;
  top: 50%;
  right: 4%;
  margin-top: -15px;
  width: 100px;
  height: 30px;
  line-height: 0.5em;
  border-radius: 4px;
  background: #F4F4F4;
  color: #212121;
  font-size: 13px;
  transition: all 0.3s;
}
#pageItemList #order_bar input:disabled,
#pageItemCart #order_bar input:disabled,
#pageItemConfirm #order_bar input:disabled,
#pageItemOrder #order_bar input:disabled,
#pageHistory #order_bar input:disabled {
  opacity: 0.2;
}
@media all and (max-width: 767px) {
  #pageItemList #order_bar.abs,
#pageItemCart #order_bar.abs,
#pageItemConfirm #order_bar.abs,
#pageItemOrder #order_bar.abs,
#pageHistory #order_bar.abs {
    position: absolute;
  }
}
@media screen and (max-width: 360px) {
  #pageItemList #order_bar .wrap,
#pageItemCart #order_bar .wrap,
#pageItemConfirm #order_bar .wrap,
#pageItemOrder #order_bar .wrap,
#pageHistory #order_bar .wrap {
    padding-left: 80px;
  }
  #pageItemList #order_bar .total,
#pageItemCart #order_bar .total,
#pageItemConfirm #order_bar .total,
#pageItemOrder #order_bar .total,
#pageHistory #order_bar .total {
    padding-top: 11px;
  }
  #pageItemList #order_bar .total .num,
#pageItemCart #order_bar .total .num,
#pageItemConfirm #order_bar .total .num,
#pageItemOrder #order_bar .total .num,
#pageHistory #order_bar .total .num {
    font-size: 10px;
  }
  #pageItemList #order_bar .total .num em,
#pageItemCart #order_bar .total .num em,
#pageItemConfirm #order_bar .total .num em,
#pageItemOrder #order_bar .total .num em,
#pageHistory #order_bar .total .num em {
    font-size: 20px;
  }
}
@media all and (min-width: 768px) {
  #pageItemList #order_bar,
#pageItemCart #order_bar,
#pageItemConfirm #order_bar,
#pageItemOrder #order_bar,
#pageHistory #order_bar {
    height: 100px;
  }
  #pageItemList #order_bar .wrap,
#pageItemCart #order_bar .wrap,
#pageItemConfirm #order_bar .wrap,
#pageItemOrder #order_bar .wrap,
#pageHistory #order_bar .wrap {
    display: inline-block;
    padding-top: 38px;
    padding-right: 140px;
  }
  #pageItemList #order_bar .count,
#pageItemCart #order_bar .count,
#pageItemConfirm #order_bar .count,
#pageItemOrder #order_bar .count,
#pageHistory #order_bar .count {
    display: inline-block;
    position: static;
    top: 0;
    left: 0;
    margin-right: 15px;
  }
  #pageItemList #order_bar .count h2,
#pageItemCart #order_bar .count h2,
#pageItemConfirm #order_bar .count h2,
#pageItemOrder #order_bar .count h2,
#pageHistory #order_bar .count h2 {
    display: inline-block;
    margin-right: 0.6em;
    font-size: 13px;
    line-height: 1.2;
  }
  #pageItemList #order_bar .count .num,
#pageItemCart #order_bar .count .num,
#pageItemConfirm #order_bar .count .num,
#pageItemOrder #order_bar .count .num,
#pageHistory #order_bar .count .num {
    display: inline-block;
  }
  #pageItemList #order_bar .total,
#pageItemCart #order_bar .total,
#pageItemConfirm #order_bar .total,
#pageItemOrder #order_bar .total,
#pageHistory #order_bar .total {
    display: inline-block;
    padding-top: 0;
  }
  #pageItemList #order_bar .total h2,
#pageItemCart #order_bar .total h2,
#pageItemConfirm #order_bar .total h2,
#pageItemOrder #order_bar .total h2,
#pageHistory #order_bar .total h2 {
    display: inline-block;
    margin-right: 0.6em;
    font-size: 13px;
    line-height: 1.2;
  }
  #pageItemList #order_bar .total .num,
#pageItemCart #order_bar .total .num,
#pageItemConfirm #order_bar .total .num,
#pageItemOrder #order_bar .total .num,
#pageHistory #order_bar .total .num {
    display: inline-block;
    margin-top: 0;
  }
  #pageItemList #order_bar input,
#pageItemCart #order_bar input,
#pageItemConfirm #order_bar input,
#pageItemOrder #order_bar input,
#pageHistory #order_bar input {
    right: 20px;
    margin-top: -18px;
    height: 36px;
    line-height: 1em;
  }
}
@media all and (min-width: 1025px) {
  #pageItemList #order_bar .wrap,
#pageItemCart #order_bar .wrap,
#pageItemConfirm #order_bar .wrap,
#pageItemOrder #order_bar .wrap,
#pageHistory #order_bar .wrap {
    padding-right: 210px;
  }
  #pageItemList #order_bar .count,
#pageItemCart #order_bar .count,
#pageItemConfirm #order_bar .count,
#pageItemOrder #order_bar .count,
#pageHistory #order_bar .count {
    margin-right: 30px;
  }
  #pageItemList #order_bar input,
#pageItemCart #order_bar input,
#pageItemConfirm #order_bar input,
#pageItemOrder #order_bar input,
#pageHistory #order_bar input {
    right: 70px;
    border: solid 1px #ffffff;
    box-sizing: border-box;
  }
  #pageItemList #order_bar input:hover,
#pageItemCart #order_bar input:hover,
#pageItemConfirm #order_bar input:hover,
#pageItemOrder #order_bar input:hover,
#pageHistory #order_bar input:hover {
    color: #ffffff;
    background: #434343;
  }
  #pageItemList #order_bar input:hover:disabled,
#pageItemCart #order_bar input:hover:disabled,
#pageItemConfirm #order_bar input:hover:disabled,
#pageItemOrder #order_bar input:hover:disabled,
#pageHistory #order_bar input:hover:disabled {
    color: #212121;
    background: #F4F4F4;
    cursor: default;
  }
}

#pageItemCart .page_inner {
  position: relative;
  padding-bottom: 160px;
}
@media all and (min-width: 1025px) {
  #pageItemCart .page_inner {
    padding-bottom: 180px;
  }
}

#pageItemCart #item_list > li .image_wrap {
  margin-top: 0;
}
#pageItemCart #item_list > li .price {
  margin-top: 15px;
  text-align: left;
}
#pageItemCart #item_list > li .cart_wrap {
  position: relative;
  padding-bottom: 32px;
}
#pageItemCart #item_list > li .cart_wrap .btn_action {
  flex: none;
  max-width: 65px;
  min-width: 65px;
  margin-left: 10px;
}
#pageItemCart #item_list > li .cart_wrap .dropdown {
  width: auto;
}
#pageItemCart #item_list > li .delete_item {
  position: absolute;
  bottom: 0;
  right: 0;
}
#pageItemCart #item_list > li .delete_item a {
  color: #FD253E;
  font-size: 13px;
  line-height: 1.3;
  text-decoration: underline;
}
@media all and (min-width: 1025px) {
  #pageItemCart #item_list > li {
    padding-right: 210px;
  }
  #pageItemCart #item_list > li .image_wrap {
    align-items: center;
  }
  #pageItemCart #item_list > li .image_wrap .img {
    width: 80px;
  }
  #pageItemCart #item_list > li .cart_wrap {
    position: absolute;
    bottom: 50%;
    right: 0;
    margin-bottom: -50px;
  }
  #pageItemCart #item_list > li .cart_wrap .dropdown {
    padding-left: 0;
  }
  #pageItemCart #item_list > li .cart_wrap .dropdown .pull_title {
    top: -13px;
    left: 2px;
  }
}

#pageItemCart #cart_total {
  display: none;
  margin-top: 50px;
  text-align: right;
  font-size: 11px;
  line-height: 1.2;
}
#pageItemCart #cart_total .price {
  display: inline-block;
  margin-left: 1em;
  font-size: 13px;
  font-weight: bold;
}
#pageItemCart #cart_total .price em {
  font-style: normal;
  color: #E63146;
  font-size: 24px;
}
@media all and (min-width: 768px) {
  #pageItemCart #cart_total {
    margin-top: 30px;
    font-size: 13px;
  }
}

#pageItemCart #order_link {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 120px;
  background: #ffffff;
  margin-top: 0;
}
#pageItemCart #order_link.abs {
  position: absolute;
}
#pageItemCart #order_link ul {
  width: calc(100% - 30px);
  margin: 0 15px;
  padding-top: 15px;
  box-sizing: border-box;
}
#pageItemCart #order_link li {
  margin-top: 10px;
  width: 100%;
  max-width: 345px;
  margin: 10px auto 0;
}
#pageItemCart #order_link li.submit {
  display: none;
}
#pageItemCart #order_link li:first-child {
  margin-top: 0;
}
#pageItemCart #order_link li #confirm_submit,
#pageItemCart #order_link li a {
  display: block;
  width: 100%;
  height: 40px;
  background: #35B29A;
  border-color: #35B29A;
  color: #ffffff;
  border-radius: 4px;
  line-height: 40px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  padding: 0;
}
#pageItemCart #order_link li:last-child a {
  background: #434343;
  border: solid 2px #434343;
}
@media all and (min-width: 768px) {
  #pageItemCart #order_link {
    height: 120px;
    padding-left: 250px;
  }
  #pageItemCart #order_link ul {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
  }
  #pageItemCart #order_link li {
    margin: 0 10px;
    max-width: 200px;
  }
  #pageItemCart #order_link li #confirm_submit,
#pageItemCart #order_link li a {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    transition: all 0.3s;
  }
  #pageItemCart #order_link li #confirm_submit:hover,
#pageItemCart #order_link li a:hover {
    color: #707070;
    background: #ffffff;
  }
  #pageItemCart #order_link li:last-child a:hover {
    color: #35B29A;
  }
}

#pageItemCart #no_item {
  display: none;
  margin: 50px 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  #pageItemCart #no_item {
    margin: 100px 0;
    font-size: 16px;
  }
}

#pageEntryIndex #main #agree_btn {
  text-align: center;
}
#pageEntryIndex #main #agree_btn label {
  display: inline-block;
  font-size: 13px;
  line-height: 30px;
  margin: 0;
}
#pageEntryIndex #main #agree_btn a {
  text-decoration: underline;
}
#pageEntryIndex #main #agree_btn input[type=checkbox] {
  display: inline-block;
  border: none;
  width: 30px;
  height: 30px;
  margin: 0 20px 0 0;
  vertical-align: middle;
  color: #ffffff;
}
#pageEntryIndex #main #agree_btn input[type=checkbox]:checked {
  outline: none;
  box-shadow: none;
  color: #35B29A;
}
#pageEntryIndex #main #agree_btn input[type=checkbox]:focus {
  outline: none;
  box-shadow: none;
}
@media all and (min-width: 768px) {
  #pageEntryIndex #main #agree_btn label {
    cursor: pointer;
    font-size: 14px;
    line-height: 40px;
  }
  #pageEntryIndex #main #agree_btn input[type=checkbox] {
    cursor: pointer;
    width: 40px;
    height: 40px;
  }
}

#pageItemConfirm #main .contain,
#pageItemOrder #main .contain,
#pageHistory #main .contain {
  margin-top: 15px;
  padding-bottom: 30px;
}
@media all and (min-width: 768px) {
  #pageItemConfirm #main .contain,
#pageItemOrder #main .contain,
#pageHistory #main .contain {
    margin-top: 20px;
    padding-bottom: 45px;
  }
}
#pageItemConfirm #main .note,
#pageItemOrder #main .note,
#pageHistory #main .note {
  color: #FD253E;
  font-size: 12px;
  line-height: 1.4;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
}
#pageItemConfirm #main .note a,
#pageItemOrder #main .note a,
#pageHistory #main .note a {
  color: #FD253E;
  text-decoration: underline;
}
@media all and (min-width: 768px) {
  #pageItemConfirm #main .note,
#pageItemOrder #main .note,
#pageHistory #main .note {
    font-size: 13px;
  }
  #pageItemConfirm #main .note a:hover,
#pageItemOrder #main .note a:hover,
#pageHistory #main .note a:hover {
    text-decoration: none;
  }
}
#pageItemConfirm #main .block_title,
#pageItemOrder #main .block_title,
#pageHistory #main .block_title {
  background: #35B29A;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.2;
  border: none;
  margin: 0;
  padding: 0.7em 1em 0.64em;
  vertical-align: bottom;
}
@media all and (min-width: 768px) {
  #pageItemConfirm #main .block_title,
#pageItemOrder #main .block_title,
#pageHistory #main .block_title {
    font-size: 14px;
  }
}
#pageItemConfirm #main .radio_buttons,
#pageItemOrder #main .radio_buttons,
#pageHistory #main .radio_buttons {
  display: block;
  padding-top: 10px;
}
#pageItemConfirm #main .radio_buttons .radio,
#pageItemOrder #main .radio_buttons .radio,
#pageHistory #main .radio_buttons .radio {
  margin: 10px 0 0;
  font-size: 13px;
}
@media all and (min-width: 768px) {
  #pageItemConfirm #main .radio_buttons,
#pageItemOrder #main .radio_buttons,
#pageHistory #main .radio_buttons {
    padding-top: 20px;
  }
  #pageItemConfirm #main .radio_buttons .radio,
#pageItemOrder #main .radio_buttons .radio,
#pageHistory #main .radio_buttons .radio {
    margin: 12px 0 0;
    font-size: 16px;
  }
}
#pageItemConfirm #main form .is-checkradio[type=radio] + label:hover::before,
#pageItemOrder #main form .is-checkradio[type=radio] + label:hover::before,
#pageHistory #main form .is-checkradio[type=radio] + label:hover::before {
  border-color: #35B29A !important;
}
#pageItemConfirm #main form .is-checkradio[type=radio] + label::after,
#pageItemOrder #main form .is-checkradio[type=radio] + label::after,
#pageHistory #main form .is-checkradio[type=radio] + label::after {
  background: #35B29A;
}
#pageItemConfirm #main .all_amount table,
#pageItemOrder #main .all_amount table,
#pageHistory #main .all_amount table {
  width: 100%;
  font-size: 13px;
  margin: 1.6em 0;
}
#pageItemConfirm #main .all_amount table th, #pageItemConfirm #main .all_amount table td,
#pageItemOrder #main .all_amount table th,
#pageItemOrder #main .all_amount table td,
#pageHistory #main .all_amount table th,
#pageHistory #main .all_amount table td {
  padding: 0.7em 0;
}
#pageItemConfirm #main .all_amount table th,
#pageItemOrder #main .all_amount table th,
#pageHistory #main .all_amount table th {
  font-weight: normal;
}
#pageItemConfirm #main .all_amount table td,
#pageItemOrder #main .all_amount table td,
#pageHistory #main .all_amount table td {
  font-weight: bold;
  text-align: right;
}
#pageItemConfirm #main .all_amount .price_total,
#pageItemOrder #main .all_amount .price_total,
#pageHistory #main .all_amount .price_total {
  border-top: solid 1px #D1D1D1;
  padding-top: 20px;
  text-align: right;
  font-size: 11px;
}
#pageItemConfirm #main .all_amount .price_total .price,
#pageItemOrder #main .all_amount .price_total .price,
#pageHistory #main .all_amount .price_total .price {
  display: inline-block;
  margin-left: 18px;
  font-size: 13px;
  line-height: 26px;
  font-weight: bold;
}
#pageItemConfirm #main .all_amount .price_total .price em,
#pageItemOrder #main .all_amount .price_total .price em,
#pageHistory #main .all_amount .price_total .price em {
  color: #E63146;
  font-size: 24px;
  line-height: 26px;
  font-style: normal;
}
@media all and (min-width: 768px) {
  #pageItemConfirm #main .all_amount table,
#pageItemOrder #main .all_amount table,
#pageHistory #main .all_amount table {
    font-size: 16px;
    margin: 1.4em 0;
  }
  #pageItemConfirm #main .all_amount table th, #pageItemConfirm #main .all_amount table td,
#pageItemOrder #main .all_amount table th,
#pageItemOrder #main .all_amount table td,
#pageHistory #main .all_amount table th,
#pageHistory #main .all_amount table td {
    padding: 0.5em 0;
  }
  #pageItemConfirm #main .all_amount .price_total,
#pageItemOrder #main .all_amount .price_total,
#pageHistory #main .all_amount .price_total {
    padding-top: 20px;
    font-size: 13px;
  }
  #pageItemConfirm #main .all_amount .price_total .price,
#pageItemOrder #main .all_amount .price_total .price,
#pageHistory #main .all_amount .price_total .price {
    margin-left: 22px;
  }
}
#pageItemConfirm #main .c_info h2,
#pageItemOrder #main .c_info h2,
#pageHistory #main .c_info h2 {
  margin-bottom: 30px;
}
@media all and (min-width: 768px) {
  #pageItemConfirm #main .c_info h2,
#pageItemOrder #main .c_info h2,
#pageHistory #main .c_info h2 {
    margin-bottom: 40px;
  }
}
#pageItemConfirm #main .c_info .note,
#pageItemOrder #main .c_info .note,
#pageHistory #main .c_info .note {
  margin-bottom: 25px;
}
@media all and (min-width: 768px) {
  #pageItemConfirm #main .c_info .note,
#pageItemOrder #main .c_info .note,
#pageHistory #main .c_info .note {
    margin-bottom: 35px;
  }
}
#pageItemConfirm #main .c_info .fields,
#pageItemOrder #main .c_info .fields,
#pageHistory #main .c_info .fields {
  border-bottom: solid 1px #D1D1D1;
}
#pageItemConfirm #main .c_info .data_label,
#pageItemOrder #main .c_info .data_label,
#pageHistory #main .c_info .data_label {
  font-size: 12px;
}
@media all and (min-width: 768px) {
  #pageItemConfirm #main .c_info .data_label,
#pageItemOrder #main .c_info .data_label,
#pageHistory #main .c_info .data_label {
    padding-top: 0.8em;
    font-size: 16px;
  }
  #pageItemConfirm #main .c_info .data_label.tx,
#pageItemOrder #main .c_info .data_label.tx,
#pageHistory #main .c_info .data_label.tx {
    padding-top: 0;
  }
}
#pageItemConfirm #main .c_info .data_value,
#pageItemOrder #main .c_info .data_value,
#pageHistory #main .c_info .data_value {
  width: 100%;
  margin-top: 0.5em;
  font-size: 13px;
}
@media all and (min-width: 768px) {
  #pageItemConfirm #main .c_info .data_value,
#pageItemOrder #main .c_info .data_value,
#pageHistory #main .c_info .data_value {
    width: calc(100% - 180px);
    margin-top: 0;
    font-size: 16px;
  }
}
#pageItemConfirm #main .c_info input[type=text],
#pageItemConfirm #main .c_info input[type=email],
#pageItemOrder #main .c_info input[type=text],
#pageItemOrder #main .c_info input[type=email],
#pageHistory #main .c_info input[type=text],
#pageHistory #main .c_info input[type=email] {
  display: block;
  width: 100% !important;
}
#pageItemConfirm #main .c_info input[name=name],
#pageItemConfirm #main .c_info input[name=kana],
#pageItemConfirm #main .c_info input[name=mail],
#pageItemOrder #main .c_info input[name=name],
#pageItemOrder #main .c_info input[name=kana],
#pageItemOrder #main .c_info input[name=mail],
#pageHistory #main .c_info input[name=name],
#pageHistory #main .c_info input[name=kana],
#pageHistory #main .c_info input[name=mail] {
  max-width: 500px;
}
#pageItemConfirm #main .c_info input[name=zip],
#pageItemOrder #main .c_info input[name=zip],
#pageHistory #main .c_info input[name=zip] {
  max-width: 130px;
}
#pageItemConfirm #main .c_info input[name=prefectures],
#pageItemConfirm #main .c_info input[name=tel],
#pageItemConfirm #main .c_info input[name=exam],
#pageItemOrder #main .c_info input[name=prefectures],
#pageItemOrder #main .c_info input[name=tel],
#pageItemOrder #main .c_info input[name=exam],
#pageHistory #main .c_info input[name=prefectures],
#pageHistory #main .c_info input[name=tel],
#pageHistory #main .c_info input[name=exam] {
  max-width: 200px;
}
#pageItemConfirm #main .c_info input[name=address],
#pageItemOrder #main .c_info input[name=address],
#pageHistory #main .c_info input[name=address] {
  max-width: 450px;
}
#pageItemConfirm #main .c_info input[name=room],
#pageItemOrder #main .c_info input[name=room],
#pageHistory #main .c_info input[name=room] {
  max-width: 780px;
}
#pageItemConfirm #main .c_info .exam_num,
#pageItemOrder #main .c_info .exam_num,
#pageHistory #main .c_info .exam_num {
  display: block;
}
#pageItemConfirm #main .c_info .note,
#pageItemOrder #main .c_info .note,
#pageHistory #main .c_info .note {
  margin-top: 20px;
}
#pageItemConfirm #main .c_info .sub_label,
#pageItemOrder #main .c_info .sub_label,
#pageHistory #main .c_info .sub_label {
  color: #35B29A;
  font-size: 12px;
  font-weight: bold;
  margin: 18px 0 3px;
}
@media all and (min-width: 768px) {
  #pageItemConfirm #main .c_info .sub_label,
#pageItemOrder #main .c_info .sub_label,
#pageHistory #main .c_info .sub_label {
    margin: 22px 0 5px;
    font-size: 13px;
  }
}
#pageItemConfirm #main .c_info .data_sub.zip,
#pageItemOrder #main .c_info .data_sub.zip,
#pageHistory #main .c_info .data_sub.zip {
  position: relative;
  padding-left: 25px;
}
#pageItemConfirm #main .c_info .data_sub.zip .sub_label,
#pageItemOrder #main .c_info .data_sub.zip .sub_label,
#pageHistory #main .c_info .data_sub.zip .sub_label {
  margin: -0.7em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
@media all and (min-width: 1025px) {
  #pageItemConfirm #main .c_info .data_sub.prefectures,
#pageItemOrder #main .c_info .data_sub.prefectures,
#pageHistory #main .c_info .data_sub.prefectures {
    display: inline-block;
    width: 200px;
  }
  #pageItemConfirm #main .c_info .data_sub.address,
#pageItemOrder #main .c_info .data_sub.address,
#pageHistory #main .c_info .data_sub.address {
    display: inline-block;
    width: 450px;
    margin-left: 5px;
  }
}
#pageItemConfirm #main #item_list > li,
#pageItemOrder #main #item_list > li,
#pageHistory #main #item_list > li {
  padding: 30px 0;
}
#pageItemConfirm #main #item_list > li .image_wrap,
#pageItemOrder #main #item_list > li .image_wrap,
#pageHistory #main #item_list > li .image_wrap {
  margin-top: 0;
}
#pageItemConfirm #main #item_list > li .item_title,
#pageItemOrder #main #item_list > li .item_title,
#pageHistory #main #item_list > li .item_title {
  font-size: 15px;
}
#pageItemConfirm #main #item_list > li .price,
#pageItemOrder #main #item_list > li .price,
#pageHistory #main #item_list > li .price {
  margin-top: 15px;
  text-align: left;
  font-size: 13px;
}
#pageItemConfirm #main #item_list > li .amount,
#pageItemOrder #main #item_list > li .amount,
#pageHistory #main #item_list > li .amount {
  margin-top: 10px;
  font-size: 11px;
}
@media all and (min-width: 768px) {
  #pageItemConfirm #main #item_list > li,
#pageItemOrder #main #item_list > li,
#pageHistory #main #item_list > li {
    padding: 20px 0;
  }
  #pageItemConfirm #main #item_list > li .item_title,
#pageItemOrder #main #item_list > li .item_title,
#pageHistory #main #item_list > li .item_title {
    font-size: 18px;
  }
  #pageItemConfirm #main #item_list > li .price,
#pageItemOrder #main #item_list > li .price,
#pageHistory #main #item_list > li .price {
    margin-top: 13px;
    font-size: 14px;
  }
  #pageItemConfirm #main #item_list > li .amount,
#pageItemOrder #main #item_list > li .amount,
#pageHistory #main #item_list > li .amount {
    margin-top: 12px;
    font-size: 13px;
  }
}
@media all and (min-width: 1025px) {
  #pageItemConfirm #main #item_list > li .detail,
#pageItemOrder #main #item_list > li .detail,
#pageHistory #main #item_list > li .detail {
    padding-top: 10px;
  }
  #pageItemConfirm #main #item_list > li .img,
#pageItemOrder #main #item_list > li .img,
#pageHistory #main #item_list > li .img {
    width: 80px;
  }
}
#pageItemConfirm #main #agree_btn,
#pageItemOrder #main #agree_btn,
#pageHistory #main #agree_btn {
  text-align: center;
}
#pageItemConfirm #main #agree_btn label,
#pageItemOrder #main #agree_btn label,
#pageHistory #main #agree_btn label {
  display: inline-block;
  font-size: 13px;
  line-height: 30px;
  margin: 0;
}
#pageItemConfirm #main #agree_btn a,
#pageItemOrder #main #agree_btn a,
#pageHistory #main #agree_btn a {
  text-decoration: underline;
}
#pageItemConfirm #main #agree_btn input[type=checkbox],
#pageItemOrder #main #agree_btn input[type=checkbox],
#pageHistory #main #agree_btn input[type=checkbox] {
  display: inline-block;
  border: none;
  width: 30px;
  height: 30px;
  margin: 0 20px 0 0;
  vertical-align: middle;
  color: #ffffff;
}
#pageItemConfirm #main #agree_btn input[type=checkbox]:checked,
#pageItemOrder #main #agree_btn input[type=checkbox]:checked,
#pageHistory #main #agree_btn input[type=checkbox]:checked {
  outline: none;
  box-shadow: none;
  color: #35B29A;
}
#pageItemConfirm #main #agree_btn input[type=checkbox]:focus,
#pageItemOrder #main #agree_btn input[type=checkbox]:focus,
#pageHistory #main #agree_btn input[type=checkbox]:focus {
  outline: none;
  box-shadow: none;
}
@media all and (min-width: 768px) {
  #pageItemConfirm #main #agree_btn label,
#pageItemOrder #main #agree_btn label,
#pageHistory #main #agree_btn label {
    cursor: pointer;
    font-size: 14px;
    line-height: 40px;
  }
  #pageItemConfirm #main #agree_btn input[type=checkbox],
#pageItemOrder #main #agree_btn input[type=checkbox],
#pageHistory #main #agree_btn input[type=checkbox] {
    cursor: pointer;
    width: 40px;
    height: 40px;
  }
}
#pageItemConfirm #main input[type=submit],
#pageItemOrder #main input[type=submit],
#pageHistory #main input[type=submit] {
  display: block;
  width: 100%;
  max-width: 345px;
  margin: 40px auto 0;
  padding: 0;
  height: 50px;
  background: #434343;
  border: solid 2px #434343;
  color: #ffffff;
  border-radius: 4px;
  line-height: 50px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
}
@media all and (min-width: 768px) {
  #pageItemConfirm #main input[type=submit],
#pageItemOrder #main input[type=submit],
#pageHistory #main input[type=submit] {
    font-size: 16px;
    transition: all 0.3s;
  }
  #pageItemConfirm #main input[type=submit]:hover,
#pageItemOrder #main input[type=submit]:hover,
#pageHistory #main input[type=submit]:hover {
    color: #434343;
    background: #ffffff;
  }
}

#pageItemOrder #main .c_info .fields {
  border-bottom: none;
}
#pageItemOrder #main .c_info .data_sub.zip {
  padding-left: 0;
}
@media all and (min-width: 768px) {
  #pageItemOrder #main .c_info .data_label {
    padding-top: 0;
  }
}

#pageHistory #main .my_status {
  text-align: left;
}
#pageHistory #main .my_status span {
  display: inline-block;
  font-size: 13px !important;
  line-height: 18px !important;
  color: #ffffff;
  padding: 0 1.2em;
  font-weight: normal;
  background: #E63146;
}
#pageHistory #main .my_status._1 span {
  background: #35B29A;
}
#pageHistory #main .order.contain .block_title {
  position: relative;
  color: #434343;
  background: #ffffff;
  font-size: 12px;
}
#pageHistory #main .order.contain #order_id {
  position: absolute;
  top: 50%;
  right: 20px;
  text-align: inline;
  font-size: 0.92em;
  color: #8D8D8D;
  font-weight: normal;
  margin-top: -0.5em;
}
#pageHistory #main .order.contain,
#pageHistory #main .payment.contain {
  font-size: 13px;
}
#pageHistory #main .order.contain .data_value,
#pageHistory #main .payment.contain .data_value {
  padding-top: 0.5em;
  padding-left: 13px;
}
#pageHistory #main .order.contain .data_value p,
#pageHistory #main .payment.contain .data_value p {
  margin-top: 1.2em;
}
#pageHistory #main .c_info .fields {
  padding-bottom: 30px;
}
#pageHistory #main .c_info .fields .data_value .wrap {
  margin-top: 1em;
}
#pageHistory #main .c_info .fields .data_value .wrap:first-child {
  margin-top: 0;
}
#pageHistory #main .c_info .fields .data_value .wrap .p {
  display: block;
}
#pageHistory #main .return_btn {
  text-align: center;
}
#pageHistory #main .return_btn a {
  display: inline-block;
  width: 100%;
  max-width: 345px;
  height: 40px;
  background: #35B29A;
  border: solid 2px #35B29A;
  color: #ffffff;
  border-radius: 4px;
  line-height: 40px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  padding: 0;
}
#pageHistory #main .return_btn.mgn {
  margin-top: 50px;
}
@media all and (min-width: 768px) {
  #pageHistory #main .order.contain {
    margin-top: 0;
  }
  #pageHistory #main .order.contain .block_title {
    font-size: 14px;
  }
  #pageHistory #main .order.contain,
#pageHistory #main .payment.contain {
    font-size: 16px;
  }
  #pageHistory #main .c_info .fields {
    padding-bottom: 40px;
  }
  #pageHistory #main .return_btn a {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    transition: all 0.3s;
  }
  #pageHistory #main .return_btn a:hover {
    color: #35B29A;
    background: #ffffff;
  }
  #pageHistory #main .return_btn.mgn {
    margin-top: 80px;
  }
}
#pageHistory #main #order_list .contain {
  padding-bottom: 20px;
}
#pageHistory #main #order_list .data_value {
  padding-top: 0;
}
#pageHistory #main #order_list .data_value p {
  margin-top: 0.8em;
}
#pageHistory #main #order_list .extra {
  display: inline-block;
  font-size: 13px;
  margin-left: 2em;
}
#pageHistory #main #order_list .list_column {
  padding-right: 15px;
}
#pageHistory #main #order_list .list_column a {
  display: block;
  margin-top: 1em;
  text-align: right;
  color: #35B29A;
  font-weight: bold;
  text-decoration: underline;
}
@media all and (min-width: 768px) {
  #pageHistory #main #order_list .contain {
    padding-bottom: 30px;
  }
  #pageHistory #main #order_list .list_column {
    position: relative;
    padding-right: 190px;
  }
  #pageHistory #main #order_list .list_column a {
    position: absolute;
    bottom: 0;
    right: 15px;
    margin-top: 0;
    display: inline-block;
  }
  #pageHistory #main #order_list .list_column a:hover {
    text-decoration: none;
  }
}

#pageItemThanks .contain {
  padding: 60px 0 0;
  text-align: center;
}
#pageItemThanks .contain h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
}
#pageItemThanks .contain h2 em {
  font-family: "Yu Gothic UI", sans-serif;
  display: block;
  color: #35B29A;
  font-size: 46px;
  font-weight: bold;
  font-style: normal;
}
#pageItemThanks .contain .text {
  margin-top: 50px;
  font-size: 13px;
  line-height: 2;
}
#pageItemThanks .contain .text p:first-child {
  margin-bottom: 30px;
}
@media all and (min-width: 768px) {
  #pageItemThanks .contain h2 {
    font-size: 24px;
  }
  #pageItemThanks .contain h2 em {
    font-size: 70px;
  }
  #pageItemThanks .contain .text {
    margin-top: 50px;
    font-size: 16px;
    line-height: 1.875;
  }
  #pageItemThanks .contain .text p:first-child {
    margin-bottom: 0;
  }
}
#pageItemThanks .return_btn {
  text-align: center;
  margin: 50px 0 0;
}
#pageItemThanks .return_btn a {
  display: block;
  width: 100%;
  max-width: 345px;
  margin: 0 auto;
  padding: 0;
  height: 50px;
  background: #35B29A;
  border: solid 2px #35B29A;
  color: #ffffff;
  border-radius: 4px;
  line-height: 50px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
}
@media all and (min-width: 768px) {
  #pageItemThanks .return_btn a {
    font-size: 16px;
    transition: all 0.3s;
  }
  #pageItemThanks .return_btn a:hover {
    color: #35B29A;
    background: #ffffff;
  }
}

#zeus_token_card_info_area {
  display: none;
  margin: 0 0 40px;
  padding-left: 15px;
  font-size: 12px;
}
@media all and (min-width: 768px) {
  #zeus_token_card_info_area {
    padding-left: 35px;
    font-size: 14px;
  }
}
#zeus_token_card_info_area label {
  display: none;
}
#zeus_token_card_info_area #zeus_registerd_card_area {
  display: none;
  margin-bottom: 30px;
}
#zeus_token_card_info_area #zeus_registerd_card_area label {
  margin: 20px 0 10px;
}
#zeus_token_card_info_area #zeus_new_card_area {
  margin-left: 0;
}
#zeus_token_card_info_area #zeus_new_card_area label {
  margin: 20px 0 10px;
}
#zeus_token_card_info_area #zeus_token_card_expires_note {
  display: block;
  margin-top: 6px;
}
#zeus_token_card_info_area #zeus_token_card_number {
  width: calc(100% - 15px);
  max-width: 256px;
}
#zeus_token_card_info_area #zeus_token_card_name {
  width: calc(100% - 15px);
  max-width: 400px;
}

#pageShopEnroll #challenge_wait, #pageEntryEnroll #challenge_wait {
  background: #FFFFFF;
  text-align: center;
}
#pageShopEnroll #challenge_wait p, #pageEntryEnroll #challenge_wait p {
  padding: 40px 0 0;
}
#pageShopEnroll .dscontainer, #pageEntryEnroll .dscontainer {
  background: #FFFFFF;
  height: 100vh;
  padding: 40px;
}

/*-------------------
  ブレイクポイント
--------------------*/
/*-------------------
  カラー
--------------------*/
.forMIN {
  display: none !important;
}
@media screen and (max-width: 480px) {
  .forMIN {
    display: block !important;
  }
  .forMIN.inline {
    display: inline !important;
  }
}

.forSE {
  display: none !important;
}
@media screen and (max-width: 374px) {
  .forSE {
    display: block !important;
  }
}

.forSEi {
  display: none !important;
}
@media screen and (max-width: 374px) {
  .forSEi {
    display: inline !important;
  }
}

.nonSP {
  display: none !important;
}
@media all and (min-width: 768px) {
  .nonSP {
    display: block !important;
  }
}

.nonSPi {
  display: none !important;
}
@media all and (min-width: 768px) {
  .nonSPi {
    display: inline !important;
  }
}

.forSP {
  display: none !important;
}
@media all and (max-width: 767px) {
  .forSP {
    display: block !important;
  }
}

.forSPi {
  display: none !important;
}
@media all and (max-width: 767px) {
  .forSPi {
    display: inline !important;
  }
}

.forTB {
  display: none !important;
}
@media all and (max-width: 1024px) {
  .forTB {
    display: block !important;
  }
}

.forTBi {
  display: none !important;
}
@media all and (max-width: 1024px) {
  .forTBi {
    display: inline !important;
  }
}

.forPC {
  display: none !important;
}
@media all and (min-width: 1025px) {
  .forPC {
    display: block !important;
  }
}

.forPCi {
  display: none !important;
}
@media all and (min-width: 1025px) {
  .forPCi {
    display: inline !important;
  }
}

.nonPC {
  display: block !important;
}
@media all and (min-width: 1025px) {
  .nonPC {
    display: none !important;
  }
}

.nonPCi {
  display: inline !important;
}
@media all and (min-width: 1025px) {
  .nonPCi {
    display: none !important;
  }
}

.futura {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

/*--------------------------
pageOrderList
--------------------------*/
#pageOrderList #main .scrl {
  overflow: auto;
}
#pageOrderList #main .order_list {
  width: 100%;
  min-width: 1780px;
}
#pageOrderList #main .order_list .btnItem {
  display: inline-block;
  text-align: left;
}
#pageOrderList #main .order_list .btnItem img {
  display: inline-block;
  width: 36px;
  height: 36px;
}
#pageOrderList #main .order_list .row_title,
#pageOrderList #main .order_list .order_group,
#pageOrderList #main .order_list .detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0.5em;
}
#pageOrderList #main .order_list .row_title p {
  display: inline-block;
  width: 10%;
  font-weight: bold;
  color: #23426B;
  text-align: center;
}
#pageOrderList #main .order_list .order_group p {
  display: inline-block;
  width: 10%;
  overflow-wrap: break-word;
  text-align: center;
}
#pageOrderList #main .order_list .order_group {
  background: #F4F4F4;
}
#pageOrderList #main .order_list .row_title p,
#pageOrderList #main .order_list .order_group p {
  width: 10%;
}
#pageOrderList #main .order_list .row_title p.left,
#pageOrderList #main .order_list .order_group p.left {
  text-align: left;
}
#pageOrderList #main .order_list .row_title p.right,
#pageOrderList #main .order_list .order_group p.right {
  text-align: right;
}
#pageOrderList #main .order_list .row_title p.center,
#pageOrderList #main .order_list .order_group p.center {
  text-align: center;
}
#pageOrderList #main .order_list .detail p {
  width: 10%;
  text-align: right;
}
#pageOrderList #main .order_list .detail p.center {
  text-align: center;
}
#pageOrderList #main .order_list .detail p:first-child {
  width: 30%;
}
#pageOrderList #main .order_list .detail p:last-child {
  margin-right: 30%;
}
#pageOrderList #main .order_list .detail p.thumb {
  display: flex;
  justify-content: center;
}
/*--------------------------
pageOrderHistory
--------------------------*/
#pageOrderHistory #order_detail {
  border-top: solid 1px #E4E4E4;
  margin-top: 30px;
  padding-top: 30px;
}
#pageOrderHistory #order_detail .scrl {
  overflow: auto;
}
#pageOrderHistory #order_detail h2 {
  background: #ffffff;
  color: #002958;
  font-size: 14px;
  line-height: 49px;
  font-weight: bold;
  padding: 0 1em;
}
#pageOrderHistory #order_detail .wrap {
  overflow: auto;
}
#pageOrderHistory #order_detail table {
  margin-top: 20px;
  color: #002958;
  width: 100%;
  min-width: 980px;
}
#pageOrderHistory #order_detail table th, #pageOrderHistory #order_detail table td {
  padding: 1em;
  text-align: left;
}
#pageOrderHistory #order_detail table th.center, #pageOrderHistory #order_detail table td.center {
  text-align: center;
}
#pageOrderHistory #order_detail table th {
  font-size: 13px;
  font-weight: bold;
}
#pageOrderHistory #order_detail .souryo th,
#pageOrderHistory #order_detail .souryo td,
#pageOrderHistory #order_detail .goukei th,
#pageOrderHistory #order_detail .goukei td {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: solid 1px #E4E4E4;
}
#pageOrderHistory #order_detail .caution {
  color: #FD253E;
  text-align: right;
  padding-right: 2em;
}
@media all and (min-width: 768px) {
  #pageOrderHistory #order_detail {
    margin-top: 70px;
    padding-top: 70px;
  }
  #pageOrderHistory #order_detail h2 {
    font-size: 16px;
    padding: 0 2em;
  }
  #pageOrderHistory #order_detail table {
    margin-top: 40px;
  }
  #pageOrderHistory #order_detail table th {
    font-size: 16px;
  }
  #pageOrderHistory #order_detail .souryo th,
#pageOrderHistory #order_detail .souryo td,
#pageOrderHistory #order_detail .goukei th,
#pageOrderHistory #order_detail .goukei td {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.hover\:border-gray-300:hover{
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.hover\:bg-indigo-600:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}
.hover\:bg-red-600:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
.hover\:bg-gray-700:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}
.hover\:bg-red-500:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
.hover\:text-gray-500:hover{
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.hover\:text-gray-400:hover{
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.hover\:text-gray-700:hover{
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.hover\:text-gray-800:hover{
	--tw-text-opacity: 1;
	color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.hover\:text-gray-900:hover{
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.focus\:z-10:focus{
	z-index: 10;
}
.focus\:border-blue-300:focus{
	--tw-border-opacity: 1;
	border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}
.focus\:border-gray-900:focus{
	--tw-border-opacity: 1;
	border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}
.focus\:border-indigo-300:focus{
	--tw-border-opacity: 1;
	border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}
.focus\:border-red-700:focus{
	--tw-border-opacity: 1;
	border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}
.focus\:border-indigo-700:focus{
	--tw-border-opacity: 1;
	border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}
.focus\:border-gray-300:focus{
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.focus\:bg-indigo-600:focus{
	--tw-bg-opacity: 1;
	background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}
.focus\:bg-red-600:focus{
	--tw-bg-opacity: 1;
	background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
.focus\:bg-gray-100:focus{
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.focus\:bg-indigo-100:focus{
	--tw-bg-opacity: 1;
	background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}
.focus\:bg-gray-50:focus{
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
.focus\:text-gray-700:focus{
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.focus\:text-indigo-800:focus{
	--tw-text-opacity: 1;
	color: rgba(55, 48, 163, var(--tw-text-opacity));
}
.focus\:text-gray-800:focus{
	--tw-text-opacity: 1;
	color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.focus\:text-gray-500:focus{
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.focus\:outline-none:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.focus\:ring:focus{
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-gray-300:focus{
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}
.focus\:ring-indigo-200:focus{
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}
.focus\:ring-red-200:focus{
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}
.focus\:ring-blue-200:focus{
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}
.focus\:ring-opacity-50:focus{
	--tw-ring-opacity: 0.5;
}
.active\:bg-gray-100:active{
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.active\:bg-gray-900:active{
	--tw-bg-opacity: 1;
	background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}
.active\:bg-red-600:active{
	--tw-bg-opacity: 1;
	background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
.active\:bg-gray-50:active{
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
.active\:text-gray-700:active{
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.active\:text-gray-500:active{
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.active\:text-gray-800:active{
	--tw-text-opacity: 1;
	color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.disabled\:opacity-25:disabled{
	opacity: 0.25;
}
@media (min-width: 640px){
	.sm\:col-span-4{
		grid-column: span 4 / span 4;
	}
	.sm\:mx-0{
		margin-left: 0px;
		margin-right: 0px;
	}
	.sm\:mx-auto{
		margin-left: auto;
		margin-right: auto;
	}
	.sm\:-my-px{
		margin-top: -1px;
		margin-bottom: -1px;
	}
	.sm\:ml-3{
		margin-left: 0.75rem;
	}
	.sm\:-mr-2{
		margin-right: -0.5rem;
	}
	.sm\:mt-0{
		margin-top: 0px;
	}
	.sm\:ml-4{
		margin-left: 1rem;
	}
	.sm\:ml-10{
		margin-left: 2.5rem;
	}
	.sm\:ml-6{
		margin-left: 1.5rem;
	}
	.sm\:block{
		display: block;
	}
	.sm\:flex{
		display: flex;
	}
	.sm\:hidden{
		display: none;
	}
	.sm\:h-10{
		height: 2.5rem;
	}
	.sm\:w-10{
		width: 2.5rem;
	}
	.sm\:w-full{
		width: 100%;
	}
	.sm\:max-w-md{
		max-width: 28rem;
	}
	.sm\:max-w-sm{
		max-width: 24rem;
	}
	.sm\:max-w-lg{
		max-width: 32rem;
	}
	.sm\:max-w-xl{
		max-width: 36rem;
	}
	.sm\:max-w-2xl{
		max-width: 42rem;
	}
	.sm\:flex-1{
		flex: 1 1 0%;
	}
	.sm\:translate-y-0{
		--tw-translate-y: 0px;
		transform: var(--tw-transform);
	}
	.sm\:scale-95{
		--tw-scale-x: .95;
		--tw-scale-y: .95;
		transform: var(--tw-transform);
	}
	.sm\:scale-100{
		--tw-scale-x: 1;
		--tw-scale-y: 1;
		transform: var(--tw-transform);
	}
	.sm\:items-start{
		align-items: flex-start;
	}
	.sm\:items-center{
		align-items: center;
	}
	.sm\:justify-start{
		justify-content: flex-start;
	}
	.sm\:justify-center{
		justify-content: center;
	}
	.sm\:justify-between{
		justify-content: space-between;
	}
	.sm\:rounded-lg{
		border-radius: 0.5rem;
	}
	.sm\:rounded-md{
		border-radius: 0.375rem;
	}
	.sm\:rounded-tl-md{
		border-top-left-radius: 0.375rem;
	}
	.sm\:rounded-tr-md{
		border-top-right-radius: 0.375rem;
	}
	.sm\:rounded-bl-md{
		border-bottom-left-radius: 0.375rem;
	}
	.sm\:rounded-br-md{
		border-bottom-right-radius: 0.375rem;
	}
	.sm\:p-6{
		padding: 1.5rem;
	}
	.sm\:px-6{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.sm\:px-0{
		padding-left: 0px;
		padding-right: 0px;
	}
	.sm\:px-20{
		padding-left: 5rem;
		padding-right: 5rem;
	}
	.sm\:pt-0{
		padding-top: 0px;
	}
	.sm\:pb-4{
		padding-bottom: 1rem;
	}
	.sm\:text-left{
		text-align: left;
	}
}
@media (min-width: 768px){
	.md\:col-span-2{
		grid-column: span 2 / span 2;
	}
	.md\:col-span-1{
		grid-column: span 1 / span 1;
	}
	.md\:mt-0{
		margin-top: 0px;
	}
	.md\:ml-6{
		margin-left: 1.5rem;
	}
	.md\:flex{
		display: flex;
	}
	.md\:grid{
		display: grid;
	}
	.md\:hidden{
		display: none;
	}
	.md\:grid-cols-3{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.md\:grid-cols-2{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.md\:items-center{
		align-items: center;
	}
	.md\:gap-6{
		gap: 1.5rem;
	}
	.md\:border-t-0{
		border-top-width: 0px;
	}
	.md\:border-l{
		border-left-width: 1px;
	}
}
@media (min-width: 1024px){
	.lg\:col-span-4{
		grid-column: span 4 / span 4;
	}
	.lg\:px-8{
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
