@charset "UTF-8";


/*========================================

   YouTubeスクール

========================================*/
#hero {
	background-image: url(../img/hero_bg.png);
	background-repeat: repeat;
	padding-top: 30px;
}

#hero h1 {
	display: none;
}

#hero h2 {
	margin-top: 15px;
}

@media screen and (max-width: 767px) {
	#hero {
		padding-top: 2vw;
		padding-bottom: 3vw;
	}

	#hero .mainimg {
		text-align: center;
		margin: 0 auto;
		width: 96%;
	}

	#hero h2 {
		margin-top: 3vw;
	}
}


/* 共通 */
#courseList h3.you_h3,
.you_h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ca0000;
	font-size: 34px;
	letter-spacing: 3px;
}

.you_h3:before,
.you_h3:after {
	content: "";
	height: 5px;
	display: block;
	width: 115px;
	background: rgb(198, 0, 0);
	background: linear-gradient(-90deg, rgba(198, 0, 0, 1) 0%, rgba(198, 0, 0, 0) 100%);
}

.you_h3:before {
	margin-right: .7em;
}

.you_h3:after {
	margin-left: .7em;
	background: rgb(198, 0, 0);
	background: linear-gradient(90deg, rgba(198, 0, 0, 1) 0%, rgba(198, 0, 0, 0) 100%);
}

@media screen and (max-width: 767px) {

	#courseList h3.you_h3,
	.you_h3 {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		font-size: 6vw;
		letter-spacing: 1px;
	}

	.you_h3:before,
	.you_h3:after {
		flex-grow: 1;
		width: auto;
	}
}



.bg_gray {
	background-image: url(../img/bg_gray.png);
	background-repeat: repeat;
}



/* sec0001*/
#sec001 {
	padding-bottom: 60px;
}

#sec001 .you_h3 {
	padding-top: 1em;
}

#sec001 .box {
	margin-top: 50px;
}

#sec001 .box .item {
	width: 480px;
	border: 1px solid #cbcbcb;
	padding: 20px;
	box-sizing: border-box;
}

#sec001 .box .item dl {
	margin: 0;
	padding: 0;
	text-align: left;
}

#sec001 .box .item dl dt {
	display: block;
	font-weight: bold;
	padding-bottom: .5em;
	letter-spacing: 2px;
	font-size: 15px;
}

#sec001 .box .item dl dt span {
	display: inline-block;
	background: linear-gradient(transparent 60%, #ffef00 60%);
	padding: 0 .2em;
	margin-right: .8em;
	font-size: 18px;
	letter-spacing: 1px;
}

#sec001 .box .item dl dd {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	font-size: 13px;
}

#sec001 .box .item dl dd .imgbox {
	width: 170px;
	margin-top: 10px;
}

#sec001 .box .item dl dd .imgbox img {
	width: 100%;
	height: auto;
}

#sec001 .box .item dl dd .imgbox img.btnyt {
	margin-top: 10px;
}

#sec001 .box .item dl dd .imgbox img.btnyt:hover {
	opacity: .7;
}

#sec001 .box .item dl dd ul {
	width: 230px;
	padding-left: 1.5em;
}

#sec001 .box .item dl dd ul li {
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: .5em;
}

#sec001 .more {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-top: 30px;
}


@media screen and (max-width: 767px) {
	#sec001 .flex_1000 {
		display: block;
		width: 86%;
	}

	#sec001 .box {
		margin-top: 5vw;
	}

	#sec001 .box .item {
		width: 100%;
		border: 1px solid #cbcbcb;
		padding: 5vw;
		box-sizing: border-box;
		margin-top: 5vw;
	}

	#sec001 .box .item dl dt {
		text-align: center;
	}

	#sec001 .box .item dl dd .imgbox {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 3vw;
	}

	#sec001 .box .item dl dd .imgbox img {
		width: 100%;
		height: auto;
	}

	#sec001 .box .item dl dd {
		display: block;
		font-size: 3.2vw;
	}

	#sec001 .box .item dl dd ul {
		width: 100%;
		box-sizing: border-box;
		margin-top: 5vw;
	}
}



/* sec0002*/
#sec002 {
	padding-bottom: 60px;
}

#sec002 .box {
	margin-top: 30px;
}

#sec002 .box .item {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 230px;
	height: 110px;
	color: #fff;
	font-size: 16px;
	background: #ca0000;
	padding: 0px;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
}

#sec002 .box .item:after {
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	border-color: rgba(202, 0, 0, 0);
	border-top-width: 22px;
	border-bottom-width: 22px;
	border-left-width: 9px;
	border-right-width: 9px;
	margin-left: -9px;
	border-top-color: #ca0000;
	top: 100%;
	left: 50%;
}

