/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
	scroll-behavior: smooth;
}

body {
	font-family: 'Inter', "Open Sans", sans-serif!important;
	color: #000;
	line-break: strict;
}

body.booco, body.talkingm, body.aoe, body.nanext, body.seminar, body.tsst {
	background: #FFF6E5;
}

a {
	color: #1871b8;
	text-decoration: none;
	transition: 0.3s;
}

a:hover {
	color: #288bd7;
	text-decoration: none;
}

.ib {
	display: inline-block;
}

@media screen and (min-width: 769px) {
	.pc {
		display: block !important;
	}

	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}
}

/*
h1, h2, h3, h4, h5, h6{
    font-family: "Nunito", sans-serif;
}
*/

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/

#header{
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	transition: all 0.5s;
	z-index: 997;
	padding: 0;
	background-color: #B63D3D;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}
#header h1{
	margin: 0;
	padding: 0;
	font-family: "Nunito", sans-serif;
}
#header h1 a{
	color: #000;
	font-size: 24px;
}
#header .logo {
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
}
#header .logo img{
	max-height: 71px;
	margin-right: 18px;
}

#header .c-menu {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
#header .c-menu li {
	position: relative;
}

#header .c-menu .inn {
	cursor: pointer;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 800;
	position: relative;
}
#header .c-menu span.inn::before {
	content: "";
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 6px;
	margin: auto;
}

#header .sub-menu {
	display: block;
	list-style: none;
	padding-left: 0;
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
}
#header .sub-menu li + li {
	border-top: 1px solid #C7C7C7;
	margin-left: 0!important;
}
#header .sub-menu a {
	color: #000;
	background: #FFF6E5;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding: 9px 15px 8px;
	position: relative;
	min-height: 50px;
}
#header .sub-menu a::before {
	content: "";
	display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #C4C4C4;
  border-right: 2px solid #C4C4C4;
  transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 16px;
	margin: auto;
}

#header .sub-menu li.bocco a::before {
	border-color: #00AFAA;
}
#header .sub-menu li.talkingm a::before {
	border-color: #E8CE4C;
}
#header .sub-menu li.aoe a::before {
	border-color: #DE5C74;
}
#header .sub-menu li.nanext a::before {
	border-color: #A07CEE;
}
#header .sub-menu li.seminar a::before {
	border-color: #36AAD4;
}
#header .sub-menu li.tsst a::before {
	border-color: #ADC300;
}

#header .sub-menu li:first-child a {
	padding: 17px 15px 10px;
}
#header .sub-menu .sub {
	color: #888282;
	display: block;
	font-size: 10px;
}
#header .sub-menu .main {
	font-size: 12px;
}

#header .navbar {
	align-items: center;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}
#header .btn-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-left: 30px;
}
@media (max-width: 1400px) {
	#header .c-menu li + li{
		margin-left: 30px;
	}
	#header .c-menu .inn {
		font-size: 15px;
	}
	#header .c-menu span.inn::before {
		width: 9px;
		height: 9px;
		bottom: 4px;
	}
	#header .btn-wrap {
		margin-left: 15px;
	}
}
@media (max-width: 1167px) {
	#header .c-menu li + li{
		margin-left: 15px;
	}
	#header .c-menu li:first-child .inn {
		padding: 0 55px 0 30px;
	}
	#header .c-menu li:first-child .inn::before {
		right: 35px;
	}
	#header .c-menu li:first-child .sub-menu {
		min-width: 190px;
	}
	#header .c-menu li:nth-child(3) .inn {
		padding: 0 40px 0 25px;
	}
	#header .c-menu li:nth-child(3) .inn::before {
		right: 20px;
	}
	#header .c-menu li:nth-child(3) .sub-menu {
		min-width: 130px;
	}
	
}
@media (max-width: 1122px) {
	#header .c-menu .inn {
		font-size: 13px;
	}
}
@media (max-width: 1030px) {
	#header .c-menu li + li{
		margin-left: 10px;
	}
	#header .c-menu .inn {
		font-size: 12px!important;
	}
	#header .sub-menu {
		top: 44px;
	}
}
@media (min-width: 993px) {
	#header .sub-menu li a:hover {
		transform: translateY(0);
	}
	#header .c-menu > li {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	#header .c-menu li:hover .sub-menu, .sub-menu{
		display: block;
	}
	#header .c-menu li:last-child .inn {
		padding-right: 0;
	}
	#header .c-menu li:first-child .inn {
		padding: 0 66px 0 40px;
	}
	#header .c-menu li:first-child .inn::before {
		right: 45px;
	}
	#header .c-menu li:first-child .sub-menu {
		min-width: 218px;
	}
	#header .c-menu li:nth-child(3) .inn {
		padding: 0 50px 0 30px;
	}
	#header .c-menu li:nth-child(3) .inn::before {
		right: 30px;
	}
	#header .c-menu li:nth-child(3) .sub-menu {
		min-width: 147px;
	}

	#header .btn-menu {
    display: none;
  }
	#header .ico-btn {
		display: none;
	}
}
@media (max-width: 992px) {
	#header .c-menu li {
		border-top: 1px solid #fff;
	}
	#header .c-menu li:last-child {
		border-bottom: 1px solid #fff;
	}
	#header .c-menu li:first-child .inn {
		padding: 0;
	}
	#header .c-menu li:nth-child(3) .inn {
		padding: 0;
	}
	#header .c-menu li + li{
		margin-left: 0!important;
	}

	#header .text-link-wrap {
		margin-top: 38px;
	}
	#header .text-link-wrap a {
		color: #fff;
		display: block;
		font-size: 16px!important;
		font-weight: bold;
		text-decoration: underline;
		text-align: center;
	}
	#header .text-link-wrap a + a {
		margin-top: 25px;
	}

	#header .c-menu .inn {
		font-size: 16px!important;
		padding: 18px 15px!important;
		text-align: center;
	}
	#header .c-menu span.inn::before {
		width: 10px;
		height: 10px;
		right: -150px!important;
		left: 0;
	}
	#header .btn-wrap {
		flex-direction: column;
		margin-left: 0;
	}


	#header .navbar {
		background: #B63D3D;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
    width: 100%;
	}
	#header .navbar.is-open {
		display: block;
	}

	#header .navbar.is-open .logo {
		padding: 0;
	}
	#header .navbar.is-open .logo img {
		max-height: 65px;
	}

	#header .navbar .logo {
		text-align: center;
		padding: 10px 0;
	}
	#header .navbar .logo.sp a {
		display: inline-block;
	}

	#header .c-menu {
		flex-direction: column;
		list-style: none;
		margin-bottom: 0;
		padding-left: 0;
	}

	#header .sub-menu {
		background: #FFF6E5;
		position: relative;
		top: 0;
	}
	#header .sub-menu a {
		font-size: 16px;
		min-height: 60px;
		padding: 14px 15px 12px;
		transition: 0.2s ease-in-out;
	}
	#header .sub-menu .sub, #header .sub-menu .main {
		font-size: 16px;
		transition: 0.2s ease-in-out;
	}
	#header .sub-menu li {
		max-width: 282px;
		margin-left: auto!important;
		margin-right: auto;
	}
	#header .sub-menu li + li {
		margin-left: auto!important;
		border-color: #000;
	}

	#header .ico-btn {
		display: flex;
		flex-wrap: wrap;
		margin-right: 56px;
	}
	#header .ico-btn a  {
		display: block;
	}
	#header .ico-btn a + a {
		margin-left: 4px;
	}

	/* メニューボタン */
	#header .btn-menu {
		background: transparent;
		border: none;
    width: 31px;
    height: 71px;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 19px;
    z-index: 999;
  }
  #header .btn-menu.is-open {
    top: -20px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #header .btn-menu.is-open .inn {
    width: 18px;
    height: 18px;
  }
  #header .btn-menu .inn {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 31px;
    height: 27px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #header .btn-menu .line:nth-of-type(2)::after {
    top: 0;
    content: "";
  }
  #header .btn-menu .line,
	#header .btn-menu .line:nth-of-type(2)::after {
    background: #fff;
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  #header .btn-menu .line:nth-of-type(1) {
    top: 0;
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  #header .btn-menu .line:nth-of-type(3) {
    top: 11px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  #header .btn-menu .line:nth-of-type(2) {
    top: 23px;
  }
  #header .btn-menu .line:nth-of-type(1),
	#header .btn-menu .line:nth-of-type(3) {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #header .btn-menu.is-open .line:nth-of-type(1), #header .btn-menu.is-open .line:nth-of-type(3) {
    -webkit-transform: scaleX(0) translate3d(0, 0, 0);
            transform: scaleX(0) translate3d(0, 0, 0);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  #header .btn-menu.is-open .line:nth-of-type(2), #header .btn-menu.is-open .line:nth-of-type(2)::after {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #header .btn-menu.is-open .line:nth-of-type(2) {
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
            transform: rotate(45deg) translate3d(0, 0, 0);
  }
  #header .btn-menu.is-open .line:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg) translate3d(0, 0, 0);
            transform: rotate(90deg) translate3d(0, 0, 0);
  }
}

