@charset "UTF-8";

@import url(reset.css);

* html body {
    background:url(null) fixed;
}
html,body {
	-webkit-text-size-adjust: 100%;
}
body {
	margin:0;
	padding:0;
	color:#333333;
	background-image:url(../img/pc/bg_content.gif);
	font-family:Arial, Helvetica, sans-serif, Osaka , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
}
html {
	overflow-x:hidden;
}

a {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}


.sp_only{ display:none;}


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

	header style

----------------------------------------------------------------*/
#header {
	position:relative;
	z-index:100;
	width:100%;
	height:185px;
	background-image:url(../img/pc/bg_header.gif);
	box-shadow: 0px 0px 10px;
    -webkit-box-shadow: 0px 0px 10px;
    -moz-box-shadow: 0px 0px 10px;
}
#change {
	 position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 9999;
	width:100%;
	height:75px;
	background-image:url(../img/pc/bg_header.gif);
	box-shadow: 0px 0px 10px;
    -webkit-box-shadow: 0px 0px 10px;
    -moz-box-shadow: 0px 0px 10px;
}
#header header,
#change header {
	margin:0 auto;
	padding:10px 0 0;
	color:#FFF;
	height:100px;
	width:1100px;
}
#header header h1,
#change header h1 {
	font-size:12px;
	text-align:right;
}
#header header .logo,
#change header .logo {
	float:left;
}
#header header ul,
#change header ul {
	margin-top:15px;
	float:right;
}
#header header ul li,
#change header ul li {
	float:left;
}
#header header ul li.time,
#change header ul li.time {
	margin:2px 15px 0 0;
}
#header header ul li.tel,
#change header ul li.tel {
	margin:2px 15px 0 0;
}

#header nav,
#change nav {
	margin:0 auto;
	height:75px;
	width:1100px;
}
#header nav ul li,
#change nav ul li {
	float:left;
	text-align:center;
	background:url(../img/pc/navi_border.png) right bottom no-repeat;
	text-shadow:2px 2px 5px #177baf;
}
#header nav ul li span,
#change nav ul li span {
	display:block;
}
#header nav ul li a,
#change nav ul li a {
	padding-top:5px;
	display:block;
	width:157px;
	height:70px;
	color:#FFF;
	font-size:20px;
	line-height:26px;
	text-decoration:none;
	display: table-cell;
	vertical-align: middle;
}
#header nav ul li a:hover,
#change nav ul li a:hover {
	background:url(../img/pc/bg_navi_hover.gif) right top no-repeat;
}
#header nav .spbtn {
	display:none;
}
#header nav ul li b,
#change nav ul li b {
	font-weight:bold;
}

.menu-btn {
	display:none;
}
.pushy{
	display:none;
}

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

	mainvisual  style

----------------------------------------------------------------*/
#mainvisual {
	background:url(../img/pc/bg_main.gif) left top repeat-x;
	box-shadow: 0px 0px 10px;
    -webkit-box-shadow: 0px 0px 10px;
    -moz-box-shadow: 0px 0px 10px;
}
#mainvisual .person {
	margin:0 auto;
	/*width:1380px;*/
	height:535px;
	/*background:url(../img/pc/mainvisual_person.png) bottom right no-repeat;*/
}
#mainvisual .box {
	margin:0 auto;
	padding:35px 0 0;
	width:1100px;
}
#mainvisual h2 {
	margin-bottom:28px;
}
#mainvisual h3 {
	float:left;
}

#mainvisual .subCopy{ width:670px; border:#0068B7 solid 4px; padding:15px; float:left; font-size:150%;}
#mainvisual .subCopy .txtRed{ color:#E20C17; font-size: 116%; display:block; margin-bottom:10px; font-weight:bold;}

#mainvisual .application {
	margin-top:15px;
	float:right;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border:1px solid #b00003;
	text-shadow:3px 3px 3px #a70001;

	background: -moz-linear-gradient(top, #e50012 0%, #a50000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #a50000), color-stop(0.00, #e50012)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e50012 0%, #a50000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e50012 0%, #a50000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e50012 0%, #a50000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e50012 0%, #a50000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e50012', endColorstr='#a50000', GradientType=0); /* IE7,8,9 */
}
#mainvisual .application:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	transform: translate3d(0, 3px, 0);
}
#mainvisual .application a {
	padding-left:60px;
	display:block;
	width:312px;
	height:116px;
	color:#FFF;
	font-size:34px;
	line-height:38px;
	text-align:center;
	text-decoration:none;
	display: table-cell;
	vertical-align: middle;
	background:url(../img/pc/icon_arw.png) 35px 45px no-repeat;
}
#mainvisual .application a span {
	display:block;
}


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

	content  style

