header.index #main_visual a.login::before {
	content: "";
	width: 16px;
	height: 16px;
	background: url(https://s.yimg.jp/images/yj-techacademy/v3.0/images/common/icn_login.svg) no-repeat center;
	display: block;
	background-size: contain;
	margin-right: 10px;
}

header.index #main_visual a.login {
	display: flex;
	align-items: center;
	padding: 10px;
}

header.index #main_visual a.login {
	display: flex;
	display: flex;
	align-items: center;
	padding: 0px;
	position: absolute;
	top: 290px;
	left: 20px;
}

header.index #main_visual h1.toptitle {
	font-feature-settings: "palt";
	letter-spacing: 2px;
	color: #00003e;
	font-size: 43px;
	font-weight: 900;
	line-height: 1.7em;
	width: 500px;
	position: absolute;
	top: 40px;
	left: 15px;
}

header.index #main_visual h1.toptitle span {
	line-height: 1em;
	display: inline-block;
	color: #fff;
	background: #00003e;
	padding: 10px;
	margin-right: 5px;
}

header.index {
	background: url(../images/main/image_business_main2.jpg) no-repeat center top;
	background-size: cover;
	height: 330px;
	position: relative;
	margin-bottom: 20px;
	filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.3));
}

header.index #main_visual {
	height: 246px;
	position: relative;
	padding: 10px;
}

header.index #main_visual h1 {
	font-feature-settings: "palt";
	letter-spacing: 2px;
	color: #00003e;
	font-size: 38px;
	font-weight: bold;
	line-height: 1.5em;
	width: 700px;
	position: absolute;
	top: 60px;
	left: 15px;
}

header.index #main_visual a.totop {
	position: absolute;
	margin: auto 0;
	right: 0;
	bottom: 0;
	top: 0;
}

header.index #main_visual .illust {
	position: absolute;
	z-index: 1;
}

header.index #main_visual .illust.gear {
	top: 32%;
	right: 28%;
	width: 9%;
	animation: bounce01 5s ease-in-out 0s 3 backwards;
}

header.index #main_visual .illust.prompt {
	top: 13%;
	right: 26%;
	width: 8%;
	animation: bounce02 5.5s ease-in-out 0s 3 backwards;
}

main > section {
	/* display: flex;
    justify-content: center; */
	min-width: 1030px;
}

main > section > .wrapper {
	padding: 50px 10px;
	min-width: 1010px;
	width: 1010px;
	margin: 0 auto;
}

section .wrapper .icn {
	width: 70px;
}

main > section > .wrapper .red {
	color: #ff0033;
}

/*course news*/
#course_news {
	background: #dedcdc;
}

#course_news .wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 10px;
}

section#course_news .wrapper h2 {
	line-height: 1.2em;
	font-weight: bold;
	font-size: 30px;
	font-feature-settings: "palt";
	letter-spacing: 2px;
	padding: 10px;
}

section#course_news .wrapper > p {
	font-weight: bold;
	padding: 20px;
	text-align: center;
}

#course_news .wrapper h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #00003e;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2em;
	font-feature-settings: "palt";
	letter-spacing: 2px;
	padding: 10px;
	height: 70px;
}

#course_news .wrapper h3 span {
	display: flex;
	align-items: center;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 1px;
}

#course_news .wrapper h3 img {
	width: 24px;
	padding: 0 5px;
}

#course_news .wrapper .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
}

#course_news .wrapper .block .block:first-child {
	width: calc(100% - 20px);
	flex-basis: calc(100% - 20px);
	margin: 10px;
	flex-direction: row;
}

#course_news .wrapper .block .block:first-child h3 {
	width: 100%;
}

#course_news .wrapper .block .block:first-child picture {
	width: 40%;
	overflow: hidden;
	position: relative;
}

#course_news .wrapper .block .block:first-child p {
	width: 60%;
}

