@charset "UTF-8";
/*====================================================================

reset

====================================================================*/
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
	display: none;
}

body {
	line-height: 1;
}

menu, ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
color
---------------------------------------------------------*/
html, body {
	width: 100%;
	word-wrap: break-word;
	font-size: 16px;
}

body {
	color: #313131;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	line-height: 1.8;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

p {
	margin: 10px 0;
}

b, strong {
	font-weight: bold;
}

em {
	font-style: oblique;
}

input,
button,
select,
textarea {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* cssリセット */
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	-webkit-transition: background .3s, color .3s, opacity .3s;
	transition: background .3s, color .3s, opacity .3s;
	line-height: 1.5;
}

sup {
	vertical-align: top;
	font-size: 70%;
}

sub {
	vertical-align: bottom;
	font-size: 70%;
}

/*
link
---------------------------------------------------------*/
a {
	color: #357495;
	text-decoration: underline;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
	a:link {
		color: #357495;
}
	a:visited {
		color: #357495;
}
	a:hover {
		text-decoration: none;
}

/*
title
---------------------------------------------------------*/
h1, h2, h3, h4, h5 {
	font-weight: bold;
}

h1 {
	font-size: 1.5rem;
}

h2 {
	font-size: 1.5rem;
}

h3 {
	font-size: 1.25rem;
	margin-bottom: 5px;
}

.c-subtitle {
	font-size: 1rem;
	border-left: 3px solid #357495;
	padding-left: .5em;
	margin-top: 30px;
}

/*====================================================================

layout

====================================================================*/
/*
header
---------------------------------------------------------*/
.l-header {
	padding: 0 180px 0 15px;
	border-bottom: 1px solid #dedede;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 70px;
	position: relative;
	background-color: #fff;
	z-index: 2;
}
	.l-header__logo {
		font-size: 1.25rem;
		line-height: 1;
		max-width: calc(100% - 40px);
}
		.l-header__logo img {
			height: 1;
			height: 45px;
}
	.l-header__help {
		line-height: 1;
		width: 40px;
}
		.l-header__help a {
			display: block;
			line-height: 1;
}

/*
barcode
---------------------------------------------------------*/
.l-barcode {
	position: relative;
	background: #fff;
	z-index: 1000;
	height: 110px;
	padding: 0 20px;
	overflow: hidden;
	border-bottom: 1px solid #dedede;
}
	.l-barcode img {
		max-width: none;
}

/*
indexnav
---------------------------------------------------------*/
.l-indexnav {
	background-color: #fff;
	border-left: 1px solid #dedede;
	position: absolute;
	right: 0;
	width: 190px;
	z-index: 1;
	height: 100vh;
}

/*
indexmenu
---------------------------------------------------------*/
.l-indexmenu {
	overflow-y: auto;
	height: calc(100vh - 65px);
	top: 65px;
	position: relative;
}
	.l-indexmenu__title {
		font-weight: bold;
		padding: 10px 23px 10px 20px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
}
	.l-indexmenu__list > li {
		border-top: 1px solid #dedede;
}
		.l-indexmenu__list > li.section {
			border-top: 2px solid #a8a8a8;
			border-bottom: 1px solid #a8a8a8;
}
			.l-indexmenu__list > li.section + li {
				border-top: 1px solid #a8a8a8;
}
		.l-indexmenu__list > li > span {
			display: block;
			padding: 10px 30px 10px 20px;
			background-color: #f2f2f2;
			position: relative;
			text-overflow: ellipsis;
			white-space: nowrap;
			overflow: hidden;
}
			.l-indexmenu__list > li > span:after {
				content: "";
				display: inline-block;
				background: no-repeat url(../img/ico_down.svg) center center/cover;
				width: 16px;
				height: 16px;
				position: absolute;
				top: 50%;
				right: 13px;
				-webkit-transform: translateY(-50%);
				        transform: translateY(-50%);
}
		.l-indexmenu__list > li:last-child {
			border-bottom: 1px solid #dedede;
}
		.l-indexmenu__list > li.unselected > span {
			opacity: .4;
}
		.l-indexmenu__list > li.unselected > ul {
			opacity: .4;
}
	.l-indexmenu__open li {
		border-top: 1px solid #dedede;
}
		.l-indexmenu__open li a {
			display: block;
			padding: 10px 10px 10px 20px;
			text-decoration: none;
			color: #313131;
			text-overflow: ellipsis;
			white-space: nowrap;
			overflow: hidden;
			position: relative;
}
			.l-indexmenu__open li a:hover {
				opacity: .7;
}
			.l-indexmenu__open li a .answer,
			.l-indexmenu__open li a .review,
			.l-indexmenu__open li a .not {
				display: inline-block;
				color: #fff;
				font-size: 0.875rem;
				line-height: 1;
				padding: 5px 7px;
				position: relative;
				vertical-align: middle;
}
			.l-indexmenu__open li a .answer {
				background-color: #357495;
}
			.l-indexmenu__open li a .review {
				background-color: #12c424;
}
			.l-indexmenu__open li a .not {
				background-color: #a8a8a8;
}
			.l-indexmenu__open li a .memo,
			.l-indexmenu__open li a .filtering {
				display: inline-block;
				height: 24px;
				width: 24px;
				position: relative;
				padding: 3px;
				border: 1px solid #dedede;
				margin-right: 5px;
				vertical-align: middle;
}
				.l-indexmenu__open li a .memo:after,
				.l-indexmenu__open li a .filtering:after {
					position: absolute;
					width: 18px;
					height: 18px;
					content: "";
}
			.l-indexmenu__open li a .memo:after {
				background: no-repeat url(../img/ico_memo_r.svg) center center/cover;
}
			.l-indexmenu__open li a .filtering:after {
				background: no-repeat url(../img/ico_filtering_r.svg) center center/cover;
}
			.l-indexmenu__open li a .memo.filtering:after {
				background: no-repeat url(../img/ico_memo_filtering_r.svg) center center/cover;
}
		.l-indexmenu__open li.active a:before {
			content: "";
			display: block;
			width: 3px;
			height: 65%;
			border-radius: 3px;
			background-color: #f66565;
			position: absolute;
			left: 10px;
			top: 50%;
			-webkit-transform: translateY(-50%);
			        transform: translateY(-50%);
}

/*
indexbottom
---------------------------------------------------------*/
.l-indexbottom {
	border-top: 1px solid #dedede;
	height: 90px;
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 20px;
	background-color: #fff;
}
	.l-indexbottom a {
		background-color: #f66565;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		display: block;
		height: 100%;
		border-radius: 3px;
		-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
		        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
		-webkit-transition: opacity .3s, -webkit-box-shadow .3s;
		transition: opacity .3s, -webkit-box-shadow .3s;
		transition: opacity .3s, box-shadow .3s;
		transition: opacity .3s, box-shadow .3s, -webkit-box-shadow .3s;
		text-align: center;
		padding: 10px 30px;
		position: relative;
}
		.l-indexbottom a:hover {
			opacity: .7;
			-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
			        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
		.l-indexbottom a:after {
			content: "";
			display: block;
			width: 22px;
			height: 22px;
			background: no-repeat url(../img/ico_finish.svg) center center/cover;
			right: 10px;
			top: 50%;
			-webkit-transform: translateY(-50%);
			        transform: translateY(-50%);
			position: absolute;
}

/*
indextop
---------------------------------------------------------*/
.l-indextop {
	padding: 60px 20px 20px 20px;
}
	.l-indextop a {
		background-color: #f66565;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		display: block;
		height: 100%;
		border-radius: 3px;
		-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
		        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
		-webkit-transition: opacity .3s, -webkit-box-shadow .3s;
		transition: opacity .3s, -webkit-box-shadow .3s;
		transition: opacity .3s, box-shadow .3s;
		transition: opacity .3s, box-shadow .3s, -webkit-box-shadow .3s;
		text-align: center;
		padding: 10px 30px;
		position: relative;
}
		.l-indextop a:hover {
			opacity: .7;
			-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
			        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
		.l-indextop a:after {
			content: "";
			display: block;
			width: 22px;
			height: 22px;
			background: no-repeat url(../img/ico_finish.svg) center center/cover;
			right: 10px;
			top: 50%;
			-webkit-transform: translateY(-50%);
			        transform: translateY(-50%);
			position: absolute;
}

/*
indexfinish
---------------------------------------------------------*/
.l-indexfinish {
	height: 65px;
	border-bottom: 1px solid #dedede;
	padding: 10px;
	position: absolute;
	top: 0;
	margin: 0;
}
	.l-indexfinish .c-btn {
		margin: 0;
}
		.l-indexfinish .c-btn button {
			padding: 10px 15px;
			width: 165px;
}

/*
section
---------------------------------------------------------*/
.l-section {
	position: relative;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	overflow: hidden;
}

/*
hamburger
---------------------------------------------------------*/
.l-hamburger {
	display: inline-block;
	padding: 9px 12px;
	background-color: #fff;
	cursor: pointer;
	z-index: 3;
	position: absolute;
	right: 0;
	top: 65px;
}

/* bar */
.l-bar {
	display: block;
	background-color: #313131;
	width: 23px;
	height: 3px;
	border-radius: 5px;
	margin: 5px auto;
	-webkit-transition: background-color .3s, width .3s, -webkit-transform .3s;
	transition: background-color .3s, width .3s, -webkit-transform .3s;
	transition: background-color .3s, transform .3s, width .3s;
	transition: background-color .3s, transform .3s, width .3s, -webkit-transform .3s;
}

#hamburger ~ .l-hamburger .l-bar--top {
	-webkit-transform: translateY(9px) rotateZ(45deg);
	        transform: translateY(9px) rotateZ(45deg);
}

#hamburger ~ .l-hamburger .l-bar--bottom {
	-webkit-transform: translateY(-7px) rotateZ(-45deg);
	        transform: translateY(-7px) rotateZ(-45deg);
}

#hamburger ~ .l-hamburger .l-bar--middle {
	width: 0;
}

#hamburger[type="checkbox"]:checked ~ .l-hamburger .l-bar--top {
	-webkit-transform: translateY(0) rotateZ(0);
	        transform: translateY(0) rotateZ(0);
}