----------------------------------------------------------------*/
#content {
	margin:0 auto;
	padding:35px 0 0;
	width:1100px;
}
article {
	margin:-200px 0 70px;
	padding:200px 0 70px;
	border-bottom:1px dotted #b5b5b5;
}
article.nobor {
	padding:200px 0 0 !important;
	border-bottom:none !important;
}

ul.btn {
	margin:0 auto;
	overflow:hidden;
	width:944px;
}
ul.btn li {
	margin:0 20px 10px;
	float:left;
}
ul.btn li.lecture {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border:1px solid #63c301;
	text-shadow:3px 3px 3px #47ab03;
	-webkit-box-shadow: 3px 3px 6px #999;
	-moz-box-shadow: 3px 3px 6px #999;

	background: -moz-linear-gradient(top, #81dc00 0%, #47ab03 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #47ab03), color-stop(0.00, #81dc00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #81dc00 0%, #47ab03 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #81dc00 0%, #47ab03 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #81dc00 0%, #47ab03 100%); /* IE10+ */
	background: linear-gradient(to bottom, #81dc00 0%, #47ab03 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#81dc00', endColorstr='#47ab03', GradientType=0); /* IE7,8,9 */
}
ul.btn li.lecture:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	transform: translate3d(0, 3px, 0);
}
ul.btn li.lecture a {
	padding-left:50px;
	display:block;
	width:380px;
	height:116px;
	color:#FFF;
	font-size:34px;
	line-height:38px;
	text-align:center;
	text-decoration:none;
	display: table-cell;
	vertical-align: middle;
	background:url(../img/pc/icon_arw.png) 40px 45px no-repeat;
}
ul.btn li.lecture a span {
	display:block;
}
ul.btn li.application {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border:1px solid #b00003;
	text-shadow:3px 3px 3px #a70001;
	-webkit-box-shadow: 3px 3px 6px #999;
	-moz-box-shadow: 3px 3px 6px #999;

	background: -moz-linear-gradient(top, #e50012 0%, #a50000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #a50000), color-stop(0.00, #e50012)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e50012 0%, #a50000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e50012 0%, #a50000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e50012 0%, #a50000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e50012 0%, #a50000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e50012', endColorstr='#a50000', GradientType=0); /* IE7,8,9 */
}
ul.btn li.application:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	transform: translate3d(0, 3px, 0);
}
ul.btn li.application a {
	padding:0 0 0 30px;
	display:block;
	width:400px;
	height:116px;
	color:#FFF;
	font-size:34px;
	line-height:38px;
	text-align:center;
	text-decoration:none;
	display: table-cell;
	vertical-align: middle;
	background:url(../img/pc/icon_arw.png) 60px 45px no-repeat;
}
ul.btn li.application a span {
	display:block;
}

#content h3.cotitle_01 {
	margin-bottom:30px;
	padding-bottom:10px;
	font-size:38px;
	font-weight:bold;
	line-height:1.2;
	text-align:center;
	border-bottom:5px solid #2a9bc6;
}
#content h3.cotitle_02 {
	margin-bottom:30px;
	padding-bottom:10px;
	font-size:38px;
	font-weight:bold;
	line-height:1.2;
	text-align:center;
	border-bottom:5px solid #fca35c;
}
#content h3.cotitle_01 span {
	color:#fd7101;
	font-size:44px;
}
#content h3.cotitle_01 img {
	margin-right:10px;
}

/* ↓netreal add↓ */

#content div.cotitle_01 {
	margin-bottom:30px;
	padding-bottom:10px;
	font-size:38px;
	font-weight:bold;
	line-height:1.2;
	text-align:center;
	border-bottom:5px solid #2a9bc6;
}

#content div.cotitle_01 span {
	color:#fd7101;
	font-size:44px;
}
#content div.cotitle_01 img {
	margin-right:10px;
}

#content div.cotitle_02 {
	margin-bottom:30px;
	padding-bottom:10px;
	font-size:38px;
	font-weight:bold;
	line-height:1.2;
	text-align:center;
	border-bottom:5px solid #fca35c;
}
/* ↑netreal add↑ */

