@charset "UTF-8";

@import url(reset.css);
@import url('/wp-content/themes/theme1214-child/vendors/materialdesignicons-webfont/css/materialdesignicons.min.css?ver=4.9.11');

* 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;
}


.pc_only{ display:none;}

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

	header style

----------------------------------------------------------------*/
#header {
	padding:15px 0 0;
	position: fixed;
	top:0;
	left:0;
	z-index:100;
	width:100%;
	height:60px;
	background:url(../img/pc/bg_header.gif) 0 bottom repeat-x;
	box-shadow: 0px 0px 10px;
    -webkit-box-shadow: 0px 0px 10px;
    -moz-box-shadow: 0px 0px 10px;
}
#change,
#header nav.pcnavi {
	display:none !important;
}
#header header h1 {
	display:none;
}
#header header .logo {
	margin-left:10px;
}
#header header .logo img {
	float:left;
	width:220px;
}
#header header ul {
	display:none;
}

.pushy {
    position: fixed;
    width: 250px;
    height: 100%;
    top: 0;
    z-index: 9999;
    background: #333332;
    font-size: 13px;
    font-weight: bold;
    -webkit-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
    -moz-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
    box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
    overflow: auto;
    -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
}
.pushy a {
    display: block;
    color: #b3b3b1;
    padding:10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(255, 255, 255, .1);
    text-decoration: none;
}
.pushy a:hover {
    background: #00b4ff;
    color: #FFF;
}
.pushy-left {
    -webkit-transform: translate3d(-250px,0,0);
    -moz-transform: translate3d(-250px,0,0);
    -ms-transform: translate3d(-250px,0,0);
    -o-transform: translate3d(-250px,0,0);
    transform: translate3d(-250px,0,0);
}
.pushy-open {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.container-push, .push-push {
    -webkit-transform: translate3d(250px,0,0);
    -moz-transform: translate3d(250px,0,0);
    -ms-transform: translate3d(250px,0,0);
    -o-transform: translate3d(250px,0,0);
    transform: translate3d(250px,0,0);
}
.pushy, #container, .push {
    -webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
    -moz-transition: -moz-transform .2s cubic-bezier(.16, .68, .43, .99);
    -o-transition: -o-transform .2s cubic-bezier(.16, .68, .43, .99);
    transition: transform .2s cubic-bezier(.16, .68, .43, .99);
}
.menu-btn img {
	margin:10px 10px 0 0;
	float:right;
	width:30px;
	cursor: pointer;
}


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

	mainvisual  style

----------------------------------------------------------------*/
#mainvisual {
	padding-top:75px;
	background:url(../img/pc/bg_main.gif) left bottom repeat-x;
	box-shadow: 0px 0px 10px;
    -webkit-box-shadow: 0px 0px 10px;
    -moz-box-shadow: 0px 0px 10px;
}
#mainvisual .person {
	background-image:none;
}
#mainvisual .box {
	margin:0 auto;
	padding:5% 3%;
	width:94%;
}
#mainvisual h2 {
	margin-bottom:15px;
}
#mainvisual h3 {
	margin-bottom:15px;
}
#mainvisual h2 img,
#mainvisual h3 img {
	width:100%;
}


#mainvisual .subCopy{ border:#0068B7 solid 4px; padding:15px; float:left; font-size:100%; margin-bottom:20px; width: 92%; line-height: 1.3em;}
#mainvisual .subCopy .txtRed{ color:#E20C17; font-size: 115%; display:block; margin-bottom:10px; font-weight:bold;}


#mainvisual .application {
	clear:both;
	width:100%;
	height:50px;
	-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 */
}
#mainvisual .application:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	transform: translate3d(0, 3px, 0);
}
#mainvisual .application a {
	padding-left:5%;
	display:block;
	width:95%;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	line-height:50px;
	text-decoration:none;
	background:url(../img/pc/icon_arw.png) 95% center no-repeat;
	background-size:20px;
}


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

	content  style

----------------------------------------------------------------*/
#content {
	margin:0 auto;
	padding:100px 0 0;
	width:96%;
}
article {
	margin:-75px 0 40px;
	padding:75px 0 0;
	border-bottom:1px dotted #b5b5b5;
}
article.nobor {
	padding:75px 0 0 !important;
	border-bottom:none !important;
}

