@charset "UTF-8";
/*-----------------------------------------------
	Browser Reset
-----------------------------------------------*/
html,
body {
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6, pre, address, em, strong, th, ins {
	font-size: 100%;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6, pre, address, ul, ol, li, dl, dt, dd, form, legend, p {
	margin: 0;
	padding: 0;
}

table, tr, td, th {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 0;
}

img {
	border: 0;
	vertical-align: bottom;
}

ul,
ul, li {
	list-style-type: none;
}

header, section, footer, aside, nav, article, figure, main {
	margin: 0;
	padding: 0;
	display: block;
}

body, th, td {
	word-wrap: break-word;
}

button,
input,
select,
textarea {
	font-family: inherit;
}

/*---------------------------------------
    shared
---------------------------------------*/
.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearFloat {
	clear: both;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.center {
	text-align: center !important;
}

.bold {
	font-weight: bold !important;
}

.normal {
	font-weight: normal !important;
}

/* Margin top */
.mt0 {
	margin-top: 0px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

/* Margin Bottom */
.mb1em {
	margin-bottom: 1em !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

/* Margin Bottom */
.mr0 {
	margin-right: 0px !important;
}

/* Clear Fix shared */
.clearAll {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

.clearfix:after {
	content: ".";
	/* 新しい要素を作る */
	display: block;
	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*/
	/*/
	height: auto;
	overflow: hidden;
	/**/
}

html,
body {
	height: 100%;
}

body {
	font-family: "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1;
	color: #505050;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 768px) {
	body {
		font-size: 16px;
		min-width: 960px;
	}
}
@media screen and (max-width: 767px) {
	body {
		font-size: 15px;
		min-width: 375px;
	}
}

nav {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

@media screen and (max-width: 767px) {
	.pcOnly {
		display: none !important;
	}
}

@media screen and (min-width: 768px) {
	.spOnly {
		display: none !important;
	}
}

/* title */
.title01,
.title02,
.title03,
.title07 {
	color: #00a5d9;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.title01 {
		font-size: 24px;
		margin-top: 26px;
	}
}
@media screen and (max-width: 767px) {
	.title01 {
		font-size: 20px;
		margin-top: 27px;
	}
}

.title02 {
	font-size: 20px;
	line-height: 28px;
	padding-left: 24px;
	background-image: url(../images/arrow_01.png);
	background-position: 0px 9px;
}
@media screen and (max-width: 767px) {
	.title02 {
		font-size: 18px;
		line-height: 26px;
		background-position: 0px 8px;
	}
}

.title02 {
	margin-top: 28px;
}
@media screen and (max-width: 767px) {
	.title02 + .learningNameBlock {
		margin-top: 16.25px;
	}
}

@media screen and (min-width: 768px) {
	.title02:nth-child(n+2),
.jsBlock01 + .jsBlock01 .title02 {
		margin-top: 44px;
	}
}
@media screen and (max-width: 767px) {
	.title02:nth-child(n+2),
.jsBlock01 + .jsBlock01 .title02 {
		margin-top: 60px;
	}
}

@media screen and (min-width: 768px) {
	.jsBlock02 + .jsBlock02 .title02 {
		margin-top: 52px;
	}
}
@media screen and (max-width: 767px) {
	.jsBlock02 + .jsBlock02 .title02 {
		margin-top: 60px;
	}
}

.title02 span {
	font-size: 18px;
}

.title01 + .title02 {
	margin-top: 12px;
}

@media screen and (min-width: 768px) {
	.title03 {
		font-size: 20px;
		line-height: 26px;
		margin-top: 32px;
	}
}
@media screen and (max-width: 767px) {
	.title03 {
		font-size: 15px;
		line-height: 21px;
		margin-top: 20.25px;
	}
}
@media screen and (max-width: 767px) {
	.title03 + .text02, .title03 + .answerBlock01 {
		margin-top: 20.25px;
	}
}

.title03:first-child {
	margin-top: 0;
}

.title03 span {
	vertical-align: middle;
}

.title05 {
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.title05 {
		font-size: 20px;
		line-height: 26px;
	}
}
@media screen and (max-width: 767px) {
	.title05 {
		font-size: 15px;
		margin-top: 8.25px;
	}
}

.title06 {
	color: #ffffff;
	font-weight: bold;
	background-color: #00a5d9;
	display: inline-block;
	position: relative;
}
@media screen and (min-width: 768px) {
	.title06 {
		font-size: 18px;
		line-height: 38px;
		margin-top: 18px;
		padding-left: 20px;
		padding-right: 35px;
	}
}
@media screen and (max-width: 767px) {
	.title06 {
		font-size: 15px;
		line-height: 30px;
		margin-top: 19px;
		padding-left: 10px;
		padding-right: 28px;
	}
}

.title06::after {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	right: -1px;
}
@media screen and (min-width: 768px) {
	.title06::after {
		border-right: 10px solid #fff;
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
	}
}
@media screen and (max-width: 767px) {
	.title06::after {
		border-right: 8px solid #fff;
		border-top: 16px solid transparent;
		border-bottom: 16px solid transparent;
	}
}

@media screen and (min-width: 768px) {
	.title07 {
		font-size: 18px;
		padding-top: 27.5px;
	}
	.title07 + .btnNavi02 {
		margin-top: 15.5px;
	}
}
@media screen and (max-width: 767px) {
	.title07 {
		font-size: 16px;
		padding-top: 28px;
	}
	.title07 + .btnNavi02 {
		margin-top: 12px;
	}
}

/* titleBlock */
@media screen and (min-width: 768px) {
	.titleBlock01 {
		display: flex;
		justify-content: space-between;
	}
	.titleBlock01 > div:nth-child(1) {
		flex: 1 0 0%;
		display: flex;
		flex-direction: column;
	}
	.titleBlock01 > div:nth-child(1) .learningNameBlock {
		margin-top: auto;
		padding-top: 15.5px;
	}
	.titleBlock01 > div:nth-child(2) {
		margin-top: 28px;
		margin-left: 80px;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
}
@media screen and (max-width: 767px) {
	.titleBlock01 > div:nth-child(2) {
		margin-top: 16px;
	}
}

@media screen and (min-width: 768px) {
	.titleBlock02 {
		display: flex;
		justify-content: flex-end;
	}
	.titleBlock02 > div {
		margin-top: 28px;
		margin-left: 80px;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
}
@media screen and (max-width: 767px) {
	.titleBlock02 > div {
		margin-top: 16px;
	}
}

/* tab */
.tab01 {
	margin-top: 32px;
}
.tab01 ul {
	display: flex;
	justify-content: space-between;
}
.tab01 ul li {
	width: 100%;
}
.tab01 ul li + li {
	margin-left: 6px;
}
.tab01 ul li a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #00a7e1;
	text-align: center;
	color: #00a7e1;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	text-decoration: none;
	height: 100%;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.tab01 ul li a:hover, .tab01 ul li.current a {
	color: #ffffff;
	background-color: #00a7e1;
}

.tab02 {
	position: relative;
}
.tab02 ul {
	display: flex;
}
.tab02 ul li a {
	color: #00a5d9;
	font-size: 12px;
	text-decoration: none;
	margin-top: -1px;
	width: 136px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	border: 1px solid #00a5d9;
}
.tab02 ul li a span {
	line-height: 12px;
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 12px;
	display: inline-block;
}
.tab02 ul li:hover a, .tab02 ul li.current a {
	color: white;
	background-color: #00a5d9;
}
.tab02 ul li.current {
	pointer-events: none;
}
.tab02 ul li:first-child a {
	border-bottom-left-radius: 5px;
}
.tab02 ul li:last-child a {
	border-bottom-right-radius: 5px;
}
.tab02 ul li + li {
	margin-left: -1px;
}
.tab02 ul li.thumb span {
	background-image: url(../images/btn_thum.png);
}
.tab02 ul li.thumb:hover span, .tab02 ul li.thumb.current span {
	background-image: url(../images/btn_thum_on_in.png);
}
.tab02 ul li.noThumb span {
	background-image: url(../images/btn_list.png);
}
.tab02 ul li.noThumb:hover span, .tab02 ul li.noThumb.current span {
	background-image: url(../images/btn_list_on_in.png);
}

/* text */
.text01 {
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.text01 {
		font-size: 18px;
		padding-right: 320px;
	}
}
@media screen and (max-width: 767px) {
	.text01 {
		font-size: 15px;
	}
}

@media screen and (min-width: 768px) {
	.title01 + .text01 {
		margin-top: 13.5px;
	}
}
@media screen and (max-width: 767px) {
	.title01 + .text01 {
		margin-top: 15.25px;
	}
}

.text02 {
	font-size: 16px;
	margin-top: 12px;
}
@media screen and (max-width: 767px) {
	.text02 {
		font-size: 15px;
	}
}

.question01 + .text02 {
	margin-top: 20px;
}

.title02 + .text02 {
	margin-top: 16px;
}

@media screen and (min-width: 768px) {
	.title05 + .text02 {
		margin-top: 17px;
	}
}
@media screen and (max-width: 767px) {
	.title05 + .text02 {
		margin-top: 20.5px;
	}
}

.text03 {
	color: #00a5d9;
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	.text03 {
		text-align: center;
		font-size: 24px;
		margin-top: 32px;
	}
}
@media screen and (max-width: 767px) {
	.text03 {
		margin-top: 20px;
	}
}

.text04 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-top: 8px;
}

.text05 {
	font-size: 14px;
	line-height: 1;
	margin-top: 8px;
}

.text06 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	margin-top: 48px;
}

.text07 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.text07 + .button02 {
	margin-top: 43px;
}

.text08 {
	color: #e2242c;
	font-weight: bold;
	margin-top: 20px;
}

/* link */
.link01 {
	font-weight: 700;
	margin-top: 20px;
}

.link01 li {
	padding-left: 14px;
	background-image: url(../images/arrow_02.png);
	background-position: 0px 7px;
}

.link01 li + li {
	margin-top: 10px;
}

.link01 a {
	color: #00a5d9;
}

.link01 a:hover {
	text-decoration: none;
}

.link02 a {
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.link02 p {
		font-size: 14px;
		display: inline-block;
		padding-left: 15px;
		background-image: url("../images/agent/arrow_03.png");
		background-position: 0 5px;
	}
	.link02 p a {
		color: #505050;
	}
	.link02 p a:hover {
		color: #999999;
	}
}
@media screen and (max-width: 767px) {
	.link02 p a {
		font-weight: bold;
	}
}
@media screen and (max-width: 767px) and (max-width: 767px) {
	.link02 p a {
		color: #00a5d9;
		text-align: center;
		text-decoration: none;
		line-height: 42px;
		font-size: 15px;
		display: block;
		width: 100%;
		background-color: #ffffff;
		border: 1px solid #00a5d9;
	}
	.link02 p a span {
		display: inline-block;
		padding-left: 22px;
		background-image: url("../images/agent/2x/btn_icon_star.png");
		background-size: 16px auto;
		background-position: left center;
	}
}

/* disabled */
.disabled,
input[disabled],
textarea[disabled] {
	opacity: 0.35;
	pointer-events: none;
}

/*button */
.buttonBlock01 {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.buttonBlock01 li {
		width: 50%;
		max-width: 343px;
	}
}
@media screen and (min-width: 768px) {
	.buttonBlock01 li + li {
		margin-left: 40px;
	}
}
@media screen and (max-width: 767px) {
	.buttonBlock01 li + li {
		margin-left: 25px;
	}
}

.button01 .disabled,
.button01 .disabled:hover,
.button02 .disabled,
.button02 .disabled:hover,
.button03 .disabled,
.button03 .disabled:hover,
.button04 .disabled,
.button07 .disabled,
.button06 .disabled,
.button04 .disabled:hover,
.button05 .disabled,
.button05 .disabled:hover {
	color: #fff;
	background-color: #a1a1a1;
	border-color: #a1a1a1;
	opacity: 1;
}

.button01,
.button02,
.button03 {
	margin-top: 32px;
	display: flex;
	justify-content: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.button01 a,
.button02 a,
.button02 span,
.button03 a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	width: 280px;
	height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.button01 a,
.button02 a,
.button02 span,
.button03 a {
		font-size: 15px;
		width: 100%;
		height: 44px;
		max-width: 343px;
	}
}

@media screen and (max-width: 767px) {
	.buttonSmallFont01 a {
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	.buttonSmallFont02 a {
		font-size: 11px;
	}
}

.button01 a {
	color: #00a5d9;
	background-color: #ffffff;
	border: 1px solid #00a5d9;
}

.button01 a:hover {
	color: #ffffff;
	background-color: #00a5d9;
}

.button02 a,
.button02 span {
	color: #ffffff;
	background-color: #e98300;
	border: 1px solid #e98300;
	cursor: pointer;
}

.button02 a:hover,
.button02 span:hover {
	color: #e98300;
	background-color: #ffffff;
}

.button02 input {
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.button03 a {
	color: #505050;
	background-color: #ffffff;
	border: 1px solid #505050;
}

.button03 a:hover {
	color: #ffffff;
	background-color: #505050;
}

.button04 a, .button07 a, .button06 a {
	color: #ffffff !important;
	font-weight: bold;
	text-align: center;
	display: block;
	background-color: #e98300;
}
@media screen and (min-width: 768px) {
	.button04 a, .button07 a, .button06 a {
		font-size: 18px;
		line-height: 50px;
		width: 240px;
	}
}
@media screen and (max-width: 767px) {
	.button04 a, .button07 a, .button06 a {
		line-height: 44px;
	}
}
.button04 a:hover, .button07 a:hover, .button06 a:hover {
	background-color: #ffb800;
}
.button04 a span, .button07 a span, .button06 a span {
	display: inline-block;
	background-position: 0 center;
}
@media screen and (min-width: 768px) {
	.button04 a span, .button07 a span, .button06 a span {
		padding-left: 30px;
		background-image: url("../images/agent/icon_04.png");
	}
}
@media screen and (max-width: 767px) {
	.button04 a span, .button07 a span, .button06 a span {
		padding-left: 25px;
		background-image: url("../images/agent/2x/btn_icon_keyword.png");
		background-size: 19px auto;
	}
}

.button05 a {
	color: #ffffff !important;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	display: block;
	width: 304px;
	background-color: #00be8b;
}

.button05 a:hover {
	background-color: #33cba2;
}

.button05 span {
	display: inline-block;
	padding-left: 28px;
	background-image: url("../images/agent/icon_05.png");
	background-position: 0 center;
}

.button06 + .button07 {
	margin-top: 16px;
}
.button06 a {
	width: 304px;
}
.button06 a span {
	background-image: url("../images/agent/icon_08.png");
	background-size: auto 18px;
}

.button07 a {
	width: 304px;
	background-color: #002b5e;
}
.button07 a:hover {
	background-color: #004699;
}
.button07 a span {
	background-image: url("../images/agent/icon_09.png");
	background-size: auto 18px;
}

/* tool */
.tool01 {
	font-size: 13px;
	font-weight: bold;
}
.tool01::after {
	content: "";
	display: block;
	clear: both;
}
.tool01 dt,
.tool01 dd {
	margin-top: 16px;
}
.tool01 dt {
	line-height: 30px;
	clear: both;
	float: left;
	margin-right: 16px;
}
.tool01 dd {
	width: 160px;
}
@media screen and (min-width: 768px) {
	.tool01 dd {
		float: right;
	}
}
@media screen and (max-width: 767px) {
	.tool01 dd {
		float: left;
	}
}
.tool01 dd.select {
	position: relative;
}
.tool01 dd.select::after {
	content: "";
	display: block;
	width: 13px;
	height: 8px;
	background-image: url("../images/agent/arrow_04.png");
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	pointer-events: none;
}
.tool01 dd.select select {
	background: none;
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 30px;
	padding-left: 16px;
	padding-right: 23px;
	border: 1px solid #505050;
	background-color: #ffffff;
}
.tool01 dd.select select::-ms-expand {
	display: none;
}
.tool01 + .button05 {
	margin-top: 16px;
}

/* --------------------------------------------------
	loading
-------------------------------------------------- */
.loading {
	min-height: 480px;
}

.loading > * {
	visibility: hidden !important;
}

.loading:after {
	content: "";
	display: block;
	position: fixed;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	border-top: 5px solid #e4e4e4;
	border-right: 5px solid #e4e4e4;
	border-bottom: 5px solid #e4e4e4;
	border-left: 5px solid #00a5d9;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/* --------------------------------------------------
	pagetop
-------------------------------------------------- */
.pagetop a {
	background-color: #0078b2;
	display: block;
}
@media screen and (min-width: 768px) {
	.pagetop a {
		text-decoration: none;
		color: #ffffff;
		font-size: 16px;
		font-weight: bold;
		line-height: 50px;
		text-align: center;
		width: 240px;
		background-image: url("../images/btn_pagetop_01.png");
		background-position: 24px center;
	}
}
@media screen and (max-width: 767px) {
	.pagetop a {
		text-indent: -9999px;
		width: 56px;
		height: 56px;
		border-radius: 50%;
		background-color: #0078b2;
		background-image: url("../images/agent/2x/btn_icon_pagetop.png");
		background-size: auto 26px;
		background-position: center center;
		visibility: hidden;
	}
	.pagetop a.fade {
		visibility: visible;
		animation-duration: 0.5s;
		animation-name: fade-in;
	}
	@keyframes fade-in {
		0% {
			visibility: hidden;
			opacity: 0;
		}
		50% {
			visibility: visible;
			opacity: 0.5;
		}
		100% {
			visibility: visible;
			opacity: 1;
		}
	}
}

/* --------------------------------------------------
	wrapper
-------------------------------------------------- */
#wrapper {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

/* --------------------------------------------------
	header
-------------------------------------------------- */
#header {
	font-size: 14px;
	position: relative;
}
@media screen and (max-width: 767px) {
	#header {
		background-color: #ffffff;
		box-shadow: 0px 2px 14px 0px rgba(0, 165, 217, 0.12);
	}
}
#header .inner {
	display: flex;
	align-items: center;
}
@media screen and (min-width: 768px) {
	#header .inner {
		height: 60px;
	}
}
@media screen and (max-width: 767px) {
	#header .inner {
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 767px) {
	#header .headerLogo {
		height: 72px;
		display: flex;
		align-items: center;
	}
}
#header .headerLogo img {
	height: 40px;
}
#header .headerLogo2 {
	margin-left: 24px;
}
#header .headerLogo2 img {
	height: 32px;
}
#header .inputAgentLink {
	font-weight: bold;
	flex-shrink: 0;
}
@media screen and (min-width: 768px) {
	#header .inputAgentLink {
		margin-left: 32px;
		padding-left: 14px;
		background-image: url(../images/arrow_02.png);
		background-position: 0px center;
	}
}
@media screen and (max-width: 767px) {
	#header .inputAgentLink {
		margin-left: -16px;
		margin-right: -16px;
		padding-left: 16px;
		padding-right: 16px;
		width: calc(100% + 32px);
		height: 33px;
		background-color: #00a5d9;
		display: flex;
		align-items: center;
		order: 3;
	}
	#header .inputAgentLink a {
		color: #ffffff;
		padding-left: 17px;
		background-image: url(../images/arrow_05.png);
		background-position: 0px center;
		background-size: 9px auto;
	}
}
@media screen and (min-width: 768px) {
	#header .userName {
		color: #00a5d9;
		font-weight: bold;
		margin-left: auto;
		padding-left: 1em;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}
