@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');

/* ------------------------------------------------------------
    リセット部分
------------------------------------------------------------ */
*{
	margin: 0;
	padding: 0;
	line-height: 1.0;
	list-style: none;
	font-style: normal;
	font-weight: normal;
	box-sizing: border-box;
}
input[type="button"], input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}
a img{
	border:none;
}
a{
	color: #1a1a1a;
	text-decoration: none;
}
.en{
	font-family: 'Playfair Display', serif;
}
.jp{
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif,"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
/*
Font Awesome
font-weightに使用しているアイコンの種類のウェイトを指定する。
それぞれ900 (Solid), 400 (Regular or Brands), 300 (Light)に。
*/
.icon-user-plus:before {
	font-family: "Font Awesome 5 Free";
	content: "\f234";
	font-size: 0.8rem;
	font-weight: 900;
	margin: 0 0.5rem 0 0;
}
.icon-exclamation:before {
	font-family: "Font Awesome 5 Free";
	content: "\f12a";
	font-size: 0.8rem;
	font-weight: 900;
	margin: 0 0.5rem 0 0;
}
.icon-clock:before {
	font-family: "Font Awesome 5 Free";
	content: "\f017";
	font-size: 0.8rem;
	font-weight: 400;
	margin: 0 0.5rem 0 0; 
}
.icon-pen:before {
	font-family: "Font Awesome 5 Free";
	content: "\f303";
	font-size: 0.8rem;
	font-weight: 900;
	margin: 0 0.5rem 0 0;
}
.icon-receipt:before {
	font-family: "Font Awesome 5 Free";
	content: "\f543";
	font-size: 0.8rem;
	font-weight: 900;
	margin: 0 0.5rem 0 0;
}
.icon-school:before {
	font-family: "Font Awesome 5 Free";
	content: "\f549";
	font-size: 0.8rem;
	font-weight: 900;
	margin: 0 0.5rem 0 0;
}
.icon-search:before {
	font-family: "Font Awesome 5 Free";
	content: "\f002";
	font-size: 0.8rem;
	font-weight: 900;
	margin: 0 0.5rem 0 0;
}
.icon-file:before {
	font-family: "Font Awesome 5 Free";
	content: "\f15c";
	font-size: 0.8rem;
	font-weight: 400;
	margin: 0 0.5rem 0 0; }
.icon-key:before {
	font-family: "Font Awesome 5 Free";
	content: "\f084";
	font-size: 0.8rem;
	font-weight: 900;
	margin: 0 0.5rem 0 0; }
.icon-book:before {
	font-family: "Font Awesome 5 Free";
	content: "\f02d";
	font-size: 0.8rem;
	font-weight: 900;
	margin: 0 0.5rem 0 0; }
.icon-logout:before {
	font-family: "Font Awesome 5 Free";
	content: "\f2f5";
	font-size: 0.8rem;
	font-weight: 900;
	margin: 0 0.5rem 0 0; }
.icon-video:before {
	font-family: "Font Awesome 5 Free";
	content: "\f03d";
	font-size: 0.8rem;
	font-weight: 900;
	margin: 0 0.5rem 0 0; }
.icon-circle:before {
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	font-size: 0.8rem;
	font-weight: 400;
	margin: 0 0.5rem 0 0; }
.icon-times:before {
	font-family: "Font Awesome 5 Free";
	content: "\f00d";
	font-size: 0.8rem;
	font-weight: 900;
	margin: 0 0.5rem 0 0; }
.icon-chalkboard-teacher:before {
	font-family: "Font Awesome 5 Free";
	content: "\f51c";
	font-size: 0.8rem;
	font-weight: 900;
	margin: 0 0.5rem 0 0; }
.icon-history:before {
	font-family: "Font Awesome 5 Free";
	content: "\f1da";
	font-size: 0.8rem;
	font-weight: 900;
	margin: 0 0.5rem 0 0; }
.icon-comments:before {
	font-family: "Font Awesome 5 Free";
	content: "\f086";
	font-size: 0.8rem;
	font-weight: 900;
	margin: 0 0.5rem 0 0; }
.icon-download:before {
	font-family: "Font Awesome 5 Free";
	content: "\f019";
	font-size: 0.8rem;
	font-weight: 900;
	margin: 0 0.5rem 0 0; }
.icon-user:before {
	font-family: "Font Awesome 5 Free";
	content: "\f406";
	font-size: 0.8rem;
	font-weight: 900;
	margin: 0 0.5rem 0 0; }
.icon-certificate:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0a3";
	font-size: 0.8rem;
	font-weight: 900;
	margin: 0 0.5rem 0 0; }
.icon-mail:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	font-size: 0.8rem;
	font-weight: 900;
	margin: 0 0.5rem 0 0; }