#content_01 {
	margin-bottom:70px;
	padding:25px 0;
	overflow:hidden;
	border:2px solid #0068b7;
	background:url(../img/pc/scetion01_img_01.png) bottom center no-repeat;
}
#content_01 h4 {
	margin-bottom:40px;
	color:#0068b7;
	font-size:30px;
	text-align:center;
}
#content_01 ul {
	margin:0 auto 15px;
	width:948px;
	overflow:hidden;
}
#content_01 ul li {
	margin:0 3px 6px;
	float:left;
	width:152px;
	line-height:38px;
	text-align:center;
	background-color:#FFF;
}
#content_01 ul li:last-child {
	width:310px;
}
#content_01 p {
	clear:both;
	font-size:18px;
	text-align:center;
	line-height:24px;
}

#content_02 {
	padding-bottom:70px;
}
#content_02 .text {
	margin-bottom:30px;
	font-size:16px;
	line-height:28px;
	text-align:justify;
	text-justify: inter-ideograph;
}
#content_02 .text span {
	font-weight:bold;
	background-color:#96dbee;
}
#content_02 img.left {
	margin:0 30px 0 0;
	float:left;
	-webkit-box-shadow: 3px 3px 6px #999;
    -moz-box-shadow: 3px 3px 6px #999;
}
#content_02 img.right {
	margin:0 0 0 30px;
	float:right;
	-webkit-box-shadow: 3px 3px 6px #999;
	-moz-box-shadow: 3px 3px 6px #999;
}

#content_03 .text {
	margin-bottom:50px;
	font-size:16px;
	line-height:28px;
	text-align:justify;
	text-justify: inter-ideograph;
}
#content_03 .text span {
	font-weight:bold;
	background-color:#96dbee;
}
#content_03 img.right {
	margin:0 0 60px 30px;
	float:right;
	-webkit-box-shadow: 3px 3px 6px #999;
	-moz-box-shadow: 3px 3px 6px #999;
}

#content_04 h4 {
	margin-bottom:20px;
}
#content_04 .text {
	margin-bottom:40px;
	font-size:16px;
	line-height:28px;
	text-align:justify;
	text-justify: inter-ideograph;
}
#content_04 .text span {
	font-weight:bold;
	background-color:#96dbee;
}
#content_04 img.left {
	margin:0 30px 0 0;
	float:left;
	-webkit-box-shadow: 3px 3px 6px #999;
    -moz-box-shadow: 3px 3px 6px #999;
}
#content_04 img.right {
	margin:0 0 0 30px;
	float:right;
	-webkit-box-shadow: 3px 3px 6px #999;
	-moz-box-shadow: 3px 3px 6px #999;
}
#content_04 .text p {
	margin-top:20px;
}
#content_04 .text p a {
	padding-left:15px;
	background:url(../img/pc/icon_01.png) 0 center no-repeat;
}
#content_04 .guidance a {
	margin:20px auto 0;
	padding-left:20px;
	display:block;
	width:560px;
	height:59px;
	color:#FFF;
	font-size:30px;
	line-height:59px;
	text-align:center;
	text-decoration:none;
	background:#fd7101 url(../img/pc/icon_02.png) 40px 19px no-repeat;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	text-shadow:3px 3px 3px #da6100;
}
#content_04 .guidance a:hover {
	text-shadow:3px 3px 3px #666;
	background-color:#999;
}

#content_05 .text {
	margin-bottom:40px;
	font-size:16px;
	line-height:28px;
	text-align:justify;
	text-justify: inter-ideograph;
}
#content_05 .text span {
	font-weight:bold;
	background-color:#96dbee;
}
#content_05 img.left {
	margin:0 30px 0 0;
	float:left;
}
#content_05 img.right {
	margin:0 0 0 30px;
	float:right;
	-webkit-box-shadow: 3px 3px 6px #999;
	-moz-box-shadow: 3px 3px 6px #999;
}
#content_05 h4 {
	padding-left:80px;
	height:65px;
	color:#FFF;
	font-size:35px;
	text-align:center;
	line-height:65px;
	text-shadow:3px 3px 3px #004185;
	background:#014fa1 url(../img/pc/icon_03.png) 280px -10px no-repeat;
	-webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}