@media screen and (max-width: 767px) {
	#header .userName {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	#header .toggleMenuButton {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	#header .toggleMenuButton {
		text-indent: -9999px;
		margin-left: auto;
		width: 38px;
		height: 38px;
		background-image: url(../images/agent/2x/header_menu.png);
		background-size: auto 38px;
		background-position: center center;
		cursor: pointer;
	}
	#header .toggleMenuButton.open {
		background-image: url(../images/agent/2x/header_menu_close.png);
	}
}

/* --------------------------------------------------
	globalNavi
-------------------------------------------------- */
#globalNavi {
	position: relative;
	background-color: #00a5d9;
}
@media screen and (min-width: 768px) {
	#globalNavi .inner {
		height: 50px;
		background-image: -webkit-linear-gradient(0deg, #00a5d9 0%, #00a5d9 10%, #0088cc 50%, #00a5d9 90%, #00a5d9 100%);
		background-image: -moz-linear-gradient(0deg, #00a5d9 0%, #00a5d9 10%, #0088cc 50%, #00a5d9 90%, #00a5d9 100%);
		background-image: -o-linear-gradient(0deg, #00a5d9 0%, #00a5d9 10%, #0088cc 50%, #00a5d9 90%, #00a5d9 100%);
		background-image: linear-gradient(90deg, #00a5d9 0%, #00a5d9 10%, #0088cc 50%, #00a5d9 90%, #00a5d9 100%);
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}
@media screen and (max-width: 767px) {
	#globalNavi .inner {
		width: 100%;
		max-height: 0px;
		padding: 0;
		background-color: white;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1000;
		transition: max-height 0.2s;
		box-shadow: 0px 2px 14px 0px rgba(0, 165, 217, 0.12);
	}
}
@media screen and (max-width: 767px) {
	#globalNavi.open .inner {
		max-height: 640px;
	}
}
@media screen and (min-width: 768px) {
	#globalNavi li {
		float: left;
	}
}
@media screen and (min-width: 768px) {
	#globalNavi li + li {
		margin-left: 28px;
	}
}
#globalNavi li a {
	font-size: 16px;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	#globalNavi li a {
		color: #ffffff;
		text-decoration: none;
		display: inline-block;
	}
}
@media screen and (max-width: 767px) {
	#globalNavi li a {
		color: #00a5d9;
		text-decoration: none;
		display: block;
		padding: 32px 56px 32px 24px;
		background-image: url(../images/agent/2x/btn_icon_arrow_bl.png);
		background-size: auto 12px;
		background-position: right 24px center;
		border-bottom: 1px solid #e1e1e1;
	}
}
@media screen and (min-width: 768px) {
	#globalNavi li a:hover,
#globalNavi li a.current {
		text-decoration: underline;
	}
}
@media screen and (min-width: 768px) {
	#globalNavi .userName {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	#globalNavi .userName {
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		color: #ffffff;
		width: 100%;
		padding: 9.5px 16px;
		background-color: #00a5d9;
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media screen and (min-width: 768px) {
	#globalNavi .btnLogout span {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	#globalNavi .btnLogout {
		margin: 32px 24px;
	}
	#globalNavi .btnLogout a {
		text-align: center;
		color: #00a5d9;
		font-weight: bold;
		line-height: 46px;
		display: block;
		text-decoration: none;
		border-radius: 4px;
		border: 1px solid #00a5d9;
	}
	#globalNavi .btnLogout a span {
		display: inline-block;
		padding-left: 24px;
		background-image: url(../images/agent/2x/btn_icon_logout.png);
		background-size: auto 20px;
		background-position: left center;
	}
	#globalNavi .btnLogout img {
		display: none;
	}
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */
#footer {
	margin-top: auto;
	position: relative;
}
@media screen and (min-width: 768px) {
	#footer {
		padding-top: 72px;
	}
}
@media screen and (max-width: 767px) {
	#footer {
		padding-top: 64px;
	}
	.collective #footer {
		padding-top: 124px;
	}
}