#sec002 .box .item:nth-child(even) {
	background-color: #333;
}

#sec002 .box .item:nth-child(even):after {
	border-top-color: #333;
}

@media screen and (max-width: 767px) {
	#sec002 {
		padding-bottom: 15vw;
	}

	#sec002 .flex_1000 {
		width: 90%;
		flex-wrap: wrap;
	}

	#sec002 .box {
		margin-top: 0vw;
	}

	#sec002 .box .item {
		margin-top: 8vw;
		width: 44vw;
		height: 20vw;
		font-size: 3.2vw;
		border-radius: 2vw;
		-webkit-border-radius: 2vw;
		-moz-border-radius: 2vw;
	}

	#sec002 .box .item:after {
		border-top-width: 4vw;
		border-bottom-width: 4vw;
		border-left-width: 2vw;
		border-right-width: 2vw;
		margin-left: -2vw;
	}
}


/* sec0003*/
#sec003 {
	padding-bottom: 60px;
}

#sec003 h3 {
	margin-bottom: 1.5em;
}

#sec003 .box {
	border-top: 2px solid #ca0000;
	padding-top: 35px;
	padding-bottom: 35px;
}

#sec003 .box .boxL {
	display: flex;
}

#sec003 .box .boxL .no {
	width: 60px;
	margin-right: 15px;
}

#sec003 .box .boxL .no img {
	width: 100%;
	height: auto;
}

#sec003 .box .boxL .txt {
	width: 530px;
	text-align: left;
}

#sec003 .box .boxL .txt h4 {
	font-size: 20px;
}

#sec003 .box .boxL .txt p {
	font-size: 16px;
	line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: .8em;
}

#sec003 .box .boxL .txt p strong {
	display: block;
	color: #ca0000;
	font-size: 18px;
	font-weight: bold;
	margin-top: 1.2em;
	margin-bottom: .4em;
}

#sec003 .box .boxL .txt p small {
	display: block;
	font-size: 12px;
	margin-top: .5em;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.4em;
}

#sec003 .box .boxL .txt p a {
	color: #006db8;
	text-decoration: underline;
}

#sec003 .box .boxL .txt ul {
	margin-top: .3em;
}

#sec003 .box .boxL .txt ul li {
	font-size: 16px;
	line-height: 1.8em;
	list-style: none;
}

#sec003 .box .boxL .txt ul li a {
	color: #006db8;
	text-decoration: underline;
}

#sec003 .box .boxL .txt ul li span::before {
	content: "\f105";
	font-family: FontAwesome;
	margin-right: .5em;
}

#sec003 .box .boxL .slideimg {
	display: none;
}

#sec003 .box .boxR .slideimg {
	margin-top: 15px;
	display: block;
}

#sec003 .box .boxR {
	width: 350px;
}

#sec003 .box .boxR img {
	width: 350px;
}

#sec003 .box figcaption {
	display: block;
	font-size: 14px;
	text-align: left;
	margin-top: .4em;
	margin-left: .3em;
}

#sec003 .box2 {
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 35px;
}

#sec003 .box2 a img {
	margin-left: 90px;
}

#sec003 .box2 a:hover {
	opacity: .8;
}

#sec003 .box2 dl {
	width: 910px;
	margin-left: 90px;
	text-align: left;
	border: 1px solid #cbcbcb;
	border-radius: 10px;
	padding: 20px 30px;
	box-sizing: border-box;
}

#sec003 .box2 dl dt {
	font-size: 18px;
	text-decoration: underline;
	font-weight: bold;
}

#sec003 .box2 dl dd {
	font-size: 14px;
	line-height: 1.6em;
	margin-top: .5em;
}

#sec003 figure {
	margin: 0;
	padding: 0;
}