#hamburger[type="checkbox"]:checked ~ .l-hamburger .l-bar--bottom {
	-webkit-transform: translateY(0) rotateZ(0);
	        transform: translateY(0) rotateZ(0);
}

#hamburger[type="checkbox"]:checked ~ .l-hamburger .l-bar--middle {
	width: 100%;
}

#hamburger[type="checkbox"] {
	display: none;
}

#hamburger[type="checkbox"]:checked ~ .l-hamburger {
	background-color: #313131;
}

#hamburger[type="checkbox"]:checked ~ .l-hamburger .l-bar {
	background-color: #fff;
}

#hamburger[type="checkbox"]:checked ~ .l-contents {
	width: 100%;
}

/*
contents
---------------------------------------------------------*/
.l-contents {
	position: absolute;
	right: 0;
	left: 0;
	background-color: #fff;
	z-index: 2;
	-webkit-transition: width .5s;
	transition: width .5s;
	height: 100vh;
	overflow-y: auto;
}

.l-indexnav + .l-section .l-contents {
	width: calc(100% - 190px);
}

/*
container
---------------------------------------------------------*/
.l-container {
	padding: 15px 20px;
}

/*
nav-open
---------------------------------------------------------*/
/* lum-lightbox */
.lum-lightbox {
	z-index: 800;
}