.bg__red {
	background: #f87171;
}
.bg__orange {
	background: #fb923c;
}
.bg__yellow {
	background: #facc15;
}
.bg__lime {
	background: #a3e635;
}
.bg__green {
	background: #4ade80;
}
.bg_cyan {
	background: #22d3ee;
}
.bg__blue {
	background: #60a5fa;
}
.bg__indigo {
	background: #818cf8;
}
.bg__purple {
	background: #c084fc;
}
.bg__rose {
	background: #fb7185;
}
.caution {
	color: #f00;
	font-weight: bold;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
a:hover {
	/*opacity: 0.8;*/
}
html {
	font-size: 14px;
}
body {
	font-family: "遊ゴシック体","Yu Gothic",YuGothic,arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	padding: 40px 0 0;
	color: #1a1a1a;
}

/* ------------------------------------------------------------
    ヘッダー部分
------------------------------------------------------------ */
header {
	display: flex;
	align-items: center;
	background: #fff;
	width: 100%;
	min-height: 40px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 22;
	box-shadow: 0 0 5px #ccc;
}
.header__logo {
	margin: 0 0 0 2rem;
}
.header__menu {
	display: none;
}
.header__nav {
	width: auto;
	margin-left: auto;
}
.header__nav__list {
	display: flex;
}
.header__nav__list__item {
	position: relative;
}
.header__nav__list__item::before {
	content: "";
	background: #ddd;
	width: 1px;
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 0;
}
.header__nav__list__item a {
	width: auto;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	display: block;
	font-weight: bold;
}
.header__nav__list__item a::before {
	color: #0099d9;
}


/* ------------------------------------------------------------
    フッター部分
------------------------------------------------------------ */
footer {
	display: flex;
	align-items: center;
	background: #fff;
	padding: 2rem;
	border-top: #ddd solid 1px;
}
footer nav {
	order: 2;
	margin: 0 0 0 auto;
}
footer nav ul {
	display: flex;
}
footer nav ul li +li {
	margin: 0 0 0 2rem;
	padding: 0 0 0 2rem;
}
footer nav ul li:not(:first-of-type) {
	border-left: #ddd solid 1px;
}
footer nav ul li a {
	font-weight: bold;
}

/* ------------------------------------------------------------
    共有部分
------------------------------------------------------------ */
.common__heading {
	background: #0099d9;
	padding: 2rem;
    color: #fff;
	font-size: 2rem;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.common__section__heading {
    padding: 0 0 1rem;
	font-size: 1.4rem;
    font-weight: bold;
    border-bottom: #ddd solid 1px;
}
.common__section__subheading {
	padding: 0 0 0 1.5rem;
	font-size: 1.2rem;
	font-weight: bold;
	position: relative;
}
.common__section__subheading::before {
	content: "";
	display: block;
	background: #1a1a1a;
	width: 1rem;
	height: 1px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.common__wrapper {
	background: #f5f5f5;
	padding: 2rem;
}
.common__wrapper__inner {
	display: flex;
}
.common__wrapper__side {
	width: 38%;
	margin-right: auto;
	order: -1;
}
.common__wrapper__side.wide {
	width: 100%;
}
.common__wrapper__contents {
	width: 60%;
}

.common__wrapper__nav__list {
}
.common__wrapper__nav__list li a{
	display: block;
	padding: 1rem 0 1rem calc(1rem + 5px);
	position: relative;
}
.common__wrapper__nav__list__item__active {
	background: #fff;
	box-shadow: 0 0 5px #ddd;
}
.common__wrapper__nav__list__item__active::before {
	content: "";
	background: #4fd900;
	width: 5px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}

.common__wrapper__contents__menu {
}
.common__wrapper__contents__menu ul {
	display: flex;
	justify-content: flex-end;
}
.common__wrapper__contents__menu ul li + li {
	margin: 0 0 0 2rem;
	padding: 0 0 0 2rem;
}
.common__wrapper__contents__menu ul li:not(:first-of-type) {
	border-left: #ddd solid 1px;
}
.common__wrapper__contents__menu ul li a{
	display:block;
	line-height: 30px;
	font-weight: bold;
}

.common__wrapper__contents__list {
}
.common__wrapper__contents__list li {
	background: #fff;
	box-shadow: 0 0 5px #ddd;
	position: relative;
}
.common__wrapper__contents__list li + li {
	margin: 1rem 0 0;
}
.common__wrapper__contents__list li a {
	display: block;
	padding: 2rem;
}
.common__wrapper__contents__list__item__heading {
	font-size: 1.2rem;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.common__wrapper__contents__list__item__heading--clamp {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.3;
	overflow: hidden;
}
.common__wrapper__contents__list__item__data {
	display: flex;
	align-items: center;
	margin: 1rem 0 0;
}
.common__wrapper__contents__list__item__data > span + span {
	margin: 0 0 0 2rem;
}
.common__wrapper__contents__list__item__data > span + span.common__wrapper__contents__list__item__data__state {
	margin: 0 0 0 1rem;
}
.common__wrapper__contents__list__item__data > span::before {
	color: #0099d9;
}
.common__wrapper__contents__list__item__data__state {
	background: #ddd;
	margin: 0;
	position: relative;
	z-index: 1;
	border-radius: 2rem;
	overflow: hidden;
	text-indent: 2rem;
	flex-grow: 1;
}
.common__wrapper__contents__list__item__data__state span {
	display: block;
	background: #0099d9;
	height: 1.5rem;
	padding: 0.25rem 0;
}
.common__wrapper__contents__list__item__data__state span strong {
	position: absolute;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 0 2px #000;
	top: 0;
	left: 0;
	font-size: 0.9rem;
	line-height: 1.5rem;
}

.common__lead__data {
	display: flex;
	margin: 2rem 0 0;
}
.common__lead__data dt {
	margin: 0 1rem 0 0; 
}
.common__lead__data dd + dt {
	margin-left: 2rem;
}


/* ------------------------------------------------------------
    パンくず部分
------------------------------------------------------------ */
.common__pankuzu {
	padding: 1rem 2rem;
}
.common__pankuzu ul {
	display: flex;
}
.common__pankuzu ul li {
	font-size: 0.8rem;
	white-space: nowrap;
}
.common__pankuzu ul li:last-of-type {
	overflow: hidden;
	text-overflow: ellipsis;
}
.common__pankuzu ul li:not(:first-of-type) {
	margin: 0 0 0 1rem;
}
.common__pankuzu ul li:not(:first-of-type)::before {
	content: '>';
	margin: 0 0.5rem 0 0;
}
.common__pankuzu ul li a {
	font-weight: bold;
}


/* ------------------------------------------------------------
    ページング部分
------------------------------------------------------------ */
.common__paging {
	margin: 4rem 0 0;
}
.common__paging__list {
	display: flex;
	justify-content: center;
}
.common__paging__list li + li {
	margin-left: 2rem;
}
.common__paging__list li a {
	display: block;
	font-weight: bold;
	line-height: 2;
}
.common__paging__list li a.active {
	background: #0099d9;
	padding: 0 0.5rem;
	color: #fff;
}


/* ------------------------------------------------------------
    フォーム部分
------------------------------------------------------------ */
.common__form {
	display: flex;
	align-items: center;
	border-top: #ddd solid 1px;
}
.common__form:last-of-type {
	border-bottom: #ddd solid 1px;	
}
.common__form dt {
	width: 30%;
	padding: 1rem;
}
.common__form dd {
	width: 70%;
	padding: 1rem;
}
.common__form dd .caution{
	margin: 0 0 1rem;
}
.common__form + .caution.form__comment {
	display: block;
	margin: 1rem 0 0;
	line-height: 1.5;
}
form dd input:not([type="radio"]) {
	width: 100%;
	padding: 1rem;
	border: #ddd solid 1px;
}
form dd select {
	width: 100%;
	padding: 1rem;
	border: #ddd solid 1px;
}
form dd textarea {
    width: 100%;
    height: 30vh;
	padding: 1rem;
	line-height: 1.5;
    border: #ddd solid 1px;
}
form dd .radiobtn {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 -20px;
}
form dd .radiobtn li {
	display: flex;
	align-items: center;
	margin: 0 20px 20px 0;
	line-height: 1.6;
}
/*form dd .radiobtn li:not(:first-of-type) {
	margin-left: 20px;
}*/
/*
form .radiobtn li {
}
form dd .radiobtn li input[type="radio"] {
	width: 16px;
	height: 16px;
	border: 2px solid #ccc;
	margin: 0 5px 0 0;
}
*/
form dd .radiobtn li input[type="radio"] {
	margin: 0 5px 0 0;
}
.submitbtn {
	display: flex;
	justify-content: center;
	margin: 2rem 0 0;
}
.submitbtn li {
	width: 25vw;
}
.submitbtn li:nth-of-type(n+2) {
	margin-left: 1rem;
}
.submitbtn li input[type="submit"],
.submitbtn li input[type="button"] {
	display: inline-block;
	background: #0099d9;
	width: 100%;
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 60px;
	border: none;
	border-radius: 30px;
}
.submitbtn li a {
	display: block;
	background: #0099d9;
	width: auto;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 60px;
	border-radius: 30px;
}
.submitbtn li input[type="submit"].green ,
.submitbtn li input[type="button"].green ,
.submitbtn li a.green {
	background: #4fd900;
}


/* ------------------------------------------------------------
    ログイン部分
------------------------------------------------------------ */
.login__formarea{
	background: #fff;
	margin: 0 0 4rem;
	padding: 4rem;
	box-shadow: 0 0 5px #ddd;
}
.login__formarea__comment {
	margin: 2rem 0 0;
	line-height: 1.5;
}
.login__formarea form {
	margin: 2rem 0 0;
}


/* ------------------------------------------------------------
    パスワード再発行、申込み部分
------------------------------------------------------------ */
.entry__formarea {
	background: #fff;
	padding: 4rem;
	box-shadow: 0 0 5px #ddd;
}
.entry__formarea__comment {
	margin: 2rem 0 0;
	line-height: 1.5;
}
.entry__formarea__comment a {
	display: inline-block;
	margin: 0 0.5rem;
	font-weight: bold;
	text-decoration: underline;
}
.entry__formarea form {
	margin: 2rem 0 0;
}
.entry__formarea .privacy {
	border: #ddd solid 1px;
	margin: 2rem 0 0;
	padding: 2rem;
}
.entry__formarea .privacy__heading {
	font-size: 1.4rem;
	font-weight: bold;
}
/*.entry__formarea .privacy__comment {
	margin: 2rem 0 0;
}
.entry__formarea .privacy__list {
	margin: 2rem 0 0;
}
.entry__formarea .privacy__list__item {
	line-height: 1.5;
}
.entry__formarea .privacy__list__item:nth-of-type(n+1) {
	margin-top: 1rem;
}*/
.entry__formarea .privacy ol {
	margin: 2rem 0 0;
	counter-reset: number 0;
}
.entry__formarea .privacy ol > li {
	padding: 0 0 0 2rem;
	line-height: 1.5;
}
.entry__formarea .privacy ol > li + li {
	margin-top: 1rem;
}
.entry__formarea .privacy ol > li::before {
	counter-increment: number 1;
	content: counter(number)'.';
	display: inline-block;
	width: 2rem;
	margin: 0 0 0 -2rem;
}
.entry__formarea .privacy ol ul {
	margin: 1rem 0 0;
	counter-reset: number 0;
}
.entry__formarea .privacy ol ul li {
	padding: 0 0 0 2rem;
	line-height: 1.5;
}
.entry__formarea .privacy ol ul li + li {
	margin-top: 1rem;
}
.entry__formarea .privacy ol ul li::before {
	counter-increment: number 1;
	content: '('counter(number)')';
	display: inline-block;
	width: 2rem;
	margin: 0 0 0 -2rem;
}

/* ------------------------------------------------------------
    科目一覧
------------------------------------------------------------ */
.course__list {
	display: flex;
	flex-wrap: wrap;
	margin: 2rem 0 0;
}
.course__list li {
	background: #fff;
	width: 49%;
	box-shadow: 0 0 5px #ddd;
	position: relative;
}
.course__list li:nth-of-type(2n) {
	margin-left: auto;
}
.course__list li:nth-of-type(n+3) {
	margin-top: 2rem;
}
.course__list li.passing::before {
	content: "";
    border-left: 10px solid transparent;
    border-top: 10px solid #0099d9;
    position: absolute;
    top: 1rem;
    left: -10px;
}
.course__list li.passing::after {
	content: '修了';
	background: #0099d9;
    line-height: 1.5rem;
    font-size: 0.8rem;
    padding: 0 2rem;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -0.5rem;
    left: -10px;
    z-index: 1;
}
.course__list li a {
	display: block;
	padding: 2rem;
}
.course__list li .full {
	padding: 2rem;
}
.course__list__heading {
	font-size: 1.2rem;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.course__list__data {
	display: flex;
	align-items: center;
	margin: 1rem 0 0;
}
.course__list__data dt {
	margin: 0 1rem 0 0;
	font-weight: bold;
}
.course__list__data dt::before {
	color: #0099d9;
}
.course__list__data dd:not(:last-of-type) {
	margin: 0 2rem 0 0;
}
.course__list__data__state {
	background: #ddd;
	margin: 0;
	position: relative;
	z-index: 1;
	border-radius: 2rem;
	overflow: hidden;
	text-indent: 2rem;
	flex-grow: 1;
}
.course__list__data__state span {
	display: block;
	background: #0099d9;
	height: 1.5rem;
	padding: 0.25rem 0;
}
.course__list__data__state span strong {
	position: absolute;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 0 2px #000;
	top: 0;
	left: 0;
	font-size: 0.9rem;
	line-height: 1.5rem;
}
.course__list li .full p {
	margin: 1rem 0 0;
	color: #f00;
	font-size: 0.8rem;
}


/* ------------------------------------------------------------
    科目
------------------------------------------------------------ */
.course__note {
	background: #fff;
	padding: 2rem;
	box-shadow: 0 0 5px #ddd;
}
.course__note__data {
	display: flex;
	align-items: center;
	margin: 2rem 0 0;
}
.course__note__data dt {
	margin: 0 1rem 0 0;
	font-weight: bold;
}
.course__note__data dt::before {
	color: #0099d9;
}
.course__note__data dd:not(:last-of-type) {
	margin: 0 2rem 0 0;
}
.course__note__data__state {
	background: #ddd;
	margin: 0;
	position: relative;
	z-index: 1;
	border-radius: 2rem;
	overflow: hidden;
	text-indent: 2rem;
	flex-grow: 1;
}
.course__note__data__state span {
	display: block;
	background: #0099d9;
	height: 1.5rem;
	padding: 0.25rem 0;
}
.course__note__data__state span strong {
	position: absolute;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 0 2px #000;
	top: 0;
	left: 0;
	font-size: 0.9rem;
	line-height: 1.5rem;
}
.course__note__data + div {
	margin: 2rem 0 0;
	text-align: right;
}
.course .readmore {
	display: inline-block;
	font-weight: bold;
}
.course .readmore::before {
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	font-size: 0.8rem;
	font-weight: 900;
	margin: 0 0.5rem 0 0;
}
.course__note__detail {
	display: none;
}
.course__note__txt {
	margin: 1rem 0 0;
	line-height: 1.5;
}
.course__note__history {
	margin: 2rem 0 0;
}
.course__note__history dl {
	display: flex;
	flex-wrap: wrap;
	margin: 1rem 0 0;
}
.course__note__history dl dt {
	width: 85%;
	padding: 1rem 0 1rem 1.5rem;
	position: relative;
}
.course__note__history dl dt:not(:first-of-type) {
	border-top: #ddd dashed 1px;
}
.course__note__history dl dt::before {
	font-family: "Font Awesome 5 Free";
	content: "\f02d";
	color: #ccc;
	font-size: 0.8rem;
	font-weight: 900;
	position: absolute;
	left: 0;
}
.course__note__history dl dd {
	width: 15%;
	padding: 1rem 0;
	text-align: right;
}
.course__note__history dl dd:not(:first-of-type) {
	border-top: #ddd dashed 1px;
}

.course__note__menu {
	margin: 2rem 0 0;
}
.course__note__menu__list {
	display: flex;
	flex-wrap: wrap;
}
.course__note__menu__list li {
	width: 48%;
}
.course__note__menu__list li:nth-of-type(2n) {
	margin-left: auto;
}
.course__note__menu__list li:nth-of-type(n+3) {
	margin-top: 0.5rem;
}
.course__note__menu__list li a {
	display: block;
	background: #0099d9;
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
	border-radius: 20px;
}
.chapter__list {
	background: #fff;
	padding: 2rem;
	box-shadow: 0 0 5px #ddd;
}
.chapter__list li + li {
	border-top: #ddd dashed 1px;
}
.chapter__list li a {
	display: block;
	padding: 1.5rem 1.5rem 1.5rem 2.5rem;
	line-height: 1.5;
	position: relative;
}
.chapter__list li a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f02d";
	display: block;
	height: 1rem;
	margin: auto;
	color: #0099d9;
	font-size: 0.8rem;
	font-weight: 900;
	line-height: 1rem;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 1rem;
}
.chapter__list li.passing {
	background: #fafafa;
	position: relative;
	z-index: 0;
}
.chapter__list li.passing::after {
	content: '済';
	width: 3rem;
	height: 3rem;
	color: #ddd;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 2.4rem;
	border: #eee solid 0.3rem;
	border-radius: 50%;
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	z-index: -1;
	box-sizing: border-box;
	rotate: 15deg;
}


/* ------------------------------------------------------------
    受講部分
------------------------------------------------------------ */
.common__wrapper__side__tab {
}
.chapter .common__wrapper__side > section {
	display: none;
}
.chapter .common__wrapper__side .common__wrapper__side__tab + section {
	display: block;
}
.common__wrapper__side__tab ul {
    display: flex;
}
.common__wrapper__side__tab ul li {
	width: 50%;
	padding: 0 1%;
}
.common__wrapper__side__tab ul li a {
    display: block;
    background: #ddd;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
}
.common__wrapper__side__tab ul li a.active {
	background: #0099d9;
}
.chapter__support {
	background: #fff;
    padding: 2rem 0 2rem 2rem;
    box-shadow: 0 0 5px #ddd;
}
.chapter__point {
	background: #fff;
    padding: 2rem 0 2rem 2rem;
    box-shadow: 0 0 5px #ddd;
}
.chapter__point__iframe {
	width: calc(100% - 2rem);
	height: 25vw;
}
.chapter__point__txt {
	padding: 0 2rem 0 0;
	overflow: auto;
}
.common__wrapper__side.wide .chapter__support {
    padding: 4rem 0 4rem 4rem;
}
.common__wrapper__side.wide .chapter__point {
    padding: 4rem 0 4rem 4rem;
}
.common__wrapper__side.wide .chapter__point__iframe {
	width: calc(100% - 4rem);
	height: calc(100vh - 40px - 4rem);
}
.common__wrapper__side.wide .chapter__point__txt {
	padding: 0 4rem 0 0;
}
.chapter__memo {
	background: #fff;
    padding: 2rem;
    box-shadow: 0 0 5px #ddd;
}
.chapter__memo .caution {
	margin: 0 0 2rem;
}
.chapter__memo form textarea {
	width: 100%;
	height: 20rem;
	padding: 0.5rem;
	line-height: 1.5;
	border: #ddd solid 1px;
}
.chapter__question {
	display: none;
	background: #fff;
    padding: 2rem;
    box-shadow: 0 0 5px #ddd;
}
.chapter__question .caution {
	margin: 0 0 2rem;
}
.chapter__question form textarea {
	width: 100%;
	height: 20rem;
	margin: 0 0 1rem;
	padding: 0.5rem;
	line-height: 1.5;
	border: #ddd solid 1px;
}
.common__wrapper__side__btn {
	margin: 2rem auto 0;
}
.common__wrapper__side__btn li {
	width: 48%;
	margin: 0 auto;
}
.common__wrapper__side__btn li input[type="submit"] {
	display: block;
	background: #0099d9;
	width: 100%;
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	line-height: 40px;
	border: none;
	border-radius: 20px;
}
.chapter .common__wrapper__contents {
	background: #fff;
	box-shadow: 0 0 5px #ddd;
}
.chapter__text {
	display: flex;
	justify-content: center;
	margin: 4rem 0 0;
}
.chapter__text li {
	width: 25vw;
}
.chapter__text li + li {
	margin-left: 1rem;
}
.chapter__text li a {
	display: block;
	background: #0099d9;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 60px;
	border-radius: 30px;
}


/* ------------------------------------------------------------
    受験部分
------------------------------------------------------------ */
.examination__question {
	background: #fff;
	padding: 4rem;
	box-shadow: 0 0 5px #ddd;
}
.examination__question__comment {
	margin: 2rem 0 0;
	line-height: 1.5;
}
.examination__question__list {
	counter-reset: question 0;
	margin: 2rem 0 0;
}
.examination__question__list dt {
	display: flex;
	align-items: center;
}
.examination__question__list dt div {
	width: calc(100% - 5rem);
	line-height: 1.5;
}
.examination__question__list dt::before {
	background: #0099d9;
	counter-increment: question 1;
	content: '問'counter(question);
	display: inline-block;
	width: 4rem;
	margin: 0 1rem 0 0;
	color: #fff;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
}
.examination__question__list dt span {
	display: block;
	margin: 1rem 0 0;
}
.examination__question__list dt span img {
	max-width: 100%;
}
.examination__question__list dd {
	margin: 1rem 0 0 5rem;
}
.examination__question__list dd + dt {
	margin: 2rem 0 0;
	padding: 2rem 0 0;
	border-top: #ddd solid 1px;
}
.examination__question__score {
	background: #f5f5f5;
	margin: 2rem 0;
	padding: 2rem;
	text-align: center;
}
.examination__question__score__heading {
	color: #f00;
	font-size: 1.4rem;
	font-weight: bold;
}
.examination__question__score p {
	margin: 2rem 0 0;
}
.examination__question__score p strong {
	display: inline-block;
	margin: 0 1rem;
	color: #f00;
	font-size: 2.4rem;
	font-weight: bold;
}
.examination__question__score .common__wrapper__contents__menu {
	margin: 2rem 0 0;
}


/* ------------------------------------------------------------
    受験履歴部分
------------------------------------------------------------ */
.examinationlist .common__wrapper__contents__list li.passing::before {
	content: "";
    border-left: 10px solid transparent;
    border-top: 10px solid #0099d9;
    position: absolute;
    top: 1rem;
    left: -10px;
}
.examinationlist .common__wrapper__contents__list li.passing::after {
	content: '合格';
	background: #0099d9;
    line-height: 1.5rem;
    font-size: 0.8rem;
    padding: 0 2rem;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -0.5rem;
    left: -10px;
    z-index: 1;
}

.examinationresult__result {
	background: #fff;
	padding: 4rem;
	box-shadow: 0 0 5px #ddd;
}
.examinationresult__result__point {
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
	margin: 2rem 0 0;
}
.examinationresult__result__point dt {
	font-size: 1.2rem;
	margin: 0 1rem 0 0;
}
.examinationresult__result__point dd strong {
	color: #0099d9;
	font-size: 2.4rem;
	font-weight: bold;
	margin: 0 0.5rem 0 0;
}
.examinationresult__table {
	counter-reset: question 0;
	margin: 2rem 0 0;
	border-bottom: #ddd solid 1px;	
}
.examinationresult__table dl {
	display: flex;
	align-items: center;
	border-top: #ddd solid 1px;
	
}
.examinationresult__table dl dt {
	width: 66%;
	padding: 1rem 1rem 1rem 5rem;
	line-height: 1.5;
	border-right: #ddd solid 1px;
	position: relative;
}
.examinationresult__table dl dt::before {
	background: #0099d9;
	counter-increment: question 1;
	content: '問'counter(question);
	display: inline-block;
	width: 4rem;
	height: 30px;
	margin: auto;
	color: #fff;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.examinationresult__table dl dd {
	width: 34%;
	padding: 1rem;
	line-height: 1.5;
}
.examinationresult__table dl dd::before {
	color: #f00;
}


/* ------------------------------------------------------------
    質問履歴部分
------------------------------------------------------------ */
.questionlist .common__wrapper__contents__list li.fin::before {
	content: "";
    border-left: 10px solid transparent;
    border-top: 10px solid #0099d9;
    position: absolute;
    top: 1rem;
    left: -10px;
}
.questionlist .common__wrapper__contents__list li.fin::after {
	content: '解決済';
	background: #0099d9;
    line-height: 1.5rem;
    font-size: 0.8rem;
    padding: 0 2rem;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -0.5rem;
    left: -10px;
    z-index: 1;
}

.question__entries {
	background: #fff;
	margin: 0 0 2rem;
	padding: 2rem;
	box-shadow: 0 0 5px #ddd;
}
.question__entries__header {
	padding: 0 0 0 75px;
	position: relative;
}
.question__entries__icon {
	display: inline-block;
	background: #0099d9;
	width: 60px;
	height: 60px;
	margin: auto;
	color: #fff;
	font-size: 2rem;
	line-height: 60px;
	text-align: center;
	border-radius: 5px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.question__entries__heading {
	padding: 0 0 1rem;
	font-size: 1rem;
	line-height: 1.3;
	border-bottom: #ddd solid 1px;
}
.question__entries__header .common__lead__data {
	margin: 1rem 0 0;
}
.question__entries__header .common__lead__data dt::before {
	color: #0099d9;
}
.question__entries__comment {
	margin: 2rem 0 0;
	line-height: 1.5;
}
.question__entries__images {
	margin: 2rem 0 0;
}
.question__formarea {
	display: none;
	background: #fff;
	margin: 2rem 0 0;
	padding: 2rem;
	box-shadow: 0 0 5px #ddd;
}
.question__formarea .caution {
	margin: 0 0 1rem;
}
.question__formarea form {
	display: flex;
	align-items: center;
}
.question__formarea__inner {
	width: 89%;
}
.question__formarea form textarea {
	width: 100%;
	height: 10rem;
	margin: 0 0 1rem;
	padding: 0.5rem;
	border: #ddd solid 1px;
	line-height: 1.5;
}
.question__formarea__btn {
	width: 9%;
	margin-left: auto;
}
.question__formarea__btn input[type="submit"] {
	background: #0099d9;
	color: #fff;
	text-align: center;
	cursor: pointer;
	width: 100%;
	font-weight: bold;
	line-height: 60px;
	display: inline-block;
	border: none;
	border-radius: 30px;
}
.question__list {
	margin: 2rem 0 0;
}
.question__list__item {
	display: flex;
	background: #fff;
	padding: 2rem;
	box-shadow: 0 0 5px #ddd;
}
.question__list__item:nth-of-type(n+2) {
	margin: 1rem 0 0;
}
.question__list__item__icon {
	background: #0099d9;
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 1rem;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
}
.question__list__item__icon.teacher {
	background: #4ade80;
}
.question__list__item__col {
	width: calc(100% - 45px);
    margin: 0 0 0 auto;
	position: relative;
}
.question__list__item__delete {
	position: absolute;
	bottom: 0;
	right: 0;
}
.question__list__item__delete::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
    font-size: 0.8rem;
    font-weight: 900;
    margin: 0 0.5rem 0 0;
}
.question__list__item__delete input {
	background: none;
	border: none;
	cursor: pointer;
}
.question__list__item__comment {
	line-height: 1.5;
}
.question__list__item__comment + figure {
	margin: 1rem 0 0;
}

/* ------------------------------------------------------------
    交流板部分
------------------------------------------------------------ */
.bbslist .common__wrapper__contents__list {
	margin: 2rem 0 0;
}
.bbslist__formarea {
	display: none;
	background: #fff;
	margin: 2rem 0 0;
	padding: 2rem;
	box-shadow: 0 0 5px #ddd;
}
.bbslist .common__wrapper__contents__list__item__delete {
	position: absolute;
	bottom: 2rem;
	right: 2rem;
}
.bbslist .common__wrapper__contents__list__item__delete::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
    font-size: 0.8rem;
    font-weight: 900;
    margin: 0 0.5rem 0 0;
}
.bbslist .common__wrapper__contents__list__item__delete input {
	background: none;
	border: none;
	cursor: pointer;
}

.bbs__entries {
	background: #fff;
	margin: 0 0 2rem;
	padding: 2rem;
	box-shadow: 0 0 5px #ddd;
}
.bbs__entries__header {
	padding: 0 0 0 75px;
	position: relative;
}
.bbs__entries__icon {
	display: inline-block;
	background: #0099d9;
	width: 60px;
	height: 60px;
	margin: auto;
	color: #fff;
	font-size: 2rem;
	line-height: 60px;
	text-align: center;
	border-radius: 5px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.bbs__entries__heading {
	padding: 0 0 1rem;
	font-size: 1rem;
	border-bottom: #ddd solid 1px;
}
.bbs__entries__header .common__lead__data {
	margin: 1rem 0 0;
}
.bbs__entries__header .common__lead__data dt::before {
	color: #0099d9;
}
.bbs__entries__comment {
	margin: 2rem 0 0;
	line-height: 1.5;
}
.bbs__formarea {
	display: none;
	background: #fff;
	margin: 2rem 0 0;
	padding: 2rem;
	box-shadow: 0 0 5px #ddd;
}
.bbs__formarea .caution {
	margin: 0 0 1rem;
}
.bbs__formarea form {
	display: flex;
	align-items: center;
}
.bbs__formarea form textarea {
	width: 89%;
	height: 10rem;
	padding: 0.5rem;
	border: #ddd solid 1px;
	line-height: 1.5;
}
.bbs__formarea__btn {
	width: 9%;
	margin-left: auto;
}
.bbs__formarea__btn input[type="submit"] {
	background: #0099d9;
	color: #fff;
	text-align: center;
	cursor: pointer;
	width: 100%;
	font-weight: bold;
	line-height: 60px;
	display: inline-block;
	border: none;
	border-radius: 30px;
}
.bbs__list__item {
	margin: 2rem 0 0;
}
.bbs__list__item {
	display: flex;
	background: #fff;
	padding: 2rem;
	box-shadow: 0 0 5px #ddd;
}
.bbs__list__item:nth-of-type(n+2) {
	margin: 1rem 0 0;
}
.bbs__list__item__icon {
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 1rem;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
}
.bbs__list__item__col {
	width: calc(100% - 45px);
    margin: 0 0 0 auto;
	position: relative;
}
.bbs__list__item__delete {
	position: absolute;
	bottom: 0;
	right: 0;
}
.bbs__list__item__delete::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
    font-size: 0.8rem;
    font-weight: 900;
    margin: 0 0.5rem 0 0;
}
.bbs__list__item__delete input {
	background: none;
	border: none;
	cursor: pointer;
}
.bbs__list__item__comment {
	line-height: 1.5;
}


/* ------------------------------------------------------------
    認定証申請部分
------------------------------------------------------------ */
.request__block{
	background: #fff;
	padding: 4rem;
	box-shadow: 0 0 5px #ddd;
}
.request__block__comment {
	line-height: 1.5;
	margin: 2rem 0 0;
}
.request__block form {
	margin: 2rem 0 0;
}
.request__order {
	margin: 2rem 0 0;
}
.request__order ul {
	margin: 1rem 0 0;
}
.request__order ul li {
	padding: 1rem 0;
	border-bottom: #ddd dashed 1px;
}


/* ------------------------------------------------------------
    プロフィール部分
------------------------------------------------------------ */
.profile__block {
	background: #fff;
	padding: 4rem;
	box-shadow: 0 0 5px #ddd;
}
.common__wrapper__contents__menu + .profile__block {
	margin-top: 2rem;
}
.profile__block__comment {
	line-height: 1.5;
	margin: 2rem 0 0;
}
.profile__block__comment + .common__form {
	margin: 2rem 0 0;
}
.profile__block form {
	margin-top: 2rem;
}


/* ------------------------------------------------------------
    講座一覧部分
------------------------------------------------------------ */
.products__category {
	display: none;
}
.products__category ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 2rem;
}
.products__category ul li {
	margin: 0.5rem;
}
.products__category ul li a {
	display: block;
	background: #ddd;
	padding: 0.5rem 2rem;
	border-radius: 1rem;
}
.products__list__list {
	display: flex;
	flex-wrap: wrap;
}
.products__list__list__item {
	/*background: #fff;*/
	width: 32%;
	position: relative;
	/*box-shadow: 0 0 5px #ddd;*/
}
.products__list__list__item:not(:nth-of-type(3n)) {
	margin-right: 2%;
}
.products__list__list__item:nth-of-type(n+4) {
	margin-top: 2rem;
}
.products__list__list__item__eyecatch {
	height: calc(32vw * 9 / 16);
	border-radius: 1rem;
	overflow: hidden;
}
.products__list__list__item__eyecatch img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.products__list__list__item__inner {
	padding: 2rem 0 calc(60px + 2rem);
}
.products__list__list__item__hedding {
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0 0 1rem;
}
.products__list__list__item__comment {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0 0 1rem;
	color: #666;
	line-height: 1.5;
}
.products__list__list__item__school {
	background: #0099d9;
	min-width: 10vw;
	line-height: 25px;
	font-size: 0.8rem;
	padding: 0 15px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 2rem;
	left: -10px;
	z-index: 1;
}
.products__list__list__item__school::before {
	content: "";
	border-left: 10px solid transparent;
	border-top: 10px solid #0099d9;
	position: absolute;
	top: 25px;
	left: 0;
}
.products__list__list__item__date {
	display: flex;
	flex-wrap: wrap;
	border-top: #999 solid 1px;
	border-bottom: #999 solid 1px;
}
.products__list__list__item__date dt {
	width: 25%;
	padding: 1rem 0;
	font-weight: bold;
}
.products__list__list__item__date dt::before {
	color: #0099d9;
}
.products__list__list__item__date dd {
	width: 25%;
	padding: 1rem;
	text-align: right;
}
.products__list__list__item__btn {
	display: flex;
	justify-content: center;
    width: calc(100% - 4rem);
	position: absolute;
    bottom: 2rem;
}
.products__list__list__item__btn li {
	width: 48%;
}
.products__list__list__item__btn li:not(:first-of-type) {
	margin-left: auto;
}
.products__list__list__item__btn li a {
	display: block;
	background: #0099d9;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 40px;
	border-radius: 20px;
}
.products__list__list__item__btn li + li a {
	background: #4fd900;
}


/* ------------------------------------------------------------
    講座詳細部分
------------------------------------------------------------ */
.products__detail__image {
	width: 600px;
	margin: 0 auto;
	overflow: hidden;
}
.products__detail__image ul {
	display: flex;
}
.products__detail__image ul li {
	width: 600px;
	text-align: center;
}
.products__detail__image ul li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-fit: cover;
	box-shadow: 0 0 5px #ddd;
}
.products__detail__image nav ol {
	display: flex;
	justify-content: center;
	margin: 2rem auto 0;
}
.products__detail__image nav ol li {
	width: 1rem;
}
.products__detail__image nav ol li + li {
	margin-left: 1rem;
}
.products__detail__image nav ol li a {
	display: block;
	background: #ccc;
	height: 1rem;
	border-radius: 50%;
}
.products__detail__image nav ol li a.active {
	background: #333;
}
.products__detail__comment {
	margin: 2rem auto 0;
	line-height: 1.5;
}
.products__detail__guide {
	background: #fff;
	margin: 4rem 0 0;
	padding: 4rem;
	box-shadow: 0 0 5px #ddd;
}
.products__detail__guide__table {
	display: flex;
	flex-wrap: wrap;
	margin: 4rem auto 0;
	border-bottom: #ddd solid 1px;
}
.products__detail__guide__table dl {
	display: flex;
	align-items: center;
	width: 49%;
	border-top: #ddd solid 1px;
}
.products__detail__guide__table dl.wide {
	width: 100%;
}
/*.products__detail__guide__table dl:not(.wide):nth-of-type(2n) {
	margin-left: auto;
}
*/
.products__detail__guide__table dl.wide + dl +dl {
	margin-left: auto;
}
.products__detail__guide__table dl dt {
	width: 200px;
	padding: 1rem;
	font-weight: bold;
}
.products__detail__guide__table dl dt::before {
	color: #0099d9;
}
.products__detail__guide__table dl dd {
	width: calc(100% - 200px);
	padding: 1rem;
}
.products__detail__guide__table dl dd ul li::before {
	content: "・";
}
.products__detail__guide__table dl dd ul li + li {
	margin-top: 0.5rem;
}

.news {
	display: flex;
	align-items: center;
	background: #f33;
	padding: 1rem 2rem;
	color: #fff;
}
.news__heading {
	font-size: 0.8rem;
}
.news ul {
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: #fff solid 1px;
}
.news ul li a {
	display: flex;
	align-items: center;
}
.news ul li a * {
	color: #fff;
	font-weight: bold;
}
.news ul li a time {
	display: inline-block;
	margin-right: 0.5rem;
	font-size: 0.8rem;
}
.news__comment {
	display: none;
	margin: 1rem 0 0;
	line-height: 1.6;
}

/* 利用規約 */
.agreement {
	background: #fff;
	padding: 4rem;
	box-shadow: 0 0 5px #ddd;
}
.agreement__lead {
	margin: 2rem 0 0;
	line-height: 1.5;
}
.agreement__lead + .agreement__lead {
	margin-top: 1rem;
}
.agreement__heading {
	margin: 2rem 0 0;
	font-size: 1.4rem;
	font-weight: bold;
}
.agreement__heading + p {
	margin: 1rem 0 0;
	line-height: 1.5;
}
.agreement__list {
	margin: 1rem 0 0;
	counter-reset: number 0;
}
.agreement__list > li {
	padding: 0 0 0 2rem;
	line-height: 1.5;
}
.agreement__list > li + li {
	margin-top: 1rem;
}
.agreement__list > li::before {
	counter-increment: number 1;
	content: counter(number)'.';
	display: inline-block;
	width: 2rem;
	margin: 0 0 0 -2rem;
}
.agreement__list li ul {
	margin: 1rem 0 0;
	counter-reset: number 0;
}
.agreement__list ul li {
	padding: 0 0 0 2rem;
	line-height: 1.5;
}
.agreement__list ul li + li {
	margin-top: 1rem;
}
.agreement__list ul li::before {
	counter-increment: number 1;
	content: '('counter(number)')';
	display: inline-block;
	width: 2rem;
	margin: 0 0 0 -2rem;
}
.agreement__list + p {
	margin: 1rem 0 0;
	line-height: 1.5;
}
.agreement__createdate {
	margin: 4rem 0 0;
	text-align: right;
}