#course_news .wrapper .block .block:first-child img {
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#course_news .wrapper .block .block:not(:first-child) {
	width: calc(50% - 20px);
	flex-basis: calc(50% - 20px);
	margin: 10px;
}

#course_news .wrapper .block .block {
	box-sizing: border-box;
	flex-direction: column;
	justify-content: flex-start;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

#course_news .wrapper .block .block > img {
	width: 100%;
	height: auto;
}

#course_news .wrapper .block .block p {
	font-weight: normal;
	line-height: 1.5em;
	padding: 20px;
}

#course_news .wrapper .block .block p:first-child {
	border-right: solid 1px #efefef;
}

#course_news .wrapper .block .block:first-child p strong {
	font-size: 22px;
}

#course_news .wrapper .block .block:first-child p strong:not(:first-child) {
	margin-top: 60px;
}

#course_news .wrapper .block .block strong {
	display: block;
	margin-bottom: 1em;
	font-size: 22px;
	line-height: 1.3em;
}

#course_news .wrapper .block .btn {
	margin: 40px auto 10px auto;
	white-space: nowrap;
	font-size: 14px;
}

#course_news .wrapper .block small {
	margin: 0 auto;
	display: block;
	text-align: center;
}

/*about*/
section#about {
	/* background: linear-gradient(118deg, #ffffff 0%, #ffffff 85%, #efefef 85%, #efefef 100%); */
	padding: 60px 0 60px 0;
}

section#about .wrapper {
	padding: 0 10px;
}

section#about .wrapper h2 {
	line-height: 1.2em;
	font-weight: bold;
	font-size: 30px;
	font-feature-settings: "palt";
	letter-spacing: 2px;
	padding: 10px;
}

section#about > .wrapper > .block {
	display: flex;
}

section#about .left {
	width: 60%;
	font-size: 13px;
}

section#about .right {
	width: 40%;
	padding: 0px;
}

section#about .right .wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

section#about .right .wrapper img.yj {
	width: 220px;
	padding: 0px;
}

section#about .right .wrapper img.line {
	width: 130px;
	padding: 0 0 20px 0;
}

section#about .right p span {
	display: block;
}

section#about .left > * {
	padding: 10px;
}

section#about .left h2 {
	width: 590px;
}

section#about .left h3 {
	font-size: 19px;
	color: #00003e;
	font-weight: bold;
	margin-bottom: 20px;
}

section#about .left p {
	/* width: 80%; */
	line-height: 1.8em;
}

section#about .left p span {
	font-weight: bold;
}

/*features*/
#features {
	background-color: #dedcdc;
}

#features .wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#features .wrapper h2 {
	font-weight: bold;
	font-size: 35px;
	padding: 20px;
}

#features .wrapper ul li {
	display: flex;
	padding: 10px 50px;
	margin: 20px;
	background-color: #fff;
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
}

#features .wrapper ul li img {
	width: 300px;
	padding: 20px;
}

#features .wrapper ul li h3 {
	padding: 20px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3em;
}

#features .wrapper ul li p {
	padding: 0 20px;
}

/*case*/
#case {
	background: #00003e url(https://s.yimg.jp/images/yj-techacademy/v3.0/images/main/bg_business_case.png) no-repeat;
	background-size: cover;
}

#case .wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#case .wrapper h2 {
	font-weight: bold;
	font-size: 35px;
	padding: 20px;
	color: #fff;
}

#case .wrapper > p {
	color: #fff;
}

#case .wrapper ul {
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	margin: 40px 0;
	flex-wrap: wrap;
}

#case .wrapper ul li {
	width: 33.33%;
	flex-basis: 33.33%;
	box-sizing: border-box;
	padding: 10px;
}

#case .wrapper ul li h3 {
	background-color: #000;
	font-weight: bold;
	color: #fff;
	padding: 10px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#case .wrapper ul li .block {
	background-color: #fff;
	padding: 10px;
}

#case .wrapper ul li .block small {
	font-size: 12px;
}

