@charset "utf-8";

/*
 * CSS Document
 * Name : シニア福祉アドバイザー E検定・eラーニング START‼︎ / style.css
 * Production Date : 2019.09.04
 * Updated :
 * Author : 一般社団法人シニア福祉相談士検定協会 / a.koga
 * Version : v 1.0
 * container width = 1280 - 1024 / 1024 - 800 / 799 - 768 / 767 - 600 / 599 - 480 / 479 - 320
*/

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

/* =============================================================================
	font import
============================================================================= */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700&display=swap');



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

html {overflow-y: scroll;}
ul, ol {list-style-type: none;}
input, textarea {
    margin: 0;
    padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {text-align: left;}
a {
	color: #212121;
	text-decoration: none;
}
a img {border: none;}
img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
mark {background: none;}
input {opacity: 1;}



/* =============================================================================
	 Basic & Common
============================================================================= */
/* Basic -------------------------------------------------------------------- */
/* font     */
body, button, input, select, textarea {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	font-size: 100%;
	text-align: justify;
	line-height: 1.75;
	-webkit-text-size-adjust: 100%;
}
.gfont-b {
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 700;
}
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.bold {font-weight: bold;}
.bold-red {
	font-weight: bold;
	color: #c1272d;
}



/* Common ------------------------------------------------------------------- */
/* layout    */
.wrap {overflow: hidden;}
.inner {
	width: calc(100% - 30px);
	margin-left: 15px;
}
.both {
	content: "";
	display: block;
	clear: both;
}
.mrgnBtn-50 {margin-bottom: 50px;}

@media screen and (max-width:1080px) {
	.mrgnBtn-50 {margin-bottom: 44px;}
}

@media screen and (max-width:800px) {
	.mrgnBtn-50 {margin-bottom: 38px;}
}


/* section    */
.entry-flow, .faq-area {background: #e4f5eb;}
.cnt-inner {
	width: 82%;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 24px;
	padding-bottom: 60px;
}


@media screen and (max-width:1080px) {
	.cnt-inner {
		padding-top: 20px;
		padding-bottom: 50px;
	}
}

@media screen and (max-width:800px) {
	.cnt-inner {
		width: calc(100% - 30px);
		margin-left: 15px;
		padding-bottom: 40px;
	}
}

@media screen and (max-width:640px) {
	.cnt-inner {padding-bottom: 30px;}
}



/* Section Title セクションタイトル部 */
.sectTtl-line {
	padding: 25px 0;
	background: #2eb263;
}
.sectTtl-line h1 {
	font-size: 3.125rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	letter-spacing: -.025em;
}
.under-arrow {
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 45px 0 45px;
	border-color: #2eb263 transparent transparent transparent;
	position: relative;
	z-index: 99;
}


@media screen and (max-width:1080px) {
	.sectTtl-line h1 {
		font-size: 2.5rem;
		letter-spacing: normal;
	}
	.under-arrow {border-width: 24px 36px 0 36px;}
}

@media screen and (max-width:800px) {
	.sectTtl-line {padding: 20px 0;}
	.sectTtl-line h1 {font-size: 2.0rem;}
	.under-arrow {border-width: 20px 30px 0 30px;}
}

@media screen and (max-width:640px) {
	.sectTtl-line {padding: 15px 0;}
	.sectTtl-line h1 {font-size: 1.875rem;}
}

@media screen and (max-width:500px) {
	.sectTtl-line {padding: 12px 0;}
	.sectTtl-line h1 {
		font-size: 1.5625rem;
		line-height: 1.3;
	}
	.under-arrow {border-width: 18px 27px 0 27px;}
}



/* button    */
a.btn {display: block;}
a.contact-a {
	text-decoration: underline;
}
a.contact-a:hover {
	color: #0361af;
}

/* ダウンロード・エントリーボタンセット */
.dlEntry-btnArea {
	display: flex;
	justify-content: center;
}
.Uguide-dl, .entry-btn {
	width: 280px;
	height: auto;
	color: #fff;
	font-size: 1.25rem;
	text-align: center;
	line-height: 2.5;
}
.Uguide-dl {
	background: #e48e00;
	margin-right: 48px;
}
.entry-btn {background: #ea5504;}
.Uguide-dl:hover, .entry-btn:hover {
	opacity: .85;
	text-shadow: 1px 1px 1px #aaa;
}


@media screen and (max-width:1080px) {
	.Uguide-dl, .entry-btn {
		width: 260px;
		font-size: 1.125rem;
	}
	.Uguide-dl {margin-right: 40px;}
}

@media screen and (max-width:800px) {
	.Uguide-dl, .entry-btn {font-size: 1rem;}
	.Uguide-dl {margin-right: 36px;}
}

@media screen and (max-width:480px) {
	.dlEntry-btnArea {display: block;}
	.Uguide-dl, .entry-btn {
		margin: 0 auto;
		width: 100%;
	}
	.Uguide-dl {margin-bottom: 10px;}
}



/* Amazon bynow button     */
.btn-buyNow {
	margin-top: 16px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.btn-buyNow .amazon-btn, .btn-buyNow .daikou-btn {
	padding: 12px 0;
	width: 14em;
	line-height: 1;
	font-size: 1.3125rem;
	color: #fff;
	text-align: center;
}
.btn-buyNow .amazon-btn {background: #0060a7;}
.btn-buyNow .daikou-btn {background: #00a04e;}
.amazon-btn:hover, .daikou-btn:hover {
	opacity: .85;
	text-shadow: 1px 1px 1px #aaa;
}

@media screen and (max-width:1080px) {
	.btn-buyNow .amazon-btn, .btn-buyNow .daikou-btn {font-size: 1.1875rem;}
}

@media screen and (max-width:800px) {
	.btn-buyNow {justify-content: center;}
	.btn-buyNow .amazon-btn, .btn-buyNow .daikou-btn {
		margin: 0 16px;
		font-size: 1.125rem;
	}
}

@media screen and (max-width:480px) {
	.btn-buyNow {display: block;}
	.btn-buyNow .amazon-btn, .btn-buyNow .daikou-btn {
		margin: 10px auto 0;
		padding-left: 0;
		padding-right: 0;
		width: 90%;
	}
}




/* エントリーボタン   */
.entryBtn-area, .dlBtn-area {
	margin: 12px auto;
	max-width: 280px;
}
.entryBtn-area .btn-entry, .dlBtn-area .btn-dl {
	display: block;
	padding: 6px;
	color: #fff;
	font-size: 1.25rem;
	text-align: center;
}
.entryBtn-area .btn-entry {background: #ea5504;}
.dlBtn-area .btn-dl {background: #e48e00;}
.btn-entry:hover, .btn-dl:hover {
	opacity: .85;
	text-shadow: 1px 1px 1px #aaa;
}



@media screen and (max-width:1080px) {
	.entryBtn-area, .dlBtn-area {
		margin: 11px auto;
		max-width: 260px;
	}
	.entryBtn-area .btn-entry, .dlBtn-area .btn-dl {
		padding: 5px;
		font-size: 1.1875rem;
	}
}

@media screen and (max-width:800px) {
	.entryBtn-area, .dlBtn-area {
		margin: 10px auto;
		max-width: 250px;
	}
	.entryBtn-area .btn-entry, .dlBtn-area .btn-dl {
		padding: 5px;
		font-size: 1rem;
	}
}


/* a Link */
a.red {
	color: #c1272d;
	text-decoration: underline;
}


/* Section inner Title    */
.item-ttl {
	width: 100%;
	border-bottom: 3px solid #398bcb;
	margin-bottom: 20px;
}
.item-ttl h2 {
	font-size: 2.25rem;
	font-weight: bold;
	color: #888;
	text-align: center;
	line-height: 1.4;
}

.item-ttl.Operat-ttl {margin-top: 60px;}	/* Operating environment - 動作環境 */
.item-ttl.learn-ttl {margin-top: 40px;}		/* eLearnind eラーニング学習の進め方 */
.item-ttl.kentei-ttl,											/* E-kentei Ｅ検定の受験について */
.item-ttl.passFail {margin-top: 60px;}		/*  PassFail Ｅ検定の合否判定.... */
.item-dscp-sm {display: none;}
.item-dscp {margin-bottom: 24px;}
.item-dscp p {
	font-size: 1.125rem;
	text-align: center;
}


@media screen and (max-width:1080px) {
	.item-ttl h2 {font-size: 2.125rem;}
	.item-dscp p {font-size: 1.0625rem;}
}

@media screen and (max-width:800px) {
	.item-ttl {margin-bottom: 18px;}
	.item-ttl h2 {font-size: 1.875rem;}
	.item-ttl.Operat-ttl {margin-top: 50px;}	/* Operating environment - 動作環境 */
	.item-dscp p {font-size: 1rem;}
}

@media screen and (max-width:640px) {
	.item-ttl.learn-ttl {margin-top: 30px;}
	.item-ttl.kentei-ttl,											/* E-kentei Ｅ検定の受験について */
	.item-ttl.passFail {margin-top: 40px;}
	.item-ttl {margin-bottom: 14px;}
	.item-ttl h2 {font-size: 1.75rem;}
	.item-ttl.Operat-ttl {margin-top: 40px;}
	.item-dscp {display: none;}
	.item-dscp-sm {
		display: block;
		margin-bottom: 20px;
	}
	.item-dscp-sm p {
		font-size: .9375rem;
		text-align: justify;
	}
}

@media screen and (max-width:500px) {
	.item-ttl {margin-bottom: 10px;}
	.item-ttl h2 {font-size: 1.5rem;}
	.item-ttl.Operat-ttl {margin-top: 30px;}
}



/* =============================================================================
	 header
============================================================================= */
.topLine {
	width: 100%;
	height: 6px;
	background: #72ce42;
	position: fixed;
	top: 0;
	z-index: 999;
}


/* header & nav ------------------------------------------------------------- */
.header .inner:after {
	content: " ";
	clear: both;
	display: block;
}


/* header */
.header {
	position: fixed;
	top: 6px;
	width: 100%;
	height: 80px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 1px 1px 2px rgba(97, 97, 97, 0.4);
	z-index: 999;
}
.header > .inner {
	display: flex;
	top: 10px;
	flex-direction: row;
	position: relative;
}
.header .title-logo {
	width: 100%;
	max-width: 320px;
}

#nav-menu ul {
	display: flex;
	flex-direction: row;
	position: absolute;
	left: 340px;
	bottom: 0;
	z-index: 1100;
}
#nav-menu ul li.pc-hidden {display: none;}
#nav-menu ul li {
	font-size: 1.0625rem;
	line-height: 1;
	margin-right: 24px;
}
#nav-menu ul li:nth-last-child(2) {margin-right: 0;}


/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 0;
	top: 14px;
	width: 30px;
	height: 32px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {position: relative;}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #0072bd;
	left: 0;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {top: 0;}
#nav-toggle span:nth-child(2) {top: 10px;}
#nav-toggle span:nth-child(3) {top: 20px;}


@media screen and (max-width:1080px) {
	.header {padding-bottom: 18px;}
	.header .title-logo {
		width: 100%;
		max-width: 270px;
	}
	#nav-menu ul {
		width: 100%;
		left: 0px;
		bottom: -28px;
		justify-content: center;
	}
}

@media screen and (max-width:800px) {
	#nav-menu ul li {font-size: 1rem;}
}

@media screen and (max-width:767px) {
	.header {padding-bottom: 16px;}
	.title-logo {
		width: 100%;
		max-width: 250px;
	}
	#nav-menu ul {bottom: -24px;}
	#nav-menu ul li {
		font-size: .9375rem;
	}
}

@media screen and (max-width:640px) {
	.header, .heade .inner {
		width: 100%;
		padding: 0;
		height: 72px;
	}
	.header {
		top: 6px;
		position: fixed;
		align-items: center;
		margin: 0;
		padding: 0;
	}
	#mobile-head {
		display: flex;
		align-items: center;
		width: 100%;
		height: 56px;
		z-index: 999;
		position: relative;
	}
	.header .title-logo {width: 75%;}
	#nav-menu ul, #nav-menu ul li.pc-hidden {display: block;}
	#nav-menu ul li {margin-right: 0;}
	#nav-menu {
		position: absolute;
		left: 0;
		margin-top: -1px;
		/* 開いてないときは画面外に配置 */
		top: -494px;
		background: rgba(256,256,256,.92);
		width: calc(100% + 30px);
		margin-left: -15px;
		text-align: center;
		padding: 0;
		border-top: 1px solid #ccc;
		transition: .5s ease-in-out;
	}
	#nav-menu ul {
		position: static;
		right: 0;
		bottom: 0;
		padding: 0;
	}
	#nav-menu ul li {
		position: static;
		border-bottom: 1px solid #ccc;
	}
	.header #nav-menu ul li a, .header.fixed #nav-menu ul li a {
		width: 100%;
		display: block;
		color: inherit;
		padding: 18px 0;
	}
	#nav-toggle {display: block;}
	 /* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		transform: rotate(-315deg);
	}

	/* #global-nav スライドアニメーション */
	.header.open #nav-menu {
		/*#global-nav top + #mobile-head height */
		transform: translateY(557px);
	}
}


