@charset "UTF-8";
/* ****************************************************
style.css for tac SP版
 ***************************************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

/*general
=========================================*/
html {
	font-size: 71.42857%;
	-webkit-text-size-adjust: 100%;
}

body {
	background-color: #ffffff;
	font-size: 1rem;
	font-family: sans-serif;
	color: #000000;
}

.wrap img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

strong {
	font-weight: bold;
}

a {
	color: #0f218b;
	text-decoration: underline;
}

.cvBox {
	padding: 1.5rem 0 1.2rem;
	background: url(file/1/tac/sp/kouza_it/images/index_bg001.png) 0 0;
	font-size: 1.1rem;
	text-align: center;
	line-height: 1.6;
	color: #444444;
}
.cvBox .btn {
	width: 87.5%;
	margin: 0 auto 1.25rem;
}
.cvBox .cvCaption {
	margin-bottom: 0.8rem;
}

/*header
=========================================*/
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	overflow: hidden;
}
header p {
	float: left;
	width: 54.6875%;
}
header p + p {
	width: 45.3125%;
}

/*contents
=========================================*/
.toggleBtn {
	border-bottom: 3px solid #90abc1;
}
.toggleBtn.open {
	border-bottom: 0;
}

#feature02 .toggleBtn {
	position: relative;
	z-index: 10;
	box-shadow: 0 7px 0 #e20011;
}
#feature02 .toggleBtn.open {
	box-shadow: none;
}

.featureLead {
	background-color: #eff5fa;
	padding: 1rem 1.75rem;
	font-size: 1.1rem;
	line-height: 1.6;
	color: #333333;
}

.courseTitle {
	margin: 0 1rem;
	padding: 0.25rem 0 0 1.5rem;
	font-size: 2.2rem;
	font-weight: bold;
}

.courseTitle01 {
	border-left: 0.45rem solid #e96900;
	color: #e96900;
}

.courseTitle02 {
	border-left: 0.45rem solid #e20011;
	color: #e20011;
}

.courseTitle03 {
	border-left: 0.45rem solid #666eb2;
	color: #666eb2;
}
.courseTitle03 + ul li:before {
	color: #666eb2;
}

.courseTitle04 {
	border-left: 0.45rem solid #49a8a2;
	color: #49a8a2;
}
.courseTitle04 + ul li:before {
	color: #49a8a2;
}

.courseTitle05 {
	border-left: 0.45rem solid #a05291;
	color: #a05291;
}
.courseTitle05 + ul li:before {
	color: #a05291;
}

.courseTitle06 {
	border-left: 0.45rem solid #e1513e;
	color: #e1513e;
}
.courseTitle06 + ul li:before {
	color: #e1513e;
}

.titleCaption01 {
	display: block;
	margin-bottom: 1rem;
	font-size: 1.2rem;
	color: #222222;
}

.titleCaption02 {
	display: block;
	margin-bottom: 0.5rem;
	font-size: 1.264rem;
}

.titleWrap {
	overflow: hidden;
	width: 93.75%;
	margin: 0 auto;
}
.titleWrap .titleBox {
	float: left;
	width: 57.33333%;
}
.titleWrap .titleBox .courseTitle {
	margin: 0;
}
.titleWrap .titleBox + p {
	float: right;
	width: 40.83333%;
}
.titleWrap .titleBox ul {
	margin-top: 2rem;
	padding-bottom: 0.5rem;
	color: #444444;
}
.titleWrap .titleBox ul li {
	padding-left: 1.2em;
	text-indent: -1.2em;
	line-height: 1.4;
}
.titleWrap .titleBox ul li + li {
	margin-top: 0.5rem;
}
.titleWrap .titleBox ul li:before {
	display: inline-block;
	width: 1.2em;
	content: "●";
	text-indent: 0;
}

.course {
	width: 93.75%;
	margin: 0 auto;
}
.course dd {
	background-color: #f3f3f3;
	padding: 1rem;
	color: #444444;
	font-size: 1.1rem;
	line-height: 1.6;
}

.courseNote {
	box-sizing: border-box;
	width: 93.75%;
	margin: 1.4rem auto 3rem;
	padding: 0.5rem;
	border: 1px solid #e20011;
	color: #e20011;
	text-align: center;
	font-size: 0.9rem;
}

.courseText {
	width: 93.75%;
	margin: 2rem auto 0;
	font-size: 1.1rem;
	line-height: 1.6;
}

