@charset "utf-8";

#depTitle{
	position: relative;
	height: 100px;
	margin: 60px 0 0 0;
	padding: 0 0 0 40px;
	font-size: 0;
	border-top-left-radius: 1.5rem;
	border-top-right-radius: 1.5rem;
}

#depTitle h2{
	display: inline-block;
	vertical-align: top;
	font-size: 35px;
	font-size: 3.5rem;
	text-align: left;
	margin: 0;
	padding: 20px 0 0 0;
	background: none;
}
#depTitle h2::before{display: none;}
#depTitle h2 small{
	display: block;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
}

#depTitle p{
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin-left: 30px;
}

#depTitle p span{
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 5px 20px;
	margin: 0 5px;
	background-color: #FFFF00;
}

#depTitle::before{
	position: absolute;
	content: '';
	width: 280px;
	height: 150px;
	bottom: -50px;
	right: -20px;
	display: none;
}

.dd #depTitle{background: url(../department/img/dd_arrow.png) no-repeat 0 0 #F0908A;}
.gd #depTitle{background: url(../department/img/gd_arrow.png) no-repeat 0 0 #7ECEF4;}
.il #depTitle{background: url(../department/img/il_arrow.png) no-repeat 0 0 #B7D450;}
.ci #depTitle{background: url(../department/img/ci_arrow.png) no-repeat 0 0 #F4A57A;}
.ac #depTitle{background: url(../department/img/ac_arrow.png) no-repeat 0 0 #DAB643;}
.pd #depTitle{background: url(../department/img/pd_arrow.png) no-repeat 0 0 #FCC80E;}
.gj #depTitle{background: url(../department/img/gj_arrow.png) no-repeat 0 0 #94D1CA;}
.dm #depTitle{background: url(../department/img/dm_arrow.png) no-repeat 0 0 #CAA9CF;}
.cd #depTitle{background: url(../department/img/cd_arrow.png) no-repeat 0 0 #B5A266;}
.td #depTitle{background: url(../department/img/td_arrow.png) no-repeat 0 0 #E4A6CB;}

.dd #depTitle::before{
	background: url("../department/img/dd_chara.svg") no-repeat center center;
	background-size: 100% auto;
}
.gd #depTitle::before{
	background: url("../department/img/gd_chara.svg") no-repeat center center;
	background-size: 100% auto;
}
.il #depTitle::before{
	background: url("../department/img/il_chara.svg") no-repeat center center;
	background-size: 100% auto;
}
.ci #depTitle::before{
	background: url("../department/img/ci_chara.svg") no-repeat center center;
	background-size: 100% auto;
}
.ac #depTitle::before{
	background: url("../department/img/ac_chara.svg") no-repeat center center;
	background-size: 100% auto;
}
.pd #depTitle::before{
	background: url("../department/img/pd_chara.svg") no-repeat center center;
	background-size: 100% auto;
}
.gj #depTitle::before{
	bottom: -65px;
	background: url("../department/img/gj_chara.svg") no-repeat center center;
	background-size: 100% auto;
}
.cd #depTitle::before{
	background: url("../department/img/cd_chara.svg") no-repeat center center;
	background-size: 100% auto;
}

#courseHanger{
	padding: 0 0 20px 40px;
	
	font-size: 0;
}

.ci #courseHanger{background-color: #F4A57A;}
.gj #courseHanger{background-color: #94D1CA;}

#courseHanger span{
	display: inline-block;
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 15px 0 0;
}

#courseHanger span small{
	font-size: 11px;
	font-size: 1.1rem;
	color: #FFFFFF;
	background-color: #E60012;
	padding: 2px 5px 2px 5px;
	border-radius: 10.0rem;
}