#footer .pagetop {
	z-index: 1000;
}
@media screen and (min-width: 768px) {
	#footer .pagetop {
		position: absolute;
		right: 0;
		top: 22px;
	}
}
@media screen and (max-width: 767px) {
	#footer .pagetop {
		position: fixed;
		right: 16px;
		bottom: 32px;
		transition: bottom 0.2s;
	}
	.collective #footer .pagetop {
		bottom: 52px;
	}
	.collective #footer .pagetop.footerAppeared {
		bottom: 108px;
	}
}

#footer .copyright {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	height: 56px;
	background-color: #00a5d9;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* --------------------------------------------------
	contents
-------------------------------------------------- */
#contents {
	flex-shrink: 0;
}

/* --------------------------------------------------
	keywordSearchBlock
-------------------------------------------------- */
.keywordSearchBlock {
	position: relative;
}

.link02 + .keywordSearchBlock {
	margin-top: 12.5px;
}

.keywordSearchBlock .keywordList {
	font-size: 16px;
	left: 0;
	z-index: 1000;
	display: none;
}
@media screen and (min-width: 768px) {
	.keywordSearchBlock .keywordList {
		position: absolute;
		top: 50px;
		width: 240px;
	}
}
@media screen and (max-width: 767px) {
	.keywordSearchBlock .keywordList {
		overflow-y: auto;
		position: fixed;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
	}
}
@media screen and (min-width: 768px) {
	.keywordSearchBlock .keywordList > div {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.keywordSearchBlock .keywordList > div {
		color: #ffffff;
		font-size: 18px;
		font-weight: 700;
		line-height: 72px;
		background-color: #ff9a00;
		padding-left: 53px;
		background-image: url("../images/agent/2x/btn_icon_keyword.png");
		background-size: 19px auto;
		background-position: 24px center;
		position: relative;
	}
	.keywordSearchBlock .keywordList > div .close {
		text-indent: -9999px;
		position: absolute;
		right: 24px;
		top: 0;
		bottom: 0;
		margin-top: auto;
		margin-bottom: auto;
		width: 38px;
		height: 38px;
		background-image: url("../images/agent/2x/keyword_close.png");
		background-size: contain;
		cursor: pointer;
	}
}
@media screen and (min-width: 768px) {
	.keywordSearchBlock .keywordList ul {
		border: 1px solid #ff9900;
	}
}
@media screen and (max-width: 767px) {
	.keywordSearchBlock .keywordList ul li {
		border-bottom: 1px solid #ff9900;
	}
}
@media screen and (min-width: 768px) {
	.keywordSearchBlock .keywordList ul li + li {
		border-top: 1px solid #ff9900;
	}
}
.keywordSearchBlock .keywordList ul li a {
	display: block;
	background-color: #fff;
}
@media screen and (min-width: 768px) {
	.keywordSearchBlock .keywordList ul li a {
		color: inherit;
		padding: 8px 20px;
	}
	.keywordSearchBlock .keywordList ul li a:hover {
		text-decoration: underline;
		color: #999999;
	}
}
@media screen and (max-width: 767px) {
	.keywordSearchBlock .keywordList ul li a {
		font-weight: bold;
		color: #ff9a00;
		text-decoration: none;
		padding: 28px 57px 28px 24px;
		background-image: url("../images/agent/2x/btn_icon_arrow_org.png");
		background-size: 9px auto;
		background-position: right 24px center;
	}
}

/* --------------------------------------------------
	learningHeader, learningNameBlock
-------------------------------------------------- */
.learningHeader {
	clear: both;
	padding-bottom: 32px;
	border-bottom: 1px solid #cccccc;
	position: relative;
}

@media screen and (min-width: 768px) {
	.learningHeader.learningHeader02 {
		padding-bottom: 27.5px;
	}
}
@media screen and (max-width: 767px) {
	.learningHeader.learningHeader02 {
		padding-bottom: 28.25px;
	}
}

.learningHeader .btn01 {
	text-align: left;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0;
}

@media screen and (min-width: 768px) {
	.learningHeader .rightSide {
		position: absolute;
		top: 0;
		right: 0;
	}
}

@media screen and (min-width: 768px) {
	.learningHeader .rightSide .link02 {
		text-align: right;
	}
}

@media screen and (max-width: 767px) {
	.learningHeader .libraryNavi {
		margin-top: 28.25px;
		display: flex;
		justify-content: space-between;
	}
	.learningHeader .libraryNavi > * {
		margin-top: 0;
		width: calc(50% - 12.5px);
	}
}

.learningNameBlock {
	font-weight: bold;
	margin-top: 15.5px;
	position: relative;
}
@media screen and (min-width: 768px) {
	.learningNameBlock {
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.learningNameBlock {
		font-size: 15px;
	}
}
.learningNameBlock::after {
	content: "";
	display: block;
	clear: both;
}
.learningNameBlock dt {
	color: #00a5d9;
	float: left;
}
.learningNameBlock dd::after {
	content: "";
	display: block;
	clear: both;
}
@media screen and (max-width: 767px) {
	.learningNameBlock dt:nth-of-type(n + 2),
.learningNameBlock dd:nth-of-type(n + 2) {
		margin-top: 8.5px;
	}
}

@media screen and (min-width: 768px) {
	.title06 + .learningNameBlock {
		margin-top: 19.5px;
	}
}
@media screen and (max-width: 767px) {
	.title06 + .learningNameBlock {
		margin-top: 12.25px;
	}
}

.learningHeader.learningHeader01 .title02,
.learningHeader.learningHeader01 .learningNameBlock {
	display: none;
}

/* --------------------------------------------------
	Other
-------------------------------------------------- */
.duckAcademyBlock {
	border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 768px) {
	.duckAcademyBlock {
		padding-bottom: 24px;
	}
}
@media screen and (max-width: 767px) {
	.duckAcademyBlock {
		padding-bottom: 20px;
	}
}

.noticeList01 {
	color: #e2242c;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.noticeList01 {
		margin-left: -16px;
		margin-right: -16px;
	}
}
.noticeList01 li {
	padding: 16px 20px;
}
@media screen and (max-width: 767px) {
	.noticeList01 li {
		padding-top: 12.25px;
		padding-bottom: 12.25px;
	}
}

.title02 + .noticeList01 {
	margin-top: 20px;
}

.noticeList01 li:nth-child(odd) {
	background-color: #f0f0f0;
}

.noticeList01 li:nth-child(even) {
	background-color: #e1e1e1;
}

.date01 {
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	width: 100px;
	border: 1px solid #505050;
}
@media screen and (min-width: 768px) {
	.date01 {
		float: left;
	}
}

.itemBlock01 {
	margin-top: 24px;
}
@media screen and (min-width: 768px) {
	.itemBlock01 {
		display: flex;
		flex-wrap: wrap;
	}
}
.itemBlock01 .item .date {
	font-size: 12px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.itemBlock01 .item .date {
		margin-top: 8.25px;
	}
}
.itemBlock01 .item .date dt {
	line-height: 24px;
	text-align: center;
	width: 54px;
	margin-right: 8px;
	border: 1px solid #505050;
	float: left;
}
.itemBlock01 .item .date dd {
	line-height: 26px;
}
.itemBlock01 .item .date {
	margin-top: 12px;
}
@media screen and (min-width: 768px) {
	.itemBlock01 .item {
		width: 204px;
		margin-left: 32px;
	}
	.itemBlock01 .item:nth-child(4n+1) {
		margin-left: 0;
	}
	.itemBlock01 .item:nth-child(n+5) {
		margin-top: 32px;
	}
}
@media screen and (max-width: 767px) {
	.itemBlock01 .item + .item {
		margin-top: 24px;
	}
}
.itemBlock01 .thumb {
	position: relative;
	padding-bottom: 56.25%;
}
.itemBlock01 .thumb a {
	text-decoration: none;
}
.itemBlock01 .item.status0 .thumb a::after,
.itemBlock01 .item.status1 .thumb a::after,
.itemBlock01 .item.status9 .thumb a::after {
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	line-height: 26px;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	padding-left: 12px;
	padding-right: 12px;
}
.itemBlock01 .item.status0 .thumb a::after {
	content: "未受講";
	background-color: #e2242c;
}
.itemBlock01 .item.status1 .thumb a::after {
	content: "受講中";
	background-color: #e98300;
}
.itemBlock01 .item.status9 .thumb a::after {
	content: "受講完了";
	background-color: #00a5d9;
}
.itemBlock01.enquete .item.status0 .thumb a::after,
.itemBlock01 .item.status0.enquete .thumb a::after {
	content: "未回答";
}
.itemBlock01.enquete .item.status1 .thumb a::after,
.itemBlock01 .item.status1.enquete .thumb a::after {
	content: "回答中";
}
.itemBlock01.enquete .item.status9 .thumb a::after,
.itemBlock01 .item.status9.enquete .thumb a::after {
	content: "回答完了";
}
.itemBlock01 .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
}
.itemBlock01 .subTitle {
	font-size: 14px;
	margin-top: 8px;
}
.itemBlock01 .subTitle + .title {
	margin-top: 4px;
}
.itemBlock01 .title {
	color: #00a5d9;
	font-size: 16px;
	font-weight: bold;
	margin-top: 12px;
	/*
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	*/
}
@media screen and (max-width: 767px) {
	.itemBlock01 .title {
		font-size: 15px;
		margin-top: 4.25px;
	}
}