ul.btn li {
	margin:0 0 10px;
}
ul.btn li.lecture {
	clear:both;
	width:100%;
	height:50px;
	-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:5%;
	display:block;
	width:95%;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	line-height:50px;
	text-decoration:none;
	background:url(../img/pc/icon_arw.png) 95% center no-repeat;
	background-size:20px;
}
ul.btn li.application {
	clear:both;
	width:100%;
	height:50px;
	-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-left:5%;
	display:block;
	width:95%;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	line-height:50px;
	text-decoration:none;
	background:url(../img/pc/icon_arw.png) 95% center no-repeat;
	background-size:20px;
}



#content h3.cotitle_01 {
	margin-bottom:15px;
	padding-bottom:10px;
	font-size:18px;
	font-weight:bold;
	line-height:26px;
	text-align:center;
	border-bottom:3px solid #2a9bc6;
}
#content h3.cotitle_02 {
	margin-bottom:15px;
	padding-bottom:10px;
	font-size:18px;
	font-weight:bold;
	line-height:26px;
	text-align:center;
	border-bottom:3px solid #fca35c;
}
#content h3.cotitle_01 span,
#content h3.cotitle_02 span {
	color:#fd7101;
	font-size:22px;
}
#content h3.cotitle_01 br,
#content h3.cotitle_02 br {
	display:none;
}
#content h3.cotitle_01 img {
	display:none;
}

#conten .box table dl{ clear:both;}

#content_01 {
	margin-bottom:40px;
	padding-top:10px;
	overflow:hidden;
	border:2px solid #0068b7;
	background:#d6e8f5;
}
#content_01 h4 {
	margin:0 auto 10px;
	width:98%;
	color:#0068b7;
	font-size:18px;
	line-height:26px;
	text-align:center;
	font-weight:bold;
}
#content_01 h4 span {
	display:block;
}
#content_01 ul {
	margin:0 auto 5px;
	width:98%;
	overflow:hidden;
}
#content_01 ul li {
	margin:0 1% 2%;
	float:left;
	width:48%;
	line-height:38px;
	text-align:center;
	background-color:#FFF;
}
#content_01 ul li:last-child {
	width:98%;
}
#content_01 p {
	margin:0 auto 10px;
	width:98%;
	clear:both;
	font-size:13px;
	text-align:center;
	line-height:24px;
}
#content_01 p br {
	display:none;
}

#content_02 {
	padding-bottom:15px;
}
#content_02 .text {
	margin-bottom:20px;
	font-size:15px;
	line-height:24px;
	text-align:justify;
	text-justify: inter-ideograph;
}
#content_02 .text span {
	font-weight:bold;
	background-color:#96dbee;
}
#content_02 img.left {
	margin:0 0 20px;
	width:100%;
	-webkit-box-shadow: 3px 3px 6px #999;
    -moz-box-shadow: 3px 3px 6px #999;
}
#content_02 img.right {
	margin:0 0 20px;
	width:100%;
	-webkit-box-shadow: 3px 3px 6px #999;
	-moz-box-shadow: 3px 3px 6px #999;
}

#content_03 {
	padding-bottom:30px;
}
#content_03 .text {
	margin-bottom:20px;
	font-size:15px;
	line-height:24px;
	text-align:justify;
	text-justify: inter-ideograph;
}
#content_03 .text span {
	font-weight:bold;
	background-color:#96dbee;
}
#content_03 img.right {
	margin:0 0 20px;
	width:100%;
	-webkit-box-shadow: 3px 3px 6px #999;
	-moz-box-shadow: 3px 3px 6px #999;
}