@media (max-width: 768px) {
	#header .btn-menu {
		height: 53px;
	}
}

@media (min-width: 768px) {
	#header .sub-menu a:hover, #header .sub-menu li:hover > a {
		box-shadow: none;
		transform: translateY(0)!important;
		opacity: 1!important;
	}
	#header .sub-menu li a:hover, #header .sub-menu li a:hover .sub {
		color: #C4C4C4;
		transition: 0.2s ease-in-out;
	}
	#header .sub-menu li.bocco a:hover, #header .sub-menu li.bocco a:hover .sub {
		color: #00AFAA;
		transition: 0.2s ease-in-out;
	}
	#header .sub-menu li.talkingm a:hover, #header .sub-menu li.talkingm a:hover .sub {
		color: #E8CE4C;
		transition: 0.2s ease-in-out;
	}
	#header .sub-menu li.aoe a:hover, #header .sub-menu li.aoe a:hover .sub {
		color: #DE5C74;
		transition: 0.2s ease-in-out;
	}
	#header .sub-menu li.nanext a:hover, #header .sub-menu li.nanext a:hover .sub {
		color: #A07CEE;
		transition: 0.2s ease-in-out;
	}
	#header .sub-menu li.seminar a:hover, #header .sub-menu li.seminar a:hover .sub {
		color: #36AAD4;
		transition: 0.2s ease-in-out;
	}
	#header .sub-menu li.tsst a:hover, #header .sub-menu li.tsst a:hover .sub {
		color: #ADC300;
		transition: 0.2s ease-in-out;
	}
	#header .sub-menu a:hover::before {
		right: 10px;
		transition: 0.2s ease-in-out;
	}
}

.navbar{
	padding: 0;
}
.navbar a, .navbar a:focus{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.25rem;
	font-weight: 700;
	color: #013289;
}
.navbar a i, .navbar a:focus i{
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}
.navbar .getstarted, .navbar .getstarted:focus{
	background: #00AFAA;
	padding: 0.5rem 1.875rem;
	margin-left: 0.938rem;
	border-radius: 100px;
	color: #fff;
}
.navbar .getdownload, .navbar .getdownload:focus{
	background: #CD9533;
	padding: 0.5rem 1.875rem;
	margin-left: 1.25rem;
	border-radius: 100px;
	color: #fff;
}
@media (min-width: 768px) {
	#header .navbar a:hover, #header .navbar .active, #header .navbar .active:focus, #header .navbar li:hover > a {
		box-shadow: none;
		opacity: 0.8;
	}
}
@media (max-width: 1400px) {
	.navbar a, .navbar a:focus {
		font-size: 1rem;
	}
	.navbar .getstarted, .navbar .getstarted:focus, .navbar .getdownload, .navbar .getdownload:focus{
		padding: 0.5rem 1rem;
	}
}
@media (max-width: 1122px) {
	.navbar a, .navbar a:focus {
		font-size: 0.7rem!important;
	}
	.navbar .getdownload, .navbar .getdownload:focus {
		margin-left: 0.85rem!important;
	}
	#header .c-menu li + li {
		margin-left: 10px;
	}
}

#intro{
	background: #fff;
	box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.25);
	width: 100%;
  padding-right: var(--bs-gutter-x,.75rem);
  padding-left: var(--bs-gutter-x,.75rem);
  margin-right: auto;
  margin-left: auto;
}
#intro .inner {
	padding: 4% 0;
	margin: auto;
}
@media (min-width: 992px) {
	#intro .inner {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	#intro .inner {
		max-width: 1140px;
	}
}
@media (min-width: 1400px) {
	#intro .inner {
		max-width: 1320px;
	}
}


#intro .service-header{
	padding: 50px 8% 0 8%;
}

#intro picture.point img{
	height: 43px;
	margin: 0 10px;
}
#intro .service-detail{
	position: relative;
}
#intro .service-detail .text {
	font-size: 1.25rem;
}
#intro .service-detail .text.mx-630 {
	max-width: 630px;
}
#intro .service-detail .lead{
	font-size: 1.8rem;
}
#intro .service-detail .name{
	color: #000;
	font-size: 2rem;
}
@media (max-width: 768px) {
	#intro .service-detail .text {
		font-size: 0.9rem;
	}
}