#case .wrapper ul li .block p {
	font-weight: bold;
}

#case .wrapper ul li .block a {
	display: block;
	padding: 10px;
	text-align: center;
}

/*course*/
section#course {
	background: #00003e;
}

section#course .wrapper h2 {
	width: 262px;
}

section#course .wrapper > p {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

section#course .wrapper > * {
	padding: 10px;
}

section#course .wrapper > .block {
	width: 990px;
	height: 465px;
}

section#course .wrapper .block {
	display: flex;
}

section#course .wrapper .block .left {
	width: 318px;
}

section#course .wrapper .block .right {
	width: 672px;
	background: #fff;
}

section#course .wrapper .block .right h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #efefef;
	font-size: 28px;
	font-weight: bold;
}

section#course .wrapper .block .right h3::before {
	content: "";
	width: 53px;
	height: 53px;
	background: url(../images/common/icn_engineer.svg) no-repeat;
	background-size: contain;
	margin: 10px;
}

section#course .wrapper .block .right h3::after {
	content: "";
	width: 83px;
	height: 64px;
	background: url(../images/common/icn_subsidy.png) no-repeat;
	background-size: contain;
	margin: 10px;
}

section#course .wrapper .block .right .block {
	padding: 0 20px;
}

section#course .wrapper .block .right p {
	padding: 10px;
	font-size: 16px;
	line-height: 1.5em;
}

section#course .wrapper > .block > .right .first {
	margin-top: 10px;
}

section#course .wrapper > .block > .right .first p strong {
	display: block;
	font-weight: bold;
}

section#course .wrapper > .block > .right .first p small {
	display: block;
	font-size: 13px;
}

section#course .wrapper .block .right .second {
	justify-content: flex-start;
}

section#course .wrapper .block .right .second p {
	font-weight: bold;
}

section#course .wrapper .block .right .second .right {
	width: auto;
}

section#course .wrapper .block .right .second .right span {
	margin-bottom: 10px;
	display: block;
}

section#course .wrapper .block .right .second .right strong {
	font-size: 37px;
	color: #ff4d00;
}

section#course .wrapper .block .right .second .right small {
	font-size: 13px;
}

section#course .wrapper .block .right .second img {
	width: 12px;
	padding: 10px;
}

section#course .wrapper .block .right .second .left {
	white-space: nowrap;
	line-height: 1.5em;
	width: auto;
}

section#course .wrapper .block .right .second .left span {
	display: block;
	font-size: 18px;
}

section#course .wrapper .block .right .second .left span.first {
	line-height: 2em;
}

section#course .wrapper .block .right .second .left span.second {
	font-size: 23px;
}

section#course .wrapper .block .right .second .left span strong {
	font-size: 27px;
	color: #ff4d00;
}

section#course .wrapper .block .right .second .left small {
	font-weight: normal;
	font-size: 12px;
}

section#course .wrapper .block .right ol {
	padding: 20px;
	display: flex;
}

section#course .wrapper .block .right ol li {
	margin: 0 0 0 10px;
	background: #efefef;
	padding: 10px 30px;
	text-align: center;
	position: relative;
}

section#course .wrapper .block .right ol li span {
	display: block;
}

section#course .wrapper .block .right ol li:nth-child(1)::before {
	content: "1";
	background: #225cff;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-weight: bold;
	display: block;
	width: 17px;
}

section#course .wrapper .block .right ol li:nth-child(2)::before {
	content: "2";
	background: #225cff;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-weight: bold;
	display: block;
	width: 17px;
}

section#course .wrapper .block .right ol li:nth-child(3)::before {
	content: "3";
	background: #225cff;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-weight: bold;
	display: block;
	width: 17px;
}

section#course .wrapper .block .right a.btn.black {
	margin: 20px auto;
}

section#course .wrapper .block .right a.btn.red {
	margin: 5px auto 20px auto;
}