/* header button --------------- */
.topBtn-area-sm {display: none;}
.topBtn-area {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
}
.topBtn-area a {margin-left: 15px;}
.btn-pdfdl.btn, .btn-contact.btn {
	height: 40px;
	padding: 0 20px;
	background: #fff;
	line-height: 2.4;
	font-weight: normal;
	vertical-align: middle;
	border-bottom: 3px solid #108ac9;
	border-left: 3px solid #108ac9;
	border-right: 3px solid #108ac9;
}
.btn-login {
	padding: 16px 32px;
	background: #f15a24;
	color: #fff;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
}

@media screen and (max-width:1080px) {
	.topBtn-area {height: 66px;}
	.btn-pdfdl.btn, .btn-contact.btn {padding: 3px 20px;}
	.btn-login {
		padding: 12px 28px;
		line-height: 1.35;
	}
}

@media screen and (max-width:800px) {
	.btn-pdfdl.btn, .btn-contact.btn, .btn-login {font-size: .9375rem;}
}

@media screen and (max-width:767px) {
	.topBtn-area a {margin-left: 10px;}
	.btn-pdfdl.btn, .btn-contact.btn {
		height: 40px;
		padding: 0 7px;
		font-size: .875rem;
		line-height: 2.7;
	}
	.btn-login {
		height: 46px;
		font-size: .875rem;
		padding: 8px 10px;
	}
}