#movie {
	background: #fff;
	padding: 4% 10%;
}

.env{
	position: absolute;
	bottom: 2px;
}
.env .title{
	color: #6D6E71;
}
.env .title:before{
	content: '■';
	margin-right: 3px;
}
.env .detail{
	border: 2px solid #6D6E71;
	display: inline-block;
	font-size: 0.85rem;
}
.env .detail.no-border{
	border: none;
}
.env .detail .chapter{
	background-color: #6D6E71;
	color: #fff;
}
.env .detail ul{
	padding-right: 1rem;
}
.env .detail table{
	width: 100%;
}
.env .detail table tr th{
	border-top: 2px solid #6D6E71;
	border-left: 2px solid #6D6E71;
	height: 1.5rem;
}
.env .detail table tr td{
	border-bottom: 2px solid #6D6E71;
	border-left: 2px solid #6D6E71;
}
.env .detail table tr th:last-child,
.env .detail table tr td:last-child{
	border-right: 2px solid #6D6E71;
}
.env .detail table tr:last-child th,
.env .detail table tr:last-child td{
	border-bottom: 2px solid #6D6E71;
}
.env .detail table tr .chapter:nth-child(even){
	border-top: 2px solid #414042;
	border-left: 2px solid #414042;
	background-color: #414042;
}

.service-detail .env {
  position: relative;
}
.service-detail .btn-download {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-align: center;
  width: 400px;
  padding: 15px;
  margin: 0 auto;
}

.content-title img{
	max-height: 50px;
}

.youtube{
	margin: 20px 0;
	width: 100%;
	aspect-ratio: 16 / 9;
}

#price{
	background: #fff;
	width: 100%;
}
#price .inner {
	padding: 4% 5% 0;
	margin: auto;
}
@media (min-width: 992px) {
	#price .inner {
		padding: 4% 0 0;
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	#price .inner {
		max-width: 1140px;
	}
}
@media (min-width: 1400px) {
	#price .inner {
		max-width: 1320px;
	}
}


#price .l-flex {
	align-items: center;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}
#price .l-flex .wrap {
	max-width: 516px;
	position: relative;
	width: calc((100% - 165px) / 2);
}
#price .l-flex .wrap + .wrap {
	margin-left: 165px;
}
#price .l-flex .wrap + .wrap::before {
	content: "";
	display: inline-block;
  border-style: solid;
  border-width: 57px 0 57px 58px;
  border-color: transparent transparent transparent #D9D9D9;
	height: 115px;
	width: 58px ;
	position: absolute;
	top: 95px;
	bottom: 0;
	left: -111px;
	margin: auto;
}

.booco #price .l-flex .bg-box {
	background: rgba(0, 175, 170, 0.3);
}
.booco #price .l-flex .line-box {
	border-color: #00AFAA;
}
.talkingm #price .l-flex .bg-box {
	background: rgba(232, 206, 76, 0.3);
}
.talkingm #price .l-flex .line-box {
	border-color: #E8CE4C;
}
.aoe #price .l-flex .bg-box {
	background: rgba(222, 92, 116, 0.3);
}
.aoe #price .l-flex .line-box {
	border-color: #DE5C74;
}
.nanext #price .l-flex .bg-box {
	background: rgba(160, 124, 238, 0.3);
}
.nanext #price .l-flex .line-box {
	border-color: #A07CEE;
}
.seminar #price .l-flex .bg-box {
	background: rgba(54, 170, 212, 0.3);
}
.seminar #price .l-flex .line-box {
	border-color: #36AAD4;
}
.tsst #price .l-flex .bg-box {
	background: rgba(173, 195, 0, 0.3);
}
.tsst #price .l-flex .line-box {
	border-color: #ADC300;
}

#price .l-flex .wrap .content-title {
	margin-bottom: 30px;
}
#price .l-flex .bg-box {
	border-radius: 12px;
	padding: 32px 30px;
	text-align: center;
}
.seminar #price .l-flex .bg-box {
	padding: 13px 30px;
}

#price .l-flex .line-box {
	background: #fff;
	border: 5px solid transparent;
	border-radius: 12px;
	padding: 13px 30px 12px;
	text-align: center;
}
#price .l-flex .title {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 15px;
}
#price .l-flex .price {
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 15px;
}
#price .l-flex .red {
	color: #B63D3D;
}
#price .l-flex .small {
	color: #000;
	font-size: 2rem;
	font-weight: bold;
}
#price .l-flex .sub-title {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 0;
}
#price .l-flex .text {
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 0;
}

#price .note {
	font-size: 16px;
	margin-top: 40px;
}
#price .note a {
	color: #000;
	text-decoration: underline;
}

@media (min-width: 769px) {
	#price .note a:hover {
		text-decoration: none;
	}
}

#price .frame .body{
	color: #939598;
	font-size: 1.4rem;
}
#price .frame .pricing{
	font-size: 2.4rem;
}

@media (max-width: 1400px) {
	.booco #price .l-flex .bg-box {
		padding: 13px 30px;
	}
}
@media (max-width: 1200px) {
	#price .l-flex .wrap {
		width: calc((100% - 120px) / 2);
	}
	#price .l-flex .wrap + .wrap {
		margin-left: 120px;
	}
	#price .l-flex .wrap + .wrap::before {
		left: -80px;
	}
	#price .l-flex .bg-box {
		padding: 45px 30px 44px;
	}
	.booco #price .l-flex .bg-box {
		padding: 27px 30px 26px;
	}
	.seminar #price .l-flex .bg-box {
		padding: 27px 30px 26px;
	}
}
@media (max-width: 992px) {
	#price .l-flex .wrap {
		width: calc((100% - 60px) / 2);
	}
	#price .l-flex .wrap + .wrap {
		margin-left: 60px;
	}
	#price .l-flex .wrap + .wrap::before {
		border-width: 40px 0 40px 40px;
		height: 80px;
		width: 40px ;
		left: -48px;
	}
}
@media (max-width: 970px) {
	#price .l-flex {
		flex-direction: column;
	}
	#price .l-flex .wrap {
		width: 100%;
	}
	#price .l-flex .wrap + .wrap {
		margin-left: 0;
		margin-top: 70px;
	}
	#price .l-flex .wrap + .wrap::before {
		border-width: 40px 24px 0 24px;
		border-color: #D9D9D9 transparent transparent transparent;
		height: 48px;
		width: 40px ;
		top: -50px;
		bottom: initial;
		left: 0;
		right: 0;
	}
}
@media (max-width: 768px) {
	#price .inner {
		padding: 15% 5% 0;
		margin: auto;
	}
	#price .l-flex .bg-box {
		padding: 20px 15px;
	}
	#price .l-flex .line-box {
		padding: 18px 15px 17px;
	}
	#price .l-flex .title {
		font-size: 1rem;
	}
	#price .l-flex .price {
		font-size: 2.25rem;
	}
	#price .l-flex .small {
		font-size: 1.125rem;
	}
	#price .l-flex .sub-title {
		font-size:1.125rem;
	}
	#price .l-flex .text {
		font-size: 0.875rem;
	}
}


