@media print, screen and (max-width: 768px){

/*
**  sp 通学科講座
============== ============== ============== ============== ============== ============== ============== */
	
.tsugakutitle {
	font-size: 4.7vw;
	line-height: 2em;
	font-weight: normal;
	color: #0d74dd;
	margin: 0 0 2vh 0;
	}
	
.tsugakutxt {
	font-size: 3.3vw;
	line-height: 1.85em;
	margin: 0 0 6vh 0;
	}
	
.seasonarea {
	}
	
.seasonarea02 {
	margin: 0 6vw 8vh 6vw;
	}
	
.seasontitle {
	background-image: url(../images/images1809tokucho/waku03.png);
	background-repeat: no-repeat;
	background-size: 90vw;
	background-position : 50% 0%;
	font-size: 4.4vw;
	line-height: 3.7em;
	margin-bottom: 3vh;
	letter-spacing: 0px;
	}

.seasontxt {
	font-size: 3.3vw;
	line-height: 1.85em;
	margin-bottom: 5vh;
	}
	
.miryokutitle {
	font-size: 5vw;
	color: #feef74;
	letter-spacing: 1px;
	background-color: #418dd9;
	width: 85vw;
	height: 7vh;
	margin: 2vh auto 0 auto;
	padding: 1vh 0 0 0;
	display: -webkit-flex; /* Safari用 */
	display: flex;
	-webkit-justify-content: center; /* Safari用 */
	justify-content: center;
	-webkit-align-items: center; /* Safari用 */
	align-items: center;
	border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px; 
	}
	
.miryouback {
	background-color: #418dd9;
	background-repeat: repeat;
	padding: 6vh 0;
	margin: 0 0 7.5vh 0;
	}

.miryouarea {
	margin: 0 6vw 0 6vw;
	}
	
.contearea {
	border-bottom: solid 1px #fff;
	padding: 0 0 4.5vh 0;
	margin: 0 0 5vh 0;
	text-align: center;
	}
	
.contearea02 {
	text-align: center;
	}

.miryokubox {
	}
	
.mieyoku {
	background-color: #f7da66;
	font-size: 4.4vw;
	width: 25vw;
	height: 5vh;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; 
	display: -webkit-flex; /* Safari用 */
	display: flex;
	-webkit-justify-content: center; /* Safari用 */
	justify-content: center;
	-webkit-align-items: center; /* Safari用 */
	align-items: center;
	font-weight: bold;
	margin: 0 0 3vh 0;
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	}
	
.contetitle {
	font-size: 5vw;
	font-weight: bold;
	color: #fff;
	margin: 0 0 3.5vh 0;
	text-align: left;
	}
	
.contetxt {
	font-size: 3.4vw;
	line-height: 1.7em;
	color: #fff;
	margin: 0 0 5vh 0;
	text-align: left;
	}
	
.miryokuimg {
	}
	
.contetxt02 {
	font-size: 3.4vw;
	line-height: 1.7em;
	color: #fff;
	margin: 0 0 3vh 0;
	text-align: left;
	}
	
.miryokuimg02 {
	width: 65vw;
	margin: 2vh 0 0 0;
	}
	
.linkBtn {
	text-align: center;
	margin: 0 0 6vh 0;
	}
	
.linkBtn a {
	font-size: 3.6vw;
	color: #fff;
	padding: 2.5vh 20vw;
	border: solid 1px #fff;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px; 
	}
	
.linkBtn a:hover {
	color: #418dd9;
	background-color: #fff;
	}

.tsugakuzu {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	}
	
.voiceback {
	background-color: #2c6578;
	background-repeat: repeat;
	padding: 4vh 0 14vh 0;
	position: relative;
	}

.voicearea {
	margin: 0 6vw;
	text-align: center;
	}
	
.voicetitle img {
	width: 80vw;
	margin: 0 0 3vh 0;
	}

dl {
	position: relative;
	z-index: 10;
	}
	
dt {
	border-top: solid 1px #fff;
	padding: 4vh 0 2vh 0;
	font-size: 3.8vw;
	color: #fff;
	font-weight: bold;
	text-align: left;
	}
	
dd {
	margin: 0 0 3vh 0;
	font-size: 3.3vw;
	color: #fff;
	line-height: 1.6em;
	text-align: left;
	}
	
.voicelast {
	border-bottom: solid 1px #fff;
	padding: 0 0 3vh 0;
	margin: 0 0 3vh 0;
	}
	
.voiceimg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width:100%;
	z-index: 0;
	}
	

	
