@charset "utf-8";

/* CSS Document */
@media (max-width: 768px) {
}

@media (max-width: 992px) {
}

@media (max-width: 1200px) {
}
#syonin {
}
#jitumu {
}
/*---------------------------

 common style

---------------------------*/
html, body {
	width: 100%;
}
header #topline {
	display: block;
	padding: 5px 0;
}
/*---------------------------

 header

---------------------------*/
#syonin header #topline {
	background: url(../images/induction/header_bg.jpg);
}
#jitumu header #topline {
	background: url(../images/practitioner/header_bg.jpg);
}
header #topline h1 {
	font-size: 13px;
	color: #fff;
	margin: 0;
	padding: 0;
}
/*common*/
#header {
	background: rgba(255,255,255,1);
	padding: 10px 0;
}
#header .sb-toggle-right {
	margin-top: 5px;
	border: #999 1px solid;
	padding: 10px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
#header #gnav img {
	height: 50px;
	width: auto;
	display: block;
	margin: auto;
}

@media (max-width: 992px) {
header #topline h1 {
	font-size: 10px;
	text-align: center;
}
#header .sb-toggle-right {
	margin-top: 8px;
}
}

@media (max-width: 768px) {
header #topline h1 {
	display: none;
}
#header .sb-toggle-right {
	margin-top: 0px;
	border: #999 1px solid;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
#header .sb-toggle-right img {
	width: 40% !important;
	height: auto;
}
}

@media (max-width: 480px) {
#header .sb-toggle-right {
	padding: 0 3px;
	margin-top: 0;
}
}
/*---------------------------

 footer

---------------------------*/
footer {
	border-top: #eee 4px solid;
	padding-top: 20px;
}
footer img {
	width: 100%;
	height: auto;
}
footer dl {
	width: 100%;
	display: table;
	border-bottom: #666 1px solid;
	margin: 0;
	padding: 0
}
footer dl dt, footer dl dd {
	display: table-cell;
	font-weight: normal;
	padding: 10px 0;
}
footer dl dt {
	width: 150px;
}
footer dl a {
	color: #fff;
	padding: 2px 20px;
	margin-left: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}
footer dl a:hover {
	background: rgba(255,102,0,.50);
	color: #fff;
	text-decoration: none;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	display: table;
	margin-top: 40px;
}
footer ul li {
	display: table-cell;
}
footer ul li img {
	width: 100%;
	height: auto;
	transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
}
footer ul li a:hover img {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
footer ul li:nth-child(even) {
	padding-left: 10px;
}
footer ul li:nth-child(odd) {
	padding-right: 10px;
}
footer #totop {
	border-top: #eee 4px solid;
	border-bottom: #eee 4px solid;
	text-align: center;
	margin-top: 20px;
}
footer #totop a {
	color: rgba(41,54,124,1.00);
	font-size: 30px;
	text-decoration: none;
}
footer #totop a:hover {
	color: rgba(41,54,124,.50);
	text-decoration: none;
}
footer .logo {
	display: block;
	padding: 15px 0;
}
footer .logo img {
	max-width: 376px;
	height: auto;
	display: block;
	margin: auto;
}
small {
	background: #eee;
	color: #999;
	display: block;
	font-size: 13px;
	text-align: center;
	padding: 15px 0;
}
#syonin footer dl a {
	background: rgba(255,102,0,1.00);
}
#syonin footer dl a:hover {
	background: rgba(255,102,0,.50);
}
#jitumu footer dl a {
	background: rgba(0,105,62,1.00);
}
#jitumu footer dl a:hover {
	background: rgba(0,105,62,.50);
}

@media (max-width: 640px) {
footer .mb20 {
	margin-bottom: 20px;
}
footer dl dt {
	background: #eee;
	padding: 8px !important;
}
footer dl dd {
	padding: 8px !important;
}
footer ul {
	margin-top: 10px;
}
footer ul, footer ul li {
	width: 100%;
	display: block;
	margin-bottom: 15px;
}
footer ul li:nth-child(even) {
	padding-left: 0px;
}
footer ul li:nth-child(odd) {
	padding-right: 0px;
}
footer .logo img {
	width: 80%;
	height: auto;
}
}