#footer-nav {
	background-color: #4154f1;
}
#footer-nav .nav li{
	width: calc(100% / 6);
}
#footer-nav .nav a{
	color: #fff;
	padding: 10px 5px;
	font-size: 0.8rem;
	border-right: 1px solid #738efa;
}
#footer-nav .nav li:last-child a{
	border-right: none;
}
#footer-nav .nav a:hover{
	background-color: #3043e8;
}
/* booco */
.booco #footer-nav {
	background-color: #51D5D6;
}
.booco #footer-nav .nav a{
	font-size: 0.8rem;
	border-right: 1px solid #0EB0AA;
}
.booco #footer-nav .nav a:hover{
	background-color: #0EB0AA;
}
/* Talking Marathon */
.talkingm #footer-nav {
	background-color: #E8CE4C;
}
.talkingm #footer-nav .nav a{
	font-size: 0.8rem;
	border-right: 1px solid #CB9D46;
}
.talkingm #footer-nav .nav a:hover{
	background-color: #CB9D46;
}
/* ALC Online */
.aoe #footer-nav {
	background-color: #FEA1B0;
}
.aoe #footer-nav .nav a{
	font-size: 0.8rem;
	border-right: 1px solid #DE5C74;
}
.aoe #footer-nav .nav a:hover{
	background-color: #DE5C74;
}
/* ALC NetAcademy NEXT */
.nanext #footer-nav {
	background-color: #C0BBFF;
}
.nanext #footer-nav .nav a{
	font-size: 0.8rem;
	border-right: 1px solid #A07CEE;
}
.nanext #footer-nav .nav a:hover{
	background-color: #A07CEE;
}
/* Online Seminar */
.seminar #footer-nav {
	background-color: #6BCEF2;
}
.seminar #footer-nav .nav a{
	font-size: 0.8rem;
	border-right: 1px solid #36AAD4;
}
.seminar #footer-nav .nav a:hover{
	background-color: #36AAD4;
}
/* TSST */
.tsst #footer-nav {
	background-color: #DAD438;
}
.tsst #footer-nav .nav a{
	font-size: 0.8rem;
	border-right: 1px solid #ADC300;
}
.tsst #footer-nav .nav a:hover{
	background-color: #ADC300;
}


#footer{
	background: #D9D9D9;
}
#footer .copyright{
	color: #000;
	font-size: 14px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
#navigation{
	margin-top: 100px;
}
#navigation .navbar{
	justify-content: right;
}
#navigation ul{
	align-items: flex-end;
	width: 100%;
}
#navigation li{
	width: calc(100% / 6);
}
#navigation li .sub-title, #navigation li .title {
	display: block;
}
#navigation li .title {
	font-size: 1.25rem;
	padding: 16px 0;
}
#navigation li .sub-title {
	background: #C4C4C4;
	border-radius: 30px 5px 0 0;
	color: #fff;
	font-size: 15px;
	margin-left: -2px;
	margin-top: -2px;
	height: calc(100% + 2px);
	width: calc(100% + 4px);
	position: relative;
	padding: 3px 0 2px;
	z-index: 2;
}
#navigation li a {
	border-radius: 30px 5px 0 0;
	border: 2px solid #C7C7C7;
	display: block;
	text-align: center;
	color: #000;
	position: relative;
	box-sizing: border-box;
	background-color: #fff;
}

@media (max-width: 1400px) {
	#navigation li.nanext .title {
		font-size: 1.3rem;
    padding: 1px 0 0;
	}
}
@media (min-width: 769px) {
	@media (max-width: 1400px) {
		#navigation li.talkingm .title {
			font-size: 1.2rem;
			padding: 3px 0 2px;
		}
	}
	@media (max-width: 1129px) {
		#navigation li.talkingm .title {
			font-size: 1.1rem;
			padding: 5px 0;
		}
		#navigation li.nanext .title {
			font-size: 1.2rem;
			padding: 3px 0 2px;
		}
	}
	@media (max-width: 1069px) {
		#navigation li.nanext .title {
			padding: 2px 0;
		}
	}
	@media (max-width: 1030px) {
		#navigation li.tsst .sub-title {
			font-size: 12px;
			padding: 5px 0 4px;
		}
	}
}

#navigation li a:hover{
	background-color: #C7C7C7;
	border-color: #C7C7C7;
	color: #fff !important;
}
/* booco */
#navigation li.booco a:hover, #navigation li.booco a:hover .sub-title{
	background-color: #51D5D6;
	border-color: #51D5D6;
	color: #fff !important;
}
/* Talking Marathon */
#navigation li.talkingm a:hover, #navigation li.talkingm a:hover .sub-title{
	background-color: #E8CE4C;
	border-color: #E8CE4C;
	color: #fff !important;
}
/* ALC Online */
#navigation li.aoe a:hover, #navigation li.aoe a:hover .sub-title {
	background-color: #FEA1B0;
	border-color: #FEA1B0;
	color: #fff !important;
}
/* ALC NetAcademy NEXT */
#navigation li.nanext a:hover, #navigation li.nanext a:hover .sub-title {
	background-color: #C0BBFF;
	border-color: #C0BBFF;
	color: #fff !important;
}
/* Online Seminar */
#navigation li.seminar a:hover, #navigation li.seminar a:hover .sub-title{
	background-color: #6BCEF2;
	border-color: #6BCEF2;
	color: #fff !important;
}
/* Online Seminar */
#navigation li.tsst a:hover, #navigation li.tsst a:hover .sub-title{
	background-color: #DAD438;
	border-color: #DAD438;
	color: #fff !important;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 99999;
	background: #B63D3D;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
}
.back-to-top i {
	font-size: 24px;
	color: #fff;
	line-height: 0;
}
.back-to-top.active:hover {
	opacity: 0.8;
}
.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