/*
op_barcode
---------------------------------------------------------*/
.op_barcode .l-indexnav {
	height: calc(100vh - 111px);
}
.op_barcode .l-indexmenu {
	height: calc(100vh - 111px - 65px);
}
.op_barcode .l-section {
	height: calc(100vh - 111px);
}
.op_barcode .l-contents {
	height: calc(100vh - 111px);
}

/*
logoheader
---------------------------------------------------------*/
.l-logoheader {
	display: flex;
	justify-content: space-between;
	padding: 20px;
}
.l-logoheader .logo img {
	max-height: 50px;
}

/*
footer
---------------------------------------------------------*/
.l-footer .logo {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 10;
}
.l-footer .logo  img {
	max-height: 50px;
}

/*====================================================================

component

====================================================================*/
/*
list
---------------------------------------------------------*/
.p-row ul {
	padding-left: 1em;
	list-style: disc;
}

.p-row ol {
	padding-left: 1em;
	text-indent: -1em;
}
	.p-row ol li {
		margin: 0.125em 0;
}

/*
form
---------------------------------------------------------*/
/* required */
.c-required {
	display: inline-block;
	border-radius: 3px;
	background-color: #f66565;
	color: #fff;
	font-size: 0.75rem;
	margin-left: 0.5em;
	padding: 0 5px;
}

/* radio */
.c-formradio {
	display: block;
	font-size: 1rem;
	margin-bottom: 10px;
}
	.c-formradio__input {
		display: none;
}
	.c-formradio__parts {
		position: relative;
		padding: 15px 20px 15px 60px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		cursor: pointer;
		border: 1px solid #dedede;
		border-radius: 3px;
}
		.c-formradio__parts:before {
			content: "";
			display: block;
			position: absolute;
			top: 50%;
			left: 20px;
			width: 30px;
			height: 30px;
			border: 1px solid #dedede;
			border-radius: 50%;
			-webkit-transform: translateY(-50%);
			        transform: translateY(-50%);
}
		.c-formradio__parts b {
			width: 1.5em;
			font-size: 1.25rem;
}
		.c-formradio__parts span {
			width: calc(100% - 1.125em);
}
	.c-formradio__input:checked + .c-formradio__parts {
		border-color: #b6cdd9;
}
	.c-formradio__input:checked + .c-formradio__parts:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 29px;
		width: 14px;
		height: 14px;
		background: #357495;
		border-radius: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
}
	.c-formradio__input:disabled + .c-formradio__parts {
		color: #888;
		cursor: default;
}
	.c-formradio__input:disabled + .c-formradio__parts:before {
		background-color: #e3e3e3;
}
	.c-formradio--filtering {
		position: relative;
}
		.c-formradio--filtering:after {
			position: absolute;
			left: 0;
			top: 0;
			content: "";
			display: block;
			background-color: rgba(0, 0, 0, 0.3);
			width: 100%;
			height: 100%;
			border-radius: 3px;
			cursor: pointer;
}
		.c-formradio--filtering .c-formradio__parts {
			opacity: .6;
}

/* checkbox */
.c-formcheckbox {
	cursor: pointer;
	display: block;
}
	.c-formcheckbox__input {
		display: none;
}
	.c-formcheckbox__parts {
		position: relative;
		padding-left: 40px;
		line-height: 1.3;
		display: inline-block;
		margin-bottom: 0.5em;
}
		.c-formcheckbox__parts:before {
			content: "";
			display: block;
			position: absolute;
			top: 50%;
			left: 0;
			width: 30px;
			height: 30px;
			border: 1px solid #dedede;
			border-radius: 5px;
			-webkit-transform: translateY(-50%);
			        transform: translateY(-50%);
			background-color: #fff;
}
	.c-formcheckbox__input:checked + .c-formcheckbox__parts:after {
		content: "";
		display: block;
		width: 24px;
		height: 24px;
		background: no-repeat url(../img/ico_review_g.svg) center center/cover;
		position: absolute;
		top: 50%;
		left: 5px;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		z-index: 1;
}
	.c-formcheckbox__input:disabled + .c-formcheckbox__parts {
		color: #888;
		cursor: default;
}
	.c-formcheckbox__input:disabled + .c-formcheckbox__parts:before {
		background-color: #e3e3e3;
}

/* checkbox2 */
.c-formcheckbox2 {
	display: block;
	font-size: 1rem;
	margin-bottom: 20px;
}
	.c-formcheckbox2__input {
		display: none;
}
	.c-formcheckbox2__parts {
		position: relative;
		padding: 10px 10px 10px 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		cursor: pointer;
		border: 1px solid #dedede;
		border-radius: 3px;
}
		.c-formcheckbox2__parts:before {
			content: "";
			display: block;
			position: absolute;
			top: 50%;
			left: 20px;
			width: 20px;
			height: 20px;
			border: 1px solid #dedede;
			border-radius: 5px;
			-webkit-transform: translateY(-50%);
			        transform: translateY(-50%);
}
		.c-formcheckbox2__parts b {
			width: 1.5em;
			font-size: 1.25rem;
}
		.c-formcheckbox2__parts span {
			width: calc(100% - 1.125em);
}
	.c-formcheckbox2__input:checked + .c-formcheckbox2__parts {
		border-color: #b6cdd9;
}
	.c-formcheckbox2__input:checked + .c-formcheckbox2__parts:after {
		content: "";
		display: block;
		width: 20px;
		height: 20px;
		background: no-repeat url(../img/ico_review_b.svg) center center/cover;
		position: absolute;
		top: 50%;
		left: 21px;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		z-index: 1;
}
	.c-formcheckbox2__input:disabled + .c-formcheckbox2__parts {
		color: #888;
		cursor: default;
}
	.c-formcheckbox2__input:disabled + .c-formcheckbox2__parts:before {
		background-color: #e3e3e3;
}
	.c-formcheckbox2--filtering {
		position: relative;
}
		.c-formcheckbox2--filtering:after {
			position: absolute;
			left: 0;
			top: 0;
			content: "";
			display: block;
			background-color: rgba(0, 0, 0, 0.3);
			width: 100%;
			height: 100%;
			border-radius: 3px;
			cursor: pointer;
}
		.c-formcheckbox2--filtering .c-formradio__parts {
			opacity: .6;
}