h3{color: #202020;}

.dd h3{background: url(../department/img/dd_bg.png) repeat 0 0;}
.gd h3{background: url(../department/img/gd_bg.png) repeat 0 0;}
.il h3{background: url(../department/img/il_bg.png) repeat 0 0;}
.ci h3{background: url(../department/img/ci_bg.png) repeat 0 0;}
.ac h3{background: url(../department/img/ac_bg.png) repeat 0 0;}
.pd h3{background: url(../department/img/pd_bg.png) repeat 0 0;}
.gj h3{background: url(../department/img/gj_bg.png) repeat 0 0;}
.dm h3{background: url(../department/img/dm_bg.png) repeat 0 0;}
.cd h3{background: url(../department/img/cd_bg.png) repeat 0 0;}
.td h3{background: #ECC1DB;}

.visualHanger{margin: 0;}
.visualHanger img{
	border-bottom-left-radius: 1.3rem;
	border-bottom-right-radius: 1.3rem;
}

#depCopy{
	padding: 40px 15px;
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
	border-bottom: 1px solid #CCCCCC;
}

.dd #depCopy{color: #EB615A;}
.gd #depCopy{color: #3EA6E9;}
.il #depCopy{color: #83B019;}
.ci #depCopy{color: #E96B3A;}
.ac #depCopy{color: #BA8212;}
.pd #depCopy{color: #F99D01;}
.gj #depCopy{color: #56ABA0;}
.dm #depCopy{color: #A070A8;}
.cd #depCopy{color: #806729;}
.td #depCopy{color: #C94E97;}

.jobCertif{
	font-size: 0;
	padding: 20px 0;
}

.jobCertif dl{
	display: inline-block;
	vertical-align: top;
	width: 310px;
	margin: 20px 0;
}

.jobCertif dl:nth-child(3n+2){margin: 20px 35px;}

.jobCertif dl dt{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.3;
	padding: 2px 0 0 10px;
}

.jobCertif dl dd{
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	padding: 15px 0 0 0;
}

.dd .jobCertif dl dt{border-left: 7px solid #F0908A;}
.gd .jobCertif dl dt{border-left: 7px solid #7ECEF4;}
.il .jobCertif dl dt{border-left: 7px solid #B7D450;}
.ci .jobCertif dl dt{border-left: 7px solid #F4A57A;}
.ac .jobCertif dl dt{border-left: 7px solid #DAB643;}
.pd .jobCertif dl dt{border-left: 7px solid #FCC80E;}
.gj .jobCertif dl dt{border-left: 7px solid #94D1CA;}
.dm .jobCertif dl dt{border-left: 7px solid #CAA9CF;}
.cd .jobCertif dl dt{border-left: 7px solid #B5A266;}
.td .jobCertif dl dt{border-left: 7px solid #C94E97;}

#checkPoint{
	padding: 0 0 20px 0;
	font-size: 0;
}

#checkPoint dl{
	display: inline-block;
	vertical-align: top;
	width: 475px;
	margin: 40px 0 0 0;
}

#checkPoint dl:nth-child(2){margin: 40px 0 0 50px;}

#checkPoint dl dt{
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.3;
	padding: 0 0 0 15px;
}

.dd #checkPoint dl dt{border-left: 7px solid #F0908A;}
.gd #checkPoint dl dt{border-left: 7px solid #7ECEF4;}
.il #checkPoint dl dt{border-left: 7px solid #B7D450;}
.ci #checkPoint dl dt{border-left: 7px solid #F4A57A;}
.ac #checkPoint dl dt{border-left: 7px solid #DAB643;}
.pd #checkPoint dl dt{border-left: 7px solid #FCC80E;}
.gj #checkPoint dl dt{border-left: 7px solid #94D1CA;}
.dm #checkPoint dl dt{border-left: 7px solid #CAA9CF;}
.cd #checkPoint dl dt{border-left: 7px solid #B5A266;}
.td #checkPoint dl dt{border-left: 7px solid #C94E97;}

.dd #checkPoint dl dt span{color: #EB615A;}
.gd #checkPoint dl dt span{color: #3EA6E9;}
.il #checkPoint dl dt span{color: #83B019;}
.ci #checkPoint dl dt span{color: #E96B3A;}
.ac #checkPoint dl dt span{color: #BA8212;}
.pd #checkPoint dl dt span{color: #F99D01;}
.gj #checkPoint dl dt span{color: #56ABA0;}
.dm #checkPoint dl dt span{color: #A070A8;}
.cd #checkPoint dl dt span{color: #806729;}

#checkPoint dl dt small{
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	margin: 3px 0 0 0;
}

#checkPoint dl dd{
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.8;
	padding: 15px 0 0 0;
}
#checkPoint dl.practice dd{
	font-size: 16px;
	font-size: 1.6rem;
}

#checkPoint dl dd.style1{padding: 0;}

#checkPoint dl dd img{
	width: 100%;
	border-radius: 1.2rem;
}
#checkPoint dl.practice dd img{margin-bottom: 10px;}

#checkPoint ol{
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.4;
	padding: 10px 0 0 25px;
}

#checkPoint ol li{
	list-style: decimal;
	padding: 5px 0 0 0;
}

.depImage{
	text-align: center;
	padding: 30px 0 20px 0;
}

.depImage img{
	width: 310px;
	vertical-align: middle;
}

.depImage img:nth-child(2){margin: 0 35px;}

.banner{
	text-align: center;
	padding-top: 30px;
}

.banner img{width: 310px;}

.banner a:nth-child(2){margin: 0 35px;}

#lessonHanger{
	padding: 20px 0 20px 0;
	font-size: 0;
}

#lessonHanger dl{
	display: inline-block;
	vertical-align: top;
	width: 310px;
	margin: 30px 0 0 0;
}