@media screen and (max-width: 767px) {
	#sec003 {
		padding-bottom: 0vw;
	}

	#sec003 .flex_1000 {
		flex-direction: column-reverse;
		width: 90%;
	}

	#sec003 .box {
		padding-top: 10vw;
		padding-bottom: 10vw;
	}

	#sec003 .box .boxL {
		display: block;
		position: relative;
		margin-top: -6vw;
		z-index: 1;
	}

	#sec003 .box .boxL .no {
		width: 12vw;
		margin-right: auto;
		margin-left: auto;
	}

	#sec003 .box .boxL .no img {
		width: 100%;
	}

	#sec003 .box .boxL .txt {
		width: 100%;
		margin-top: 2vw;
	}

	#sec003 .box .boxL .txt h4 {
		font-size: 5vw;
	}

	#sec003 .box .boxL .txt p {
		font-size: 3.4vw;
	}

	#sec003 .box .boxL .txt p strong {
		font-size: 4.4vw;
	}

	#sec003 .box .boxL .txt p small {
		font-size: 3vw;
	}

	#sec003 .box .boxL .txt ul li {
		font-size: 3.4vw;
	}

	#sec003 .box .boxL .slideimg {
		display: block;
		margin-top: 5vw;
	}

	#sec003 .box .boxR .slideimg {
		display: none;
	}

	#sec003 .box .boxR {
		width: 100%;
		margin-top: 0;
	}

	#sec003 .box .boxR img {
		width: 100%;
	}

	#sec003 .box figcaption {
		font-size: 3.2vw;
	}

	#sec003 .box2 {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 15vw;
	}

	#sec003 .box2 a img {
		margin-left: 0;
	}

	#sec003 .box2 a:hover {
		opacity: .8;
	}

	#sec003 .box2 dl {
		width: 100%;
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 0;
		padding: 5vw;
	}

	#sec003 .box2 dl dt {
		font-size: 4vw;
	}

	#sec003 .box2 dl dd {
		font-size: 3.2vw;
	}
}




/* sec0005*/
#sec005 {
	padding-bottom: 70px;
}

#sec005 img {
	margin-top: 50px;
}

#sec005 h4 {
	font-size: 24px;
	margin-top: 1.5em;
}

#sec005 h4 small {
	font-size: 20px;
}

#sec005 .table table {
	width: 720px;
	margin: 0 auto;
	border-collapse: collapse;
	margin-top: 15px;
}

#sec005 .table table thead th {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 2px;
	background-color: #444;
	border: 1px solid #c7c7c7;
	padding: .4em 0;
}

#sec005 .table table tbody th {
	font-size: 18px;
	font-weight: normal;
	border: 1px solid #c7c7c7;
	padding: 0 1em;
}

#sec005 .table table tbody td {
	font-size: 20px;
	border: 1px solid #c7c7c7;
	padding: .4em 0;
}

#sec005 .table table tbody td.admi s {
	position: relative;
	text-decoration: none;
}

#sec005 .table table tbody td.admi s::after {
	content: "";
	position: absolute;
	top: 17px;
	left: -3px;
	height: 2px;
	width: 98%;
	background-color: #d03;
}

#sec005 .table table tbody td.admi span {
	display: inline-block;
	margin-left: .5em;
	color: #d03;
	font-weight: bold;
	font-size: 90%;
}

#sec005 .table table tbody td.admi span strong {
	font-size: 140%;
}

#sec005 .table table tbody td small {
	font-size: 16px;
}


@media screen and (max-width: 767px) {
	#sec005 .innr {
		width: 90%;
		margin: 0 auto;
	}

	#sec005 {
		padding-bottom: 10vw;
	}

	#sec005 img {
		margin-top: 8vw;
	}

	#sec005 h4 {
		font-size: 5vw;
	}

	#sec005 h4 small {
		font-size: 4vw;
	}

	#sec005 .table table {
		width: 100%;
		margin-top: 5vw;
	}

	#sec005 .table table thead th {
		font-size: 4vw;
		letter-spacing: 1px;
	}

	#sec005 .table table tbody th {
		font-size: 4vw;
	}

	#sec005 .table table tbody td {
		font-size: 4vw;
		line-height: 1.2em;
	}

	#sec005 .table table tbody td.admi span {
		display: block;
		margin-left: 0;
	}

	#sec005 .table table tbody td.admi s::after {
		top: 3vw;
	}

	#sec005 .table table tbody td small {
		font-size: 3.2vw;
	}
}





/* sec0006*/
#sec006 {
	padding-bottom: 70px;
}

#sec006 .innr {
	width: 720px;
	margin: 0 auto;
}

#sec006 .comment {
	position: relative;
	display: inline-block;
	margin-top: 50px;
	padding: 15px 30px;
	background-color: #f55;
	color: #fff;
	border-radius: 8px;
	font-size: 18px;
}

#sec006 .comment:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -12px;
	border: 12px solid transparent;
	border-top: 12px solid #f55;
}

#sec006 .youtube {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	#sec006 {
		padding-bottom: 10vw;
	}

	#sec006 .youtube {
		margin-top: 7vw;
	}

	#sec006 .innr {
		width: 90%;
	}

	#sec006 .comment {
		margin-top: 8vw;
		font-size: 4vw;
		padding: 2vw 3vw;
		display: block;
	}
}