@media screen and (max-width:640px) {
	.topBtn-area {display: none;}
	.topBtn-area-sm {
		display: block;
		display: flex;
		flex-direction: row;
		position: fixed;
		right: 68px;
		top: 17px;
		line-height: 1.3;
	}
	.topBtn-area-sm div {text-align: center;}
	.btn-pdfdl-sm {
		background: rgba(255, 255, 255, 0.8);
		padding: 6px 8px 5px;
		border: 2px solid #108ac9;
		font-size: .875rem;
		margin-bottom: 5px;
		}
	.btn-login-sm {
		padding: 8px 8px 5px;
		background: #f15a24;
		border: 1px solid #f15a24;
		font-size: .875rem;
		color: #fff;
	}
	.topBtn-area-sm div .btn-login-sm {margin-left: 12px}
}

@media screen and (max-width:560px) {
	.topBtn-area-sm {display: none;}
}


/* =============================================================================
	 contents
============================================================================= */
/* topTitle-image ページトップイメージ／サイトタイトル ---------------------------- */
.topTitle-image {position: relative;}
.top-img {
	padding-top: 84px;
	width: 100%;
	position: relative;
}
.bg-img {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	background: url(../img/pageTop-img.jpg) no-repeat center top;
	background-size: cover;
}
.top-title {
	position: absolute;
	top: calc(86px + 1%);
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
}
.top-title .topTtl {margin-top: 16px;}
.top-title .topTtl-dscp {
	font-size: calc(1.25rem  + .75vw);
	font-weight: bold;
	line-height: 1.3;
	color: #717171;
	text-shadow: 3px 3px 2px #FFF, -3px -3px 2px #FFF, -3px 3px 2px #FFF, 3px -3px 2px #FFF, 0px 3px 2px #FFF, 0 -3px 2px #FFF, -3px 0 2px #FFF, 3px 0 2px #FFF;
}
.top-title .topTtl-txt {
	font-size: calc(3rem + 1vw);
	color: #ff3f00;
	line-height: 1.1;
	text-shadow: 5px 5px 2px #FFF, -5px -5px 2px #FFF, -5px 5px 2px #FFF, 5px -5px 2px #FFF, 0px 5px 2px #FFF, 0 -5px 2px #FFF, -5px 0 2px #FFF, 5px 0 2px #FFF;
}
.top-title .topTtl-txt span {
	font-size: calc(3rem + 1vw);
	color: #ff3f00;
}
.top-title .topDscp-txt {
	margin-top: calc(20rem - 2.5vw);
	font-size: calc(1rem + .75vw);
	font-weight: bold;
	line-height: 1.7;
	color: #717171;
	text-shadow: 3px 3px 2px #FFF, -3px -3px 2px #FFF, -3px 3px 2px #FFF, 3px -3px 2px #FFF, 0px 3px 2px #FFF, 0 -3px 2px #FFF, -3px 0 2px #FFF, 3px 0 2px #FFF;
}

@media screen and (max-width:1080px) {
	.top-img {padding-top: 102px;}
	.top-title {top: 102px;}
	.top-title .topDscp-txt {margin-top: calc(16rem - 2.5vw);}
}

@media screen and (max-width:800px) {
	.top-title .topTtl {margin-top: 12px;}
	.top-title .topTtl-dscp {font-size: calc(1.0rem  + .75vw);}
	.top-title .topTtl-txt,
	.top-title .topTtl-txt span {font-size: calc(2.5rem + 1vw);}
	.top-title .topDscp-txt {
		margin-top: calc(7.5rem - 1.5vw);
		font-size: calc(1rem + .5vw);
	}
}

@media screen and (max-width:767px) {
	.top-img {padding-top: 100px;}
	.top-title {top: 100px;}
}

@media screen and (max-width:640px) {
	.top-img {padding-top: 78px;}
	.top-title {top: 78px;}
	.top-title .topTtl {margin-top: 8px;}
	.top-title .topTtl-dscp {font-size: calc(1rem  + .5vw);}
	.top-title .topTtl-txt,
	.top-title .topTtl-txt span {font-size: calc(2.25rem + .75vw);}
	.top-title .topDscp-txt {
		margin-top: calc(7.5rem - 1.5vw);
		font-size: calc(.9rem + .5vw);
	}
	.info-text br.sm-none {display: none;}
}

@media screen and (max-width:560px) {
	.top-title .topTtl-txt,
	.top-title .topTtl-txt span {
		font-size: calc(1.9rem + .5vw);
		letter-spacing: -.05rem;
	}
	.top-title .topDscp-txt {
		margin-top: calc(5rem - 1.5vw);
		font-size: calc(.8rem + .5vw);
	}
}

@media screen and (max-width:425px) {
	.top-title .topTtl {
		top: 0;
		left: 0;
		right: 0;
		margin-top: 8px;
	}
	.top-title .topTtl-dscp {font-size: calc(.75rem + .25em);}
	.top-title .topTtl-txt,
	.top-title .topTtl-txt span {
		font-size: calc(1.4rem + .5vw);
		letter-spacing: -.05em;
	}
/* 	.top-title .topTtl-txt span {display: block;} */
	.top-title .topDscp-txt {display: none;}
}


/* Section / 価格改定のお知らせ 2023/6/13追加 2023/8/1修正 --------------------- */
.priceRevision-info {
	padding: 36px 0;
	background-color: #fff5e5;
}
.priceRevision-info-inner {
	max-width: 800px;
	width: calc(100% - 32px);
	margin: 0 auto;
}
.br-sp {display: none;}

.priceRevision-info .info-title {
	text-align: center;
	font-size: 2.5rem;
	color: #ed1c24;
	line-height: 1.15;
	margin-bottom: 12px;
}
.priceRevision-info .info-text {
	text-align: center;
	font-size: 1.25rem;
	line-height: 1.7;
}
.priceRevision-info .date-wrapper {
	text-align: center;
	margin-top: 12px;
}
.priceRevision-info .date {
	display: inline-block;
	font-size: 1.75rem;
	color: #ed1c24;
	font-weight: bold;
}
.priceRevision-info .price-container {
	width: 580px;
	margin: 12px auto 0;
}
.priceRevision-info .price-box {
	display: flex;
	align-items: center;
}
.priceRevision-info .price-box .name::before {
	content: '■';
	color: #009245;
}
.priceRevision-info .price-box .name {
	width: 30%;
	font-size: 1.25rem;
}

.priceRevision-info .price-box .current-price,
.priceRevision-info .price-box .new-price {
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
}
.priceRevision-info .price-box .current-price {width: 31%;}
.priceRevision-info .price-box .arrow {
	width: 6%;
	text-align: center;
}
.priceRevision-info .price-box .new-price {width: 33%;}
.priceRevision-info .price-box .arrow,
.priceRevision-info .price-box .new-price > span {
	font-size: 1.5rem;
	color: #ed1c24;
	font-weight: bold;
}
.priceRevision-info .info-annotation {text-align: center;}

/* small screen */
@media (max-width: 800px) {
	.priceRevision-info .info-text {font-size: 1rem;}
}