#lessonHanger dl:nth-child(3n+2){margin: 30px 35px 0 35px;}

#lessonHanger dl dt{
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 500;
}

#lessonHanger dl dd{
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	padding: 10px 0 0 0;
}

#lessonHanger dl dd img{
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
	border-radius: 1.0rem;
}

#voiceHanger{
	font-size: 0;
	padding: 0 0 40px 0;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

#voiceHanger dl{
	width: 475px;
	margin: 40px 0 0 0;
	/*background-color: #F3F3F3;
	padding: 30px 20px;*/
	border-radius: 0.8rem;
}

#voiceHanger dl:first-child{margin: 40px 45px 0 0;}

#voiceHanger dl dt{
	
	font-size: 17px;
	font-size: 1.7rem;
}

#voiceHanger dl dd{
	/*padding: 20px 0 0 0;*/
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.8;
	position: relative;
	padding: 0 0 20px 0;
}

#voiceHanger dl dd.style1{padding: 0 0 40px 0;}

#voiceHanger dl dd img{
	display: block;
	width: 100%;
	/*margin-bottom: 10px;*/
}

#voiceHanger dl dd div{
	position: absolute;
	right: 10px;
	bottom: 20px;
}
#voiceHanger dl:last-child dd div{
	right: auto;
	left: 10px;
	text-align: right;
}

#voiceHanger dl dd span{
	display: block;
	bottom: 25px;
}

#voiceHanger dl dd small{
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
}

#voiceHanger2{padding: 30px 0 30px 0;}

#voiceHanger2 dl{font-size: 0;}

#voiceHanger2 dl dt{
	display: inline-block;
	vertical-align: top;
	width: 40%;
}

#voiceHanger2 dl dt img{
	width: 100%;
	border-radius: 1.2rem;
}

#voiceHanger2 dl dd{
	display: inline-block;
	vertical-align: top;
	width: calc(60% - 40px);
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.8;
	margin-left: 40px;
}

#voiceHanger2 dl dd small{
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 20px;
}

#illustHanger{font-size: 0;}

#illustHanger dl{
	display: inline-block;
	vertical-align: top;
	width: 150px;
	margin: 40px 0 0 20px;
}

#illustHanger dl:first-child{margin: 40px 0 0 0;}

#illustHanger dl dt{text-align: center;}

#illustHanger dl dt img{
	width: 100%;
	height: auto;
	display: block;

}

#illustHanger dl dd{
	padding: 15px 0 0 0;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
}

#dmFlow{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: center;
}