.courseType {
	padding-bottom: 2.5rem;
}
.courseType.type01 {
	margin-top: 3rem;
	background-color: #ffecd3;
}
.courseType.type02 {
	background-color: #f9e2e3;
}
.courseType.type02 + p {
	padding-top: 2.2rem;
	padding-bottom: 0.8rem;
	background: url(file/1/tac/sp/kouza_it/images/index_bg002.png) no-repeat 0 0;
	background-size: 100% auto;
	font-size: 1.7rem;
	text-align: center;
	color: #e20011;
	font-weight: bold;
	line-height: 1.6;
}
.courseType.courseTypeA {
	background-color: #edeffd;
}
.courseType.courseTypeA h4 {
	background: url(file/1/tac/sp/kouza_it/images/index_ic003.png) no-repeat 0 0.15em;
	color: #5961aa;
}
.courseType.courseTypeB {
	background-color: #eafaf9;
}
.courseType.courseTypeB h4 {
	background: url(file/1/tac/sp/kouza_it/images/index_ic004.png) no-repeat 0 0.15em;
	color: #49a8a2;
}
.courseType.courseTypeC {
	background-color: #fceefb;
}
.courseType.courseTypeC h4 {
	background: url(file/1/tac/sp/kouza_it/images/index_ic005.png) no-repeat 0 0.15em;
	color: #a05291;
}
.courseType.courseTypeD {
	background-color: #fff2ec;
}
.courseType.courseTypeD h4 {
	background: url(file/1/tac/sp/kouza_it/images/index_ic006.png) no-repeat 0 0.15em;
	color: #e1513e;
}
.courseType.courseTypeA, .courseType.courseTypeB, .courseType.courseTypeC, .courseType.courseTypeD {
	padding-top: 1.5rem;
}
.courseType.courseTypeA h4, .courseType.courseTypeB h4, .courseType.courseTypeC h4, .courseType.courseTypeD h4 {
	box-sizing: border-box;
	width: 93.75%;
	margin: 0 auto;
	padding-left: 2rem;
	background-size: 1.9rem 1.9rem;
	font-size: 2.2rem;
	font-weight: bold;
}
.courseType.courseTypeA h4 b, .courseType.courseTypeB h4 b, .courseType.courseTypeC h4 b, .courseType.courseTypeD h4 b {
	font-size: 1.575rem;
}
.courseType .typeText01 {
	padding: 1.5rem 1rem;
	color: #444444;
	font-size: 1.1rem;
	line-height: 1.6;
}
.courseType .typeText02 {
	padding: 1.5rem 1rem 0;
	color: #820f17;
	font-size: 1.5275rem;
	line-height: 1.6;
}
.courseType .typeText02 sup {
	font-size: 1.222rem;
	vertical-align: top;
}
.courseType .typeText02 .note {
	margin-top: 0.3rem;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1rem;
}
.courseType .typeText02 + .typeText01 {
	padding-top: 1rem;
}
.courseType .whiteColumn {
	width: 93.75%;
	margin: 0 auto;
	background-color: #ffffff;
	color: #444444;
	line-height: 1.6;
	font-size: 1.1rem;
}
.courseType .whiteColumn .col {
	width: 93.33333%;
	margin: 0 auto;
	padding: 1.5rem 0 0;
}
.courseType .whiteColumn .col h4 {
	margin-bottom: 0.75rem;
	font-size: 1.42rem;
	line-height: 1.4;
}
.courseType .whiteColumn .col h5 {
	margin-top: 1.5rem;
	font-weight: bold;
}
.courseType .whiteColumn .col h5.imgTitle {
	margin-top: 1.2rem;
	margin-bottom: 0.3rem;
	text-align: center;
}
.courseType .whiteColumn .col .subCol {
	overflow: hidden;
	padding: 0 0 1rem;
}
.courseType .whiteColumn .col .subCol p {
	float: left;
	width: 62.5%;
}
.courseType .whiteColumn .col .subCol p + p {
	float: right;
	width: 32.85714%;
}
.courseType.type01 .col h4 {
	color: #e96900;
	padding: 0.4rem 0 0.4rem 3.2rem;
	background: url(file/1/tac/sp/kouza_it/images/index_ic001.png) no-repeat 0 0;
	background-size: 2.45rem 2.45rem;
}
.courseType.type02 .col h4 {
	color: #e20011;
	padding: 0.4rem 0 0.4rem 3.2rem;
	background: url(file/1/tac/sp/kouza_it/images/index_ic002.png) no-repeat 0 0;
	background-size: 2.45rem 2.45rem;
}

.noteBox {
	box-sizing: border-box;
	border: 1px solid #aaaaaa;
	width: 93.75%;
	margin: 1.2rem auto 0;
	padding: 1.2rem 1rem;
	background-color: #ffffff;
	color: #444444;
	line-height: 1.4;
}

.followBox {
	box-sizing: border-box;
	width: 93.75%;
	margin: 1rem auto 2rem;
	border: 2px solid #a9a9a9;
	padding: 1.4rem 1rem 1rem;
}
.followBox h4 {
	padding-left: 4rem;
	font-size: 1.7rem;
	font-weight: bold;
	color: #444444;
}
.followBox#followA h4 {
	background: url(file/1/tac/sp/kouza_it/images/index_ic007.png) no-repeat 0 50%;
	background-size: auto 100%;
}
.followBox#followB h4 {
	background: url(file/1/tac/sp/kouza_it/images/index_ic008.png) no-repeat 0 50%;
	background-size: auto 100%;
}
.followBox ul {
	margin-top: 1.5rem;
	line-height: 1.6;
	font-size: 1.15rem;
}
.followBox ul li {
	padding-left: 1.2rem;
	text-indent: -1.2rem;
}
.followBox ul li:before {
	display: inline-block;
	width: 1.2rem;
	content: "●";
	color: #a9a9a9;
	text-indent: 0;
}

/*footer
=========================================*/
footer p#pageup {
	position: fixed;
	z-index: 100;
	bottom: 1rem;
	right: 0.3rem;
	width: 3.6rem;
	cursor: pointer;
}
footer p:nth-child(2) {
	padding: 1rem;
	text-align: center;
	font-size: 1.2rem;
}
footer p:last-child {
	padding: 1rem 0;
	background-color: #666666;
	color: #ffffff;
	text-align: center;
}