@media (max-width: 640px) {
	.br-sp {display: block;}
	.hidden-sp {display: none;}
	.priceRevision-info {padding: 16px 0;}
	.priceRevision-info .info-title {font-size: 2rem;}
	.priceRevision-info .info-text {text-align: left;}
	.priceRevision-info .info-text .br-pc {display: none;}
	.priceRevision-info .date-wrapper {margin-top: 16px;}
	.priceRevision-info .date {
		font-size: 1.5rem;
		line-height: 1.2;
		border: 2px solid #ed1c24;
		padding: 8px 16px;
	}
	.priceRevision-info .price-container {
		width: 270px;
		margin-top: 16px;
	}
	.priceRevision-info .price-box {flex-direction: column;}
	.priceRevision-info .price-box + .price-box {margin-top: 12px;}
	.priceRevision-info .price-box .name,
	.priceRevision-info .price-box .current-price,
	.priceRevision-info .price-box .new-price {width: 100%;}
	.priceRevision-info .price-box .arrow {
		width: 100%;
		line-height: 1;
		transform: rotate(90deg);
	}
}


/* Section / intro-sect イントロセクション ------------------------------------- */
.information {
	width: 100%;
	height: auto;
	padding: 36px 0;
	background-color: #fff5e5;
}
.information .sectInfo-title {
	text-align: center;
	color:#f30000;
	font-size: 1.875rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
}
.information .info-text {
	font-size: 1.1875rem;
	line-height: 2;
	text-align: center;
}
.information .info-text a {
	color: #c20000;
	font-weight: bold;
}

@media screen and (max-width:1080px) {
	.information {padding: 24px 0 32px;}
}

@media screen and (max-width:800px) {
	.intro-sect {padding: 18px 0 26px;}
	.information .sectInfo-title {
		font-size: 1.625rem;
		letter-spacing: -.05em;
		margin-bottom: 6px;
	}
	.information .info-text {
		font-size: 1.0625rem;
		line-height: 1.8;
	}
}

@media screen and (max-width:640px) {
	.information {padding: 20px 0;}
	.intro-sect {padding: 16px 0 22px;}
	.information .info-text {
		margin-left: 2%;
		margin-right: 2%;
		font-size: 1rem;
		line-height: 1.7;
		text-align: justify;
	}
	.information .sectInfo-title {text-align: justify;}
	.information .sectInfo-title br {display: none;}
}

@media screen and (max-width:599px) {
	.information .sectInfo-title {
		margin-left: 2%;
		margin-right: 2%;
		font-size: 1.5rem;
		text-align: left;
	}
	.information .sectInfo-title br.sm-none {display: none;}
	.information .info-text br.sm-none {display: none;}
}

@media screen and (max-width:480px) {
	.information {padding: 16px 0;}
	.intro-sect {padding: 12px 0;}
	.information .sectInfo-title, .information .info-text {
		margin-left: 0;
		margin-right: 0;
	}
	.information .sectInfo-title {
		font-size: 1.25rem;
		line-height: 1.3;
		text-align: justify;
		letter-spacing: 0;
	}
	.information .info-text {font-size: .9375rem;}
}


/* Section / intro-sect イントロセクション ------------------------------------- */
.intro-sect {
	width: 100%;
	height: auto;
	padding: 36px 0;
	background: #e4f5eb;
}
.intro-txt {
	font-size: 1.25rem;
	line-height: 2;
	text-align: center;
	margin-bottom: 30px;
}
.intro-sect .topBtn-sm,
.intro-txt-sm {display: none;}

@media screen and (max-width:1080px) {
	.intro-sect {padding: 24px 0 32px;}
	.intro-txt {font-size: 1.125rem;}
}

@media screen and (max-width:800px) {
	.intro-sect {padding: 18px 0 26px;}
	.intro-txt {
		font-size: 1.0625rem;
		margin-bottom: 24px;
	}
}