#dmFlow dl{
	width: 290px;
	margin: 40px 0 0 0;
	padding: 20px;
	border-radius: 1.0rem;
	background: #CAA9CF;
	color: #FFFFFF;
}

#dmFlow dl.arrow{
	width: 65px;
	background: url(../department/img/dm_arrow2.png) no-repeat center center;
}

#dmFlow dl dt{
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 30px;
	font-size: 3.0rem;
}

#dmFlow dl dd{
	/*font-size: 15px;
	font-size: 1.5rem;*/
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
}

#dmFlow dl dd strong{
	display: block;
	/*padding: 15px 0 0 0;*/
	padding: 30px 0 0 0;
	font-size: 18px;
	font-size: 1.8rem;
}

#dmFlow dl dd ul{
	/*padding: 10px 0 0 20px;*/
	padding: 0 0 0 20px;
}

#dmFlow dl dd ul li{
	padding: 5px 0 0 0;
	list-style: disc;
}

#dmFlow dl dd ul li:nth-child(1){padding: 0;}

#dmData dl{
	display: inline-block;
	vertical-align: top;
	width: 450px;
	margin: 40px 0 0 0;
}

#dmData dl:first-child{margin: 40px 95px 0 0;}

#dmData dl dt{
	
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.4;
}

#dmData dl dt img{
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

#dmData dl dd{
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	padding: 20px 0 0 0;
}

#works{
	text-align: center;
	padding: 10px 0 0 0;
}

#works img{
	width: auto;
	height: 170px;
	margin: 30px 15px 0 15px;
}

#cdFlow img:nth-child(2){display: none;}

/** 2020年更新分 ****************************************/
.topicsCopy{
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.4;
	/*text-align: center;*/
	margin: 40px 0 0 0;
}

.topicsCopy span{
	/*padding: 10px 50px;*/
	padding: 0 0 0 30px;
	position: relative;
	display: inline-block;
}