#content_05 h4 span {
	font-size:28px;
}
#content_05 .box {
	margin-bottom:30px;
	padding:30px 30px 20px;
	border-left:2px solid #014fa1;
	border-right:2px solid #014fa1;
	border-bottom:2px solid #014fa1;
}
#content_05 .box table {
	margin-bottom:20px;
}
#content_05 .box table th {
	padding:10px;
	color:#FFF;
	font-size:18px;
	text-align:center;
	vertical-align:middle;
	border-right:1px solid #FFF;
	background-color:#959595;
}
#content_05 .box table th:last-child {
	border-right:none;
}
#content_05 .box table td {
	padding:20px;
	vertical-align:middle;
	line-height:1.6em;
}
#content_05 .box table tr {
	border-bottom:1px dotted #959595;
}
#content_05 .box table tr:first-child,
#content_05 .box table tr:last-child {
	border-bottom:none;
}
#content_05 .box table td.time {
	width:65px;
	color:#014fa1;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	background-color:#d6e8f5;
}
#content_05 .box table td.title {
	width:270px;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	background-color:#f9f7dd;
}
#content_05 .box table td.curriculum {
	font-size:14px;
	text-align:left;
	background-color:#FFF;
}
#content_05 .box p {
	font-size:12px;
	text-align:center;
}

#content_06 {
	margin-bottom:60px;
}
#content_06 .text {
	margin-bottom:40px;
	font-size:16px;
	line-height:28px;
	text-align:justify;
	text-justify: inter-ideograph;
}
#content_06 .text span {
	font-weight:bold;
	background-color:#96dbee;
}
#content_06 img.left {
	margin:0 30px 0 0;
	float:left;
}
#content_06 img.right {
	margin:0 0 0 30px;
	float:right;
	-webkit-box-shadow: 3px 3px 6px #999;
	-moz-box-shadow: 3px 3px 6px #999;
}
#content_06 h4 {
	height:50px;
	color:#FFF;
	font-size:28px;
	text-align:center;
	line-height:50px;
	text-shadow:3px 3px 3px #004185;
	background-color:#014fa1;
}
#content_06 h4 span {
	font-size:28px;
}
#content_06 .box {
	margin-bottom:30px;
	overflow:hidden;
	padding:30px;
	border-left:2px solid #014fa1;
	border-right:2px solid #014fa1;
	border-bottom:2px solid #014fa1;
}
#content_06 .box .left {
	margin-left:10px;
	float:left;
	width:490px;
}
#content_06 .box .right {
	margin-right:10px;
	float:right;
	width:490px;
}
#content_06 .box .left h5 {
	padding-top:13px;
	height:106px;
	color:#FFF;
	font-size:20px;
	text-align:center;
	line-height:28px;
	background:url(../img/pc/scetion06_img_02.png) 0 0 no-repeat;
}
#content_06 .box .right h5 {
	padding-top:25px;
	height:94px;
	color:#FFF;
	font-size:20px;
	text-align:center;
	line-height:28px;
	background:url(../img/pc/scetion06_img_03.png) 0 0 no-repeat;
}
#content_06 .box .left table,
#content_06 .box .right table {
	width:100%;
	text-align:left;
	font-size:15px;
	font-weight:bold;
}
#content_06 .box .left table th {
	padding:10px 15px;
	width:140px;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	background-color:#f1dac9;
}
#content_06 .box .right table th {
	padding:10px 15px;
	width:140px;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	background-color:#e2ebf2;
}
#content_06 .box .left table td,
#content_06 .box .right table td {
	padding:5px 10px;
}
#content_06 .box table tr {
	border-bottom:1px dotted #959595;
}
#content_06 .box table tr:last-child {
	border-bottom:none;
}

#content_07 {
	padding:15px 15px 30px;
	overflow:hidden;
	background:url(../img/pc/scetion07_img_01.gif) 0 0 repeat;
}
#content_07 .box {
	margin-bottom:15px;
	position:relative;
	background-color:#FFF;
	-webkit-box-shadow: 0 0 6px #999;
	-moz-box-shadow: 0 0 6px #999;
}
#content_07 h4 {
	padding-left:145px;
	font-size:38px;
	font-weight:bold;
	line-height:124px;
	top:-5px;
	left:-5px;
	position:relative;
}
#content_07 .box h4.point01 {
	background:url(../img/pc/scetion07_img_02.png) 0 0 no-repeat;
}
#content_07 .box h4.point02 {
	background:url(../img/pc/scetion07_img_04.png) 0 0 no-repeat;
}
#content_07 .box h4 span {
	background: linear-gradient(transparent 80%, #3fc8ee 0%);
}
#content_07 .box .text {
	padding:10px 30px 30px;
	font-size:16px;
	line-height:28px;
	text-align:justify;
	text-justify: inter-ideograph;
}
#content_07 .box .text span {
	font-weight:bold;
	background-color:#96dbee;
}
#content_07 .box img.left {
	margin:0 50px 0 0;
	float:left;
}
#content_07 .box ul {
	padding:0 23px 16px;
	overflow:hidden;
}
#content_07 .box ul li {
	margin:0 7px 14px;
	float:left;
}
#content_07 .box ul li p {
	width:498px;
	height:122px;
	font-size:22px;
	line-height:30px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	background-color:#fefbd6;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#content_07 .box ul li.wide p {
	width:1010px;
}
#content_07 .box ul li span {
	font-size:18px;
}