.title02 + .itemBlock01 {
	margin-top: 20px;
}

.itemBlock02 .item {
	border-bottom: 1px solid #cccccc;
	padding-top: 24px;
	padding-bottom: 24px;
}
.itemBlock02 .item .date {
	font-size: 12px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.itemBlock02 .item .date {
		margin-top: 8.25px;
	}
}
.itemBlock02 .item .date dt {
	line-height: 24px;
	text-align: center;
	width: 54px;
	margin-right: 8px;
	border: 1px solid #505050;
	float: left;
}
.itemBlock02 .item .date dd {
	line-height: 26px;
}
.itemBlock02 .item:first-child {
	padding-top: 20px;
}
.itemBlock02 .item .title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	.itemBlock02 .item .title {
		margin-top: 12px;
	}
}
@media screen and (min-width: 768px) {
	.itemBlock02 .item {
		display: flex;
		align-items: center;
		column-gap: 20px;
	}
	.itemBlock02 .item .date {
		flex-shrink: 0;
	}
	.itemBlock02 .item .date dd {
		float: left;
		width: 85px;
		white-space: nowrap;
	}
}
.itemBlock02 .item.status0 .date::before,
.itemBlock02 .item.status1 .date::before,
.itemBlock02 .item.status9 .date::before {
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	line-height: 26px;
	padding-left: 12px;
	padding-right: 12px;
	margin-right: 12px;
	width: 4em;
	float: left;
}
.itemBlock02 .item.status0 .date::before {
	content: "未受講";
	background-color: #e2242c;
}
.itemBlock02 .item.status1 .date::before {
	content: "受講中";
	background-color: #e98300;
}
.itemBlock02 .item.status9 .date::before {
	content: "受講完了";
	background-color: #00a5d9;
}
.itemBlock02.enquete .item.status0 .date::before,
.itemBlock02 .item.status0.enquete .date::before {
	content: "未回答";
}
.itemBlock02.enquete .item.status1 .date::before,
.itemBlock02 .item.status1.enquete .date::before {
	content: "回答中";
}
.itemBlock02.enquete .item.status9 .date::before,
.itemBlock02 .item.status9.enquete .date::before {
	content: "回答完了";
}