.topicsCopy span::before{
	position: absolute;
	content: '';
	width: 20px;
	/*height: calc(100% - 10px);*/
	height: 100%;
	top: 0;
	left: 0;
	/*border: 5px solid #FF4D4D;
	border-right: none;*/
}
.topicsCopy.dd span::before{border-left: 7px solid #F0908A;}
.topicsCopy.gd span::before{border-left: 7px solid #7ECEF4;}
.topicsCopy.il span::before{border-left: 7px solid #B7D450;}
.topicsCopy.ci span::before{border-left: 7px solid #F4A57A;}
.topicsCopy.ac span::before{border-left: 7px solid #DAB643;}
.topicsCopy.pd span::before{border-left: 7px solid #FCC80E;}
.topicsCopy.gj span::before{border-left: 7px solid #94D1CA;}
.topicsCopy.cd span::before{border-left: 7px solid #B5A266;}

/*.topicsCopy span::after{
	position: absolute;
	content: '';
	width: 20px;
	height: calc(100% - 10px);
	top: 0;
	right: 0;
	border: 5px solid #FF4D4D;
	border-left: none;
}*/

.topicsImage{
	text-align: center;
	padding: 40px 0 10px 0;
}
.topicsImage span{
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	padding: 15px 0 0 0;
}

h4.topicsh4{
	background: none;
	padding: 0 0 15px 40px;
}
h4.topicsh4.dd{border-bottom: 2px solid #F0908A;}
h4.topicsh4.dd::before{background: #F0908A;}
h4.topicsh4.gd{border-bottom: 2px solid #7ECEF4;}
h4.topicsh4.gd::before{background: #7ECEF4;}
h4.topicsh4.il{border-bottom: 2px solid #B7D450;}
h4.topicsh4.il::before{background: #B7D450;}
h4.topicsh4.ci{border-bottom: 2px solid #F4A57A;}
h4.topicsh4.ci::before{background: #F4A57A;}
h4.topicsh4.ac{border-bottom: 2px solid #DAB643;}
h4.topicsh4.ac::before{background: #DAB643;}
h4.topicsh4.pd{border-bottom: 2px solid #FCC80E;}
h4.topicsh4.pd::before{background: #FCC80E;}
h4.topicsh4.gj{border-bottom: 2px solid #94D1CA;}
h4.topicsh4.gj::before{background: #94D1CA;}
h4.topicsh4.cd{border-bottom: 2px solid #B5A266;}
h4.topicsh4.cd::before{background: #B5A266;}

.actualHanger{font-size: 0;}

.actualHanger dl{
	display: inline-block;
	vertical-align: top;
	width: 220px;
	margin: 40px 40px 0 0;
}

.actualHanger dl:first-child{margin: 40px 40px 0 0;}

.actualHanger dl:nth-child(4n){margin: 40px 0 0 0;}

.actualHanger dl dt{
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.4;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #FF4D4D;
}
.actualHanger.dd dl dt{border-bottom: 1px solid #F0908A;}
.actualHanger.gd dl dt{border-bottom: 1px solid #7ECEF4;}
.actualHanger.il dl dt{border-bottom: 1px solid #B7D450;}
.actualHanger.ci dl dt{border-bottom: 1px solid #F4A57A;}
.actualHanger.ac dl dt{border-bottom: 1px solid #DAB643;}
.actualHanger.pd dl dt{border-bottom: 1px solid #FCC80E;}
.actualHanger.gj dl dt{border-bottom: 1px solid #94D1CA;}
.actualHanger.cd dl dt{border-bottom: 1px solid #B5A266;}

.actualHanger dl dd{
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
	padding: 10px 0 0 0;
}

#profile{
	font-size: 0;
	margin: 50px 0 0 0;
}

.proPhoto{
	display: inline-block;
	vertical-align: top;
	width: 300px;
}

.proPhoto img{
	width: 100%;
	border-radius: 1.1rem;
}

.iconHanger{
	position: absolute;
	margin: -10px 0 0 -10px;
}

.proInfo{
	display: inline-block;
	vertical-align: top;
	width: 650px;
	margin: 0 0 0 50px;
}

.proInfo dl{
	padding-bottom: 20px;
	border-bottom: 1px solid #202020;
}

.proInfo dl dt{
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.4;
}

.proInfo dl dt small{
	font-size: 16px;
	font-size: 1.6rem;
}

.proInfo dl dd{
	padding: 15px 0 0 0;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.3;
}

.proInfo p{padding: 20px 0 0 0;}

#blogHanger{}

#blogHanger ul{
	font-size: 0;
	padding-top: 40px;
	text-align: center;
}

#blogHanger ul li{
	display: inline-block;
	vertical-align: top;
	width: calc((100% - 120px) / 4);
	margin: 0 0 0 40px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3;
	text-align: left;
}

#blogHanger ul li:first-child{margin: 0;}

#blogHanger ul li img{
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

#blogHanger ul li small{
	display: block;
}

#blogHanger ul li a{
	display: block;
	color: #202020;
}

#blogHanger ul li a:hover{
	text-decoration: none;
	color: #999999;
}

.imageHanger2.style1 img:nth-child(2n){margin-left: 40px;}

/** 2021年更新分 ****************************************/
#bodyLayer{
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.9);
	z-index: 9991;
	display: none;
}
.subject{
	position: fixed;
	width: calc(100% - 30px);
	max-width: 650px;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
	padding: 20px;
	font-size: 1.5rem;
	line-height: 1.6;
	z-index: 9992;
	/*border-radius: 1.1rem;*/
	display: none;
}
.subject strong{
	position: relative;
	display: block;
}
.subject strong span{
	position: absolute;
	right: -10px;
	top: -10px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.0;
	color: #FFFFFF;
	padding: 6px 7px;
	background-color: #000000;
	cursor: pointer;
	border-radius: 10.0rem;
}
.subject img{
	display: block;
	width: 80%;
	margin: 15px auto 0 auto;
	border-radius: 1.1rem;
}

.movieWrap{
	margin: 30px auto 0 auto;
	width: 100%;
	max-width: 640px;
}
.movieWrap div{
	position: relative;
  	width: 100%;
  	padding-top: 56.25%;
}
.movieWrap div iframe{
	position: absolute;
  	top: 0;
  	right: 0;
  	width: 100% !important;
  	height: 100% !important;
}


/**************************************************
 table
**************************************************/

table.style3{
	width: 100%;
	margin: 40px auto 0 auto;
	padding: 0;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	line-height: 1.3;
}

table.style3 th{
	text-align: center;
	padding: 15px 15px 12px 15px;
	font-size: 1.5em;
	font-size: 1.5rem;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	color: #FFFFFF;
	font-weight: bold;
	width: calc(100% / 6);
}

.dd table.style3 th{background-color: #F0908A;}
.gd table.style3 th{background-color: #7ECEF4;}
.il table.style3 th{background-color: #B7D450;}
.ci table.style3 th{background-color: #F4A57A;}
.ac table.style3 th{background-color: #DAB643;}
.pd table.style3 th{background-color: #FCC80E;}
.gj table.style3 th{background-color: #94D1CA;}
.dm table.style3 th{background-color: #CAA9CF;}
.cd table.style3 th{background-color: #B5A266;}

table.style3 td{
	padding: 15px 15px 12px 15px;
	font-size: 1.5em;
	font-size: 1.5rem;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
table.style3 td a{
	color: #000000;
	text-decoration: underline;
}
table.style3 td a:hover{text-decoration: none;}

table.style3 td.timetable{
	text-align: center;
	background-color: #F8F8F8;
}

table.style3 td.timetable strong{display: block;}


/**************************************************
 Responsive
**************************************************/
@media screen and (max-width: 640px){
	
#depTitle{
	height: 100%;
	margin: 30px 0 0 0;
	padding: 0 15px 20px 15px;
	font-size: 0;
	border-top-left-radius: 1.2rem;
	border-top-right-radius: 1.2rem;
}

#depTitle h2{
	display: block;
	font-size: 23px;
	font-size: 2.3rem;
}

#depTitle h2 small{
	font-size: 11px;
	font-size: 1.1rem;
}

#depTitle p{
	display: block;
	margin: 10px 0 0 0;
}

#depTitle p span{
	font-size: 11px;
	font-size: 1.1rem;
	padding: 5px 10px;
	margin: 0 5px 0 0;
}

#depTitle::before{
	width: calc(50% - 0px);
	height: 80px;
	bottom: -45px;
	right: -10px;
}
.gj #depTitle::before{bottom: -55px;}

.dd #depTitle,
.gd #depTitle,
.il #depTitle,
.ci #depTitle,
.ac #depTitle,
.pd #depTitle,
.gj #depTitle,
.dm #depTitle,
.cd #depTitle,{background-size: 20px;}
	
#courseHanger{padding: 0 0 5px 15px;}

#courseHanger span{
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0;
	padding: 0 0 10px 0;
}

#courseHanger span small{
	font-size: 10px;
	font-size: 1.0rem;
}
	
.visualHanger img{
	border-bottom-left-radius: 1.3rem;
	border-bottom-right-radius: 1.3rem;
}

#depCopy{
	padding: 20px 15px;
	text-align: left;
	font-size: 17px;
	font-size: 1.7rem;
}
	
p{padding: 15px 0 0 0;}

.jobCertif{padding: 10px 0 0 0;}

.jobCertif dl{
	width: calc(50% - 5px);
	margin: 10px 0;
}

.jobCertif dl:nth-child(3n+2){margin: 10px 0;}
.jobCertif dl:nth-child(2n){margin: 10px 0 10px 10px;}

.jobCertif dl dt{
	font-size: 15px;
	font-size: 1.5rem;
}

.jobCertif dl dd{
	font-size: 13px;
	font-size: 1.3rem;
	padding: 10px 0 0 0;
}

.dd .jobCertif dl dt{border-left: 5px solid #F0908A;}
.gd .jobCertif dl dt{border-left: 5px solid #7ECEF4;}
.il .jobCertif dl dt{border-left: 5px solid #B7D450;}
.ci .jobCertif dl dt{border-left: 5px solid #F4A57A;}
.ac .jobCertif dl dt{border-left: 5px solid #DAB643;}
.pd .jobCertif dl dt{border-left: 5px solid #FCC80E;}
.gj .jobCertif dl dt{border-left: 5px solid #94D1CA;}
.dm .jobCertif dl dt{border-left: 5px solid #CAA9CF;}
.cd .jobCertif dl dt{border-left: 5px solid #B5A266;}

#checkPoint{padding: 0 0 10px 0;}

#checkPoint dl{
	margin: 20px 0 0 0;
	display: block;
	width: 100%;
}
#checkPoint dl:nth-child(2){margin: 40px 0 0 0;}

#checkPoint dl dt{
	font-size: 17px;
	font-size: 1.7rem;
	padding: 0 0 0 10px;
}

.dd #checkPoint dl dt{border-left: 5px solid #F0908A;}
.gd #checkPoint dl dt{border-left: 5px solid #7ECEF4;}
.il #checkPoint dl dt{border-left: 5px solid #B7D450;}
.ci #checkPoint dl dt{border-left: 5px solid #F4A57A;}
.ac #checkPoint dl dt{border-left: 5px solid #DAB643;}
.pd #checkPoint dl dt{border-left: 5px solid #FCC80E;}
.gj #checkPoint dl dt{border-left: 5px solid #94D1CA;}
.dm #checkPoint dl dt{border-left: 5px solid #CAA9CF;}
.cd #checkPoint dl dt{border-left: 5px solid #B5A266;}

#checkPoint dl dt small{
	font-size: 12px;
	font-size: 1.2rem;
}
	
.depImage{padding: 10px 0 20px 0;}

.depImage img{
	width: 100%;
	margin: 30px 0 0 0;
}

.depImage img:nth-child(2){margin: 30px 0 0 0;}
	
.banner{padding-top: 20px;}

.banner img{
	width: 100%;
	margin: 10px 0 0 0;
}

.banner a:nth-child(2){margin: 0;}

#lessonHanger{
	padding: 10px 0 0 0;
	font-size: 0;
}

#lessonHanger dl{
	width: calc(50% - 5px);
	margin: 10px 0;
}

#lessonHanger dl:nth-child(3n+2){margin: 10px 0;}
#lessonHanger dl:nth-child(2n){margin: 10px 0 10px 10px;}

#lessonHanger dl dt{
	font-size: 15px;
	font-size: 1.5rem;
}

#lessonHanger dl dd{
	font-size: 13px;
	font-size: 1.3rem;
}

#voiceHanger{
	padding: 0 0 10px 0;
	display: block;
}
	
#voiceHanger dl:last-child dd div{text-align: left;}

#voiceHanger dl{
	width: 100%;
	margin: 0;
	margin: 20px 0 0 0;
	/*padding: 25px 15px;*/
}

#voiceHanger dl:first-child{margin: 20px 0 0 0;}

#voiceHanger dl dt{
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.3;
}

#voiceHanger dl dd{
	font-size: 13px;
	font-size: 1.3rem;
}

#voiceHanger dl dd small{
	font-size: 11px;
	font-size: 1.1rem;
}
	
#voiceHanger2{padding: 30px 0 0 0;}

#voiceHanger2 dl dt{
	display: block;
	width: 100%;
}

#voiceHanger2 dl dd{
	display: block;
	width: 100%;
	font-size: 13px;
	font-size: 1.3rem;
	margin: 20px 0 0 0;
}

#voiceHanger2 dl dd small{
	font-size: 13px;
	font-size: 1.3rem;
}
	
#illustHanger dl{
	width: calc(50% - 10px);
	margin: 20px 0 0 0;
}
	
#illustHanger dl:first-child{margin: 20px 0 0 0;}
#illustHanger dl:nth-child(2n){margin: 20px 0 0 20px;}

#illustHanger dl dd{
	padding: 10px 0 0 0;
	font-size: 12px;
	font-size: 1.2rem;
}
	
#dmFlow{
	display:block;
}

#dmFlow dl{
	width: 100%;
	margin: 20px 0 0 0;
}

#dmFlow dl.arrow{
	width: 100%;
	height: 15px;
	padding: 0;
	background: url(../department/img/dm_arrow3.png) no-repeat center center;
}

#dmFlow dl dt{
	font-size: 25px;
	font-size: 2.5rem;
	text-align: center;
}

#dmFlow dl dd{
	/*font-size: 13px;
	font-size: 1.3rem;*/
	font-size: 16px;
	font-size: 1.6rem;
}

#dmFlow dl dd strong{
	/*text-align: center;*/
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0;
}

#dmData dl{
	display: block;
	width: 100%;
	margin: 25px 0 0 0;
}

#dmData dl:first-child{margin: 25px 0 0 0;}

#dmData dl dt{
	font-size: 17px;
	font-size: 1.7rem;
}

#dmData dl dt img{margin-bottom: 30px;}

#dmData dl dd{
	font-size: 13px;
	font-size: 1.3rem;
	padding: 15px 0 0 0;
}
	
#works{padding: 10px 0 0 0;}

#works img{
	/*height: 170px;*/
	margin: 10px;
}
	
#cdFlow img:nth-child(2){display: block;}
	
#cdFlow img:nth-child(1){display: none;}

	
/** table **********/
.ttHanger{
	position: relative;
	margin: 20px 0 0 0;
	overflow-x: scroll;
}
	
.ttHanger table.style3{
	width: 600px;
	margin: 0 auto;
}

table.style3 th{
	padding: 5px;
	font-size: 1.0em;
	font-size: 1.0rem;
	width: 100px;
	white-space: normal;
}
.ttHanger table.style3 th{min-width: 100px;}

table.style3 td{
	padding: 5px;
	font-size: 1.0em;
	font-size: 1.0rem;
	/*width: 15%;*/
}
	
table.style3 td.timetable{
	/*white-space: nowrap;*/
	width: 25%;
}
	
/** 2020年更新分 **********/
.topicsCopy{
	font-size: 17px;
	font-size: 1.7rem;
	letter-spacing: 1px;
	margin: 30px 0 0 0;
}

.topicsCopy span{padding: 0 0 0 20px;}

.topicsImage{padding: 30px 0 10px 0;}
	
.topicsImage img{width: 100%;}
	
.topicsImage span{
	font-size: 15px;
	font-size: 1.5rem;
	padding: 10px 0 0 0;
}
	
h4.topicsh4{padding: 2px 0 10px 25px;}

.actualHanger dl{
	width: 100%;
	margin: 25px 0 0 0;
}

.actualHanger dl:first-child{margin: 25px 0 0 0;}

.actualHanger dl:nth-child(4n){margin: 25px 0 0 0;}

.actualHanger dl dt{
	padding: 10px;
	background-color: #F3F3F3;
}

#profile{margin: 30px 0 0 0;}

.proPhoto{
	display: block;
	width: 100%;
}

.proInfo{
	display: block;
	width: 100%;
	margin: 0;
}

.proInfo dl{padding: 15px 0;}

.proInfo dl dt{
	font-size: 18px;
	font-size: 1.8rem;
}

.proInfo dl dt small{
	font-size: 13px;
	font-size: 1.3rem;
}

.proInfo dl dd{
	padding: 10px 0 0 0;
	font-size: 11px;
	font-size: 1.1rem;
}

.proInfo p{padding: 15px 0 0 0;}
	
#blogHanger ul{padding-top: 0;}

#blogHanger ul li{
	width: calc(50% - 10px);
	margin: 30px 0 0 0;
	font-size: 13px;
	font-size: 1.3rem;
}
	
#blogHanger ul li:first-child{margin: 30px 0 0 0;}
	
#blogHanger ul li:nth-child(2n){margin: 30px 0 0 20px;}
	
.imageHanger2.style1 img:nth-child(2n){margin: 30px 0 0 0;}
	
/** 2021年更新分 ****************************************/
.subject{
	padding: 15px;
	font-size: 1.4rem;
}
.subject img{width: 90%;}


}