#content_04 {
	margin-bottom:40px;
}
#content_04 .text {
	margin-bottom:20px;
	font-size:15px;
	line-height:24px;
	text-align:justify;
	text-justify: inter-ideograph;
}
#content_04 .text span {
	font-weight:bold;
	background-color:#96dbee;
}
#content_04 img.left {
	margin:0 15px 5px 0;
	float:left;
	width:25%;
	-webkit-box-shadow: 3px 3px 6px #999;
    -moz-box-shadow: 3px 3px 6px #999;
}
#content_04 img.right {
	margin:0 0 0 15px;
	float:right;
	width:25%;
	-webkit-box-shadow: 3px 3px 6px #999;
	-moz-box-shadow: 3px 3px 6px #999;
}
#content_04 .text h4 {
	margin-bottom:10px;
	font-size:22px;
	font-weight:bold;
	line-height:34px;
}
#content_04 .text h4 span {
	background: linear-gradient(transparent 80%, #3fc8ee 0%);
}
#content_04 .text h5 {
	margin-bottom:10px;
	font-size:22px;
	font-weight:bold;
	line-height:34px;
}
#content_04 .text h5 span {
	background: linear-gradient(transparent 80%, #fd7101 0%);
}
#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:5%;
	display:block;
	width:95%;
	height:50px;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	line-height:50px;
	text-decoration:none;
	background:#fd7101 url(../img/pc/icon_02.png) 95% center no-repeat;
	background-size:12px;
	-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 {
	margin-bottom:40px;
}
#content_05 .text {
	margin-bottom:20px;
	font-size:15px;
	line-height:24px;
	text-align:justify;
	text-justify: inter-ideograph;
}
#content_05 .text span {
	font-weight:bold;
	background-color:#96dbee;
}
#content_05 img.left {
	margin:0 0 20px;
	width:100%;
}
#content_05 h4 {
	height:65px;
	color:#FFF;
	font-size:24px;
	text-align:center;
	line-height:65px;
	text-shadow:3px 3px 3px #004185;
	background-color:#014fa1;
	-webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}
#content_05 h4 span {
	font-size:18px;
}
#content_05 .box {
	margin-bottom:20px;
	padding:10px;
	border-left:2px solid #014fa1;
	border-right:2px solid #014fa1;
	border-bottom:2px solid #014fa1;
}
#content_05 .box table {
	margin-bottom:10px;
}
#content_05 .box table th {
	display:none;
}
#content_05 .box table th:last-child {
	border-right:none;
}
#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 {
	padding:10px;
	display:block;
	vertical-align:middle;
	line-height:1.6em;
}
#content_05 .box table td span {
	display:block;
}
#content_05 .box table td.time {
	color:#014fa1;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	background-color:#d6e8f5;
}
#content_05 .box table td.title {
	font-size:16px;
	font-weight:bold;
	text-align:center;
	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:40px;
}
#content_06 .text {
	margin-bottom:20px;
	font-size:15px;
	line-height:24px;
	text-align:justify;
	text-justify: inter-ideograph;
}
#content_06 .text span {
	font-weight:bold;
	background-color:#96dbee;
}
#content_06 img.left {
	margin:0 0 20px;
	width:100%;
}
#content_06 img.right {
	margin:0 0 20px;
	width:100%;
	-webkit-box-shadow: 3px 3px 6px #999;
	-moz-box-shadow: 3px 3px 6px #999;
}
#content_06 h4 {
	height:50px;
	color:#FFF;
	font-size:24px;
	text-align:center;
	line-height:50px;
	text-shadow:3px 3px 3px #004185;
	background-color:#014fa1;
}
#content_06 .box {
	margin-bottom:20px;
	overflow:hidden;
	padding:10px;
	border-left:2px solid #014fa1;
	border-right:2px solid #014fa1;
	border-bottom:2px solid #014fa1;
}
#content_06 .box .left {
	margin-bottom:20px;
	width:100%;
}
#content_06 .box .right {
	width:100%;
}
#content_06 .box .left h5 {
	margin-bottom:5px;
	padding-top:13px;
	height:106px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:28px;
	background:url(../img/pc/scetion06_img_02.png) center 0 no-repeat;
}
#content_06 .box .right h5 {
	margin-bottom:5px;
	padding-top:25px;
	height:94px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:28px;
	background:url(../img/pc/scetion06_img_03.png) center 0 no-repeat;
}
#content_06 .box .left table,
#content_06 .box .right table {
	width:100%;
	text-align:left;
	font-size:13px;
}
#content_06 .box .left table th {
	padding:10px 15px;
	display:block;
	font-weight:bold;
	text-align:left;
	background-color:#f1dac9;
}
#content_06 .box .right table th {
	padding:10px;
	display:block;
	font-weight:bold;
	text-align:left;
	background-color:#e2ebf2;
}
#content_06 .box .left table td,
#content_06 .box .right table td {
	padding:10px;
	display:block;
	background-color:#FFF;
}
#content_06 .box th br,
#content_06 .box td br {
	display:none;
}
#content_06 .box table tr {
	border-bottom:1px dotted #959595;
}
#content_06 .box table tr:last-child {
	border-bottom:none;
}