.topicsList01 {
	font-weight: bold;
	margin-top: 24px;
}
@media screen and (min-width: 768px) {
	.topicsList01 {
		padding-bottom: 24px;
		border-bottom: 1px solid #cccccc;
	}
}
.topicsList01 dt {
	clear: both;
}
.topicsList01 dd {
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media screen and (min-width: 768px) {
	.topicsList01 dd {
		line-height: 26px;
		margin-left: 120px;
	}
}
@media screen and (max-width: 767px) {
	.topicsList01 dd {
		margin-top: 8px;
	}
}
.topicsList01 dt:nth-of-type(n + 2),
.topicsList01 dd:nth-of-type(n + 2) {
	margin-top: 32px;
}
.topicsList01 dd:last-child {
	margin-bottom: 0px;
}
.topicsList01 a {
	color: inherit;
}
.topicsList01 a:hover {
	color: #999999;
}

.topicsList01-1 {
	border-bottom: none;
	padding-bottom: 0;
}

.title02 + .topicsList01 {
	margin-top: 20px;
}

@media screen and (min-width: 768px) {
	.shadowBlock01 {
		margin-top: 24px;
		padding: 80px;
		background-color: #ffffff;
		box-shadow: 0px 5px 16px 0px rgba(80, 80, 80, 0.08);
		display: flex;
		justify-content: center;
	}
}

@media screen and (min-width: 768px) {
	.shadowBlock01-1 {
		justify-content: flex-start;
	}
}

@media screen and (min-width: 768px) {
	.title02 + .shadowBlock01 {
		margin-top: 20px;
	}
}

@media screen and (min-width: 768px) {
	.text01 + .shadowBlock01 {
		margin-top: 19.5px;
	}
}

.input01 {
	font-size: 14px;
	margin-top: 16px;
	display: flex;
	align-items: center;
}

.input01 input {
	font-size: 16px;
	width: 350px;
	height: 38px;
	padding-left: 16px;
	padding-right: 16px;
	margin-right: 16px;
	border-radius: 4px;
	border: 1px solid #505050;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.input01 span {
	display: inline-block;
	width: 15em;
}

@media screen and (max-width: 767px) {
	.topicsBlock01 {
		margin-top: 20px;
	}
}

.topicsBlock01::after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (min-width: 768px) {
	.topicsBlock01-1 {
		margin-left: 120px;
	}
}

.tableHeader01 {
	line-height: 1;
	min-height: 1em;
	margin-top: 20px;
	position: relative;
}
@media screen and (max-width: 767px) {
	.tableHeader01 {
		line-height: 1.5;
		margin-top: 16.25px;
	}
}

.tableHeader01 .sortList {
	font-size: 0;
}
@media screen and (min-width: 768px) {
	.tableHeader01 .sortList {
		position: absolute;
		top: 0;
		right: 0;
	}
}
@media screen and (max-width: 767px) {
	.tableHeader01 .sortList {
		text-align: right;
		margin-top: 16.5px;
	}
}

.tableHeader01 .sortList li {
	display: inline;
}
@media screen and (min-width: 768px) {
	.tableHeader01 .sortList li {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.tableHeader01 .sortList li {
		font-size: 15px;
	}
}

.tableHeader01 .sortList li + li::before {
	content: " ｜ ";
}

.tableHeader01 .sortList li span {
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.tableHeader01 .sortList li span:hover,
.tableHeader01 .sortList li span[data-current=current] {
	text-decoration: underline;
}

.clockIcon01 {
	position: relative;
}
.clockIcon01 img {
	width: auto;
	height: 20px;
	cursor: pointer;
}
.clockIcon01 .time {
	color: #00a5d9;
	font-size: 13px;
	line-height: 32px;
	text-align: center;
	white-space: nowrap;
	width: 64px;
	height: 44px;
	background-image: url(../images/agent/2x/clock_fukidashi.png);
	background-size: contain;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	bottom: 12px;
	right: -8px;
	display: none;
}
.clockIcon01:hover .time {
	display: block;
}

* {
	text-underline-position: under;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a {
	color: #00a5d9;
	text-decoration: underline;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
}

a:hover {
	color: #33b9ff;
	text-decoration: none;
}

textarea {
	resize: none;
}

/* --------------------------------------------------
	commmon
-------------------------------------------------- */
.inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 768px) {
	.inner {
		width: 960px;
		padding-left: 24px;
		padding-right: 24px;
	}
}
@media screen and (max-width: 767px) {
	.inner {
		padding-left: 16px;
		padding-right: 16px;
	}
}

.red01 {
	color: #e2242c;
}

.bgRed01 {
	background-color: #ffcccc !important;
}

.nowrap {
	white-space: nowrap;
}

/* image */
.image01,
.image02 {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.question01 + .image01,
.link01 + .image01,
.text02 + .image01 {
		margin-top: 40px;
	}
}
@media screen and (max-width: 767px) {
	.question01 + .image01,
.link01 + .image01,
.text02 + .image01 {
		margin-top: 20.25px;
	}
}

.image01 img,
.image02 img {
	max-width: 85%;
	height: auto;
	border: 2px solid #cccccc;
}
@media screen and (max-width: 767px) {
	.image01 img,
.image02 img {
		max-width: 100%;
	}
}

.image02 img {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.text02 + .image01_01 {
	margin-top: 20px;
}

.image01_01 img {
	max-width: 80%;
}

.image02 {
	margin-top: 20px;
}

/* table */
.table01 {
	line-height: 1.3;
	width: 100%;
	margin-top: 20px;
}
.table01.table01-1 {
	font-size: 12px;
}
.table01.table01-1 th, .table01.table01-1 td {
	padding-left: 10px;
	padding-right: 10px;
}
@media screen and (max-width: 767px) {
	.table01 {
		font-size: 13px;
		position: relative;
		left: -16px;
		width: calc(100% + 32px);
	}
	.table01 + .table01 {
		margin-top: 24px;
	}
}
.table01 .toggle {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 49px;
	height: 45px;
	background-image: url("../images/agent/2x/btn_accordion_open.png");
	background-size: auto 25px;
	background-position: center center;
	cursor: pointer;
}
.table01 .toggleTr {
	display: none;
}
.table01.open .toggle {
	background-image: url("../images/agent/2x/btn_accordion_close.png");
}
.table01.open .toggleTr {
	display: table-row;
}

.table01:first-child {
	margin-top: 32px;
}

.learningHeader + .table01,
.statusBlock + .table01 {
	margin-top: 32px;
}

.tableHeader01 + .table01,
.uncompleteMailSending + .table01 {
	margin-top: 24px;
}
@media screen and (max-width: 767px) {
	.tableHeader01 + .table01,
.uncompleteMailSending + .table01 {
		margin-top: 20.25px;
	}
}

.table01 th,
.table01 td {
	text-align: center;
	vertical-align: middle;
	font-weight: 700;
	padding: 20px;
	border: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
	.table01 th,
.table01 td {
		padding: 16px 10px;
	}
}

.table01 th {
	color: #ffffff;
	background-color: #00a5d9;
}

.table01 tr:nth-child(odd) {
	background-color: #e1e1e1;
}

.table01 tr:nth-child(even) {
	background-color: #f0f0f0;
}

.table01 .th01 {
	width: 3em;
}

.table01 .th02 {
	width: 4em;
}

.table01 .th03 {
	width: 4em;
}

.table01 .th05 {
	width: 2em;
	white-space: nowrap;
}

.table01 .th06 {
	width: 10em;
}

.table01 .th07 {
	width: 8.5em;
	white-space: nowrap;
}

.table01 .th08 {
	width: 15em;
}

.table01 .th09 {
	width: 5em;
}

.table01 .th10 {
	width: 1em;
}

.table01 .th11 {
	width: 7em;
}

.table01 .th12 {
	width: 80px;
}

.table01 .th13 {
	color: #ffffff;
	background-color: #0078b2;
}

.table01 .timelimit,
.table01 .alert {
	color: #e2242c;
}

.table01 .td01 {
	text-align: left;
	max-width: 0;
}

.table01 .td02 {
	max-width: 0;
}

.table01 .td01 a,
.table01 .td01 span.overflowEllipsis,
.table01 .td02 a,
.table01 .td02 span.overflowEllipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.table01 .tdAnswer01 {
	word-break: break-all;
}

.table01 .wrong {
	color: #e2242c;
	background-color: #ffcccc;
}

/* btn */
.btn01 {
	text-align: right;
	margin-top: 32px;
}

ul.btn01 {
	letter-spacing: -0.5em;
}

ul.btn01 li {
	letter-spacing: normal;
	display: inline-block;
	margin-right: 8px;
}

ul.btn01 li:last-child {
	margin-right: 0;
}

.btn02 {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.btn02 a {
		color: #ffffff;
		text-decoration: none;
		line-height: 29px;
		display: block;
		border-radius: 5px;
		background-color: #ff9900;
	}
	.btn02 a span {
		display: inline-block;
		padding-left: 16px;
		background-image: url("../images/agent/2x/btn_icon_arrow2.png");
		background-size: auto 10px;
		background-position: 0 center;
	}
}

.btn03 {
	text-align: right;
	margin-top: 48px;
}

.btn04 {
	text-align: center;
	margin-top: 16px;
}

.btn05 {
	text-align: center;
	margin-top: 40px;
}

ul.btn04,
ul.btn05 {
	letter-spacing: -0.5em;
}

ul.btn04 li,
ul.btn05 li {
	letter-spacing: normal;
	display: inline-block;
	margin-right: 40px;
}

ul.btn04 li:last-child,
ul.btn05 li:last-child {
	margin-right: 0;
}

.btnMark01 {
	text-align: right;
	margin-top: 24px;
}

.btnMark01 a {
	display: inline-block;
	width: 128px;
	height: 28px;
}

.qaBlock01.marked .btnMark01 a {
	background-image: url(../images/btn_11_on.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.qaBlock01.marked .btnMark01 a img {
	visibility: hidden;
}

/* icon */
.icon01,
.icon02 {
	font-size: 14px;
	padding: 2px 5px;
}

.icon01 {
	border: 1px solid #00a5d9;
}

.icon07 {
	line-height: 26px;
	background-position: 0 0;
	background-size: auto 26px;
}
@media screen and (min-width: 768px) {
	.icon07 {
		padding-left: 130px;
		background-image: url("../images/agent/icon_07.png");
	}
}
@media screen and (max-width: 767px) {
	.icon07 {
		padding-left: 44px;
		background-image: url("../images/agent/2x/icon_07.png");
	}
}

/* select */
.select01 {
	font-size: 14px;
	height: 32px;
	border: 1px solid #cccccc;
}

/* qaBlock */
@media screen and (min-width: 768px) {
	.qaBlock01 {
		padding: 32px 24px;
	}
}
@media screen and (max-width: 767px) {
	.qaBlock01 {
		padding-top: 32px;
		padding-bottom: 32px;
	}
}

.qaBlock01 + .qaBlock01 {
	border-top: 1px solid #cccccc;
}

.qaBlock01.marked {
	background-color: #fafadc;
}

.qaBlock02 {
	margin-top: 32px;
}

.qaBlock02-1 {
	padding-bottom: 32px;
	border-bottom: 1px solid #cccccc;
}

/* form */
.textBox01,
.textArea01 {
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	padding: 12px 16px;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #505050;
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.textBox01 {
	height: 40px;
}

.textArea01 {
	height: 122px;
	/*	height: calc(16px * 1.5 * 4 + 13px * 2);*/
}

/* overlay */
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 100000;
}
.overlay .overlayBg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}
.overlay .overlayBody {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow-y: auto;
	background-color: #ffffff;
}
@media screen and (min-width: 768px) {
	.overlay .overlayBody {
		width: 780px;
		min-height: 300px;
		height: 80%;
		margin: auto;
	}
}
@media screen and (max-width: 767px) {
	.overlay .overlayBody {
		width: 100%;
		height: 100%;
	}
}
.overlay .overlayTitle01 {
	text-align: center;
	color: #ffffff;
	font-weight: 700;
	background-color: #00a5d9;
	position: relative;
}
@media screen and (min-width: 768px) {
	.overlay .overlayTitle01 {
		font-size: 30px;
		line-height: 78px;
	}
}
@media screen and (max-width: 767px) {
	.overlay .overlayTitle01 {
		font-size: 18px;
		line-height: 66px;
	}
}
.overlay .overlayTitle01::after {
	content: "";
	position: absolute;
	bottom: -20px;
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	width: 0;
	height: 0;
	border-top: 20px solid #00a5d9;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}
@media screen and (max-width: 767px) {
	.overlay .overlayTitle01::after {
		bottom: -12px;
		border-top-width: 12px;
		border-left-width: 11px;
		border-right-width: 11px;
	}
}
.overlay .overlayText01 {
	line-height: 1.5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (min-width: 768px) {
	.overlay .overlayText01 {
		padding: 48px 40px;
	}
}
@media screen and (max-width: 767px) {
	.overlay .overlayText01 {
		padding: 32px 16px;
	}
}

.overlay01 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	display: block;
	z-index: 100000;
	display: flex;
	justify-content: center;
	align-items: center;
}
.overlay01 .overlayBg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1;
}
.overlay01 .overlayBody {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
	position: relative;
	z-index: 10;
}
@media screen and (min-width: 768px) {
	.overlay01 .overlayBody {
		width: 608px;
		height: 600px;
	}
}
@media screen and (max-width: 767px) {
	.overlay01 .overlayBody {
		width: 100%;
		height: calc(100% - 56px - 16px - 50px - 16px);
	}
}
.overlay01 .overlayBody .body {
	overflow-y: auto;
	height: 100%;
	padding: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.overlay01 .overlayController .close {
	position: absolute;
	width: 39px;
	height: 56px;
	background-image: url("../images/agent/btn_modal_close.png");
	background-size: contain;
	cursor: pointer;
}
@media screen and (min-width: 768px) {
	.overlay01 .overlayController .close {
		top: 0;
		right: -63px;
	}
}
@media screen and (max-width: 767px) {
	.overlay01 .overlayController .close {
		top: -64px;
		right: 8px;
	}
}
.overlay01 .overlayController .close:hover {
	opacity: 0.5;
}
.overlay01 .overlayController li {
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	width: 128px;
	height: 50px;
	background-color: #00be8b;
	display: flex;
	flex-direction: column;
	justify-content: center;
	cursor: pointer;
}
@media screen and (min-width: 768px) {
	.overlay01 .overlayController li {
		bottom: 0;
	}
}
@media screen and (max-width: 767px) {
	.overlay01 .overlayController li {
		bottom: -58px;
	}
}
.overlay01 .overlayController li:hover {
	background-color: #04d79e;
}
.overlay01 .overlayController li:first-child {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}
@media screen and (min-width: 768px) {
	.overlay01 .overlayController li:first-child {
		left: -152px;
	}
}
@media screen and (max-width: 767px) {
	.overlay01 .overlayController li:first-child {
		left: 8px;
	}
}
.overlay01 .overlayController li:last-child {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
@media screen and (min-width: 768px) {
	.overlay01 .overlayController li:last-child {
		right: -152px;
	}
}
@media screen and (max-width: 767px) {
	.overlay01 .overlayController li:last-child {
		right: 8px;
	}
}

/* --------------------------------------------------
	contents
-------------------------------------------------- */
#contents {
	line-height: 1.5;
}

/*　TOPページ　*/
#contents .titleNavi01 {
	margin-top: 40px;
}

#contents .btnNavi01 + .titleNavi01 {
	margin-top: 35px;
}

#contents .btnNavi01 {
	text-align: center;
	margin-top: 30px;
}

#contents .sectionNavi01 {
	margin-top: 25px;
}

#contents .sectionNavi01 + .sectionNavi01 {
	margin-top: 15px;
}

#contents .btnNavi02::after {
	content: "";
	display: block;
	clear: both;
}
@media screen and (max-width: 767px) {
	#contents .btnNavi02 {
		margin-left: -7px;
		margin-right: -7px;
	}
	#contents .btnNavi02.btnNavi02-1 {
		margin-left: 0;
		margin-right: 0;
	}
	#contents .btnNavi02.btnNavi02-1 img {
		width: 100%;
	}
}
#contents .btnNavi02 img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
	#contents .btnNavi02 li {
		width: calc(50% - 5.5px);
	}
}
#contents .btnNavi02 li:nth-child(2n+1) {
	float: left;
}
#contents .btnNavi02 li:nth-child(2n) {
	float: right;
}
@media screen and (min-width: 768px) {
	#contents .btnNavi02 li:nth-child(n+3) {
		margin-top: 13px;
	}
}
@media screen and (max-width: 767px) {
	#contents .btnNavi02 li:nth-child(n+3) {
		margin-top: 10px;
	}
}