#content .explanation {
	margin-bottom:30px;
}
#content .explanation h4 {
	margin-bottom:10px;
	color:#003399;
	font-size:28px;
	font-weight:bold;
	text-align:center;
}
#content .explanation p {
	margin-bottom:40px;
	font-size:16px;
	line-height:28px;
}
#content .explanation .step {
	width:1110px;
	height:166px;
	text-indent:-9999px;
	background:url(../img/pc/scetion08_img_01.png) 0 0 no-repeat;
}
#content_08 {
	padding:15px 15px 30px;
	overflow:hidden;
	background-color:rgba(154,195,225,0.4);
}
#content_08 .box {
	margin-bottom:15px;
	padding-bottom:30px;
	background-color:#FFF;
	-webkit-box-shadow: 0 0 6px #999;
	-moz-box-shadow: 0 0 6px #999;
}
#content_08 .box h4 {
	margin-bottom:20px;
	padding:20px 30px 0 160px;
	font-size:38px;
	font-weight:bold;
	line-height:100px;
}
#content_08 .box h4.point01 {
	background:url(../img/pc/scetion08_img_02.gif) 30px 20px no-repeat;
}
#content_08 .box h4.point02 {
	background:url(../img/pc/scetion08_img_05.gif) 30px 20px no-repeat;
}
#content_08 .box h4.point03 {
	background:url(../img/pc/scetion08_img_06.gif) 30px 20px no-repeat;
}
#content_08 .box h4.lecturer {
	padding:20px 0 0 0;
	text-align:center;
}
#content_08 .box h4 span {
	background: linear-gradient(transparent 80%, #aec2ea 0%);
}
#content_08 .box h5 {
	margin-bottom:30px;
	color:#003399;
	font-size:28px;
	text-align:center;
}
#content_08 .box .text {
	margin-bottom:20px;
	padding:0 30px;
	font-size:16px;
	line-height:28px;
	text-align:justify;
	text-justify: inter-ideograph;
}
#content_08 .box .text span {
	font-weight:bold;
	background-color:#96dbee;
}
#content_08 .box .left {
	float:left;
	font-size:28px;
	font-weight:bold;
	line-height:38px;
}
#content_08 .box .right {
	float:right;
	width:720px;
}
#content_08 .box .price {
	margin-bottom:20px;
	text-align:center;
	background:url(../img/pc/scetion08_img_04.gif) 0 0 repeat-x;
}
#content_08 .box  table {
	margin:0 40px 30px;
	width:990px;
	border:2px solid #003399;
}
#content_08 .box table tr.bboder {
	border-bottom:2px solid #003399;
}
#content_08 .box table th {
	padding:20px;
	color:#003399;
	width:125px;
	font-weight:bold;
	vertical-align:middle;
	background-color:#eeeeee;
	border-right:2px solid #003399;
}
#content_08 .box table td {
	padding:20px;
	font-size:14px;
	line-height:22px;
}
#content_08 .box table td.title {
	padding:5px 10px;
	color:#003399;
	vertical-align:middle;
	text-align:center;
	background-color:#eeeeee;
	border-right:1px dotted #959595;
	border-bottom:1px dotted #959595;
}
#content_08 .box table td.course,
#content_08 .box table td.data {
	padding:5px 20px;
	vertical-align:middle;
	border-right:1px dotted #959595;
	border-bottom:1px dotted #959595;
}
#content_08 .box table td.data span {
	display:block;
	color:#003399;
	font-weight:bold;
}
#content_08 .box table td.data p {
	margin-top:7px;
	float:right;
	width:70px;
	height:30px;
	color:#FFF;
	line-height:30px;
	text-align:center;
}
#content_08 .box table td.data p.full {
	background-color:#e30b17;
}
#content_08 .box table td.data p.few {
	background-color:#65ab31;
}
#content_08 .box table td.data p.many {
	background-color:#003399;
}
#content_08 .box ul.introbtn {
	margin:0 auto 10px;
	width:860px;
	overflow:hidden;
}
#content_08 .box ul.introbtn li a {
	margin:0 10px;
	padding-left:30px;
	float:left;
	width:380px;
	height:58px;
	color:#FFF;
	font-size:30px;
	line-height:58px;
	text-align:center;
	text-decoration:none;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#content_08 .box ul.introbtn li.voice a {
	background:#fca35c url(../img/pc/icon_04.png) 50px center no-repeat;
}
#content_08 .box ul.introbtn li.voice a:hover {
	background:#999 url(../img/pc/icon_04.png) 50px center no-repeat;
}
#content_08 .box ul.introbtn li.lecturer a {
	background:#2a9bc6 url(../img/pc/icon_04.png) 80px center no-repeat;
}
#content_08 .box ul.introbtn li.lecturer a:hover {
	background:#999 url(../img/pc/icon_04.png) 80px center no-repeat;
}
#content_08 .box p {
	text-align:center;
}
#content_08 .box .item {
	margin:0 auto 30px;
	padding-bottom:30px;
	width:990px;
	border-bottom:1px dotted #959595;
}
#content_08 .box .nobo {
	margin-bottom:10px;
	padding-bottom:0;
	border-bottom:none;
}
#content_08 .box .item img.left {
	margin:0 30px 0 0;
	float:left;
	width:164px;
	border:4px solid #FFF;
	-webkit-box-shadow: 3px 3px 6px #999;
    -moz-box-shadow: 3px 3px 6px #999;
}
#content_08 .box .item img.right {
	margin:0 0 0 30px;
	float:right;
	width:164px;
	border:4px solid #FFF;
	-webkit-box-shadow: 3px 3px 6px #999;
	-moz-box-shadow: 3px 3px 6px #999;
}
#content_08 .box .item h6 {
	margin-bottom:25px;
	font-size:17px;
	font-weight:bold;
	line-height:20px;
}
#content_08 .box .item h6 span {
	font-size:15px;
	font-weight:normal;
}
#content_08 .box .item p {
	font-size:14px;
	line-height:24px;
	text-align:left;
}