/*--------------------------------------------------------------
# Contents type adjustment
--------------------------------------------------------------*/
/* booco */
.booco .key-color{
	color: #00AEAB;
}
.booco #navigation li.booco .title {
	font-size: 20px;
	font-weight: 800;
	padding: 16px 0;
}
.booco #navigation li.booco .sub-title  {
	background: #51D5D6;
}
.booco #navigation li.booco a {
	border-bottom-color: #FFF;
}
.booco #feature,
.booco #course{
	background-color: #FFF6E5;
	position: relative;
}
.booco #feature.pb-5 {
	padding-bottom: 1rem!important;
}
.booco #feature.pt-5 {
	padding-top: 1rem!important;
}
.booco .round-circle{
	border-radius: 100%;
	display: block;
	margin: auto;
}
.booco .round-circle.s1{
	position: absolute;
	top: -3rem;
	right: 0;
	width: 223px;
	height: 223px;
}
.booco .round-circle.s2{
	position: absolute;
	bottom: -3rem;
	right: 102px;
	width: 288px;
	height: 230px;
}
.booco .book-img{
	border-radius: 100%;
	display: block;
	margin: auto;
	position: absolute;
	height: 120px;
	top: -50px;
	bottom: 0;
	right: 93px;
	margin: auto;
}
.booco .book-img img {
	max-height: 120px;
}

@media (max-width: 1075px) {
	.booco .round-circle.s1{
		width: 150px;
		height: 150px;
	}
	.booco .round-circle.s2{
		bottom: -2rem;
		right: 102px;
		width: 215px;
		height: 157px;
	}
	.booco .book-img{
		height: 90px;
		top: -50px;
		right: 50px;
	}
	.booco .book-img img {
		max-height: 90px;
	}
}
@media (max-width: 768px) {
	.booco #feature.pb-5 {
		padding-bottom: 7rem!important;
	}
	.booco .round-circle.s2{
		right: 40px;
	}
	.booco .book-img{
		top: inherit;
		bottom: 0;
		right: inherit;
		left: 80px;
	}
}
@media (max-width: 565px) {
	.booco .round-circle.s1{
		width: 90px;
		height: 90px;
	}
	.booco .round-circle.s2{
		bottom: -1.4rem;
		right: 20px;
		width: 155px;
		height: 97px;
	}
	.booco .book-img{
		bottom: -20px;
		height: 70px;
		left: 40px;
	}
	.booco .book-img img {
		max-height: 70px;
	}
}
@media (max-width: 400px) {
	.booco .book-img{
		bottom: 50px;
		height: 60px;
		left: 20px;
	}
	.booco .book-img img {
		max-height: 60px;
	}
}


.booco #course .course-1-color{
	color: #007298;
}
.booco #course .course-name{
	background-color: #007298;
	color: #fff;
}
.booco #course .course-1-type{
	background-color: #05BBE5;
	color: #fff;
}
.booco #course .course-2-color{
	color: #00AEAB;
}
.booco #course .course-2-name{
	background-color: #00AEAB;
	color: #fff;
}
.booco #course .course-2-type{
	background-color: #6ECACC;
	color: #fff;
}
.booco #course .course-3-color{
	color: #584386;
}
.booco #course .course-3-name{
	background-color: #584386;
	color: #fff;
}
.booco #course .course-3-type{
	background-color: #9484BE;
	color: #fff;
}
.booco #course .course-4-color{
	color: #CA1D5C;
}
.booco #course .course-4-name{
	background-color: #CA1D5C;
	color: #fff;
}
.booco #course .course-4-type{
	background-color: #EF558B;
	color: #fff;
}
.booco #course .course-lead{
	background-color: #D1D3D4;
}
.booco #course .course-bg{
	background-color: #fff;
}
.booco #price .frame{
	border: 5px solid #00AEAB;
	border-radius: 20px;
	background-color: #fff;
}
.booco #price .frame .pricing{
	color: #00AEAB;
}
/* Talking Marathon */
.talkingm .key-color{
	color: #CB9D46;
}

.talkingm #navigation li.talkingm .title {
	font-size: 1.1rem;
	font-weight: 800;
	padding: 18px 0;
}
.talkingm #navigation li.talkingm .sub-title  {
	background: #E8CE4C;
}
.talkingm #navigation li.talkingm a {
	border-bottom-color: #FFF;
}
.talkingm #intro .service-detail .lead {
	color: #007296;
}
.talkingm #feature {
	background-color: #FFF6E5;
	position: relative;
}
.talkingm #price {
	background-color: #fff;
}
.talkingm #step {
	background: #fff;
	padding: 4.2% 5%;
}
.talkingm #step p {
	min-height: 10rem;
}
.talkingm #price .frame{
	border: 5px solid #CB9D46;
	border-radius: 20px;
}
.talkingm #price .frame .pricing{
	color: #007296;
}
.talkingm .book-img {
  display: block;
  margin: auto;
  position: absolute;
  height: 206px;
  top: 43px;
  right: 85px;
  margin: auto;
}
.talkingm .round-circle {
	position: absolute;
  bottom: -3rem;
  right: 0;
  width: 289px;
  height: 269px;
}

@media (max-width: 1285px) {
	.talkingm .book-img {
		height: 150px;
		top: -30px;
		right: 60px;
	}
	.talkingm .book-img img {
		height: 150px;
	}
	.talkingm .round-circle {
		width: 230px;
		height: 210px;
	}
}
@media (max-width: 768px) {
	.talkingm .book-img {
		height: 120px;
		right: inherit;
		top: inherit;
		bottom: 0;
		left: 20px;
	}
	.talkingm .book-img img {
		height: 120px;
	}
	.talkingm .round-circle {
		width: 160px;
		height: 150px;
	}
	.talkingm #feature {
		padding-bottom: 10rem!important;
	}
}
@media (max-width: 370px) {
	.talkingm .book-img {
		height: 90px;
		bottom: 40px;
	}
	.talkingm .book-img img {
		height: 90px;
	}
}


@media (max-width: 768px) {
	.booco #navigation li.booco .title, .talkingm #navigation li.talkingm .title {
		padding: 16px 0;
	}
}
@media (max-width: 1400px) {
	.talkingm #navigation li.talkingm .title {
		padding: 5px 0;
	}
}
@media (max-width: 1199px) {
	.talkingm #navigation li.talkingm .title {
		padding: 18px 0;
	}
}
@media (max-width: 1167px) {
	.talkingm #navigation li.talkingm .title {
		padding: 5px 0;
	}
}