@media (max-width: 992px) {
footer dl {
	border-bottom: none;
}
footer dl, footer dl dt, footer dl dd {
	display: block;
	width: 100%;
	padding: 0;
}
footer dl dt {
	background: #eee;
	padding: 13px;
}
footer dl dd {
	padding: 13px 0 !important;
}
footer dl a {
	display: block;
	margin-left: 0;
	margin-top: 30px;
	width: 100%;
	padding: 13px;
	text-align: center;
}
footer dl a:before {
	font-family: FontAwesome;
	content: "\f041";
	margin-right: 15px;
}
}
/* ------------------------------------
 firstview
------------------------------------ */
.firstview {
	height: 100%;
}
.firstview img.fv_bg {
	max-width: 2000px;
	width: 100%;
	height: auto;
	display: block;
	margin: auto;
}
.firstview #fv_top_inner {
	position: relative;
	overflow: hidden;
}
.firstview #fv_top_inner::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: 0 2px 2px rgba(0,0,0,.50) inset;
}
.firstview #fv_top_inner .fv_img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 80%;
	height: auto;
}
#fv_bottom {
	position: relative;
}
#fv_bottom .fv_bottom_img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 70%;
	height: auto;
}

@media (max-width: 992px) {
#sp_fv img {
	width: 100%;
	height: auto;
}
}
/*---------------------------

 こんな方におすすめ / c1

---------------------------*/
#c1 {
	background: url(../images/common/c1_bg_center.jpg) bottom center no-repeat, url(../images/common/c1_bg_side.jpg) bottom repeat-x, url(../images/common/c1_bg2.jpg);
	padding-top: 90px;
	padding-bottom: 77px;
	margin-bottom: 50px;
}
#c1 .inner {
}
#c1 ol {
	margin: 0;
	padding: 30px 0;
	list-style: none;
}
#c1 ol li {
	margin-bottom: 15px;
}
#c1 ol li:nth-child(2) {
	padding-left: 40px;
}
#c1 ol li:nth-child(3) {
	padding-left: 80px;
}

@media (max-width: 768px) {
#c1 {
	background: none;
	padding-top: 0px;
	padding-bottom: 50px;
	margin-bottom: 0;
}
}
/*---------------------------

 介護業界の魅力 / c2

---------------------------*/
#c2 #c2_bg {
	background: #eee;
}
#c2 h2 img {
	display: block;
	margin: auto;
}
#c2 h3, #c2 h4 {
}
#c2 h4 img {
	display: block;
	margin: 50px auto;
}
#c2 .pp50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (max-width: 768px) {
#c2 h4 img {
	margin: 20px auto;
}
#c2 a img {
	margin-bottom: 30px;
}
#c2 h2 {
	margin-bottom: 0px;
}
}
/*---------------------------

 選ばれる理由 / c3

---------------------------*/
#c3 {
	background: url(../images/common/c3_bg.jpg) center top no-repeat;
	background-size: cover;
	max-height: 1070px;
	padding-top: 350px;
	padding-bottom: 30px;
}
#c3 img {
	display: block;
	margin: auto;
}
#c3 #c3_bg {
	background: rgba(0,0,0,.50);
	padding: 20px 0;
	margin-bottom: 30px;
}
#c3 a img {
	transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
}
#c3 a:hover img {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

@media (max-width: 768px) {
#c3 {
	background: none;
	padding-top: 0;
}
}
/*---------------------------

 選ばれる理由 1,2,3 / c4

---------------------------*/
#c4 .c4_bg {
	background: url(../images/common/c10_bg.png);
}
#c4 dl {
	width: 100%;
	display: table;
	table-layout: fixed;
	padding: 30px 0;
}
#c4 dl dt, #c4 dl dd {
	display: table-cell;
	vertical-align: middle;
}
#c4 h3, #c4 h4 {
	margin-bottom: 20px;
}
#c4 .practitioner dl, #c4 .practitioner dt, #c4 .practitioner dd {
	display: block !important;
	width: 100%;
}
#c4 .practitioner ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#c4 .practitioner h5 {
	background: #00693e;
	color: #fff;
	text-align: center;
	font-size: 20px;
	padding: 15px 0;
	margin-bottom: 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