#content_09 {
	padding:30px 15px;
	overflow:hidden;
	background-color:rgba(254,200,155,0.6);
}
#content_09 .explanation {
	margin-bottom:25px;
	font-size:18px;
	text-align:center;
	line-height:26px;
}
#content_09 .box {
	margin-bottom:30px;
	padding:30px;
	background-color:#FFF;
	-webkit-box-shadow: 0 0 6px #999;
	-moz-box-shadow: 0 0 6px #999;
}
#content_09 .box .item {
	margin:0 auto 30px;
	padding-bottom:30px;
	width:990px;
	border-bottom:1px dotted #959595;
}
#content_09 .box .nobo {
	margin-bottom:10px;
	padding-bottom:0;
	border-bottom:none;
}
#content_09 .box .item img.left {
	margin:0 30px 0 0;
	float:left;
	width:164px;
	border:4px solid #FFF;
	-webkit-box-shadow: 3px 3px 6px #999;
    -moz-box-shadow: 3px 3px 6px #999;
}
#content_09 .box .item img.right {
	margin:0 0 0 30px;
	float:right;
	width:164px;
	border:4px solid #FFF;
	-webkit-box-shadow: 3px 3px 6px #999;
	-moz-box-shadow: 3px 3px 6px #999;
}
#content_09 .box .item h6 {
	margin-bottom:25px;
	font-size:17px;
	font-weight:bold;
	line-height:20px;
}
#content_09 .box .item h6 span {
	font-size:15px;
	font-weight:normal;
}
#content_09 .box .item p {
	font-size:14px;
	line-height:24px;
	text-align:left;
}
#content_09 .box .text{
	margin:0 10px 20px;
	padding:40px 40px 30px;
	font-size:16px;
	line-height:28px;
	text-align:justify;
	text-justify: inter-ideograph;
	background:#555 url(../img/pc/scetion09_img_02.gif) 0 0 repeat;
	-webkit-box-shadow: 0 0 6px #999;
	-moz-box-shadow: 0 0 6px #999;
}


#content_09 .box .text span {
	font-weight:bold;
	background-color:#96dbee;
}
#content_09 .box .text h4 {
	margin-bottom:30px;
	font-size:38px;
	font-weight:bold;
}
#content_09 .box .text h4 span {
	background: linear-gradient(transparent 80%, #fcc79c 0%);
}
#content_09 .box .morebtn {
	margin:0 auto;
	width:990px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border:1px solid #fc9c4f;
	text-shadow:3px 3px 3px #934100;
	-webkit-box-shadow: 3px 3px 6px #999;
	-moz-box-shadow: 3px 3px 6px #999;

	background: -moz-linear-gradient(top, #fca25a 0%, #fd7204 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fd7204), color-stop(0.00, #fca25a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fca25a 0%, #fd7204 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fca25a 0%, #fd7204 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fca25a 0%, #fd7204 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fca25a 0%, #fd7204 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fca25a', endColorstr='#fd7204', GradientType=0); /* IE7,8,9 */
}
#content_09 .box .morebtn:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	transform: translate3d(0, 3px, 0);
}
#content_09 .box .morebtn a {
	display:block;
	width:990px;
	height:60px;
	color:#FFF;
	font-size:28px;
	line-height:60px;
	text-align:center;
	text-decoration:none;
	display: table-cell;
	vertical-align: middle;
	background:url(../img/pc/scetion09_img_03.png) 940px 10px no-repeat;
}