#content_07 {
	margin-bottom:40px;
	padding:5px 5px 20px;
	overflow:hidden;
	background:url(../img/pc/scetion07_img_01.gif) 0 0 repeat;
}
#content_07 .box {
	margin-bottom:10px;
	padding:10px;
	background-color:#FFF;
	-webkit-box-shadow: 0 0 6px #999;
	-moz-box-shadow: 0 0 6px #999;
}
#content_07 .box h4 {
	padding-left:70px;
	height:60px;
	font-size:16px;
	font-weight:bold;
	line-height:26px;
}
#content_07 .box h4.point01 {
	padding-top:15px;
	background:url(../img/pc/scetion07_img_02.png) 0 0 no-repeat;
	background-size:60px;
}
#content_07 .box h4.point02 {
	margin-bottom:10px;
	padding-top:5px;
	background:url(../img/pc/scetion07_img_04.png) 0 0 no-repeat;
	background-size:60px;
}
#content_07 .box h4 span {
	background: linear-gradient(transparent 80%, #3fc8ee 0%);
}
#content_07 .box .text {
	font-size:15px;
	line-height:24px;
	text-align:justify;
	text-justify: inter-ideograph;
}
#content_07 .box .text span {
	font-weight:bold;
	background-color:#96dbee;
}
#content_07 .box img.left {
	margin-bottom:10px;
	width:100%;
}
#content_07 .box ul {
	margin-top:20px;
}
#content_07 .box ul li {
	margin:0 0 5px;
}
#content_07 .box ul li p {
	padding:20px 3%;
	width:94%;
	font-size:18px;
	line-height:30px;
	text-align:center;
	background-color:#fefbd6;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#content_07 .box ul li span {
	font-size:14px;
}
#content_07 .box ul li br {
	display:none;
}

#content .explanation {
	margin-bottom:20px;
}
#content .explanation h4 {
	margin-bottom:10px;
	color:#003399;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