/* ALC Online */
.aoe .key-color{
	color: #DE5C74;
}
.aoe .key-color-green {
	color: #50b94d;
}
.aoe #navigation li.aoe .title {
	font-size: 20px;
	font-weight: 800;
	padding: 16px 0;
}
.aoe #navigation li.aoe .sub-title {
	background: #FEA1B0;
}
.aoe #navigation li.aoe a {
	border-bottom-color: #FFF;
}
.aoe .env .detail:nth-child(2) tr th,
.aoe .env .detail:nth-child(2) tr td{
	border-left-width: 0;
}
.aoe .env .detail:nth-child(1){
	margin-right: calc(-1.5rem * 0.5);
}
.aoe .env .detail:nth-child(2){
	margin-left: calc(-1.5rem * 0.5);
}
.aoe #feature,
.aoe #course{
	background-color: #FFF6E5;
	position: relative;
}
.aoe #outline {
	background: #fff;
	padding: 4.9% 5.5%;
}

.aoe #outline .inner {
	padding: 4% 0;
	margin: auto;
}

.aoe .round-circle {
	position: absolute;
}
.aoe .round-circle.s1 {
	top: 89px;
	right: 77px;
}
.aoe .round-circle.s2 {
	bottom: 51px;
	right: 66px;
}

@media (max-width: 1295px) {
	.aoe .round-circle.s2 {
		max-width: 280px;
		bottom: 30px;
		right: 40px;
	}
}
@media (max-width: 1200px) {
	.aoe .round-circle.s1 {
		max-width: 150px;
		top: 10px;
		right: 20px;
	}
	.aoe .round-circle.s2 {
		max-width: 220px;
		bottom: -1rem;
		right: 25px;
	}
}
@media (max-width: 768px) {
	.aoe .round-circle.s1 {
		max-width: 150px;
		top: inherit;
		bottom: 0;
		right: inherit;
		left: 20px;
	}
	.aoe .round-circle.s2 {
		bottom: -1rem;
		right: 25px;
	}
	.aoe #feature {
		padding-bottom: 10rem!important;
	}
}
@media (max-width: 440px) {
	.aoe .round-circle.s1 {
		max-width: 100px;
		top: inherit;
		bottom: 0;
		right: inherit;
		left: 20px;
	}
	.aoe .round-circle.s2 {
		max-width: 170px;
		bottom: -1rem;
		right: 15px;
	}
}


@media (min-width: 992px) {
	.aoe #outline .inner {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.aoe #outline .inner {
		max-width: 1140px;
	}
}
@media (min-width: 1400px) {
	.aoe #outline .inner {
		max-width: 1320px;
	}
}

.aoe #outline .content{
	background-color: #FFD0D7;
}
.aoe #outline .detail{
	border: 1px solid #FFD0D7;
}
.aoe #outline .row:nth-child(odd) .content{
	background-color: #FEA1B0;
}
.aoe #outline .row:nth-child(odd) .detail{
	border: 1px solid #FEA1B0;
}
.aoe #course .course-name{
	background-color: #DE5C74;
	color: #fff;
}
.aoe #course .course-content{
	border: 4px solid #bcbec0;
	background-color: #fff;
}
.aoe #course .unit picture img{
	height: 160px;
	margin: 10px;
}
.aoe #course .unit-detail .unit-1{
	border: 4px solid #4871b7;
	background-color: #f1f2fa;
}
.aoe #course .unit-detail .unit-1 .header{
	color: #4871b7;
}
.aoe #course .unit-detail .unit-2{
	border: 4px solid #eb8d22;
	background-color: #fef7ee;
}
.aoe #course .unit-detail .unit-2 .header{
	color: #eb8d22;
}
.aoe #course .unit-detail .unit-3{
	border: 4px solid #bc78b2;
	background-color: #f9f4f9;
}
.aoe #course .unit-detail .unit-3 .header{
	color: #bc78b2;
}
.aoe #course .unit-detail .unit-4{
	border: 4px solid #d25e47;
	background-color: #fcf3ee;
}
.aoe #course .unit-detail .unit-4 .header{
	color: #d25e47;
}
.aoe #course .unit-detail .unit-5{
	border: 4px solid #45a087;
	background-color: #f2f6f4;
}
.aoe #course .unit-detail .unit-5 .header{
	color: #45a087;
}
.aoe #course .unit-detail .unit-6{
	border: 4px solid #3cb5bc;
	background-color: #f4fafa;
}
.aoe #course .unit-detail .unit-6 .header{
	color: #3cb5bc;
}
.aoe #price .frame{
	border: 5px solid #DE5C74;
	border-radius: 20px;
}
.aoe #price .frame .pricing{
	color: #DE5C74;
}

/* ALC NetAcademy NEXT */
.nanext .key-color{
	color: #A07CEE;
}
.nanext #navigation li.nanext .title {
	font-size: 1.1rem;
	font-weight: 800;
	padding: 18px 0;
}
.nanext #navigation li.nanext .sub-title  {
	background: #C0BBFF;
}
.nanext #navigation li.nanext a {
	border-bottom-color: #FFF;
}
.nanext #intro .logo{
	max-height: 100px;
}
.nanext .env .detail:nth-child(2) tr th,
.nanext .env .detail:nth-child(2) tr td{
	border-left-width: 0;
}
.nanext .env .detail:nth-child(1){
	margin-right: calc(-1.5rem * 0.5);
}
.nanext .env .detail:nth-child(2){
	margin-left: calc(-1.5rem * 0.5);
}
.nanext .env .detail:nth-child(2) tr th,
.nanext .env .detail:nth-child(2) tr td{
	border-left-width: 0;
}
.nanext .env .detail:nth-child(1){
	margin-right: calc(-1.5rem * 0.5);
}
.nanext .env .detail:nth-child(2){
	margin-left: calc(-1.5rem * 0.5);
}
.nanext #feature,
.nanext #course{
	background-color: #FFF6E5;
	position: relative;
}

.nanext #support {
	background: #fff;
}
.nanext #support .inner {
	padding: 4% 0;
	margin: auto;
}