@media (max-width: 768px) {
#c4 .box {
	padding: 30px 0;
}
#c4 img {
	display: block;
	margin: auto;
}
#c4 dl {
	padding: 15px 0;
}
}
/*---------------------------

 介護のお仕事を始めるなら / c5

---------------------------*/
#c5 {
	padding: 50px 0;
}
#c5 img {
	display: block;
	margin: auto;
	margin-bottom: 30px;
}
#c5 h2, #c5 h3 {
	margin-bottom: 50px;
}
#c5 h4 {
	display: block;
	padding: 25px 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	margin-bottom: 0;
}
#c5 h4 img {
	margin: 0 auto;
}
#c5 h4.left {
	background: rgba(225,98,85,1.00);
}
#c5 h4.right {
	background: rgba(44,182,153,1.00);
}
#c5 a {
	margin-top: 50px;
	display: block;
}
#c5 a img {
	transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
}
#c5 a:hover img {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

@media (max-width: 768px) {
#c5 {
	padding: 30px 0;
}
#c5 h2, #c5 h3 {
	margin-bottom: 20px;
}
#c5 h4 {
	padding: 10px 0;
}
#c5 a {
	margin-top: 20px;
}
}
/*---------------------------

 キャリアアップ / c6

---------------------------*/
#c6 {
	padding-bottom: 50px;
}
#c6 h2 img {
	display: block;
	margin: auto;
}

@media (max-width: 768px) {
#c6 {
	padding-bottom: 30px;
}
}
/*---------------------------

 研修費用 / c7

---------------------------*/
#c7 {
	background: #f6f6f6;
	padding: 50px 0;
}
#c7 h2 img {
	display: block;
	margin: 0 auto 70px auto;
}
#c7 #back {
	display: block;
	margin-bottom: 40px;
}
#syonin #c7 .price img {
	width: 80%;
	height: auto;
	margin: auto;
	margin-bottom: 70px;
}
#jitumu #c7 .price {
	margin: 0;
	margin-bottom: 70px;
	padding: 0;
	list-style: none;
}
#jitumu #c7 .price li {
	border-bottom: #ccc 1px solid;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#jitumu #c7 .price li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}
#c7 #terms {
	position: relative;
}
#c7 #terms .inner {
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 25px;
	padding: 20px;
	padding-top: 50px;
}
#c7 #terms h3 {
	position: absolute;
	left: 0;
	top: -56px;
}
#c7 #terms .inner p {
	font-size: 18px;
	font-weight: bold;
}
#c7 #terms .inner p span {
	text-decoration: underline;
}
#c7 #terms .inner ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
#c7 #terms .inner ol li {
	margin-bottom: 5px;
}
#c7 #terms .inner ol li:last-child {
	margin-bottom: 0;
}
#c7 #terms .inner ol li span {
	font-size: 13px;
}

@media (max-width: 768px) {
#c7 {
	padding: 30px 0;
}
#jitumu #c7 .price {
	margin-bottom: 0px !important;
}
#syonin #c7 .price img {
	margin-bottom: 30px;
	width: 100%;
	height: auto;
}
#c7 h2 img {
	margin-bottom: 30px;
}
}