/* formblock */
.c-formblock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -5px;
}
	.c-formblock .c-formradio {
		width: 100%;
		margin: 0 5px;
}
		.c-formblock .c-formradio__parts {
			font-size: 1.25rem;
}

/* btn */
.c-btnarea {
	text-align: center;
	margin-bottom: 30px;
}

.c-btn {
	display: inline-block;
	margin: 10px 5px;
}
	.c-btn button {
		border-radius: 3px;
		position: relative;
		color: #fff;
		font-size: 1rem;
		font-weight: bold;
		padding: 15px;
		background-color: #357495;
		-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
		        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
		-webkit-transition: opacity .3s;
		transition: opacity .3s;
		width: 210px;
		max-width: 100%;
		position: relative;
}
		.c-btn button:before {
			content: "";
			display: block;
			position: absolute;
			top: 50%;
			-webkit-transform: translateY(-50%);
			        transform: translateY(-50%);
			width: 12px;
			height: 12px;
}
		.c-btn button:hover {
			opacity: .7;
			-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
			        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
	.c-btn--next button:before {
		right: 10px;
		background: no-repeat url(../img/ico_next.svg) center center/cover;
}
	.c-btn--back button {
		background: #a8a8a8;
		-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
		        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
		.c-btn--back button:before {
			left: 10px;
			background: no-repeat url(../img/ico_prev.svg) center center/cover;
}
	.c-btn--gray button {
		background: #a8a8a8;
		-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
		        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
	.c-btn--start button {
		background: #f66565;
}
		.c-btn--start button:before {
			width: 22px;
			height: 22px;
			left: 10px;
			background: no-repeat url(../img/ico_start.svg) center center/cover;
}
	.c-btn--finish button {
		background: #f66565;
}
		.c-btn--finish button:before {
			width: 22px;
			height: 22px;
			right: 10px;
			background: no-repeat url(../img/ico_finish.svg) center center/cover;
}
	.c-btn--fast button {
		background: #f66565;
}
		.c-btn--fast button:before {
			width: 25px;
			height: 25px;
			left: 10px;
			background: no-repeat url(../img/ico_fast.svg) center center/cover;
}
	.c-btn--memo button {
		background: #fff;
		color: #313131;
		border: 1px solid #dedede;
		-webkit-box-shadow: none;
		        box-shadow: none;
}
		.c-btn--memo button:before {
			width: 22px;
			height: 22px;
			left: 10px;
			background: no-repeat url(../img/ico_memo.svg) center center/cover;
}
		.c-btn--memo button:hover {
			-webkit-box-shadow: none;
			        box-shadow: none;
}
		.c-btn--memo button .memo {
			font-size: 0.75rem;
			display: inline-block;
			color: #fff;
			background: #f66565;
			padding: 2px 10px;
			margin-right: 0.5em;
}
	.c-btn--filtering button {
		background: #fff;
		color: #313131;
		border: 1px solid #dedede;
		-webkit-box-shadow: none;
		        box-shadow: none;
}
		.c-btn--filtering button:before {
			width: 22px;
			height: 22px;
			left: 10px;
			background: no-repeat url(../img/ico_filtering.svg) center center/cover;
}
		.c-btn--filtering button:hover {
			-webkit-box-shadow: none;
			        box-shadow: none;
}
	.c-btn--block {
		display: block;
		margin: 0;
}
		.c-btn--block button {
			width: 100%;
}
	.c-btn--auto button {
		width: auto;
		padding: 15px 30px 15px 15px;
}
.c-btn--gray.c-btn--auto button {
		padding: 15px;
}
	.c-btn--headerfinish {
		position: absolute;
		right: 15px;
		top: 10px;
		margin: 0;
		z-index: 3;
}
		.c-btn--headerfinish button, .c-btn--headerfinish a {
			padding: 10px 15px;
			width: 150px;
}
	.c-btn--list button {
		background: #fff;
		color: #313131;
		border: 1px solid #dedede;
		-webkit-box-shadow: none;
		        box-shadow: none;
}
		.c-btn--list button:before {
			width: 22px;
			height: 22px;
			left: 10px;
			background: no-repeat url(../img/ico_list.svg) center center/cover;
}
		.c-btn--list button:hover {
			-webkit-box-shadow: none;
			        box-shadow: none;
}

.op_barcode .c-btn--headerfinish {
	z-index: 1100;
}

.c-btn--headerfinish .js-modal-open.modal-open {
	pointer-events: none;
	opacity: .5;
}

/* selectbtn */
.c-selectbtn {
	background-color: #357495;
	color: #fff;
	font-size: 0.875rem;
	padding: 5px 10px;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
	-webkit-transition: .3s;
	transition: .3s;
}
	.c-selectbtn:hover {
		opacity: .7;
		-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
		        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
	.c-selectbtn--selected {
		background-color: #a8a8a8;
		-webkit-box-shadow: none;
		        box-shadow: none;
}
		.c-selectbtn--selected:hover {
			-webkit-box-shadow: none;
			        box-shadow: none;
}

/* error */
.c-error {
	color: #f66565;
	display: block;
	margin: 10px 0;
	background-color: #ffeaea;
	padding: 0.75em 1em 0.75em 3em;
	font-weight: bold;
	font-size: 0.875rem;
	position: relative;
	line-height: 1.5;
}
	.c-error:before {
		content: "";
		width: 20px;
		height: 20px;
		background: no-repeat url(../img/common/ico_error.svg) center center/cover;
		position: absolute;
		top: 50%;
		left: 1em;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
}

/* subbtnarea */
.c-subbtnarea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 20px;
	margin: 30px 0 50px;
	background-color: #f2f2f2;
}
	.c-subbtnarea__item {
		width: 33.333%;
		min-width: 200px;
		max-width: 100%;
		padding: 5px 10px;
}

/* subcheck */
.c-subcheck {
	cursor: pointer;
	display: inline-block;
	background-color: #fff;
	padding: 15px;
	text-align: center;
	border: 1px solid #dedede;
	width: 210px;
	font-weight: bold;
}
	.c-subcheck__input {
		display: none;
}
	.c-subcheck__parts {
		position: relative;
		padding-left: 30px;
		line-height: 1.3;
		display: inline-block;
}
		.c-subcheck__parts:before {
			content: "";
			display: block;
			position: absolute;
			top: 50%;
			left: 0;
			width: 24px;
			height: 24px;
			border: 1px solid #dedede;
			border-radius: 5px;
			-webkit-transform: translateY(-50%);
			        transform: translateY(-50%);
			background-color: #fff;
}
	.c-subcheck__input:checked + .c-subcheck__parts:after {
		content: "";
		display: block;
		width: 20px;
		height: 20px;
		background: no-repeat url(../img/ico_review_g.svg) center center/cover;
		position: absolute;
		top: 50%;
		left: 4px;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		z-index: 1;
}
	.c-subcheck__input:disabled + .c-subcheck__parts {
		color: #888;
		cursor: default;
}
	.c-subcheck__input:disabled + .c-subcheck__parts:before {
		background-color: #e3e3e3;
}

/* c-filtering */
.c-filtering {
	position: relative;
}
	.c-filtering:after {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		/**background-color: rgba(0, 0, 0, 0.5);**/
		background: radial-gradient(circle, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 50%,transparent calc(100% - 200px), transparent 100%);
		top: 0;
		left: 0;
		display: block;
		z-index: 100;
}
	.c-filtering .l-contents {
		z-index: 200;
}
		.c-filtering .l-contents:after {
			position: absolute;
			content: "";
			width: 100%;
			height: 100%;
			/**background-color: rgba(0, 0, 0, 0.5);**/
			background: radial-gradient(circle, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 50%,transparent calc(100% - 200px), transparent 100%);
			top: 0;
			left: 0;
			display: block;
			z-index: 100;
}
		.c-filtering .l-contents .p-1column {
			position: relative;
			z-index: 500;
			background-color: #fff;
			padding: 0 20px;
}
		.c-filtering .l-contents .p-2column {
			position: relative;
			z-index: 500;
			background-color: #fff;
			padding: 0 20px;
}
		.c-filtering .l-contents .c-btn {
			opacity: .5;
			pointer-events: none;
}
			.c-filtering .l-contents .c-btn--filtering {
				opacity: 1;
				pointer-events: auto;
}
		.c-filtering .l-contents .c-subcheck {
			opacity: .5;
			pointer-events: none;
}

@media screen and (max-width: 870px) {
	.c-filtering:after{
		background: none !important;
	}
	.c-filtering .l-contents:after {
		background: none !important;
	}
	.c-filtering .l-contents .p-1column {
		border: 1px solid #000 !important;
	}
	.c-filtering .l-contents .p-2column {
		border: 1px solid #000 !important;
	}
}
/*
box
---------------------------------------------------------*/
.c-box01 {
	background-color: #f2f2f2;
	padding: 20px 30px;
	margin: 40px 0 30px;
	text-align: center;
}

.c-box02 {
	font-weight: bold;
	border: 1px solid #f66565;
	padding: 20px;
	text-align: center;
	background-color: #fff5f5;
	border-radius: 3px;
	margin: 30px 0;
}

.c-box03 {
	padding: 60px 100px;
	border: 1px solid #dedede;
	border-radius: 3px;
}

.c-box04 {
	background-color: #f2f2f2;
	border: 1px solid #dedede;
	padding: 15px 30px;
	margin: 0;
	text-align: center;
}

.c-box05 {
	padding: 30px;
	border: 1px solid #dedede;
	border-radius: 3px;
}

.c-box06 {
	margin: 30px auto;
	border: 1px solid #ecb064;
	background-color: #faf7e2;
	padding: 20px 20px 20px 65px;
	position: relative;
}
.c-box06::before {
	content: "";
	width: 40px;
	height: 40px;
	background: no-repeat url("/exam/img/ico_fastslow.svg") center center / cover;
	position: absolute;
	left: 10px;
	top: 20px;
}

.c-textbox {
	display: inline-block;
	margin: 0 0.25em;
	border: 1px solid #313131;
	text-align: center;
	text-indent: 0;
	font-size: 0.875rem;
	min-height: 2em;
	min-width: 5em;
	vertical-align: middle;
}

.c-flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-top: 1px solid #dedede;
	padding-top: 20px;
	margin-top: 30px;
}
	.c-flexbox__img {
		width: 170px;
		padding-right: 20px;
}
	.c-flexbox__text {
		width: calc(100% - 170px);
}

.c-flexbox02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
	.c-flexbox02__img {
		width: 40%;
		padding-right: 15px;
}
	.c-flexbox02__text {
		width: 60%;
		padding-left: 15px;
}

.c-flexbox03 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
	.c-flexbox03__img {
		width: 40%;
		padding-left: 15px;
}
	.c-flexbox03__text {
		width: 60%;
		padding-right: 15px;
}

/*
table
---------------------------------------------------------*/
table {
	margin: 15px 0;
	width: 100%;
}
	table caption {
		font-weight: bold;
		text-align: center;
		margin-bottom: 5px;
}
	table th, table td {
		border: 1px solid #313131;
		padding: 0.25em 0.5em;
}

/* tbl01 */
.c-tbl01 th, .c-tbl01 td {
	padding: 0.5em 1em;
	border: 1px solid #999999;
}
.c-tbl01 th {
	font-weight: bold;
	background-color: #f2f2f2;
	width: 15em;
	text-align: left;
}

/* tbl02 */
.c-tbl02 th, .c-tbl02 td {
	padding: 0.5em 1em;
	border: 1px solid #dedede;
}
.c-tbl02 th {
	font-weight: bold;
	background-color: #f2f2f2;
	text-align: center;
}

/* scroll */
.c-scroll {
	overflow-x: auto;
	padding-bottom: 5px;
	white-space: nowrap;
	margin: 15px 0;
}
	.c-scroll table {
		margin: 0;
}

.c-scroll::-webkit-scrollbar {
	height: 5px;
}

.c-scroll::-webkit-scrollbar-track {
	margin: 0 2px;
	background: #ccc;
}

.c-scroll::-webkit-scrollbar-thumb {
	background: #9e9e9e;
}

/*====================================================================

project

====================================================================*/
/*
mainheader
---------------------------------------------------------*/
.p-mainheader {
	margin: 0 auto;
	position: relative;
}
	.p-mainheader__top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
}
	.p-mainheader__time {
		font-size: 1.5rem;
		width: 7em;
		text-align: right;
}
		.p-mainheader__time:before {
			content: "";
			width: 26px;
			height: 26px;
			background: no-repeat url(../img/ico_time.svg) center center/cover;
			display: inline-block;
			position: relative;
			top: 3px;
}
	.p-mainheader__tit {
		font-size: 1.5rem;
		width: calc(100% - 7em);
		font-weight: bold;
}
	.p-mainheader__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -1px;
		margin-top: 5px;
}
		.p-mainheader__list li {
			padding: 0 0.5px;
			width: 10%;
}
			.p-mainheader__list li > span:not(.active) {
				background-color: #a8a8a8;
				display: block;
				height: 15px;
				cursor: pointer;
}
			.p-mainheader__list li .active {
				display: block;
				margin-top: 5px;
				background-color: #f66565;
				height: 5px;
				border-radius: 3px;
}
		.p-mainheader__list li.answer > span:not(.active) {
			background-color: #357495;
}
		.p-mainheader__list li.review > span:not(.active) {
			background-color: #12c424;
}