.nanext .round-circle {
	position: absolute;
}
.nanext .round-circle.s1 {
	top: 131px;
	right: 99px;
}
.nanext .round-circle.s2 {
	bottom: 60px;
	right: 60px;
}
@media (max-width: 1090px) {
	.nanext .round-circle.s1 {
		top: 50px;
		right: 40px;
	}
	.nanext .round-circle.s2 {
		bottom: 60px;
		right: 40px;
	}
}
@media (max-width: 1060px) {
	.nanext .round-circle.s1 {
		max-width: 250px;
		top: 50px;
		right: 40px;
	}
	.nanext .round-circle.s2 {
		max-width: 300px;
		bottom: 60px;
		right: 10px;
	}
}
@media (max-width: 768px) {
	.nanext .round-circle.s1 {
		max-width: 150px;
		top: inherit;
		right: inherit;
		left: 20px;
		bottom: 0;
	}
	.nanext .round-circle.s2 {
		max-width: 200px;
		bottom: 0;
		right: 20px;
	}
	.nanext #feature {
		padding-bottom: 11rem!important;
	}
}
@media (max-width: 400px) {
	.nanext .round-circle.s1 {
		max-width: 130px;
	}
	.nanext .round-circle.s2 {
		max-width: 160px;
		right: 10px;
	}
	.nanext #feature {
		padding-bottom: 8rem!important;
	}
}

@media (min-width: 992px) {
	.nanext #support .inner {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.nanext #support .inner {
		max-width: 1140px;
	}
}
@media (min-width: 1400px) {
	.nanext #support .inner {
		max-width: 1320px;
	}
}

.nanext #support .content-title small{
	font-size: .9rem;
}
.nanext #support .name {
	background-color: #C0BBFF;
	color: #fff;
}
.nanext #support .detail {
	background-color: #e6e7e8;
}
.nanext #course .detail {
	border: 2px solid #A07CEE;
	background-color: #FFF6E5;
}
.nanext #price .frame{
	border: 5px solid #A07CEE;
	border-radius: 20px;
}
.nanext #price .frame .pricing{
	color: #A07CEE;
}
.nanext .next-logo img {
  max-width: 450px;
  width: 100%;
}

/* Online Seminar */
.seminar .key-color{
	color: #36AAD4;
}
.seminar #navigation li.seminar .title {
	font-size: 1.25rem;
	font-weight: 800;
	padding: 16px 0;
}
.seminar #navigation li.seminar .sub-title  {
	background: #6BCEF2;
}
.seminar #navigation li.seminar a {
	border-bottom-color: #FFF;
}
.seminar #feature {
	background-color: #FFF6E5;
	position: relative;
}
.seminar .env .title{
	color: #36AAD4;
}
.seminar .service-detail .env {
  margin: auto;
    max-width: 524px;
}
.seminar .env .detail{
	border: 2px solid #36AAD4;
	font-size: 1rem;
}
.seminar .env .detail .chapter{
	background-color: #36AAD4;
}
.seminar #program {
	background: #fff;
}

.seminar #program .inner {
	padding: 4% 0;
	margin: auto;
}

.seminar .round-circle {
	position: absolute;
	bottom: 0;
	right: 53px;
}
@media (max-width: 1100px) {
	.seminar .round-circle {
		max-width: 320px;
		right: 30px;
	}
}
@media (max-width: 940px) {
	.seminar .round-circle {
		max-width: 280px;
		right: 15px;
	}
}
@media (max-width: 768px) {
	.seminar #feature {
		padding-bottom: 8rem!important;
	}
}

@media (min-width: 992px) {
	.seminar #program  .inner {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.seminar #program  .inner {
		max-width: 1140px;
	}
}
@media (min-width: 1400px) {
	.seminar #program  .inner {
		max-width: 1320px;
	}
}

.seminar #program .name {
	background-color: #6BCEF2;
	color: #fff;
}
.seminar #program .content {
	color: #36AAD4;
	background-color: #e6e7e8;
}
.seminar #program .detail {
	border: 5px solid #e6e7e8;
}
.seminar #price .frame{
	border: 5px solid #36AAD4;
	border-radius: 20px;
}
.seminar #price .frame .pricing{
	color: #36AAD4;
}

/* TSST */
.tsst .mx-850 {
	max-width: 850px;
	margin: auto;
}
.tsst .key-color{
	color: #ADC300;
}
.tsst #navigation li.tsst .title {
	font-size: 1.5rem;
	font-weight: 800;
	padding: 13px 0;
}
.tsst #navigation li.tsst .sub-title  {
	background: #DAD438;
}
.tsst .booco #navigation li.tsst a {
	border-bottom-color: #FFF;
}
.tsst #intro .point-header{
	background-color: #ADC300;
	color: #fff;
}
.tsst #intro .point-body{
	background-color: #e4e5e6;
}
.tsst #intro .check-mark{
	list-style-type: none;
}
.tsst #intro .check-mark li{
	position: relative;
}
.tsst #intro .check-mark li:before{
	content: '';
	display: block;
	position: absolute;
	left: -2rem;
	top: 0;
	width: 1.8rem;
	height: 1.8rem;
	background: transparent url("../img/tsst/chkmk_big.png") no-repeat left top;
	background-size: contain;
}
.tsst #intro .detail{
	border: 2px solid #ADC300;
	background-color: #E6EDB3;
}
.tsst #feature{
	background-color: #FFF6E5;
}
.tsst #feature h4 {
	color: #000;
	font-size: 32px;
	margin: 2rem 0!important;
}
.tsst #feature .point-header{
	background-color: #ADC300;
	color: #fff;
}
.tsst #feature .point-body{
	background-color: #fff;
}
.tsst #feature .check-mark{
	list-style-type: none;
}
.tsst #feature .check-mark li{
	position: relative;
}
.tsst #feature .check-mark > li:before{
	content: '';
	display: block;
	position: absolute;
	left: -2rem;
	top: 0;
	width: 1.8rem;
	height: 1.8rem;
	background: transparent url("../img/tsst/chkmk_sm.png") no-repeat left top;
	background-size: contain;
}
.tsst #feature .check-mark > li > ul{
	list-style-type: disc;
}
.tsst #feature .level{
	border-radius: 18px;
	background-color: #e6e7e8;
	position: relative;
}
.tsst #feature .level:before{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 0;
}
.tsst #feature .level.lv-6:before{
	border-top: 64px solid #e6e7e8;
	transform: rotate(50deg);
	bottom: -41px;
	left: -25px;
}
.tsst #feature .level.lv-5:before{
	border-top: 50px solid #e6e7e8;
	transform: rotate(70deg);
	bottom: -30px;
	top: 0;
	left: -30px;
	margin: auto;
}
.tsst #feature .level.lv-4:before{
	border-top: 50px solid #e6e7e8;
	transform: rotate(110deg);
	bottom: 0;
	top: -30px;
	left: -30px;
	margin: auto;
}
.tsst #feature .level.lv-3:before{
	border-top: 64px solid #e6e7e8;
	transform: rotate(130deg);
	bottom: 0;
	left: -25px;
	top: -39px;
}
.tsst #feature .target{
	border-radius: 18px;
	background-color: #FFF6E5;
}