@media (max-width: 566px) {
#c7 #terms .inner {
	margin-left: 5%;
	padding-top: 10%;
}
}
/*---------------------------

 スケジュール・シラバス / c8

---------------------------*/
#c8 {
	border-bottom: #eee 1px solid;
	border-top: #eee 1px solid;
	background: url(../images/common/sec03_bg.png);
	padding: 50px 0;
}
#c8 a {
	display: block;
	padding: 25px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#syonin #c8 a {
	background: rgba(237,41,41,1.00);
}
#syonin #c8 a:hover {
	background: rgba(237,41,41,.70);
}
#jitumu #c8 a {
	background: rgba(0,105,62,1.00);
}
#jitumu #c8 a:hover {
	background: rgba(0,105,62,.70);
}
#c8 img {
	display: block;
	margin: auto;
}
#c8 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
	table-layout: fixed;
	width: 100%;
}
#c8 ul li {
	display: table-cell;
	width: 100%;
}
#c8 ul li:nth-child(even) {
	padding-left: 20px;
}
#c8 ul li:nth-child(odd) {
	padding-right: 20px;
}

@media (max-width: 992px) {
#c8 ul li:nth-child(even) {
	padding-left: 15px;
}
#c8 ul li:nth-child(odd) {
	padding-right: 15px;
}
}

@media (max-width: 768px) {
#c8 {
	padding: 30px 0;
}
#c8 ul, #c8 ul li {
	width: 100%;
	display: block;
}
#c8 ul li:nth-child(even) {
	padding-left: 0px;
}
#c8 ul li:nth-child(odd) {
	padding-right: 0px;
}
}
/*---------------------------

 介護職員の声 / c9

---------------------------*/
#c9 {
	padding: 50px 0;
}
#c9 li img {
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.50);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.50);
	box-shadow: 0 0 5px rgba(0,0,0,.50);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#c9 h2 img {
	display: block;
	margin: auto;
}
#c9 p {
	font-size: 20px;
}
#c9 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#c9 ul li {
	margin-bottom: 30px;
}
#c9 .box {
	border-bottom: #eee 1px solid;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#c9 .box.last {
	border-bottom: none;
	margin-bottom: 0;
}
#c9 .box.last ul li:last-child {
	margin-bottom: 0;
}

@media (max-width: 768px) {
#c9 {
	padding: 30px 0;
}
}
/*---------------------------

 Q&A / c10

---------------------------*/
#c10 {
	background: url(../images/common/c10_bg.png);
	padding: 50px 0;
}
#c10 h2 img {
	display: block;
	margin: auto;
	margin-bottom: 50px;
}
#c10 dl {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
}
#c10 dl dt {
	border-bottom: #ccc 1px solid;
	vertical-align: middle;
	position: relative;
	padding-left: 40px;
	padding-bottom: 15px;
	margin-bottom: 25px;
	cursor: pointer;
}
#c10 dl dt:before {
	background: url(../images/common/c10_q.png) no-repeat;
	background-size: cover;
	content: "";
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	left: 0;
}
#c10 dl dt:after {
	font-family: FontAwesome;
	content: "\f107";
	margin-left: 30px;
}
#c10 dl dt.active:after {
	font-family: FontAwesome;
	content: "\f106";
	margin-left: 30px;
}
#c10 dl dd {
	display: none;
	border-bottom: #ccc 1px solid;
	vertical-align: middle;
	position: relative;
	padding-left: 40px;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
#c10 dl dd:before {
	background: url(../images/common/c10_a.png) no-repeat;
	background-size: cover;
	content: "";
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	left: 0;
}

@media (max-width: 992px) {
#c10 dl {
	font-size: 16px !important;
}
#c10 dl dt:after {
	font-family: FontAwesome;
	content: "\f107";
	margin-left: 0px;
}
#c10 dl dt.active:after {
	font-family: FontAwesome;
	content: "\f106";
	margin-left: 0px;
}
}