#hamburger[type="checkbox"]:checked ~ .l-contents .p-mainheader {
	padding-right: 40px;
}

/*
mainfooter
---------------------------------------------------------*/
.p-mainfooter {
	position: fixed;
	bottom: 0;
	right: 190px;
	width: calc(100% - 190px);
	border-top: 1px solid #dedede;
	padding: 5px 10px;
	z-index: 1000;
	background-color: #fff;
	min-width: 768px;
	-webkit-transition: right .3s, width .3s;
	transition: right .3s, width .3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
	.p-mainfooter .c-btn {
		margin: 5px 1px;
}
		.p-mainfooter .c-btn button {
			padding: 10px 15px 10px 35px;
			width: auto;
}
		.p-mainfooter .c-btn--back, .p-mainfooter .c-btn--next {
			width: auto;
}
		.p-mainfooter .c-btn--next button {
			padding: 10px 30px 10px 15px;
}
	.p-mainfooter .c-subcheck {
		padding: 8px 15px;
		width: auto;
}

#hamburger[type="checkbox"]:checked ~ .l-contents .p-mainfooter {
	right: 0;
	width: 100%;
}

@media screen and (max-width: 1000px) {
	.p-mainfooter {
		min-width: 450px;
	}
	.p-mainfooter__left {
		display: flex;
		align-items: center;
	}
	.p-mainfooter .c-btn--list {
		margin: 0 5px 0 0;
	}
	.p-mainfooter .c-btn--list button {
		padding: 22px;
	}
	.p-mainfooter .c-btn--list .hidden1000px {
		display: none;
	}
	.p-mainfooter .c-btn--memo {
		margin: 0 5px 0 0;
	}
	.p-mainfooter .c-btn--memo button {
		padding: 22px;
	}
	.p-mainfooter .c-btn--memo .hidden1000px {
		display: none;
	}
	.p-mainfooter .c-btn--filtering {
		margin: 0 5px 0 0;
	}
	.p-mainfooter .c-btn--filtering button {
		padding: 22px;
	}
	.p-mainfooter .c-btn--filtering .hidden1000px {
		display: none;
	}
	.p-mainfooter .c-subcheck {
		margin: 0 5px 0 0;
	}
	.p-mainfooter .c-subcheck .hidden1000px {
		display: none;
	}
}