@media screen and (max-width:640px) {
	.intro-sect {padding: 16px 0 22px;}
	.intro-txt {display: none;}
	.intro-txt-sm {
		display: block;
		line-height: 1.8;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:480px) {
	.intro-sect {padding: 15px 0 20px;}
	.intro-txt-sm {
		font-size: .9375rem;
		margin-bottom: 15px;
	}
}


/* 新システムって？そのメリットは…？ --------------------------------------------- */
.merit-left, .merit-right {
	display: flex;
	position: relative;
	justify-content: space-between;
	margin-bottom: 38px;
}
.mrgn-btm-0 {margin-bottom: 0}
.merit-box-l {
	width: 87.89%;
}
.merit-box-r {
	margin-left: 12.11%;
	width: 87.89%;
}
.merit-box-l .box-txt {
	padding-top: 24px;
	padding-bottom: 44px;
	padding-left: 3%;
	padding-right: 23%;
	border: 6px solid #cfcfcf;
	min-height: 160px;
}
.merit-box-r .box-txt {
	padding-top: 24px;
	padding-bottom: 44px;
	padding-left: 23%;
	padding-right: 3%;
	border: 6px solid #cfcfcf;
	min-height: 160px;
}
.merit-left .merit-img-sm,
.merit-right .merit-img-sm {display: none;}
.merit-left .merit-img {
	width: 29%;
	height: 100%;
	display: flex;
	position: absolute;
	align-items: center;
	right: 0;
}
.merit-right .merit-img {
	width: 29%;
	height: 100%;
	display: flex;
	position: absolute;
	align-items: center;
	left: 0;
}
.merit-ttl {
	font-size: 1.5rem;
	font-weight: bold;
	color: #777;
	line-height: 1;
	margin-bottom: 8px;
}
.merit-ttl::before {
	content: "■";
	color: #0071bc;
}
.merit-dscp {
	font-size: 1.125rem;
	line-height: 1.7;
}

@media screen and (max-width:1080px) {
	.merit-box-l .box-txt, .merit-box-r .box-txt {
		padding-top: 16px;
		padding-bottom: 32px;
	}
	.merit-box-l .box-txt {
		padding-right: 25%;
		border: 5px solid #cfcfcf;
	}
	.merit-left .merit-img, .merit-right .merit-img {width: 32%;}
	.merit-box-r .box-txt {
		padding-left: 25%;
		border: 5px solid #cfcfcf;
	}
	.merit-ttl {
		font-size: 1.375rem;
		margin-bottom: 6px;
		text-align: left;
	}
	.merit-dscp {font-size: 1rem;}
}

@media screen and (max-width:800px) {
	.merit-left, .merit-right {margin-bottom: 30px;}
	.mrgn-btm-0 {margin-bottom: 0}
	.merit-box-l .box-txt, .merit-box-r .box-txt {
		padding-top: 14px;
		padding-bottom: 20px;
	}
	.merit-ttl {font-size: 1.25rem;}
	.merit-dscp {font-size: .9375rem;}
}

@media screen and (max-width:640px) {
	.merit-left, .merit-right {margin-bottom: 26px}
	.merit-right.mrgn-btm-0 {margin-bottom: 0}
	.merit-box-l .box-txt {
		padding-top: 16px;
		padding-bottom: 20px;
		padding-left: 3%;
		padding-right: 33%;
		border: 6px solid #cfcfcf;
		min-height: 110px;
	}
	.merit-left .merit-img, .merit-right .merit-img {
		width: 40%;
	}
	.merit-box-r .box-txt {
		padding-top: 16px;
		padding-bottom: 20px;
		padding-left: 33%;
		padding-right: 3%;
		border: 6px solid #cfcfcf;
		min-height: 110px;
	}
	.merit-right .merit-img {width: 40%;}
	.merit-ttl {
		font-size: 1.1875rem;
		line-height: 1.3;
		padding-left: 1em;
		text-indent: -1em;
	}
	.merit-dscp {font-size: .875rem;}
}

@media screen and (max-width:500px) {
	.merit-right .merit-img,
	.merit-left .merit-img {display: none;}
	.merit-right .merit-img-sm,
	.merit-left .merit-img-sm {display: block;}
	.merit-img-sm {
		position: relative;
		width: 70%;
		min-width: 240px;
		margin-left: auto;
		margin-right: auto;
		z-index: 100;
	}
	.merit-left, .merit-right {
		display: block;
		position: static;
	}
	.merit-left .merit-box-l {width: 100%;}
	.merit-right .merit-box-r {
		width: 100%;
		margin-left: 0;
	}
	.merit-left .merit-box-l, .merit-right .merit-box-r {
		position: relative;
		margin-top: -28px;
	}
	.merit-left .merit-box-l .box-txt,
	.merit-right .merit-box-r .box-txt {
		position: relative;
		padding-top: 30px;
		padding-bottom: 20px;
		padding-left: 3%;
		padding-right: 3%;
		border: 6px solid #cfcfcf;
		min-height: 110px;
	}
}


/* お申し込みから試験までの流れ ------------------------------------------------- */
/* 公式テキスト　　　　 */
.official-text {}
.text-info-flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.textbook {
	width: 23.5%;
	margin-right: 3%;
}
.textbook img {
	border: 1px solid #aaa;
	box-shadow: 6px 8px 6px #aaa;
}
.txtDscp-intro .merit-ttl {
	line-height: 1.3;
	padding-left: 1em;
	text-indent: -1em;
	letter-spacing: -.05em;
}
.txtDscp-intro .merit-ttl br {display: none;}
.officialTxt-dscp {width: 73.5%;}
.txtDscp-intro {margin-bottom: 24px;}
.textbook-dscp .txtbkDscp-ttl h4 {
	font-size: 1.375rem;
	font-weight: bold;
	color: #777;
	line-height: 1.3;
	margin-bottom: 8px;
}
.textbook-dscp .txtbkDscp-ttl h4::before {
	content: "●";
	color: #2eb263;
}
ol.txtbkDscp-list li {
	font-size: 1.125rem;
	line-height: 1.7;
}
ol.txtbkDscp-list li span {
	color: #5a5a5a;
	font-size: 1.125rem;
	font-weight: bold;
}
.textbook-dscp .price-buy {margin-bottom: 24px;}
.price-buy .text-price {
	font-size: 1.25rem;
	font-weight: bold;
	color: #666;
	margin-bottom: 8px;
}
.text-price .zeikomi {
	color: #4a4a4a;
	font-size: 1.065rem;
	font-weight: bold;
}
.buy-coution, .buy-coution {
	font-size: .9375rem;
	line-height: 1.6;
	padding-left: 1em;
	text-indent: -1em;
}
.buy-coution a {color: #1854ad;}

@media screen and (max-width:1080px) {
	.textbook {width: 27%;}
	.officialTxt-dscp {width: 70%;}
	.txtDscp-intro {margin-bottom: 20px;}
	.txtDscp-intro .merit-ttl br {display: block;}
	.txtDscp-intro .merit-ttl {
		letter-spacing: 0;
	}
	.textbook-dscp .txtbkDscp-ttl h4 {margin-bottom: 6px;}
	ol.txtbkDscp-list li {font-size: 1.0625rem;}
	ol.txtbkDscp-list li span {font-size: 1.0625rem;}
}

@media screen and (max-width:960px) {
	.text-info-flex {display: block;}
	.textbook {
		float: left;
		width: 30%;
		margin-right: 3%;
		margin-bottom: 24px;
	}
	.officialTxt-dscp {width: 100%;}
	.txtDscp-intro {
		margin-left: 33%;
		margin-bottom: 0;
	}
	.txtDscp-intro::after {
		content: "";
		display: block;
		clear: both;
	}
	ol.txtbkDscp-list {
		display: flex;
		flex-wrap: wrap;
	}
	ol.txtbkDscp-list li {
		font-size: 1rem;
		letter-spacing: -.025em;
	}
	ol.txtbkDscp-list li:nth-child(odd) {width: 21em;}
	ol.txtbkDscp-list li span {font-size: 1rem;}
	.price-buy .text-price {font-size: 1.1875rem;}
	.text-price .zeikomi {font-size: 1rem;}
	.buy-coution, .buy-coution {font-size: .875rem;}
}

@media screen and (max-width:800px) {
	.textbook {width: 27%;}
	.txtDscp-intro {margin-left: 30%;}
	.textbook-dscp .txtbkDscp-ttl h4 {font-size: 1.25rem;}
	ol.txtbkDscp-list li:nth-child(odd) {width: 22em;}
}

@media screen and (max-width:700px) {
	.textbook {
		width: 33%;
		margin-right: 4%;
		margin-bottom: 0;
	}
	.txtDscp-intro {
		margin-left: 37%;
		margin-bottom: 16px;
	}
	ol.txtbkDscp-list li, ol.txtbkDscp-list li span {
		font-size: .9375rem;
		letter-spacing: -.05em;
	}
	ol.txtbkDscp-list li:nth-child(odd) {width: 20.5em;}
	.price-buy .text-price {font-size: 1.125rem;}
	.text-price .zeikomi {font-size: .9375rem;}
	.buy-coution, .buy-coution {font-size: .8125rem;}
}

@media screen and (max-width:640px) {
	.textbook {width: 36%;}
	.txtDscp-intro {margin-left: 40%;}
	.textbook-dscp .txtbkDscp-ttl h4 {font-size: 1.1875rem;}
}

@media screen and (max-width:500px) {
	.textbook {
		float: none;
		margin: 0 auto 22px;
		width: 40%;
	}
	.txtDscp-intro {
		margin-left: 0;
	}
	ol.txtbkDscp-list {display: block;}
}

@media screen and (max-width:425px) {
	.textbook {
		width: 52%;
		min-width: 175px;
	}
}

/*
@media screen and (max-width:960px) {
	.official-text-flex {display: block;}
	.textbook {
		float: left;
		width: 28%;
		margin-right: 4%;
		margin-bottom: 16px;
	}
	.officialTxt-dscp {width: 68%;}
	.txtDscp-intro .merit-ttl br {display: block;}
	.txtDscp-intro .merit-ttl {
		margin-left: 32%;
		line-height: 1.3;
		padding-left: 1em;
		text-indent: -1em;
	}
	.txtDscp-intro::after {
		content: "";
		display: block;
		clear: both;
	}
	.txtbkDscp-list {
		display: flex;
		flex-wrap: wrap;
	}
	.txtbkDscp-list li {width: 50%;}
	.officialTxt-dscp {width: 100%;}
	.txtbk-campaign_text {line-height: 1.8;}
	price-buy .text-price {
		font-size: 1.3125rem;
		margin: 8px 0 0px;
		line-height: 1;
	}
}

@media screen and (max-width:800px) {
	.official-text-flex {margin-bottom: 40px;}
	.textbook {
		width: 26%;
		margin-right: 3%;
	}
	.txtDscp-intro .merit-ttl {margin-left: 29%;}
	.textbook-dscp .txtbkDscp-ttl h4 {
		font-size: 1.1875rem;
		margin-bottom: 6px;
	}
	ol.txtbkDscp-list li br {display: block;}
	ol.txtbkDscp-list li {
		line-height: 1.5;
		margin-bottom: 8px;
	}
	.textbook-dscp .price-buy {
		padding-left: 18px;
		margin-bottom: 12px;
	}
	.price-buy .text-price {
		font-size: 1.25rem;
		margin: 8px 0 0px;
		line-height: 1;
		margin-bottom: 8px;
	}
	.text-price .zeikomi {
		color: #444;
		font-size: 1.0625rem;
		font-weight: bold;
	}
	.buy-coution {font-size: .875rem;}
}

@media screen and (max-width:640px) {
	.official-text-flex {margin-bottom: 34px;}
	.textbook-dscp .txtbkDscp-ttl h4 {font-size: 1.125rem;}
	ol.txtbkDscp-list li {font-size: .9375rem;}
	.txtbkDscp-list {display: block;}
	.txtbkDscp-list li {width: 100%;}
	ol.txtbkDscp-list li br {display: none;}
	.text-price {
		font-size: 1.125rem;
		margin: 4px 0 2px;
	}
	.price-buy .text-price {
		font-size: 1.1875rem;
		margin: 8px 0 0px;
		line-height: 1;
		margin-bottom: 8px;
	}
	.text-price .zeikomi {
		color: #444;
		font-size: 1rem;
		font-weight: bold;
	}
	.buy-coution {font-size: .9375rem;}
}

@media screen and (max-width:500px) {
	.official-text-flex {display: block;}
	.textbook {
		width: 50%;
		min-width: 240px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 14px;
	}
	.textbook-dscp .txtbkDscp-ttl h4 {font-size: 1.125rem;}
	.officialTxt-dscp {width: 100%;}
	ol.txtbkDscp-list li {font-size: .875rem;}
	.price-buy .text-price {
		font-size: 1.0625rem;
		margin: 8px 0 0px;
		line-height: 1;
		margin-bottom: 8px;
	}
	.text-price .zeikomi {
		color: #444;
		font-size: .9375rem;
		font-weight: bold;
	}
	.buy-coution {font-size: .75rem;}
}
*/


/* ご利用の流れ　-　flow　　 */
.boxTable-area {margin-bottom: 50px;}
.boxTable {
	width: 100%;
	display: table;
}
.boxTable-l {
	display: table-cell;
	width: 20%;
	position: relative;
	background: #009245;
}
.box-num {
	position: absolute;
	width: 21%;
	top: 4px;
	left: 4px;
}
.box-ttl {
	padding: 0 10%;
	height: 100%;
	display: flex;
	position: absolute;
	align-items: center;
}
.box-ttl p {
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
	line-height: 1.375rem;
	letter-spacing: .025em
}

.boxTable-r {
	display: table-cell;
	width: 80%;
	background: #fff;
}
.inbox-txt {padding: 12px 20px 14px;}
.inbox-dscp {
	font-size: 1.125rem;
	margin-bottom: 4px;
}
.inbox-txt .inbox-list li {
	font-size: 1.0625rem;
	line-height: 1.55;
	padding-left: 1em;
	text-indent: -1em;
}
.inbox-list li {line-height: 1.55;}
.inbox-list li:first-letter {
	font-size: 1.0625rem;
	font-weight: bold;
	padding-right: 8px;
	color: #006837;
}
.inbox-coution {
	font-size: 1rem;
	line-height: 1.3;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 6px;
}

.arrow-G {
	width: 54px;
	margin: 6px auto -2px;
}


@media screen and (max-width:1080px) {
	.boxTable-area {margin-bottom: 40px;}
	.box-ttl p {font-size: 1.375rem;}
	.inbox-txt {padding: 10px 18px 12px;}
	.inbox-dscp {font-size: 1.0625rem;}
	.inbox-txt .inbox-list li {font-size: 1rem;}
	.inbox-coution {font-size: .9375rem;}
}

@media screen and (max-width:800px) {
	.boxTable-area {margin-bottom: 34px;}
	.boxTable-l {width: 23%;}
	.boxTable-r {width: 77%}
	.box-ttl p {font-size: 1.25rem;}
	.inbox-txt {padding: 9px 16px 11px;}
	.inbox-dscp {
		font-size: 1em;
		line-height: 1.6;
	}
	.inbox-txt .inbox-list li {font-size: .9375rem;}
	.inbox-coution {font-size: .875rem;}
	.arrow-G {
		width: 50px;
		margin: 6px auto -2px;
	}
}

@media screen and (max-width:640px) {
	.boxTable {display: block}
	.boxTable-l, .boxTable-r {
		display: flex;
		flex-direction: row;
		align-items: center;
		width: 100%;
		position: static;
	}
	.box-num {
		position: static;
		width: 36px;
		height: 36px;
		margin: 4px 10px 4px 4px;
	}
	.box-num img {
		width: 36px;
		height: 36px;
	}
	.box-ttl {
		position: static;
		display: block;
		padding: 4px 10px 4px 0;
	}
	.box-ttl p {
		font-size: 1.1875rem;
		text-align: left;
		line-height: 1.3;
	}
	.inbox-txt {padding: 8px 15px 10px;}
	.inbox-dscp {font-size: .9375rem;}
	.inbox-txt .inbox-list li {font-size: .875rem;}
	.inbox-coution {font-size: .875rem;}
	.arrow-G {
		width: 40px;
		margin: 4px auto -4px;
	}
}

@media screen and (max-width:500px) {
	.inbox-dscp {font-size: .875rem;}
	.box-ttl p {font-size: 1.125rem;}
}



/* ご利用の流れ　-　price-display　　 */
.price-display {
	width: 80%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 32px;
	padding: 10px 10px 18px 10px;
	background: #fff;
}
.prcDsply-ttl p {
	font-size: 1.75rem;
	color: #666;
	text-align: center;
	line-height: 1.7;
	margin-bottom: 6px;
}
.prcDsply-flex {
	display: flex;
	justify-content: space-around;
}
.price-el, .price-Ek {
	width: 46%;
	max-width: 340px;
}
.price-tbl {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 6px;
}
.price-tbl th {
	background: #c1272d;
	border: 2px solid #c1272d;
	color: #fff;
	font-size: 1.25rem;
	line-height: 1.8;
	text-align: center;
}
.price-tbl td {
	border: 2px solid #c1272d;
	font-size: 1.875rem;
	font-weight: bold;
	color: #777;
	line-height: 1.5;
	text-align: center;
}
.price-tbl td span {
	font-size: 1.125rem;
	font-weight: bold;
}
.tbl-caption {line-height: 1.4;}

@media screen and (max-width:1080px) {
	.price-tbl th {font-size: 1.1875rem}
	.price-tbl td {font-size: 1.75rem;}
}

@media screen and (max-width:800px) {
	.price-display {
		width: 82%;
		padding: 6px 8px;
	}
	.prcDsply-ttl p {font-size: 1.375rem;}
	.price-tbl th {font-size: 1.0625rem}
	.price-tbl td {font-size: 1.5rem;}
	.tbl-caption {font-size: .9375rem;}
}

@media screen and (max-width:640px) {
	.price-display {
		margin: 0 0 25px;
		padding: 10px 0;
		width: calc(100%);
	}
	.tbl-caption {
		font-size: .875rem;
		padding-left: 5em;
		text-indent: -5em;
		line-height: 1.3;
		margin-bottom: 2px;
	}
}

@media screen and (max-width:500px) {
	.price-display {padding: 0;}
	.prcDsply-flex {
		display: block;
		padding-left: 15px;
		padding-right: 15px;
	}
	.price-el, .price-Ek {
		width: 100%;
		min-width:100%;
	}
	.price-el {margin-bottom: 10px;}
}


/* ご利用の流れ　-　price-display　　価格改定の注意 2023/6/14追加 */
.priceRevision-attention-wrapper {
	text-align: center;
	padding: 0 16px;
	margin-top: 16px;
}
.priceRevision-attention {
	display: inline-block;
	font-size: 1.125rem;
	color: #ed1c24;
	font-weight: bold;
	line-height: 1.3;
	position: relative;
}
.priceRevision-attention:hover {text-decoration: underline;}
.priceRevision-attention::before {
	content: '〈';
	position: absolute;
	top: 0;
	left: -18px;
}
.priceRevision-attention::after {
	content: '〉';
	position: absolute;
	top: 0;
	right: -18px;
}
.priceRevision-attention .br-sp {display: none;}

@media (max-width: 623px) {
	.priceRevision-attention {
		display: block;
		color: #fff;
		background: #ed1c24;
		padding: 8px;
		margin-top: 8px;
	}
	.priceRevision-attention:hover {
		text-decoration: none;
		opacity: .8;
	}
	.priceRevision-attention::before {display: none;}
	.priceRevision-attention::after {display: none;}
	.priceRevision-attention .br-sp {display: block;}
}

@media (max-width: 500px) {
	.priceRevision-attention-wrapper {padding-bottom: 8px;}
	.priceRevision-attention {padding: 8px 0;}
}

@media (max-width: 374px) {
	.priceRevision-attention {font-size: .9375rem;}
}


/* 表組み - Operating Table　　 */
.operat-btl {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 0px;
	border: 1px solid #b0b0b0;
	background: #fff;
	margin-bottom: 10px;
}
.operat-btl .col-1 th, .operat-btl .col-2 th, .operat-btl .col-3 th {
	font-size: 1.375rem;
	color: #666;
	text-align: center;
	vertical-align: middle;
}
.operat-btl .col-1 th {
	border: 1px solid #b0b0b0;
	background: #eee;
	height: 1.82rem;
}
.operat-btl .col-2 th, .operat-btl .col-3 th,
.operat-btl .col-2 td, .operat-btl .col-3 td {
	border: 1px solid #b0b0b0;
	vertical-align: middle;
}
.operat-btl .col-2 td, .operat-btl .col-3 td {
	font-size: 1.125rem;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 16px;
}
.coution {
	line-height: 1.4;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 3px;
}
.kankyo {display: none;}

@media screen and (max-width:1080px) {
	.operat-btl .col-1 th, .operat-btl .col-2 th,
	.operat-btl .col-3 th {font-size: 1.25rem;}
	.operat-btl .col-2 td, .operat-btl .col-3 td {font-size: 1.0625rem;}
	.coution {font-size: .9375rem;}
}

@media screen and (max-width:800px) {
	.operat-btl .col-1 th, .operat-btl .col-2 th,
	.operat-btl .col-3 th {font-size: 1.1875rem;}
	.operat-btl .col-2 td, .operat-btl .col-3 td {font-size: 1rem;}
	.coution {font-size: .875rem;}
}

@media screen and (max-width:640px) {
	.operat-btl {margin-bottom: 6px;}
	.operat-btl .col-1 th, .operat-btl .col-2 th,
	.operat-btl .col-3 th {font-size: 1rem;}
	.operat-btl .col-2 td, .operat-btl .col-3 td {
		font-size: .875rem;
		padding-left: 9px;
		padding-right: 7px;
		text-align: left;
	}
	.coution {font-size: .8125rem;}
}

@media screen and (max-width:500px) {
	.operat-btl {display: none;}
	.kankyo {display: block;}
	.kankyoList {margin-bottom: 8px;}
	.kankyoList .respons {
		font-size: 1.125rem;
		line-height: 1.6;
	}
	.kankyoList .respons:before {
		content: "◆";
		color: #0ba421;
		padding-right: 4px;
	}
	.dscp-list {
		margin-left: 18px;
		text-align: left;
	}
	.dscp-list p {
		line-height: 1.4;
		margin-bottom: 3px;
	}
	.dscp-list p.line-1 {
		padding-left: 3em;
		text-indent: -3em;
	}
	.dscp-list p.line-2 {
		padding-left: 5em;
		text-indent: -5em;
	}
	.dscp-list p .dscpLst-ttl,
	.dscp-list p .dscpLst-txt {
		font-size: .9375rem;
	}
	.dscp-list p .dscpLst-ttl {
		font-weight: bold;
		color: #777;
	}
}


/* 学習と検定試験について ------------------------------------------------------ */
/* eラーニング学習の進め方 / Ｅ検定の受験について / 合否判定と認定証交付 */
.learn-cont {padding-top: 20px}
.E-lBox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 28px;
}
.E-lBox-num {
	width: 8.79%;
	height: auto;
	margin-right: 3.61%;
}
.E-lBox-dscp {width: 87.6%;}
.E-lBox-ttl h3 {
	font-size: 1.625em;
	color: #555;
	line-height: 1;
	padding: 8px 0;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	margin-bottom: 10px;
}
.E-lBox-ttl h3 .ttl-numtxt {display: none;}
.Etest-cont, .passFail-cont {margin-top: 50px;}
.Etest-cont .inbox-coution {margin-bottom: 4px;}
.Etest-cont .price-display {border: 4px solid #ccc;}
.inbox-flex {
	display: flex;
	justify-content: space-between;
}
.inbox-flex .inbox-left {width: 61.2%;}
.inbox-l-list li {
	font-size: 1.0625em;
	line-height: 1.5;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 4px;
}
.inbox-l-list li:first-letter {
	font-size: .75rem;
	padding-right: 4px;
	vertical-align: middle;
	color: #c1272d;
}
.inbox-left .inbox-coution {line-height: 1.6;}
.inbox-flex .inbox-right {width: 34.8%;}
.card-caption {text-align: center;}
.passFail-cont .PsFlBox-2::after {
	content: " ";
	display: block;
	margin-bottom: 50px;
}

@media screen and (max-width:1080px) {
	.E-lBox-ttl h3 {font-size: 1.5rem;}
}

@media screen and (max-width:800px) {
	.Etest-cont, .passFail-cont {margin-top: 40px;}
	.passFail-cont {padding-bottom: 50px; }
	.inbox-flex .inbox-right {position: relative;}
	.inbox-l-list li {font-size: .9375rem;}
	.inbox-left .inbox-coution {
		position: absolute;
		right: 15px;
		left: calc(12.4% + 1em);
		padding-top: 8px;
	}
	.card-caption {font-size: .875rem;}
}

@media screen and (max-width:640px) {
	.learn-cont {padding-top: 20px}
	.Etest-cont, .passFail-cont {margin-top: 30px;}
	.E-lBox {margin-bottom: 20px}
	.E-lBox-ttl h3 {font-size: 1.375rem;}
	.inbox-l-list li {font-size: .875rem;}
}

@media screen and (max-width:500px) {
	.learn-cont {padding-top: 12px}
	.Etest-cont, .passFail-cont {
		margin-top: 20px;
		padding-bottom: 0;
	}
	.E-lBox {display: block;}
	.E-lBox-num {display: none;}
	.E-lBox-dscp {width: 100%;}
	.E-lBox-ttl h3 {font-size: 1.25rem;}
	.E-lBox-ttl h3 .ttl-numtxt {
		display: inline;
		color: #3ca968;
	}
	.inbox-flex {display: block;}
	.inbox-flex .inbox-left {width: 100%;}
	.inbox-flex .inbox-right {
		width: 60%;
		min-width: 260px;
		margin-left: auto;
		margin-right: auto;
	}
	.inbox-left .inbox-coution {
		position: static;
		right: 0;
		left: 0;
		padding-top: 0;
		margin-bottom: 10px;
	}
	.passFail-cont .PsFlBox-2::after {margin-bottom: 0;}
}


/* よくあるご質問 ------------------------------------------------------------ */
/* faq-nav  / よくあるご質問メニュー */
.faq-nav {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 24px;
}
.faq-nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 1.0625rem;
	line-height: 1;
}
.faq-nav ul li {
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 16px;
}
.faq-nav ul li a {
	color: #555;
}
.faq-nav ul li a::before {
	content: "≫";
	font-size: 1.0625rem;
	color: #c1272d;
	padding-right: 4px;
}

@media screen and (max-width:1080px) {
	.faq-nav {width: 90%}
	.faq-nav ul {font-size: 1rem;}
}

@media screen and (max-width:800px) {
	.faq-nav {width: 100%}
	.faq-nav ul {font-size: .9375rem;}
}


/* Faq Group  / FAQ スタート    */
.faqGrp-flex {
	display: flex;
	justify-content: space-between;
}
.faqGrp-ttl {
	width: 26.2%;
	height: 90px;
	background: #229be1;
	display: flex;
	align-items: center;
	text-align: left;
}
.group-ttl {
	font-size: 1.5rem;
	line-height: 1.3;
	color: #fff;
	margin-left: 16px;
	margin-right: 16px;
}
.faq-contents {
	width: 70%;
	margin-top: 16px;
	margin-bottom: 24px;
}

.faqGrp-flex.faqGroup-5 .faq-contents {margin-bottom: 36px;}


@media screen and (max-width:1080px) {
	.faq-area .cnt-inner {
		width: calc(100% - 30px);
		max-width: 1024px;
		margin-left: auto;
		margin-left: auto;
	}
	.faqGrp-ttl {width: 24.2%;}
	.group-ttl {
		font-size: 1.375rem;
		margin-left: 16px;
		margin-right: 16px;
	}
	.faq-contents {width: 73%;}
}

@media screen and (max-width:800px) {
	.group-ttl {
		font-size: 1.25rem;
		margin-left: 14px;
		margin-right: 14px;
	}
}

@media screen and (max-width:640px) {
	.faqGrp-flex {
		display: block;
		margin-bottom: 35px;
	}
	.faqGrp-ttl {
		display: block;
		padding: 10px 0;
		width: 100%;
		height: auto;
	}
	.group-ttl {
		font-size: 1.25rem;
		text-align: center;
		margin-right: 0;
		margin-left: 0;
	}
	.faq-contents {width: 100%;}
}


.faq-content-panel {
	width: 100%;
	margin-bottom: 20px;
}
.faq-content-panel label {
	display: block;
	width: 100%;
	padding: 6px 0px 5px;
	border-top: 1px solid #39b54a;
	border-bottom: 1px solid #39b54a;
	color: #163859;
	font-size: 1.0625rem;
	line-height: 1.4;
	padding-left: 5px;
}
.faq-content-panel label:hover {cursor: pointer;}
.on-off {display: none;}
.faq-content-panel .ansrshow {
  height: 0;
  padding: 0;
  font-size: .9375rem;
  line-height: 1.7;
  overflow: hidden;
  transition: all 0.5s;
}
.on-off:checked + .ansrshow {
  height: auto;
  padding: 8px 0 5px;
	line-height: 1.7;
	border-bottom: 2px dotted #aaa;
}

@media screen and (max-width:1080px) {
	.faq-content-panel label {font-size: 1rem;}
	.faq-content-panel .ansrshow {font-size: .9375rem;}
}

@media screen and (max-width:800px) {
	.faq-content-panel {margin-bottom: 18px;}
	.faq-content-panel label {font-size: .9375rem;}
	.faq-content-panel .ansrshow {font-size: .875rem;}
}


/* footer / フッター -------------------------------------------------------- */
/* p-top_btn / ページトップへボタン */
.p-top_btn {
	position: fixed;
	right: 1px;
	bottom: 1px;
	width: 70px;
	height: 70px;
	background-color: rgba(180, 180, 180, 0.9);
	border-radius: 35px;
	z-index: 99;
}
.p-top_btn span {
	display: block;
	margin: 19px auto;
	width: 42px;
	height: 24px;
}
.p-top_btn:hover {opacity: .8;}

@media screen and (max-width:800px) {
	.p-top_btn {
		width: 60px;
		height: 60px;
		border-radius: 30px;
	}
	.p-top_btn span {
		margin: 17px auto;
		width: 38px;
		height: 21px;
	}
}

@media screen and (max-width:640px) {
	.p-top_btn {
		width: 50px;
		height: 50px;
		border-radius: 25px;
	}
	.p-top_btn span {
		margin: 13px auto;
		width: 35px;
		height: 18px;
	}
}


/* footer / フッター　　　　 */
footer {
	padding: 14px 0 10px;;
	background: #666;
}

.copy-wrap {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #fff;
}
.foot-ttl a {
	display: block;
	font-size: 1.25rem;
	color: #fff;
	line-height: 1;
	margin-bottom: 9px;
}

@media screen and (max-width:800px) {
	.copy-wrap {width: 90%;}
	.foot-ttl a {font-size: 1.1875rem;}
}

@media screen and (max-width:640px) {
	.copy-wrap {width: 100%;}
	.foot-ttl a {font-size: 1.125rem;}
}

@media screen and (max-width:480px) {
	.foot-ttl a {
		font-size: 1rem;
		line-height: 1.4;
	}
}


.foot-coInfo {color: #fff;}
.f-coLine {
	width: 100%;
	height: 1px;
	background: linear-gradient(to right, #666666, #ffffff, #666666);
	background: -webkit-linear-gradient(left, #666666, #ffffff, #666666);
}
.f-coName {
	margin: 8px auto 4px;
	font-size: 1.125rem;
	line-height: 1.6;
	color: #fff;
}
.f-coAddress {
	font-size: .875rem;
	line-height: 1.7;
	margin-bottom: 3px;
	color: #fff;
}
.copyright {
	margin-top: 8px;
	font-size: .8125rem;
	color: #fff;
}


@media screen and (max-width:800px) {
	.f-coName {font-size: 1.0625rem;}
	.copyright {
		padding: 4px 0;
		font-size: .75rem;
		line-height: 1.4;
	}
}

@media screen and (max-width:640px) {
	.f-coName {
		font-size: 1rem;
		margin: 6px auto 3px;
	}
	.f-coAddress {
		font-size: .8125rem;
		line-height: 1.7;
		margin-bottom: 3px;
	}
}

@media screen and (max-width:480px) {
	.f-coLine {background: #fff;}
	.f-coName {
		font-size: .9375rem;
		margin-top: 8px;
	}
	.f-coAddress {font-size: .75rem;}
}