@media (max-width: 768px) {
#c10 {
	padding: 30px 0;
}
}
/*---------------------------

 sidebar

---------------------------*/
.sb-slidebar img {
	display: block;
	margin: auto;
	margin-bottom: 20px;
}
.sb-slidebar nav li:first-child a {
	border-top: #ccc 1px solid;
}
.sb-slidebar nav li a {
	border-bottom: #ccc 1px solid;
	display: block;
}
.sb-slidebar nav li a, .sb-slidebar nav li.sb-close span {
	padding: 15px 0 15px 20px;
	display: block;
}
.sb-slidebar nav li a.btn_a {
	background: rgba(255,102,6,1.00);
	color: #fff;
}
.sb-slidebar nav li a.btn_a:hover {
	background: rgba(255,102,6,.50);
	color: #fff;
}
.sb-slidebar nav li a.btn_a:after {
	font-family: FontAwesome;
	content: "\f054";
	position: absolute;
	right: 10px;
}
.sb-slidebar nav li a.btn_b {
	background: rgba(0,105,62,1.00);
	color: #fff;
}
.sb-slidebar nav li a.btn_b:hover {
	background: rgba(0,105,62,.50);
	color: #fff;
}
.sb-slidebar nav li a.btn_b:after {
	font-family: FontAwesome;
	content: "\f054";
	position: absolute;
	right: 10px;
}
.sb-slidebar nav li a.btn_a:before, .sb-slidebar nav li a.btn_b:before {
	content: none;
	margin-right: 0;
}
.sb-slidebar nav li a {
	text-decoration: none;
	color: #111;
	position: relative;
}
.sb-slidebar nav li a:hover {
	background: #999;
	color: #fff;
}
.sb-slidebar nav li a:before {
	font-family: FontAwesome;
	content: "\f1db";
	margin-right: 5px;
}
.sb-slidebar nav li.sb-close {
	border-bottom: #ccc 1px solid;
	position: relative;
	cursor: pointer;
}
.sb-slidebar nav li.sb-close:hover {
	background: #999;
	color: #fff;
}
.sb-slidebar nav li.sb-close span:after {
	font-family: FontAwesome;
	content: "\f00d";
	position: absolute;
	right: 10px;
}
/*---------------------------

 size

---------------------------*/
.pl30 {
	padding-left: 30px;
}
.pr30 {
	padding-right: 30px;
}
.mb30 {
	margin-bottom: 30px;
}
/*---------------------------

 lightbox / カリキュラム

---------------------------*/
/*#training h3 {
	border-bottom: #29367c 5px solid;
	color: #111;
	font-size:19px;
	padding-bottom:5px
}
#training table {
	width:100%;
	border: #dbd6cd 1px solid;
	border-collapse: collapse;
}
#training table th, #training table td {
	padding: 10px;
	text-align:left;
}
#training table th {
	font-weight: 700;
	border-bottom: 1px solid #dbd6cd;
	border-right: 1px solid #dbd6cd;
	background: #f7f6ef;
	vertical-align: middle;
}
#training table td {
	border-bottom: 1px solid #dbd6cd;
	border-right: 1px solid #dbd6cd;
}
#training table span {
	color: #29367c;
	display: block;
	text-align: center;
	font-weight: 700;
	vertical-align: middle;
}
#training table #rowspan_sp {
	display: none;
}
#training table ul {
	margin:0;
	padding:0;
	margin-left:20px;
}
#training table .center{
	text-align:center;
}
@media (max-width: 992px) {
	#training table{
		width:900px;
	}
}@media (max-width: 660px) {
#training table th, #training table td, #training table #rowspan_sp {
	display: block;
}
#training table td {
	text-align: center;
}
#training table #rowspan_pc {
	display: none;
}
}*/
/*---------------------------

 lightbox / スケジュール

---------------------------*/
#schedule h3 {
	border-bottom: #29367c 3px solid;
	color: #111;
	font-size:19px;
	padding-bottom:5px
}
#schedule h4 {
	margin-top:30px;
}
#schedule h4 a {
	display:inline-block;
	margin-left:30px;
	text-decoration:underline;
}
#schedule .box {
	background: #eee;
	padding: 15px;
}
#schedule br{
	display:none;
}
#schedule ul{
	border-bottom:#ccc 1px solid;
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	display:block;
}
#schedule ul li {
	border-top:#ccc 1px solid;
}
#schedule ul li span.day {
	border-right:#ccc 1px solid;
	background:#eee;
	display:inline-block;
	margin-right: 20px;
	width:200px;
	padding:15px;
}
#schedule ul li a{
	display:inline-block;
	margin-left:15px;
}
#schedule ul li a:before {
	font-family:FontAwesome;
	content:"\f041";
	margin-right:5px;
}
@media (max-width: 768px) {
	#schedule h3, #schedule h4{
		text-align:center;
	}
	 #schedule h4 a{
		 margin-top:20px;
	 }
	#schedule br {
		display:block;
	}
	#schedule ul li span.day, #schedule ul li span.name{
		border-right:none;
		display:block;
		width:100%;
		text-align:left;
	}
	#schedule ul li span.name{
		padding:10px;
	}
	#schedule ul li a, #schedule h4 a{
		background:rgba(0,105,62,1.00);
		color:#fff;
		display:block;
		padding:10px;
		text-align:center;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		margin: 5px;
		text-decoration:none;
}








}
/*---------------------------

 form
 
---------------------------*/
body.training_form {
	background: #fff;
}
body.training_form header {
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.50);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.50);
	box-shadow: 0 2px 2px rgba(0,0,0,.50);
}
.training_form footer {
	border-top: none;
}
.training_form #gnav {
	display: none;
}
.training_form main {
	padding-top: 50px;
}
.training_form h2 {
	border-bottom: #123e8e 2px solid;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.training_form .req {
	background: #c00;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 3px;
}
.training_form #form .req {
	margin-left: 10px;
}
.training_form #form_flow {
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	list-style: none;
	width: 100%;
	display: table;
	table-layout: fixed;
}
.training_form #form_flow li {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding: 5px;
}
.training_form #form_flow li div {
	background: #eee;
	color: #999;
	padding: 5px 10px;
	position: relative;
}
.training_form #form_flow li .step {
	display: block;
	font-weight: bold;
}
.training_form #form_flow li .number {
	font-size: 130%;
}
.training_form #form_flow li div:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 50px 0;
	border-color: transparent #fff transparent transparent;
}
.training_form #form_flow li div:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 50px 20px;
	border-color: transparent transparent #fff transparent;
}
.training_form #form_flow li#last div:before, .training_form #form_flow li#last div:after {
	content: none;
}
.training_form #form_flow li.active div {
	background: rgba(242,154,43,1.00);
	color: #fff;
}
#form dl {
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
	width: 100%;
	display: table;
	margin: 0;
	padding: 0;
}
#form dl:first-child {
	border-top: #ccc 1px solid;
}
#form dl dt, #form dl dd {
	display: table-cell;
	vertical-align: middle;
	padding: 25px;
}
#form dl dt {
	width: 320px;
}
#form input[type=text], #form select {
	border: #ccc 1px solid;
	-webkit-appearance: none;
	padding: 15px;
	outline: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#form select {
	width: 85%;
}
#form textarea {
	border: #ccc 1px solid;
	-webkit-appearance: none;
	padding: 15px;
	width: 100%;
	outline: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-height: 200px;
}
#form button[type=submit] {
	background: rgba(242,154,43,1.00);
	color: #fff;
	transition: .6s;
	border: 2px solid #f29a2b;
	font-size: 120%;
	padding: 18px 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	margin: 30px auto;
	display: block;
}
#form button[type=submit]:hover {
	background: rgba(221,129,12,1.00);
	border: 2px solid rgba(221,129,12,1.00);
}
#form input[type=radio] {
	width: 20px;
	height: 20px;
	margin-top: -2px;
}
#form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#form .list1 {
	display: table;
}
#form .list1 li {
	display: table-cell;
	padding-right: 30px;
}
#form .list2 {
	width: 100%;
	display: table;
	table-layout: fixed;
}
#form .list2 li {
	display: table-cell;
}
#form .list3 li {
	margin-bottom: 15px;
}
#form .list3 li:last-child {
	margin-bottom: 0;
}
#form .list4 {
	display: table;
}
#form .list4 li {
	display: table-cell;
	padding-right: 30px;
}
#form .w50 {
	width: 50%;
}
#form .w100 {
	width: 100%;
}