/*
row
---------------------------------------------------------*/
.p-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 10px;
}
	.p-row__header {
		padding-bottom: 0;
		border-bottom: 1px solid #dedede;
		margin-bottom: 10px;
}

/*
1column
---------------------------------------------------------*/
.p-1column {
	max-width: 100%;
	width: 870px;
	margin: 0 auto;
	height: calc(100vh - 190px);
	overflow-y: auto;
	padding: 5px 20px 0 0;
}
	.p-1column--free {
		max-width: 100%;
		width: 870px;
		margin: 0 auto;
}

.memoboxopen .p-1column {
	height: calc(100vh - 230px);
}

/*
2column
---------------------------------------------------------*/
.p-2column {
	width: 50%;
	border: 1px solid #dedede;
	border-radius: 3px;
	height: calc(100vh - 190px);
	overflow-y: auto;
	padding: 30px;
}

.memoboxopen .p-2column {
	height: calc(100vh - 230px);
}

/*
op_barcode
---------------------------------------------------------*/
.op_barcode .p-1column {
	height: calc(100vh - 200px - 111px);
}
.op_barcode .p-2column {
	height: calc(100vh - 200px - 111px);
}

/*
result
---------------------------------------------------------*/
.p-result {
	width: 370px;
	margin: 0 auto;
}

