/* ---------------------------------------------------------

 Service: MARC
 Last Update: 2020-06-12

--------------------------------------------------------- */

/* =========================================================
  1:Base Template Overlap
========================================================= */

/* ---------------------------------------------------------
  INDEX
  1-1:Header
  1-2:Footer
  1-3:Container
  1-4:General Add Style
--------------------------------------------------------- */

/* ---------------------------------------------------------
  1-1:Header & Global Navi
--------------------------------------------------------- */

.header { padding: 30px 0 20px !important; }
.header .container { position: relative; }
.header .d-flex { align-content: center; }
.header .logo { padding-top: 0; }
.btn-account{cursor:pointer;}
.btn-account .txt_user-name_01 {
	margin-left: 10px;
	display: inline-block;
}
.btn-account .txt_user-name_02 {
	margin: 0 10px 0 5px;
	display: inline-block;
}
.btn-account .txt_user-name_02::after {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding: 3px 2px 0;
	margin: 0 0 0 10px;
}
.btn-account .txt_user-name_02.active::after { content: "\f077"; } /*\f077*/
.btn-account img,
.seminar-progress-header img {
  width: 40px;
}
.seminar-progress-header.heading-wrap a {
  font-size: 18px;
  font-weight: initial;
  color: #000;
  padding-bottom: 0.75rem;

  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.header-navi {
	margin-right: -20px;
	position: absolute;
	top: 40px;
	right: 12px;
	background: #FFF;
	border: 1px solid #B12427;
	padding: 20px 30px;
	z-index: 2000;
	display: none;
}
.header-navi ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.header-navi ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.header-navi ul li { margin-top: 10px; }
.header-navi ul li:first-child { margin-top: 0; }
.header-navi ul li a { color: #373737; }
.header-navi:before {
	content: "";
	position: absolute;
	top: -28px;
	left: 76.5%;
	border: 12px solid transparent;
	border-bottom: 17px solid #B12427;
	z-index: 2;
}
.header-navi:after {
	content: "";
	position: absolute;
	top: -24px;
	left: 77%;
	border: 11px solid transparent;
	border-bottom: 14px solid #FFF;
	z-index: 3;
}
.c-border--none { border: none !important; }
.header-navi ul li:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 4px;
	margin-left: 4px;
	border: transparent solid 5px;
	border-left-color: #B12427;
	vertical-align: middle;
}
.nav { align-items: center; }
.nav .nav-item--text {
	padding: 0px 32px;
	text-align: center;
	align-items: center;
	min-height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#navigation .nav a { text-decoration: none !important; }
#navigation .nav .nav-item.active .nav-item--text,
#navigation .nav .nav-item:hover .nav-item--text {
	background: #6A2B2C !important;
	color: #FFF !important;
	text-decoration: none !important;
}
.header .yappli-notification-btn {
  display: none;
}
.header .seminar-progress-header {
  display: none;
}

@media screen and (max-width:767px) {

	.header { padding: 0px 0 0px !important; }
  .header .logo {
    display: none !important;
  }

  .header .seminar-progress-header {
    display: flex;
    align-items: center;
    height: 100%;
    margin-bottom: 24px;
  }

  .header .seminar-progress-header h2 {
    padding: 0;
    margin: 0;
  }

	.header-nav--mobile {
		padding-top: 0 !important;
		background: #B12427;
	}
	.header-nav--mobile-inner {
		background: #FFF;
		margin: 10px;
		border-radius: 4px;
	}
	.header-nav--mobile-inner p {
		margin: 0;
		padding: 0;
	}
	.header-nav.header-nav--mobile .header-nav__item {
		color: #373737;
		border-bottom: 1px solid #B12427;
	}
	.header-nav.header-nav--mobile .header-nav__item .btn-account .txt_user-name_02 { cursor: default; }
	.header-nav.header-nav--mobile .header-nav__item .btn-account .txt_user-name_02::after { content: ""; }

	.header-nav.header-nav--mobile .header-nav__item a{color:#373737;}
	#navigation .nav .nav-item a,
	#navigation.opened .nav .nav-item a { padding: 16px 24px; }
	#navigation .nav { align-items: normal; display:block;}
	#navigation .nav .nav-item--text {
		min-height: auto;
		display: block;
		text-align: left;
	}
	.btn-account{pointer-events: none;}
  .header .yappli-notification-btn {
    position: absolute;
    top: 0;
    right: 69px;
    height: 61px;
    width: 20px;
    display: flex;
  }

  .yappli-notification-btn img {
    width: 100%;
  }
}
/* ---------------------------------------------
  1-2:Footer
 --------------------------------------------- */

#copy-right {
	height: 55px;
	background: #B12426;
	color: #FFF;
	text-align: center;
	margin-top: auto;
}
.copy-right-box { background: #FFF; }
.copy-right-content { color: #FFF; }
.copy-right-nav__item:not(:first-child) { margin-left: 25px; }
.copy-right-nav__item a { color: #FFF; }
.copy-right-nav__item::after {
	content: '|';
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 0px;
	margin-left: 25px;
	vertical-align: top;
}
.copy-right-nav__item:last-child::after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 0px;
	margin-left: 25px;
	vertical-align: top;
}
.flex-footer {
	display: flex;
	align-items: center;
}
.flex-footer .copy-right-nav {
	justify-content: flex-start;
	margin-right: auto;
}
.scroll-top {
	position: inherit;
	margin-right: 10px;
}
.scroll-top .button--scroll-top {
	margin-bottom: 0;
	background: #FFF;
	color: #000;
}
.scroll-top .button--scroll-top .fa-caret-up {
	font-size: 22px;
	color: #B12427;
}
.scroll-top .button--scroll-top span { margin-left: 10px; }
#copy-right-box {
	background: #FFF;
	padding: 10px 0;
}
#copy-right-box address { font-size: 12px; }
@media screen and (max-width:767px) {
	#copy-right {
		height: auto;
		overflow: hidden;
		padding: 5px 0 15px;
	}
	.flex-footer { display: block; }
	.flex-footer .copy-right-nav { padding: 10px 10px 20px; justify-content:center;}
	.scroll-top .button--scroll-top {
		position: inherit;
		margin: 0 auto;
	}
	#copy-right-box address{text-align:center; margin-bottom:0;}
}
/* ---------------------------------------------
  1-3:Container
 --------------------------------------------- */

#container {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
/* ---------------------------------------------
  1-4:General Add Style
 --------------------------------------------- */

.c-btn--shadow { box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.3); }
.pc-br { display: block; }
.mb-br { display: none; }
@media screen and (max-width: 767px) {
	.pc-br { display: none; }
	.mb-br { display: block; }
}
/* =========================================================
  2:Login & Account Register
========================================================= */