@media (max-width: 992px) {
#form dl, #form dl dt, #form dl dd {
	display: block;
	width: 100%;
}
#form dl dt {
	background: #eee;
	padding-top: 8px;
	padding-bottom: 8px;
}
.training_form #form_flow li div {
	font-size: 70%;
}
#form input[type=text] {
	width: 100% !important;
}
#form .w50, #form .w100 {
	width: 100%;
}
#form .list2, #form .list2 li, #form .list4, #form .list4 li {
	width: 100%;
	display: block;
}
#form .list2 li, #form .list4 li {
	margin-bottom: 15px;
}
#form .list2 li:last-child, #form .list4 li:last-child {
	margin-bottom: 0;
}
 input::-webkit-input-placeholder {
 font-size:80%;
}
input:-moz-placeholder {
 font-size:80%;
}
#form select {
	width: 80%;
}
}
.thanks main {
	padding-bottom: 100px;
}
.thanks h3 {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.thanks h3 span {
	border-bottom: #123e8e 2px solid;
	font-weight: bold;
	padding-bottom: 10px;
}
.thanks ul {
	text-align: center;
}
.thanks ul a {
	color: #fff;
	font-size: 120%;
	display: block;
	width: 300px;
	margin: 30px auto;
	text-decoration: none;
	padding: 20px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.thanks ul .syonin a {
	background: rgba(255,102,0,1.00);
}
.thanks ul .jitumu a {
	background: rgba(0,105,62,1.00);
}
.thanks ul .syonin a:hover {
	background: rgba(255,102,0,.70);
	text-decoration: none;
}
.thanks ul .jitumu a:hover {
	background: rgba(0,105,62,.70);
	text-decoration: none;
}

@media (max-width: 768px) {
.thanks ul a {
	width: 100%;
}
.thanks main {
	padding-bottom: 30px;
}
.sp_img_center {
	display: block;
	margin: auto;
	width: 100%;
	text-align: center;
}
}
#form_front {
	display: block;
	margin-bottom: 50px;
}
#form_front h3 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 0;
	margin-top: 0;
}
#form_front p {
	margin-bottom: 20px;
}
#form_front .form_front_call {
	width: 70%;
	height: auto;
}