/*
resultbox
---------------------------------------------------------*/
.p-resultbox {
	border-bottom: 2px solid #dedede;
	line-height: 1;
	font-weight: bold;
	position: relative;
	text-align: center;
	padding: 0 5em;
}
	.p-resultbox__text {
		color: #f66565;
		font-size: 6.25rem;
}
	.p-resultbox__tit {
		position: absolute;
		left: 0;
		bottom: 0.5em;
		width: 5em;
		text-align: right;
}

/*
fastarea
---------------------------------------------------------*/
.p-fastarea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 50px -15px;
}
	.p-fastarea__item {
		width: 33.333%;
		padding: 0 15px;
}
		.p-fastarea__item h4 {
			color: #777;
}

/*
fastbox
---------------------------------------------------------*/
.p-fastbox {
	margin: 20px 0;
	width: 100%;
	border-bottom: 2px solid #dedede;
	font-weight: bold;
	padding-bottom: 1em;
	max-width: 100%;
	font-weight: bold;
	text-align: center;
}
	.p-fastbox__text {
		font-size: 3rem;
		line-height: 1;
		letter-spacing: -0.02em;
}
	.p-fastbox__bps {
		padding-left: 0.75em;
}
  @media screen and (max-width: 870px) {
		.p-fastbox__text {
			font-size: 5vw;
}
}

/*
fastresult
---------------------------------------------------------*/
.p-fastresult {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 50px auto;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border: 1px solid #dedede;
	background-color: #f2f2f2;
	font-weight: bold;
	padding: 20px;
}
	.p-fastresult__img {
		width: 50px;
		margin-right: 10px;
}

/*
pairing
---------------------------------------------------------*/
.p-pairing {
	/**background: rgba(0, 0, 0, 0.7);**/
	background: radial-gradient(circle, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 50%,transparent calc(100% - 200px), transparent 100%);
	height: 100vh;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 500;
}
	.p-pairing__content {
		background: #fff;
		left: 50%;
		padding: 0 50px 5px 50px;
		position: absolute;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		width: 700px;
}
	.p-pairing__tit {
		margin: -30px -50px 15px;
		color: #fff;
		padding: 15px;
		text-align: center;
		font-size: 1.5rem;
		font-weight: bold;
}
	.p-pairing--titblue {
		background-color: #357495;
}
	.p-pairing--titred {
		background-color: #f66565;
}
	@media screen and (max-width: 870px) {
		.p-pairing {
			background: none !important;
		}
		.p-pairing__content{
			border: 1px solid #000 !important;
		}
		.p-pairing__tit{
			margin: 0 -50px 15px !important;
		}
	}
/*
p-stepbar
---------------------------------------------------------*/
.p-stepbar {
	margin: 0 auto 20px auto;
	max-width: 870px;
}
.p-stepbar ul {
	list-style: none;
	padding: 0;
	display: flex;
	font-size: 0.75rem;
	color: #a8a8a8;
	width: 100%;
}

.p-stepbar ul li {
	text-align: center;
	position: relative;
	line-height: 1.3;
	width: 100%;
}
.p-stepbar ul li:not(:last-child)::after {
	width: 100%;
	right: -50%;
	display: block;
	content: "";
	border-top: 5px solid #a8a8a8;
	top: 13px;
	position: absolute;
	z-index: -1;
}
.p-stepbar ul li span {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #a8a8a8;
	display: block;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	margin: 0 auto 5px auto;
}
.p-stepbar ul li:nth-last-child(2)::after {
	border-top: 5px dashed #a8a8a8;
}
.p-stepbar ul li.active {
	font-weight: bold;
	color: #313131;
}
.p-stepbar ul li.active span {
	background-color: #357495;
}
.p-stepbar ul li.active:not(:last-child)::after {
	border-color: #357495;
}

/*
p-stepbar02
---------------------------------------------------------*/
.p-stepbar02 {
	margin: 0 auto 20px auto;
	max-width: 870px;
}
.p-stepbar02 ul {
	list-style: none;
	padding: 0;
	display: flex;
	font-size: 0.75rem;
	color: #a8a8a8;
	width: 100%;
}

.p-stepbar02 ul li {
	text-align: center;
	position: relative;
	line-height: 1.3;
	width: 100%;
}
.p-stepbar02 ul li:not(:first-child)::before {
	width: 100%;
	left: -50%;
	display: block;
	content: "";
	border-top: 3px solid #a8a8a8;
	top: 8px;
	position: absolute;
	z-index: -1;
}
.p-stepbar02 ul li span {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #a8a8a8;
	display: block;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	margin: 0 auto 5px auto;
}
.p-stepbar02 ul li.active,
.p-stepbar02 ul li.here {
	font-weight: bold;
	color: #357495;
}
.p-stepbar02 ul li.active span {
	background-color: #357495;
}
.p-stepbar02 ul li.here span {
	background-color: #fff;
	border: 2px solid #357495;
}
.p-stepbar02 ul li.active:not(:first-child)::before,
.p-stepbar02 ul li.here:not(:first-child)::before {
	border-color: #357495;
}

/*
p-openbox
---------------------------------------------------------*/
.p-openbox + .p-openbox {
	margin-top: 20px;
}
.p-openbox__title {
	font-size: 1.125rem;
	font-weight: bold;
	padding: 10px 20px 10px 10px;
	border: 1px solid #dedede;
	background-color: #f2f2f2;
	position: relative;
}

