@charset "UTF-8";
/*---------------
common
---------------*/
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-style:normal; font-weight:normal; font-size:100%; vertical-align:baseline}
html, body{color:#333; font-weight:200}
div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block}
html{overflow-y:scroll}
ol, ul{list-style:none}
html{font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%}
html, body{height:100%; background:#FFF}
body {
	color:#333;
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
	font-family: Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W6, sans-serif;
	line-height: 1.6;
	word-break:break-all;
}
body >#wrapper{position:relative; min-height:100%; height:auto !important; height:100%}
#wrapper{overflow:hidden; margin:0 auto; width:320px; background: url(../images/common/pageBg.png);	padding-bottom: 120px;}
a{color:#369; text-decoration: underline;}
a:focus{outline:none}
a:hover {
	color: #369;
	text-decoration: none;
	border: none;
}
a:active, a:link, a:visited {
	color: #369;
	text-decoration: none;
	border: none;
}
div:after{display:block; clear:both; content:""}
img {
	max-width: 100%;
	height: auto;
	border: none;
	display:block;
}
/*---------------
clearfix
---------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}
.clearfix {
	min-height: 1px
}
* html .clearfix {
	height: 1px
}
/*---------------
link
---------------*/
a:hover {
	color: #369;
	text-decoration: none;
	border: none;
}
a:active, a:link, a:visited {
	color: #369;
	text-decoration: none;
	border: none;
}

/*---------------
header
---------------*/
header {
	padding: 3px 5px;
	background:#fff;
}
header .logo {
	height:30px;
	width:auto;
}

/*---------------
footer
---------------*/
footer {
	text-align: center;
	padding:10px;
	font-size:12px;
}
footer .copy{
	text-align: center;
	padding:0;
}

/*---------------
mainvisual
---------------*/
#mainvisual{text-align: center;}
#mainvisual img{width:100%;display:block;}
#mainvisual .read{ padding:5px 10px 10px;}

/*---------------
section
---------------*/
section {
	background: #fff;
	border-radius: 5px;
	padding: 8px;
	text-align: center;
	margin: 0 10px 10px;
}
.section-inner {
	padding: 2px;
}


/*---------------
content
---------------*/
h2 {
	color: #fff;
	font-size: 15px;
	line-height: 1.2;
	font-weight: bold;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
}
p { text-align: left; padding:10px 0;}

/*---------------

article parts

/*---------------
article01
講座概要
---------------*/
.article01 table {
	border-collapse: separate;
	border-spacing: 0 8px;
	font-weight: bold;
	margin: -10px 0 5px;
}
.article01 th {
	border-radius: 5px;
	padding: 2px 10px;
	font-size:12px;
}
.article01 td {
	padding-left: 10px;
	text-align: left;
}
.article01 img {
	width:100%;
}

/*---------------
article02
講座ポイント紹介
---------------*/
.article02 dl {
	background: #fcf0ca;
}
.article02 dt {
	cursor: pointer;
	background: url(../images/common/swichArrow.png) right 8px bottom 17px no-repeat;
	background-size: 12px auto;
	text-align: left;
	border-top: 2px solid #fff;
	padding-right: 20px;
	display:table;
	width:100%;
}
.article02 dt p {
	font-weight: bold;
	font-size: 13px;
	line-height: 1.3;
	vertical-align:middle;
	display:table-cell;
	padding:8px 0 8px 5px;
	text-align:left;
}
.article02 dt span {
	color: #fff;
	background: #F28922;
	width: 65px;
	text-align: center;
	display:table-cell;
	vertical-align:middle;
	padding:8px 0;
}
.article02 dt.active {
	background: #FBE194 url(../images/common/swichArrow.png) right 8px top 18px no-repeat;
	background-size: 12px auto;
}
.article02 dd {
	display: none;
	padding: 0;
	width:100%;
	background:#fff;
}
.article02 dd .photo {
	text-align: center;
	width:100%;
	display:block;
}
.article02 dd p {
	padding: 10px;
}
/*---------------
article03
受講スケジュール
---------------*/
.article03 h3 {
	color: #f28921;
	padding: 10px 0 0;
	text-align: left;
	font-weight:bold;
}
.article03 .swiper-container {
	width: 100%;
	height: 100%;
}
.article03 .swiper-slide {
	padding-bottom: 20px;
}
.article03 .swiper-slide img {
	width: 100%;
	display:block;
}
.article03 .swiper-slide p {
	padding:10px 0;
}
.article03 .swiper-inner {
	margin: 0 25px 5px;
	padding: 10px 10px 5px;
	border-radius:5px;
	background:#FEEDE0;
}
.article03 .swiper-button-next,
.article03 .swiper-button-prev{
	position:absolute;
	top:50%;
	bottom:0 !important;
	width:20px;
	height:32px;
	margin-top:-16px;
	z-index:99;
	cursor:pointer;
	background-size:10px 16px;
	background-position:center;
	background-repeat:no-repeat;
	}
/*---------------
article04
活躍の場
---------------*/
.article04 h3 {
	color: #f28921;
	padding: 5px 0 5px 40px;
	text-align: left;
	font-weight:bold;
	position:relative;
	border-bottom:2px solid;
	background:#F6E5A3;
	line-height:1.3;
}
.article04 h3:after {
	content:"1";
	line-height:1.5;
	position:absolute;
	top:50%;
	margin-top:-15px;
	left:5px;
	color: #fff;
	font-weight:bold;
	background-image: linear-gradient(
		-45deg,
		#f39538 25%,
		#f28921 25%, #f28921 50%,
		#f39538 50%, #f39538 75%,
		#f28921 75%, #f28921
	  );
	  background-size: 28px 28px;
	  border-radius:50%;
	  padding:4px 10px;
	  font-size:16px;
	  font-weight:bold;
}
.article04 h3.no2:after {
	content:"2";
}
.article04 h3.no3:after {
	content:"3";
}
.article04 ul li p {
	padding:5px 5px 10px;
	text-align:left;
}

/*---------------
article05
修了生インタビュー
---------------*/
.article05 .left-box {
	float: left;
	text-align: center;
	width: 35%;
}
.article05 .right-box {
	float: right;
	width: 60%;
}
.article05 dl {
	margin-top: 10px;
	padding : 10px;
}
.article05 dt {
	padding : 0 5px 8px;
	font-weight: bold;
	text-align: left
}
.article05 dd {
	padding : 10px;
	background: url(../images/common/txtBg.png);
	text-align: left;
}
.article05 .title {
	padding: 0 0 10px;
	font-size: 15px;
}
.article05 .title span {
	border-bottom: 2px solid #ffff66;
	font-weight:bold;
}
.article05 .desc {
	padding-left: 40px;
	min-height: 70px;
	background: url(../images/common/article05ProfIcon.png) no-repeat left top;
	background-size: 31px 36px;
	font-size:12px;
}
.article05 .desc .name {
	display:block;
	margin-bottom:5px;
	font-size:14px;
}
/*---------------
article06
Q＆A
---------------*/
.article06 dl {
	background: #fcf0ca;
}
.article06 dt {
	cursor: pointer;
	background: url(../images/common/swichArrow.png) right 8px bottom 17px no-repeat;
	background-size: 12px auto;
	text-align: left;
	border-top: 2px solid #fff;
	padding-right: 20px;
	display:table;
	width:100%;
}
.article06 dt p {
	font-weight: bold;
	font-size: 13px;
	line-height: 1.3;
	vertical-align:middle;
	display:table-cell;
	padding:8px 0 8px 5px;
	text-align:left;
}
.article06 dt span {
	color: #fff;
	background: #F28922;
	width: 65px;
	text-align: center;
	display:table-cell;
	vertical-align:middle;
	padding:8px 0;
}
.article06 dt.active {
	background: #FBE194 url(../images/common/swichArrow.png) right 8px top 18px no-repeat;
	background-size: 12px auto;
}
.article06 dd {
	display: none;
	padding: 0;
	width:100%;
	background:#fff;
}
.article06 dd .ansHead {
	width:100%;
	background:#fcf0ca;
	padding:10px ;
	text-align:center;
}
.article06 .ansHead .photo {
	width:48%;
	float:right;
}
.article06 .ansHead .leftArea {
	width:46%;
	float:left;
	font-weight:bold;
	text-align:left;
}
.article06 .ansHead .leftArea span{
	width:100%;
	display:block;
	background:#F28922;
	padding:0;
	font-weight:bold;
	color:#fff;
	margin-bottom:3px;
	font-size:13px;
	text-align:center;
}
.article06 dd p {
	padding: 10px;
}
/*---------------
article07
教材紹介
---------------*/
.article07 h3 {
	border-radius: 5px;
	padding: 3px;
	font-size:13px;
	font-weight:bold;
}
.article07 .photo {
	display:block;
	width:100%;
	margin-bottom:10px;
}
.article07 ul {
	padding: 5px 15px 10px 20px;
}
.article07 ul li {
	list-style: outside;
	margin-bottom: 2px;
	text-align: left;
}
.article07 dl {
	margin-bottom: 10px;
	text-align: left
}
.article07 dt {
	margin-bottom:3px;
	position: relative;
	display: inline-block;
	padding: 3px 15px 3px 28px;
	color: #19283C;
	text-align: left;
	z-index: 0;
	border-radius:5px;
	margin-bottom:10px;
	background-image: linear-gradient(
		-45deg,
		#f39538 25%,
		#f28921 25%, #f28921 50%,
		#f39538 50%, #f39538 75%,
		#f28921 75%, #f28921
	);
	background-size: 28px 28px;
	background-position:left top;
	color:#fff;
}
.article07 dt:before {
	content: "";
	position: absolute;
	bottom: -7px; left: 30px;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 7px 0 7px;
	border-color: #f28921 transparent transparent transparent;
	z-index: 0;
}
.article07 dt:after {
	content:"";
	position: absolute;
	top: 8px; left: 8px;
	background:url(../images/common/iconCheck.png) no-repeat;
	background-size:14px auto;
	width:14px;
	height:12px;
	z-index: 1;
}

.article07 dd {
	font-weight: bold;
	line-height:1.4;
}
.article07 dd span {
	color: #fa6262;
	font-weight: bold;
}
/*---------------
article08
講師紹介
---------------*/
.article08 h3 {
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	text-align: left;
	background: #F6F6F6;
	border: 1px solid #19283C;
	z-index: 0;
	border-radius:5px;
	margin-bottom:10px;
	font-weight:bold;
}
.article08 h3:before {
	content: "";
	position: absolute;
	bottom: -9px; left: 30px;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #F6F6F6 transparent transparent transparent;
	z-index: 0;
}
.article08 h3:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 30px;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #19283C transparent transparent transparent;
	z-index: -1;
}

.article08 .photo{
	width:100%;
	margin-bottom:10px;
}
.article08 .profile {
	padding : 5px;
	font-size:13px;
	margin-bottom:10px;
}
.article08 .profile p {
	padding :0;
}
.article08 .profile .name {
	margin-bottom:5px;
	font-weight:bold;
	font-size:14px;
}
.article08 .comment {
	padding: 5px;
}
.article08 .comment p {
	padding : 10px;
}
/*---------------
article09
スキル紹介
---------------*/
.article09 h3 {
	color: #f28921;
	padding: 0 0 10px;
	text-align: left;
	font-weight:bold;
}
.article09 .swiper-container {
	width: 100%;
	height: 100%;
}
.article09 .swiper-slide {
	padding-bottom: 20px;
}
.article09 .swiper-slide img {
	width: 100%;
	display:block;
}
.article09 .swiper-slide p {
	padding:10px 0;
}
.article09 .swiper-inner {
	margin: 0 5px 5px;
	padding: 0 0 5px;
}
.article09 .swiper-button-next,
.article09 .swiper-button-prev{
	position:absolute;
	top:98%;
	bottom:0 !important;
	width:20px;
	height:32px;
	margin-top:-16px;
	z-index:99;
	cursor:pointer;
	background-size:10px 16px;
	background-position:center;
	background-repeat:no-repeat;
	}
/*---------------
article10
資格紹介
---------------*/
.article10 h3 {
	position: relative;
	height: 50px;
	line-height: 20px;
	padding: 5px 1em 0 1em;
	margin-bottom: 15px;
	text-align: left;
	font-weight:bold;
}
.article10 h3::before, .article10 h3::after {
	content: '';
	position: absolute;
}
.article10 h3::before {
	top: 100%;
	left: 0;
	border-width: 0 15px 10px 0;
	border-style: solid;
	border-color: transparent;
}
.article10 h3::after {
	top: 0;
	right: 0;
	z-index: 2;
	border-width: 25px 15px;
	border-style: solid;
	border-color: transparent;
	border-right-color: #fff;
}
.article10 .photo{
	width:100%;
	margin-bottom:10px;
}
/*---------------
article11
学校紹介
---------------*/
.article11 .photo {
	display:block;
	width:100%;
}
.article11 .pointWrap {
	padding:10px 10px 5px;
	background:#E2D9C7;
}
.article11 .pointWrap h3 {
	border-radius: 5px;
	padding: 0 0 10px;
	font-weight:bold;
	text-align:left;
}
.article11 .pointWrap h3 span {
	color: #fa6262;
	font-weight: bold;
}
.article11 dl {
	margin-bottom: 5px;
	text-align: left;
	background:#fff;
	border-radius:5px;
}
.article11 dt {
	margin-bottom:3px;
	position: relative;
	display: block;
	padding: 3px 15px 3px 28px;
	color: #d6c132;
	text-align: left;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	background-image: linear-gradient(
		-45deg,
		#f39538 25%,
		#f28921 25%, #f28921 50%,
		#f39538 50%, #f39538 75%,
		#f28921 75%, #f28921
	  );
	  background-size: 28px 28px;
	  background-position:left top;
	  color:#fff;
}
.article11 dt:after {
	content:"";
	position: absolute;
	top: 8px; left: 8px;
	background:url(../images/common/iconCheck.png) no-repeat;
	background-size:14px auto;
	width:14px;
	height:12px;
	z-index: 1;
}

.article11 dd {
	line-height:1.4;
	padding:5px 10px;
}
.article11 dd span {
	color: #fa6262;
	font-weight: bold;
}

/*---------------
article12
アクセス
---------------*/
.article12 h3 {
	border-radius: 5px;
	padding: 3px 10px;
	text-align:center;
	font-size:13px;
	background:#ddd;
}
.article12 p {
	padding: 5px 0 10px;
}
.article12 .name {
	padding: 0 0 5px;
}
.article12 iframe {
	width:100%;
	height:200px;
	margin-top:10px;
}
/*---------------
article13
イベント情報
---------------*/
.article13 h3 {
	border-radius: 5px;
	padding: 3px 10px;
	text-align:center;
	font-size:13px;
	background:#ddd;
}
.article13 .photo {
	width:100%;
}
.article13 p {
	padding: 0 0 15px;
}
.article13 .eventInner{
	padding:10px;
}
.article13 .btn {
	width:100%;
}
/*---------------
articleSeikyu
請求ボタン
---------------*/
.seikyu {
	padding: 10px 0 5px;
	background: url(../images/common/seikyuBg.png);
	background-size:6px auto;
	position: fixed;
	z-index: 99999;
	text-align: center;
	bottom: 0;
	max-width: 320px;
}
.seikyu img {
	display: inline-block;
	width: 46%;
	margin: 0;
}
.seikyu img a{
 text-decoration: none;
 border: none;
 font-size: 0;
}



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

	original

================*/
header{
	border-bottom:4px solid #8f82bc;
}
h2 {
	background: #ff8cc6;
}
/*---------------
article02
講座ポイント紹介
---------------*/
.article02 dl {
	background: #f5eee4;
}
.article02 dt span {
	background: #ff62b0;
}
.article02 dt.active {
	background-color: #ffb0b0;
}
/*---------------
article05
修了生インタビュー
---------------*/
.article05 .title span{
	color:#683700;
}
.article05 dl {
	background:#f5eee4;
}
.article05 dt {
	color:#8f82bc;
}
/*---------------
article08
講師紹介
---------------*/
.article08 h3 {
	background: #f5eee4;
	border: none;
	color:#683700;
}
.article08 h3:before {
	border-color: #f5eee4 transparent transparent transparent;
}
.article08 h3:after {
	border-color: #fff transparent transparent transparent;
}
.article08 .profile .name {
	color:#8f82bc;
}
.article08 .profile ul {
	padding:5px 5px 5px 15px;
	text-align:left;
}
.article08 .profile ul li {
	list-style-type:disc;
}
.article08 .comment {
	background:#fff;
	border-top:1px dashed #683700;
	padding:0;
}
/*---------------
article09
スキル紹介
---------------*/
.article09 h3 {
	color: #683700;
}
/*---------------
article10
資格紹介
---------------*/
.article10 h3 {
	background:#e6fff0;
}
.article10 h3::before {
	border-right-color:#79ffae;
}
.article10 ul {
	padding:0 5px 5px 20px;
	text-align:left;
}
.article10 ul li {
	list-style-type:disc;
}

/*---------------
article11
学校紹介
---------------*/
.article11 .pointWrap {
	background:#f5eee4;
}
.article11 h3 span{
	color:#e44075 !important;
}
.article11 dt {
	background-image: linear-gradient(
		-45deg,
		#9789c7 25%,
		#8f82bc 25%, #8f82bc 50%,
		#9789c7 50%, #9789c7 75%,
		#8f82bc 75%, #8f82bc
	  );
}
.article11 dd span{
	color:#e44075;
}
/*---------------
article12
アクセス
---------------*/
.article12 h3 {
	background:#f5eee4;
	color:#683700;
}
/*---------------
article13
イベント情報
---------------*/
.article13 h3 {
	background:#f5eee4;
	color:#683700;
}
.article13 .eventInner{
	background:#f5eee4;
}
/*---------------
banner
バナーエリア
---------------*/
.bannerArea{
	padding:5px 10px 0;
	text-align:center;
}
.bannerArea img{
	width:100%;
	display:block;
	margin:0 0 5px;
}
/*---------------
pageTop
ページ上部へ
---------------*/
#pageTop{
	width:40px;
	position: fixed;
	bottom: 80px;
	right:10px;
	z-index:99999;
	overflow:hidden;
}
#pageTop a{
	width:40px;
	display:block;
	border-radius:10px;
	background:#9789c7;
	padding:15px 0;
	margin:0;
	opacity:0.7;
}
#pageTop a img{
	display:block;
	width:20px;
	height:auto;
	margin:0 auto;
}