@media (max-width: 768px) {
	.tsst #feature h4 {
		font-size: 20px;
		margin: 1rem 0!important;
	}
}

.tsst #price .frame{
	border: 5px solid #ADC300;
	border-radius: 20px;
}
.tsst #price .frame .pricing{
	color: #ADC300;
}
.tsst .tsst-logo img {
  max-width: 388px;
  width: 100%;
}

/* オンラインセミナー */
.seminar-movie #header {
	/* background-color: rgba(165, 41, 46, 0.2); */
  background-color: rgb(107, 206, 242);
  padding: 20px;
}
.seminar-movie #header .logo img {
	max-height: 40px;
	margin-right: 10px;
}
.seminar-movie #header h1 a {
  font-size: 24px;
}

.navbar-toggler {
	margin-left: auto;
}

@media (min-width: 768px){
  .service-detail .btn-download:hover {
    background-color: #ffcf40;
    border-color: #ffcf40;
  }
}

@media (max-width: 880px) {
	.navbar{
		flex-direction: column;
	}
	/* #header .logo {
		 font-size: 0!important;
	   } */
	#header .logo img {
		margin-right: 0;
	}
}

@media (max-width: 1030px) {
	#header .logo {
		font-size: 0.875rem;
	}
	.navbar .getdownload, .navbar .getdownload:focus {
    margin-left: 0.625rem;
	}
}
@media (max-width: 1086px) {
	.navbar a, .navbar a:focus {
		font-size: 0.813rem;
	}
	.navbar .getstarted, .navbar .getstarted:focus, .navbar .getdownload, .navbar .getdownload:focus {
		margin-left: 0.938rem;
	}
}
@media (max-width: 1400px){
	#navigation li a{
		font-size: 0.9rem;
	}

	#intro .service-detail .lead{
		font-size: 1.6rem;
	}
	#intro .service-detail .name{
		font-size: 2rem;
	}

	.aoe .env{
		position: relative;
	}
	.nanext .env{
		position: relative;
	}
}
@media (max-width: 1200px){
	#navigation li a{
		font-size: 0.8rem;
	}

	#intro .service-detail .lead {
		font-size: 1.4rem;
	}
	#intro .service-detail .name {
		font-size: 2rem;
	}

}
@media (max-width: 992px){
	.navbar .getstarted, .navbar .getstarted:focus, .navbar .getdownload, .navbar .getdownload:focus {
		display: inline-block;
		font-size: 20px!important;
		margin-left: 0;
		text-align: center;
		margin: auto;
	}
	.navbar .getstarted, .navbar .getstarted:focus {
		max-width: 246px;
		margin-top: 38px;
	}
	.navbar .getdownload, .navbar .getdownload:focus {
		max-width: 214px;
		margin: 25px auto 0!important;
	}
	#navigation{
		display: none;
		margin-top: 90px;
		margin-bottom: 20px;
	}
	#navigation ul{
		margin-top: 10px;
	}
	#navigation li{
		width: 100%;
		margin-bottom: 5px;
	}
	#navigation li a{
		font-size: 1rem;
	}
	#navigation li a br{
		display: none;
	}
	#navigation li a:before,
	#navigation li a:after{
		display: none;
	}

	#intro {
		padding-top: 100px;
	}
	#intro .lead{
		font-size: 1.2rem;
	}
	#intro .name{
		font-size: 1.8rem;
	}

	.env{
		position: relative;
	}

	#footer-nav .nav{
		padding: 0;
	}
	#footer-nav .nav li{
		width: 100%;
	}
	#footer-nav .nav a{
		border-right: none;
		border-bottom: 1px solid #738efa;
		padding: 10px;
	}

	.booco #footer-nav .nav a{
		border-bottom: 1px solid #9ccbe7;
	}
	.talkingm #footer-nav .nav a{
		border-bottom: 1px solid #f8a751;
	}
	.aoe #footer-nav .nav a{
		border-bottom: 1px solid #80e07e;
	}
	.nanext #footer-nav .nav a{
		border-bottom: 1px solid #C0BBFF;
	}
	.seminar #footer-nav .nav a{
		border-bottom: 1px solid #36AAD4;
	}
	.tsst #footer-nav .nav a{
		border-bottom: 1px solid #ADC300;
	}

	#footer-nav .nav li:last-child a{
		border-bottom: none;
	}

	.talkingm #step p {
		min-height: 12rem;
	}

	.nanext .env .detail:nth-child(2) tr th,
	.nanext .env .detail:nth-child(2) tr td{
		border-left-width: 2px;
	}
	.nanext .env .detail:nth-child(1){
		margin-right: 0;
	}
	.nanext .env .detail:nth-child(2){
		margin-left: 0;
	}

	.aoe .env .detail:nth-child(2) tr th,
	.aoe .env .detail:nth-child(2) tr td{
		border-left-width: 2px;
	}
	.aoe .env .detail:nth-child(1){
		margin-right: 0;
	}
	.aoe .env .detail:nth-child(2){
		margin-left: 0;
	}

}
@media (max-width: 880px) {
	#navigation{
		margin-top: 125px;
	}
}
@media (max-width: 468px) {
	#navigation{
		margin-top: 135px;
	}
}
@media (max-width: 768px){

	#intro .lead{
		font-size: 1rem;
	}
	#intro .name{
		font-size: 1.6rem;
	}

	.booco .round-circle{
		width: 240px;
		height: 240px;
	}

  .service-detail .btn-download {
    width: 100%;
    max-width: 400px;
  }

	.talkingm #step p {
		min-height: auto;
	}

	.nanext #intro .logo{
		max-height: none;
	}

	.tsst #feature .level:before{
		content: none;
	}
}

@media (max-width: 468px){
	#header h1 a{
		font-size: 14px;
	}
	#header .logo img{
		max-height: 65px;
		margin-right: 10px;
	}
	#navigation{
		margin-top: 120px;
	}
	#navigation li a{
		font-size: 0.86rem;
	}

	#intro .service-header{
		padding: 20px 0 10px 0;
	}
	#intro picture.point img{
		height: 36px;
		margin: 0 10px;
	}
	#intro .service-detail .lead{
		font-size: 1rem;
	}
	#intro .service-detail .name{
		font-size: 1.4rem;
	}

	#price .frame .body{
		font-size: 1.2rem;
	}
	#price .frame .body br{
		display: none;
	}
	#price .frame .pricing{
		font-size: 1.8rem;
	}

	.booco #course .text-md-center br{
		display: none;
	}


}