#contents .topAboutSystem {
	margin-top: 40px;
}

#contents .topAboutSystem dt {
	color: #00a5d9;
	font-size: 18px;
	font-weight: 700;
}

#contents .topAboutSystem dd {
	color: #505050;
	font-weight: 700;
	margin-top: 10px;
}

/* statusBlock */
#contents .statusBlock {
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	#contents .statusBlock {
		font-size: 18px;
		line-height: 34px;
		margin-top: 20px;
	}
}
@media screen and (max-width: 767px) {
	#contents .statusBlock {
		font-size: 15px;
		line-height: 26px;
		margin-top: 16px;
	}
}
#contents .statusBlock img {
	vertical-align: middle;
}
#contents .statusBlock::after {
	content: "";
	display: block;
	clear: both;
}
#contents .statusBlock li {
	float: left;
}
@media screen and (min-width: 768px) {
	#contents .statusBlock .statusIcon01 {
		margin-right: 10px;
	}
}
@media screen and (max-width: 767px) {
	#contents .statusBlock .statusIcon01 {
		margin-right: 8px;
	}
}
@media screen and (min-width: 768px) {
	#contents .statusBlock .statusBarBlock {
		float: left;
	}
}
@media screen and (max-width: 767px) {
	#contents .statusBlock .statusBarBlock {
		font-size: 12px;
		display: flex;
		align-items: center;
	}
}
@media screen and (max-width: 767px) {
	#contents .statusBlock .statusBarBlock li {
		float: none;
	}
}
#contents .statusBlock .statusBarBlock .statusBar {
	position: relative;
	background-color: #cccccc;
}
@media screen and (min-width: 768px) {
	#contents .statusBlock .statusBarBlock .statusBar {
		width: 270px;
		height: 22px;
		margin-top: 6px;
		margin-left: 8px;
		margin-right: 8px;
	}
}
@media screen and (max-width: 767px) {
	#contents .statusBlock .statusBarBlock .statusBar {
		flex-grow: 1;
		height: 10px;
		margin-left: 4px;
		margin-right: 4px;
	}
}
#contents .statusBlock .statusBarBlock .statusBar::after {
	content: "";
	background-color: #cccccc;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@media screen and (min-width: 768px) {
	#contents .statusBlock .statusBarBlock .statusBar::after {
		width: 2px;
		height: 34px;
	}
}
@media screen and (max-width: 767px) {
	#contents .statusBlock .statusBarBlock .statusBar::after {
		width: 1px;
		height: 26px;
	}
}
#contents .statusBlock .statusBarBlock .statusBar .statusBarInner {
	width: 0%;
	height: 100%;
	background-color: #e98300;
	position: relative;
	z-index: 1;
}
#contents .statusBlock .statusBarBlock .statusBar .statusBarInner.withAnime {
	transition: width 0.5s;
}
@media screen and (min-width: 768px) {
	#contents .statusBlock .pageNumberBlock {
		float: right;
	}
}
@media screen and (max-width: 767px) {
	#contents .statusBlock .pageNumberBlock {
		margin-top: 16px;
	}
}
#contents .statusBlock .pageCounter {
	margin-right: 16px;
}