/*
**  sp 通信科講座 ============== ============== ============== */
	
.tsushintitle {
	font-size: 4.7vw;
	line-height: 2em;
	font-weight: normal;
	color: #2bb264;
	margin: 0 0 2vh 0;
	}
	
.tsushinmiryokutitle {
	font-size: 5vw;
	color: #feef74;
	letter-spacing: 1px;
	background-color: #2bb264;
	width: 85vw;
	height: 7vh;
	margin: 2vh auto 0 auto;
	padding: 1vh 0 0 0;
	display: -webkit-flex; /* Safari用 */
	display: flex;
	-webkit-justify-content: center; /* Safari用 */
	justify-content: center;
	-webkit-align-items: center; /* Safari用 */
	align-items: center;
	border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px; 
	}
	
.tsushinmiryouback {
	background-color: #2bb264;
	background-repeat: repeat;
	padding: 6vh 0;
	margin: 0 0 7.5vh 0;
	}

.miryokubox02 {
	}
	
.contetitle {
	font-size: 5vw;
	font-weight: bold;
	color: #fff;
	margin: 0 0 3.5vh 0;
	text-align: left;
	}
	
.contetxt {
	font-size: 3.4vw;
	line-height: 1.7em;
	color: #fff;
	margin: 0 0 5vh 0;
	text-align: left;
	}
	
.tsushinmiryokuimg {
	width: 65vw;
	margin: 2vh 0 0 0;
	}

.seasontitle02 {
	background-image: url(../images/images1809tokucho/waku01.png);
	background-repeat: no-repeat;
	background-size: 90vw;
	background-position : 50% 0%;
	font-size: 4.4vw;
	line-height: 4.6em;
	margin-bottom: 3vh;
	letter-spacing: 0px;
	}
	
.seasonarea03 {
	margin: 0 6vw 8vh 6vw;
	}
	
.tsugakuzu {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	}
	
}
	