.p-openbox__title::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	/*background: no-repeat url(../img/ico_down.svg) center center / cover;*/
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%) rotate(-90deg);
}
.p-openbox__title .required {
	display: inline-block;
	color: #fff;
	font-size: 0.675rem;
	padding: 2px 10px;
	background-color: #f66565;
	font-weight: normal;
	margin-left: 1em;
}
.p-openbox__title.active::before {
	transform: translateY(-50%) rotate(0);
}
.p-openbox__parts {
	display: none;
	padding-top: 10px;
}

/*====================================================================

Utility

====================================================================*/
.u-center {
	text-align: center;
}

.u-left {
	text-align: left;
}

.u-right {
	text-align: right;
}

.u-small {
	font-size: 80%;
}

.u-normal {
	font-size: 1rem;
	font-weight: normal;
}

.u-large {
	font-size: 120%;
}

.u-large02 {
	font-size: 1.25rem;
}

.u-txtdeco01 {
	color: #f66565;
}

/*
indent
---------------------------------------------------------*/
.u-indent3 {
	text-indent: -3em;
	padding-left: 3em;
}

/*
margin
---------------------------------------------------------*/
.u-m0 {
	margin: 0;
}

.u-mtb10 {
	margin: 10px 0;
}

.u-mt0 {
	margin-top: 0;
}

.u-mt30 {
	margin-top: 30px;
}

.u-mt50 {
	margin-top: 50px;
}

.u-mb0 {
	margin-bottom: 0;
}

.u-mb10 {
	margin-bottom: 10px;
}

/*
width
---------------------------------------------------------*/
.u-w5em {
	width: 5em;
}

/*
alertnotebox
---------------------------------------------------------*/
.alertnotebox {
	position: absolute;
	border: 1px solid #FBC263;
	z-index: 8111;
	background-color: rgb(255, 247, 132);
	margin: 0px;
	padding: 0px;
	border-radius: 4px;
	font-size: .8rem;
	cursor: move;
}
.alertnotebox_header {
	margin: 0;
	position: relative;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #FBC263;
}
.alertnotebox_header .alertnotebox_header_arrow {
	display: flex;
	padding: 0 5px;
}
.alertnotebox_header .alertnotebox_header_arrow > a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	background-color: #333;
	margin: 2px;
}
.alertnotebox_header .alertnotebox_header_arrow > a:hover {
	opacity: .7;
}
.alertnotebox_header .day {
	margin: 0 10px;
}
.alertnotebox_header .close {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	background-color: #333;
	margin: 2px;
	position: absolute;
	right: 5px;
}
.alertnotebox_header .close:hover {
	opacity: .7;
}
.alertnotebox_textbox {
	overflow-y: auto;
	padding: 10px;
	z-index: 8113;
	position: relative;
}
.alertnotebox_textbox .title {
	font-weight: bold;
	margin-bottom: 5px;
}
.alertnotebox_textbox p {
	margin: 0;
	line-height: 1.5;
}

/*
memobox
---------------------------------------------------------*/
.p-memobox {
	position: fixed;
	bottom: 67px;
	right: 190px;
	width: calc(100% - 190px);
	border-top: 1px solid #dedede;
	padding: 5px 10px;
	z-index: 50;
	background-color: #fff;
	-webkit-transition: right .3s, width .3s;
	transition: right .3s, width .3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	align-items: flex-end;
}
.p-memobox__textarea {
	width: calc(100% - 200px);
	line-height: 1;
}
.p-memobox__textarea textarea {
	height: 45px;
	width: 100%;
	padding: 5px;
}
.p-memobox__btn {
	width: 200px;
	padding-left: 20px;
}
.p-memobox__btn .c-btn {
	margin: 0 2px;
}
.p-memobox__btn .c-btn button {
	width: 80px;
	padding: 10px;
	background-color: #163761;
}

.p-memobox--big .p-memobox__textarea textarea {
	height: 300px;
}

/*
tit_number01
---------------------------------------------------------*/
.tit_number01 {
	display: inline-block;
	color: #fff;
	background-color: #357495;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	margin-right: 5px;
}

/*
select
---------------------------------------------------------*/
.c-select {
	cursor: pointer;
  outline: none;
  background: #fff;
  display: block;
  position: relative;
  border: 1px solid #ccc;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 20px 10px 10px;
  color: #313131;
	font-size: 16px;
	width: 100%;
	border-radius: 3px;
}
/*
issuehistory
---------------------------------------------------------*/

.p-issuehistory {
	margin-top: 30px;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}
.p-issuehistory h3 {
	font-size: 1.125rem;
	margin-bottom: 5px;
}
.p-issuehistory__list {
	display: flex;
	flex-wrap: wrap;
	font-size: .875rem;
}
.p-issuehistory__list dt,
.p-issuehistory__list dd {
	padding: .25em .5em;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin-top: -1px;
}
.p-issuehistory__list dt {
	width: 8em;
	background-color: #f5f5f5;
}
.p-issuehistory__list dd {
	width: calc(100% - 8em);
}

@media screen and (max-width: 870px) {
	.p-issuehistory__list dt,
	.p-issuehistory__list dd {
		width: 100%;
	}
}


/*
volume
---------------------------------------------------------*/
.p-volume {
	padding: 0!important;
	list-style: none!important;
	display: flex;
}
.p-volume li {
	margin: 0 5px;
	width: 100%;
	background-color: #ddd;
	border-radius: 3px;
	height: 20px;
}
.p-volume li.active:nth-of-type(-n+10) {
	background-color: #12c424;
}
.p-volume li.active:nth-of-type(n+11):nth-of-type(-n+15) {
	background-color: #F3B31B;
}
.p-volume li.active:nth-last-of-type(-n+5) {
	background-color: #E43636;
}

@media screen and (max-width: 870px) {
	.p-volume li {
		margin: 0 2px;
	}
}