#content .explanation p {
	margin-bottom:20px;
	font-size:15px;
	line-height:24px;
	text-align:justify;
	text-justify: inter-ideograph;
}
#content .explanation img {
	width:100%;
}
#content .explanation .step img {
	width:100%;
}
#content_08 {
	margin-bottom:40px;
	padding:5px 5px 20px;
	overflow:hidden;
	background-color:rgba(154,195,225,0.4);
}
#content_08 .box {
	margin-bottom:15px;
	padding:10px 0 5px;
	background-color:#FFF;
	-webkit-box-shadow: 0 0 6px #999;
	-moz-box-shadow: 0 0 6px #999;
}
#content_08 .box h4 {
	margin:0 10px;
	padding-left:70px;
	height:60px;
	font-size:16px;
	font-weight:bold;
	line-height:26px;
}
#content_08 .box h4.point01 {
	padding-top:15px;
	background:url(../img/pc/scetion08_img_02.gif) 0 0 no-repeat;
	background-size:60px;
}
#content_08 .box h4.point02 {
	padding-top:15px;
	background:url(../img/pc/scetion08_img_05.gif) 0 0 no-repeat;
	background-size:60px;
}
#content_08 .box h4.point03 {
	margin-bottom:15px;
	padding-top:5px;
	background:url(../img/pc/scetion08_img_06.gif) 0 0 no-repeat;
	background-size:60px;
}
#content_08 .box h4.lecturer {
	padding:20px 0 0 0;
	font-size:20px;
	text-align:center;
}
#content_08 .box h4 span {
	background: linear-gradient(transparent 80%, #aec2ea 0%);
}
#content_08 .box h5 {
	margin:0 10px 20px;
	color:#003399;
	font-size:15px;
	text-align:center;
	line-height:22px;
}
#content_08 .box .text {
	margin-bottom:20px;
	padding:0 10px;
	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 {
	font-size:14px;
	font-weight:bold;
	line-height:28px;
}
#content_08 .box .left br {
	display:none;
}
#content_08 .box .right {
}
#content_08 .box .price {
	margin-bottom:20px;
	text-align:center;
	background:url(../img/pc/scetion08_img_04.gif) 0 center repeat-x;
}
#content_08 .box .price img {
	width:80%;
}
#content_08 .box  table {
	margin:0 10px 15px;
	border:2px solid #003399;
}
#content_08 .box table tr.bboder {
	border-bottom:2px solid #003399;
}
#content_08 .box table th {
	padding:10px;
	display:block;
	color:#003399;
	font-weight:bold;
	vertical-align:middle;
	background-color:#e2ebf2;
}
#content_08 .box table td {
	padding:10px;
	display:block;
	font-size:14px;
	line-height:22px;
}
#content_08 .box table td.title {
	display:none;
}
#content_08 .box table td.course {
	vertical-align:middle;
	background-color:#eeeeee;
	border-right:1px dotted #959595;
	border-bottom:1px dotted #959595;
}
#content_08 .box table td.data {
	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;
	width:100%;
}
#content_08 .box ul.introbtn li a {
	margin:0 5% 10px;
	padding-left:5%;
	width:85%;
	display:block;
	height:50px;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	line-height:50px;
	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) 95% center no-repeat;
	background-size:8px;
}
#content_08 .box ul.introbtn li.voice a:hover {
	background:#999 url(../img/pc/icon_04.png) 95% center no-repeat;
	background-size:8px;
}
#content_08 .box ul.introbtn li.lecturer a {
	background:#2a9bc6 url(../img/pc/icon_04.png) 95% center no-repeat;
	background-size:8px;
}
#content_08 .box ul.introbtn li.lecturer a:hover {
	background:#999 url(../img/pc/icon_04.png) 95% center no-repeat;
	background-size:8px;
}
#content_08 .box p {
	margin:0 15px 15px;
	font-size:14px;
	line-height:26px;
	text-align:center;
}
#content_08 .box .item {
	margin:0 3% 30px;
	padding:0 0 20px;
	width:94%;
	border-bottom:1px dotted #959595;
}
#content_08 .box .nobo {
	margin-bottom:10px;
	padding-bottom:0;
	border-bottom:none;
}
#content_08 .box .item img.left,
#content_08 .box .item img.right {
	margin:0 0 15px;
	width:40%;
	-webkit-box-shadow: 3px 3px 6px #999;
    -moz-box-shadow: 3px 3px 6px #999;
	float: left;
}
#content_08 .box .item h6 {
	margin-bottom:20px;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	width: 54%;
	float:right;
}
#content_08 .box .item h6 span {
	font-size:14px;
	font-weight:normal;
}
#content_08 .box .item p {
	margin:0;
	font-size:14px;
	line-height:20px;
	text-align:justify;
	text-justify: inter-ideograph;
	clear:both;
}