@media print, screen and (min-width: 769px){

/*
**  pc 通学科講座
============== ============== ============== ============== ============== ============== ============== */
.tsugakutop {
	width: 1100px;
	margin: 0 auto;
	background-image: url(../images/images1901/tsugaku_img01.jpg);
	background-repeat: no-repeat;
	background-size: 750px;
	background-position: 380px 50px;
	}
	
.tsugakutitle {
	font-size: 28px;
	line-height: 2em;
	font-weight: normal;
	color: #0d74dd;
	margin: 30px 0 40px 40px;
	}
	
.tsugakutxt {
	font-size: 16px;
	line-height: 2.3em;
	margin: 0 0 100px 40px;
	}
	
.seasonarea {
	width: 900px;
	margin: 0 auto;
	}
	
.seasonarea02 {
	width: 820px;
	margin: 0 auto 80px auto;
	}
	
.seasontitle {
	background-image: url(../images/images1809tokucho/waku03.png);
	background-repeat: no-repeat;
	background-size: 730px;
	background-position : 50% 0%;
	font-size: 32px;
	line-height: 4.3em;
	margin-bottom: 50px;
	letter-spacing: 0px;
	}

.seasontxt {
	font-size: 17px;
	line-height: 2em;
	margin-bottom: 70px;
	}
	
.miryokutitle {
	font-size: 35px;
	color: #feef74;
	letter-spacing: 3px;
	background-color: #418dd9;
	width: 630px;
	height: 80px;
	margin: 120px auto 0 auto;
	padding: 10px 0 0 0;
	display: -webkit-flex; /* Safari用 */
	display: flex;
	-webkit-justify-content: center; /* Safari用 */
	justify-content: center;
	-webkit-align-items: center; /* Safari用 */
	align-items: center;
	border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px; 
	}
	
.miryouback {
	background-color: #418dd9;
	background-repeat: repeat;
	padding: 70px 0;
	}

.miryouarea {
	width: 915px;
	margin: 0 auto;
	}
	
.contearea {
	border-bottom: solid 1px #fff;
	padding: 0 0 15px 0;
	margin: 0 0 50px 0;
	}

.miryokubox {
	float: left;
	width: 500px;
	margin: 0 0 20px 0;
	}

.miryokubox02 {
	float: left;
	width: 480px;
	}

	
.mieyoku {
	background-color: #f7da66;
	font-size: 23px;
	width: 100px;
	height: 45px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; 
	display: -webkit-flex; /* Safari用 */
	display: flex;
	-webkit-justify-content: center; /* Safari用 */
	justify-content: center;
	-webkit-align-items: center; /* Safari用 */
	align-items: center;
	font-weight: bold;
	margin: 0 0 20px 0;
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	}
	
.contetitle {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 25px 0;
	}
	
.contetxt {
	font-size: 17px;
	line-height: 2em;
	color: #fff;
	margin: 0 0 35px 0;
	}
	
.miryokuimg {
	float: right;
	width: 410px;
	}
	
.contetxt02 {
	font-size: 17px;
	line-height: 2em;
	color: #fff;
	margin: 0 0 5px 0;
	}
	
.miryokuimg02 {
	float: right;
	margin: 60px 0 0 0;
	width: 300px;
	}
	
.linkBtn a {
	font-size: 16px;
	color: #fff;
	padding: 10px 70px;
	border: solid 1px #fff;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px; 
	}
	
.linkBtn a:hover {
	color: #418dd9;
	background-color: #fff;
	}

.tsugakuzu {
	width: 695px;
	margin: 0 auto;
	text-align: center;
	}
	
.voiceback {
	background-color: #2c6578;
	background-repeat: repeat;
	padding: 67px 0 230px 0;
	position: relative;
	}

.voicearea {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	}
	
.voicetitle img {
	width: 515px;
	margin: 0 0 40px 0;
	}

dl {
	position: relative;
	z-index: 10;
	}
	
dt {
	border-top: solid 1px #fff;
	padding: 35px 0 15px 0;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	}
	
dd {
	margin: 0 0 35px 0;
	font-size: 14px;
	color: #fff;
	line-height: 2em;
	text-align: left;
	}
	
.voicelast {
	border-bottom: solid 1px #fff;
	padding: 0 0 35px 0;
	margin: 0 0 35px 0;
	}
	
.voiceimg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width:1100px;
	z-index: 0;
	}
	
	
	
/*
**  pc 通信科講座 ============== ============== ============== */
	
.tsushintop {
	width: 1100px;
	margin: 0 auto;
	background-image: url(../images/images1901/tsusin_img01.jpg);
	background-repeat: no-repeat;
	background-size: 700px;
	background-position: 430px 0px;
	}

.tsushintitle {
	font-size: 28px;
	line-height: 2em;
	font-weight: normal;
	color: #2bb264;
	margin: 30px 0 40px 40px;
	}
	
.tsushinmiryokutitle {
	font-size: 35px;
	color: #feef74;
	letter-spacing: 3px;
	background-color: #2bb264;
	width: 630px;
	height: 80px;
	margin: 120px auto 0 auto;
	padding: 10px 0 0 0;
	display: -webkit-flex; /* Safari用 */
	display: flex;
	-webkit-justify-content: center; /* Safari用 */
	justify-content: center;
	-webkit-align-items: center; /* Safari用 */
	align-items: center;
	border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px; 
	}
	
.tsushinmiryouback {
	background-color: #2bb264;
	background-repeat: repeat;
	padding: 70px 0;
	}

.miryokubox03 {
	float: left;
	width: 550px;
	}
	
.tsushinmiryokuimg {
	float: right;
	margin: 15px 0 0 0;
	width: 300px;
	}
	
.seasontitle02 {
	background-image: url(../images/images1809tokucho/waku01.png);
	background-repeat: no-repeat;
	background-size: 560px;
	background-position : 50% 0%;
	font-size: 32px;
	line-height: 4.3em;
	margin-bottom: 50px;
	letter-spacing: 0px;
	}
	
.seasonarea03 {
	width: 630px;
	margin: 0 auto 80px auto;
	}
	
.tsugakuzu {
	width: 695px;
	margin: 0 auto;
	text-align: center;
	}
	
	
}