@media screen and (min-width: 768px) {
	#contents .learningNameBlock .statusBlock {
		position: absolute;
		right: 0;
		bottom: 0;
	}
}

#contents .learningHeader + .statusBlock {
	margin-top: 32px;
}

#contents .learningBlock {
	margin-top: 32px;
}

#contents .eqPlayer {
	position: relative;
	max-width: 640px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
#contents .eqPlayer::after {
	content: "";
	display: block;
	padding-bottom: 56.25%;
}

@media screen and (min-width: 768px) {
	#contents .question01 {
		margin-top: 12px;
	}
}
@media screen and (max-width: 767px) {
	#contents .question01 {
		margin-top: 8.5px;
	}
}
#contents .question01 dt {
	color: #00a5d9;
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	#contents .question01 dt {
		font-size: 18px;
		line-height: 24px;
	}
}
@media screen and (min-width: 768px) {
	#contents .question01 dt + dd,
#contents .question01 dd + dd {
		margin-top: 20px;
	}
}
@media screen and (max-width: 767px) {
	#contents .question01 dt + dd,
#contents .question01 dd + dd {
		margin-top: 16.5px;
	}
}

#contents .answerList01 {
	font-weight: 700;
	background-color: #e6f5fa;
}
@media screen and (min-width: 768px) {
	#contents .answerList01 {
		margin-top: 40px;
		padding: 40px;
	}
}
@media screen and (max-width: 767px) {
	#contents .answerList01 {
		margin-top: 24px;
		padding: 20.25px 16px;
	}
}

