@charset "utf-8";

.kintalo-intoro {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
}
.kintalo-intoro .kintaloimg {
	width: 25%;
}
.kintalo-intoro .kintaloimg img {
	border-radius: 50vh;
}
.kintalo-intoro .intorobox {
	width: 70%;
	margin-left: auto;
}
.kintalo-intoro .intorobox h2 {
	font-size: 140%;
	font-weight: 600;
	padding-bottom: 6px;
	color: #ea6011;
}
.kintalo-intoro .intorobox ul {
	display: flex;
	padding-top: 10px;
}
.kintalo-intoro .intorobox ul li {
	margin-right: 20px;
}
.kintalo-intoro .intorobox ul li:last-child {
	margin-right: 0px;
}
.kintalo-intoro .intorobox ul li a {
	text-decoration: underline;
	font-size: 95%;
}
.kintalo-intoro .intorobox ul li a:hover {
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	.kintalo-intoro {
		display: block;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 15px;
	}
	.kintalo-intoro .kintaloimg {
		width: 45%;
		margin-left: auto;
		margin-right: auto;
	}
	.kintalo-intoro .intorobox {
		width: 100%;
	}
	.kintalo-intoro .intorobox h2 {
		text-align: center;
	}
	.kintalo-intoro .intorobox ul {
		flex-wrap: wrap;
		padding-top: 6px;
	}
}



.moviecap {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	text-align: center;
	padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
	.moviecap {
		font-size: 18px;
		padding-bottom: 30px;
	}
}

.courstype .course-title {
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 20 50px;
	position: relative;
	z-index: 1;
	margin-top: 80px;
	margin-bottom: 50px;
}
.courstype .course-title h2 {
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	position: relative;
}
.courstype .course-title h2 .basics {
	color: #ef8f65;
}
.courstype .course-title h2 .application {
	color: #eb6112;
}
.courstype .course-title h2 .katsuyaku {
	color: #84be3f;
}
.courstype .course-title h2::after {
	content: '';
	width: 140px;
	height: 8px;
	display: inline-block;
	position: absolute;
	bottom: -20px;
	left: calc(50% - 70px);
}
@media screen and (max-width: 768px) {
	.courstype .course-title {
		max-width: inherit;
		margin-top: 30px;
		margin-bottom: 30px;
		padding: 10 10px;
	}
	.courstype .course-title h2 {
		font-size: 22px;
	}
	.courstype .course-title h2::after {
		width: 120px;
		height: 6px;
		bottom: -15px;
		left: calc(50% - 60px);
	}
}
.kiso h2::after {background-color: #ef8f65;}
.ouyou h2::after {background-color: #eb6112;}

.courstype .imgwrap {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	padding: 60px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
.courstype .imgwrap {
	padding: 30px 20px;
}
}
.courstype .imgwrap .imgs {
	width: 47%;
}
.courstype .imgwrap .imgs:nth-of-type(n+3) {
	margin-top: 15px;
}
.courstype .imgwrap p {
	text-align: center;
}

.courstype .cap {
	text-align: center;
	padding-bottom: 20px;
	font-size: 110%;
}


.fukidashi {
	/*padding: 0.5em 1em;*/
	padding: 8px 25px;
	/*border: 3px solid #4c9ac0;
	box-shadow: 2px 2px 0 0 #4c9ac0;*/
	/*max-width: 700px;
	min-width: 700px;*/
	position: relative;
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 15px;
	background-color: #fff;
	font-size: 100%;
	text-align: center;
	border-radius: 50vh;
}
@media screen and (max-width: 500px) {
	.fukidashi {
		width: 90%;
		padding: 5px 10px;
		margin-top: 30px;
		margin-bottom: 10px;
		line-height: 1.3em;
		border-radius: 0;
	}
}

.fukidashi::before, .fukidashi::after {
	content: '';
	height: 0;
	width: 0;
	border: solid transparent;
	position: absolute;
	left: 48%;
}
.fukidashi::before {
	border-color: transparent;
	border-width: 10px;
	top: 100%;
	left: calc(48% - 4px);
}
.fukidashi::after {
	border-color: transparent;
	border-top-color: #fff;
	border-right-color: #fff;
	border-width: 6.5px;
	top: 99%;
}
.fukidashi span {
	font-size: 120%;
	font-weight: 500;
	padding: 0 3px;
}
@media screen and  (min-width : 500px) {
	.fukidashi span {
		font-size: 120%;
	}
}
.f-type1 span{
	color: #4c9ac0;
}
.f-type2 span{
	color: #dc5f36;
}


.f-type1 {
	border: 3px solid #4c9ac0;
	box-shadow: 2px 2px 0 0 #4c9ac0;
}
.f-type1::before {
	border-top-color: #4c9ac0;
	border-right-color: #4c9ac0;
}
.f-type2 {
	border: 3px solid #dc5f36;
	box-shadow: 2px 2px 0 0 #dc5f36;
}
.f-type2::before {
	border-top-color: #dc5f36;
	border-right-color: #dc5f36;
}