#content_10 {
	margin-bottom:30px;
	padding:15px;
	background:url(../img/pc/scetion07_img_01.gif) 0 0 repeat;
}
#content_10 .box {
	margin-bottom:30px;
	padding:20px 30px 30px;
	overflow:hidden;
	background-color:#FFF;
	-webkit-box-shadow: 0 0 6px #999;
	-moz-box-shadow: 0 0 6px #999;
}
#content_10 .box  table {
	float:left;
	width:460px;
	font-size:16px;
	line-height:26px;
}
#content_10 .box table tr {
	border-bottom:1px dotted #ccc;
}
#content_10 .box table tr.noboder {
	border-bottom:none;
}
#content_10 .box table th {
	padding:10px 0;
	width:80px;
	font-weight:bold;
	text-align:left;
}
#content_10 .box table td {
	padding:10px 0;
}
#content_10 .box iframe {
	margin-top:10px;
	float:right;
}

#content_11 {
	padding:15px 15px 30px;
	overflow:hidden;
	background-color:rgba(154,195,225,0.4);
}
#content_11 .explanation {
	padding:20px 0 0;
	text-align:center;
}
#content_11 .box {
	padding:30px;
	background-color:#FFF;
	-webkit-box-shadow: 0 0 6px #999;
	-moz-box-shadow: 0 0 6px #999;
}
#content_11 .box  table {
	margin-bottom:30px;
	width:990px;
	line-height:26px;
}
#content_11 .box table tr {
	border-bottom:1px dotted #ccc;
}
#content_11 .box table tr.noboder {
	border-bottom:none;
}
#content_11 .box table th {
	padding:15px;
	width:220px;
	font-size:16px;
	text-align:left;
	vertical-align:middle;
	background-color:#eaf3fa;
}
#content_11 .box table th span {
	color:#e60000;
	font-size:14px;
}
#content_11 .box table td {
	padding:15px;
	font-size:16px;
	vertical-align:middle;
}
#content_11 .box table td select {
	font-size:16px;
}
#content_11 .box table td dt {
	float:left;
	width:32px;
	text-align:right;
	padding:2px 0 0 0;
}
#content_11 .box table td dd {
	height: 40px;
}
#content_11 .box table td dd input {
	margin:0 0 0 7px;
}
#content_11 .box table td dd input[type=radio] {
	margin:0 5px 0 0;
}
#mailform select {
    height:30px;
    border-radius: 2px;
	border:1px solid #999;
    background-color: #FFF;
}
#mailform .textarea {
	padding: 0 10px;
	width:300px;
	height:30px;
	color:#333333;
	font-size: 16px;
	vertical-align: middle;
	background:#FFF;
	border-radius:2px;
	border:1px solid #999;
}
#mailform .txtfiled2 {
	padding:10px;
	width:500px;
	color:#333333;
	font-size: 14px;
	background:#FFF;
	border-radius:2px;
	border:1px solid #999;
}
#mailform label {
	margin-right:10px;
}
div.formbtn {
	margin:0 auto 30px;
	width:440px;
}
div.formbtn.confirm {
	width:650px;
}
div.formbtn input.btn-danger {
	width:440px;
	height:89px;
	color:#FFF;
	font-size:38px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border:2px solid #fd7101;
	text-shadow:3px 3px 3px #fd7101;

	background: -moz-linear-gradient(top, #fca25a 0%, #fd7204 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fd7204), color-stop(0.00, #fca25a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fca25a 0%, #fd7204 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fca25a 0%, #fd7204 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fca25a 0%, #fd7204 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fca25a 0%, #fd7204 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fca25a', endColorstr='#fd7204', GradientType=0); /* IE7,8,9 */
}
div.formbtn.confirm input.btn-danger {
	width:320px;
}
div.formbtn.confirm input.btn-back {
	width:320px;
	height:89px;
	color:#FFF;
	font-size:38px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border:2px solid #aaa;
	text-shadow:3px 3px 3px #888;

	background: -moz-linear-gradient(top, #ccc 0%, #888 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ccc), color-stop(0.00, #888)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ccc 0%, #888 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ccc 0%, #888 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ccc 0%, #888 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ccc 0%, #888 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#888888', GradientType=0); /* IE7,8,9 */
}
#content_11 .box p {
	text-align:center;
}
/* フォーム項目validationエラー */
#error_message { background:#fee; margin:0 0 20px 0; padding:5px; text-align:center; }
#error_message ul { display:inline-block; text-align:left; }
#error_message li { color:#a00; font-weight:bold; padding:4px 0 4px 28px; background:url(../img/pc/warning.png) no-repeat; }
/* 資格取得講座申し込みページ */
#content.seminar #content_11 { background-color: rgba(154,225,195,0.4); }
#content.seminar #content_11 .box table th { background-color: #eafaf3; }


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

	footer

----------------------------------------------------------------*/
footer .footlink {
	height:55px;
	color:#FFF;
	font-size:16px;
	line-height:55px;
	text-align:center;
	background-color:#2a9bc6;
}
footer .footlink a {
	margin:0 10px;
	color:#FFF;
	text-decoration:none;
}
footer .footlink a:hover {
	text-decoration:underline;
}
footer .footbox {
	padding:25px 0;
	font-size:16px;
	text-align:center;
	background-color:#d6e8f5;
}
footer .footbox h5 {
	margin-bottom:30px;
	font-size:18px;
	line-height:28px;
}
footer .footbox h6 {
	margin-bottom:15px;
	font-size:12px;
}
footer .footbox address {
	margin:0 auto 0;
	padding-top:15px;
	width:1100px;
	font-size:12px;
	font-style:normal;
	border-top:1px solid #7d7d7d;
}

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

	pagetop

----------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom:50px;
	right:0px;
	z-index:1000;
}
#page-top a {
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
#page-top a:hover {
	-ms-filter: "alpha(opacity=80)";
	filter: alpha(opacity=80);
	-khtml-opacity: 0.8;
	-moz-opacity:0.8;
	opacity:0.8;
}

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

	アコーディオン

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