#content_09 {
	margin-bottom:40px;
	padding:10px 10px 20px;
	overflow:hidden;
	background-color:rgba(254,200,155,0.6);
}
#content_09 .explanation {
	margin-bottom:10px;
	font-size:16px;
	text-align:center;
	line-height:24px;
}
#content_09 .explanation br {
	display:none;
}
#content_09 .box {
	margin-bottom:30px;
	padding:10px 10px 1px;
	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:0 0 20px;
	width:100%;
	border-bottom:1px dotted #959595;
}
#content_09 .box .nobo {
	margin-bottom:10px;
	padding-bottom:0;
	border-bottom:none;
}
#content_09 .box .item img.left,
#content_09 .box .item img.right {
	margin:0 0 15px;
	width:40%;
	-webkit-box-shadow: 3px 3px 6px #999;
    -moz-box-shadow: 3px 3px 6px #999;
	float: left;
}
#content_09 .box .item h6 {
	margin-bottom:20px;
	font-size:16px;
	font-weight:bold;
	width: 54%;
	float: right;
}
#content_09 .box .item h6 span {
	font-size:14px;
	font-weight:normal;
}
#content_09 .box .item p {
	margin:0;
	font-size:14px;
	line-height:20px;
	text-align:justify;
	text-justify: inter-ideograph;
	clear:both;
}
#content_09 .box .text {
	margin:0 0 20px;
	padding:15px;
	font-size:16px;
	line-height:20px;
	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:10px;
	font-size:16px;
	font-weight:bold;
}
#content_09 .box .text h4 span {
	background: linear-gradient(transparent 80%, #fcc79c 0%);
}
#content_09 .box .morebtn {
	margin:0 auto 20px;
	width:100%;
	-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 {
	padding-left:5%;
	display:block;
	width:95%;
	height:50px;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	line-height:50px;
	text-decoration:none;
	background:url(../img/pc/scetion09_img_03.png) 95% center no-repeat;
	background-size:20px;
}

#content_10 {
	margin-bottom:40px;
	padding:10px 10px 20px;
	background:url(../img/pc/scetion07_img_01.gif) 0 0 repeat;
}
#content_10 .box {
	margin-bottom:30px;
	padding:10px;
	overflow:hidden;
	background-color:#FFF;
	-webkit-box-shadow: 0 0 6px #999;
	-moz-box-shadow: 0 0 6px #999;
}
#content_10 .box  table {
	margin-bottom:10px;
	width:100%;
	font-size:14px;
	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;
	width:60px;
	text-align:right;
	font-weight:bold;
}
#content_10 .box table td {
	padding:10px 0;
}
#content_10 .box iframe {
	width:100%;
}

#content_11 {
	padding:10px;
	overflow:hidden;
	background-color:rgba(154,195,225,0.4);
}
#content_11 .explanation {
	padding:20px 0 0;
	text-align:center;
}
#content_11 .box {
	padding:10px 10px 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:100%;
	line-height:26px;
}
#content_11 .box table th {
	padding:15px;
	display:block;
	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;
	display:block;
	font-size:14px;
	vertical-align:middle;
}
#content_11 .box table td select {
	font-size:13px;
}
#content_11 .box table td dt {
	float:left;
	width:32px;
	text-align:right;
	padding:2px 0 0 0;
}
#content_11 .box table td dd {
}
#content_11 .box table td dd input {
	margin:0 0 0 7px;
}
#content_11 .box table td dd input[type=radio] {
	margin:0 12px 0 0;
}
#mailform select {
    height:30px;
    border-radius: 2px;
	border:1px solid #999;
    background-color: #FFF;
width: 100%;
}
#mailform .textarea {
	padding: 0 10px;
	width:92%;
	height:30px;
	color:#333333;
	font-size: 16px;
	vertical-align: middle;
	background:#FFF;
	border-radius:2px;
	border:1px solid #999;
}
#mailform .txtfiled2 {
	padding:10px;
	width:92%;
	color:#333333;
	font-size: 14px;
	background:#FFF;
	border-radius:2px;
	border:1px solid #999;
}
#mailform label {
display: block;
margin-bottom: 5px;
}
div.formbtn {
	margin:0 0 20px;
	width:100%;
}
div.formbtn.confirm {
	width:100%;
}
div.formbtn input.btn-danger {
	width:100%;
	height:50px;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	-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:100%;
}
div.formbtn.confirm input.btn-back {
	width:100%;
	height:50px;
	color:#FFF;
	font-size:20px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border:2px solid #aaa;
	text-shadow:3px 3px 3px #888;
	margin-bottom:10px;

	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 {
	padding:15px 10px;
	color:#FFF;
	font-size:14px;
	text-align:center;
	line-height:22px;
	background-color:#2a9bc6;
}
footer .footlink a {
	margin:0 5px;
	color:#FFF;
	text-decoration:none;
}
footer .footlink a:hover {
	text-decoration:underline;
}
footer .footbox {
	padding:20px 10px;
	font-size:16px;
	text-align:center;
	background-color:#d6e8f5;
}
footer .footbox h5 {
	margin-bottom:30px;
	font-size:16px;
	line-height:24px;
}
footer .footbox h6 {
	margin-bottom:15px;
	font-size:12px;
	line-height:16px;
}
footer .footbox address {
	padding-top:15px;
	font-size:12px;
	font-style:normal;
	text-align:center;
	border-top:1px solid #7d7d7d;
}

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

	pagetop

----------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom:20px;
	right:0px;
	width:50px;
	height:49px;
	z-index:1000;
	background:url(../img/sp/pagetop.png) 0 0 no-repeat;
}
#page-top img {
	display:none;
}
#page-top a {
	display:block;
	width:50px;
	height:49px;
	-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