section#course .wrapper .block .right small.wafw {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 13px;
	color: #ff2459;
}

/*benefit*/
#benefit .wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 733px;
}
#benefit .wrapper h2 {
	font-size: min(4.8vw, 35px);
	font-weight: bold;
	padding: 20px 10px;
	line-height: 1.5em;
	text-align: center;
}
#benefit .wrapper h2 span.blue {
	display: inline-block;
	padding: 0 10px;
	margin: 0 10px;
	background-color: #00003e;
	color: #fff;
}
#benefit .wrapper > p {
	text-align: center;
	padding: 10px;
}
#benefit .wrapper .block {
	display: flex;
	align-items: center;
	margin: 40px 0;
	box-sizing: border-box;
}

#benefit .wrapper .block .right {
	max-width: 501px;
}

#benefit .wrapper .block .left {
	max-width: 316px;
}

#benefit .wrapper .block .left img {
	padding: 10px;
}

#benefit .wrapper .block > div strong {
	font-size: 16px;
	display: block;
}

#benefit .wrapper .block > div p {
	padding: 10px;
}

/*contact*/
#contact {
	background: #efefef;
}

#contact.middle {
	background: #fff;
}

#contact.middle .wrapper {
	padding: 0 10px 40px 10px;
}

#contact .wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px 10px;
}

#contact .wrapper h2 {
	line-height: 1.2em;
	font-weight: bold;
	font-size: 30px;
	font-feature-settings: "palt";
	letter-spacing: 2px;
	padding: 10px;
}

#contact .wrapper img.illust.prompt {
	width: 70px;
}

#contact .wrapper > p {
	text-align: center;
	padding: 20px;
	font-weight: bold;
}

#contact .wrapper .block {
	display: flex;
}

#contact .wrapper .block div {
	display: flex;
	min-width: 300px;
	padding: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/*freeEvent*/
section#freeEvent {
	background: #efefef;
}

section#freeEvent .wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px 0;
}

#freeEvent .wrapper h2 {
	line-height: 1.2em;
	font-weight: bold;
	font-size: 30px;
	font-feature-settings: "palt";
	letter-spacing: 2px;
	padding: 10px;
}

#freeEvent .wrapper > p {
	font-weight: bold;
	text-align: center;
}

#freeEvent .wrapper .events {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#freeEvent .wrapper .block {
	background: #fff;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	width: calc(33.33% - 20px);
	margin: 10px;
	overflow: hidden;
	align-items: center;
	padding-bottom: 20px;
	flex-basis: calc(33.33% - 20px);
	box-sizing: border-box;
}

#freeEvent .wrapper .block h3 {
	font-size: 16px;
	line-height: 1.5em;
	margin: 10px 20px;
	font-weight: bold;
	width: calc(100% - 40px);
	height: 72px;
	overflow: hidden;
}

#freeEvent .wrapper .block p {
	font-size: 13px;
	width: calc(100% - 40px);
	padding: 10px 20px;
	text-align: center;
}

#freeEvent .wrapper .block a {
	margin-top: 20px;
	max-width: 280px;
}

/*movie*/
section#movie {
	background: #00003e;
}

section#movie .wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px 0;
}

#movie .wrapper h2 {
	color: #fff;
	line-height: 1.2em;
	font-weight: bold;
	font-size: 30px;
	font-feature-settings: "palt";
	letter-spacing: 2px;
	padding: 10px;
}

#movie .wrapper > p {
	color: #fff;
	font-weight: bold;
	text-align: center;
}

#movie .wrapper > .block {
	display: flex;
	justify-content: center;
	margin: 20px;
}

#movie .wrapper > .block > .block {
	flex-basis: 33.33%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 10px;
}

#movie .wrapper > .block > .block a.btn {
	margin-top: 20px;
	width: auto;
	padding: 0 40px;
	background: #fff;
	color: #000;
}

#movie .wrapper > .block > .block a.btn::after {
	filter: invert();
}

