
.whites-box{
	padding: 5rem 2rem;
	background-color: #fff;
	box-sizing: border-box;
}
.yellow-box{
	padding: 5rem 2rem;
	background-color: var(--color-lp-yellow);
	box-sizing: border-box;
}

.blue-bk{
	background-color: var(--color-lp-blue);
}
.yellow-bk{
	background-color: var(--color-lp-yellow);
}


.en{
	font-family: "saffran", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.mv{
	text-align: center;
}
.mv img{
	display: block;
	width: 100%;
}



.contact-btn{
	margin: 8rem 0;
	width: 100%;
	padding: 1em;
	display: block;
	text-align: center;
	box-sizing: border-box;
}

.contact-btn h2{
	position: relative;
}
.contact-btn h2 span{
	color: var(--color-lp-base);
}

.contact-btn .en{
	position: absolute;
	font-size: 4.5em;
	color: var(--color-lp-pink);
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: -1;
}

.contact-btn a{
	background-color: var(--color-lp-base);
	color: #fff;
	padding: 0.5em 0;
	box-sizing: border-box;
	margin: 0.5em auto 0;
	display: block;
	max-width: 600px;
	width: 90%;
	font-size: 0.9em;
	border-radius: 3em;
	transition: all 0.8s ease;
}
.contact-btn a:hover{
	background-color: var(--color-lp-pink);
	color: var(--color-lp-base);
}




.YouTube-ttl{
	position: relative;
	padding: 0.3em 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 1em;
}

.YouTube-ttl span{
	color: var(--color-lp-base);
}

.YouTube-ttl img{
	display: inline-block;
	margin-right: 0.6em;
}

.YouTube-ttl::after{
	content: "";
	position: absolute;
	max-width: 445px;
	width: 50%;
	border: 3px var(--color-lp-base) solid;
	box-sizing: border-box;
	bottom: 0;
	left: 0;
}

.check-ul{
	display: flex;
	align-items: center;
	justify-content: center;
}

.check-ul li{
	position: relative;
	padding: 0.4em;
	box-sizing: border-box;
	list-style-type: square;
	list-style-position: inside;
}

.check-ul li:nth-child(even){
	background-color: #efefef;
}

.check-ul li:nth-child(even)::before{
	content: "";
	height: 100%;
	width: calc(100% + 50vw);
	position: absolute;
	background-color: #efefef;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: -1;
}

.check-box{
	display: flex;
	justify-content: start;
	align-items: center;
}
.check-box img{
	margin-right: 1em;
}

.check-point-ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.check-point-ul li{
	position: relative;
	width: 260px;
	padding: 0.7em 0.2em 2em;
	box-sizing: border-box;
	border-radius: 0.3em;
	background-color: var(--color-lp-pink);
	margin: 0.3em 1em;
	text-align: center;
}

.check-point-ul h3{
	width: 100%;
	height: 2.1em;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 0.7em;
	line-height: 1.2;
	color: #404040;
}

.check-text{
	position: relative;
	padding: 2em 0;
	box-sizing: border-box;
}

.check-text::before{
	content: "0";
	font-family: "saffran", sans-serif;
	font-weight: 700;
	font-style: normal;	
	color: var(--color-lp-pink);
	font-size: 8em;
	position: absolute;
	font-style: italic;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: -1;
}
.click-img{
	position: relative;
}
.click-img::after{
	content: "";
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: -110px;
	background-image: url(../img/click-img.png);
	width: 113px;
	height: 113px;
}

.check-hukidasi{
	background-color: #efefef;
	color: var(--color-lp-base);
	padding: 0.4em 0.6em;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 1em;
	display: inline-block;
}

.check-hukidasi::before{
	content: "";
	position: absolute;
	width: 1em;
	height: 1em;
	background-color: #efefef;
	transform: translateY(-50%) rotate(45deg);  
	left: 4%;
	bottom: -37%;
}

.check-tatoeba-ul{
	border: 4px solid var(--color-lp-orange);
	padding: 0.5em;
	box-sizing: border-box;
	border-radius: 3em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	color: #1d7fb6;
	font-style: italic;
	position: relative;
	overflow: hidden;
	padding-right: 160px;
}
.check-tatoeba-ul ::after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	width: 150px;
	height: 100%;
	background-color: var(--color-lp-orange);
	background-image: url(../img/kensaku.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform: translateY(-50%);

}
.check-tatoeba-ul li{
	margin:0.1em 1em;
	box-sizing: border-box;
}

.check-ai{
	position: relative;
	padding: 3em 2em 2em;
	box-sizing: border-box;
	background-color: var(--color-lp-pink);
	border-radius: 1em;
}

.check-ai::before{
	content: "";
	position: absolute;
	width: 3em;
	height: 3em;
	box-sizing: border-box;
	background-color: var(--color-lp-pink);
	transform: translateX(-50%) rotate(45deg);
	bottom: -1.5em;
	left: 50%;
	z-index: -1;
}


.check-ai-ttl{
	position: absolute;
	background-color: var(--color-lp-base);
	color: #fff;
	padding: 0.5em 1em;
	transform: translateY(-50%);
	left: 2em;
	top: 0;
	border-radius: 0.2em;
}

.check-ai-ul{
	display: flex;
	justify-content: space-between;
}

.check-ai-ul li{
	position: relative;
	padding: 1em;
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 1em;
}

.check-ai-ul li:not(:first-child)::after{
	content: "+";
	color: #9f9f9f;
	position: absolute;
	transform: translateY(-50%);
	left: -2em;
	top: 50%;
	font-size: 2em;
}




.check-ai-bot{
	background-color: #fff;
	padding: 1em;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}



.check-ai-bot-ttl{
	text-align: center;
}
.check-ai-bot-ttl span{
	padding: 0.4em 0.6em;
	color: #fff;
	background-color:var(--color-lp-blue);
	display: inline-block;
}


.check-ai-bot-ul{
	display: flex;
	justify-items: center;
	overflow: hidden;
}


.check-ai-bot-ul li{
	position: relative;
	margin: 0.5em;
}
.check-ai-bot-ul li:not(:last-child)::after{
	content: "";
	background-image: url(../img/sankaku.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-left: 1em;
}

.check-ai-bot-text{
	text-align: center;
	color: var(--color-lp-blue);
	margin-top: 1em;
}


.youtube-ai-ttl{
	display: flex;
	justify-content: center;
	padding-bottom: 0.4em;
	margin-bottom: 1em;
	position: relative;
	align-items: center;
}

.youtube-ai-ttl::after{
	content: "";
	position: absolute;
	width: 80%;
	max-width: 450px;
	border-bottom: 4px solid var(--color-lp-orange);
	display: block;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.youtube-ai-ttl img{
	max-width: 20%;
}

.youtube-ai-yazirusi{
position: relative;
}
.youtube-ai-yazirusi::after{
	content: "";
	display: block;
	background-image: url(../img/youtube-ai-yazirusi.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 3em;
}

.youtube-ai-box{
	margin-top: 5em;
	padding: 1em;
	box-sizing: border-box;
	position: relative;
	padding-left: 25%;
	text-align: center;
}


.youtube-ai-box::before{
	content: "";
	position: absolute;
	height: calc(100% + 2em);
	width: calc(100% + 50vw);
	border-radius: 1em;
	right: 0;
	top: 50%;
	background-color: var(--color-lp-yellow);
	display: block;
	z-index: -1;
	transform: translateY(-50%);
}

.youtube-ai-box .number{
	position: absolute;
	transform: translateY(-50%);
	left: 15%;
	top: 20%;
	z-index: 2;
}
.youtube-ai-box .img{
	width: 45%;
	position: absolute;
	transform: translateY(-50%) translateX(-100%);
	left: 20%;
	top: 50%;
	z-index: 1;
}

.youtube-ai-box h3{
	color: var(--color-lp-orange);
	font-weight: bold;
	margin-bottom: 0.3em;
	font-size: 1.2em;
}

.youtube-ai-box p+p{
	margin-top: 1em;
}

.youtube-ai-box-ul{
	margin: 0.5em 0;
	padding: 1em 0.4em;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	text-align: left;
	background-color: var(--color-lp-orange);
	color: #fff;
}
.youtube-ai-box-ul li{
	position: relative;
	padding-left: 1.3em;
	box-sizing: border-box;
}
.youtube-ai-box-ul li::before{
	content: "";
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0.4em;
	left: 0;
	display: inline-block;
	background-image: url(../img/youtube-ai-box.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}


.online-ttl{
	text-align: center;
	padding-bottom: 0.4em;
	margin-bottom: 1em;
	position: relative;
	color: var(--color-lp-orange);
}

.online-ttl::after{
	content: "";
	position: absolute;
	width: 80%;
	max-width: 450px;
	border-bottom: 4px solid var(--color-lp-orange);
	display: block;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.online p+p{
	margin-top: 1em;
}

.online-box{
	position: relative;
	padding: 2em 40px;
	box-sizing: border-box;
	border: 4px solid var(--color-lp-orange);
	margin-top: 4em;
	border-radius: 1em;
}

.online-box .number{
	padding:0 0.1em;
	box-sizing: border-box;
	position: absolute;
	color: var(--color-lp-orange);
	background-color: #fff;
	font-family: "saffran", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 3em;
	transform: translateY(-50%);
	display: inline-block;
	top: 0%;
}

.online-box h3{
	color: var(--color-lp-orange);
	padding: 0.4em 0;
	font-weight: 500;
	position: relative;
	margin-bottom: 1em;
}
.online-box h3::after{
	content: "";
	position: absolute;
	width: calc(100% + 80px);
	display: block;
	left: -40px;
	border-bottom: 3px solid var(--color-lp-orange);
}

.online-box-in{
	margin-top: 1em;
	padding-left: 200px;
	padding-top: 3em;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.online-box-in+.online-box-in{
	margin-top: 2em;
}
.online-hukidasi{
	text-align: center;
	color: #fff;
	padding: 2em 1em;
	box-sizing: border-box;
	border-radius: 5em;
	display: block;
	letter-spacing: -0.03em;
	position: absolute;
	top: 0;
	left: 0;
}

.online-hukidasi::before{
	content: "";
	position: absolute;
	width: 170px;
	height: 170px;
	display: block;
	background-image: url(../img/hukidasi.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.online-box-on{
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	width: 100%;
}
.online-box-in-text{
	text-align: right;
}

.online-box-ul{
	margin: 1em 0;
}
.online-box-ul li{
	padding-left: 1.3em;
	position: relative;
	box-sizing: border-box;
}


.online-box-ul li::before{
	content: "";
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0.4em;
	left: 0;
	display: inline-block;
	background-image: url(../img/check-orenzi.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.online-pop{
	background-color: var(--color-lp-orange);
	padding: 0.4em 1em;
	color: #fff;
	box-sizing: border-box;
	margin-bottom: 1em;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}


.online-pop::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -0.9em;
	transform: translateX(-50%);
	width: 0;
  height: 0;
  border-style: solid;
  border-right: 1em solid transparent;
  border-left: 1em solid transparent;
  border-top: 1em solid var(--color-lp-orange);
  border-bottom: 0;
}

.online-box02{
	position: relative;
}



.online-box-3{
	display: flex;
	justify-content: center;
}

.online-box-3-in{
	margin: 1em 2em;
	position: relative;
}
.online-box-3-in:last-child:after{
	content: "+";
	position: absolute;
	color: var(--color-lp-orange);
	font-size: 3em;
	font-weight: 600;
	transform: translateY(-50%) translateX(-50%);
	top: 50%;
	left: -0.7em;
}

.online-box-3-in h4{
	padding: 0.4em 1em;
	box-sizing: border-box;
	background-color: var(--color-lp-orange);
	color: #fff;
	margin-bottom: 0.4em;
}

.online-box-ol .en{
	color: var(--color-lp-orange);

}
.online-box-3-in-box{
	text-align: center;
	padding: 2em 1em;
	box-sizing: border-box;
	background-color: var(--color-lp-orange);
	color: #fff;
	position: relative;
}
.online-box-3-in-box::before{
	content: "";
	position: absolute;
	width: calc(100% + 80px);
	height: 100%;
	background-color: var(--color-lp-orange);
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	top: 50%;
	display: block;
	z-index: -1;
}
.online-box-h4{
	padding: 0.4em 1em;
	box-sizing: border-box;
	color: #fff;
	background-color: var(--color-lp-orange);
	display: inline-block;
	margin-bottom: 1em;
}

.online-box-kei{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.online-box-kei li{
	box-sizing: border-box;
	padding: 1em;
	margin: 0.6em;
	text-align: center;
	background-color: #fffef4;
}

.online-box-kei h4{
	padding: 0.4em 1em;
	box-sizing: border-box;
	color: #fff;
	background-color: var(--color-lp-orange);
	display: inline-block;
	margin-bottom: 1em;
}
.online-box-kei p{
	font-size: 1.8em;
	color: var(--color-lp-orange);
}

.online-box-4-text{
	color: var(--color-lp-orange);
	font-size: 1.3em;
	position: relative;
}

.online-box-4-text::before{
	content: "";
	position: absolute;
	width: 100%;
	padding: 4em;
	box-sizing: border-box;
	background-image: url(../img/doto.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	top: 50%;
	z-index: -1;
}

.seminar{
	padding: 2em;
	position: relative;
}

.seminar::before{
	content: "";
	position: absolute;
	width: calc(100% + 30vw);
	height: 100%;
	display: block;
	background-color: var(--color-lp-yellow);
	border-radius: 1em;
	z-index: -1;
	top: 50%;
	left:calc(50% + 10em);
	transform: translateY(-50%) translateX(-50%);
}

.seminar-ttl{
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #fff;
	position: absolute;
text-align: center;
top: -10%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}

.seminar-ttl span{
	background-color: var(--color-lp-orange);
	border-radius: 3em;
	padding: 0.4em 1em;
	box-sizing: border-box;
}
.seminar-box{
	display: flex;
	justify-content: center;
}

.seminar-ul li{
	position: relative;
	padding-left: 1.3em;
	margin-top: 1em;
	box-sizing: border-box;
}

.seminar-ul li::before{
		content: "";
	width: 1em;
	height: 1em;
	position: absolute;
	left: 0;
	top: 0.4em;
	display: inline-block;
	background-image: url(../img/check-orenzi.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}



.after-bx-ttl{
	color: #fff;
	position: relative;
	padding: 0.5em 1em;
	box-sizing: border-box;
	margin-bottom: 1.2em;
	text-align: center;
}
.after-bx-ttl span::after{
	content: "";
	display: block;
	position: absolute;
    width: 100%;
    padding: 4em;
    box-sizing: border-box;
    background-image: url(../img/doto.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    top: 50%;
    z-index: -10;
	}


.after-bx-ttl::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -0.9em;
	transform: translateX(-50%);
	width: 0;
  height: 0;
  border-style: solid;
  border-right: 1em solid transparent;
  border-left: 1em solid transparent;
  border-top: 1em solid var(--color-lp-orange);
  border-bottom: 0;	
}

.after-bx-ttl::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: var(--color-lp-orange);
	width: calc(100% + 50vw);
	height: 100%;
	border-radius: 3em;
}

.after-bx h3{
	padding: 0.3em 1em;
	box-sizing: border-box;
	background-color: var(--color-lp-orange);
	color: #fff;
	display: inline-block;
	margin-top: 2em;
	margin-bottom: 0.6em;
}

.after-bx-in{
	background-color: var(--color-lp-yellow);
	padding: 0.2em 0.5em;
	border: 4px solid var(--color-lp-orange);
	box-sizing: border-box;
	color: var(--color-lp-orange);
}

.after-bx-in-text .orange{
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.after-bx-ul li{
	position: relative;
	padding-left: 1.3em;
	box-sizing: border-box;
}

.after-bx-ul li+li{
	margin-top: 0.5em;

}

.after-bx-ul li::before{
		content: "";
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0.4em;
	left: 0;
	display: inline-block;
	background-image: url(../img/check-orenzi.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.after-bx-ul-box{
	display: flex;
	justify-content: start;
}

.Lecturer{
	margin-top: 20rem;
	position: relative;
	padding: 2em 1em;
	box-sizing: border-box;
	background-color: var(--color-lp-yellow);
}
.Lecturer-img{
	max-width: 50%;
	position: absolute;
	 transform: translateY(-50%) translateX(-50%);
    right: 0;
    top: 10%;
}

.Lecturer-name{
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: start;
	align-items: center;
}
.Lecturer-name .text{
	margin-left: 2em;
}
.Lecturer-name h3{
	position: relative;
}

.Lecturer-name h3::after{
	content: "";
	width: 50%;
	max-width: 400px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 4px solid var(--color-lp-orange);
}

.Lecturer-name .tagu{
	color: var(--color-lp-orange);
	font-size: 0.8em;
	margin-right: 1em;
}

@media screen and (min-width: 1200px) {
.check-ai-bot-ul li{margin: 1em;}
.after-bx{
	position:relative;
}
.heck-ai{
	margin-top: 10rem;
}


.after-bx::before{
	content: "";
	width: 30vw;
	height: 30vw;
	position: absolute;
	bottom: 10%;
	right: -20px;
	display: inline-block;
	background-image: url(../img/bk-ai.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 0.3em;
	z-index: -1;
	transform: translateY(-50%);
}

.seminar::after{
	content: "";
	width: 205px;
	height: 425px;
	position: absolute;
	left: -20px;
	bottom: -50%;
	display: block;
	background-image: url(../img/semina-img12.png);
	background-position: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: translateY(-50%) ;
}

.seminar-ttl::after{
	content: "";
	width: 340px;
	height: 403px;
	position: absolute;
	right: -3em;
	top: 0;
	display: block;
	background-image: url(../img/semina-img11.png);
	background-position: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: translateY(-50%) ;
}
	.after-bx h3{
	font-size: 36px;
}
	.check-ai::after{
	content:"";
	position: absolute;
	background-image: url(../img/ai-img.png);
	background-position: center;
	width: 350px;
	height: 315px;
	display: block;
	right: 2em;
	top: -1%;
	transform: translateY(-50%);
}
.online-box02::after{
	content: "";
	position: absolute;
	width: 40%;
	height: 100%;
	display: block;
	right: 1em;
	bottom: 1em;
	background-image: url(../img/semina-hito.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.number-sp{
	display: none;
}

}/*@media screen and (min-width: 1200px) {*/
@media screen and (max-width: 1400px) {
.Lecturer-img{ right: -19%;}
}
@media screen and (max-width: 1199px) {
	.check-point-ul li {
    padding-bottom: 3em;
}
.check-point-ul h3{font-size: 1em;}

.check-ai-bot{
	display: block;
	text-align: center;
}
.check-ai-bot-ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.check-ai-bot img{
	max-width: 40%;
	margin-top: 1em;
}
.youtube-ai-ttl img{
	max-width: 10%;
}
.youtube-ai-box .number{
	display: none;
}
.youtube-ai-box h3{
	padding-left: 5em;
	box-sizing: border-box;
}
.number-sp{
	background-color: var(--color-lp-orange);
	color: #fff;
	width: 2.4em;
	height: 2.4em;
	box-sizing: border-box;
	font-size: 1.7em;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3em;
}
.online-box-in{
	padding: 0;
}
.youtube-ai-box{
	padding-left: 0;
}
.youtube-ai-box .img{
	display: none;
}
.online-hukidasi{
	background-color: var(--color-lp-orange);
    padding: 0.4em 1em;
    color: #fff;
    box-sizing: border-box;
	position: relative
}
.online-hukidasi::before{
 background-color: var(--color-lp-orange);
 background-image: none;
 width: 2em;
 height: 2em;
 position: absolute;
bottom:50%;
 left: 50%;
 transform: translateX(-50%)rotate(45deg)translateY(-50%);
}
.online-pop{
	position: relative;
}
.online-box-3{
	display: block;
}
.online-box-3-in{
	margin: 1em 0;
}
.online-box-3-in+.online-box-3-in{
	margin-top: 4em;
}
.online-box-3-in:last-child:after{
	top: -0.8em;
	left: 50%;
	transform: translateX(-50%)translateY(-50%);
}
.after-bx-sp{
	line-height: 2;
}
.Lecturer{
	margin-top: 5rem;
}
.Lecturer-img{
	display: none;
}
.seminar::before{
	    left:50%;
}
.check-point-ul img{
	width: 20vw;
}
.click-img::after{
	display: none;
}


}/*@media screen and (max-width: 1199px) {*/
@media screen and (max-width: 800px) {
	.online-box{
		text-align: center;
	}
	.online-box-kei{
	justify-content: center;
}
.check-point-ul li{
	margin: 1em;
	width: calc(50% - 2em);
}
.online-box .number{
	left: 20px;
}
.YouTube-ttl{
	justify-content: center;
}
.YouTube-ttl img{
	width: 1em;
}
.YouTube-ttl::after{
	left: 50%;
	border-bottom: 3px;
	transform: translateX(-50%);
}
.check-ai-ul{
	display: none;
}

.check-ai-ul li:not(:first-child)::after{
	display: none;
}
.online-box-ul,.online-box-ol{
	text-align: left;
}

.Lecturer-name{
	display: block;
}
.Lecturer-name .text{
	margin-top: 1em;
	margin-bottom: 1em;
}
.contact-btn{
	margin: 5rem 0;
}


.mt150{
	margin-top: 5rem;
}
.mb150{
	margin-bottom: 5rem;
}

.youtube-ai-box-ul li{
	font-size: 1em;
}
.heck-box img{
	width: 20%;
}

.Lecturer-name img{
	width: 50vw;
}
.Lecturer-name h3{
	font-size: 2em;
}
.Lecturer-name .text{
	padding-left: 0;
	margin-left: 0;
}
}/*@media screen and (max-width: 800px) {*/




@media screen and (min-width: 1200px) {
.overview table{
	font-weight: 300;
	font-size: 28px;
}



}


.overview{
	padding: 2em 1em;
	box-sizing: border-box;
	background-color: var(--color-lp-pink);
}
.overview table{
	font-weight: 300;
}
.overview th{
	text-align: right;
	padding: 0.3em;
}
.overview td{padding: 0.3em;}