----------------------------------------------------------------*/
#sharebar { display:none !important;}
#sharebarx { display:none !important;}


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

	common

----------------------------------------------------------------*/
.m30 {
	margin-bottom:30px !important;
}
img.m30 {
	margin-bottom:15px !important;
	width:100%;
}

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

	form

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


input[type="radio"],input[type="checkbox"] {
margin-right:15px;
-moz-transform-origin: left center;
-moz-transform: scale( 1.5 , 1.5 );
-webkit-transform-origin: left center;
-webkit-transform: scale( 1.5 , 1.5 );
}

/*  完了画面
----------------------------------------------------------------*/
.complete section,{
	font-size:140%; text-align:center;
}

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

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

.complete section img{ width:100%;}


/**
 * 2019-09-19
 */
#page-top {
	bottom: 70px;
}
#content div.cotitle_01 {
	margin-bottom:30px;
	padding-bottom:10px;
	font-size:18px;
	font-weight:bold;
	line-height:1.2;
	text-align:center;
	border-bottom:3px solid #2a9bc6;
}

.phone-contact {
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
	margin: -5px 15px 20px;
}

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

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

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

/* fixed-cta-button */
#fixed-cta-button {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
	padding: 5px 0;
	font-size: 0;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.7);
	box-sizing: border-box;
	z-index: 2000;
}
#fixed-cta-button * {
	font-family: "Segoe UI", "Lucida Grande", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, メイリオ, sans-serif;
}
#fixed-cta-button a {
	text-decoration: none;
}
#fixed-cta-button .phone {
	display: inline-block;
	vertical-align: top;
	/* margin-right: 5px; */
}
#fixed-cta-button .phone a {
	display: block;
	position: relative;
	color: #fff;
	font-size: 9px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 0 2px #10d13c;
	width: 196px;
	height: 50px;
	background: #10d13c;
	background: -webkit-linear-gradient(0deg, #10d13c 0%, #88fe73 100%);
	background: linear-gradient(0deg, #10d13c 0%, #88fe73 100%);
	border: 1px solid #10d13c;
	border-radius: 5px;
	box-sizing: border-box;
}
#fixed-cta-button .phone a::before {
	display: block;
	position: absolute;
	top: 2px;
	left: 30px;
	font-family: "Material Design Icons";
	content: '\f3f2';
	font-size: 32px;
	line-height: 1;
	font-weight: normal;
}
#fixed-cta-button .phone a strong {
	display: inline-block;
	font-size: 25px;
	margin: 5px 0 4px 30px;
}
#fixed-cta-button .email {
	display: inline-block;
	vertical-align: top;
}
#fixed-cta-button .email a {
	display: block;
	color: #fff;
	font-size: 9px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 0 2px #374dee;
	width: 72px;
	height: 50px;
	background: #374dee;
	background: -webkit-linear-gradient(0deg, #374dee 0%, #14a5f6 100%);
	background: linear-gradient(0deg, #374dee 0%, #14a5f6 100%);
	border: 1px solid #374dee;
	border-radius: 5px;
	box-sizing: border-box;
}
#fixed-cta-button .email a::before {
	display: block;
	position: relative;
	top: 2px;
	font-family: "Material Design Icons";
	content: '\f1ee';
	font-size: 34px;
	line-height: 1;
	font-weight: normal;
	height: 35px;
}