/* ---------------------------------------------------------
  INDEX
  2-1:Login
  2-2:Account Register Common
  2-3:Account Register STEP (1/4)
  2-4:Account Register STEP (2/4)
  2-5:Account Register STEP (3/4)
  2-6:Account Register STEP (4/4)
--------------------------------------------------------- */

/* ---------------------------------------------------------
  2-1:Login
--------------------------------------------------------- */

.txt--password { margin: 10px 0 0 10px; }
.txt--password:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 4px;
	margin-left: 4px;
	border: transparent solid 5px;
	border-left-color: #B12427;
	vertical-align: middle;
}
/* ---------------------------------------------------------
  2-2:Account Register Common
--------------------------------------------------------- */

.update-information-bg { background: #FFF; } /* body color */
/* STEP BAR */
.update-information-bg .step-bar {
	clear: both;
	margin: 0 auto;
	padding: 40px 0 50px;
	margin: 0 0 50px;
}
.update-information-bg .step-bar .timeline {
	width: 820px;
	margin: 20px auto;
	padding: 0;
	border-top: 2px solid #B12426;
	list-style: none;
}
@media screen and (max-width: 767px) {
	.update-information-bg .step-bar .timeline { width: 100%; }
}
.update-information-bg .step-bar .timeline__step {
	float: left;
	width: 33.333%;
	padding-top: 30px;
	position: relative;
}
.update-information-bg .step-bar .timeline__step:first-of-type:before,
.update-information-bg .step-bar .timeline__step:last-of-type:before {
	content: "";
	width: 50%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: -2px;
	left: 0;
}
.update-information-bg .step-bar .timeline__step:last-of-type:before { left: 50%; }
.update-information-bg .step-bar .timeline__step:hover .timeline__step-label {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	height: auto;
	padding: 5px 10px;
	font-size: 12px;
	border-width: 1px;
	bottom: 100%;
}
.update-information-bg .step-bar .timeline__step:hover .timeline__step-label:before,
.update-information-bg .step-bar .timeline__step:hover .timeline__step-label:after { display: block; }
.update-information-bg .step-bar .timeline__step-label {
	opacity: 0;
	height: 0;
	padding: 0;
	font-size: 0;
	border-width: 0;
	-webkit-transform: rotate(30deg);
	width: 110px;
	margin: 0 0 45px -55px;
	border-style: solid;
	border-color: #B12426;
	background: #fff;
	font-weight: normal;
	position: absolute;
	left: 50%;
	bottom: 0;
	transition: bottom 0.1s ease-in-out, opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
.update-information-bg .step-bar .timeline__step-label:before,
.timeline__step-label:after {
	display: none;
	content: "";
	width: 0;
	height: 0;
	border: solid transparent;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 50%;
}
.update-information-bg .step-bar .timeline__step-label:before {
	border-top-color: #B12426;
	border-width: 8px;
	margin-left: -8px;
}
.update-information-bg .step-bar .timeline__step-label:after {
	border-top-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}
.update-information-bg .step-bar .timeline__step-content {
	display: block;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.update-information-bg .step-bar .timeline__step-title {
	display: block;
	width: 100%;
	padding: 50px 0 0;
	font-size: 14px;
	color: #707070;
	text-align: center;
	position: absolute;
	top: 0;
}
.update-information-bg .step-bar .timeline__step-marker {
	width: 60px;
	height: 60px;
	margin-left: -25px;
	background: #fff;
	border: 2px solid #707070;
	border-radius: 50%;
	box-shadow: 0 0 0 10px #fff;
	text-align: center;
	line-height: 50px;
	color: #707070;
	font-size: 20px;
	font-style: normal;
	position: absolute;
	top: -28px;
	left: 50%;
}
.update-information-bg .step-bar .done .timeline__step-marker {
	background: #B12426;
	border: 2px solid #B12426;
	color: #fff;
}
.update-information-bg .step-bar .timeline__step-marker.step-complete {
	background: #9B9B9B;
	border: 2px solid #9B9B9B;
	color: #FFF;
}
.update-information-bg .step-bar .timeline__step-radio { display: none; }
.update-information-bg .step-bar .timeline--summary {
	width: 200px;
	border-width: 2px;
}
.update-information-bg .step-bar .timeline--summary .timeline__step-label { margin-bottom: 19px; }
.update-information-bg .step-bar .timeline--summary .timeline__step-title {
	padding: 10px 0 0;
	font-weight: bold;
}
.update-information-bg .step-bar .timeline--summary .timeline__step-marker {
	width: 12px;
	height: 12px;
	margin-left: -6pxs;
	border-width: 2px;
	text-indent: -999em;
	box-shadow: 0 0 0 3px #fff;
	top: -7px;
}
.desc-txt {
	padding: 10px 20px;
	margin: 0 0 20px;
}
.btn-wrap {
	width: 240px;
	margin: 70px auto 70px;
}
.btn-wrap.first-step {margin: 70px auto 40px;}
.btn-wrap-2,
.btn-wrap-3 {
	width: 360px;
	margin: 70px auto;
}
@media screen and (max-width: 767px) {
	.update-information-bg .step-bar .timeline__step-marker { line-height: 52px; }
	.btn-wrap,
	.btn-wrap-2 {
		width: 75%;
		margin: 50px auto;
	}
	.btn-wrap-3 {
		width: 90%;
		margin: 70px auto;
	}
}
/* ---------------------------------------------------------
  2-3:Account Register STEP (1/4)
--------------------------------------------------------- */

.update-information-bg .welcome-box {
	text-align: center;
	margin: 0 0 40px;
}
.update-information-bg .welcome-box h2 {
	font-size: 30px;
	margin-bottom: 30px;
}
.update-information-bg .welcome-box p { font-size: 16px; }
@media screen and (max-width: 767px) {
	.update-information-bg .welcome-box { margin: 30px 0 40px; }
}
/* ---------------------------------------------------------
  2-4:Account Register STEP (2/4)
--------------------------------------------------------- */

.update-information-bg .flex-box {
	display: flex;
	align-items: center;
}
.update-information-bg .flex-post-box {
	display: flex;
	align-items: center;
}
.update-information-bg .flex-post-box div:nth-child(2n) {
	margin: 0 14px;
	font-size: 14px;
}
.update-information-bg .one-box input {
	padding: 0 10px;
	width: 643px;
	height: 36px;
	border-radius: 3px;
	border: 1px solid #707070;
	margin: 0;
}
.update-information-bg .one-box input.postcode { width: 100px; }
.update-information-bg .two-box input {
	padding: 0 10px;
	width: 272px;
	height: 36px;
	border-radius: 3px;
	border: 1px solid #707070;
	margin: 0 25px 0 20px;
}
.update-information-bg .five-box input {
	padding: 0 10px;
	width: 80px;
	height: 36px;
	border-radius: 3px;
	border: 1px solid #707070;
	margin: 0;
}
.update-information-bg input::placeholder {
	color:#CCC;
}
.update-information-bg .password-box ul li {
	font-size: 12px;
	margin: 0 0 5px
}
@media screen and (max-width: 767px) {
	.update-information-bg .flex-box { display: block; }
	.update-information-bg .one-box input { width: 100%; }
	.update-information-bg .two-box input {
		width: 87%;
		margin: 0 0 10px 20px;
	}
	.update-information-bg .five-box input {
		padding: 0 10px;
		width: 80px;
		height: 36px;
		border-radius: 3px;
		border: 1px solid #707070;
		margin: 0;
	}
}
.update-information-bg .alert-txt {
	border: 1px solid #B12426;
	margin: 0 20px 30px;
	padding: 5px 15px;
	color: #B12426;
	font-size: 12px;
}
.update-information-bg .mb10 {
	margin-bottom: 10px !important;
}
/* Table */
.update-information-bg .tbl-register {
	width: 912px;
	margin: 20px auto;
	border: solid 1px #EAEAEA;
}
.update-information-bg .tbl-register th {
	width: 220px;
	background: #FAFAFA;
	border: solid 1px #EAEAEA;
	color: #373737;
	padding: 10px;
	font-weight: normal;
	vertical-align: top;
}
.update-information-bg .tbl-register td {
	width: 692px;
	border: solid 1px #EAEAEA;
	padding: 10px;
	background: #FFF;
}
.update-information-bg .tbl-register td p {
	font-size: 12px;
	margin: 5px 0 0 0;
}
.update-information-bg .tbl-register th span {
	background: #707070;
	font-size: 12px;
	color: #FFF;
	padding: 1px 8px;
	display: inline-block;
	margin-right: 10px;
}
.update-information-bg .tbl-register th span.c-req { background: #B12426; }
.update-information-bg .tbl-register td .c-text-col-red { color: #B12426; }
/* Parts Select */
.update-information-bg .cp_ipselect {
	overflow: hidden;
	text-align: center;
}
.update-information-bg .cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.update-information-bg .cp_ipselect select::-ms-expand {
	display: none;
}
.update-information-bg .cp_ipselect.cp_sl01 {
	width: 304px;
	position: relative;
	border: 1px solid #707070;
	border-radius: 2px;
	background: #ffffff;
}
.update-information-bg .cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 42%;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.update-information-bg .cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}
@media screen and (max-width: 767px) {
	.update-information-bg .tbl-register { width: 90%; }
	.update-information-bg .tbl-register th,
	.update-information-bg .tbl-register td {
		border-bottom: none;
		display: block;
		width: 100%;
	}
	.update-information-bg .last td:last-child {
		border-bottom: solid 1px #ccc;
		width: 100%;
	}
	.update-information-bg .cp_ipselect.cp_sl01 { width: 100%; }
}
/* Parts Checkbox */
.c-checkbox__label,
.c-radio__label {
	position: relative;
	display: -webkit-inline-box;
	display: inline-flex;
	color: #373737;
	font-size: .875rem;
	vertical-align: middle;
	cursor: pointer;
}
.c-checkbox__label:hover,
.c-radio__label:hover { text-decoration: underline; }
.c-checkbox__label::before,
.c-radio__label::before {
	content: '';
	display: inline-block;
	position: relative;
	-webkit-box-flex: 0;
	flex: 0 0 1.375rem;
	width: 1.375rem;
	height: 1.375rem;
	border: 1px solid #666;
	background-color: #fff;
	vertical-align: middle;
}
.c-checkbox input[type='checkbox'] {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}
.c-checkbox input[type='checkbox'] + .c-checkbox__label::before {
	margin-top: -.125rem;
	border-radius: .125rem;
	margin-right: .5rem;
	vertical-align: top;
	-webkit-transition: border-color .3s ease-out;
	transition: border-color .3s ease-out;
}
.c-checkbox input[type='checkbox'] + .c-checkbox__label::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-flex: 0;
	flex: none;
	width: 1.375rem;
	height: 1.375rem;
	margin-top: -.125rem;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2212%22%20viewBox%3D%220%200%2016%2012%22%3E%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.818%2011.998L0%206.074l1.6-1.63%204.218%204.3L14.4-.002%2016%201.63z%22%20shape-rendering%3D%22auto%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
	background-size: 1rem .75rem;
	opacity: 0;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}
.c-checkbox input[type='checkbox']:checked + .c-checkbox__label::before {
	border-color: #B12426;
	background-color: #B12426;
}
.c-checkbox input[type='checkbox']:checked + .c-checkbox__label::after { opacity: 1; }
.c-checkbox input[type='checkbox']:active + .c-checkbox__label::before { border-color: #B12426; }
.c-checkbox input[type='checkbox']:focus + .c-checkbox__label::before { box-shadow: 0 0 0 2px rgba(143, 143, 143, .4); }
.c-checkbox input[type='checkbox']:disabled + .c-checkbox__label {
	color: #8f8f8f;
	cursor: not-allowed;
}
.c-checkbox input[type='checkbox']:disabled + .c-checkbox__label:hover { text-decoration: none; }
.c-checkbox input[type='checkbox']:disabled + .c-checkbox__label::before {
	border-color: #bebebe;
	background-color: #f3f3f3;
}
.c-checkbox input[type='checkbox']:disabled:checked + .c-checkbox__label::before { background-color: #bebebe; }
.c-checkbox input[type='checkbox']:disabled:checked + .c-checkbox__label::after {
	background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2212%22%20viewBox%3D%220%200%2016%2012%22%3E%20%3Cpath%20fill%3D%22%23f3f3f3%22%20d%3D%22M5.818%2011.998L0%206.074l1.6-1.63%204.218%204.3L14.4-.002%2016%201.63z%22%20shape-rendering%3D%22auto%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
	background-size: 1rem .75rem;
	opacity: 1;
}
/* ---------------------------------------------------------
  2-5:Account Register STEP (3/4)
--------------------------------------------------------- */

.update-information-bg .password-box {
	width: 430px;
	margin: 40px auto 0;
}
.update-information-bg .password-box input {
	padding: 0 10px;
	width: 430px;
	height: 36px;
	border-radius: 3px;
	border: 1px solid #707070;
	margin: 0 0 25px;
}
.update-information-bg .password-box ul { padding: 0 0 0 12px; }
@media screen and (max-width: 767px) {
	.update-information-bg .password-box { width: 100%; }
	.update-information-bg .password-box input {
		width: 90%;
		margin: 0 5% 25px;
	}
	.update-information-bg .password-box ul { padding: 0 24px; }
}
/* ---------------------------------------------------------
  2-6:Account Register STEP (4/4)
--------------------------------------------------------- */

.update-information-bg .social-connect-box {
	width: 620px;
	margin: 80px auto 40px;
	align-items: flex-start;
	justify-content: start;
}
.update-information-bg .social-connect-box .social-connect-box-1 {
	margin-right: auto;
	display: flex;
	align-items: center;
	justify-content: start;
}
.update-information-bg .social-connect-box .social-connect-box-1 .social-connect-box-1-2 { margin-left: 20px; }
.update-information-bg .social-connect-box .social-connect-box-2 {
	width: 220px;
	padding-top: 10px;
}
.update-information-bg .social-connect-box .social-connect-box-2 a,
.update-information-bg .btn-wrap a,
.update-information-bg .btn-wrap-2 a,
.update-information-bg .btn-wrap-3 a { font-size: 14px; }
.update-information-bg .social-connect-box .social-connect-box-2 a { padding: 12px 0; }
@media screen and (max-width: 767px) {
	.update-information-bg .social-connect-box {
		width: 80%;
		margin: 40px auto 20px;
		padding: 0 10%;
	}
	.update-information-bg .social-connect-box .social-connect-box-2 { padding-top: 20px; }
}
/* =========================================================
  3:Home & User Info Edit
========================================================= */

/* ---------------------------------------------------------
  INDEX
  3-1:HOME
  3-2:User Info Edit
--------------------------------------------------------- */

/* ---------------------------------------------------------
  3-1:HOME
--------------------------------------------------------- */

/* Slider */
.slick-dots li.slick-active button::before {
	opacity: .75;
	color: #B12427;
	box-shadow: black;
}
.slick-dots li button::before {
	font-size: 40px;
	line-height: 20px;
	width: 20px;
	height: 20px;
}
.slick-dots { bottom: -30px; }
.slick-dotted.slick-slider { margin-bottom: 50px; }
.slider {
	width: 100%;
	margin: 0 auto 10px;
}
.slider img { width: 100%; }
.slider .slick-slide:not(.slick-center) {
	transition: 0.2s linear;
	-webkit-filter: grayscale(90%);
	-moz-filter: grayscale(90%);
	-o-filter: grayscale(90%);
	-ms-filter: grayscale(90%);
	filter: grayscale(90%);
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 5px;
	cursor: pointer; /* color: transparent; */
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button::before {
	width: 10px;
	height: 10px;/* box-shadow: 1px 1px 1px 1px black; */
}
.slick-dots li button::before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	content: '';
	text-align: center;
	opacity: .25; /* color: black; */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 10px;
	box-shadow: none;
	background: #CCC;
}
.slick-dots li.slick-active button::before {
	box-shadow: 1px 1px 1px 1px #B12427;
	background: #B12427;
	width: 8px;
	height: 8px;
}
@media screen and (max-width: 767px) {
	/*.slider img { height: 30vh; }*/
}
/* Birthday Top */
.birthday-wrap {
	display: flex;
	margin: 20px 0;
	background: #FFDA83;
	align-items: center;
	border-radius: 4px;
}
.birthday-wrap .birthday-col-1 {
	background: #FFF;
	width: 560px;
	padding: 20px;
	display: flex;
	align-items: center;
}
.birthday-wrap .birthday-col-1 .birthday-col-1-1 { }
.birthday-wrap .birthday-col-1 .birthday-col-1-2 { margin-left: 30px; }
.birthday-wrap .birthday-col-1 .birthday-col-1-2 dl dt {
	font-size: 16px;
	font-weight: normal;
}
.birthday-wrap .birthday-col-1 .birthday-col-1-2 dl dd { font-size: 12px; }
.birthday-wrap .birthday-col-2 { padding: 20px; }
.birthday-wrap .birthday-col-2 dl { margin-bottom: 0; }
.birthday-wrap .birthday-col-2 dl dt,
.birthday-wrap .birthday-col-2 dl dd {
	font-size: 14px;
	font-weight: normal;
}
@media screen and (max-width:767px) {
	.birthday-wrap { overflow: hidden; }
	.birthday-wrap,
	.birthday-wrap .birthday-col-1 { display: block; }
	.birthday-wrap .birthday-col-1 {
		width: 100%;
		padding: 10px;
	}
	.birthday-wrap .birthday-col-1 .birthday-col-1-1 { float: left; }
	.birthday-wrap .birthday-col-1 .birthday-col-1-2 dl dt { padding: 20px 0 0 60px; }
	.birthday-wrap .birthday-col-1 .birthday-col-1-2 dl dd {
		clear: left;
		margin: 20px 0 0 -20px;
	}
}

/* Button go to seminar block */
.btn-to-block-upcoming-seminar {
  color: #b12427;
  text-align: center;
  margin-bottom: 50px;
}
.btn-to-block-upcoming-seminar p {
  font-size: 13px;
}
.btn-to-block-upcoming-seminar button {
  background-color: #b12427;
  color: #fff;
  border-radius: 50em;
  border: 1px solid #b12427;
  font-size: 12px;
  font-weight: bold;

  position: relative;
  padding: 1px 43px;
  height: 34px;
  cursor: pointer;
}
.btn-to-block-upcoming-seminar button svg {
  position: absolute;
  right: 4px;
  top: 1px;
  height: calc(100% - 2px);
}
.btn-to-block-upcoming-seminar button svg path {
  fill: #fff;
}

/* Birthday Bottom */
.birthday-wrap .birthday-col-3 {
	background: #FFF;
	padding: 20px;
	display: flex;
	align-items: flex-start;
	justify-content: start;
	margin-right: auto;
}
.birthday-wrap .birthday-col-3 .birthday-col-3-2 { margin-left: 15px; }
.birthday-wrap .birthday-col-3 .birthday-col-3-2 dl dt {
	font-size: 16px;
	font-weight: normal;
}
.birthday-wrap .birthday-col-3 .birthday-col-3-2 dl dd { font-size: 12px; }
.birthday-wrap .birthday-col-4 { padding: 20px 20px 0 0; }
.birthday-wrap .birthday-col-4 dl { margin-bottom: 0; }
.birthday-wrap .birthday-col-4 dl dt,
.birthday-wrap .birthday-col-4 dl dd {
	font-size: 14px;
	font-weight: normal;
}
.birthday-wrap .birthday-col-4 .btn-action a {
	width: 218px;
	padding: 10px 0;
	background: #F3F3F3;
	color: #373737;
	box-shadow: 1px 1px 1px 1px black;
}
.birthday-wrap .birthday-col-4 .btn-action a span {
	font-size: 12px;
	background: #F3F3F3;
	color: #373737;
}
.button--gray { box-shadow: 1px 1px 1px 1px #CCCCCC !important; }
@media screen and (max-width:480px) {
	.button--gray { margin: 0 auto; }
	.birthday-wrap .birthday-col-4 .btn-action { padding-bottom: 20px; }
}
/* Social Plugin */
.social-plugin-box {
	margin-bottom: 30px;
	height: 400px;
	display: flex;
}
.social-plugin-box-01,
.social-plugin-box-02 { width: 458px; }
.social-plugin-box-01 {
	margin-right: 0;
	align-items: flex-start;
	justify-content: start;
	margin-right: auto;
	margin-top: -10px;
}
@media screen and (max-width:767px) {
	.social-plugin-box {
		height: auto;
		display: block;
	}
	.social-plugin-box-01,
	.social-plugin-box-02 { width: 100%; }
	.banner-bottom .banner-bottom__item img {
		width: 100%;
		height: auto;
	}
}
.seminar-item .button-notif-2 {
	height: 36px;
	width: 214px;
	border-radius: 3px;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 400;
	box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.3);
}
.seminar-state__button-header .btn-action:first-child .button-notif-2 { margin-bottom: 10px; }
.seminar-block a{word-break:break-all;}
@media screen and (max-width:767px) {
	.seminar-block .seminar-state__button-header .btn-action {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		display: inline-flex;
		justify-content: center;
	}
}
/* ---------------------------------------------------------
  3-2:User Info Edit
--------------------------------------------------------- */

.icon-facebook-connect { margin-right: 10px; }
@media screen and (max-width: 767px) {
	.user-info__table { width: 100%; }
	.user-info__table th,
	.user-info__table td {
		border-bottom: none;
		display: block;
		width: 100%;
	}
	.user-info__table .table__label { width: 100%; }
	.last td:last-child {
		border-bottom: solid 1px #ccc;
		width: 100%;
	}
	.user-info__button-infomation { width: 82%; }
}
.user-info__box-button .button { margin: 10px auto 0; }
.user-info__box-button .button:first-child { margin: 0px auto; }
.button__popup {
	padding: 35px 0;
	background-image: url("/modules/system/images/ico_popup.svg");
	background-repeat: no-repeat;
	background-position: 14% 16px;
}
/* =========================================================
  4:Goal Support
========================================================= */

/* ---------------------------------------------------------
  4-1:Goal Support
--------------------------------------------------------- */

.list-video__edit-box { margin-top: 50px; }
.list-video__edit-box:first-child { margin-top: 0; }
.list-video__edit-box .goal-head-box {
	padding: 12px 0 0;
	overflow: hidden;
	clear: both;
}
.list-video__edit-box .goal-head-box ul {
	margin: 0;
	padding: 0;
}
.list-video__edit-box .goal-head-box ul li { margin: 0 0 8px; }
.list-video__edit-box .goal-txt-box { margin: 0 0 25px; }
.list-video__edit-box .goal-txt-01 {
	font-size: 20px;
	color: #373737;
	margin: 0 0 8px;
}
.list-video__edit-box .goal-txt-01 .goal-txt-01-01 {
	display: inline-block;
	padding: 15px 40px;
	border: 1px solid #E7E7E7;
	text-align: center;
	margin: 0 35px;
}
.list-video__edit-box .goal-txt-01 .sp-align-r { font-style: normal; }
.h60 {
	min-height: 60px;
	height: 60px;
}
.goal-commitment-inner {
	padding: 20px 20px 25px;
	border: #E7E7E7;
	background: #F8F8F8;
	margin-bottom: 20px;
}
.goal-commitment-inner p {
	font-size: 14px;
	color: #373737;
	padding: 0 0 10px;
}
.goal-commitment-inner .list-video__textarea {
	background: #FFF;
	margin-bottom: 0;
}
.list-video__textarea { font-size: 14px; }
@media screen and (max-width: 767px) {
	.list-video__edit-box .goal-txt-01 .goal-txt-01-01 {
		margin: 10px 0;
		width: 100%;
	}
	.list-video__edit-box .goal-txt-01 .sp-align-r {
		text-align: right;
		display: block;
	}
}
/* =========================================================
  5:Online Contents Video View
========================================================= */

/* ---------------------------------------------------------
  INDEX
  5-1:Purchased materials
  5-2:Purchased materials List View
--------------------------------------------------------- */

/* ---------------------------------------------------------
  5-1:Purchased materials
--------------------------------------------------------- */

.box-content-shadow { overflow: hidden; } /* main-wrap */
.list-video__wrap { padding: 40px 0px 15px; }
.list-video__description p { padding: 0 20px 20px; }
.video-window {
	position: fixed;
	top: 10%;
	left: 20%;
	display: none;
	z-index: 9998;
	box-shadow: 0 0 15px #4e4e4e;
	background-color: rgba(0,0,0,0.85);
}
.video-window-bg {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.85);
}
.video-background {
	position: fixed;
	width: 100%;
	height: 100%;
	color: black;
	display: none;
	z-index: 9999;
}
.btn-close .fas {
	font-size: 24px;
	color: #FFF;
}
.container-video {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
}
/*.pipeline { margin-left: 20px; margin-bottom: 5px; font-size: 14; color: white; }*/
.mask {
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	top: 0px;
	left: 0px;
	z-index: 9997;
	background-color: black;
	display: none;
}
.video-list-block {
	float: left;
	margin: 20px 30px 50px 22px;
	height: 320px;
	width: 242px;
}
.video-block { position: relative; }
.video-block .video-block-coverd {
	position: absolute;
	width: 242px;
	height: 216px;
	background: rgba(255,255,255,0.75);
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
}
.video-block .video-block-coverd p {
	font-size:16px;
	font-weight: bold;
	line-height:180%;
	color: #000;
	text-align: center;
	margin-bottom: 20px;
}
.video-pic { border-radius: 3px 3px 0 0; }
.video-button-block { width: 240px; }
.video-title-block { text-align: center; }
.video-sub-title {
	text-align: center;
	font-size: 16px;
}
.video-title {
	text-align: center;
	font-size: 16px;
	font-weight:bold;
}
.video-button-block .video-button{margin-bottom:10px !important;}

#list-video-tab-1 .list-video__title{clear:both;}
#list-video-tab-1-achi .list-video__title{clear:both;}

@media screen and (max-width:480px) {
	.list-video__wrap { padding: 10px 0px 15px }
	.list-video__title { margin-bottom: 30px; }
	.video-list-block {
		float: none;
		margin: 10px auto 30px;
		height: auto;
	}
	.btn-close {
		left: 90%;
		top: -10%;
	}
}
/* ---------------------------------------------------------
  5-2:Purchased materials List View
--------------------------------------------------------- */

.list-video-wrap { margin-bottom: 40px; }
/*.play-video-time{background:url(../images/online-contents/ico_clock.svg) no-repeat 10px center; padding:0 0 0 20px;}*/
.list-video__subtitle { padding-top: 16px; }
.list-video__table-header {
	font-size: 14px;
	text-align: center;
}
.list-video__table-cell {
	padding: 10px;
	height: auto;
}
.list-video__table-row div:first-child { width: 535px; }
.list-video__table-row div:not(:first-child) { text-align: center; }
.list-video__table-cell .far.fa-clock { display: inline-block; }
.btn-video-fix{border-top-left-radius:0px;
	border-top-right-radius:0px;}
@media screen and (max-width:767px) {
	.list-video__table-header { text-align: left; }
	.list-video__table-row div:first-child { width: auto; }
	.list-video__table-row div:not(:first-child) { text-align: left; }
	.list-video__table-cell { padding: 0; }
	.list-video__table .list-video__table-row span { display: inline; }
	.btn-close {
		left: 90%;
		top: -10%;
	}
}
.foot-btn {
	width: 218px;
	padding: 10px 0;
	margin: 20px auto 0;
}
.button--gray {
	background: #F3F3F3;
	color: #373737;
	box-shadow: 1px 1px 1px 1px black;
}
.button--gray .button--textcolor {
	font-size: 12px;
	background: #F3F3F3;
	color: #373737;
}
/* Modal Contnets */
.size-video {
	position: relative;
	width: 100%; /*padding-top: 56.25%*/
;
	padding-bottom: 56%;
} /* main-wrap */
/*.size-video iframe{position:absolute; top:0; left:0; width:100%; height:100%; border:none; display:block;}*/


.modal-box {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.modal-bg {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.75);
	cursor: pointer;
}
.modal-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 660px;
}
.modal-wrap .modal-contents-inner {
	padding: 10px;
	border-radius: 4px;
	background-color: #fff;
}
.modal-wrap .moda-title-box {
	text-align: center;
	margin: 10px auto 0;
}
.modal-wrap .moda-title-box p {
	background: #000;
	color: #FFF;
	font-size: 14px;
	display: inline-block;
	border-radius: 15px;
	padding: 3px 15px 2px;
}
.btn-close { /*padding: 10px; background-color: black; margin: 10px;*/
	padding: 10px; /* background-color: black; */ /* margin: 10px; */
	display: inline-block;
	position: fixed;
	top: -6%;
	z-index: 99999;
	left: 96%;
	cursor: pointer;
}
@media screen and (max-width:767px) {
	.btn-close {
		top: -9%;
		left: 94%;
	}
	.modal-wrap { width: 100%; }
	.modal-wrap .modal-contents-inner { margin: 0 2%; }
	.modal-wrap .modal-contents-inner iframe {
		width: 100% !important;
		height: 100% !important;
	}
	.size-video { position: relative !important; }
}
@media screen and (min-width: 668px) and (max-device-width: 812px) {
	.modal-wrap {
		width: 81vw;
		height: 33vw;
	}
	.size-video { padding-bottom: 40%; }
	.btn-close { top: -10%; }
}
@media screen and (min-width: 481px) and (max-device-width: 667px) {
	.modal-wrap {
		width: 92vw;
		height: 45vw;
	}
	.size-video { padding-bottom: 45%; }
}
@media screen and (min-width: 481px) and (max-width: 667px) {
	.modal-wrap .modal-contents-inner { /*padding:0px 10px 0px;*/
	}
}
@media screen and (max-width:480px) {
	.btn-close {
		top: -9%;
		left: 89%;
	}
}

/* landscape が有効なデバイスの場合(pad, smartphone)*/

@media screen and (orientation:landscape) {
	.modal-wrap .modal-contents-inner iframe {
		width: 100% !important;
		height: 100% !important;
	}
	.size-video { position: relative !important; }
}

/* portrait が有効なデバイスの場合(pad, smartphone)*/

@media screen and (orientation:portrait) {
	.modal-wrap .modal-contents-inner iframe {
		width: 100% !important;
		height: 100% !important;
	}
	.size-video { position: relative !important; }
}
@media screen and (min-width: 481px) and (max-device-width: 768px) {
	.list-video__table-row div:first-child { width: 58%; }
}

/* スマホlandscape調整 */
@media screen and (orientation:landscape) {
	#copy-right .copy-right { margin-left: 0; }
	.list-video__table-row div:first-child { width: 58%; }
}

/* ---------------------------------------------------------
  5-3: Purchased materials Update (20250306)
--------------------------------------------------------- */
.nav-online-content-category {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 40px;
}

.nav-bar-online-contents-wrap {
	margin: 8px 0 12px;
	border-bottom: 1px solid #eaeaea;
}

.nav-online-content-category-tab {
	padding-bottom: 4px;
}

.nav-online-content-category:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	z-index: 1;
	background: #eaeaea;
}

.nav-online-content-category-tab__link {
	color: #b12427;
	font-weight: 600;
}

.nav-online-content-category-tab__link:hover{
	text-decoration: none;
}

.online-content-category-active {
	border-bottom: 4px solid #6A2B2C;
}

.online-contents-videos-nav-tab {
	text-align: center;
	flex: 0 2 auto;
	scroll-snap-align: start;
	display: inline-block;
	height: 100%;
}

.online-contents-videos-nav-tab .active {
	background-color: #F6E5E5;
	color: #b12427;
	font-weight: 700;
}

.online-contents-scroll-wrapper {
	width: 100%;
	overflow-x: auto;
	display: flex;
	justify-content: center;
	position: relative;
	margin: 0 auto;
}

.online-contents-videos-nav-tabs {
	display: flex;
	gap: 24px;
	padding-bottom: 16px;
	white-space: nowrap;
	flex-wrap: nowrap;
	scroll-snap-type: x proximity;
	justify-content: flex-start;
	min-width: 0;
}

.online-contents-corporate-videos-nav-tabs {
	gap: 10px;
}

.online-contents-videos-nav-tab__link {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #636E7B;
	font-weight: 500;
	font-size: small;
	border-radius: 50px;
	padding: 8px 16px;
	white-space: nowrap;
	height: 100%;
	align-content: center;
}

.online-contents-videos-nav-tab__link:hover {
	text-decoration: none; !important;
	color: #b12427 !important;
}

.online-content-category-nav-tab__link {
	color: #b12427 !important;
}

.online-content-category-nav-tab__link:hover {
	color: #b12427 !important;
}

.online-content-category-corporate.online-content-category-nav-tab__link {
	color: #072a67 !important;
}

.online-content-category-corporate.online-contents-videos-nav-tab__link:hover {
	text-decoration: none; !important;
	color: #072a67 !important;
}

.online-content-category-nav {
	align-items: center;
}

.online-content-category-nav-tabs {
	list-style: none;
	padding: 0;
	margin: 0 0 16px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border: none;
}

.online-content-category-nav-tabs .online-content-category-nav-tab {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5em;
	color: #636e7b;
	text-align: center;
	position: relative;
	z-index: 2;
	width: 50%;
}

.online-content-category-nav-tabs .online-content-category-nav-tab__link {
	color: inherit;
	text-decoration: none;
	display: inline-block;
	padding: 0 24px;
	border-bottom: 4px solid rgba(234, 234, 234, 0);
}

.online-content-category-nav-tabs .online-content-category-corporate.online-content-category-nav-tab__link.active {
	color: #072a67;
	border-bottom: 4px solid #072a67;
	font-weight: 700;
}

.online-content-category-nav-tabs .online-content-category-corporate.online-content-category-nav-tab__link:hover {
	color: #072a67;
	border-bottom: 4px solid rgba(7, 42, 103, 0);
	font-weight: 700;
}

.online-content-category-achi-nav-font-size {
	font-size: 12px;
	font-weight: 600;
}

.online-contents-videos-nav-tab .online-content-category-corporate.online-contents-videos-nav-tab__link.active {
	color: #072a67;
	background-color: #dde6f5;
}

@media screen and (min-width: 767px) {

	.online-content-category-nav-tabs .online-content-category-corporate.online-content-category-nav-tab__link:hover {
		border-bottom: 4px solid #072a67 !important;
	}

	.online-content-category-nav-tabs .online-content-category-nav-tab__link:hover {
		border-bottom: 4px solid #b12427 !important;
	}

	.online-content-category-nav-tabs .online-content-category-nav-tab__link {
		border-bottom: 4px solid #eaeaea;
		padding-bottom: 4px;
	}

	.nav-bar-online-contents-wrap {
		margin: 8px 0 8px;
		border-bottom: 0;
	}

	.online-contents-scroll-wrapper {
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.online-content-category-achi-nav-font-size {
		font-size: 14px;
	}
}

@media screen and (min-width: 976px) {

	.online-contents-videos-nav-tab__link {
		padding: 8px 20px;
	}

	.online-contents-videos-nav-tabs {
		gap: 64px !important;
		justify-content: center;
	}

	.online-content-category-nav-nav-tabs {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.online-content-category-nav-tabs .online-content-category-nav-tab__link.active {
		color: #b12427;
		background: none;
		border-bottom: 4px solid #b12427;
		font-weight: 600;
	}
}

.online-content-category-nav-tabs .online-content-category-nav-tab__link.active {
	color: #b12427;
	background: none;
	border-bottom: 4px solid #b12427;
	padding-bottom: 4px;
}

.online-content-category-nav-tabs .online-content-category-nav-tab__link:hover {
	color: #b12427;
	background: none;
	border-bottom: 4px solid rgba(177, 36, 39, 0);
}

/* =========================================================
  6:Seminar Calendar & List View
========================================================= */

/* ---------------------------------------------------------
  INDEX
  6-1:Seminar Calendar View
  6-2:Seminar List View
  6-3:Seminar Color Intro
--------------------------------------------------------- */

/* ---------------------------------------------------------
  6-1:Seminar Calendar View
--------------------------------------------------------- */

/*.seminar-plan__calendar-container .fc-view-container:first-child { display: none; }*/
.color-radius {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 3px;
}
/*
 .seminar-plan__calendar-toolbar i {
     transform: translateY(50%);
 }
*/
.seminar-plan__calendar-list-sort { height: 20px !important; }
.mb-toolbar-title {
	display: none;
	pointer-events: none;
}
.seminar-plan__toolbar-wrap-inner { display: block; }
.seminar-plan .fc-event-container > a { padding: 3px 0; }
@media screen and (max-width:767px) {
	.seminar-plan__toolbar-wrap-inner {
		display: none;
		margin-top: 20px;
	}
	.seminar-plan__toolbar-wrap {
		padding: 10px;
		border: 1px solid #E7E7E7;
		border-radius: 4px;
		margin: 20px 0;
	}
	.mb-toolbar-title {
		font-size: 18px;
		display: block;
		cursor: pointer;
		margin: 0 0 2px;
		pointer-events: all;
	}
	.mb-toolbar-title::after {
		content: "\f078";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		float: right;
		padding: 3px 2px 0;
	}
	.mb-toolbar-title.active::after { content: "\f077"; }
	.seminar-plan__calendar-container { height: auto !important; }
}
/* ---------------------------------------------------------
  6-2:Seminar List View
--------------------------------------------------------- */

.pb30{padding-bottom:30px !important;}
.seminar-plan__calendar-list .seminar-list-tbl {
	width: 100%;
	table-layout: fixed;
}
.seminar-plan__calendar-list .seminar-list-tbl tr th {
	width: 5%;
	padding: 0;
	vertical-align: top;
	font-size: 18px;
	text-align: center;
}
.seminar-plan__calendar-list .seminar-list-tbl tr th span {
	font-size: 12px;
	display: block;
}
.seminar-plan__calendar-list .seminar-list-tbl tr td .seminar-box {
	padding: 15px;
	border-radius: 4px;
	margin: 0 0px 10px 20px;
	color: #FFF;
}
.seminar-plan__calendar-list .seminar-list-tbl tr td .seminar-box dl { margin-bottom: 0; }
.seminar-plan__calendar-list .seminar-list-tbl tr td .seminar-box:last-child { margin-bottom: 30px; }
.seminar-plan__calendar-list .seminar-list-tbl tr td .seminar-box dl dt { font-size: 14px; }
.seminar-plan__calendar-list .seminar-list-tbl tr td .seminar-box dl dd {
	font-size: 12px;
	margin: 3px 0 0;
}
@media screen and (max-width:767px) {
	.seminar-plan__calendar-list .seminar-list-tbl tr th { width: 15%; font-size: 16px;}
	.seminar-plan__calendar-list .seminar-list-tbl tr td .seminar-box {
		padding: 15px;
		margin: 0 0 10px 5px;
	}
}
/* more button */
.seminar-plan__calendar-list-month {
	font-size: 18xp;
	text-align: center;
	background: #FAFAFA;
	border: 1px solid #E7E7E7;
	border-radius: 3px;
	padding: 15px 0;
	width: 100%;
	margin-bottom: 30px;
	margin-top:10px;
}
.seminar-plan__calendar-list-month.more {
	background: #E7E7E7;
	text-decoration: underline;
	cursor: pointer;
}
.seminar-plan__calendar-list-hide { display: none; }

@media screen and (max-width:767px) {
	.seminar-plan__calendar-list-month {
		margin-top:0px;
	}
}

/* ---------------------------------------------------------
  6-3:Seminar Color Intro
--------------------------------------------------------- */

.guide-wrap {
	background: #FFF;
	padding: 0px 25px 40px;
}
.guide-box {
	display: flex;
	padding: 20px 20px 0;
	border: 1px solid #E7E7E7;
}
.guide-box dl {
	margin-bottom: 0;
	display: flex;
}
.guide-box dl dt {
	margin: -3px 5px 0 0;
	font-size: 16px;
}
.guide-box dl dd {
	font-size: 12px;
	margin-bottom: 0;
}
.guide-box dl dd ul {
	list-style: none;
	padding: 0;
}
.guide-box .guide-box-01 p { font-size: 14px; }
.guide-box .guide-box-01 { width: 94px; }
.guide-box .guide-box-02 { width: 486px; }
.guide-box .guide-box-02 dl{display: flex;}
.guide-box .guide-box-03 { width: 396px; }
.guide-box .guide-box-01 dl,
.guide-box .guide-box-02 dl{display: flex;}
.seminar-stats-01 { background: #AA2267; }
.seminar-stats-02 { background: #545991; }
.seminar-stats-03 { background: #186FAC; }
.seminar-stats-04 { background: #469622; }
.seminar-stats-05 { background: #E7A328; }
.seminar-stats-06 { background: #4B4B4B; }
.seminar-stats-col-01 { color: #AA2267; }
.seminar-stats-col-02 { color: #545991; }
.seminar-stats-col-03 { color: #186FAC; }
.seminar-stats-col-04 { color: #469622; }
.seminar-stats-col-05 { color: #E7A328; }
.seminar-stats-col-06 { color: #4B4B4B; }
.seminar-stats-col-07 { color: rgb(255,128,0); }
.seminar-stats-col-08 { color: rgb(128,128,128); }
.seminar-stats-col-09 { color: #077097; }
@media screen and (max-width:767px) {
	.guide-box { display: block; }
	.guide-box .guide-box-01,
	.guide-box .guide-box-02,
	.guide-box .guide-box-03 { width: 100%; }
}

div.box-standard-container .scroll-top {
	display: none;
}

section div.scroll-top .button--scroll-top-old {
	display: none;
}

#header li {
	display: list-item;
}

label.msg_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 12px;
	line-height: normal;
	background-image: url(../image/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

.msg_parent_error {
	border: solid 2px #F00;
}

.problem {
	background-color: #FCC;
}

div#msg_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}

div#msg_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}

div#msg_error p strong {
	font-size: 18px;
	color: #F00;
}

.d-block {
	display: block !important;
}

.error:not(label) {
	background-color: #FCC !important;
	color: inherit !important;
	font-size: inherit !important;
}

.btn-submit {
	font-size: 14px;
	width: 100%;
	color: #fff !important;
	font-weight: 600;
	margin-bottom: 20px !important;
}

.bg-disabled {
	background-color: #cccccc !important;
	cursor: default !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.disabled-tab {
	pointer-events: none;
}

.btn-facebook {
	font-size: 14px !important;
}

.fancybox-inner {
	overflow:hidden !important;
}

.txt_user-name_02 {
	margin-left: 5px;
}

@media screen and (min-width:767px) {
	.fancybox-skin {
		width: 660px !important;
	}

	.fancybox-inner {
		width: 640px !important;
		height: 420px !important;
	}
}

.icon-apple-connect {
	margin-right: 10px;
}

.icon-apple-connect > img {
	width: 30px;
	height: 30px;
}
.fa-apple {
	font-size: 24px;
	padding-right: 15px;
}

.button--apple {
	background: #575756;
}

.square-apple-icon {
	width: 50px;
	height: 50px;
	border-radius: 3px;
}

.display-button {
	display: flex;
}

.display-view-other-page {
	display: flex;
	width: 100%;
	margin: 0;
	padding: 20px 15px 50px 15px;
}

.btn-no-border-radius {
	border-radius: inherit;
}

.btn-no-border-radius:after {
	border-radius: inherit;
	bottom: 0px;
}

.width-display-content {
	width: 100%;
}

.content-other-page {
	margin-left: 22px;
}

@media screen and (max-width:750px) {
	.display-button {
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
		padding: 0px !important;
	}

	.btn-action {
		margin: 0px !important;
	}

	.display-view-other-page {
		display: block;
	}

	.video-block {
		margin: auto !important;
		text-align: center;
	}

	.video-button-block {
		margin: 0 auto;
	}

	.content-other-page {
		margin-left: 0px;
	}
}

.password-rule {
	font-size: 12px;
	padding-left: 20px !important;
}

.position-relative {
	position: relative;
	height: 225px;
}

.position-absolute {
	position: absolute;
	width: 11rem;
}

.text-right {
	width: 100%;
	text-align: right;
}

.padding-top-5 {
	padding-top: 5px;
}

.font-size-14 {
	font-size: 14px !important;
}

.c-footer__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	padding: 0px;
	margin-bottom: 0px;
}

.banner-bottom-item {
	margin-bottom: 26px;
}

@media screen and (max-width: 767px) {
	.c-footer__list {
	    -webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.banner-bottom-item {
		margin-bottom: 23px;
	}
}

.c-footer__list li {
	width: calc(25% - 5px);
	max-width: 100%;
	margin: 0 0 16px 10px;
}

.c-footer__list li:nth-child(n + 4) {
	margin: 0 0 16px 0;
	text-align: right;
}

@media screen and (max-width: 767px) {
	.c-footer__list li {
		width: calc(50% - 3px);
		margin: 0 0 5px;
	}

	.c-footer__list li:nth-child(n + 4) {
		margin: 0 0 5px 0;
		text-align: left;
	}
}

.c-footer__list li:nth-child(4n+1) {
	margin-left: 0;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.c-footer__list li a {
		display: block;
	}
}

.c-footer__list img {
	max-width: calc(100% - 10px);
	height: auto;
}

@media screen and (max-width: 767px) {
	.c-footer__list li a img {
		width: 100%;
		max-width: 100%;
		object-fit: cover;
	}
}