#contents .confirm .answerList01 {
	background-color: #ffe5f2;
}

#contents .answerList01 li {
	margin-top: 20px;
	padding-left: 24px;
	position: relative;
}

#contents .answerList01 li span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#contents .answerList01 .notice {
	font-size: 14px;
	margin-top: 5px;
}

#contents .answerList01 p.error {
	font-size: 14px;
	color: #e2242c;
	margin-top: 8px;
}

#contents .answerList01 li:first-child {
	margin-top: 0;
}

#contents .answerList01 .answerConfirm {
	display: none;
}

#contents .answerList01 .answerConfirm p + p {
	margin-top: 20px;
}

@media screen and (min-width: 768px) {
	#contents .answerBlock01 {
		margin-top: 16px;
	}
}
#contents .answerBlock01 img {
	max-width: 100%;
	height: auto;
}

@media screen and (min-width: 768px) {
	#contents .answerBlock02 {
		margin-top: 16px;
		padding: 20px;
		border: 1px solid #cccccc;
	}
}
@media screen and (max-width: 767px) {
	#contents .answerBlock02 {
		margin-top: 20.25px;
	}
}

#contents .logoutBlock {
	color: #00a5d9;
	font-weight: 700;
	text-align: center;
	border: 1px solid #00a5d9;
	padding: 20px 40px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 768px) {
	#contents .logoutBlock {
		font-size: 20px;
		width: 20em;
		margin-top: 72px;
	}
}
@media screen and (max-width: 767px) {
	#contents .logoutBlock {
		max-width: 343px;
		margin-top: 142px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
}

/* form */
#contents .formDl01 {
	line-height: 1;
	margin-top: 40px;
	padding: 40px;
	background-color: #f0f0f0;
}

#contents .formDl01 p + dl {
	margin-top: 12px;
}

#contents .formDl01 dt {
	font-size: 16px;
	font-weight: bold;
}

#contents .formDl01 dd {
	margin-top: 16px;
}

#contents .formDl01 dd + dt {
	margin-top: 24px;
}

#contents .formDl01 .text02 {
	line-height: 1.5;
}

/* uncompleteMailSending */
#contents .uncompleteMailSending {
	line-height: 44px;
	margin-top: 20px;
}

#contents .uncompleteMailSending::after {
	content: "";
	display: block;
	clear: both;
}

#contents .uncompleteMailSending dt {
	font-size: 18px;
	font-weight: 700;
	float: left;
	margin-right: 24px;
}

#contents .uncompleteMailSending01 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 27.5px;
}

/* floatingToolBox */
#floatingToolBox {
	color: #ffffff;
	background-color: #0095d9;
	position: fixed;
	z-index: 500;
}
@media screen and (min-width: 768px) {
	#floatingToolBox {
		line-height: 50px;
		right: 0;
		bottom: 106px;
		width: 240px;
	}
}
@media screen and (max-width: 767px) {
	#floatingToolBox {
		font-size: 14px;
		line-height: 44px;
		width: 100%;
		min-width: 375px;
		left: 0;
		bottom: 0;
		display: flex;
		transition: bottom 0.2s;
	}
	#floatingToolBox.footerAppeared {
		bottom: 56px;
	}
	#floatingToolBox > * {
		flex: 1 0 50%;
		padding-left: 16px;
		padding-right: 16px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
}
#floatingToolBox dl {
	font-weight: 700;
	display: none;
}
@media screen and (min-width: 768px) {
	#floatingToolBox dl {
		font-size: 16px;
		padding-left: 24px;
		padding-right: 24px;
	}
}
#floatingToolBox dl dt {
	float: left;
}
#floatingToolBox dl dd {
	color: #ffb800;
	float: right;
}
@media screen and (min-width: 768px) {
	#floatingToolBox dl dd {
		font-size: 20px;
	}
}
#floatingToolBox dl::after {
	content: "";
	display: block;
	clear: both;
}
#floatingToolBox.test dl {
	display: block;
}
#floatingToolBox p {
	background-color: #0087c5;
}
@media screen and (min-width: 768px) {
	#floatingToolBox p span {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	#floatingToolBox p {
		text-align: center;
		background-image: url("../images/agent/2x/btn_icon_arrow2.png");
		background-size: auto 10px;
		background-position: 16px center;
	}
	#floatingToolBox p img {
		display: none;
	}
}
#floatingToolBox p a {
	color: inherit;
	text-decoration: none;
}

/**
	受講者IDなしログインページ用
*/
.nonMemberLogin {
	width: 564px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 56px;
}

.nonMemberLoginInner {
	width: 100%;
	height: auto;
	box-shadow: 0 8px 40px rgba(80, 80, 80, 0.13);
	box-sizing: border-box;
	padding: 48px;
}
.nonMemberLoginInner * {
	box-sizing: border-box;
}

.nonMemberLoginHeader#header {
	box-shadow: none;
}

.nonMemberLoginHeaderInner {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 32px;
}
.nonMemberLoginHeaderInner .nonMemberLoginLogo, .nonMemberLoginHeaderInner .nonMemberLoginLogo2 {
	margin: 0;
	padding: 0;
}
.nonMemberLoginHeaderInner .nonMemberLoginLogo img, .nonMemberLoginHeaderInner .nonMemberLoginLogo2 img {
	max-width: 100%;
	height: auto;
}
.nonMemberLoginHeaderInner .nonMemberLoginLogo {
	width: 95px;
}
.nonMemberLoginHeaderInner .nonMemberLoginLogo2 {
	width: 105px;
}

.nonMemberLoginTitle {
	font-size: 24px;
	text-align: center;
	margin-top: 32px;
}

.nonMemberLoginDescription {
	font-size: 16px;
	margin-top: 32px;
}

.nonMemberLoginFormBlock {
	margin-top: 32px;
}
.nonMemberLoginFormBlock div + div {
	margin-top: 32px;
}
.nonMemberLoginFormBlock dt {
	font-size: 16px;
}
.nonMemberLoginFormBlock dd {
	margin-top: 10px;
}
.nonMemberLoginFormBlock dd input {
	background-color: #f0f0f0;
	width: 100%;
	border: none;
	padding: 16px 24px;
	font-size: 16px;
}
.nonMemberLoginFormBlock dd input::placeholder {
	color: #aaa;
}
.nonMemberLoginFormBlock + .nonMemberLoginSubmit {
	margin-top: 64px;
}

.nonMemberLoginErrorText {
	font-size: 16px;
	margin-top: 24px;
}
.nonMemberLoginErrorText + .nonMemberLoginErrorText {
	margin-top: 8px;
}

.nonMemberLoginSubmit {
	margin-top: 24px;
}
.nonMemberLoginSubmit .button02 {
	width: 100%;
	margin-top: 0;
}
.nonMemberLoginSubmit .button02 span {
	width: 100%;
	max-width: 100%;
}

.nonMemberLoginNotes {
	margin-top: 40px;
}
.nonMemberLoginNotes li {
	font-size: 14px;
	text-indent: -1em;
	padding-left: 1em;
}
.nonMemberLoginNotes li + li {
	margin-top: 16px;
}
.nonMemberLoginNotes li::before {
	content: "・";
}