div.menu{
display:none;
}

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

	sharebar

----------------------------------------------------------------*/
ul#sharebar { position: fixed; bottom:300px; right:-1px; width: 120px; float: left; background: #fff; padding: 10px 0 5px; text-align: center; border: 1px solid #ccc; list-style: none; margin: 0; z-index: 9999; }
ul#sharebar li { display: block; margin: 5px; padding: 0; overflow: hidden; text-align: center; }
ul#sharebarx { display:none !important;}
.sharebar-button { font-size: 11px; font-family: Verdana, Arial; padding: 2px 4px; background: #f7f7f7; color: #444; border: 1px solid #ddd; display: block;margin: 0 0 5px; }
.sharebar-button:hover { border-color: #aaa; }
.credit { margin: 0; padding: 0; line-height: 9px; }
.credit a { font-size: 8px; color: #ccc; text-transform: uppercase; text-decoration: none; font-family: Verdana; line-height: 9px; }
.FBConnectButton_Small{background-position:-5px -232px !important;border-left:1px solid #1A356E;}
.FBConnectButton_Text{margin-left:12px !important ;padding:2px 5px 3px !important;}
.stButton{margin:0 0 6px !important;}
.stButton:last-child{margin:0 !important;}
.stButton .stFb_vbubble { width:53px !important; }
.stButton .stFb_text { padding: 2px 5px 3px !important; margin: 1px 1px 0 14px !important; }


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

	common

----------------------------------------------------------------*/
.m30 {
	margin-bottom:30px !important;
}
/*----------------------------------------------------------------

	form

----------------------------------------------------------------*/
.complete section{
	font-size:140%; text-align:center;
}

.complete div.con01{font-size:150%;padding:20px;}

.complete div.con02{color:#fff;background:#2A9BC6;padding:20px;margin:50px 100px;line-height:1.3;font-weight:bold;}


/**
 * 2019-09-19
 */
.phone-contact {
	text-align: center;
	font-size: 16px;
	margin: -5px 15px 20px;
}

.phone-contact span,
.phone-contact a {
	margin-left: .5em;
	margin-right: 1em;
}

.phone-contact .is-sp {
	display: none;
}

.phone-contact em {
	font-style: normal;
	font-size: .85em;
}

/* fixed-cta-button */
#fixed-cta-button {
  display: none;
}