#movie .wrapper small {
	color: #fff;
}

#movie .ytc {
	display: flex;
	background-color: #fff;
	border-radius: 20px;
	padding: 20px;
}

#movie .ytc img {
	width: 54px;
	margin-right: 20px;
}

#movie .ytc p {
	line-height: 1.5em;
	color: #000;
}

/*document*/
section#document {
	background: #efefef;
}

section#document .wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;

	padding: 40px 0;
}

section#document .wrapper .block {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #fff;
	width: calc(600px - 40px);
	border-radius: 10px;
	margin-top: 40px;
	padding: 20px;
}

section#document .wrapper .block p {
	text-align: center;
	padding: 20px;
	font-weight: bold;
}

section#document .wrapper .block p span {
	display: block;
}

section#document .wrapper .block .icn {
	margin-top: -45px;
	width: 70px;
}

section#document .wrapper .block a::after {
	display: none;
}

/*faq*/
#faq .wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 60px 10px;
}

#faq .wrapper > p {
	font-weight: bold;
	text-align: center;
	padding: 20px 10px;
}

#faq .wrapper > a::after {
	content: "";
	display: inline-block;
	background: url(../images/common/icn_arrow_right.svg) no-repeat;
	background-position: center center;
	width: 24px;
	height: 12px;
	filter: invert();
}