@media (max-width: 1200px) {
#form_front h3 {
	font-size: 22px;
}
#form_front p br {
	display: none;
}
}

@media (max-width: 768px) {
#form_front img {
	width: 100%;
	height: auto;
}
#form_front .form_front_call {
	width: 70%;
	height: auto;
	display: block;
	margin: auto;
	margin-bottom: 30px;
}
}

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

 PC / TOPへ
 
---------------------------*/
@media (min-width: 992px) {
#fixedTop {
	right: 10px;
	bottom: 10px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	display: none;
	background: #888;
	position: fixed;
	z-index: 9999;
	border-radius: 50%;
	-webkit-transform: translateZ(0);
}
#fixedTop:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}
}

@media (max-width: 991px) {
#fixedTop {
	display: none;
}
}
/*---------------------------

 PC / サイド固定
 
---------------------------*/
#aside1 {
	top: 250px;
}
#aside2 {
	top:444px;	
}
#aside1, #aside2 {
	right: -15px;
	position: fixed;
	z-index: 999;
	transition: 0.2s;
	-o-transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-ms-transition: 0.2s;
}
#aside1:hover, #aside2:hover{
	background:#fff;
	right: 0px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;

}
#aside li a img {
	transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
}
#aside li a:hover img {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
@media (max-width: 992px) {
	#aside{
		display:none;
	}
}
.pdf:after {
	font-family:FontAwesome;
	content:"\f1c1";
	margin-left:5px;
}
.link:after {
	font-family:FontAwesome;
	content:"\f0c1";
	margin-left:5px;
}
area{
  border:none;
  outline:none;
}