@media screen and (max-width: 500px) {
	header.index #main_visual h1.toptitle {
		line-height: 1.3em;
		font-size: 7.5vw;
		color: #000;
		width: calc(100vw - 40px);
		right: auto;
		bottom: 100px;
		top: auto;
		left: 20px;
	}

	header.index #main_visual h1.toptitle span {
		color: #000;
		background: transparent;
		padding: 0;
		line-height: inherit;
	}

	header.index #main_visual a.login {
		width: calc(100% - 40px);
		background: #fff;
		max-width: none;
		top: 310px;
		left: 0;
		padding: 20px;
	}

	main > section {
		min-width: auto;
	}

	.onlypc {
		display: none;
	}

	header.index {
		background: url(../images/main/image_business_main_smt2.jpg) no-repeat center top;
		background-size: cover;
		height: 337px;
	}

	header.index #main_visual {
		width: auto;
		height: 265px;
	}

	header.index #main_visual h1 {
		line-height: 1.3em;
		font-size: 5vw;
		width: calc(100vw - 40px);
		right: auto;
		bottom: 100px;
		top: auto;
		left: 20px;
	}

	header.index #main_visual h1 span {
		color: #00003e;
		display: block;
		background: transparent;
		padding: 0;
		line-height: inherit;
	}

	header.index #main_visual a.totop {
		position: asolute;
		margin: 0 auto;
		right: 0;
		left: 0;
		bottom: 20px;
		top: auto;
	}

	header.index #main_visual .illust.gear {
		top: 10%;
		right: 43%;
		width: 22%;
		max-width: 100px;
		animation: none;
	}

	header.index #main_visual .illust.prompt {
		top: 2%;
		right: 23%;
		width: 16%;
		max-width: 100px;
		animation: none;
	}

	main > section > .wrapper {
		padding: 30px 10px;
		min-width: auto;
		width: auto;
	}

	/* news */

	#news .wrapper {
		flex-direction: column;
		padding: 10px;
	}

	#news .wrapper > .block {
		width: 100%;
	}

	#news .wrapper > a:not(.anchor) {
		white-space: normal;
		line-height: 1.5em;
	}

	#news .wrapper .block02 {
		max-width: none;
		padding: 10px;
	}

	/*course news*/

	#course_news {
		min-width: auto;
		margin: 0 auto 0 auto;
	}

	#course_news .wrapper {
		padding: 40px 0 0 0;
	}

	section#course_news .wrapper > h2 {
		font-size: 6vw;
	}

	#course_news .wrapper h3 {
		flex-direction: column;
		font-size: 4.6vw;
		padding: 10px;
	}

	#course_news .wrapper h3 span {
		font-size: 13px;
		margin-top: 10px;
	}

	#course_news .wrapper .block {
		flex-direction: column;
	}

	#course_news .wrapper .block .block:first-child {
		width: auto;
		flex-basis: auto;
		flex-direction: column;
		margin: 20px;
	}

	#course_news .wrapper .block .block:first-child h3 {
		width: 100%;
	}

	#course_news .wrapper .block .block:first-child picture {
		width: 100%;
	}

	#course_news .wrapper .block .block:first-child p {
		width: auto;
	}

	#course_news .wrapper .block .block:not(:first-child) {
		width: calc(100% - 40px);
		flex-basis: calc(100% - 40px);
		margin: 20px;
	}

	#course_news .wrapper .block .block p {
		padding: 0 20px 20px 20px;
		font-size: 14px;
		width: auto;
	}

	#course_news .wrapper .block .block:first-child p strong,
	#course_news .wrapper .block .block p strong {
		font-size: 20px;
	}

	#course_news .wrapper .block .block p a {
		font-size: 4vw;
		margin: 20px auto;
	}

	#course_news .wrapper .block .block img {
		width: 100% !important;
		left: auto !important;
		padding: 20px;
		height: auto !important;
		position: relative !important;
	}

	#course_news .wrapper .block {
		padding: 0;
	}

	/*about*/

	section#about {
		margin: 0 0 0 0;
		padding: 20px 0;
	}

	section#about .wrapper h2 {
		/* width: 70%; */
		font-size: 7vw;
	}

	section#about > .wrapper > .block {
		flex-direction: column-reverse;
	}

	section#about .left h2 {
		width: 240px;
	}

	section#about .left {
		width: auto;
		font-size: 13px;
	}

	section#about .right {
		width: auto;
		padding: 10px;
	}

	section#about .left p {
		padding: 10px 10px 40px 10px;
		width: auto;
	}

	section#about .left h3 {
		font-size: 16px;
		line-height: 1.5em;
	}

	section#about .right p {
		left: 0;
		bottom: auto;
		top: -20px;
		font-size: 12px;
	}

	section#about .right .wrapper {
		padding: 0px;
	}

	section#about .right .wrapper img.yj {
		width: 50vw;
		padding: 10px;
	}

	section#about .right .wrapper img.line {
		width: 30vw;
		padding: 20px 0 40px 0;
	}

	/*features*/

	#features .wrapper h2 {
		font-weight: bold;
		font-size: 35px;
		padding: 20px;
	}

	#features .wrapper ul li {
		flex-direction: column;
		padding: 0;
		margin: 20px 10px;
	}

	#features .wrapper ul li img {
		order: 1;
		width: 100%;
		box-sizing: border-box;
	}

	#features .wrapper ul li .block {
		order: 2;
	}

	#features .wrapper ul li h3 {
		font-size: 18px;
		padding: 0px 20px 10px 20px;
		text-align: center;
	}

	#features .wrapper ul li p {
		padding: 10px 20px 20px 20px;
	}

	/*case*/
	#case .wrapper ul {
		flex-direction: column;
	}

	#case .wrapper ul li {
		width: 100%;
		flex-basis: 100%;
	}

	/*course*/
	section#course .wrapper h2 {
		width: 200px;
		padding: 10px;
	}

	section#course .wrapper > p {
		font-size: 13px;
		padding: 10px;
	}

	section#course .wrapper > .block {
		width: auto;
		height: auto;
	}

	section#course .wrapper > * {
		padding: 0;
	}

	section#course .wrapper > .block > .left {
		display: none;
	}

	section#course .wrapper .block .right {
		width: auto;
	}

	section#course .wrapper .block .right p {
		font-size: 13px;
	}

	section#course .wrapper > .block > .right .first p small {
		font-size: 11px;
	}

	section#course .wrapper > .block > .right .first p strong {
		margin-bottom: 10px;
	}

	section#course .wrapper .block .right .block {
		padding: 0;
	}

	section#course .wrapper > .block > .right .first p strong::before {
		content: "";
		width: 35px;
		height: 35px;
		background: url(../images/common/icn_engineer.svg) no-repeat;
		background-size: contain;
		display: block;
		margin: 4px 10px 0 0;
		float: left;
	}

	section#course .wrapper .block .right h3 {
		display: block;
		font-size: 20px;
		line-height: 1.5em;
		padding: 10px;
		position: relative;
	}

	section#course .wrapper .block .right h3::after {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
	}

	section#course .wrapper .block .right h3::before {
		content: none;
	}

	section#course .wrapper > .block > .right > .second {
		flex-direction: column;
		align-items: center;
		border-top: 1px solid #efefef;
	}

	section#course .wrapper .block .right .second img {
		padding: 0;
		transform: rotate(90deg);
	}

	section#course .wrapper .block .right .second .right {
		text-align: center;
	}

	section#course .wrapper .block .right .second .right span {
		font-size: 18px;
	}

	section#course .wrapper .block .right .second .right strong {
		font-size: 30px;
	}

	section#course .wrapper .block .right .second .left {
		padding: 0 10px 10px 10px;
	}

	section#course .wrapper .block .right .second .left small {
		line-height: 2em;
	}

	section#course .wrapper .block .right .second .left span.second {
		border-bottom: 3px solid #ff4d00;
		padding: 10px 0;
	}

	section#course .wrapper > .block > .right .first {
		margin-top: 0;
	}

	section#course .wrapper .block .right ol {
		flex-direction: column;
		padding: 10px;
	}

	section#course .wrapper .block .right ol li {
		margin: 0 0 10px 0;
	}

	section#course .wrapper .block .right ol li span {
		display: inline;
	}

	section#course .wrapper .block .right a.btn.black {
		width: calc(100% - 20px);
	}

	/*freeEvent*/
	#freeEvent .wrapper {
		margin: 0;
	}

	#freeEvent .wrapper h2 {
		font-size: 6vw;
	}

	#freeEvent .wrapper > p {
		padding: 10px;
	}

	#freeEvent .wrapper > p span {
		display: block;
	}

	#freeEvent .wrapper .icn {
		width: 60px;
	}

	#freeEvent .wrapper .events {
		display: block;
	}

	#freeEvent .wrapper .block {
		width: auto;
		margin: 10px;
	}

	#freeEvent .wrapper .block a.btn.blue {
		font-size: 24px;
	}

	/*movie*/
	#movie .wrapper h2 {
		font-size: 6vw;
	}

	#movie .wrapper > p span {
		display: block;
	}

	#movie .wrapper .icn {
		width: 60px;
	}

	#movie .wrapper > .block {
		flex-direction: column;
		margin: 20px;
	}

	#movie .wrapper > .block > .block {
		flex-basis: auto;
		margin: 20px 0;
	}

	/*benefit*/

	#benefit .wrapper > p {
		text-align: left;
	}
	#benefit .wrapper .block {
		display: block;
		margin: 20px 0;
	}

	#benefit .wrapper .block .left {
		max-width: none;
	}

	/*contact*/

	#contact .wrapper > .btn.blue {
		font-size: 20px;
	}

	#contact .wrapper h2 {
		font-weight: bold;
		font-size: 23px;
	}

	#contact .wrapper > p {
		text-align: center;
	}

	#contact .wrapper > p span.br {
		display: block;
	}

	#contact .wrapper .block {
		display: block;
	}

	#contact .wrapper .block div {
		display: flex;
		min-width: 300px;
		padding: 10px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	/*document*/

	section#document .wrapper .block {
		width: auto;
		margin: 0 10px;
	}

	section#document .wrapper .block p span {
		display: inline;
	}

	/*faq*/
	#faq .wrapper > p {
		padding: 10px;
	}
}
